Merge from trunk + rename the event. Not tested yet.
[emacs/old-mirror.git] / lisp / ChangeLog
blobe4709e2156ef744607fc875a54201c7562fbba5d
1 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
3         * subr.el (inotify-event-p, inotify-handle-event): New functions.
5 2012-12-10  Dani Moncayo <dmoncayo@gmail.com>
7         * simple.el (just-one-space): Doc fix.
9 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
11         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add
12         "smallexample".
14 2012-12-10  Le Wang  <l26wang@gmail.com>
16         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
17         narrowed buffer (bug#12361).
19 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
21         * vc/vc-hooks.el (vc-state): Doc fix.
23 2012-12-10  Glenn Morris  <rgm@gnu.org>
25         * mail/rmail.el (rmail-maybe-display-summary):
26         Preserve buffer, in case select-window changes it.  (Bug#13066)
28 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
31         cl-load-hook where they belong.
33 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
35         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
37 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
39         Parallelize byte compilation on MS-Windows.
40         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
41         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
42         (WINS_BASIC): Define as concatenation of the above.
43         (compile): Subdivide into 4 separate and independent jobs that can
44         be run in parallel.
45         (compile0-CMD, compile0-SH): New targets for compiling
46         COMPILE_FIRST files, which are prerequisites for the rest of the
47         byte-compilation.
48         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
49         New targets for parallel compilation with cmd.exe.
50         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
51         compiling under a Unixy shell.
53 2012-12-09  Chong Yidong  <cyd@gnu.org>
55         * simple.el (set-mark-default-inactive): Delete this
56         accidentally-introduced option.
57         (set-mark-command, exchange-point-and-mark): Remove calls.
59 2012-12-09  Glenn Morris  <rgm@gnu.org>
61         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
62         Respect a defcustom's :set function, if appropriate.  (Bug#109)
63         (eval-defun): Doc fix.
65 2012-12-08  Juri Linkov  <juri@jurta.org>
67         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
68         (Info-fontify-node, Info-bookmark-make-record): Remove the
69         file extension from Info-current-file (Bug#13016).
71 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
73         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
74         point, still provide some default.
75         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
76         names, since we don't use it right now.  Actually return the list.
77         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
79 2012-12-07  Chong Yidong  <cyd@gnu.org>
81         * novice.el (disabled-command-function): Remove a spurious help
82         xref (Bug#13043).  Suggested by Kelly Dean.
84         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
85         syntax is specified (Bug#13025).
87         * info.el (Info-set-mode-line): Remove the file extension from
88         Info-current-file if there is one (Bug#13016).
90 2012-12-07  Glenn Morris  <rgm@gnu.org>
92         * mail/rmail.el (rmail-mime-decoded): New permanent local.
93         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
94         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
95         and rmail-mime-decoded.  (Bug#9841)
97         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
98         (batch-unrmail, unrmail): Doc fixes.
99         (unrmail): Respect unrmail-mbox-format.
100         * mail/rmail.el (rmail-mbox-format): New option.
101         (rmail-show-message-1): Respect rmail-mbox-format.
103 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
105         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
107 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
109         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
110         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
111         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
112         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
113         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
114         (cl-progv): Don't rely on dynamic scoping to find the body.
115         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
116         (cl--proclaims-deferred): Rename from the "cl-" prefix.
117         (cl-declaim): Use backquotes.
118         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
119         Use "cl--" prefix for the object's tag.
121         * ses.el: Use advice-add/remove.
122         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
123         (copy-region-as-kill, yank): Use advice-add.
124         (ses-unload-function): Use advice-remove.
126 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
128         * button.el: Make them work in header-lines (bug#12817).
129         (button-map): Add bindings for header-line and mode-line use.
130         (button-get, button-put, button-label): `button' may now be a string.
131         (button-activate): Don't make it a defsubst.
132         (button--area-button-p, button--area-button-string): New functions.
133         (make-text-button): Fix the return value when `beg' was a string.
134         (push-button): Handle the mode-line case.
136 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
138         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
139         (sql-signum): Remove.  Use `cl-signum' instead.
140         (sql-read-passwd): Remove; use read-passwd instread.
141         (sql-get-login-ext): Use read-string.
142         (sql-get-login): Use dolist and pcase.
143         (sql--completion-table): Rename from sql-try-completion.
144         Use complete-with-action.
145         (sql-mode): Don't change abbrev-all-caps globally.
146         (sql-connect): Don't rely on dynamic scoping for `new-name'.
147         (sql-postgres-completion-object): Initialize vars in their `let'.
148         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
149         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
150         (sql-comint-interbase): Use a single append, without setq.
151         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
153         * hi-lock.el: Rework the default face and the serialize regexp code.
154         (hi-lock--auto-select-face-defaults): Remove.
155         (hi-lock-string-serialize-serial): Remove.
156         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
157         make weak.
158         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
159         equal string.
160         (hi-lock-set-pattern): Adjust accordingly.
161         (hi-lock--regexps-at-point): Simplify accordingly.
162         (hi-lock--auto-select-face-defaults): Remove.
163         (hi-lock--last-face): New var to replace it.
164         (hi-lock-read-face-name): Rewrite (bug#11095).
165         (hi-lock-unface-buffer): Arrange for the face to be the next default.
167 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
169         * net/tramp.el (tramp-replace-environment-variables):
170         Hide compiler warning.
171         (tramp-file-name-for-operation): Remove `executable-find',
172         `start-process', `call-process' and `call-process-region'.
174         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
176         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
177         compatibility.
179         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
181 2012-12-06  Chong Yidong  <cyd@gnu.org>
183         * ffap.el (ffap-replace-file-component): Fix typo.
185 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
187         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
188         fix open-paren-like token test (bug#12785).
190 2012-12-06  Glenn Morris  <rgm@gnu.org>
192         * mail/rmailsum.el (rmail-new-summary): Tweak for
193         rmail-maybe-display-summary changing buffer.  (Bug#13066)
195 2012-12-06  Juri Linkov  <juri@jurta.org>
197         * info.el (Info-fontify-node): Don't hide the last newline.
198         (Bug#12272)
200 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
202         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
203         so as to enable message-read-from-minibuffer to expand mail aliases.
205 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
207         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
208         the `intangible' property.
209         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
211 2012-12-05  Deniz Dogan  <deniz@dogan.se>
213         * net/rcirc.el (rcirc-urls): Update documentation.
214         (rcirc-condition-filter): New function.
215         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
216         and exclude consecutive duplicate URLs (Bug#6082).
218 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
220         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
221         Check return code of copy command.
223         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
224         Use group `tramp'.  Add version.
226 2012-12-05  Chong Yidong  <cyd@gnu.org>
228         * ffap.el (ffap-url-regexp): Don't require matching at front of
229         string (Bug#4952).
230         (ffap-url-p): If only a substring matches, return that.
231         (ffap-url-at-point): Use the return value of ffap-url-p.
232         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
233         (find-file-at-point, dired-at-point, dired-at-point-prompter)
234         (ffap-guess-file-name-at-point): Likewise.
235         (ffap-replace-file-component): Fix typo.
237         * info.el (info-display-manual): Add existing Info buffers, whose
238         files may not be in Info-directory-list, to the completion.
239         (info--manual-names): New helper function.
241 2012-12-05  Glenn Morris  <rgm@gnu.org>
243         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
244         New functions, for detecting and resolving conflicts.  (Bug#10709)
246 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
248         * hi-lock.el (hi-lock-auto-select-face): New user variable.
249         (hi-lock-auto-select-face-defaults): New buffer local variable.
250         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
251         (hi-lock-unface-buffer): Prompt user with useful defaults.
252         With prefix arg, unhighlight all hi-lock patterns in buffer.
254 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
256         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
258 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
260         * Makefile.in (TRAMP_SRC):
261         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
263 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
265         * net/tramp-adb.el: New package.
267 2012-12-04  Chong Yidong  <cyd@gnu.org>
269         * terminal.el: Move to obsolete/.
271         * longlines.el: Move to obsolete/.
273         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
274         Remove code referring to longlines mode.
276 2012-12-03  Juri Linkov  <juri@jurta.org>
278         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
280 2012-12-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
282         * textmodes/ispell.el (ispell-init-process)
283         (ispell-start-process, ispell-internal-change-dictionary):
284         Make sure personal dictionary name is expanded after initial
285         `default-directory' value. Use expanded strings for
286         keep/restart checks and for value (Bug#13019).
288 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
290         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
292 2012-12-03  Leo Liu  <sdl.web@gmail.com>
294         * files.el (dir-locals-read-from-file): Check file non-empty
295         before reading.  (Bug#13038)
297 2012-12-03  Glenn Morris  <rgm@gnu.org>
299         * jka-cmpr-hook.el (jka-compr-get-compression-info):
300         Remove any version extension before checking filename.  (Bug#13006)
301         (jka-compr-compression-info-list): Belated :version bump.
303 2012-12-03  Chong Yidong  <cyd@gnu.org>
305         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
307         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
308         (buffer-menu): Doc fix (Bug#12294).
310 2012-12-03  Roland Winkler  <winkler@gnu.org>
312         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
313         of diary-show-all-entries in the diary buffer (Bug#12994).
315 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
317         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
318         "<STDIN>".  This is binary safe.
320 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
322         * calc/calc-forms.el (math-absolute-from-iso-dt)
323         (math-date-to-iso-dt, math-parse-iso-date-validate)
324         (math-iso-dt-to-date): New functions.
325         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
326         (math-fd-isoweekday): New variables.
327         (calc-date-notation, math-parse-standard-date, math-format-date)
328         (math-format-date-part): Add support for more formatting codes.
330 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
332         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
333         current buffer's file name when called interactively (Bug#12488).
335 2012-12-02  Juri Linkov  <juri@jurta.org>
337         * info.el (info-display-manual): Don't clobber an existing Info
338         buffer (Bug#10770).  Add completion (Bug#10771).
340 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
342         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
343         before using it for comparison (Bug#5297).
345 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
347         * textmodes/css-mode.el (css-current-defun-name): New function.
348         (css-mode): Use it.
350         * textmodes/sgml-mode.el (html-current-defun-name): New function.
351         (html-mode): Use it.
353 2012-12-01  Chong Yidong  <cyd@gnu.org>
355         Modularize add-log-current-defun (Bug#2224).
356         Suggested by Jari Aalto.
358         * vc/add-log.el (add-log-current-defun-function): Doc fix.
359         (add-log-current-defun): Move mode-specific code to other files.
360         (add-log-lisp-like-modes, add-log-c-like-modes)
361         (add-log-tex-like-modes): Variables deleted.
363         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
364         (lisp-mode-variables): Use it.
366         * progmodes/cc-mode.el (c-common-init):
367         * progmodes/cperl-mode.el (cperl-mode): Set a value for
368         add-log-current-defun-function.
370         * progmodes/m4-mode.el (m4-current-defun-name): New function.
371         (m4-mode): Use it.
373         * progmodes/perl-mode.el (perl-current-defun-name): New.
374         (perl-mode): Use it.
376         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
377         Use lisp-current-defun-name.
379         * textmodes/tex-mode.el (tex-current-defun-name): New.
380         (tex-common-initialization): Use it.
382         * textmodes/texinfo.el (texinfo-current-defun-name): New.
383         (texinfo-mode): Use it.
385 2012-12-01  Chong Yidong  <cyd@gnu.org>
387         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
388         * progmodes/autoconf.el (autoconf-mode):
389         * progmodes/js.el (js-mode):
390         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
391         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
392         * progmodes/perl-mode.el (perl-mode):
393         * progmodes/sh-script.el (sh-mode, sh-set-shell):
394         * textmodes/css-mode.el (css-mode):
395         * textmodes/sgml-mode.el (html-mode, sgml-mode)
396         (sgml-tags-invisible, sgml-guess-indent):
397         * textmodes/tex-mode.el (tex-common-initialization)
398         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
399         (doctex-mode, plain-tex-mode, latex-mode):
400         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
402 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
404         * vc/vc-hg.el (vc-hg-next-revision):
405         Ensure use of default "tip" output format.  (Bug#6968)
407 2012-12-01  Kim F. Storm  <storm@cua.dk>
409         * startup.el (fancy-startup-tail): Add a clickable link
410         (Bug#2176).
412 2012-12-01  Chong Yidong  <cyd@gnu.org>
414         * startup.el (fancy-startup-tail): Improve the message about
415         auto-save files (Bug#2176).
417         * files.el (recover-session): Improve the descriptive message, and
418         use substitute-command-keys.
420 2012-12-01  Glenn Morris  <rgm@gnu.org>
422         * ido.el (ido-file-internal):
423         Handle other-window, other-frame for dired.  (Bug#13036)
425 2012-11-30  Glenn Morris  <rgm@gnu.org>
427         * icomplete.el (icomplete-separator): Fix :version.
429 2012-11-30  Chong Yidong  <cyd@gnu.org>
431         * shell.el (shell): For C-u M-x shell, use an inactive shell
432         buffer as the default (Bug#1975).
433         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
434         (shell-mode): Use them to reapply ansi colorization if Shell mode
435         is re-enabled.
437 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
439         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
441 2012-11-30  Samuel Bronson  <naesten@gmail.com>
443         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
444         flag to xargs, for compatibility with BSD xargs (Bug#11703).
446 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
448         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
449         by move-to-column (Bug#3234).
451 2012-11-30  Chong Yidong  <cyd@gnu.org>
453         * longlines.el (longlines-wrap-line, longlines-encode-region):
454         Preserve text properties (Bug#1425).
456 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
458         * vc/vc.el (vc-register): Allow registering a file which is
459         already registered with a different backend (Bug#10589).
461 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
462             Stefan Monnier  <monnier@iro.umontreal.ca>
464         * icomplete.el: Change separator; add ido-style commands.
465         (icomplete-show-key-bindings): Remove custom var.
466         (icomplete-get-keys): Remove function.
467         (icomplete-forward-completions, icomplete-backward-completions):
468         New commands.
469         (icomplete-minibuffer-map): New var.
470         (icomplete-minibuffer-setup): Use it.
471         (icomplete-exhibit): Don't delay if the list of completions is known.
472         (icomplete-separator): New custom.
473         (icomplete-completions): Use it.
474         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
475         (minibuffer-force-complete-and-exit): New command.
476         (minibuffer--complete-and-exit): New function extracted from
477         minibuffer-complete-and-exit.
478         (minibuffer-complete-and-exit): Use it.
480         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
481         error message when the file doesn't exist (bug#12974).
483 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
485         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
487 2012-11-29  Glenn Morris  <rgm@gnu.org>
489         * files.el (hack-dir-local-variables): Warn if try to set
490         coding via dir-locals, since it doesn't work.  (Bug#7169)
492         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
493         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
494         Set buffer-local value of desktop-save-buffer.
495         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
496         New functions.
497         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
498         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
500         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
501         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
502         Doc fix.
503         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
504         Doc fixes.
506 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
508         * calc/calc-forms.el (calc-date-notation): Fix regexp
509         used to find time codes.  Fix symbol for seconds.
511 2012-11-27  Glenn Morris  <rgm@gnu.org>
513         * emacs-lisp/derived.el (derived-mode-make-docstring):
514         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
516 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
518         * textmodes/table.el (table-insert): Don't use `symbol-name' on
519         lexically scoped variables (bug#13005).
521 2012-11-27  Glenn Morris  <rgm@gnu.org>
523         * vc/vc-hooks.el (vc-mistrust-permissions):
524         Default to t, to avoid data-loss.  (Bug#11490)
526 2012-11-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
528         * progmodes/python.el (python-indent-guess-indent-offset):
529         If indentation is guessed make python-indent-offset buffer-local.
531         Fix Imenu regression.
532         * progmodes/python.el (python-nav-beginning-of-defun):
533         Fix forward movement when statement(s) separates point from defun.
534         (python-imenu-prev-index-position): New function.
536 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
538         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
540         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
541         Don't set buffer-file-type.  Return nil.  (Bug#12989)
543 2012-11-27  Glenn Morris  <rgm@gnu.org>
545         * hippie-exp.el (hippie-expand-try-functions-list):
546         Re-autoload it.  (Bug#12982)
548 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
550         * descr-text.el (describe-char-padded-string):
551         Call internal-char-font only on GUI frames.  (Bug#11964)
553 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
555         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
556         and obsoletion message.
558 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
560         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
561         the constructs to keep outside of the `cl-block' (bug#12977).
563 2012-11-27  Chong Yidong  <cyd@gnu.org>
565         * mouse.el (mouse-drag-line): Even if the line is not draggable,
566         keep reading until we get the up-event anyway, in order to process
567         the up-event for mouse-1-click-follows-link (Bug#12971).
569 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
571         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
572         base function is not yet defined (bug#12965).
573         (ad-activate-advised-definition): Use ad-compile-function.
574         (ad-activate): Use cond.
576 2012-11-25  Leo Liu  <sdl.web@gmail.com>
578         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
579         (Bug#12979)
581 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
583         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
584         reftex-section-info-function in order to be compatible with
585         Texinfo integration.
587         * textmodes/reftex.el (reftex-section-pre-regexp)
588         (reftex-section-post-regexp, reftex-section-info-function):
589         New variable.
590         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
591         reftex-section-post-regexp, and reftex-section-info-function in order
592         to be compatible with Texinfo integration.
594         * textmodes/reftex-toc.el (reftex-toc-promote-action):
595         use reftex-section-pre-regexp variable in order to be compatible with
596         Texinfo integration.
598 2012-11-25  Chong Yidong  <cyd@gnu.org>
600         * faces.el: Make face-spec-set more analogous to setq.
601         (face-spec-set): Change the third arg to specify whether this
602         function is being called via defface, customize, or a third party.
603         Set the appropriate symbol properties.  Clear the override spec if
604         setting via Custom.  Initialize face if necessary.  (Bug#4988)
605         (face-spec-recalc): Allow theme faces to completely replace the
606         defface spec, in the same way as custom faces (Bug#8454).
608         * cus-face.el (custom-declare-face): Move face initialization to
609         face-spec-set.
610         (custom-theme-set-faces): Don't initialize the face name here, as
611         that is now done in face-spec-set.
613         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
614         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
615         Simplify by using the new arg to face-spec-set.
617         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
618         reset face-override-spec too, and use custom-declare-face.
620 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
622         * term/ns-win.el (ns-initialize-window-system): Move creation of
623         fontsets here (Bug#11964).
625 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
627         * ses.el (ses-rename-cell): Correct bug on mode-line update after
628         cell renaming.
630 2012-11-24  Chong Yidong  <cyd@gnu.org>
632         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
633         obsolete.
635         * custom.el (custom-theme-set-variables): Use a topological sort
636         for ordering by custom dependencies (Bug#12952).
637         (custom--sort-vars, custom--sort-vars-1): New functions.
639 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
641         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
642         lexical-binding (bug#12938).
644 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
646         * image-mode.el (image-transform-check-size): Use assertions only
647         for images of type imagemagick.
649         Otherwise no error, image-transform-fit-to-{width,height} is
650         silently ignored, as before.  Doc fix.
652 2012-11-24  Chong Yidong  <cyd@gnu.org>
654         * faces.el (color-defined-p): Doc fix (Bug#12853).
656 2012-11-24  Juri Linkov  <juri@jurta.org>
658         * dired.el (dired-mark): Add optional arg `interactive'.
659         Check for `use-region-p' if `interactive' is non-nil.
660         (dired-unmark, dired-flag-file-deletion): Add optional arg
661         `interactive'.  Call `dired-mark' with the arg `interactive'.
662         (Bug#10624)
664         * wdired.el: Revert 2012-10-17 change partly and replace it with
665         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
666         (wdired-finish-edit): Add marks for new file names to
667         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
668         after `revert-buffer'.
669         (wdired-do-renames): Remove calls to `dired-remove-file',
670         `dired-add-file', `dired-add-entry'.  (Bug#11795)
672 2012-11-24  Alan Mackenzie  <acm@muc.de>
674         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
676         Fix bugs in the state cache.  Enhance a debugging mechanism.
677         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
678         "brace at column zero" strategy for C++.
679         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
680         (c-parse-state-point): New variable.
681         (c-record-parse-state-state): Record old parse state with
682         `copy-tree'.  Record previous value of point.
683         (c-debug-parse-state-double-cons): New debugging function.
684         (c-debug-parse-state): Call the above new function.
685         (c-toggle-parse-state-debug): Output a confirmatory message.
687         * progmodes/cc-mode.el (c-before-change, c-after-change):
688         Call c-invalidate-state-cache from `c-before-change' instead of
689         `c-after-change'.
691 2012-11-23  Chong Yidong  <cyd@gnu.org>
693         * find-cmd.el (find-constituents): Add executable, ipath,
694         readable, samefile, writable, daystart, regextype (Bug#12856).
696 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
698         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
700 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
702         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
703         definition.  This fixes a bootstrap failure.
704         (calc-gregorian-switch): In menu, put dates before regions.
705         This is easier to follow, lines up better in the menu, and lets us
706         coalesce regions that switch at the same time.  Give country
707         names, not "Vatican", as that's better for non-expert users.
708         Use names that are stable between the date of switch and now, e.g.,
709         Bohemia and Moravia (which existed then and now) and not
710         Czechoslovakia (which didn't exist then and doesn't exist now).
711         What is now the U.S. mostly did not switch at the same time as
712         Britain, so omit the U.S.  Correct spelling of "Britain".
713         Catholic Switzerland was too much of a mess, so omit it.
715 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
717         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
718         after the variable is changed.
720 2012-11-21  Daniel Colascione  <dancol@dancol.org>
722         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
723         in SQL declarations for font-lock.
724         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
726 2012-11-21  Glenn Morris  <rgm@gnu.org>
728         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
729         (face-italic-p): Add optional argument "inherit".
731         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
732         Remove -p suffix from names, for consistency with other set-face-*.
733         (set-face-inverse-video): Fix interactive spec.
734         * play/gamegrid.el (gamegrid-make-mono-tty-face):
735         * textmodes/table.el (table--update-cell-face):
736         Use set-face-inverse-video rather than now obsolete alias.
738 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
740         * simple.el (line-move): Don't call line-move-partial if
741         scroll-conservatively is in effect.  (Bug#12927)
743 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
745         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
746         Fallback on completion-at-point rather than
747         pcomplete-expand-and-complete, and only if pcomplete actually failed.
748         (eshell-cmpl-initialize): Setup completion-at-point.
750         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
752         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
754 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
756         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
757         are remote, check out-of-band property for both.
759 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
761         * window.el (switch-to-buffer): Re-add the warning that was lost in the
762         code rewrite.
764 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
766         More minor time fixes.
767         * calendar/time-date.el: Commentary fix.
768         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
769         too much other code depends on (0 0) time stamps.
770         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
771         Add a couple of FIXME comments.
773         Minor cleanup for times as lists of four integers.
774         * files.el (dir-locals-directory-cache):
775         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
776         Doc fixes.
777         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
778         * ps-bdf.el (bdf-file-newer-than-time):
779         Process four-integers time stamps, not two.  Doc fixes.
781 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * uniquify.el (uniquify-managed): Use defvar-local.
784         (rename-buffer, create-file-buffer): Advise with advice-add.
785         (uniquify-unload-function): Unadvise accordingly.
787         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
788         (trace-buffer): Don't purecopy.
789         (trace-entry-message, trace-exit-message): Add `context' arg.
790         (trace--timer): New var.
791         (trace-make-advice): Adjust for use in nadvice.
792         Add `context' argument.  Delay `display-buffer' via a timer.
793         (trace-function-internal): Use advice-add.
794         (trace--read-args): New function.
795         (trace-function-foreground, trace-function-background): Use it.
796         (trace-function): Rename to trace-function-foreground and redefine as
797         an alias to that new name.
798         (untrace-function, untrace-all): Adjust to the use of nadvice.
800         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
802         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
804         * subr.el (called-interactively-p-functions): New var.
805         (internal--called-interactively-p--get-frame): New macro.
806         (called-interactively-p, interactive-p): Rewrite in Lisp.
807         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
808         (called-interactively-p-functions): Use it.
809         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
810         (called-interactively-p-functions): Use it.
811         * allout.el (allout-called-interactively-p): Don't assume
812         called-interactively-p is a subr.
814 2012-11-20  Glenn Morris  <rgm@gnu.org>
816         * profiler.el (profiler-report-mode-map): Add a menu.
817         No need to bind `q' because we derive from special-mode.
818         (profiler-report-find-entry): Handle calls from the menu-bar.
820 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
822         * emacs-lisp/byte-run.el (defun-declarations-alist):
823         Allow a compiler-macro to be a lambda expression.
825         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
826         eval-when-compile.
827         (python-syntax-context): Add compiler-macro.
828         (python-font-lock-keywords): Simplify with De Morgan.
830         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
832         * files.el (load-file): Require match in minibuffer selection, as was
833         the case in Emacs-20 before we changed the spec to allow .elc files
834         (bug#12935).
836         * json.el: Don't require cl since we don't use it.
837         * color.el: Don't require cl.
838         (color-complement): `caddr' -> `nth 2'.
840         * calendar/time-date.el (time-to-seconds): De-obsolete.
842 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
844         * calc/calc-forms.el (math-leap-year-p):  Fix formula for negative
845         year numbers.
846         (math-date-to-julian-dt): Adjust the initial approximation for the
847         year to deal with the new definition of the DATE.
849 2012-11-19  Daniel Colascione  <dancol@dancol.org>
851         * term/w32-win.el (cygwin-convert-path-from-windows):
852         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
854 2012-11-18  Chong Yidong  <cyd@gnu.org>
856         * filecache.el (file-cache--read-list): New function.
857         (file-cache-add-directory-list, file-cache-add-file-list)
858         (file-cache-delete-file-list, file-cache-delete-directory-list):
859         Use it to read a list of files or directories (Bug#12846).
860         (file-cache-add-file, file-cache-add-directory)
861         (file-cache-delete-file-list, file-cache-delete-file-regexp)
862         (file-cache-delete-directory): Print an message.
864 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
866         * calc/calc-forms.el (math-date-to-dt): Use integer date when
867         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
869 2012-11-18  Glenn Morris  <rgm@gnu.org>
871         * image.el (insert-image, insert-sliced-image): Doc fix.
873 2012-11-18  Chong Yidong  <cyd@gnu.org>
875         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
876         (Bug#12810).
878 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
880         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
881         response when the target file is in a subdirectory (Bug#12757).
883 2012-11-18  Chong Yidong  <cyd@gnu.org>
885         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
887 2012-11-18  Glenn Morris  <rgm@gnu.org>
889         * emacs-lisp/cl-lib.el (face-underline-p):
890         Use set-face-underline rather than the alias set-face-underline-p.
892         * window.el (with-temp-buffer-window): Doc fix.
893         * subr.el (with-output-to-temp-buffer):
894         Add doc xref to with-temp-buffer-window.
896 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
898         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
899         * calc/calc.el (math-format-date-cache): Declare.
901 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
903         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
904         It also uses January 1, 1 AD as its day number 1.
905         * calc/calc-forms.el (math-julian-date-beginning)
906         (math-julian-date-beginning-int): Implement this.
908 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
910         * descr-text.el (quail-find-key):
911         * dired.el (desktop-file-name):
912         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
913         * generic-x.el (comint-mode, comint-exec):
914         * image-dired.el (widget-forward):
915         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
916         (speedbar-change-expand-button-char)
917         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
918         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
919         * printing.el (easy-menu-add-item, easy-menu-remove-item)
920         (widget-field-action, widget-value-set):
921         * speedbar.el (imenu--make-index-alist):
922         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
923         (ring-length, ring-insert):
924         * vcursor.el (compare-windows-skip-whitespace):
925         * woman.el (dired-get-filename):
926         Declare functions.
928         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
930 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
932         * calc/calc.el (calc-gregorian-switch): New variable.
934         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
935         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
936         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
937         (math-leap-year-p): Add option to distinguish between Julian
938         and Gregorian calendars.
939         (math-day-number): Use `math-day-in-year' to do the computations.
940         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
941         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
942         to do the computations.
943         (math-date-to-dt): Use `math-date-to-julian-dt' and
944         `math-date-to-gregorian-dt' to do the computations.
945         (calcFunc-weekday, math-format-date-part): Use the new version of
946         the DATE to determine the weekday.
947         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
948         when necessary.
950 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
952         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
953         Cygwin; otherwise use 'file:'.  (Bug#12914)
954         (cygwin-convert-path-from-windows): Declare, to avoid
955         byte-compiler warnings.
957 2012-11-17  Andreas Politz  <politza@fh-trier.de>
959         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
960         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
961         prefix and negative numeric prefix args (Bug#12795).
963 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
965         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
966         Don't signal an error with a score that is too low to add to the
967         list of top scores. (Bug#12779)
969 2012-11-17  Chong Yidong  <cyd@gnu.org>
971         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
973         * filecache.el (file-cache-add-file): Handle relative file name in
974         the argument (Bug#12694).
976 2012-11-16  JĂ¼rgen Hötzel  <juergen@archlinux.org>  (tiny change)
978         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
980 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
982         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
984         * emacs-lisp/cl-lib.el: Set more meaningful version number.
986 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
988         * window.el (enlarge-window, shrink-window): Don't mention return
989         value in doc-string (Bug#12896).
990         (window--display-buffer): Don't resize frames - it won't work
991         with all window managers and defeat pop-up-frame-alist.
992         (display-buffer-alist): In doc-string explain that CONDITION can
993         be a function and which arguments are passed to it (Bug#12854).
994         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
995         expressions (Bug#12854).
996         (display-buffer): Pass ACTION argument to
997         display-buffer-assq-regexp.
999 2012-11-16  Glenn Morris  <rgm@gnu.org>
1001         * window.el (fit-frame-to-buffer-bottom-margin)
1002         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
1004         * faces.el (face-underline-p): Use face-attribute-specified-or.
1006 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
1008         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
1010 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1012         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
1014 2012-11-16  Glenn Morris  <rgm@gnu.org>
1016         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
1017         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
1019         * faces.el (face-underline-p): Doc fix.  Handle :underline being
1020         things other than `t' (a string, a list).
1021         (face-inverse-video-p): Doc fix.
1022         (set-face-underline): Rename it back from set-face-underline-p.
1023         Doc fix.  Allow interactive input of values other than t.
1024         (read-face-attribute): Apply formatting to :underline,
1025         since like :box and :stipple it can take list values.
1027         * term.el (ansi-term): Don't let C-x escape-char binding
1028         clobber the more standard C-c binding.  (Bug#12842)
1030         * subr.el (set-temporary-overlay-map): Doc fix.
1032 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
1034         * window.el (record-window-buffer)
1035         (display-buffer-record-window): When copying the markers to
1036         window-point preserve window-point-insertion-type. (Bug#12588)
1038 2012-11-16  Glenn Morris  <rgm@gnu.org>
1040         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
1041         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
1042         Use new names for hooks rather than obsolete aliases.
1044 2012-11-15  Daniel Colascione  <dancol@dancol.org>
1046         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
1047         prefix instead of "file:" so that when FILE-NAME begins with "//",
1048         as it does when the target file is on a network share, url-handler
1049         isn't confused.
1051 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1053         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
1054         a preactivated advice from an old advice.el; they're not compatible!
1056 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1058         * emacs-lisp/nadvice.el (advice--make-interactive-form):
1059         Fix string-spec case.
1061         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
1063 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
1066         (advice--buffer-local-function-sample): New var.
1067         (advice--set-buffer-local, advice--buffer-local): New functions.
1068         (add-function, remove-function): Use them.
1070 2012-11-15  Drew Adams  <drew.adams@oracle.com>
1072         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
1074 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1076         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
1077         potential binding of print-gensym to t, and prettify (back)quotes in
1078         case they appear in args's default values (bug#12884).
1080 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1082         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
1083         (advice-eval-interactive-spec): New function.
1084         (advice--make-interactive-form): Support around advice (bug#12844).
1086 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1088         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
1089         more strict.  Add docstring.
1090         (ruby-expression-expansion-re): Extract from
1091         `ruby-match-expression-expansion'.
1092         (ruby-syntax-propertize-function): After everything else, search
1093         for expansions in string literals, mark their insides as
1094         whitespace syntax and save match data for font-lock.
1095         (ruby-font-lock-keywords): Use the 2nd group from expression
1096         expansion matches.
1097         (ruby-match-expression-expansion): Use the match data saved to the
1098         text property in ruby-syntax-propertize-function.
1100 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
1103         (bug#12879).
1105 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1107         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
1108         start/end keyword a bit harder.  Works with different values of N.
1109         Add more comments.
1110         (ruby-end-of-block): Update accordingly.
1112 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1114         * woman.el (woman-file-name): Don't mess with unread-command-events
1115         (bug#12861).
1117         * emacs-lisp/advice.el: Layer on top of nadvice.el.
1118         Remove out of date self-require hack.
1119         (ad-do-advised-functions): Use simple `dolist'.
1120         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
1121         (ad-advice-definition): Redefine as functions.
1122         (ad-advice-classes): Move before first use.
1123         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
1124         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
1125         (ad--defalias-fset): Remove functions.
1126         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
1127         (ad-get-orig-definition): Rewrite.
1128         (ad-make-advised-definition-docstring): Change base docstring.
1129         (ad-real-orig-definition): Rewrite.
1130         (ad-map-arglists): Change name of called function.
1131         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
1132         (ad-make-advised-definition): Simplify.
1133         (ad-assemble-advised-definition): Tweak for new calling context.
1134         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
1135         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
1136         function and call ad-activate if needed.
1137         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
1138         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
1139         (ad-compile-function): Compile ad-Advice-*.
1140         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
1141         (ad-start-advice, ad-stop-advice): Remove.
1143 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1145         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
1146         period before class method names, not after.  Remove handling of
1147         one impossible case.  Add comments.
1149 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1151         * emacs-lisp/advice.el: Remove support for freezing.
1152         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
1153         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
1154         Remove support for `freeze'.
1156         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
1157         override the default.
1158         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
1159         cl--dotimes/dolist.
1160         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
1161         `cl' is loaded.
1163         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
1164         from add-advice.
1165         (advice--strip-macro): New function.
1166         (advice--defalias-fset): Use them to handle macros.
1167         (advice-add): Use them.
1168         (advice-member-p): Correctly handle macros.
1170 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1172         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1173         Never font-lock the beginning of singleton class as heredoc.
1175 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1177         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
1179 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
1181         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
1182         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
1183         thereby restoring the behavior of revisions prior to 109621.
1185 2012-11-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1187         Fix end-of-defun misbehavior.
1188         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
1189         python-beginning-of-defun-function.  Handle nested defuns
1190         correctly.
1191         (python-nav-end-of-defun): Rename from
1192         python-end-of-defun-function.  Ensure forward movement.
1193         (python-info-current-defun): Reimplement to work as intended
1194         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
1195         parent defuns as soon as possible.
1197 2012-11-13  Glenn Morris  <rgm@gnu.org>
1199         * progmodes/flymake.el (flymake-error-bitmap)
1200         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
1201         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
1203 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1205         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
1206         backward, always stop at indentation.  Reverts the change from
1207         109576 (Bug#12851).
1209 2012-11-13  Glenn Morris  <rgm@gnu.org>
1211         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
1212         Add ibuffer-filter-by-derived-mode.
1214         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
1215         the same name shadowing each other.
1217         * window.el (with-temp-buffer-window): Doc tweak.
1219         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
1221         * help.el (temp-buffer-max-height):
1222         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
1223         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
1225 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1227         * emacs-lisp/nadvice.el: New package.
1228         * subr.el (special-form-p): New function.
1229         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
1230         (elp-all-instrumented-list): Remove var.
1231         (elp-not-profilable): Remove elp-wrapper.
1232         (elp-profilable-p): Use autoloadp and special-form-p.
1233         (elp--advice-name): New const.
1234         (elp-instrument-function): Use advice-add.
1235         (elp--instrumented-p): New predicate.
1236         (elp-restore-function): Use advice-remove.
1237         (elp-restore-all, elp-reset-all): Use mapatoms.
1238         (elp-set-master): Use elp--instrumented-p.
1239         (elp--make-wrapper): Rename from elp-wrapper, return a function
1240         suitable for advice-add.  Use cl-inf.
1241         (elp-results): Use mapatoms+elp--instrumented-p.
1242         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
1243         (debug-function-list): Remove var.
1244         (debug): Rename arg, and then let-bind it explicitly inside.
1245         (debugger-setup-buffer): Rename arg.
1246         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
1247         (debugger-frame-number): Adjust to new debug-on-entry setup.
1248         (debug--implement-debug-on-entry): Rename from
1249         implement-debug-on-entry, add argument.
1250         (debugger-special-form-p): Remove, use special-form-p instead.
1251         (debug-on-entry): Use advice-add.
1252         (debug--function-list): New function.
1253         (cancel-debug-on-entry): Use it, along with advice-remove.
1254         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
1255         (debugger-list-functions): Use debug--function-list instead of
1256         debug-function-list.
1257         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
1258         (ad-special-form-p): Remove, use special-form-p instead.
1259         (ad-set-advice-info): Use add-function and remove-function.
1260         (ad--defalias-fset): Adjust accordingly.
1262 2012-11-10  Glenn Morris  <rgm@gnu.org>
1264         * mail/emacsbug.el (report-emacs-bug-tracker-url)
1265         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
1266         (report-emacs-bug-create-existing-bugs-buffer)
1267         (report-emacs-bug-parse-query-results)
1268         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
1270         * term.el (term-default-fg-color, term-default-bg-color):
1271         Make obsolete, rather than just saying "deprecated" in the doc.
1273         * term.el (term): Rename from `term-face'.
1274         (term-current-face, ansi-term-color-vector)
1275         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
1276         Update all users.
1278 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
1280         * server.el (server-create-window-system-frame): Handle Nextstep
1281         specially (Bug#12780).
1283 2012-11-10  Glenn Morris  <rgm@gnu.org>
1285         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1286         Unautoload, and make obsolete.  (Bug#7449)
1288 2012-11-10  Chong Yidong  <cyd@gnu.org>
1290         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
1291         rename from diff-remove-trailing-whitespace (Bug#12831).
1293 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
1296         miscompilation of trace.el.
1298 2012-11-10  Glenn Morris  <rgm@gnu.org>
1300         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
1302 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1304         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
1305         (bug#12812).
1307 2012-11-10  Chong Yidong  <cyd@gnu.org>
1309         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
1310         a defcustom with an appropriate :set function.
1311         (minibuffer-default--in-prompt-regexps): New function.
1313 2012-11-10  Glenn Morris  <rgm@gnu.org>
1315         * emacs-lisp/cl.el (define-setf-expander, defsetf)
1316         (define-modify-macro): Doc fixes.
1318         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
1319         (gv-define-simple-setter): Update doc of `fix-return'.
1321 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1323         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
1324         twice when `fix-return' is set (bug#12813).
1326         * emacs-lisp/cl.el (defsetf): Pass the third arg to
1327         gv-define-simple-setter (bug#12812).
1329         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
1330         (bug#12756).
1332 2012-11-10  Glenn Morris  <rgm@gnu.org>
1334         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
1336         * emacs-lisp/cl-extra.el (cl-prettyexpand):
1337         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
1338         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
1339         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
1341         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
1343 2012-11-10  Leo Liu  <sdl.web@gmail.com>
1345         * ido.el (ido-set-matches-1): Improve flex matching performance by
1346         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
1348 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1350         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
1351         (ad--defalias-fset): New function.
1352         (ad-safe-fset): Remove.
1353         (ad-make-freeze-definition): Use cl-letf*.
1355 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1357         * subr.el (dolist): Don't bind VAR in RESULT.
1359         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
1360         (fset, documentation): Don't save real def since we don't advise.
1361         (ad-do-advised-functions): Remove problematic `result-form'.
1362         (ad-safe-fset): `ad-real-fset' => `fset'.
1363         (ad-read-advised-function): Don't assume that ad-do-advised-functions
1364         uses CL's dolist internally.
1365         (ad-arglist): Remove unused arg `name'.
1366         (ad-docstring, ad-make-advised-docstring):
1367         `ad-real-documentation' => `documentation'.
1368         (warning-suppress-types): Declare.
1369         (ad-set-arguments): Simple CSE.
1370         (ad-recover-normality): Sanity check.
1372         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
1373         (funcall '(lambda ..) ..) into ((lambda ..) ..).
1375 2012-11-09  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
1377         * ses.el: symbol to coordinate mapping is made by symbol property
1378         `ses-cell'.  This means that the same mapping is done for all SES
1379         sheets.  That is good enough for cells with standard A1 names, but
1380         not for named cell.  So a hash map is added for the latter.
1381         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
1382         (ses-sym-rowcol): Use hashmap for named cell.
1383         (ses-is-cell-sym-p): New defun.
1384         (ses-decode-cell-symbol): New defun.
1385         (ses-create-cell-variable): Add cell to hashmap when name is not
1386         A1-like.
1387         (ses-rename-cell): Check that cell new name is not already in
1388         spreadsheet with the use of ses-is-cell-sym-p
1389         (ses-rename-cell): Use hash map for named cells, but accept also
1390         renaming back to A1-like.
1392 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1394         * emacs-lisp/advice.el: Use new dynamic docstrings.
1395         (ad-make-advised-definition-docstring, ad-advised-definition-p):
1396         Use dynamic-docstring-function instead of ad-advice-info.
1397         (ad--make-advised-docstring): New function extracted from
1398         ad-make-advised-docstring.
1399         (ad-make-advised-docstring): Use it.
1400         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
1401         from sql-help.
1402         (sql-help): Use it with dynamic-docstring-function.
1404         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
1406 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1408         * files.el (hack-one-local-variable--obsolete): New function.
1409         (hack-one-local-variable): Use it for obsolete settings.
1411         * subr.el (locate-user-emacs-file): If both old and new name exist, use
1412         the new name.
1414         * progmodes/js.el (js--filling-paragraph): New var.
1415         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
1416         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
1417         less sneaky.
1419 2012-11-08  Julien Danjou  <julien@danjou.info>
1421         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
1422         `auto-mode-alist' (Bug#12835).
1424 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1426         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
1427         (perl--prettify-symbols-alist): New const.
1428         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
1429         New functions.
1430         (perl-font-lock-keywords-2): Use them.
1431         (perl-electric-noindent-p): New function.
1432         (perl-mode): Use it to set up electric-indent-mode.
1433         (perl-electric-terminator, perl-indent-command): Mark obsolete.
1434         (perl-mode-map): Remove bindings for them.
1435         (perl-imenu-generic-expression, perl-outline-level):
1436         Match functions&packages in column>0.
1438         * env.el (env--substitute-vars-regexp): New const.
1439         (substitute-env-vars): Use it.  Add `only-defined' arg.
1440         * net/tramp.el (tramp-replace-environment-variables): Use it.
1442         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1443         Byte-compile *before* eval in eval-and-compile.
1444         (byte-compile-log-warning): Remove redundant inhibit-read-only.
1445         (byte-compile-file-form-autoload): Don't hide actual definition.
1446         (byte-compile-maybe-guarded): Accept `functionp' as well.
1448         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
1450 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
1452         * notifications.el (notifications-get-server-information-method):
1453         New defconst.
1454         (notifications-get-capabilities): Fix docstring.
1455         (notifications-get-server-information): New defun.
1457 2012-11-06  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1459         * textmodes/ispell.el (ispell-region): Standard re-indent for better
1460         readability.
1462         * textmodes/ispell.el: Experimental support for support debugging.
1463         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
1464         buffer for ispell.
1465         (ispell-print-if-debug): New function to print stuff to
1466         `ispell-debug-buffer' if debugging is enabled.
1467         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
1468         show some debugging info.
1469         (ispell-buffer-with-debug): New function that creates a debugging
1470         buffer and calls `ispell-buffer' with debugging enabled.
1472         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
1473         comment in autoconf mode. (Bug#12768)
1475 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
1477         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
1478         frame-first-window, frame-root-window, frame-selected-window,
1479         minibuffer-selected-window, minibuffer-window,
1480         window-absolute-pixel-edges, window-at, window-body-height,
1481         window-body-width, window-display-table, window-combination-limit,
1482         window-frame, window-fringes, window-inside-absolute-pixel-edges,
1483         window-inside-edges, window-inside-pixel-edges, window-left-child,
1484         window-left-column, window-margins, window-next-buffers,
1485         window-next-sibling, window-new-normal, window-new-total,
1486         window-normal-size, window-parameter, window-parameters, window-parent,
1487         window-pixel-edges, window-point, window-prev-buffers,
1488         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
1489         window-start, window-text-height, window-top-child, window-top-line,
1490         window-total-height, window-total-width and window-use-time to the list
1491         of functions without side-effects.
1492         (toplevel): Add window-valid-p to the list of error-free functions
1493         without side-effects.
1495 2012-11-05  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1497         * textmodes/ispell.el (ispell-program-name):
1498         Update spellchecker parameters when customized.
1500 2012-11-04  Glenn Morris  <rgm@gnu.org>
1502         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
1504 2012-11-04  Chong Yidong  <cyd@gnu.org>
1506         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
1507         same-window-* variables.
1509 2012-11-04  Juri Linkov  <juri@jurta.org>
1511         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
1512         (isearch-describe-key, isearch-describe-mode): Use a display
1513         action instead of binding same-window-* variables (Bug#10040).
1515 2012-11-03  Glenn Morris  <rgm@gnu.org>
1517         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1518         Rename handler properties back from cl-- to cl-.  (Bug#12788)
1520         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
1522 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
1524         * term/pc-win.el: Don't load term/internal from here.
1526         * loadup.el: Load term/internal from here.
1528 2012-11-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1530         * progmodes/python.el (inferior-python-mode): Fix hang in
1531         jit-lock (Bug#12645).
1533 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
1535         * window.el (switch-to-visible-buffer)
1536         (switch-to-buffer-preserve-window-point): Fix doc-strings.
1538 2012-11-03  Glenn Morris  <rgm@gnu.org>
1540         * emacs-lisp/cl-lib.el (cl--random-time):
1541         Rename from cl-random-time.  (Bug#12773)
1542         (cl--gensym-counter, cl--random-state): Update callers.
1543         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
1545 2012-11-03  Chong Yidong  <cyd@gnu.org>
1547         * cus-start.el: Make cursor-type customizable (Bug#11633).
1549 2012-11-02  Glenn Morris  <rgm@gnu.org>
1551         * filecache.el: No need to load find-lisp when compiling.
1552         (find-lisp-find-files): Autoload it.
1553         (file-cache-add-directory-recursively): Don't require find-lisp.
1555         * image.el (image-type-from-file-name): Trivial simplification.
1557         * emacs-lisp/bytecomp.el (byte-compile-eval):
1558         Decouple "noruntime" and "cl-functions" warnings.
1560 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
1562         * play/gomoku.el (gomoku-display-statistics): Update mode line
1563         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
1565 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
1567         * window.el (quit-restore-window): If the window has been
1568         created on an existing frame and ended up as the sole window on
1569         that frame, do not delete it (Bug#12764).
1571 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1573         * progmodes/sh-script.el (sh--inside-noncommand-expression):
1574         Rename from sh--inside-arithmetic-expression, handle more cases
1575         (bug#11263).
1577         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
1578         (sh-font-lock-open-heredoc): Use it (bug#12770).
1580 2012-10-30  Glenn Morris  <rgm@gnu.org>
1582         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
1584         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
1586 2012-10-29  Chong Yidong  <cyd@gnu.org>
1588         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
1589         function key is stored in a keyboard macro (Bug#4894).
1591         * thingatpt.el (number-at-point): Apply a thing-at-point property.
1593 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1595         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
1596         header comments".
1597         (diff-unified->context, diff-context->unified)
1598         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
1600         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
1602         * files.el (find-alternate-file): Only ask one question (bug#12487).
1604 2012-10-29  Chong Yidong  <cyd@gnu.org>
1606         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
1607         Suggested by Dan Nicolaescu (Bug#6326).
1609         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
1611         * startup.el (fancy-about-screen): Don't message (Bug#12680).
1613         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
1615         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
1617         * face-remap.el (face-remap-add-relative): Handle the case where a
1618         face-remapping-alist entry is a cons cell (Bug#12762).
1620 2012-10-29  Kevin Ryde  <user42@zip.com.au>
1622         * woman.el (woman-parse-numeric-value): Handle picas correctly
1623         (Bug#12639).
1625 2012-10-29  Glenn Morris  <rgm@gnu.org>
1627         * emacs-lisp/cl.el (defsetf): Doc fix.
1629 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1631         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
1632         syntax to the matching opener, if any (bug#12547).
1633         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
1634         matching open as a "case-(".
1635         (sh-smie-rc-grammar): Add a corresponding rule for it.
1637 2012-10-28  Daniel Hackney  <dan@haxney.org>
1639         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
1640         "PKGNAME-autoloads.el" in case we created it.
1642 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1644         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
1645         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
1646         (completion--twq-all): Disable too-strict assertions.
1648         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
1650 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
1652         * profiler.el (profiler-report-make-entry-part): Fix help-echo
1653         text to match the real keybindings.
1655 2012-10-27  Juri Linkov  <juri@jurta.org>
1657         * wdired.el (wdired-keep-marker-rename): New defcustom.
1658         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
1659         (Bug#11795)
1661         * dired.el (dired-keep-marker-rename): Add reference to
1662         `wdired-keep-marker-rename' in the docstring.
1663         Add default character value ?R to display initially in
1664         Customization UI instead of ?@.
1666 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
1668         * window.el (display-buffer): In doc-string describe
1669         window-height and window-width alist entries.
1671         * time.el (display-time-world): Restore fit-window-to-buffer
1672         behavior.
1674 2012-10-27  Chong Yidong  <cyd@gnu.org>
1676         * subr.el (insert-buffer-substring-as-yank): Doc fix.
1678 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
1680         * minibuffer.el (completion-category-overrides): New completion
1681         category `bookmark' (bug#11131).
1683 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1685         * emacs-lisp/advice.el (ad-assemble-advised-definition):
1686         Silence bogus compiler warnings for ad-do-it.
1688         * bookmark.el (bookmark-completing-read): Set the completion category
1689         to `bookmark' (bug#11131).
1691 2012-10-26  Bastien  <bzg@altern.org>
1692             Stefan Monnier  <monnier@iro.umontreal.ca>
1694         * face-remap.el: Use lexical-binding.
1695         (text-scale-adjust): Improve docstring.  Use itself for the temporary
1696         overlay-map bindings, so as to repeat the "Use..." message each time.
1698 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1700         * emacs-lisp/macroexp.el (macroexp--expand-all):
1701         Obey byte-compile-warning-enabled-p (bug#12486).
1703         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
1704         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
1706 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
1708         * mouse.el (mouse-drag-line): Move last form into preceding when
1709         clause (Bug#12731).
1711         * help.el (resize-temp-buffer-window): Fix doc-string.
1713 2012-10-25  David Engster  <deng@randomsample.de>
1715         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
1716         Remove.  This feature is already integrated in imenu.
1718         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
1719         always loaded.  Require `speedbar' unconditionally.
1721 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1723         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
1725         * minibuffer.el (minibuffer-force-complete): Fix thinko.
1727         * net/ldap.el (ldap-search-internal): The official ldif format starts
1728         with a "version: 1" header (bug#12724).
1730         * emacs-lisp/package.el (package-installed-p): Warn if not ready
1731         (bug#12721).
1733 2012-10-25  Glenn Morris  <rgm@gnu.org>
1735         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
1737 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1739         * minibuffer.el (minibuffer-force-complete): Use one more marker
1740         for the temporary-overlay-map command (bug#12619).
1742 2012-10-24  Chong Yidong  <cyd@gnu.org>
1744         * time.el (display-time-world-mode): Derive from special-mode.
1745         (display-time-world): Use display-buffer (Bug#12708).
1746         (display-time-world-mode-map): Variable deleted.
1747         (display-time-world-display): Wrap the final delete-char inside
1748         inhibit-read-only.
1750 2012-10-24  Chong Yidong  <cyd@gnu.org>
1752         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
1753         Doc fix.
1755         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
1757 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * minibuffer.el (completion--all-sorted-completions-location): New var.
1760         (completion--cache-all-sorted-completions)
1761         (completion--flush-all-sorted-completions): Use it.
1762         (completion-in-region, completion-in-region--postch)
1763         (completion-at-point, completion-help-at-point): Use markers in
1764         completion-in-region--data (bug#12619).
1766 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1768         * progmodes/compile.el (compilation-start): Try to handle common
1769         quoting of `cd' argument (bug#12640).
1771         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
1772         (bug#12671).
1774 2012-10-23  Glenn Morris  <rgm@gnu.org>
1776         * progmodes/gud.el (gud-menu-map):
1777         Check gdb-active-process is bound.  (Bug#12358)
1779 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1781         * repeat.el (repeat): Set real-this-command (bug#12232).
1783         * htmlfontify.el (hfy-post-html-hook):
1784         * filesets.el (filesets-cache-fill-content-hook):
1785         * arc-mode.el (archive-extract-hook):
1786         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1787         * net/rcirc.el (rcirc-sentinel-functions)
1788         (rcirc-receive-message-functions, rcirc-activity-functions)
1789         (rcirc-print-functions):
1790         * net/dbus.el (dbus-event-error-functions):
1791         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1792         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1793         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1794         * term/sun.el (sun-raw-prefix-hooks):
1795         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1797 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
1799         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1800         Set `tramp-chunksize' to 1.  This improves the performance.
1801         (tramp-smb-wait-for-output): Add timeout to
1802         `tramp-accept-process-output' calls.
1804 2012-10-23  Chong Yidong  <cyd@gnu.org>
1806         * faces.el (font-list-limit): Define as an obsolete variable.
1808         * startup.el (command-line):
1809         * cus-start.el: Don't refer to font-list-limit.
1811         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1813 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1815         * subr.el (internal-temp-output-buffer-show): Rename from
1816         temp-output-buffer-show, since previously compiled files expect this name.
1818 2012-10-23  Glenn Morris  <rgm@gnu.org>
1820         * image.el (image-type-from-file-name): If multiple types match,
1821         return the first one that is supported.  (Bug#9045)
1823 2012-10-22  Glenn Morris  <rgm@gnu.org>
1825         * image.el (imagemagick-enabled-types): Doc fix.
1827 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
1829         * progmodes/which-func.el (which-func-current): The hash-table may have
1830         an explicit nil (bug#12338).
1832 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1834         * electric.el (electric-pair-delete-selection-self-insert-function):
1835         Rename to electric-pair-will-use-region, return a boolean.
1836         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
1838         * delsel.el (delete-selection-helper): Use a function instead of a hook.
1839         (delete-selection-pre-hook): Use use-region-p.
1840         (delete-selection-self-insert-function): Remove.
1841         (self-insert-command): Obey self-insert-uses-region-functions.
1842         (self-insert-iso): Revert to previous setting, since we don't actually
1843         know what that command does.
1844         (delete-selection-self-insert-hooks): Remove.
1846 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
1848         * delsel.el (delete-selection-helper): New function, extracted from
1849         delete-selection-pre-hook.
1850         (delete-selection-pre-hook): Use it.
1851         (delete-selection-self-insert-function): New function.
1852         (delete-selection-self-insert-hooks): New hook.
1853         (self-insert-command, self-insert-iso): Use it.
1854         * electric.el (electric-pair-syntax): New function, extracted from
1855         electric-pair-post-self-insert-function.
1856         (electric-pair-post-self-insert-function): Use it.
1857         (electric-pair-delete-selection-self-insert-function): New function.
1858         (electric-pair-mode): Require delsel and setup
1859         delete-selection-self-insert-hooks (bug#11520).
1861 2012-10-20  Chong Yidong  <cyd@gnu.org>
1863         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1864         no changes to show (Bug#12586).
1866         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1867         list explicitly (Bug#12571).
1869 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
1871         * progmodes/flymake.el (flymake-create-temp-inplace):
1872         Use file-truename.
1874 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
1876         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
1878 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
1880         * calc/calc-units.el (math-extract-units): Properly extract powers
1881         of units.
1883 2012-10-20  Daniel Colascione  <dancol@dancol.org>
1885         * frame.el (make-frame): Set x-display-name as we used to in order
1886         to unbreak creating an X11 frame from an Emacs daemon started
1887         without a display.
1889 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1891         * minibuffer.el (minibuffer-force-complete): Make the next completion use
1892         the same completion-field (bug#12221).
1894 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
1896         * emacs-lisp/debug.el (debug): Record height of debugger window
1897         also when debugger will be back (Bug#8789).
1899 2012-10-18  Chong Yidong  <cyd@gnu.org>
1901         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1902         Convert to defcustom.
1903         (gdb-get-source-file): Don't bind pop-up-windows.
1905         * progmodes/gud.el (gud-display-line): Don't specially re-use
1906         other frames for the gdb-mi case (Bug#12648).
1908 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1910         * emacs-lisp/advice.el: Clean up commentary a bit.
1911         (ad-do-advised-functions, ad-with-originals): Use `declare'.
1912         (byte-code-function-p): Never redefine.
1914         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1916 2012-10-18  Glenn Morris  <rgm@gnu.org>
1918         * dired.el (dired-sort-toggle): Some ls implementations only allow
1919         a single option string.  (Bug#12666)
1921         * minibuffer.el (completion-cycle-threshold): Doc fix.
1923 2012-10-17  Kenichi Handa  <handa@gnu.org>
1925         * international/mule.el (set-keyboard-coding-system):
1926         Recover input meta mode when the new coding system doesn not use 8-bit.
1927         Supply TERMINAL arg to set-input-meta-mode.
1929 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>
1931         * wdired.el (wdired-old-marks): New variable.
1932         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1933         (wdired-do-renames): Move point with renamed file and don't lose
1934         mark status (Bug#11795).
1936 2012-10-16  Juri Linkov  <juri@jurta.org>
1938         * replace.el (query-replace-help): Mention multi-buffer replacement
1939         keys in the Help message.  (Bug#12655)
1941 2012-10-15  Chong Yidong  <cyd@gnu.org>
1943         * emacs-lisp/byte-run.el (defsubst): Doc fix.
1945 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
1947         * window.el (display-buffer): Doc fix.
1949         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1950         Adjust the msft regexp to the output of Studio 2010, and move msft
1951         before edg-1.  See the discussion on emacs-devel,
1952         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1953         for the details.
1955 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1957         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1958         (oset): Move uses of object-class-fast macro after its definition.
1960         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1962 2012-10-13  Chong Yidong  <cyd@gnu.org>
1964         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1965         enabled, re-enable it (Bug#11963).
1967 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
1969         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1970         non-nil, restore window configuration (Bug#12623).
1972 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1974         * help-fns.el (describe-variable, describe-function-1):
1975         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1977         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1979 2012-10-12  Glenn Morris  <rgm@gnu.org>
1981         * mail/rmailsum.el (rmail-header-summary):
1982         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
1984 2012-10-12  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1986         * progmodes/python.el (python-mode-map):
1987         Replace subtitute-key-definition with proper command remapping.
1988         (python-nav--up-list): Fix behavior for blocks on the same level.
1990 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1992         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1994         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1995         changes to the format of load-history.
1997         * international/mule-cmds.el (read-char-by-name): Move let-binding of
1998         completion-ignore-case in case that var is buffer-local (bug#12615).
2000 2012-10-11  Kenichi Handa  <handa@gnu.org>
2002         * international/eucjp-ms.el: Re-generated.
2004 2012-10-10  Kenichi Handa  <handa@gnu.org>
2006         * select.el (xselect--encode-string): If a coding is specified for
2007         selection, and that is compatible with COMPOUND_TEXT, use it.
2009 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
2011         * window.el (switch-to-buffer-preserve-window-point): New option.
2012         (switch-to-buffer):
2013         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
2015 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2017         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
2018         Don't document nil as a useful value (bug#12583).
2020 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
2022         * net/tramp.el (tramp-debug-message):
2023         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
2024         (with-tramp-progress-reporter): Rename from
2025         `tramp-with-progress-reporter'.
2026         (with-tramp-file-property, with-tramp-connection-property):
2027         Move from tramp-cache.el, rename from `with-file-property' and
2028         `with-connection-property', respectively.
2030         * net/tramp-cache.el: Remove `with-file-property' and
2031         `with-connection-property'.
2033         * net/tramp.el:
2034         * net/tramp-gvfs.el:
2035         * net/tramp-sh.el:
2036         * net/tramp-smb.el: Adapt callees.
2038         * net/trampver.el: Update release number.
2040 2012-10-09  Glenn Morris  <rgm@gnu.org>
2042         * w32-fns.el (set-message-beep):
2043         * term/w32-win.el (set-message-beep): Update declarations.
2045 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2047         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
2048         (mode-line-widen, mode-line-input-method-map)
2049         (mode-line-coding-system-map, mode-line-remote)
2050         (mode-line-unbury-buffer, mode-line-bury-buffer)
2051         (mode-line-next-buffer, mode-line-previous-buffer):
2052         Replace save-selected-window+select-window => with-selected-window.
2054         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
2055         * progmodes/cc-vars.el (bq-process): Remove, unused.
2057         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
2059 2012-10-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2061         Implemented `backward-up-list'-like navigation.
2062         * progmodes/python.el (python-nav-up-list)
2063         (python-nav-backward-up-list): New functions.
2064         (python-mode-map): Define substitute key for backward-up-list to
2065         python-nav-backward-up-list.
2067 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2069         * progmodes/python.el (python-fill-paragraph): Rename from
2070         python-fill-paragraph-function.  Fixed fill-paragraph for
2071         decorators (Bug#12605).
2073 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2075         * progmodes/python.el (python-shell-output-filter): Handle extra
2076         carriage return in OSX (Bug#12409).
2078 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2080         Fix shell handling of unbalanced quotes and parens in output.
2081         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
2082         (python-syntax-propertize-function): Use it.
2083         (python-shell-output-syntax-table): New var.
2084         (inferior-python-mode): Prevent unbalanced parens/quotes from
2085         previous output mess with current input context.
2087 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
2089         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
2090         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
2092 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
2094         * ffap.el (ffap-replace-file-component): Support Tramp file name
2095         syntax, not only ange-ftp's one.
2097 2012-10-08  Glenn Morris  <rgm@gnu.org>
2099         * cus-start.el (message-log-max): Set :version.
2101         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
2103 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
2105         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
2106         the minibuffer window (Bug#10851).
2108 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2110         Enhancements on forward-sexp movement.
2111         * progmodes/python.el (python-nav-beginning-of-statement)
2112         (python-nav-end-of-statement): Return point-marker.
2113         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
2114         (python-info-current-symbol)
2115         (python-info-statement-starts-block-p): Rename from
2116         python-info-beginning-of-block-p.
2117         (python-info-statement-ends-block-p): Rename from
2118         python-info-end-of-block-p.
2119         (python-info-beginning-of-statement-p)
2120         (python-info-end-of-statement-p)
2121         (python-info-beginning-of-block-p, python-info-end-of-block-p):
2122         New functions.
2124 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2126         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
2127         frame-selected-windows.
2129 2012-10-08  Daniel Colascione  <dancol@dancol.org>
2131         * battery.el (battery-status-function): Check for
2132         w32-battery-status itself, not system-time windows-nt.
2134         * frame.el: Require cl-lib.
2135         (display-format-alist): New variable mapping frame types to
2136         functions that initialize them.
2137         (window-system-for-display): New function: interprets
2138         display-format-alist.
2139         (make-frame-on-display): Remove existing display-selection logic
2140         and just forward to make-frame, which will now DTRT.
2141         (make-frame): Restructure to use window-system-for-display to
2142         figure out how to create a frame on a given display.
2143         (display-mouse-p): Look for frame-type w32, not a particular
2144         system-type.
2146         * loadup.el: Load w32 lisp code when we have the w32 feature.
2148         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
2149         system-type windows-nt.
2151         * server.el (server-create-window-system-frame): Look for window
2152         type.
2153         (server-proces-filter): Only force a window system when windows-nt
2154         _and_ w32.  Explain why.
2156         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
2157         of window systems we configure for the mode.
2159         * startup.el (command-line): Mark window system is initialized
2160         after we've done it.
2162         * common-win.el (x-select-text): Look for w32, not windows-nt.
2164         * ns-win.el: Require cl-lib.  Add ourselves to
2165         display-format-alist.
2166         (ns-initialize-window-system): Assert we're not initialized twice.
2168         * w32-win.el: Enable lexical binding; require cl-lib; add
2169         ourselves to display-format-alist.
2170         (w32-handle-dropped-file): Convert incoming dropped files from
2171         Windows paths to Cygwin ones before passing them on to the rest of
2172         Emacs.
2173         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
2174         (w32-initialize-window-system): Assert we're not initialized twice.
2176         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
2177         (x-initialize-window-system): Assert we're not initialized twice.
2179         * w32-common-fns.el: New File.
2180         (w32-version, w32-using-nt, w32-get-clipboard-data)
2181         (w32-set-clipboard-data, x-set-selection, x-get-selection)
2182         (w32-charset-info-alist, x-last-selected, text)
2183         (x-get-selection-value, x-selection-value): Move here.
2185         * w32-fns.el: Require w32-common-fns.
2186         (w32-version, w32-using-nt, w32-get-clipboard-data)
2187         (w32-set-clipboard-data, x-set-selection, x-get-selection)
2188         (w32-charset-info-alist, x-last-selected, text)
2189         (x-get-selection-value, x-selection-value): Move to
2190         w32-common-fns.
2192         * w32-vars.el:
2193         (w32-allow-system-shell, w32-system-shells): Define only in
2194         non-cygwin case.
2196 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2198         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
2199         (read-passwd): Remove a few more potential sources of leaks.
2201 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2203         * progmodes/python.el (inferior-python-mode)
2204         (python-shell-make-comint): Fix initialization of local
2205         variables copied from parent buffer.
2207 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
2209         * term/ns-win.el (ns-read-file-name): Update declaration to match
2210         nsfns.m.
2211         (ns-respond-to-change-font): Change fontsize separatly so we are sure
2212         it is set when font is acted upon.
2214 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2216         Enhancements to indentation.
2217         * progmodes/python.el (python-indent-context): Give priority to
2218         inside-string context.  Make comments indentation markers.
2219         (python-indent-region): Do not mess with strings, unless it's the
2220         enclosing set of quotes.
2222 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2224         * window.el (internal--before-save-selected-window)
2225         (internal--after-save-selected-window): New functions extracted from
2226         save-selected-window.  Make sure we return the `alist' we construct.
2227         (save-selected-window): Use them.
2229         * textmodes/tex-mode.el (tex-recenter-output-buffer):
2230         Use with-selected-window.
2232         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
2233         forms that define macros (bug#12593).
2235 2012-10-07  Kenichi Handa  <handa@gnu.org>
2237         * international/mule-conf.el (compound-text-with-extensions):
2238         Add :mime-charset property as x-ctext.
2240 2012-10-07  Stefan Merten  <smerten@oekonux.de>
2242         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2243         (rst-indent-literal-normal, rst-indent-literal-minimized)
2244         (rst-indent-comment): Correct :version tag.
2245         (rst-official-cvs-rev): Correct version string.
2247 2012-10-07  Eli Zaretskii  <eliz@gnu.org>
2249         * subr.el (w32notify-handle-event): New function.
2251 2012-10-07  Glenn Morris  <rgm@gnu.org>
2253         * mail/rmailmm.el (rmail-mime-process-multipart):
2254         Do not confuse a multipart message with an epilogue
2255         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
2257 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2259         Fix shell output retrieval and comint-prompt-regexp init.
2260         * progmodes/python.el (inferior-python-mode):
2261         (python-shell-make-comint): Fix initialization of
2262         comint-prompt-regexp from copied file local variables.
2263         (python-shell-fetched-lines): Remove var.
2264         (python-shell-output-filter-in-progress): Rename from
2265         python-shell-fetch-lines-in-progress.
2266         (python-shell-output-filter-buffer): Rename from
2267         python-shell-fetch-lines-string.
2268         (python-shell-fetch-lines-filter): Delete function.
2269         (python-shell-output-filter): New function.
2270         (python-shell-send-string-no-output): Use them.
2272 2012-10-07  Glenn Morris  <rgm@gnu.org>
2274         * hi-lock.el (hi-lock-process-phrase):
2275         Try to make it less fragile.  (Bug#7161)
2277         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
2279 2012-10-06  Glenn Morris  <rgm@gnu.org>
2281         * ehelp.el (electric-help-mode): Use help-mode rather than
2282         non-existent mode `help'.
2283         (electric-help-map): Use button-buffer-map.  (Bug#10917)
2285         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
2286         (reftex-create-bibtex-footer): Fix custom types.
2288         * progmodes/sh-script.el (sh-indent-after-continuation):
2289         Add explicit :group.
2291         * textmodes/rst.el (rst-preferred-decorations)
2292         (rst-shift-basic-offset): Clarify obsolescence versions.
2294         * profiler.el (profiler): Add missing group :version tag.
2295         * avoid.el (mouse-avoidance-banish-position):
2296         * proced.el (proced-renice-command):
2297         * calc/calc.el (calc-ensure-consistent-units):
2298         * calendar/icalendar.el (icalendar-import-format-uid):
2299         * net/tramp.el (tramp-save-ad-hoc-proxies):
2300         * progmodes/bug-reference.el (bug-reference-bug-regexp):
2301         * progmodes/flymake.el (flymake-error-bitmap)
2302         (flymake-warning-bitmap, flymake-fringe-indicator-position):
2303         * progmodes/sh-script.el (sh-indent-after-continuation):
2304         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
2305         (verilog-before-save-font-hook, verilog-after-save-font-hook):
2306         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
2307         (vhdl-array-index-record-field-in-sensitivity-list)
2308         (vhdl-indent-comment-like-next-code-line):
2309         * textmodes/reftex-vars.el (reftex-ref-style-alist)
2310         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
2311         (reftex-cite-key-separator, reftex-create-bibtex-header)
2312         (reftex-create-bibtex-footer):
2313         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2314         (rst-indent-literal-normal, rst-indent-literal-minimized)
2315         (rst-indent-comment): Add missing custom :version tags.
2317         * calendar/timeclock.el (timeclock-modeline-display):
2318         Add missing obsolete alias for renamed user option.
2320         * strokes.el (strokes-modeline-string):
2321         * emulation/crisp.el (crisp-mode-modeline-string):
2322         * eshell/esh-mode.el (eshell-status-in-modeline):
2323         Aliases to defcustoms must come before the defcustom.
2325         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
2326         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2327         (cal-tex-cursor-week-monday): Doc fixes.
2328         (cal-tex-cursor-week2-summary): Doc fix.
2329         Rename from cal-tex-cursor-week-at-a-glance.
2331         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
2332         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
2334         * calendar/calendar.el (calendar-mode-map):
2335         Add cal-tex-cursor-week2-summary.
2337 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2339         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
2341         * subr.el (read-passwd-map): New var.
2342         (read-passwd): Use `read-string' again.
2343         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
2345 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
2347         * register.el (append-to-register, prepend-to-register):
2348         Deactivate mark, as does `copy-to-register' (bug#12389).
2350 2012-10-06  Chong Yidong  <cyd@gnu.org>
2352         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
2354 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
2356         * international/characters.el: Fix simple mistake ((car chars) ->
2357         elt), delete duplicated code.
2359 2012-10-06  Glenn Morris  <rgm@gnu.org>
2361         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
2363 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2365         * color.el (color-hsl-to-rgb): Fix incorrect results for
2366         small and large hue values.  (Bug#12559)
2368 2012-10-05  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2370         Enhancements to docstring formatting when filling paragraphs.
2371         * progmodes/python.el (python-fill-docstring-style): Rename from
2372         python-fill-string-style.  Added new style.
2373         (python-fill-string): Use new style.  Better checks for
2374         docstrings.
2376 2012-10-05  Glenn Morris  <rgm@gnu.org>
2378         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
2380         * color.el (color-name-to-rgb, color-rgb-to-hex)
2381         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2382         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2383         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2384         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2386         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
2388 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
2390         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
2391         to get the correct size across symlinks.
2393         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
2395 2012-10-04  Juri Linkov  <juri@jurta.org>
2397         * replace.el (query-replace-interactive): Declare obsolete.
2398         (query-replace-read-from): Add the last incremental search string
2399         to the list of default values accessible via M-n.
2400         (map-query-replace-regexp): Use `read-regexp'.
2401         (query-replace, query-replace-regexp, query-replace-regexp-eval)
2402         (map-query-replace-regexp, replace-string, replace-regexp):
2403         Fix docstrings to replace mentions of `query-replace-interactive'
2404         with alternatives.  (Bug#12526)
2406 2012-10-04  Juri Linkov  <juri@jurta.org>
2408         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
2409         (dired-pop-to-buffer): Declare obsolete.
2410         (dired-mark-pop-up): Doc fix.
2412 2012-10-04  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2414         Allow user to set docstring style for fill-paragraph.
2415         * progmodes/python.el
2416         (python-fill-comment-function, python-fill-string-function)
2417         (python-fill-decorator-function, python-fill-paren-function):
2418         Remove :safe for defcustoms.
2419         (python-fill-string-style): New defcustom
2420         (python-fill-paragraph-function): Enhance context detection.
2421         (python-fill-string): Honor python-fill-string-style settings.
2423 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
2425         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
2426         after setting its buffer (Bug#10805).
2428 2012-10-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2430         Fix cornercase for string syntax.
2431         * progmodes/python.el (python-syntax-propertize-function):
2432         Simplify and enhance the regexp for unescaped quotes.  Now it also
2433         matches quotes in weird situations like the single quote in
2434         "something\"'".
2435         (python-syntax-stringify): Simplify num-quotes detecting code.
2437 2012-10-03  Glenn Morris  <rgm@gnu.org>
2439         * help-macro.el (three-step-help):
2440         Revert 2012-09-29 change.  (Bug#12567)
2442 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
2444         * menu-bar.el (kill-this-buffer): Don't do anything when
2445         `menu-frame' is not alive or visible (Bug#8184).
2447         * emacs-lisp/debug.el (debug): When quitting the debugger window
2448         restore current buffer (Bug#12502).
2450 2012-10-02  Chong Yidong  <cyd@gnu.org>
2452         * progmodes/hideif.el (hif-lookup, hif-defined):
2453         Handle semantic-c-takeover-hideif.
2455 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
2457         Change sampling interval units from ms to ns.
2458         * profiler.el (profiler-sampling-interval): Change units
2459         from ms to ns, multiplying the default by 1000000 so that
2460         it remains 1 ms.
2461         (profiler-report-cpu-line-format): Give enough room for
2462         the maximum counters on 64-bit hosts.
2463         (profiler-report-render-calltree-1): Call them "CPU samples",
2464         not "Time (ms)", since they are not milliseconds now (and
2465         never really were).
2467 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
2469         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
2470         Fix querying BBDB for entries without a last name (Bug#11580).
2472 2012-10-02  Chong Yidong  <cyd@gnu.org>
2474         * emacs-lisp/eieio.el: Restore Version header.
2476 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2478         * vc/diff-mode.el (diff--auto-refine-data): New var.
2479         (diff-hunk): Use it to delay refinement.
2480         (diff-mode): Remove overlays when we turn off font-lock.
2482         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
2483         (table-initialize-table-fixed-width-mode)
2484         (table-set-table-fixed-width-mode): Remove functions.
2485         (table-command-list): Move initialization into declaration.
2486         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
2487         (table-with-cache-buffer): Use `declare'.
2488         (table-span-cell): Simplify via CSE.
2489         (table-fixed-width-mode): Use define-minor-mode.
2490         (table-call-interactively, table-funcall, table-apply): Remove.
2491         (table-function): New function, to replace them.
2493         * bookmark.el (bookmark-search-pattern): Remove var.
2494         (bookmark-read-search-input): Remove function.
2495         (bookmark-bmenu-search): Reimplement using a minibuffer.
2497         * faces.el (modeline): Remove obsolete face name.
2499         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
2500         and give a non-nil default value.
2501         (add-change-log-entry): Simplify accordingly.
2503 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
2505         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
2506         (vc-git-log-edit-toggle-amend): New function.
2507         (vc-git-log-edit-toggle-signoff): New function.
2508         (vc-git-log-edit-mode): New major mode.
2509         (vc-git-log-edit-mode-map): Keymap for it.
2510         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
2512         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
2513         header names.
2514         (log-edit-toggle-header): New function.
2515         (log-edit-extract-headers): Accept function values in HEADERS alist.
2517 2012-10-01  David Engster  <deng@randomsample.de>
2519         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
2520         from symbol property and change message to be more consistent with
2521         Emacs proper.
2522         (eieio-describe-generic): Add filename for each implementation.
2523         Fix indices for generic and normal methods.
2524         (eieio-method-def, eieio-class-def): New buttons.
2525         (eieio-help-find-method-definition)
2526         (eieio-help-find-class-definition): New functions.
2527         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
2528         class, constructor and method definitions.
2530         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
2531         information in symbol property.
2532         (scoped-class): Remove.
2533         (eieio-slot-name-index, call-next-method): Check if it is bound.
2535 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
2537         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
2538         (eieio-custom-mode): New major mode.
2539         (eieio-customize-object): Use it.
2541 2012-10-01  Eric Ludlam  <zappo@gnu.org>
2543         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
2544         specifying the expected class, and whether subclassing is allowed.
2545         (eieio-persistent-convert-list-to-object):
2546         (eieio-persistent-validate/fix-slot-value)
2547         (eieio-persistent-slot-type-is-class-p): New functions.
2548         (eieio-named::slot-missing): Doc fix.
2550         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
2551         Stop using unused publd variable.
2553         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2554         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
2555         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
2556         (eieio-speedbar-handle-click): Do not specify a class for the
2557         method.  Fixes method invocation order problems with EDE.
2559 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2561         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
2562         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
2564 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
2566         * bookmark.el (bookmark-version-control): Give tags in the
2567         :type choices (Bug#12309), and improve doc string.
2568         (bookmark-write-file): Bind `print-circle' to `t' to allow
2569         circular custom bookmark types.  (Bug#12503)
2571 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
2573         Revert the FOLLOW-SYMLINKS change for file-attributes.
2574         * files.el (remote-file-name-inhibit-cache, after-find-file):
2575         * time.el (display-time-file-nonempty-p): Undo last change.
2577         * profiler.el (profiler-sampling-interval): Change default back to 1.
2578         See Stefan Monnier in
2579         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
2581 2012-10-01  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2583         Shell output catching a la gud-gdb.
2584         * progmodes/python.el (python-shell-fetch-lines-in-progress)
2585         (python-shell-fetch-lines-string, python-shell-fetched-lines):
2586         New Vars.
2587         (python-shell-fetch-lines-filter): New function.
2588         (python-shell-send-string-no-output): Use them.
2590 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
2592         * profiler.el (profiler-sampling-interval): Rename from
2593         profiler-sample-interval.
2594         (profiler-sampling-interval): Default to 10.
2595         (profiler-find-profile): New command (was profiler-find-log).
2596         (profiler-find-profile-other-window): New command.
2597         (profiler-find-profile-other-frame): New command.
2598         (profiler-profile): Introduce API-level data structure.
2600 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
2602         file-attributes has a new optional arg FOLLOW-SYMLINKS.
2603         * files.el (remote-file-name-inhibit-cache):
2604         * time.el (display-time-file-nonempty-p): Use it.
2605         * files.el (after-find-file): Don't chase links before calling
2606         file-exists-p, as file-exists-p already does the right thing.
2608 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
2610         Merge from standalone RefTeX repository.
2612         The following ChangeLog entries are shortened versions of the
2613         original ones with file paths adapted.  A not so strongly edited
2614         version of the original ChangeLog can be found in the commit log.
2616         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
2617         (reftex-arg-cite): Use `reftex-cite-key-separator'.
2618         Correctly handle new value type returned by `reftex-citation'.
2620         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
2621         that entries with whitespace at various places are found.
2622         Doc fix. Include entries that are cross-referenced from cited entries.
2623         Include @String definitions in the resulting bib file.  Add header
2624         and footer defined in `reftex-create-bibtex-header' and
2625         `reftex-create-bibtex-footer'.
2626         (reftex-do-citation): Make it possible again to insert
2627         non-existent entries.  Save match data when asking for optional
2628         arguments. Return all keys, not just the first one.
2629         (reftex-all-used-citation-keys): Fix regexp to correctly extract
2630         all citations in the same line.
2631         (reftex-parse-bibtex-entry): Accept additional optional argument
2632         `raw' and keep quotes or braces if it is non-nil.  Match fields
2633         containing hyphens besides word constituents.
2634         (reftex-get-string-refs): New function.
2635         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
2636         and ask if it should be reread in case it did.
2637         (reftex-pop-to-bibtex-entry)
2638         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
2639         entries with spaces or tabs in front of arguments.
2640         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
2641         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
2642         Match entries containing numbers and symbol constituents.
2643         (reftex-do-citation, reftex-figure-out-cite-format):
2644         Use `reftex-cite-key-separator'.
2646         * textmodes/reftex-dcr.el: Move provide statement to end of file.
2647         (reftex-mouse-view-crossref): Explain why point is set.
2649         * textmodes/reftex-global.el: Whitespace changes.
2651         * textmodes/reftex-index.el: Move provide statement to end of
2652         file.
2653         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
2654         (reftex-index-visit-phrases-buffer): Set marker when visiting
2655         buffer.  This allows for returning from the phrases file to the
2656         file one was just editing instead of the file where the last
2657         phrases was added from.
2658         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
2659         punctuation syntax as it usually is not used as string quote in
2660         TeX-related modes and may occur unmatched.  The change also
2661         prevents fontification of quoted content.
2662         (reftex-index-phrases-mode): Use it.
2664         * textmodes/reftex-parse.el (reftex-parse-from-file):
2665         Move backward one char if a `\' was matched after a section macro.
2666         (reftex-parse-from-file): Use beginning of match instead of end as
2667         bound.
2669         * textmodes/reftex-ref.el: Adapt creation of
2670         `reftex-<package>-<macro>' functions to new structure of
2671         `reftex-ref-style-alist'.
2672         (reftex-reference): Use `reftex-ref-style-list' function.
2673         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
2674         reference macro if `reftex-ref-macro-prompt' is non-nil.
2675         (reftex-reference): Pass refstyle to `reftex-format-special'.
2676         Determine reference macro by looking at
2677         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
2678         Use only one special format function.
2679         (reftex-varioref-vref, reftex-fancyref-fref)
2680         (reftex-fancyref-Fref): Remove definitions.  The functions are now
2681         generated from `reftex-ref-style-alist'.
2682         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
2683         Remove.
2684         (reftex-format-special): New function.
2686         * textmodes/reftex-sel.el
2687         (reftex-select-cycle-ref-style-internal): Adapt to new structure
2688         of `reftex-ref-style-alist'. Remove code for testing macro type.
2689         (reftex-select-toggle-varioref)
2690         (reftex-select-toggle-fancyref): Remove.
2691         (reftex-select-cycle-ref-style-internal)
2692         (reftex-select-cycle-ref-style-forward)
2693         (reftex-select-cycle-ref-style-backward): New functions.
2694         (reftex-select-label-map): Use `v' and `V' for general cycling
2695         through reference styles.  Add `p' for switching between number
2696         and page reference types.
2698         * textmodes/reftex-toc.el (reftex-re-enlarge):
2699         Call `enlarge-window' only if there is something to do because in Emacs
2700         the horizontal version throws an error even if the parameter is 0.
2702         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
2703         (reftex-plug-into-AUCTeX): Doc fix.
2704         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
2705         string.  Adapt to new name.
2706         (reftex-ref-style-alist): Change structure so that it is not
2707         possible to use multiple different package names within a style.
2708         Remove the symbols for symbols for macro type distinction.
2709         Add characters for macro selection.
2710         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
2711         (reftex-create-bibtex-footer): New variables.
2712         (reftex-format-ref-function): Mention third argument of special
2713         format function.
2714         (reftex-ref-style-alist, reftex-ref-style-default-list):
2715         New variables.
2716         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
2717         to new implementation.  Mark as obsolete.  Add compatibility code
2718         for honoring the variable values in case they are set.
2719         (reftex-cite-format-builtin, reftex-bibliography-commands):
2720         Add support for ConTeXt.
2721         (reftex-format-ref-function, reftex-format-cite-function):
2722         Fix custom type.
2723         (reftex-cite-key-separator): New variable.
2725         * textmodes/reftex.el (reftex-syntax-table-for-bib)
2726         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
2727         `reftex-syntax-table' because parens have to retain their paren
2728         syntax in order for parsing of BibTeX entries like @book(...) to
2729         work.
2730         (reftex-in-comment): Do not error out if `comment-start-skip' is
2731         not set.  Deal correctly with escaped comment characters.
2732         (reftex-tie-multifile-symbols): Add doc string.
2733         Initialize `reftex-ref-style-list'.
2734         (reftex-untie-multifile-symbols): Add doc string.
2735         (reftex-add-index-macros): Doc fix.
2736         (reftex-ref-style-activate, reftex-ref-style-toggle)
2737         (reftex-ref-style-list): New functions.
2738         (reftex-mode-menu): Use them.  Adapt to new structure of
2739         `reftex-ref-style-alist'.
2740         (reftex-select-with-char): Kill the RefTeX Select buffer when
2741         done.
2742         (reftex-remove-if): New function.
2743         (reftex-erase-all-selection-and-index-buffers)
2744         (reftex-mode-menu): Reference styles are now computed from
2745         `reftex-ref-style-alist'.  Fix typo.
2746         (reftex-report-bug): New function.
2747         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
2748         algorithms with O(n log n).  Introduce optional argument SORT (not
2749         yet used).
2751 2012-09-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2753         Enhancements for triple-quote string syntax.
2754         * progmodes/python.el (python-syntax-propertize-function):
2755         Match both quote cases in one regexp.
2756         (python-syntax-stringify): Handle matches properly.
2758 2012-09-30  Juri Linkov  <juri@jurta.org>
2760         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
2761         to nil around the call to `insert' to prevent
2762         directory time modification by lock_file.  (Bug#2295)
2763         * tar-mode.el (tar-summarize-buffer): Idem.
2765 2012-09-30  Juri Linkov  <juri@jurta.org>
2767         * facemenu.el (list-colors-sort): Add option "Luminance".
2768         (list-colors-sort-key): Implement it.
2770         * vc/diff-mode.el (diff-refine-removed):
2771         * vc/ediff-init.el (ediff-fine-diff-A):
2772         * vc/smerge-mode.el (smerge-refined-removed):
2773         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
2775 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
2777         * term/ns-win.el (x-file-dialog): New function.
2779 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
2781         * ido.el (ido-max-directory-size): Default to nil; the current
2782         default is small for POSIX systems, and impractical on Windows 7
2783         now that lstat returns directory sizes for NTFS.
2785 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
2787         In buffer display functions handle window-height/window-width
2788         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
2789         * window.el (window--display-buffer): New argument ALIST.
2790         Obey window-height and window-width alist entries.
2791         (window--try-to-split-window): New argument ALIST.
2792         Bind window-combination-limit to t when the window's size shall be
2793         changed and window-combination-limit equals `window-size'.
2794         (display-buffer-in-atom-window)
2795         (display-buffer-in-major-side-window)
2796         (display-buffer-in-side-window, display-buffer-same-window)
2797         (display-buffer-reuse-window, display-buffer-pop-up-frame)
2798         (display-buffer-pop-up-window, display-buffer-below-selected)
2799         (display-buffer-at-bottom, display-buffer-in-previous-window)
2800         (display-buffer-use-some-window): Adjust all callers of
2801         window--display-buffer and window--try-to-split-window.
2802         (fit-frame-to-buffer): New option.
2803         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2804         is non-nil.
2805         (display-buffer-in-major-side-window): Evaluate window-height /
2806         window-width alist entries.
2808         * help.el (temp-buffer-resize-frames)
2809         (temp-buffer-resize-regexps): Remove options.
2810         (temp-buffer-resize-mode): Adjust doc-string.
2811         (resize-temp-buffer-window): Don't consult
2812         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
2813         temp-buffer-resize-frames.
2815         * dired.el (dired-mark-pop-up):
2816         Call display-buffer-below-selected with a fit-window-to-buffer alist
2817         entry.
2819 2012-09-30  Chong Yidong  <cyd@gnu.org>
2821         * server.el (server-host): Document the security implications.
2822         (server-auth-key): Doc fix.
2824         * startup.el (initial-buffer-choice): Doc fix.
2826         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2828         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2829         restriction change.
2831         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2833         * help-fns.el (help-fns--obsolete): Fix last change.
2835 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2837         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2838         (minor-mode-map-alist): Remove redundant code.
2840         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2841         visited in a buffer.
2842         (cvs-insert-visited-file): New function.
2843         (find-file-hook): Use it.
2845         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2847         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2848         chose face.
2849         (log-edit-empty-buffer-p): Don't require a space after a header.
2851         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2853         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2855         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2856         a proper minor-mode.
2858         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2860 2012-09-29  Glenn Morris  <rgm@gnu.org>
2862         * winner.el (winner-mode): Remove variable (let define-minor-mode
2863         handle it).
2864         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2865         Doc fixes.
2866         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2867         (winner-mode): Use define-minor-mode.
2869         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2870         the full definition in loaddefs, rather than duplicating it.
2872         * help-macro.el (three-step-help): No need to autoload defcustom.
2874         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2875         (inferior-lisp-program, inferior-lisp-load-command)
2876         (inferior-lisp-prompt, inferior-lisp-mode-hook):
2877         No need to autoload defcustoms.
2879         * hippie-exp.el (hippie-expand-try-functions-list)
2880         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2881         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2882         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2883         (hippie-expand-only-buffers): No need to autoload defcustoms.
2884         * progmodes/vhdl-mode.el (vhdl-line-expand):
2885         Explicitly load hippie-exp, so it does not get autoloaded
2886         while hippie-expand-try-functions-list is let-bound.
2888 2012-09-28  Glenn Morris  <rgm@gnu.org>
2890         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2892         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2893         Only "cl.el" counts as cl these days.
2895 2012-09-28  Juri Linkov  <juri@jurta.org>
2897         Display archive errors in the echo area instead of inserting
2898         to the file buffer.
2900         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2901         to STDERR-TEST that can be a regexp matching a successful output.
2902         Create a temporary file and redirect stderr to it.  Search for
2903         STDERR-TEST in the stderr output and display it in the echo area
2904         if no match is found.
2905         (archive-extract-by-file): New function like
2906         `archive-extract-by-stdout' but extracting archives to files
2907         and looking for successful matches in stdout.  Function body is
2908         mostly copied from `archive-rar-extract'.
2909         (archive-rar-extract): Use `archive-extract-by-file'.
2910         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
2912 2012-09-28  Leo Liu  <sdl.web@gmail.com>
2914         * pcomplete.el (pcomplete-show-completions):
2915         Use minibuffer-message to make pcomplete usable in minibuffer.
2917         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2919 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2921         * type-break.el: Use lexical-binding.
2922         (type-break-mode): Use define-minor-mode.
2924         * emacs-lisp/pcase.el (pcase--mark-used): New.
2925         (pcase--u1): Use it (bug#12512).
2927         * custom.el (load-theme): Set buffer-file-name so the load is recorded
2928         in load-history with the right file name.
2930 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
2932         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2933         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2934         (doc-view-get-bounding-box): Make bounding box slicing work for
2935         ODF and DVI documents.
2937 2012-09-28  Glenn Morris  <rgm@gnu.org>
2939         * type-break.el (type-break-mode, type-break-interval)
2940         (type-break-good-rest-interval, type-break-keystroke-threshold):
2941         No need to autoload.
2942         (type-break-good-rest-interval, type-break-keystroke-threshold):
2943         Add :set-after.
2945 2012-09-28  Chong Yidong  <cyd@gnu.org>
2947         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2948         Add :version tag.
2950 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2952         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2954 2012-09-27  Glenn Morris  <rgm@gnu.org>
2956         * faces.el (x-display-name): Declare (for without-x builds).
2958         * linum.el (linum-format): Don't autoload it.  Improve :type.
2960         * progmodes/tcl.el: Don't require outline when compiling.
2961         (outline-regexp, outline-level): Declare.
2962         * textmodes/sgml-mode.el: Don't require outline when compiling.
2963         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2965         * term.el (term-ansi-reset):
2966         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
2968         * vc/vc.el (vc-next-action): Only gripe about committing read-only
2969         files for RCS and SCCS.  (Bug#9781)
2971 2012-09-27  Chong Yidong  <cyd@gnu.org>
2973         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2974         change; value should be t.
2976 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2978         * image-mode.el: Use lexical-binding.
2979         (image-mode-winprops): Use t to stand for the window of
2980         a buffer that's not displayed.
2981         * doc-view.el (doc-view-new-window-function): Handle the new
2982         t in winprops.
2983         (doc-view-enlarge): Make it a real nop if the size is not changed.
2984         (doc-view-display): Handle the case where the buffer is not (yet?)
2985         displayed in any window.
2986         (doc-view-saved-settings): New var.
2987         (doc-view-mode): Use it.
2988         (doc-view-fallback-mode): Set it.
2990         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2991         Set lexical-binding.
2992         (minibuffer-eldef-shorten-default): New var.
2993         (minibuffer-default-in-prompt-regexps): Use it for new default.
2994         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2996 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
2998         * international/uni-bidi.el:
2999         * international/uni-category.el:
3000         * international/uni-name.el:
3001         * international/uni-numeric.el: Regenerate.
3003 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
3004             Stefan Monnier  <monnier@iro.umontreal.ca>
3006         * profiler.el: New file.
3008 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3010         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
3011         (testcover-reinstrument): Simplify with CSE.
3013 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
3015         * window.el (temp-buffer-window-setup): Fix typo in docstring.
3017 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
3019         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
3020         (verilog-auto-input, verilog-auto-insert-lisp)
3021         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
3022         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
3023         (verilog-auto-unused, verilog-auto-wire)
3024         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
3025         newline.  Reported by Andrew Jones.
3026         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
3027         Reported by Brad Dobbie.
3028         (verilog-batch-delete-trailing-whitespace):
3029         Create verilog-batch-delete-trailing-whitespace.
3030         Reported by Brad Dobbie.
3031         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
3032         parameters from another module.  Reported by Dan Katz.
3033         (verilog-auto, verilog-auto-assign-modport)
3034         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
3035         AUTOINOUTMODPORT for UVM interface module shell generation.
3036         Reported by Brad Dobbie.
3037         (verilog-auto-inst-interfaced-ports): Make default nil, as more
3038         standard behavior.
3039         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
3040         Reported by Matt Martin.
3042 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
3044         * window.el (window--resize-child-windows): When resizing child
3045         windows proportionally, process them in reverse order to
3046         preserve the "when splitting a window the new one gets the odd
3047         line" behavior.
3048         (window--resize-root-window-vertically): When resizing the
3049         minibuffer window try to affect only windows at the bottom of the
3050         frame.  (Bug#12419)
3052 2012-09-25  Chong Yidong  <cyd@gnu.org>
3054         * subr.el (declare): Doc fix.
3056         * help-fns.el (help-fns--obsolete): Handle macros properly.
3058 2012-09-25  Chong Yidong  <cyd@gnu.org>
3060         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
3061         this function obsolete.
3063         * calendar/cal-x.el (calendar-two-frame-setup)
3064         (calendar-only-one-frame-setup, calendar-one-frame-setup):
3065         * calendar/calendar.el (american-calendar, european-calendar)
3066         (calendar-for-loop):
3067         * comint.el (comint-dynamic-simple-complete)
3068         (comint-dynamic-complete-as-filename, comint-unquote-filename):
3069         * desktop.el (desktop-load-default):
3070         * dired-x.el (dired-omit-here-always)
3071         (dired-hack-local-variables, dired-default-directory):
3072         * emacs-lisp/derived.el (derived-mode-class):
3073         * emacs-lisp/timer.el (timer-set-time-with-usecs):
3074         * emacs-lock.el (toggle-emacs-lock):
3075         * epa.el (epa-display-verify-result):
3076         * epg.el (epg-sign-keys, epg-start-sign-keys)
3077         (epg-passphrase-callback-function):
3078         * eshell/esh-util.el (eshell-for):
3079         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
3080         (eshell-add-to-window-buffer-names):
3081         * files.el (locate-file-completion):
3082         * imenu.el (imenu-example--create-c-index)
3083         (imenu-example--create-lisp-index)
3084         (imenu-example--lisp-extract-index-name)
3085         (imenu-example--name-and-position):
3086         * international/mule-cmds.el (princ-list):
3087         * international/mule-diag.el (decode-codepage-char):
3088         * international/mule-util.el (detect-coding-with-priority):
3089         * iswitchb.el (iswitchb-read-buffer):
3090         * mail/mailalias.el (mail-complete):
3091         * mail/sendmail.el (mail-sent-via):
3092         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
3093         (mouse-major-mode-menu):
3094         * password-cache.el (password-read-and-add):
3095         * pcomplete.el (pcomplete-parse-comint-arguments):
3096         * progmodes/sh-script.el (sh-maybe-here-document):
3097         * replace.el (query-replace-regexp-eval):
3098         * savehist.el (savehist-load):
3099         * simple.el (choose-completion-delete-max-match):
3100         * term.el (term-dynamic-simple-complete):
3101         * vc/ediff-init.el (ediff-check-version):
3102         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
3103         * vc/vc.el (vc-diff-switches-list):
3104         * view.el (view-return-to-alist-update): Likewise.
3106         * subr.el (eval-next-after-load, makehash, insert-string)
3107         (assoc-ignore-representation, assoc-ignore-case): Use declare to
3108         mark obsolete.
3109         (mode-line-inverse-video): Variable deleted.
3111         * international/mule-util.el (string-to-sequence): Remove.
3113         * calendar/calendar.el (calendar-version):
3114         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
3115         (icalendar-convert-diary-to-ical):
3116         * cus-edit.el (custom-mode):
3117         * ansi-color.el (ansi-color-unfontify-region):
3118         * international/latin1-disp.el (latin1-char-displayable-p):
3119         * progmodes/cwarn.el (turn-on-cwarn-mode):
3120         * progmodes/which-func.el (which-func-update-1):
3121         Use define-obsolete-function-alias.
3123         * net/newst-backend.el (newsticker-cache-filename):
3124         * net/newst-treeview.el (newsticker-groups-filename):
3125         Fix incorrect obsolescence declaration.
3127         * allout.el (allout-passphrase-hint-string): Likewise.
3128         (allout-init): Use a declare form to mark obsolete.
3130         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
3131         this applies to functions.
3133         * iswitchb.el (iswitchb-read-buffer): Move code of
3134         iswitchb-define-mode-map here, and delete that obsolete function.
3136         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
3137         font-lock-reference-face.
3139 2012-09-25  Glenn Morris  <rgm@gnu.org>
3141         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
3142         Doc fixes.
3144         * eshell/em-term.el (eshell-term-name):
3145         Default to term-term-name.  (Bug#12485)
3147 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3149         * progmodes/python.el (python-shell-send-buffer): Better handling
3150         of "if __name__ == '__main__':" conditionals when sending the buffer.
3152 2012-09-24  Glenn Morris  <rgm@gnu.org>
3154         * eshell/esh-cmd.el (eshell-find-alias-function):
3155         Tighten up file-name regexp.  (Bug#12499)
3157 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3159         Enhancements for triple-quote string syntax.
3160         * progmodes/python.el (python-quote-syntax): Remove.
3161         (python-syntax-propertize-function): New value.
3162         (python-syntax-count-quotes, python-syntax-stringify):
3163         New functions.
3165 2012-09-24  Chong Yidong  <cyd@gnu.org>
3167         * mail/supercite.el (sc-version): Remove obsolete function.
3168         (sc-describe): Don't mark as obsolete, since it is bound.
3169         (sc-submit-bug-report): Remove.
3171         * vc/log-edit.el (cvs-changelog-full-paragraphs)
3172         (cvs-commit-buffer-require-final-newline): Remove.
3173         (log-edit-require-final-newline)
3174         (log-edit-changelog-full-paragraphs): Default to t.
3176         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
3177         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3178         * vc/vc.el (vc-checkout-carefully): Likewise.
3180         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
3181         (emerge-version): Remove.
3183         * progmodes/compile.el (compile-internal): Remove.
3184         (compilation-parse-errors-function): Fix typo.
3186         * international/mule.el (set-char-table-default): Remove.
3187         (set-coding-priority, make-coding-system, generic-char-p)
3188         (charset-list, charset-bytes, charset-id): Use declare to mark
3189         functions as obsolete.
3191         * vc/pcvs-defs.el (cvs-buffer-name-alist)
3192         (cvs-invert-ignore-marks): Remove references to obsolete vars.
3193         * vc/vc-hooks.el (vc-default-registered): Don't use
3194         vc-master-templates.
3196         * font-lock.el (font-lock-reference-face):
3197         Use define-obsolete-variable-alias.
3199         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
3200         * calendar/calendar.el (calendar-font-lock-keywords):
3201         * calendar/diary-lib.el (diary-font-lock-keywords)
3202         (diary-fancy-font-lock-keywords):
3203         * textmodes/reftex-sel.el (reftex-insert-docstruct):
3204         * textmodes/reftex-index.el (reftex-insert-index):
3205         * textmodes/reftex-cite.el (reftex-format-bib-entry):
3206         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3207         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3208         * progmodes/prolog.el (prolog-font-lock-keywords):
3209         * progmodes/idlwave.el (idlwave-idl-keywords):
3210         * progmodes/ada-mode.el (ada-font-lock-keywords):
3211         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
3213 2012-09-24  Glenn Morris  <rgm@gnu.org>
3215         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
3217 2012-09-23  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3219         * progmodes/python.el (python-indent-line): More consistent cursor
3220         movement behavior.
3222 2012-09-23  Stefan Merten  <smerten@oekonux.de>
3224         * textmodes/rst.el: Fix compiler warning.
3226 2012-09-23  Roland Winkler  <winkler@gnu.org>
3228         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
3229         Transcribe also LaTeX hyphenation.
3230         (bibtex-reformat): Bug fix. Do not quote twice the elements of
3231         bibtex-reformat-previous-options.
3233 2012-09-23  Roland Winkler  <winkler@gnu.org>
3235         * proced.el (proced-renice-command): New variable.
3236         (proced-marked-processes): New function.
3237         (proced-with-processes-buffer): New macro.
3238         (proced-send-signal): Use them.
3239         (proced-renice): New command bound to r.
3241 2012-09-23  Roland Winkler  <winkler@gnu.org>
3243         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
3244         ibuffer-saved-filter-groups has one element, shortcut the call of
3245         completing-read.  (Bug#12331)
3247 2012-09-23  Chong Yidong  <cyd@gnu.org>
3249         * bindings.el (mode-line-toggle-read-only):
3250         * bs.el (bs-toggle-readonly):
3251         * buff-menu.el (Buffer-menu-toggle-read-only):
3252         * dired.el (dired-toggle-read-only):
3253         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
3255 2012-09-23  Chong Yidong  <cyd@gnu.org>
3257         * image.el (image-type-available-p): Adapt to init-image-library
3258         argument changes.
3260 2012-09-22  Juri Linkov  <juri@jurta.org>
3262         * dired.el (dired-mode-map): Add [remap read-only-mode] for
3263         `dired-toggle-read-only'.  (Bug#12462)
3265 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
3267         * subr.el (temp-output-buffer-show): New function.
3268         (with-output-to-temp-buffer): Call temp-output-buffer-show
3269         instead of internal-temp-output-buffer-show.
3271 2012-09-22  Chong Yidong  <cyd@gnu.org>
3273         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
3274         (Bug#12462).
3276         * repeat.el (repeat): Doc fix (Bug#12348).
3278         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
3279         (Bug#10909).
3281         * simple.el (shell-command-on-region): Doc fix.
3282         (read-only-mode): Doc fix.
3284 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
3286         * emacs-lisp/timer.el (run-with-idle-timer)
3287         (timer-activate-when-idle): Warn against reinvoking an idle timer
3288         from within its own timer action.  (Bug#12447)
3290 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
3292         * cus-start.el (window-combination-limit): Add new optional
3293         values.
3294         * window.el (temp-buffer-window-show)
3295         (window--try-to-split-window): Handle new values of
3296         window-combination-limit (Bug#1806).
3297         (split-window): Test window-combination-limit for t instead of
3298         non-nil.
3299         (display-buffer-at-bottom): New buffer display action function.
3300         * help.el (temp-buffer-resize-regexps): New option.
3301         (temp-buffer-resize-mode): Rewrite doc-string.
3302         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
3303         Don't resize reused window.  Suggested by Glenn Morris.
3305 2012-09-22  Stefan Merten  <smerten@oekonux.de>
3307         * textmodes/rst.el: Revamp section title faces.
3308         (rst-official-version)
3309         (rst-package-emacs-version-alist): Sync with official version
3310         V1.4.0.
3311         (rst-faces-defaults, rst-set-level-default)
3312         (rst-level-face-max, rst-level-face-base-color)
3313         (rst-level-face-base-light, rst-level-face-format-light)
3314         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
3315         (rst-adornment-faces-alist): Match new setup.
3316         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
3317         (rst-level-5, rst-level-6): New faces.
3319 2012-09-22  Chong Yidong  <cyd@gnu.org>
3321         * simple.el (undo): Handle indirect buffers (Bug#8207).
3323 2012-09-21  Leo Liu  <sdl.web@gmail.com>
3325         IDO: Disable match re-ordering for buffer switching.
3326         * ido.el (ido-buffer-disable-smart-matches): New variable.
3327         (ido-set-matches-1): Use it.  (Bug#2042)
3329 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
3331         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
3332         Fix 2011-05-17 change.  (Bug#12418)
3334 2012-09-21  Leo Liu  <sdl.web@gmail.com>
3336         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
3338 2012-09-21  Glenn Morris  <rgm@gnu.org>
3340         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
3341         Be more robust about locating simple.el.
3343 2012-09-21  Glenn Morris  <rgm@gnu.org>
3345         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
3347 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
3349         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
3351 2012-09-20  Juri Linkov  <juri@jurta.org>
3353         * replace.el (query-replace-read-from): Use `read-regexp' instead
3354         of `read-from-minibuffer' when `regexp-flag' is non-nil.
3355         (occur-read-primary-args): Use `read-regexp' instead of
3356         `read-string'.
3357         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
3358         `read-from-minibuffer'.
3359         * isearch.el (isearch-occur): Use `read-regexp' instead of
3360         `read-string'.
3361         * dired.el (dired-read-regexp): Use `read-regexp' instead of
3362         `read-from-minibuffer'.
3363         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
3364         of `read-string'.  (Bug#7567)
3366         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
3367         and allow accepting a list of strings prepended to a list of
3368         standard default values.  Doc fix.  (Bug#12321)
3370         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
3372         * replace.el (read-regexp): Don't add ": " when PROMPT already
3373         ends with a colon and space.  (Bug#12321)
3375 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
3377         * doc-view.el (doc-view-display): Better fix for the cl-assertion
3378         error.
3380 2012-09-20  Stefan Merten  <smerten@oekonux.de>
3382         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
3383         Fixes feature request bug#11711.
3384         (rst-mode): Create `imenu-create-index-function'.
3385         (rst-get-stripped-line): Delete after refactoring.
3386         (rst-section-tree, rst-section-tree-rec)
3387         (rst-section-tree-point): Refactor and document properly.
3388         (rst-imenu-find-adornments-for-position)
3389         (rst-imenu-convert-cell, rst-imenu-create-index):
3390         New function.
3392 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3394         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
3395         (macroexp--expand-all): Use it.
3396         (macroexp--funcall-and-return): Remove by folding it into its sole
3397         caller (macroexp--warn-and-return).
3398         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
3399         Use macroexp--obsolete-warning.
3401         * calc/calc.el: Fix last change by removing the whole chunk, since it
3402         was only needed back when Calc was not bundled.
3404 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
3406         * emacs-lisp/debug.el (debug): Restore assignment to
3407         debugger-old-buffer removed on 2012-09-08.
3409 2012-09-20  Juri Linkov  <juri@jurta.org>
3411         * dired-aux.el (dired-diff): Remove (require 'diff) since
3412         `diff-latest-backup-file' is now autoloaded.
3414 2012-09-20  Chong Yidong  <cyd@gnu.org>
3416         * vc/diff.el (diff-latest-backup-file): Autoload.
3418 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3420         * calc/calc.el: Remove redundant autoload shape check.
3421         (sel-mode): Don't defvar.
3422         (calc-get-stack-element): Add `sel-mode' arg instead.
3423         (calc-top, calc-top-list): Pass it this additional argument.
3424         * calc/calc-store.el (calc-store-map):
3425         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
3426         (calc-map-equation, calc-outer-product, calc-inner-product):
3427         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
3429         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
3431 2012-09-19  Juri Linkov  <juri@jurta.org>
3433         * dired-aux.el (dired-diff): Add (require 'diff) because
3434         `diff-latest-backup-file' is not autoloaded.
3435         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
3436         of `dired-get-filename' to t to not report error when there is
3437         no default file on the current line.
3439 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3441         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
3442         macroexp--eval-if-compile.
3443         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
3444         (macroexp--expand-all): Use them (bug#12371).
3446         * doc-view.el (doc-view-guess-paper-size)
3447         (doc-view-scale-bounding-box): Fix unbound `caddr'.
3449 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
3451         New feature: set optimal slice from BoundingBox information.
3452         * doc-view.el (doc-view-mode-map): Add keybinding.
3453         (doc-view-menu): Add menu entry.
3454         (doc-view-set-slice): Adapt docstring.
3455         (doc-view-get-bounding-box, doc-view-guess-paper-size)
3456         (doc-view-scale-bounding-box)
3457         (doc-view-set-slice-from-bounding-box): New functions.
3458         (doc-view-paper-sizes): New defvar.
3460 2012-09-19  Glenn Morris  <rgm@gnu.org>
3462         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
3463         (byte-compile-log-warning): Autoload.  (Bug#12371)
3465         * calendar/calendar.el (calendar-american-month-header)
3466         (calendar-european-month-header, calendar-iso-month-header)
3467         (calendar-month-header): New options.
3468         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
3469         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
3471 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
3473         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
3475 2012-09-18  Juri Linkov  <juri@jurta.org>
3477         * dired-aux.el (dired-diff): Restore original functionality of
3478         getting the default value, but keep new feature of using the
3479         latest existing backup file (`diff-latest-backup-file').
3481 2012-09-18  Juri Linkov  <juri@jurta.org>
3483         * dired.el (dired-mark): If the region is active in Transient Mark
3484         mode, mark all files in the active region.  Doc fix.
3485         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
3486         Doc fix.  (Bug#10624)
3488 2012-09-18  Juri Linkov  <juri@jurta.org>
3490         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
3491         attributes for M-n are pulled from the file at point.
3492         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
3493         Suggested by Drew Adams.  (Bug#10624)
3495 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
3497         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
3498         whitespace after "end".
3499         (ruby-do-end-to-brace): Collapse block to one line if it fits
3500         within fill-column.
3502 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
3504         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
3505         value.
3506         (debug): Don't remove debugger window when debugger is expected
3507         to be back.
3509 2012-09-18  Chong Yidong  <cyd@gnu.org>
3511         * custom.el (defface): Doc fix.
3513         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
3515 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
3517         * progmodes/compile.el (compilation-start): Use compilation-always-kill
3518         to initialize query-on-exit; then test that instead (bug#12288).
3520 2012-09-17  Stefan Merten  <smerten@oekonux.de>
3522         * textmodes/rst.el: Add support for `testcover'.
3523         (rst-defcustom-testcover, rst-testcover-add-compose)
3524         (rst-testcover-add-1value): New functions.
3525         (rst-portable-mark-active-p): Replace by `use-region-p'.
3526         (rst-update-section, rst-classify-adornment)
3527         (rst-find-title-line): Mark `1value' forms.
3528         (rst-classify-adornment): Remove superfluous form.
3529         (rst-update-section, rst-get-adornments-around)
3530         (rst-adornment-complete-p, rst-get-next-adornment)
3531         (rst-adjust, rst-promote-region)
3532         (rst-display-adornments-hierarchy, rst-straighten-adornments)
3533         (rst-find-pfx-in-region, rst-section-tree-rec)
3534         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
3535         (rst-toc-node, rst-toc, rst-forward-section)
3536         (rst-iterate-leftmost-paragraphs)
3537         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
3538         (rst-bullet-list-region)
3539         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
3540         (rst-compile-find-conf, rst-compile)
3541         (rst-repeat-last-character): Fix style.
3543 2012-09-17  Chong Yidong  <cyd@gnu.org>
3545         * comint.el (comint--complete-file-name-data): Don't add a space
3546         if the status is `sole'; that adds a gratuitous space in the
3547         completion-cycling case (Bug#12092).
3549         * pcomplete.el (pcomplete-completions-at-point): Likewise.
3551 2012-09-17  Richard Stallman  <rms@gnu.org>
3553         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
3554         only in the mime-shown mode, not in raw mode.
3555         (rmail-mime): Toggle off mime by displaying the message without
3556         mime processing.  (Bug#12305)
3558         * mail/rmail.el (rmail-retry-failure):
3559         Turn off mime processing first.  (Bug#12037)
3561         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
3563 2012-09-17  Chong Yidong  <cyd@gnu.org>
3565         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
3566         (shell-dynamic-complete-functions): Convert to defcustom.
3567         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
3569         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
3570         * comint.el (comint-prompt-read-only):
3571         * custom.el (defcustom):
3572         * hi-lock.el (hi-lock-mode):
3573         * ibuffer.el (ibuffer-formats):
3574         * ielm.el (ielm-prompt-read-only):
3575         * novice.el (disable-command):
3576         * saveplace.el (toggle-save-place):
3577         * speedbar.el (speedbar-supported-extension-expressions):
3578         * startup.el (auto-save-list-file-prefix, init-file-user)
3579         (after-init-hook, inhibit-startup-echo-area-message):
3580         * strokes.el (strokes-help):
3581         * time-stamp.el (time-stamp):
3582         * calendar/calendar.el (calendar, diary-file):
3583         * calendar/diary-lib.el (diary-mail-entries, diary)
3584         (diary-list-entries-hook):
3585         * calendar/holidays.el (holidays, calendar-holidays):
3586         * calendar/lunar.el (lunar-phases):
3587         * calendar/solar.el (sunrise-sunset):
3588         * emulation/edt.el (edt-load-keys):
3589         * emulation/viper.el (viper-mode):
3590         * eshell/em-alias.el (eshell-command-aliases-list):
3591         * eshell/esh-util.el (eshell-convert-numeric-arguments):
3592         * international/ogonek.el (ogonek-information):
3593         * net/tramp-cmds.el (tramp-bug):
3594         * net/quickurl.el (quickurl-reread-hook-postfix):
3595         * play/decipher.el (decipher-font-lock-keywords):
3596         * progmodes/cc-styles.el (c-set-style):
3597         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
3598         * progmodes/inf-lisp.el (inferior-lisp-prompt):
3599         * progmodes/octave-mod.el (octave-mode):
3600         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
3601         * progmodes/verilog-mode.el (verilog-read-defines):
3602         * textmodes/two-column.el (2C-mode): Likewise.
3604 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3606         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
3607         that holds many addresses.
3609 2012-09-16  Chong Yidong  <cyd@gnu.org>
3611         * align.el (align-areas): Call the indication function with
3612         positions instead of markers for arguments (Bug#12343).
3614         * files.el (parse-colon-path): Use split-string (Bug#12351).
3616         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
3617         (display-buffer-function): Mark as obsolete.
3619         * progmodes/compile.el (compilation-parse-errors): Accept list
3620         values similar to font-lock-keywords (Bug#12136).
3621         Suggested by Oleksandr Manzyuk.
3622         (compilation-error-regexp-alist): Doc fix.
3624 2012-09-15  Glenn Morris  <rgm@gnu.org>
3626         * version.el (emacs-bzr-version-bzr): New function.
3627         (emacs-bzr-get-version): Add optional EXTERNAL argument.
3629         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
3630         checkouts, check the parent dirstate matches the branch.
3631         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
3632         empty string.
3634         * version.el (emacs-bzr-version): Doc fix.
3635         (emacs-bzr-version-dirstate): New function.
3636         (emacs-bzr-get-version): For lightweight checkouts, if the parent
3637         is local try and check that it matches the branch.  If not, just
3638         use dirstate information.  (Bug#12441)
3640 2012-09-14  Juri Linkov  <juri@jurta.org>
3642         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
3643         (Bug#12399)
3645 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3647         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
3649         * emacs-lisp/edebug.el: Miscellaneous cleanup.
3650         Remove obsolete byte-compiler hack that tried to silence some warnings.
3651         (edebug-submit-bug-report): Remove.
3652         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
3653         Remove aliases, use the un-prefixed name instead.
3654         (edebug-pop-to-buffer): Consider other frames.
3655         (edebug-original-read):: Make it more obvious that it's always defined.
3656         (edebug--make-form-data-entry, edebug--form-data-name)
3657         (edebug--form-data-begin, edebug--form-data-end): Rename from the
3658         single-dashed name, and implement with cl-defstruct.
3659         (edebug-set-form-data-entry): Use the standard accessors.
3660         (edebug-make-top-form-data-entry): Use push.
3661         (edebug-no-match): Drop useless `funcall'.
3662         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
3663         to functions.
3664         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
3665         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
3666         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
3667         (easy-menu-define, with-custom-print): Remove redundant specs.
3668         (edebug-outside-overriding-local-map)
3669         (edebug-outside-overriding-terminal-local-map): Remove, unused.
3670         (edebug--display): Bind unread-command-events directly to nil rather
3671         than binding it to unread-command-events and later setting it to nil.
3672         (edebug--display): Kill edebug-eval-buffer here...
3673         (edebug--recursive-edit): ...rather than here.
3674         Bind standard-output and standard-input.
3675         (edebug-eval): Check cl-macroexpand-all is fboundp.
3676         (edebug-temp-display-freq-count): Fix last change.
3678         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
3679         * subr.el (noreturn, 1value): Add `debug' spec.
3680         * emacs-lisp/advice.el: Require cl-lib.
3681         (ad-copy-tree): Remove, use copy-tree instead.
3682         (ad-dolist): Remove use dolist or cl-dolist instead.
3683         (ad-do-return): Remove, use cl-return instead.
3684         (defadvice): Add `debug' spec.
3686 2012-09-13  Juri Linkov  <juri@jurta.org>
3688         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
3689         (Bug#12399)
3691 2012-09-13  Glenn Morris  <rgm@gnu.org>
3693         * calc/calc.el (math-compose-expr):
3694         * calc/calc-ext.el (math-compose-expr):
3695         * progmodes/cc-defs.el (cl-macroexpand-all):
3696         * progmodes/cc-langs.el (delete-duplicates, mapcan)
3697         (cl-macroexpand-all): Update declarations.
3699         * vc/vc.el: No need to require ediff.
3700         (ediff-load-version-control): Declare.
3701         (ediff-vc-internal): Fix declaration.
3702         (vc-version-ediff): Require ediff.
3704 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3706         Use a more backwards-compatible timer format (Bug#12430).
3707         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
3708         being right after USECS, as that better supports old code that
3709         inadvisedly looked directly at the timer vector.
3711 2012-09-13  Kenichi Handa  <handa@gnu.org>
3713         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3714         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
3715         `coding-priority' property of these language environment.
3717 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3719         Fix glitches caused by addition of psec to timers (Bug#12430).
3720         * image.el (image-animate-timer):
3721         * time.el (display-time-world-timer):
3722         Use timer--function and timer--args rather than raw access to
3723         timer vector.
3725 2012-09-13  Glenn Morris  <rgm@gnu.org>
3727         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3728         If not compiling a file, try using load-file-name.
3730 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3732         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
3733         Fix last change.
3734         (edebug-update-eval-list): Use `push'.
3736         * emacs-lisp/edebug.el: Use lexical-binding.
3737         Remove the "edebug-" prefix from non-dynamically-scoped variables.
3738         Mark unused args with underscore.
3739         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
3740         (edebug-form-data): Use defvar-local.
3741         (edebug-make-before-and-after-form, edebug-make-after-form):
3742         Use backquote.
3743         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
3744         Not dynamically scoped any more.
3745         (edebug--enter-trace): Add arguments `function' and `args'.
3746         Rename from edebug-enter-trace.
3747         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
3748         (edebug--update-coverage): Add `after-index' and `value' args.
3749         Rename from edebug-update-coverage.
3750         (edebug-slow-after): Call it accordingly.
3751         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
3752         edebug-recursive-edit.
3753         (edebug--display): Call it accordingly.  Add args `value',
3754         `offset-index', and `arg-mode'.  Rename from edebug-display.
3755         (edebug-debugger, edebug): Call it accordingly.
3756         (edebug-eval-display-list): Use dolist.
3758 2012-09-12  Juri Linkov  <juri@jurta.org>
3760         * info.el (Info-search): Don't check for isearch-mode and
3761         isearch-regexp before let-binding search-spaces-regexp to
3762         Info-search-whitespace-regexp.
3763         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
3764         search-whitespace-regexp if isearch-lax-whitespace or
3765         isearch-regexp-lax-whitespace is non-nil.
3766         (Info-mode): Don't set local variable search-whitespace-regexp.
3767         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
3769 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3771         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
3772         (debugger-env-macro): Remove support for unread-command-char.
3774         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
3775         the temporary map re-appearing on emulation-mode-map-alists.
3777         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
3778         since 22.1.
3780         * ehelp.el (with-electric-help): Accept functions in
3781         electric-help-form-to-execute.
3782         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
3783         And replace unread-command-char -> unread-command-events.
3785 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
3787         Sync with Tramp 2.2.6.
3789         * net/tramp.el (tramp-accept-process-output): Don't use
3790         JUST-THIS-ONE in the XEmacs case.
3792         * net/trampver.el: Update release number.
3794 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
3796         * emacs-lisp/debug.el (debugger-previous-window-height):
3797         New variable.
3798         (debug): When debugger-jumping-flag is non-nil try to restore
3799         height of debugger window.  (Bug#8789)
3801 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3803         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3804         overriding-local-map and pre/post-command-hook here.
3805         (edebug-recursive-edit): Do it here instead (bug#12345).
3806         (edebug-outside-unread-command-char): Remove all uses of
3807         unread-command-char.
3809         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3810         inhibit-debugger is bound instead.
3812 2012-09-11  Bastien Guerry  <bzg@gnu.org>
3814         * subr.el (set-temporary-overlay-map): Add a docstring.
3815         (Bug#12346)
3817 2012-09-11  Bastien Guerry  <bzg@gnu.org>
3819         * minibuffer.el (completion-table-subvert): Fix docstring.
3820         (Bug#12347)
3822 2012-09-11  Bastien Guerry  <bzg@gnu.org>
3824         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
3826 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
3828         * progmodes/sql.el: Version 3.1
3829         (sql-db2-escape-newlines): New variable.
3830         (sql-escape-newlines-filter): Use it.
3832 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
3834         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3836 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
3838         * vc/diff-mode.el (diff-mode-menu):
3839         Bind diff-remove-trailing-whitespace.
3841 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3843         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
3844         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3845         (emacs-lisp-byte-code-mode): New functions.
3846         (eval-sexp-add-defvars): Don't skip defvars in column >0.
3847         (eval-defun-2): Remove bogus interactive spec.
3848         (lisp-indent-line): Remove redundant whole-exp code, now done in
3849         indent-according-to-mode.
3850         (save-match-data): Remove redundant indent data.
3852         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3853         Use `declare'.
3855 2012-09-09  Juri Linkov  <juri@jurta.org>
3857         * replace.el (replace-regexp-lax-whitespace): New defcustom.
3858         (replace-lax-whitespace, query-replace-regexp)
3859         (query-replace-regexp-eval, replace-regexp): Doc fix.
3860         (perform-replace, replace-highlight): Let-bind
3861         isearch-lax-whitespace to replace-lax-whitespace and
3862         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3864         * isearch.el (isearch-query-replace): Let-bind
3865         replace-lax-whitespace to isearch-lax-whitespace and
3866         replace-regexp-lax-whitespace to
3867         isearch-regexp-lax-whitespace.  (Bug#10885)
3869 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3871         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3873 2012-09-09  Alan Mackenzie  <acm@muc.de>
3875         * progmodes/cc-engine.el (c-state-cache-init):
3876         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3877         (c-record-parse-state-state):
3878         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3880 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
3882         * register.el (register-separator): Rename from
3883         separator-register.  All uses changed.  Doc fix.
3884         (register): Fix version.
3886 2012-09-09  Chong Yidong  <cyd@gnu.org>
3888         * replace.el (query-replace-map): Bind four new symbols for
3889         requesting window scrolling.
3891         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3892         query-replace-map (Bug#8948).
3894         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3896         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3897         since they are now in query-replace-map.
3899         * window.el (scroll-other-window-down): Make the arg optional.
3901 2012-09-09  Chong Yidong  <cyd@gnu.org>
3903         * files.el (hack-local-variables-confirm): Use quit-window to kill
3904         the *Local Variables* buffer.
3906 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
3908         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3909         not just expect to be at its beginning.  Adjust callees.
3910         Succeed when do-end block has no space before the pipe character.
3911         (ruby-brace-to-do-end): When the original block is one-liner,
3912         convert to multiline.  Reindent the result.
3914 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
3916         * register.el (register): New group.
3917         (separator-register): New user option.
3918         (increment-register): Route it to `append-to-register', if
3919         register contains text.  Implication is that `C-x r +' can now be
3920         used for appending to a text register (bug#12217).
3921         (append-to-register, prepend-to-register): Add separator based on
3922         `separator-register'.
3924 2012-09-08  Alan Mackenzie  <acm@muc.de>
3926         AWK Mode: make auto-newline work when there's "==" in the pattern.
3927         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3928         correctly.
3929         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3930         Test more rigorously for "=" token.
3932 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
3934         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3935         Only fail when reached LIMIT.
3937 2012-09-08  Chong Yidong  <cyd@gnu.org>
3939         * dired.el (dired-mode-map): Don't bind M-=.
3941         * dired-aux.el (dired-diff): Use backup file as default.
3943 2012-09-08  Drew Adams  <drew.adams@oracle.com>
3945         * subr.el (add-to-history): Fix delete usage (Bug#12314).
3947 2012-09-08  Chong Yidong  <cyd@gnu.org>
3949         * subr.el (syntax-after, syntax-class): Doc fix.
3951 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
3953         * window.el (display-buffer-in-previous-window): New buffer
3954         display action function.
3956         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3957         (debugger-previous-window): New variable.
3958         (debug): Rewrite using display-buffer-in-previous-window,
3959         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
3961 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3963         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
3965 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
3967         * progmodes/python.el (python-shell-send-string):
3968         When default-directory is remote, create temp file on remote
3969         filesystem.
3970         (python-shell-send-file): When file is remote, pass local view of
3971         file paths to remote Python interpreter.  (Bug#12340)
3973 2012-09-07  Chong Yidong  <cyd@gnu.org>
3975         * window.el (switch-to-buffer): Doc fix (Bug#12181).
3977         * files.el (after-find-file): Don't fail on a read-only buffer if
3978         require-final-newline is `visit' or `visit-save' (Bug#11156).
3980         * subr.el (read-char-choice): Allow quitting via ESC ESC.
3982         * userlock.el (ask-user-about-supersession-threat):
3983         Use read-char-choice (Bug#12093).
3985 2012-09-07  Chong Yidong  <cyd@gnu.org>
3987         * subr.el (buffer-narrowed-p): New function.
3989         * ses.el (ses-widen):
3990         * simple.el (count-words--buffer-message):
3991         * net/browse-url.el (browse-url-of-buffer): Use it.
3993         * simple.el (count-words-region): Don't signal an error if there
3994         is a non-nil prefix arg and the mark is not set.
3996         * help.el (describe-key-briefly): Allow the message to be seen
3997         when invoked from the minibuffer (Bug#7014).
3999 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
4001         * progmodes/ruby-mode.el (ruby-end-of-defun)
4002         (ruby-beginning-of-defun): Simplify, allow indentation before
4003         block beginning and end keywords.
4004         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
4005         (ruby-end-of-defun): Expect that the point is at the beginning of
4006         the defun.
4008 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4010         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
4011         (bug#12367).
4012         (cl--make-usage-args): Strip _ from argument names.
4014 2012-09-06  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
4016         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
4017         obsolete alias speedbar-key-map.
4018         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
4019         (vhdl-index-menu-init): Don't use obsolete variable
4020         font-lock-maximum-size.
4022 2012-09-06  Chong Yidong  <cyd@gnu.org>
4024         * frame.el (window-system-version): Mark as obsolete.
4026         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
4027         of obsolete variable speedbar-key-map.
4029 2012-09-06  Juri Linkov  <juri@jurta.org>
4031         * replace.el (replace-lax-whitespace): New defcustom.
4032         (query-replace, query-replace-regexp, query-replace-regexp-eval)
4033         (replace-string, replace-regexp): Mention it in docstrings.
4034         (perform-replace, replace-highlight): Let-bind
4035         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
4036         to the values of replace-lax-whitespace and regexp-flag.
4037         Don't let-bind search-whitespace-regexp.  (Bug#10885)
4039         * isearch.el (isearch-query-replace): Let-bind
4040         replace-lax-whitespace instead of let-binding
4041         replace-search-function and replace-re-search-function.
4042         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
4043         and isearch-regexp-lax-whitespace to lazy-highlight variables.
4044         (isearch-toggle-symbol): Set isearch-regexp to nil
4045         in isearch-word mode (like in isearch-toggle-word).
4047 2012-09-06  Juri Linkov  <juri@jurta.org>
4049         * replace.el (replace-search-function)
4050         (replace-re-search-function): Set default values to nil.
4051         (perform-replace): Let-bind isearch-related variables based on
4052         replace-related values, call `isearch-search-fun' and let-bind
4053         the result to `search-function'.  Remove code that sets
4054         `search-function' and `search-string' separately for
4055         `delimited-flag'.
4056         (replace-highlight): Add new argument `delimited-flag' and
4057         rename other arguments to the names used in `perform-replace'.
4058         Let-bind `isearch-word' to the argument `delimited-flag'.
4059         (Bug#10885, bug#10887)
4061 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
4063         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
4064         ruby-beginning-of-indent, simplify, allow all keywords to have
4065         indentation before them.
4066         (ruby-beginning-of-indent): Adjust for above.  Search until the
4067         found point is not inside a string or comment.
4068         (ruby-font-lock-keywords): Allow symbols to start with "@"
4069         character, give them higher priority than variables.
4070         (ruby-syntax-propertize-function)
4071         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
4072         matchers.  Expression expansions are not comments when inside a
4073         string, and there comment syntax status is irrelevant.
4074         (ruby-match-expression-expansion): New function.  Check that
4075         expression expansion is inside a string, and it's not escaped.
4076         (ruby-font-lock-keywords): Use it.
4078 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
4080         * help.el (temp-buffer-max-height): New default value.
4081         (temp-buffer-resize-frames): New option.
4082         (resize-temp-buffer-window): Optionally resize frame.
4084         * window.el (fit-frame-to-buffer-bottom-margin): New option.
4085         (fit-frame-to-buffer): New function.
4087 2012-09-05  Glenn Morris  <rgm@gnu.org>
4089         * emulation/cua-rect.el (cua--init-rectangles):
4090         * textmodes/picture.el (picture-mode-map):
4091         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
4092         like forward-char and backward-char.  (Bug#12317)
4094 2012-09-05  Leo Liu  <sdl.web@gmail.com>
4096         * progmodes/flymake.el (flymake-warning-re): New variable.
4097         (flymake-parse-line): Use it.
4099 2012-09-05  Glenn Morris  <rgm@gnu.org>
4101         * calendar/holidays.el (holiday-christian-holidays):
4102         Rename an entry.  (Bug#12289)
4104 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4106         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
4107         (bug#12222).
4109 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4111         * loadup.el: Load macroexp.  Remove hack.
4112         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
4113         (macroexp--expand-all): Use it to get better warnings.
4114         (macroexp--backtrace, macroexp--trim-backtrace-frame)
4115         (internal-macroexpand-for-load): New functions.
4116         (macroexp--pending-eager-loads): New var.
4117         (emacs-startup-hook): New hack to replace one in loadup.el.
4118         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
4119         (cl--compiler-macro-cXXr): Move to top, before they can be used.
4120         (cl-psetf): Simplify.
4121         (cl-defstruct): Add indent rule.
4123 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
4125         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
4126         over `user-mail-address' for the SMTP MAIL FROM envelope.
4127         (smtpmail-via-smtp): Ditto.
4129 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
4131         * progmodes/ruby-mode.el: Clean up keybindings.
4132         (ruby-mode-map): Don't bind ruby-electric-brace,
4133         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
4134         backward-kill-word, reindent-then-newline-and-indent.
4135         (ruby-mark-defun): Remove.
4136         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
4137         (ruby-mode): Set local beginning-of-defun-function and
4138         end-of-defun-function values.
4140 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
4142         * window.el (temp-buffer-window-setup-hook)
4143         (temp-buffer-window-show-hook): New hooks.
4144         (temp-buffer-window-setup, temp-buffer-window-show)
4145         (with-temp-buffer-window): New functions.
4146         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
4147         (special-display-popup-frame): Make sure the window used shows BUFFER.
4149         * help.el (temp-buffer-resize-mode): Fix doc-string.
4150         (resize-temp-buffer-window): New optional argument WINDOW.
4152         * files.el (recover-file, save-buffers-kill-emacs):
4153         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
4155 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
4157         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
4158         remote definition of `default-directory', ensure we can connect.
4160 2012-09-02  Juri Linkov  <juri@jurta.org>
4162         Toggle whitespace matching mode with M-s SPC.
4163         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
4165         * isearch.el (search-whitespace-regexp): Doc fix.
4166         Remove cons cell customization.
4167         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
4168         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
4169         New variables.
4170         (isearch-forward, isearch-forward-regexp): Doc fix.
4171         (isearch-toggle-lax-whitespace): New command.
4172         (search-forward-lax-whitespace, search-backward-lax-whitespace)
4173         (re-search-forward-lax-whitespace)
4174         (re-search-backward-lax-whitespace): New functions.
4175         (isearch-whitespace-regexp): Remove function.
4176         (isearch-query-replace): Let-bind replace-search-function and
4177         replace-re-search-function.
4178         (isearch-occur): Let-bind search-spaces-regexp according to the
4179         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
4180         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
4181         condition for C-q SPC.
4182         (isearch-search-fun-default): Use new functions mentioned above.
4183         (isearch-search-forward, isearch-search-backward): Remove functions.
4184         (isearch-search): Don't let-bind search-spaces-regexp.
4185         (isearch-lazy-highlight-space-regexp): Remove variable.
4186         (isearch-lazy-highlight-lax-whitespace)
4187         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
4188         (isearch-lazy-highlight-new-loop): Use them.
4189         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
4191 2012-09-02  Chong Yidong  <cyd@gnu.org>
4193         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
4195 2012-09-02  Glenn Morris  <rgm@gnu.org>
4197         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
4199 2012-09-01  Glenn Morris  <rgm@gnu.org>
4201         * term.el: Tidy up menu definitions.
4202         (term-mode-map): Use easymenu for In/Out, Complete menus.
4203         (term-pager-break-map): Initialize in the defvar.
4204         (term-terminal-menu, term-signals-menu): Define with easymenu.
4205         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
4206         (term-pager-menu): New, extracted from term-process-pager.
4207         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
4208         (term-update-mode-line): Propertize line/char and page items.
4209         (term-process-pager): Move keymap initialization elsewhere.
4211 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
4213         * window.el (switch-to-prev-buffer): Handle additional values of
4214         BURY-OR-KILL argument.  Don't switch in minibuffer window.
4215         (switch-to-next-buffer): Don't switch in minibuffer window.
4216         (quit-restore-window): New function based on quit-window.
4217         Handle additional values of former KILL argument.
4218         (quit-window): Call quit-restore-window with appropriate
4219         interpretation of KILL argument.
4220         (display-buffer-below-selected): New buffer display action
4221         function.
4223 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4225         * minibuffer.el (completion-at-point-functions): Complete docstring
4226         (bug#12254).
4228 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4230         Better seed support for (random).
4231         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
4232         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
4233         * play/mpuz.el, play/tetris.el, play/zone.el:
4234         * calc/calc-comb.el (math-init-random-base):
4235         * play/blackbox.el (bb-init-board):
4236         * play/life.el (life):
4237         * server.el (server-use-tcp):
4238         * type-break.el (type-break):
4239         Remove unnecessary call to (random t).
4240         * net/sasl.el (sasl-unique-id-function):
4241         Change (random t) to (random), now that the latter is more random.
4242         * play/life.el (life-initialized): Remove no-longer-needed var.
4244 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
4246         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4247         Consider frame's buffer predicate when choosing the buffer.
4248         (Bug#12081)
4250 2012-08-30  Richard Stallman  <rms@gnu.org>
4252         * simple.el (special-mode-map): Delete binding for `z'.
4254 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
4256         * progmodes/compile.el (compilation-always-kill): Doc fix.
4258 2012-08-30  Chong Yidong  <cyd@gnu.org>
4260         * window.el (display-buffer-reuse-frames): Make the obsolescence
4261         message more informative.
4263 2012-08-30  Glenn Morris  <rgm@gnu.org>
4265         * paren.el (show-paren-delay):
4266         Add a :set function.  Doc fix.  (Bug#12297)
4268 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
4270         * progmodes/compile.el (compilation-always-kill): New var.
4271         (compilation-start): Use it.
4273 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4275         * simple.el (read-only-mode): Move from files.el for bootstrapping.
4276         * files.el (read-only-mode): Move to simple.el.
4278         * files.el (read-only-mode): New minor mode.
4279         (toggle-read-only): Use it and mark obsolete.
4280         (find-file--read-only):
4281         * vc/vc.el (vc-next-action, vc-checkout):
4282         * vc/vc-cvs.el (vc-cvs-checkout):
4283         * obsolete/vc-mcvs.el (vc-mcvs-update):
4284         * ffap.el (ffap--toggle-read-only): Update callers.
4286 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
4288         * eshell/esh-ext.el (eshell-external-command): Do not examine
4289         remote shell scripts.
4290         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
4292         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
4293         "/usr/local/sbin".
4295 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4297         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
4299 2012-08-28  Leo Liu  <sdl.web@gmail.com>
4301         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
4302         completion-at-point.  (Bug#12220)
4304         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
4306         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
4308 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4310         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
4311         be buffer-local; add delete-trailing-whitespace (bug#12259).
4313 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
4315         * progmodes/hideif.el (hif-compress-define-list):
4316         Fix typo.  (Bug#11951)
4318 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
4320         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
4321         buffer local setting.
4323         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
4324         rcirc-encode-coding-system.
4326 2012-08-28  Leo Liu  <sdl.web@gmail.com>
4328         * net/rcirc.el (rcirc-split-message): New function.
4329         (rcirc-send-message): Use it.  (Bug#12051)
4331 2012-08-28  Juri Linkov  <juri@jurta.org>
4333         * info.el (Info-fontify-node): Hide empty lines at the end of
4334         the node.  (Bug#12272)
4336 2012-08-27  Drew Adams  <drew.adams@oracle.com>
4338         * dired.el (dired-pop-to-buffer): Make window start at beginning
4339         of buffer (Bug#12281).
4341 2012-08-26  Chong Yidong  <cyd@gnu.org>
4343         * window.el (special-display-regexps, special-display-frame-alist)
4344         (special-display-buffer-names, special-display-function)
4345         (display-buffer-reuse-frames): Mark as obsolete.
4347         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
4349         * help.el (help-print-return-message): Don't treat
4350         display-buffer-reuse-frames specially.
4352 2012-08-26  Chong Yidong  <cyd@gnu.org>
4354         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4355         New variable, replacing gdb-frame-parameters.
4356         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
4357         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
4358         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
4359         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
4360         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
4361         the functions directly with gdb-display-buffer-other-frame-action.
4362         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
4363         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
4364         (gdb-display-stack-buffer, gdb-display-locals-buffer)
4365         (gdb-display-registers-buffer): Define directly.
4366         (def-gdb-display-buffer): Macro deleted.
4367         (gdb-display-buffer): Remove second and third args, callers don't
4368         use them.  Defer to the default display-buffer behavior, apart
4369         from making windows dedicated.
4370         (gdb-setup-windows): Don't call display-buffer unnecessarily.
4372         * progmodes/gud.el (gud-display-line): Just use display-buffer.
4374         * window.el (display-buffer-pop-up-frame): Handle a
4375         pop-up-frame-parameters alist entry.
4376         (display-buffer): Document it.
4378 2012-08-26  Chong Yidong  <cyd@gnu.org>
4380         * isearch.el (search-whitespace-regexp): Make string and nil
4381         values apply to both ordinary and regexp search.  Allow a cons
4382         cell value to distinguish between the two.
4383         (isearch-whitespace-regexp, isearch-search-forward)
4384         (isearch-search-backward): New functions.
4385         (isearch-occur, isearch-search-fun-default, isearch-search)
4386         (isearch-lazy-highlight-new-loop): Use them.
4387         (isearch-forward, isearch-forward-regexp): Doc fix.
4389 2012-08-26  Chong Yidong  <cyd@gnu.org>
4391         * faces.el (help-argument-name): Always inherit from italic
4392         (Bug#12213).
4394 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
4396         * window.el (window--even-window-heights): Even heights when
4397         WINDOW and the selected window form a vertical combination.
4398         (display-buffer-use-some-window): Provide that window used gets
4399         sized back by quit-window.  (Bug#11880) and (Bug#12091)
4401 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4403         Fix file time stamp problem with bzr and CVS (Bug#12001).
4404         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
4405         in the file's time stamp, since the version control system loses
4406         that information.
4408 2012-08-22  Juri Linkov  <juri@jurta.org>
4410         * info.el (Info-fontify-node): Hide the suffix of the
4411         Info file name in the header line.  (Bug#12187)
4413 2012-08-22  Glenn Morris  <rgm@gnu.org>
4415         * calendar/cal-tex.el (cal-tex-weekly-common):
4416         Restore leading blank page.
4418 2012-08-22  Le Wang  <l26wang@gmail.com>
4420         * misc.el (forward-to-word, backward-to-word): Activate or extend
4421         the region under `shift-select-mode'.  (Bug#12231)
4423 2012-08-22  Bastien Guerry  <bzg@gnu.org>
4425         * progmodes/executable.el (executable-prefix): Set to "#!" instead
4426         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
4427         gives details on why the space is never needed.
4429 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
4431         * window.el (walk-window-tree, window-with-parameter):
4432         New optional argument MINIBUF to control whether these functions
4433         should run on the minibuffer window.
4434         (window-at-side-list): Don't operate on minibuffer window.
4435         (window-in-direction): Simplify and rewrite doc-string.
4436         (window--size-ignore): Rename to window--size-ignore-p.
4437         Update callers.
4438         (display-buffer-in-atom-window, window--major-non-side-window)
4439         (window--major-side-window, display-buffer-in-major-side-window)
4440         (delete-side-window, display-buffer-in-side-window):
4441         New functions.
4442         (window--side-check, window-deletable-p, delete-window)
4443         (delete-other-windows, split-window): Handle side windows and
4444         atomic windows appropriately.
4445         (window--display-buffer): Call display-buffer-record-window also
4446         when the window buffer did not change.
4448 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
4450         * help-fns.el (help-fns--key-bindings):
4451         Abbreviate non-symbol remap targets.  (Bug#12174)
4453 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
4455         * dired.el (dired-mark-remembered): Don't clobber point.
4456         (Bug#11795)
4458 2012-08-22  Glenn Morris  <rgm@gnu.org>
4460         * progmodes/bug-reference.el (bug-reference): New custom group.
4461         (bug-reference-bug-regexp): Make it a defcustom.
4463 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
4465         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
4466         (js-paren-indent-offset, js-square-indent-offset)
4467         (js-curly-indent-offset): Add :safe (Bug#12257).
4469 2012-08-22  Edward O'Connor  <hober0@gmail.com>
4471         * json.el (json-key-format): Add error properties.
4472         (json-encode-key): New function.
4473         (json-encode-hash-table, json-encode-alist, json-encode-plist):
4474         Use json-encode-key.
4476 2012-08-22  Glenn Morris  <rgm@gnu.org>
4478         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
4479         (cal-tex-leftday, cal-tex-rightday): Remove functions.
4480         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
4481         Update for above change.
4483 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
4485         * cus-face.el (custom-face-attributes): Fix customize type for the
4486         :underline attribute.  (Bug#11805)
4488 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
4490         * window.el (window-point-1, set-window-point-1): Remove.
4491         (window-in-direction, record-window-buffer)
4492         (set-window-buffer-start-and-point, split-window-below)
4493         (window--state-get-1, display-buffer-record-window):
4494         Replace calls to window-point-1 and set-window-point-1 by calls to
4495         window-point and set-window-point respectively.
4497 2012-08-21  Glenn Morris  <rgm@gnu.org>
4499         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
4500         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
4501         Use it.
4503         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
4504         (cal-tex-shortday): New function.
4505         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
4506         (cal-tex-cursor-filofax-daily): Use the above.
4508         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
4509         New functions.
4510         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4511         (cal-tex-cursor-filofax-week): Use them.
4513         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
4514         New constants.
4515         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4516         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
4518         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
4519         (cal-tex-end-document): Don't rely on buffer name.
4521         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
4522         Use cal-tex-vspace.
4523         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
4524         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
4525         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
4526         Use cal-tex-arg.
4528         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
4529         (cal-tex-cursor-week, cal-tex-cursor-week2)
4530         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
4531         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4532         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
4533         (cal-tex-insert-preamble, cal-tex-b-document)
4534         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
4535         Improve cal-tex-cmd usage.
4537         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
4538         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
4539         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
4540         (cal-tex-weekly-paper): New function.
4541         (cal-tex-cursor-week, cal-tex-cursor-week2)
4542         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4543         (cal-tex-cursor-day): Use it.
4545         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
4546         (cal-tex-cursor-filofax-week): Remove leading blank page.
4548         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4549         Add autoload cookie.  For now at least, don't use color, since
4550         no other cal-tex function does.
4552         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
4553         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4554         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
4556 2012-08-21  Juri Linkov  <juri@jurta.org>
4558         * info.el (Info-file-attributes): New variable.
4559         (info-insert-file-contents): Add file attributes to
4560         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
4561         `Info-toc-nodes' when previous modtime of the Info file is less
4562         than new modtime.
4563         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
4564         of info.el.  (Bug#12230)
4566 2012-08-20  Glenn Morris  <rgm@gnu.org>
4568         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
4569         * calendar/holidays.el (calendar-holiday-list):
4570         Report errors with display-warning rather than beep'n'sleep.
4572 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
4574         * net/tramp.el (tramp-accept-process-output): Accept only output
4575         from PROC.  Otherwise, process filters and sentinels might be
4576         confused.  (Bug#12145)
4578 2012-08-20  Chong Yidong  <cyd@gnu.org>
4580         * descr-text.el (describe-text-properties-1): Use overlays-in to
4581         report on empty overlays (Bug#3322).
4583 2012-08-20  Glenn Morris  <rgm@gnu.org>
4585         * mail/rmailout.el (rmail-output-read-file-name):
4586         Trap and report errors in rmail-output-file-alist elements.
4588         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
4589         since most non-font-lock faces are not also variables).
4591 2012-08-20  Edward Reingold  <reingold@iit.edu>
4593         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4594         New function.  (Bug12160)
4596 2012-08-19  Glenn Morris  <rgm@gnu.org>
4598         * mail/rmailout.el (rmail-output-read-file-name):
4599         Fix previous change (when the alist is nil or does not match).
4601 2012-08-19  Chong Yidong  <cyd@gnu.org>
4603         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
4604         (Bug#12228).
4606 2012-08-18  Chong Yidong  <cyd@gnu.org>
4608         * simple.el (yank-handled-properties): New defcustom.
4609         (yank-excluded-properties): Add font-lock-face and category.
4610         (yank): Doc fix.
4612         * subr.el (remove-yank-excluded-properties):
4613         Obey yank-handled-properties.  The special handling of font-lock-face
4614         and category is now done this way, instead of being hard-coded.
4615         (insert-for-yank-1): Remove font-lock-face handling.
4616         (yank-handle-font-lock-face-property)
4617         (yank-handle-category-property): New function.
4619 2012-08-17  Glenn Morris  <rgm@gnu.org>
4621         * mail/rmailout.el (rmail-output-read-file-name):
4622         Check rmail-output-file-alist against the full message body
4623         in the correct rmail buffer.  (Bug#12214)
4625 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
4627         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4628         Eliminate superfluous prompt.  (Bug#12203)
4630 2012-08-17  Chong Yidong  <cyd@gnu.org>
4632         * mouse.el (mouse-appearance-menu): If x-select-font returns a
4633         font spec, set the font directly (Bug#3228).
4635 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
4637         * window.el (delete-window): Fix last fix.
4639 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
4641         * window.el (window-valid-p): Move to window.c.
4642         (window-child, window-child-count, window-last-child)
4643         (window-normalize-window, window-combined-p)
4644         (window-combinations, window-atom-root, window-min-size)
4645         (window-sizable, window-sizable-p, window-size-fixed-p)
4646         (window-min-delta, window-max-delta, window--resizable)
4647         (window--resizable-p, window-resizable, window-total-size)
4648         (window-full-height-p, window-full-width-p, window-body-size)
4649         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
4650         (minimize-window, window-deletable-p, delete-window)
4651         (delete-other-windows, set-window-buffer-start-and-point)
4652         (next-buffer, previous-buffer, split-window, balance-windows-2)
4653         (set-window-text-height, window-buffer-height)
4654         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4655         (truncated-partial-width-window-p): Minor code adjustments.
4656         In doc-strings state whether the argument window has to denote a
4657         live, valid or any window.
4659 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
4661         * progmodes/subword.el (subword-forward-function)
4662         (subword-backward-function, subword-forward-regexp)
4663         (subword-backward-regexp): New variables.
4664         (subword-forward, subword-forward-internal, subword-backward-internal):
4665         Use new variables, eg so that different "word" definitions
4666         can be easily used.  (Bug#11411)
4668 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4670         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
4671         for composite selectors.
4672         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
4673         operation just because we can't find a previous revision.
4675 2012-08-15  Chong Yidong  <cyd@gnu.org>
4677         * frame.el (set-frame-font): Accept font objects.
4679 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4681         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
4683 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
4685         * man.el (Man-overstrike-face, Man-underline-face)
4686         (Man-reverse-face): Remove variables.
4687         (Man-overstrike, Man-underline, Man-reverse): New faces.
4688         (Man-fontify-manpage): Use them instead of the variables.
4689         (Man-cleanup-manpage): Comment change.
4690         (Man-ansi-color-map): New variable.
4691         (Man-fontify-manpage): Use it.
4692         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
4694         Implement ANSI SGR parameters 22-27 (bug#12146).
4695         * ansi-color.el (ansi-colors): Doc fix.
4696         (ansi-color-context, ansi-color-context-region): Doc fix.
4697         (ansi-color--find-face): New function.
4698         (ansi-color-apply, ansi-color-apply-on-region): Use it.
4699         Rename the local variable `face' to `codes' since it is now a list of
4700         ansi codes.  Doc fix.
4701         (ansi-color-get-face): Remove.
4702         (ansi-color-parse-sequence): New function, derived from
4703         ansi-color-get-face.
4704         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
4705         codes 22-27.
4707 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4709         * subr.el (read-passwd): Allow use from a minibuffer.
4711 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
4713         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
4714         inside comments and strings as identifiers.
4716         * progmodes/gud.el (gud-tooltip-print-command): Quote the
4717         expression to evaluate.  This allows to evaluate expressions with
4718         embedded whitespace.
4719         (gud-tooltip-tips): Add a blank before the newline in the
4720         message-box text, for the benefit of message-box emulation on
4721         MS-Windows.
4723         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
4724         messages from GDB, pop them up in a tooltip to give feedback to
4725         user.
4726         (gdb-tooltip-print-1): Quote the expression to evaluate.
4727         This allows to evaluate expressions with embedded whitespace.
4728         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
4729         if the TTY name is nil or empty (which happens when communicating
4730         with the inferior via pipes, e.g. on MS-Windows).
4731         (gdb-internals): If GDB sends a "&\n" empty debugging message,
4732         don't send that to the GUD buffer.
4734 2012-08-14  Glenn Morris  <rgm@gnu.org>
4736         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4737         Optimize away setq-default with no args, as for setq.  (Bug#12195)
4739 2012-08-14  Chong Yidong  <cyd@gnu.org>
4741         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
4743         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
4744         (Bug#12085).
4746 2012-08-14  Glenn Morris  <rgm@gnu.org>
4748         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
4750 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
4752         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
4753         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4754         Use cached shell name.
4756 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4758         * progmodes/python.el (python-shell-send-string):
4759         (python-shell-send-setup-code): Do not use `format' with `message'.
4761 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
4763         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
4764         (ruby-percent-literal-beg-re): New constant.
4765         (ruby-syntax-general-delimiters-goto-beg): Rename to
4766         `ruby-syntax-enclosing-percent-literal', improve literal type check.
4767         (ruby-syntax-propertize-general-delimiters): Rename to
4768         `ruby-syntax-propertize-percent-literal', it's a shorter and more
4769         popular term.  Adjust comments everywhere.
4770         (ruby-syntax-propertize-percent-literal): Only propertize when not
4771         inside a simple string or comment.  When the literal is unclosed,
4772         leave the text after it unpropertized.
4773         (ruby-syntax-methods-before-regexp): New constant.
4774         (ruby-syntax-propertize-function): Use it to recognize regexps.
4775         Don't look at the text after regexp, just use the whitelist.
4777 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
4779         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
4780         non-nil always load the compiled file if it exists.  (Bug#12197)
4782 2012-08-14  Chong Yidong  <cyd@gnu.org>
4784         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4785         (hi-lock-set-pattern): When deciding whether to use font lock or
4786         overlays, look at font-lock-mode instead of font-lock-fontified
4787         (Bug#12168).
4788         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
4789         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4791 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
4793         * subr.el (internal--after-with-selected-window): Fix typo
4794         (Bug#12193).
4796 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4798         Use `completion-table-dynamic' for completion functions.
4799         * progmodes/python.el
4800         (python-shell-completion--do-completion-at-point)
4801         (python-shell-completion--get-completions):
4802         Remove functions.
4803         (python-shell-completion-complete-at-point): New function.
4804         (python-completion-complete-at-point): Use it.
4806 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
4808         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4809         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4811 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4813         * subr.el (function-get): Refine `autoload' arg so it can also
4814         autoload functions for gv.el (bug#12191).
4815         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4816         autoloads macros.
4818         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4819         Prefer pcase-let over destructuring-bind.
4820         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4821         Also, remove whitespace as we go, rather than after accumulating the
4822         various places.
4824         * subr.el (internal--before-with-selected-window)
4825         (internal--after-with-selected-window): Fix typo seleted->selected.
4826         (with-selected-window): Adjust callers.
4827         Reported by Dmitry Gutov <dgutov@yandex.ru>.
4829 2012-08-13  Bastien Guerry  <bzg@gnu.org>
4831         * window.el (special-display-popup-frame): Minor docstring
4832         enhancement.  (Bug#12172)
4834 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4836         * tar-mode.el (tar-header-data-end): Only ignore size for files of
4837         type 1-6.
4838         (tar-header-block-summarize, tar-get-descriptor): Handle pax
4839         extended headers.
4841         * files.el (hack-local-variables-filter): Remove useless eval.
4843 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
4845         * subr.el (with-selected-window): Fix last change.
4847 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4849         * subr.el (internal--before-with-seleted-window)
4850         (internal--after-with-seleted-window): New functions.
4851         (with-selected-window): Use them, to replace dependency on
4852         tty-top-frame.
4854 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
4856         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4857         binding for `newline'.
4858         (ruby-move-to-block): When moving backward, stop at block opening,
4859         not indentation.
4860         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4861         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4862         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4863         `ruby-toggle-block'.
4865 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4867         * ibuffer.el (ibuffer-do-toggle-read-only):
4868         * dired.el (dired-toggle-read-only):
4869         * buff-menu.el (Buffer-menu-toggle-read-only):
4870         * bindings.el (mode-line-toggle-read-only):
4871         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4873 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
4875         * descr-text.el (describe-char): Put the overlays over the
4876         "displayed as" character.
4878 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
4880         * calc/calc-units.el (math-default-units-table): Give an
4881         initial value.
4882         (math-put-default-units): Add options to put composite units and
4883         unit systems in the default units table.
4884         (calc-convert-units): Send composite units to
4885         `math-put-default-units' when appropriate.
4887 2012-08-11  Glenn Morris  <rgm@gnu.org>
4889         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4891         * tutorial.el (help-with-tutorial):
4892         * emacs-lisp/copyright.el (copyright-update-directory):
4893         * emacs-lisp/autoload.el (autoload-find-generated-file)
4894         (autoload-find-file): Disable local eval: (for insurance).
4896         * files.el (hack-local-variables-filter): If an eval: form is not
4897         known to be safe, and enable-local-variables is :safe, then ignore
4898         the form totally, as is done for non-eval forms.  (Bug#12155)
4899         This is CVE-2012-3479.
4901 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4903         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4904         (rx-form): Simplify.
4906 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
4908         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4909         ?, _, and : are symbol constituents, ! is not (but kinda should be).
4910         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4911         (ruby-syntax-propertize-function): Adjust for changes in
4912         `ruby-syntax-propertize-heredoc'.
4914 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
4916         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4917         binding (use `M-;' instead).
4918         (ruby-singleton-class-p): New function.
4919         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4921 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4923         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4925 2012-08-10  Chong Yidong  <cyd@gnu.org>
4927         * progmodes/python.el (python-shell-get-process-name): Don't mess
4928         with same-window-buffer-names.
4930         * eshell/eshell.el (eshell-add-to-window-buffer-names)
4931         (eshell-remove-from-window-buffer-names): Make obsolete.
4932         (eshell-buffer-name, eshell-unload-hook): Don't use them.
4933         (eshell): Just use pop-to-buffer-same-window instead.
4935 2012-08-10  Chong Yidong  <cyd@gnu.org>
4937         * bindings.el: Bind M-= back to count-words-region.
4939         * simple.el (count-words-region): Accept a prefix arg for acting
4940         on the entire buffer.
4941         (count-words--buffer-message): New helper function.
4943 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4945         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4946         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4947         (event-start, event-end): Use posn-at-point to return a more
4948         informative posn.
4949         (posnp): New function.
4950         * mouse.el (popup-menu-normalize-position): Use it.
4952 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
4954         * mouse.el (popup-menu-normalize-position): New function.
4955         (popup-menu): Use `popup-menu-normalize-position' to normalize
4956         the form for POSITION argument.
4958         * term/x-win.el (x-menu-bar-open):
4959         Use the value returend from (posn-at-point) as position
4960         passed to `popup-menu'.
4962 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
4964         * calc/calccomp.el (math-compose-expr): Add extra argument
4965         indicating that parentheses should be put around products in
4966         denominators.  Give multiplication precedence over division during
4967         composition.
4969 2012-08-09  Chong Yidong  <cyd@gnu.org>
4971         * man.el (Man-switches, Man-sed-command, Man-awk-command)
4972         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4973         (Man-untabify-command, manual-program): Convert to defcustom
4974         (Bug#10429).
4976         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4978         * descr-text.el (describe-char): Don't insert extra newlines
4979         (Bug#10127).
4981         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4982         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4984         * align.el (align-region): Delete temporary markers (Bug#10047).
4985         Plus some code cleanups.
4987 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4989         * progmodes/python.el (python-pdbtrack-tracked-buffer)
4990         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4991         (python-shell-internal-last-output): Use make-local-variable
4992         instead of make-variable-buffer-local.
4994 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4996         * progmodes/python.el: Enhancements to forward-sexp.
4997         (python-nav-forward-sexp): Rename from
4998         python-nav-forward-sexp-function.
4999         (python-nav--forward-sexp, python-nav--backward-sexp):
5000         New functions.
5002 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
5004         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
5005         modes and simplification modes.
5007 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5009         * delsel.el (delete-selection-pre-hook): Don't propagate the
5010         file-supersession signals (bug#12161).
5012 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5014         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
5015         (cl-map-extents): Add compatibility aliases (bug#12135).
5017 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
5019         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
5020         tests by `ignore-error'.
5021         (tramp-find-shell): Open also a new shell, when cache is already
5022         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
5024 2012-08-08  Juri Linkov  <juri@jurta.org>
5026         * bookmark.el: Add `defaults' property to the bookmark record.
5027         (bookmark-current-buffer): Doc fix.
5028         (bookmark-make-record): Add `defaults' property with default values
5029         to the bookmark record.
5030         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
5031         with `bookmark-insert-current-bookmark'.
5032         (bookmark-set): Get `defaults' property from the bookmark record
5033         and use it in `read-from-minibuffer'.
5034         (bookmark-insert-current-bookmark): Remove function.
5036         * info.el (Info-bookmark-make-record): Add `defaults' property
5037         with values of canonical Info node name, the current Info file
5038         name and the current Info node name.  (Bug#12107)
5040 2012-08-08  Juri Linkov  <juri@jurta.org>
5042         * files.el (basic-save-buffer): Use `buffer-name' as the default
5043         of `read-file-name' when buffer is not visiting a file (bug#12128).
5045 2012-08-08  Juri Linkov  <juri@jurta.org>
5047         * info.el (Info-isearch-search): Doc fix.
5048         (Info-search): Change search-failed message from "initial node" to
5049         "end of node" (bug#12078).
5050         (Info-isearch-search): Change `isearch-string-state' to
5051         `isearch--state-string'.
5053 2012-08-08  Glenn Morris  <rgm@gnu.org>
5055         * language/persian.el: Remove file.
5056         * language/misc-lang.el: Move unique part of persian.el here.
5057         * loadup.el: Remove language/persian.
5059 2012-08-08  Ă“scar Fuentes  <ofv@wanadoo.es>
5061         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
5063 2012-08-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5065         * progmodes/python.el Fixed defsubst warning.
5066         (python-syntax-context) Rename from python-info-ppss-context.
5067         (python-syntax-context-type): Rename from
5068         python-info-ppss-context-type.
5069         (python-syntax-comment-or-string-p): Rename from
5070         python-info-ppss-comment-or-string-p.
5072 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
5074         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
5076 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
5078         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
5079         a defcustom that is quoted with backquote.
5081         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
5082         Fix handling of interactive spec when the body uses return.
5083         (math-do-arg-check, math-define-function-body): Use backquote forms.
5084         * calc/calc-ext.el (math-defcache): Likewise.
5085         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
5086         * allout.el (allout-new-exposure): Likewise.
5087         * calc/calcalg2.el (math-tracing-integral): Likewise.
5088         * info.el (Info-last-menu-item): Likewise.
5089         * emulation/vip.el (vip-loop): Likewise.
5090         * textmodes/artist.el (artist-funcall): Likewise.
5091         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
5092         Construct menu-item directly.
5094         * progmodes/autoconf.el (font-lock-syntactic-keywords):
5095         Don't declare.
5097 2012-08-07  Chong Yidong  <cyd@gnu.org>
5099         * simple.el (deactivate-mark): Preserve text properties when
5100         saving the primary selection (Bug#8384).
5102 2012-08-07  Kevin Ryde  <user42@zip.com.au>
5104         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
5105         (woman-parse-numeric-value): On a bad .IP line, issue a warning
5106         and continue processing (Bug#12110).
5108 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5110         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
5111         syntax-propertize-function (bug#10095).
5113 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5115         * help-fns.el (help-fns--key-bindings, help-fns--signature)
5116         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
5117         describe-function-1.
5118         (describe-function-1): Use them.  Move compiler macro after sig.
5119         (help-fns--compiler-macro): Use function-get.  Assume we're already in
5120         standard-output.  Adjust layout to new call order.
5122         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
5123         re-binding a symbol that has a symbol-macro (bug#12119).
5125 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
5127         * language/persian.el: New file.  (Bug#11812)
5128         * loadup.el: Add language/persian.el.
5130 2012-08-06  Chong Yidong  <cyd@gnu.org>
5132         * window.el (window--maybe-raise-frame): New function.
5133         (window--display-buffer): Split off from here.
5134         (display-buffer-reuse-window, display-buffer-pop-up-frame)
5135         (display-buffer-pop-up-window, display-buffer-use-some-window):
5136         Obey an inhibit-switch-frame action alist entry.
5137         (display-buffer): Update doc.
5139         * replace.el (occur-after-change-function): Avoid losing focus by
5140         using the inhibit-switch-frame display parameter (Bug#12139).
5142 2012-08-06  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5144         Make internal shell process buffer names start with space.
5145         * progmodes/python.el (python-shell-make-comint): Add optional
5146         argument INTERNAL.
5147         (run-python-internal): Use it.
5148         (python-shell-internal-get-or-create-process): Check for new
5149         internal buffer names.
5151 2012-08-06  Glenn Morris  <rgm@gnu.org>
5153         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5154         Do less getting and setting of environment variables.
5156 2012-08-05  Chong Yidong  <cyd@gnu.org>
5158         * proced.el (proced): Add substitution string to docstring to
5159         trigger autoloading of the proced library on C-h f (Bug#1768).
5161         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5162         Don't show defvars which have no second argument (Bug#8638).
5164         * imenu.el (imenu-generic-expression): Move documentation here
5165         from imenu--generic-function.
5166         (imenu--generic-function): Refer to imenu-generic-expression.
5168 2012-08-05  Vegard Ă˜ye  <vegard_oye@hotmail.com>  (tiny change)
5170         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
5171         indentation declaration.
5172         (viper-loop): Add indentation declaration (Bug#7025).
5174 2012-08-05  Chong Yidong  <cyd@gnu.org>
5176         * help-fns.el (describe-variable): Add hyperlink for
5177         directory-local variables files.  Improve buffer-local and
5178         permanent-local reporting; suggested by MON KEY (Bug#6644).
5180         * help-mode.el (help-dir-local-var-def): New button type.
5182         * files.el (kill-buffer-hook): Provide a defvar.
5184 2012-08-05  Glenn Morris  <rgm@gnu.org>
5186         * eshell/esh-ext.el (eshell/addpath):
5187         Also update eshell-path-env.  (Bug#12013)
5189 2012-08-05  Chong Yidong  <cyd@gnu.org>
5191         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
5193         * fringe.el (fringe-styles): Add docstring.
5194         (fringe--check-mode): New function.
5195         (set-fringe-mode, set-fringe-style): Use it.
5196         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
5198         * files.el (set-auto-mode): Fix invalid setq call.
5200 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5202         * isearch.el: Misc simplification; use defstruct.
5203         (isearch-mode-map): Dense maps now work like sparse ones.
5204         (isearch--state): New defstruct.
5205         (isearch-string-state, isearch-message-state, isearch-point-state)
5206         (isearch-success-state, isearch-forward-state)
5207         (isearch-other-end-state, isearch-word-state, isearch-error-state)
5208         (isearch-wrapped-state, isearch-barrier-state)
5209         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
5210         replaced by defstruct's accessors.
5211         (isearch--set-state): Rename from isearch-top-state and change
5212         calling convention.
5213         (isearch-push-state): Use new isearch--get-state.
5214         (isearch-toggle-word): Disable regexp when enabling word.
5215         (isearch-message-prefix): Remove unused arg _c-q-hack.
5216         (isearch-message-suffix): Remove unused arg _ellipsis.
5218 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
5220         * simple.el (list-processes--refresh): For a server use :host or
5221         :local as the address.
5222         (list-processes): Doc fix.
5224 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
5226         * lisp/mpc.el: Support password in host argument.
5227         (mpc--proc-connect): Parse and use new password element.
5228         Set mpc-proc variable instead of returning process.
5229         (mpc-proc): Adjust accordingly.
5231 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
5233         * whitespace.el (whitespace-display-mappings): Use Unicode
5234         codepoints, instead of emacs-mule codepoints.  See
5235         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
5236         for the details.
5238         * files.el (file-truename): Don't skip symlink-chasing part on
5239         windows-nt.  Incorporate the resolution of 8+3 short aliases on
5240         Windows into the loop that recursively chases symlinks.
5241         Compare directory and its parent case-insensitively on MS-Windows and
5242         MS-DOS.
5244 2012-08-03  Chong Yidong  <cyd@gnu.org>
5246         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
5248         * sort.el (sort-regexp-fields): Doc fix.
5250 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
5252         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
5253         labels regex position point at the expected place.
5255 2012-08-03  MON KEY  <monkey@sandpframing.com>
5257         * net/imap.el (imap-interactive-login, imap-authenticate)
5258         (imap-mailbox-lsub, imap-mailbox-list)
5259         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
5260         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
5261         (imap-parse-response): Doc fix.
5263 2012-08-03  JoĂ£o TĂ¡vora  <joaotavora@gmail.com>
5265         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
5266         if sexp scanning does not move point (Bug#5734).
5268 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
5270         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
5271         Add listings, minted, and ctable packages.
5272         (reftex-label-alist-builtin): Move listings, minted, and ctable
5273         entries before LaTeX.
5274         (reftex-label-alist): Docfix.
5276 2012-08-02  Bastien Guerry  <bzg@gnu.org>
5278         * replace.el (occur): Fix docstring (bug#12122).
5280 2012-08-02  Glenn Morris  <rgm@gnu.org>
5282         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
5284 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
5286         Obsolete alias inactivate-current-input-method-function (Bug#10150).
5287         * international/mule-cmds.el: Create
5288         inactivate-current-input-method-function as an obsolete alias for
5289         deactivate-current-input-method-function.  See Katsumi Yamaoka in
5290         <http://bugs.gnu.org/10150#46>.
5292 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
5294         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
5295         of nested `if's.
5297 2012-08-01  Glenn Morris  <rgm@gnu.org>
5299         * progmodes/autoconf.el (autoconf-definition-regexp):
5300         Add AH_TEMPLATE, adjust submatch numbering.
5301         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
5302         (autoconf-current-defun-function): Update for above change.
5303         (autoconf-current-defun-function): First skip to end of current word.
5305 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
5307         * calendar/cal-html.el (cal-html-insert-agenda-days):
5308         Fix typo.  (Bug#12018)
5310 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5312         Shell processes: enhancements to startup and CEDET compatibility.
5313         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
5314         (python-shell-make-comint): accept-process-output at startup.
5315         (run-python-internal): Set inferior-python-mode-hook to nil.
5316         (python-shell-internal-get-or-create-process): call sit-for.
5317         (python-preoutput-result): Add obsolete alias.
5318         (python-shell-internal-send-string): Use it.
5319         (python-shell-send-setup-code): Remove call to
5320         accept-process-output.
5322 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
5324         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
5325         (Bug#12108)
5327 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
5329         * calc-mode.el (calc-basic-simplification-mode): Rename from
5330         `calc-limited-simplification-mode'.
5331         (calc-alg-simplification-mode): New function.
5332         (calc-set-simplify-mode): Adjust message.
5334         * calc.el (calc-set-mode-line): Adjust mode line display for
5335         basic simplification mode.
5337         * calc-help.el (calc-m-prefix-help): Update help message.
5339         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
5340         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
5342 2012-07-31  Bastien Guerry  <bzg@gnu.org>
5344         * man.el (man): Fix comment.  (bug#12101)
5346 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
5348         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5349         Don't return a non-nil value when no suitable buffer was found.
5351 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5353         * progmodes/python.el (run-python-internal): Disable font lock for
5354         internal shells.
5356 2012-07-30  Stefan Merten  <smerten@oekonux.de>
5358         * textmodes/rst.el: Silence `checkdoc-ispell'.
5359         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5360         (rst-official-version, rst-official-cvs-rev)
5361         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
5362         (rst-mode-map): New key binding.
5364 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
5366         Update .PHONY listings in makefiles.
5367         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
5368         autoloads, update-subdirs, updates, bzr-update, update-authors,
5369         compile-onefile, compile-calc, backup-compiled-files,
5370         compile-after-backup, compile-one-process, mh-autoloads,
5371         bootstrap-clean, distclean, maintainer-clean.
5373 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
5375         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
5376         (calc-set-mode-line): Don't display "AlgSimp ".
5378         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
5379         (calc-lim-simplify-mode): New function.
5380         (calc-set-simplify-mode): Default to 'alg.
5381         (calc-default-simplify-mode): Make algebraic simplifications
5382         the default.
5384         * calc/calc-ext.el (calc-init-extensions): Remove binding for
5385         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
5387         * calc/calc-help.el (calc-m-prefix-help): Change messages to
5388         indicate new simplification modes.
5390         * calc/README: Mention new default simplification mode.
5392         * calc/calc.el (math-normalize-error): New variable.
5393         (math-normalize): Set `math-normalize-error' to t
5394         when there's an error.
5396         * calc/calc-alg.el (math-simplify): Don't simplify when
5397         `math-normalize' returns an error.
5399 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
5401         * international/mule-cmds.el (set-locale-environment): Revert last
5402         change, since display-graphic-p returns nil when this function is
5403         called during startup.  Instead...
5405         * term/w32console.el (terminal-init-w32console): ...setup the
5406         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
5408 2012-07-29  Juri Linkov  <juri@jurta.org>
5410         * simple.el (goto-line): Don't display default line number in the
5411         prompt because it should be displayed by `read-number' (bug#9952).
5412         Add the current line number to the defaults of `goto-line' to
5413         allow its easier modification by users with `M-n' (bug#9201).
5415         * subr.el (read-number): Support multiple default values like in
5416         other minibuffer reading functions.  Replace `read' with
5417         `string-to-number' for consistency with `number-to-string'.
5419 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
5421         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
5422         * emulation/viper-init.el (viper-deactivate-input-method-action):
5423         Rename from viper-inactivate-input-method-action.
5424         (viper-deactivate-input-method):
5425         Rename from viper-inactivate-input-method.
5426         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
5427         * international/mule-cmds.el (deactivate-input-method):
5428         Rename from inactivate-input-method.
5429         Also run input-method-deactivate-hook.
5430         (deactivate-current-input-method-function):
5431         Rename from inactivate-current-input-method-function.
5432         (input-method-deactivate-hook): New hook.
5433         (input-method-inactivate-hook): Mark obsolete.
5434         (inactivate-input-method): Mark obsolete.
5436         * international/quail.el (quail-activate):
5437         Also run quail-deactivate-hook.
5438         (quail-deactivate): Rename from quail-inactivate.
5439         * international/robin.el (robin-activate):
5440         Also run robin-deactivate-hook.
5441         (robin-deactivate): Rename from robin-inactivate.
5443 2012-07-29  Chong Yidong  <cyd@gnu.org>
5445         * simple.el (indicate-copied-region): New function.
5446         (kill-ring-save): Split off from here.
5448         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
5449         (kill-rectangle): Set deactivate-mark to t on read-only error.
5451         * register.el (copy-to-register, copy-rectangle-to-register):
5452         Deactivate the mark, and use indicate-copied-region (Bug#10056).
5453         (append-to-register, prepend-to-register): Call indicate-copied-region.
5455 2012-07-29  Juri Linkov  <juri@jurta.org>
5457         * simple.el (async-shell-command-buffer): New defcustom.
5458         (shell-command): Use it.  (Bug#4719)
5460 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
5462         * international/mule-cmds.el (set-locale-environment): In a
5463         console session on MS-Windows, set up keyboard and terminal
5464         encoding from the OEM codepage, not the ANSI codepage.
5465         (Bug#12055)
5467 2012-07-28  Chong Yidong  <cyd@gnu.org>
5469         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
5470         gdb-get-location.
5472 2012-07-28  Leo Liu  <sdl.web@gmail.com>
5474         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
5475         the alist (bug#12029).
5477 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
5479         * makefile.w32-in (custom-deps, finder-data, updates, compile)
5480         (compile-always, compile-first)
5481         ($(lisp)/calendar/cal-loaddefs.el)
5482         ($(lisp)/calendar/diary-loaddefs.el)
5483         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5484         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
5485         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
5486         instead of on update-subdirs.
5487         (bootstrap-clean): Delete $(lisp)/subdirs.el.
5489 2012-07-28  Chong Yidong  <cyd@gnu.org>
5491         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
5492         directory if vc-deduce-backend returns nil (Bug#7350).
5494         * simple.el (delete-trailing-lines): New option.
5495         (delete-trailing-whitespace): Obey it (Bug#11879).
5497 2012-07-28  David Engster  <deng@randomsample.de>
5499         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
5500         Explanation of new 'symbol-qnames feature in doc-strings.
5501         (xml-maybe-do-ns): Return expanded names as plain symbols if
5502         'symbol-qnames was provided in XML-NS argument (Bug#11916).
5503         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
5505 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5507         Consistent completion in inferior python with emacs -nw.
5508         * progmodes/python.el (inferior-python-mode): replace "<tab>"
5509         binding in inferior-python-mode-map with "\t".
5510         (python-shell-completion-complete-at-point)
5511         (python-completion-complete-at-point): Remove interactive spec.
5513 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
5515         * calc/calccomp.el (math-compose-expr): Undo previous change.
5517 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5519         * progmodes/python.el (python-mode-map): Add keybinding for
5520         run-python.
5521         (python-shell-make-comint): Fix pop-to-buffer call.
5522         (run-python): Autoload.  New arg SHOW.
5523         (python-shell-get-or-create-process): Do not pop python process
5524         buffer.
5526 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
5528         * notifications.el (notifications-on-action-signal)
5529         (notifications-on-closed-signal): Use also the bus address for the map.
5530         (notifications-notify, notifications-close-notification)
5531         (notifications-get-capabilities): Add optional argument BUS.
5533 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
5535         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5536         Add support for the lstlisting and minted environments, and for the
5537         ctable macro.
5538         * textmodes/reftex.el (reftex-compile-variables): Also recognize
5539         labels written in keyvals syntax.
5541 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
5543         * calc/calccomp.el (math-compose-expr): Use parentheses when
5544         there is a product in the denominator of a fraction.
5546 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
5548         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
5549         ($(lisp)/calendar/diary-loaddefs.el)
5550         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5551         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
5552         Fixes failures in parallel bootstrap because subdirs.el is being
5553         rewritten while the autoload files are built at the same time,
5554         which needs to load subdirs.el.
5556 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
5558         * mouse.el (popup-menu): Fix doc-string and re-indent code.
5559         (mouse-drag-line): Don't exit tracking when a switch-frame or
5560         switch-window event occurs (Bug#12006).
5562 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5564         * mouse.el (popup-menu): Fix last change.
5566 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5568         Autoload from Lisp with more care.  Follow aliases when looking for
5569         function properties.
5570         * subr.el (autoloadp): New function.
5571         (symbol-file): Use it.
5572         (function-get): New function.
5573         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
5574         autoload-do-load.
5575         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
5576         (lisp-indent-function):
5577         * emacs-lisp/gv.el (gv-get):
5578         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
5579         * emacs-lisp/byte-opt.el (byte-optimize-form):
5580         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
5581         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
5582         Use function-get.
5583         * emacs-lisp/cl.el: Don't propagate function properties any more.
5585         * speedbar.el (speedbar-add-localized-speedbar-support):
5586         * emacs-lisp/disass.el (disassemble-internal):
5587         * desktop.el (desktop-load-file):
5588         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
5589         (describe-function-1):
5590         * emacs-lisp/find-func.el (find-function-noselect):
5591         * emacs-lisp/elp.el (elp-instrument-function):
5592         * emacs-lisp/advice.el (ad-has-proper-definition):
5593         * apropos.el (apropos-safe-documentation, apropos-macrop):
5594         * emacs-lisp/debug.el (debug-on-entry):
5595         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
5596         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5597         * calc/calc.el (name): Use autoloadp & autoload-do-load.
5599 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
5601         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
5602         function, not an obsolete variable (Bug#12046).
5604 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
5606         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
5608 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
5610         * emacs-lisp/pp.el (pp-display-expression): Select old selected
5611         window only if it is still live (Bug#12034).
5613 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
5615         * subr.el (redirect-frame-focus): Add advertised calling
5616         convention (Bug#12030).
5618 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
5620         Prefer typical American spelling for "acknowledgment".
5621         * vc/add-log.el (change-log-acknowledgment): Rename from
5622         change-log-acknowledgement, with an alias for the old name.
5624 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
5626         * calc-alg.el (math-simplify-divide): Don't cross multiply
5627         in an equation when the lhs is a variable.
5629 2012-07-24  Julien Danjou  <julien@danjou.info>
5631         * net/netrc.el (netrc-find-service-number, netrc-store-data):
5632         Remove, unused.
5634 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
5636         * startup.el (command-line): Don't display an empty user name in
5637         the error message about non-existent home directory, when
5638         init-file-user was set to an empty string.  See
5639         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
5640         for the details and context.
5642 2012-07-22  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
5644         * ses.el (ses-cell-formula-aset): New macro.
5645         (ses-cell-references-aset): New macro.
5646         (ses-cell-p): New function.
5647         (ses-rename-cell): Do no longer rely on complex operations like
5648         ses-cell-set-formula or ses-set-cell to change the cell and handle
5649         the undo at the same time, but rather use lower level new macros
5650         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
5651         the undo directly.  Refresh the mode line.
5653 2012-07-21  Leo Liu  <sdl.web@gmail.com>
5655         * progmodes/cc-cmds.el (c-defun-name):
5656         Use match-string-no-properties instead for consistency.
5658 2012-07-20  Leo Liu  <sdl.web@gmail.com>
5660         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
5661         (Bug#7879)
5663         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
5665 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5667         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
5668         * progmodes/bug-reference.el, misearch.el: Provide themselves
5669         (bug#11915).
5671         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
5672         of narrowed buffer (bug#11966).
5674 2012-07-20  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
5676         * ses.el (ses-rename-cell): Set new name also in reference list of
5677         cells of which the renamed cell depends.
5679 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
5681         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
5682         to check whether menu-bar is shown or not.  If not shown,
5683         show the menu-bar as a popup menu instead of using tmm.
5684         * mouse.el (popup-menu): Accept `point' as `position' argument.
5686 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
5688         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
5689         up inside string symbol literal (bug#11923).
5691 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
5693         * startup.el (fancy-startup-text): Read the whole tutorial, not
5694         just its first 256 bytes.  Prevents gibberish in display of the
5695         tutorial title.
5697 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
5699         Drop idle buffer compaction due to an absence of the
5700         proved efficiency.
5701         * compact.el: Remove.
5703 2012-07-19  Sam Steingold  <sds@gnu.org>
5705         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
5706         vc-bzr-pull & vc-bzr-merge-branch.
5707         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
5708         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
5709         for consistency with compilation-error-regexp-alist.
5710         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
5711         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
5712         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
5713         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
5715 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5717         * emacs-lisp/chart.el: Use lexical-binding.
5718         (chart-emacs-storage): Don't hardcode the list of entries.
5720 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
5722         Next round of tweaks caused by Fgarbage_collect changes.
5723         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
5725 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
5727         Compact buffers when idle.
5728         * compact.el: New file.
5730 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5732         * subr.el (eventp): Presume that if it looks vaguely like an event,
5733         it's an event (bug#10190).
5735 2012-07-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5737         Enhancements to ppss related code (thanks Stefan).
5738         * progmodes/python.el (python-indent-context)
5739         (python-indent-calculate-indentation, python-indent-dedent-line)
5740         (python-indent-electric-colon, python-nav-forward-block)
5741         (python-mode-abbrev-table)
5742         (python-info-assignment-continuation-line-p): Simplify checks
5743         for ppss context.
5744         (python-info-continuation-line-p): Cleanup.
5745         (python-info-ppss-context): Do not catch 'quote.
5746         (python-info-ppss-context-type)
5747         (python-info-ppss-comment-or-string-p): Simplify.
5749 2012-07-18  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5751         * progmodes/python.el: Enhancements to eldoc support.
5752         (python-info-current-symbol): New function.
5753         (python-eldoc-at-point): Use python-info-current-symbol.
5754         (python-info-current-defun): Fix cornercase on first defun scan.
5755         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
5756         and signal error when no inferior python process is available.
5758 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
5760         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
5761         assume it's always t.
5762         (vc-git-registered): Remove caching, the function is only called
5763         once.
5764         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
5766 2012-07-18  Chong Yidong  <cyd@gnu.org>
5768         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5770         * simple.el (count-words): Report on narrowing (Bug#9959).
5772         * bindings.el: Bind M-= to count-words.
5774         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
5776 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
5778         * progmodes/sh-script.el (sh-imenu-generic-expression):
5779         Capture a function with `function' keyword and without parentheses
5780         like "function FOO" (bug#11856).
5782 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
5784         * window.el (split-window-sensibly): Make WINDOW argument
5785         optional.
5787 2012-07-18  Chong Yidong  <cyd@gnu.org>
5789         * subr.el (keyboard-translate): Doc fix (Bug#7261).
5791         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5792         and make C-x 8 RET exit isearch (Bug#11439).
5794         * international/iso-transl.el: Move isearch-mode-map key
5795         definitions to isearch.el.
5797 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5799         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5800         (eieio-defclass): Use gv-define-setter when possible.
5802 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
5804         Reflect recent changes in Fgarbage_collect.
5805         * emacs-lisp/chart.el (chart-emacs-storage): Change to
5806         reflect new format of data returned by Fgarbage_collect.
5808 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5810         New utility functions + python-info-ppss-context fix (Bug#11910).
5811         * progmodes/python.el (python-info-beginning-of-block-statement-p)
5812         (python-info-ppss-comment-or-string-p): New functions.
5813         (python-info-ppss-context): Small fix for string check.
5815 2012-07-17  Juri Linkov  <juri@jurta.org>
5817         * dired-aux.el (dired-do-async-shell-command): Doc fix.
5818         (dired-do-async-shell-command): Don't add `*' at the end of the
5819         command (Bug#11815).
5820         (dired-do-shell-command): Doc fix.
5821         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5822         Join the individual commands using either "&" or ";" as the
5823         separator depending on the values of these trailing characters.
5824         At the end re-add the trailing "&".  (Bug#10598)
5826         * simple.el (async-shell-command): Sync the interactive spec with
5827         `shell-command'.  Doc fix.
5828         (shell-command): Doc fix.
5830 2012-07-17  Juri Linkov  <juri@jurta.org>
5832         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
5834 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5836         Final renames and doc fixes for movement commands (bug#11899).
5837         * progmodes/python.el (python-nav-beginning-of-statement):
5838         Rename from python-nav-statement-start.
5839         (python-nav-end-of-statement): Rename from
5840         python-nav-statement-end.
5841         (python-nav-beginning-of-block): Rename from
5842         python-nav-block-start.
5843         (python-nav-end-of-block): Rename from python-nav-block-end.
5845 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5847         * progmodes/python.el (python-shell-send-string-no-output):
5848         Allow accept-process-output to quit, keeping shell process ready for
5849         future interactions (Bug#11868).
5851 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5853         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5855         * emacs-lisp/elint.el (elint-find-args-in-code):
5856         Use help-function-arglist, so as to handle lexical byte-code.
5858         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5859         change (bug#11826).
5861 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5863         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5864         Avoid spuriously marking the buffer as modified because of c-is-sws.
5866         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5867         as not-a-comment (bug#11946).
5869         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5870         for uninterned vars.
5872         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5873         Use read-event since we don't really want to read chars but bytes.
5875         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5876         $$..$$ but also $..$ using regexps (bug#11953).
5877         Use tex-verbatim for \url and \path.
5878         (tex-font-lock-keywords): Define as defconst like the others.
5879         (tex-common-initialization): Don't use font-lock-syntax-table any more.
5881 2012-07-16  RenĂ© Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
5883         * international/mule-cmds.el (ucs-insert): Make it an obsolete
5884         alias for insert-char.
5886 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5888         * progmodes/python.el: Simplified imenu implementation.
5889         (python-nav-jump-to-defun): Remove command.
5890         (python-mode-map): Use `imenu' instead.
5891         (python-nav-list-defun-positions-cache)
5892         (python-imenu-include-defun-type, python-imenu-make-tree)
5893         (python-imenu-subtree-root-label, python-imenu-index-alist):
5894         Remove vars.
5895         (python-nav-list-defun-positions, python-nav-read-defun)
5896         (python-imenu-tree-assoc, python-imenu-make-element-tree)
5897         (python-imenu-make-tree, python-imenu-create-index):
5898         Remove functions.
5899         (python-mode): Update to interact with imenu by setting
5900         `imenu-extract-index-name-function' only.
5902 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5904         * progmodes/python.el: Enhancements to navigation commands.
5905         (python-nav-backward-sentence)
5906         (python-nav-forward-sentence): Remove.
5907         (python-nav-backward-statement, python-nav-forward-statement)
5908         (python-nav-statement-start, python-nav-statement-end)
5909         (python-nav-backward-block, python-nav-forward-block)
5910         (python-nav-block-start, python-nav-block-end)
5911         (python-nav-forward-sexp-function)
5912         (python-info-current-line-comment-p)
5913         (python-info-current-line-empty-p): New functions.
5914         (python-indent-context): Use `python-nav-statement-start'.
5916 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
5918         * eshell/em-ls.el (eshell/ls): Use `apply'.
5920         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5921         multi-hops, instead of Tramp internals.
5923         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5925         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5926         when F1 and F2 are located on different hosts.
5928 2012-07-14  Chong Yidong  <cyd@gnu.org>
5930         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5931         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5932         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5933         (xterm-mouse--read-event-sequence-1000)
5934         (xterm-mouse--read-event-sequence-1006): New functions.  For old
5935         mouse protocol, handle M-mouse-X events correctly.
5936         (xterm-mouse-event): New arg specifying mouse protocol.
5937         (turn-on-xterm-mouse-tracking-on-terminal)
5938         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5939         sequence to toggle extended coordinates on newer XTerms.
5940         This appears to be harmless on terminals which do not support this.
5942 2012-07-14  Leo Liu  <sdl.web@gmail.com>
5944         Add fringe bitmap indicators for flymake.  (Bug#11253)
5945         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5946         (flymake-make-overlay): New arg BITMAP.
5947         (flymake-error-bitmap, flymake-warning-bitmap)
5948         (flymake-fringe-indicator-position): New user variables.
5950         * fringe.el: New bitmap exclamation-mark.
5952 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
5954         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5955         also (Bug#7879).
5957 2012-07-14  Chong Yidong  <cyd@gnu.org>
5959         * electric.el (electric-pair-post-self-insert-function): Fix pair
5960         insertion in empty-region case (Bug#11520).
5962 2012-07-14  Chong Yidong  <cyd@gnu.org>
5964         * bindings.el: Consolidate ctl-x-r-map bindings.
5965         Bind copy-rectangle-as-kill to C-x r w.
5967         * rect.el, register.el: Move bindings to bindings.el.
5969 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
5971         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5973 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5975         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
5977 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
5979         * bindings.el (top): Use `mapc' instead of `mapcar'.
5981         * loadup.el (top): Remove bogus `if' choice (brought by revno:88805).
5983 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
5985         * progmodes/sql.el (sql-comint): Suppress the check for program on
5986         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
5987         (Bug#11908)
5989 2012-07-13  Chong Yidong  <cyd@gnu.org>
5991         * bindings.el: Assign a non-nil permanent-local property to
5992         per-buffer variables which lack a default value (Bug#11930).
5994         * help-fns.el (describe-variable): In the "automatically becomes
5995         local" notice, take note of permanent-local variables.
5997 2012-07-13  Chong Yidong  <cyd@gnu.org>
5999         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
6000         to allow printing the message when called from Lisp.
6002         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6003         Remove toggle-read-only.
6005         * bs.el (bs-toggle-readonly):
6006         * buff-menu.el (Buffer-menu-toggle-read-only):
6007         Remove with-no-warnings around toggle-read-only.
6009         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
6010         Remove with-no-warnings around toggle-read-only.
6011         (ffap-read-only, ffap-read-only-other-window)
6012         (ffap-read-only-other-frame): Callers changed.
6014         * help-mode.el: Don't require view package.
6015         (help-mode-finish): Set buffer-read-only instead of calling
6016         toggle-read-only.
6018         * bindings.el (mode-line-toggle-read-only):
6019         * dired.el (dired-toggle-read-only):
6020         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
6021         with non-nil second arg.
6023         * emacs-lisp/eieio-custom.el (eieio-customize-object):
6024         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
6025         directly.
6027 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
6029         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
6030         not incf.
6032 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6034         More CL cleanups and reduction of use of cl.el.
6035         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
6036         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
6037         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
6038         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
6039         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
6040         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
6041         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
6042         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
6043         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
6044         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
6045         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
6046         * eshell/em-cmpl.el, eshell/em-banner.el:
6047         * calendar/parse-time.el: Use cl-lib.
6048         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
6049         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
6050         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
6051         * term/ns-win.el, term.el, shell.el, ps-samp.el:
6052         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
6053         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
6054         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
6055         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
6056         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
6057         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
6058         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
6059         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
6060         `lambda' rather than with `quote'.
6061         (eshell-do-opt): Adjust accordingly.
6062         (eshell-process-option): Simplify.
6063         * eshell/esh-var.el:
6064         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
6065         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
6066         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
6067         to `pcase--dontcare'.
6068         * emacs-lisp/cl.el (labels): Mark obsolete.
6069         (cl--letf, letf): Move to cl-lib.
6070         (cl--letf*, letf*): Remove.
6071         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
6072         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
6073         (cl-progv): Rewrite.
6074         (cl--letf, cl-letf): Move from cl.el.
6075         (cl-letf*): New macro.
6076         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
6078 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
6080         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
6082 2012-07-11  Chong Yidong  <cyd@gnu.org>
6084         * vc/log-edit.el (log-edit-vc-backend): New variable.
6085         (log-edit): Doc fix.
6087         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
6088         argument of log-edit to set up all local variables.
6089         (vc-start-logentry): New optional arg specifying VC backend.
6091         * vc/vc.el (vc-checkin): Use it.
6092         (vc-deduce-fileset): Handle Log Edit buffers.
6093         (vc-diff): Make first argument optional too.
6095         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
6097 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
6099         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
6100         command, just in case.  The function is not needed anymore.
6101         (eshell-external-command): Do not call `eshell-remote-command'.
6103 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6105         Reduce use of (require 'cl).
6106         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
6107         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
6108         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
6109         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
6110         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
6111         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
6112         * battery.el, avoid.el, abbrev.el: Use cl-lib.
6113         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
6114         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
6115         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
6116         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
6117         * calculator.el, autorevert.el, apropos.el: Don't require CL.
6118         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
6119         (byte-compile-unfold-bcf, byte-compile-check-variable):
6120         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
6121         (byte-compile-nilconstp):
6122         * emacs-lisp/autoload.el (make-autoload): Use pcase.
6123         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
6125         * emacs-lisp/gv.el (cond): Make it a valid place.
6126         (if): Simplify slightly.
6128         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
6129         (pcase--self-quoting-p): New function.
6130         (pcase--u1): Use it.
6132 2012-07-10  Glenn Morris  <rgm@gnu.org>
6134         * emacs-lisp/authors.el (authors-fixed-entries):
6135         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
6137 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6139         Rename configure.in to configure.ac (Bug#11603).
6140         * emacs-lisp/authors.el (authors-canonical-file-name):
6141         * progmodes/autoconf.el (autoconf-mode):
6142         Prefer configure.ac to configure.in.
6144 2012-07-08  Chong Yidong  <cyd@gnu.org>
6146         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
6147         Implement the mouse-1-click-follows-link handling properly.
6149         * info.el (Info-link-keymap): Use follow-link mechanism for
6150         header-line links (Bug#374).
6152         * simple.el (deactivate-mark): Do not set the primary selection
6153         if another program has acquired it (Bug#11772).
6155 2012-07-07  Kevin Ryde  <user42@zip.com.au>
6157         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
6158         (woman-decode-region): Replace escaped-escapes without destroying
6159         bold or underline (Bug#11552).
6160         (woman2-process-escapes): Handle nofill regions (Bug#11591).
6162 2012-07-07  Chong Yidong  <cyd@gnu.org>
6164         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
6165         (interprogram-cut-function, interprogram-paste-function):
6166         Mention that we typically mean the clipboard.
6168 2012-07-06  Glenn Morris  <rgm@gnu.org>
6170         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
6172         * files.el (toggle-read-only): Restrict message to interactive use.
6174 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
6176         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
6178         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
6180 2012-07-06  Glenn Morris  <rgm@gnu.org>
6182         * Makefile.in (compile-one-process): Rename from "recompile".
6184         * Makefile.in (bzr-update): "compile" is the same as "recompile
6185         autoloads", but parallelizable, so use that instead.
6187 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
6189         * window.el (quit-window): Always restore window height when
6190         it's saved in quit-restore parameter (Bug#11810).
6192 2012-07-06  Glenn Morris  <rgm@gnu.org>
6194         * simple.el (kill-whole-line): Doc tweak.
6196 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
6198         * files.el (file-relative-name): Compare file names
6199         case-insensitively if on MS-Windows or MS-DOS, or if
6200         read-file-name-completion-ignore-case is non-nil.  Don't use
6201         case-fold-search for this purpose.  (Bug#11827)
6203 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
6205         * calendar/cal-dst.el (calendar-current-time-zone):
6206         Return calendar-current-time-zone-cache if non-nil.
6208 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
6209 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
6211         * calendar/cal-dst.el (calendar-current-time-zone):
6212         Return calendar-current-time-zone-cache if non-nil.
6214 2012-07-06  Glenn Morris  <rgm@gnu.org>
6216         * Makefile.in (cvs-update): Remove old alias.
6218 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
6220         Sync with Tramp 2.2.6-pre.
6222         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
6223         compatible declaration.
6225         * net/tramp-cmds.el (tramp-append-tramp-buffers):
6226         Protect `list-load-path-shadows' call.
6228         * net/tramp-compat.el (top): Require packages, which aren't
6229         autoloaded anymore for XEmacs.  Protect call of
6230         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
6231         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
6232         it hurts at least for SXEmacs.
6233         (tramp-compat-temporary-file-directory): In XEmacs, there is no
6234         standard-value for `temporary-file-directory'.
6236         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
6237         Redirect stderr to /dev/null.
6238         (tramp-sh-handle-write-region): uid and gid can be floats.
6239         Reported by Russell Sim <russell.sim@gmail.com>.
6240         (tramp-sh-handle-vc-registered): Hide errors.
6241         (tramp-vc-file-name-handler): Use dummy results for `process-file'
6242         and `start-file-process'.
6243         (tramp-maybe-open-connection): Check also whether `non-essential'
6244         is bound.
6246 2012-07-04  Chong Yidong  <cyd@gnu.org>
6248         * xml.el (xml--parse-buffer): Use xml-syntax-table.
6249         (xml-parse-tag): Likewise, and avoid changing entity tables.
6250         (xml-syntax-table): Define from scratch, making sure not to give
6251         x2000 and other Unicode spaces whitespace syntax, since those are
6252         not spaces in XML.
6253         (xml-parse-fragment): Delete unused function.
6254         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
6255         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
6256         (xml-entity-ref, xml-pe-reference-re)
6257         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
6258         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
6259         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
6260         (xml-entity-value-re): Use syntax references in regexps where
6261         possible; no need to define inside a let-binding.
6262         (xml-parse-dtd): Use xml-pe-reference-re.
6263         (xml-entity-or-char-ref-re): New defconst.
6264         (xml-parse-string, xml-substitute-special): Use it.
6266 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6268         * files.el (locate-dominating-file): Allow `name' to be a predicate.
6269         (find-file--read-only): New function.
6270         (find-file-read-only, find-file-read-only-other-window)
6271         (find-file-read-only-other-frame): Use it.
6272         (insert-file-contents-literally): Don't `fset'.
6273         (get-free-disk-space): Use locate-dominating-file.
6275         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
6276         function is already compiled.
6278         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
6280 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
6282         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
6283         files on the same host.
6285 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
6287         * help-fns.el (describe-function-1): Only call
6288         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
6290 2012-07-03  Chong Yidong  <cyd@gnu.org>
6292         * xml.el: Protect parser against XML bombs.
6293         (xml-entity-expansion-limit): New variable.
6294         (xml-parse-string, xml-substitute-special): Use it.
6295         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
6297 2012-07-03  Glenn Morris  <rgm@gnu.org>
6299         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6300         Allow linking to specific messages in debbugs reports (eg 123#5).
6302 2012-07-02  Chong Yidong  <cyd@gnu.org>
6304         * xml.el: Fix entity and character reference expansion, allowing
6305         them to expand into markup as per XML spec.
6306         (xml-default-ns): New variable.
6307         (xml-entity-alist): Use XML spec definitions for lt and amp.
6308         (xml-parse-region): Make first two arguments optional.
6309         Discard text properties.
6310         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
6311         All callers changed.
6312         (xml-parse-tag): Call xml-parse-tag-1.  For backward
6313         compatibility, this function should not modify buffer contents.
6314         (xml-parse-tag-1): Fix opening-tag regexp.
6315         (xml-parse-string): Rewrite, handling entity and character
6316         references properly.
6317         (xml--entity-replacement-text): Signal an error if a parameter
6318         entity is undefined.
6320 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6322         * comint.el (comint-output-filter): Filter out repeated prompts.
6324         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
6325         and file-name-absolute-p.
6326         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
6327         internal calls.
6329 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6331         Spelling fixes.
6332         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
6333         Rename from byte-compile--refiy-function.  All uses changed.
6335 2012-07-01  Chong Yidong  <cyd@gnu.org>
6337         * xml.el (xml--parse-buffer): New function.  Move most of
6338         xml-parse-region here.
6339         (xml-parse-region): Copy region into a temporary buffer, since
6340         parameter entity substitution requires changing buffer contents.
6341         Use xml--parse-buffer.
6342         (xml-parse-file): Use xml--parse-buffer.
6343         (xml-parse-dtd): Make parameter entity substitution work right.
6344         Use proper regexps for ELEMENT declarations (Bug#7172).
6346 2012-06-30  Glenn Morris  <rgm@gnu.org>
6348         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
6350         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
6351         Remove outdated and unnecessary dbus declarations.
6353 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
6355         * emacs-lisp/timer.el (timer-until): Subtract results of
6356         float-time, instead of taking float-time of the result of
6357         time-subtract, since float-time signals an error for negative time
6358         arguments.
6360 2012-06-30  Chong Yidong  <cyd@gnu.org>
6362         * xml.el (xml-*-re): Convert defvars into defconsts, and
6363         eval-and-compile them so eval-and-compile works on derivatives.
6364         (xml--entity-replacement-text): Use eval-and-comple.
6366 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
6368         * vc/vc-git.el (vc-git-registered): Use cache property
6369         `git-registered'.
6370         (vc-git-mode-line-string): Call `vc-working-revision' instead of
6371         `vc-git-working-revision' in order to benefit from the cache.
6372         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
6374 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
6376         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
6377         removed (likely outside Emacs).  (Bug#11757)
6379 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6381         * emacs-lisp/cl-lib.el: Require macroexp.
6383 2012-06-30  Chong Yidong  <cyd@gnu.org>
6385         * xml.el: Implement XML parameter entities.
6386         (xml-parameter-entity-alist): New variable.
6387         (xml-parse-region, xml-parse-fragment): Preserve previous values
6388         of xml-entity-alist and xml-parameter-entity-alist, so that
6389         repeated calls on different documents do not change them.
6390         (xml-parse-tag): Fix doctype regexp.
6391         (xml--entity-replacement-text): New function.
6392         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
6393         properly requires url retrieval which is unimplemented.
6394         (xml-escape-string): Doc fix.
6396 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6398         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
6400 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
6402         * fringe.el (fringe-mode): Doc fix.
6404 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
6406         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
6407         is non-nil.
6408         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
6409         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
6411 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
6413         * calendar/cal-dst.el (calendar-current-time-zone):
6414         Return calendar-current-time-zone-cache if non-nil.
6416 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
6418         * progmodes/which-func.el (which-func-format):
6419         Add mouse-face.  (Bug#11698)
6421 2012-06-29  Leo Liu  <sdl.web@gmail.com>
6423         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
6425 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6427         * minibuffer.el (minibuffer-confirm-exit-commands):
6428         Add completion-at-point (bug#11725).
6430 2012-06-29  Glenn Morris  <rgm@gnu.org>
6432         * progmodes/f90.el (f90-font-lock-keywords-2):
6433         Add some preprocessor elements.  (Bug#10499)
6435 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6437         * progmodes/cperl-mode.el (cperl-update-syntaxification):
6438         Use syntax-propertize (bug#11739).
6440 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
6442         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
6444 2012-06-28  Julien Danjou  <julien@danjou.info>
6446         * term.el (term-handle-colors-array): Use a set of new faces to
6447         color the terminal.  Also uses :inverse-video property.
6448         (term-default-fg-color): Set to nil by default, deprecate in favor
6449         of `term-face'.
6450         (term-default-bg-color): Set to nil by default, deprecate in favor
6451         of `term-face'.
6452         (term-current-face): Use `term-face' by default.
6453         (term-bold-attribute): Variable deleted.
6455 2012-06-28  Glenn Morris  <rgm@gnu.org>
6457         * simple.el (completion-list-mode-finish):
6458         Don't use toggle-read-only.  (Since completion-list-mode has
6459         a special mode-class, it wasn't doing anything extra anyway.)
6461 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6463         Make inlining of other-mode interpreted functions work (bug#11799).
6464         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
6465         (byte-compile): Use it to fix compilation of lexical-binding closures.
6466         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
6467         function, if needed.
6469 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6471         * help-mode.el (help-make-xrefs): Don't just withstand
6472         cyclic-variable-indirection but any error in documentation-property.
6474         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
6475         memory use.
6476         * bindings.el (bindings--define-key): New function.
6477         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
6478         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
6479         * bindings.el: Use it to purecopy define-key bindings.
6481         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
6483         * emacs-lisp/cl.el (flet): Mark obsolete.
6484         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
6485         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
6486         * progmodes/js.el (js-c-fill-paragraph):
6487         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
6488         (ebrowse-switch-member-buffer-to-derived-class):
6489         * play/5x5.el (5x5-solver): Use cl-flet.
6491         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
6492         (cl--symbol-function): New macro.
6493         (cl--letf, cl--letf*): Use it.
6495         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6496         Strip "toggle-" if any.
6498 2012-06-27  Glenn Morris  <rgm@gnu.org>
6500         * info.el (Info-default-directory-list): Move here from paths.el.
6501         * paths.el: Remove file, which is now empty.
6502         * loadup.el: No longer load "paths".
6504         * custom.el (custom-initialize-delay): Doc fix.
6506         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6507         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6508         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6509         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6510         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6511         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
6512         * eshell/eshell.el (eshell-defgroup): Remove alias.
6514 2012-06-27  Chong Yidong  <cyd@gnu.org>
6516         * help.el (help-enable-auto-load): New variable.
6518         * help-fns.el (help-fns--autoloaded-p): New function.
6519         (describe-function-1): Refer to a function as "autoloaded" if it
6520         was autoloaded at any time in the past.  Perform autoloading if
6521         help-enable-auto-load is non-nil.
6523 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
6525         * makefile.w32-in (compile, compile-always): Depend on
6526         update-subdirs, not on subdirs.el.  Otherwise, several different
6527         sub-targets of 'bootstrap' running in parallel could
6528         simultaneously write to subdirs.el, producing a garbled file.
6530 2012-06-26  Sam Steingold  <sds@gnu.org>
6532         * files.el (file-name-base): New convenience function.
6533         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
6534         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
6535         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
6536         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
6537         * textmodes/ispell.el, textmodes/reftex-ref.el:
6538         * textmodes/tex-mode.el: Use it.
6539         Did not touch cedet and org because they are maintained elsewhere.
6541 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
6543         * calendar/calendar.el (calendar-exit): Don't try to delete or
6544         iconify last frame.  See:
6545         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
6547 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
6549         * server.el (server-process-filter): Remember dir in the
6550         process's `server-client-directory' properties.
6552 2012-06-24  Chong Yidong  <cyd@gnu.org>
6554         * xml.el (xml-parse-tag): Correctly handle comment embedded in
6555         non-tag text.
6557 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
6559         * makefile.w32-in (COMPILE_FIRST): Synch with changes in revno:108688.
6561 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6563         * help-fns.el (describe-variable): Don't croak when doc is not found.
6564         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
6565         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
6566         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
6567         * emacs-lisp/smie.el (smie-next-sexp): CSE.
6568         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
6569         ((lambda ..) ..).
6570         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
6572 2012-06-23  Chong Yidong  <cyd@gnu.org>
6574         * info.el (Info-mouse-follow-link): Accept symbol values of
6575         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
6576         (Info-fontify-node): Use Info-link-keymap for all navigation
6577         buttons, with link-args property to perform the desired action.
6578         (Info-link-keymap): Doc fix.
6579         (Info-next-link-keymap, Info-prev-link-keymap)
6580         (Info-up-link-keymap): Delete now-unused keymaps.
6582 2012-06-23  Chong Yidong  <cyd@gnu.org>
6584         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
6586         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
6587         system abbrevs.
6589         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
6591 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6593         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
6594         (bug#11719).
6596         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
6597         the requote function doesn't work properly (bug#11714).
6599 2012-06-23  Glenn Morris  <rgm@gnu.org>
6601         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
6603 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6605         Further GV/CL cleanups.
6606         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
6607         gv-expander.
6608         (gv--defun-declaration): New function.
6609         (defun-declarations-alist): Use it.
6610         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
6611         (gv-place): Autoload.
6612         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
6613         original definition of dotimes and dolist.
6614         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
6615         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
6616         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
6617         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6618         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
6619         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
6620         to the function's definition.
6621         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
6622         * window.el:
6623         * files.el:
6624         * faces.el:
6625         * env.el: Don't use CL.
6627 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
6629         Support higher-resolution time stamps (Bug#9000).
6631         * calendar/time-date.el (with-decoded-time-value): New arg
6632         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
6633         (encode-time-value): New optional arg PICO.  New type 3.
6634         (time-to-seconds) [!float-time]: Support the new picoseconds
6635         component if it's used.
6636         (seconds-to-time, time-subtract, time-add):
6637         Support ps-resolution time stamps as well.
6639         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
6640         (timerp): Timer vectors now have length 9, not 8.
6641         (timer--time): Support new-style (4-part) time stamps.
6642         (timer-next-integral-multiple-of-time): Time stamps now have
6643         picosecond resolution, so take a bit more care about rounding.
6644         (timer-relative-time, timer-inc-time): New optional arg psecs.
6645         (timer-set-time-with-usecs): Set psecs to 0.
6646         (timer--activate): Check psecs component, too.
6648         * proced.el (proced-time-lessp): Support ps-resolution stamps.
6650 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6652         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
6653         Move the non-essential binding to the post/pre-command-hook where it is
6654         more obviously correct.
6656         * subr.el (read-passwd): Don't use a history at all.
6657         * savehist.el (savehist-save): Remove password saved accidentally
6658         because of the above bug.
6660 2012-06-22  Bastien Guerry  <bzg@gnu.org>
6662         * files.el (toggle-read-only): Display a message telling whether
6663         the buffer is read-only or not (bug#11726).
6665 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6667         * emacs-lisp/gv.el: New file.
6668         * subr.el (push, pop): Extend to generalized variables.
6669         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
6670         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
6671         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
6672         gv-define-simple-setter, and gv-define-expander.
6673         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
6674         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
6675         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
6676         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
6677         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
6678         gv-letplace.
6679         (cl-defstruct): Don't define setf-method any more.
6680         * emacs-lisp/cl.el (flet): Don't autoload.
6681         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
6682         (define-setf-expander, defsetf, define-modify-macro)
6683         (cl-struct-setf-expander): Move from cl-lib.el.
6684         * emacs-lisp/syntax.el:
6685         * emacs-lisp/ewoc.el:
6686         * emacs-lisp/smie.el:
6687         * emacs-lisp/cconv.el:
6688         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
6689         (timer--time): Use gv-define-simple-setter.
6690         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
6691         to avoid coding-system problems in subr.el.  Adjust all users.
6692         (macroexp--maxsize, macroexp-small-p): New functions.
6693         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
6694         * scroll-bar.el (scroll-bar-mode):
6695         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6696         (normal-erase-is-backspace-mode): Don't use the `eq' place.
6697         * winner.el (winner-configuration, winner-make-point-alist)
6698         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
6699         * files.el (locate-file-completion-table): Avoid list*.
6701 2012-06-22  Chong Yidong  <cyd@gnu.org>
6703         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
6704         (dired-create-files): Doc fix (Bug#11329).
6705         (dired-do-copy): Doc fix (Bug#11334).
6706         (dired-mark-read-string): Doc fix (Bug#11553).
6708         * dired.el (dired-recursive-copies, dired-recursive-deletes):
6709         Doc fix (Bug#11326).
6710         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
6711         (dired-dwim-target): Doc fix.
6713         * wdired.el (wdired-mode): Doc fix.
6715 2012-06-22  Glenn Morris  <rgm@gnu.org>
6717         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
6718         (pcmpl-rpm-cache-stamp-file): New constant.
6719         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
6720         (pcmpl-rpm-packages): Optionally cache list of packages.
6722         * pcmpl-rpm.el (pcmpl-rpm): New group.
6723         (pcmpl-rpm-query-options): New option.
6724         (pcmpl-rpm-packages): No need to inline it.
6725         Use pcmpl-rpm-query-options.
6727         * calendar/calendar.el (calendar-in-read-only-buffer):
6728         Avoid some needless mode changes.
6730 2012-06-21  Chong Yidong  <cyd@gnu.org>
6732         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
6733         (desktop-path): Remove . from the default value (Bug#10977).
6734         (desktop-read): Use user-emacs-directory if desktop-path is nil.
6736 2012-06-20  Chong Yidong  <cyd@gnu.org>
6738         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
6740 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
6742         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
6743         (bug#11201).
6745 2012-06-20  Chong Yidong  <cyd@gnu.org>
6747         * term.el (term-window-width): Handle the case of a missing right
6748         fringe (Bug#8837).
6749         (term-check-size): Use window-text-height (Bug#5445).
6750         (term-mode): Use define-derived-mode.  Minor cleanups.
6751         Set font-lock-defaults (Bug#7692).
6752         (term-move-columns, term-insert-char, term-emulate-terminal)
6753         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
6755 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
6757         * net/ange-ftp.el (ange-ftp-get-passwd):
6758         Bind `enable-recursive-minibuffers'.
6759         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
6761 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
6763         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
6765 2012-06-19  Glenn Morris  <rgm@gnu.org>
6767         * progmodes/python.el (python-mode): Derive from prog-mode.
6769 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
6771         * emulation/edt.el (edt-default-menu-bar-update-buffers)
6772         (edt-user-menu-bar-update-buffers): New functions.
6773         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6775 2012-06-19  Chong Yidong  <cyd@gnu.org>
6777         * subr.el (with-selected-window): Preserve the selected window's
6778         terminal's top-frame (Bug#4702).
6780         * window.el (save-selected-window): Likewise.
6782 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6784         * progmodes/python.el (python-rx-constituents): Move backquote.
6785         (python-skeleton-define, python-define-auxiliary-skeleton):
6786         Use `declare'.
6788 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
6790         * minibuffer.el (read-file-name-default): Revert the patch from
6791         2012-06-17.
6793 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6795         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6796         (pcase--u1, pcase--q1): Don't use apply-partially.
6798 2012-06-18  Glenn Morris  <rgm@gnu.org>
6800         * progmodes/python.el (python-proc, python-buffer)
6801         (python-send-receive, python-send-string): Fix obsolete versions.
6803 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
6805         * window.el (special-display-p): Completely remove stringp
6806         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6808 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
6810         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6812         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6814         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6815         * net/tramp-sh.el (tramp-maybe-open-connection):
6816         Throw if `non-essential' is non-nil.
6818 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
6820         * window.el (special-display-p): Signal an error if BUFFER-NAME
6821         is not a string (Bug#11713).
6823 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
6825         * progmodes/python.el (python-info-beginning-of-backslash):
6826         Rename from python-info-beginning-of-backlash, as a spelling fix.
6828 2012-06-17  Chong Yidong  <cyd@gnu.org>
6830         * term.el (term-emulate-terminal): If term-check-size is called,
6831         move point to the process mark without resetting point (Bug#4635).
6833 2012-06-17  Glenn Morris  <rgm@gnu.org>
6835         * international/mule-cmds.el (mule-menu-keymap)
6836         (set-language-environment, set-locale-environment): Doc tweaks.
6838 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
6840         * cus-face.el (custom-face-attributes): Add wave-style underline
6841         attribute.
6842         * faces.el (set-face-attribute): Update docstring to describe
6843         wave-style underline attribute.
6845 2012-06-16  Chong Yidong  <cyd@gnu.org>
6847         * term/xterm.el (terminal-init-xterm): Discard input before
6848         querying background mode (Bug#10959).
6850 2012-06-16  Stefan Merten  <smerten@oekonux.de>
6852         * textmodes/rst.el: Added and corrected some comments.
6853         (rst-re-alist-def): Improve symbol syntax.
6854         (rst-mode-syntax-table): Correct syntax entries.
6855         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6856         (rst-official-version, rst-official-cvs-rev): Update version
6857         information.
6859 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
6861         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6862         in revno:88864.
6864 2012-06-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6866         * progmodes/python.el: New python.el merge.
6867         (python-guess-indent): Obsolete var.
6868         (python-indent-guess-indent-offset): New defcustom.
6869         (python-indent): Obsolete var.
6870         (python-indent-offset): New defcustom.
6871         (python-python-command, python-jython-command): Delete var.
6872         (python-shell-interpreter): New defcustom.
6873         (python-pdbtrack-do-tracking-p): Delete var.
6874         (python-pdbtrack-activate): New defcustom.
6875         (python-use-skeletons): Obsolete var.
6876         (python-skeleton-autoinsert): New defcustom.
6877         (inferior-python-filter-regexp, python-continuation-offset)
6878         (python-honour-comment-indentation, python-indent-string-contents)
6879         (python-jython-packages, python-mode-hook)
6880         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6881         (python-shell-prompt-alist)
6882         (python-source-modes): Delete defcustoms.
6883         (python-check-buffer-name, python-eldoc-setup-code)
6884         (python-eldoc-string-code, python-ffap-setup-code)
6885         (python-ffap-string-code, python-fill-comment-function)
6886         (python-fill-decorator-function, python-fill-paren-function)
6887         (python-fill-string-function, python-imenu-include-defun-type)
6888         (python-imenu-make-tree, python-imenu-subtree-root-label)
6889         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6890         (python-shell-compilation-regexp-alist)
6891         (python-shell-completion-module-string-code)
6892         (python-shell-completion-pdb-string-code)
6893         (python-shell-completion-setup-code)
6894         (python-shell-completion-string-code)
6895         (python-shell-enable-font-lock, python-shell-exec-path)
6896         (python-shell-extra-pythonpaths)
6897         (python-shell-internal-buffer-name, python-shell-interpreter-args)
6898         (python-shell-process-environment)
6899         (python-shell-prompt-block-regexp)
6900         (python-shell-prompt-output-regexp)
6901         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6902         (python-shell-send-setup-max-wait, python-shell-setup-codes)
6903         (python-shell-virtualenv-path): New defcustoms.
6904         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6905         (inferior-python-mode-syntax-table, python--prompt-regexp)
6906         (python-buffer, python-command python-python-command)
6907         (python-default-template, python-imports, python-indent-index)
6908         (python-indent-list, python-indent-list-length)
6909         (python-mode-running, python-pdbtrack-is-tracking-p)
6910         (python-preoutput-continuation, python-preoutput-leftover)
6911         (python-preoutput-result, python-preoutput-skip-next-prompt)
6912         (python-prev-dir/file, python-recursing)
6913         (python-saved-check-command, python-version-checked)
6914         (python-which-func-length-limit)
6915         (view-return-to-alist): Delete vars.
6916         (python-check-custom-command, python-dotty-syntax-table)
6917         (python-imenu-index-alist, python-indent-current-level)
6918         (python-indent-dedenters, python-indent-levels)
6919         (python-nav-beginning-of-defun-regexp)
6920         (python-nav-list-defun-positions-cache)
6921         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6922         (python-shell-internal-buffer)
6923         (python-skeleton-available): New vars.
6924         (def-python-skeleton): Delete macro.
6925         (python-skeleton-define): New macro.
6926         (python-define-auxiliary-skeleton, python-rx): New macros.
6927         (python-insert-class): Delete command.
6928         (python-skeleton-class): New command.
6929         (python-insert-def): Delete command.
6930         (python-skeleton-def): New command.
6931         (python-insert-for): Delete command.
6932         (python-skeleton-for): New command.
6933         (python-insert-if): Delete command.
6934         (python-skeleton-if): New command.
6935         (python-insert-try/except, python-insert-try/finally): Delete commands.
6936         (python-skeleton-try): New command.
6937         (python-insert-while): Delete command.
6938         (python-skeleton-while): New command.
6939         (python-backspace): Delete command.
6940         (python-indent-dedent-line-backspace): New command.
6941         (python-electric-colon): Delete command.
6942         (python-indent-electric-colon): New command.
6943         (python-guess-indent): Delete command.
6944         (python-indent-guess-indent-offset): New command.
6945         (python-shift-left): Delete command.
6946         (python-indent-shift-left): New command.
6947         (python-shift-right): Delete command.
6948         (python-indent-shift-right): New command.
6949         (python-find-function): Delete command.
6950         (python-nav-jump-to-defun): New command.
6951         (python-next-statement): Delete command.
6952         (python-nav-forward-sentence): New command.
6953         (python-previous-statement): Delete command.
6954         (python-nav-backward-sentence): New command.
6955         (python-fill-paragraph): Delete command.
6956         (python-fill-paragraph-function): New command.
6957         (python-send-buffer): Delete command.
6958         (python-shell-send-buffer): New command.
6959         (python-send-defun): Delete command.
6960         (python-shell-send-defun): New command.
6961         (python-send-region, python-send-region-and-go): Delete commands.
6962         (python-shell-send-region)
6963         (python-shell-switch-to-shell): New commands.
6964         (python-send-string): Delete command.
6965         (python-shell-send-string): New command.
6966         (python-switch-to-python): Delete command.
6967         (python-shell-switch-to-shell): New command.
6968         (python-describe-symbol): Delete command.
6969         (python-eldoc-at-point): New command.
6970         (python--set-prompt-regexp, python-args-to-list)
6971         (python-after-info-look, python-check-version)
6972         (python-check-comint-prompt, python-find-imports)
6973         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6974         (python-unload-function, python-expand-template)
6975         (python-maybe-jython, python-preoutput-filter)
6976         (python-pdbtrack-get-source-buffer)
6977         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6978         (python-pdbtrack-toggle-stack-tracking)
6979         (python-pdbtrack-track-stack-file, python-initial-text)
6980         (python-first-word, python-comment-line-p, python-send-command)
6981         (python-setup-brm, python-sentinel, python-set-proc)
6982         (python-skip-out, python-input-filter, python-outdent-p)
6983         (python-outline-level, python-backslash-continuation-line-p)
6984         (python-end-of-block, python-end-of-statement, python-mark-block)
6985         (python-beginning-of-block, python-beginning-of-statement)
6986         (python-blank-line-p, python-beginning-of-string)
6987         (python-open-block-statement-p): Delete functions.
6988         (python-indent-line, python-indent-line-1): Delete functions.
6989         (python-indent-line): New function.
6990         (python-indentation-levels): Delete function.
6991         (python-indent-calculate-levels): New function.
6992         (python-proc): Delete function.
6993         (python-shell-get-process): New function.
6994         (python-send-receive): Delete function.
6995         (python-shell-send-string-no-output): New function.
6996         (python-module-path): Delete function.
6997         (python-ffap-module-path): New function.
6998         (python-completion-at-point)
6999         (python-symbol-completions): Delete functions.
7000         (python-completion-complete-at-point): New function.
7001         (python-load-file): Delete function.
7002         (python-shell-send-file): New function.
7003         (python-calculate-indentation): Delete function.
7004         (python-indent-calculate-indentation): New function.
7005         (python-skip-comments/blanks): Delete function.
7006         (python-util-forward-comment): New function.
7007         (python-continuation-line-p): Delete function.
7008         (python-info-continuation-line-p): New function.
7009         (python-which-func, python-current-defun): Delete function.
7010         (python-info-current-defun): New function.
7011         (python-beginning-of-defun): Delete function.
7012         (python-nav-beginning-of-defun): New function.
7013         (python-close-block-statement-p)
7014         (python-block-end-p): Delete function.
7015         (python-info-closing-block): New function.
7016         (python-comint-output-filter-function)
7017         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
7018         (python-fill-comment, python-fill-decorator, python-fill-paren)
7019         (python-fill-string, python-imenu-make-element-tree)
7020         (python-imenu-make-tree, python-imenu-tree-assoc)
7021         (python-indent-context, python-indent-dedent-line)
7022         (python-indent-line-function)
7023         (python-indent-post-self-insert-function)
7024         (python-indent-toggle-levels)
7025         (python-info-assignment-continuation-line-p)
7026         (python-info-beginning-of-backlash)
7027         (python-info-block-continuation-line-p)
7028         (python-info-closing-block-message)
7029         (python-info-line-ends-backslash-p)
7030         (python-info-looking-at-beginning-of-defun)
7031         (python-info-ppss-context, python-info-ppss-context-type)
7032         (python-nav-list-defun-positions, python-nav-read-defun)
7033         (python-nav-sentence-end, python-nav-sentence-start)
7034         (python-pdbtrack-comint-output-filter-function)
7035         (python-pdbtrack-set-tracked-buffer)
7036         (python-shell-calculate-exec-path)
7037         (python-shell-calculate-process-environment)
7038         (python-shell-completion--do-completion-at-point)
7039         (python-shell-completion--get-completions)
7040         (python-shell-completion-complete-at-point)
7041         (python-shell-completion-complete-or-indent)
7042         (python-shell-get-or-create-process)
7043         (python-shell-get-process-name)
7044         (python-shell-internal-get-or-create-process)
7045         (python-shell-internal-get-process-name)
7046         (python-shell-internal-send-string, python-shell-make-comint)
7047         (python-shell-parse-command, python-shell-send-setup-code)
7048         (python-skeleton-add-menu-items)
7049         (python-util-clone-local-variables, python-util-position)
7050         (run-python-internal, python-indentation-levels)
7051         (python-nav-beginning-of-defun)
7052         (python-completion-complete-at-point): New functions.
7053         (run-python): Change arguments.  New API requirements.
7055 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7057         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
7058         (bug#11649).
7060         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
7061         (macroexp--expand-all): Use it.
7063         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
7064         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
7065         Use `cl-function' instead.
7067 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
7069         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
7070         Suggested by Stefan Monnier while discussing bug#11657.
7072 2012-06-14  Sam Steingold  <sds@gnu.org>
7074         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
7076 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7078         * play/doctor.el (doctor-doc): Remove parameter and use
7079         doctor-sent instead of sent.
7080         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
7082 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7084         * files.el: Require cl-lib.
7085         (file-name-non-special): Replace case -> cl-case.
7087         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
7089         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
7090         mapping from #' to function*.
7092 2012-06-13  Chong Yidong  <cyd@gnu.org>
7094         * mouse.el (mouse-drag-track): Do not set the mark if the user
7095         releases the mouse without selecting anything (Bug#11588).
7097 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7099         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
7100         as well (bug#11646).
7102         * loadup.el: Count byte-code functions as well.
7104         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
7105         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
7107         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
7108         (bug#11649).  Add cl-defun and cl-defmacro.
7110 2012-06-13  Drew Adams  <drew.adams@oracle.com>
7112         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7113         Fix last change.
7115 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
7117         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
7118         Otherwise, it blocks in batch mode.
7120 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
7122         * help-mode.el (bookmark-make-record-default): Declare.
7124 2012-06-13  Chong Yidong  <cyd@gnu.org>
7126         * emacs-lisp/package.el (list-packages): Compute a list of
7127         packages that are newly-available since the last list-packages
7128         invocation.
7129         (package-menu--new-package-list): New var.
7130         (package-menu--generate, package-menu--print-info)
7131         (package-menu--status-predicate, package-menu-mark-install):
7132         Handle new status label "new".
7134 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7136         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
7137         conversion to backquotes.
7139 2012-06-12  Chong Yidong  <cyd@gnu.org>
7141         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
7142         Rename from gud-inhibit-global-bindings.
7144         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
7146         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
7147         hook from nxml-glyph-set-hook.
7149         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
7150         declaration.
7152         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
7154         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
7155         Convert to defcustom.
7157 2012-06-12  Drew Adams  <drew.adams@oracle.com>
7159         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7160         New functions.
7161         (help-mode): Use them.
7163 2012-06-11  Glenn Morris  <rgm@gnu.org>
7165         * progmodes/fortran.el (fortran-font-lock-keywords-3):
7166         Use preprocessor face for directives.
7167         (fortran-directive-re): Doc fix.
7169 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7171         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
7172         conversion to backquotes (bug#11652).
7174         Fix compiler-expansion of CL's cXXr functions (bug#11673).
7175         * emacs-lisp/cl-lib.el (cl--defalias): New function.
7176         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
7177         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
7178         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7179         (cl-ninth, cl-tenth): Mark them as inlinable.
7180         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
7181         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
7182         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
7183         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
7184         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
7185         (cl-list*, cl-adjoin): Don't put an autoload manually.
7186         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
7187         (cl--compiler-macro-list*): Add autoload cookie.
7188         (cl--compiler-macro-cXXr): New function.
7190         * help-fns.el (help-fns--compiler-macro): New function extracted from
7191         describe-function-1; follow aliases and use `compiler-macro' property.
7192         (describe-function-1): Use it.
7194 2012-06-11  Chong Yidong  <cyd@gnu.org>
7196         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
7197         is uninstalled, if imagemagick is installed.
7199 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7201         * emacs-lisp/cl-lib.el: Use lexical-binding.
7202         (cl-map-extents, cl-maclisp-member): Remove.
7203         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
7204         (cl--set-substring, cl--block-wrapper, cl--block-throw)
7205         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
7206         * emacs-lisp/cl-extra.el: Use lexical-binding.
7207         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
7208         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
7209         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
7210         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
7211         * emacs-lisp/cl-seq.el: Use lexical-binding.
7212         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
7213         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
7214         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
7215         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
7216         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
7217         CL's internals.
7219 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
7221         Sync with Tramp 2.2.6-pre.
7223         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
7224         `print-length' and `print-level' to nil, in order to avoid
7225         truncation.  Reported by Christopher Schmidt
7226         <christopher@ristopher.com>.
7228         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
7230         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
7231         New defmacro.
7232         (tramp-compat-copy-directory): Add optional argument
7233         COPY-CONTENTS.  It is not handled yet.
7235         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
7236         (tramp-ftp-file-name-p): Simplify.
7238         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
7239         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
7240         connection vector.
7242         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
7243         (tramp-methods): Do not use `tramp-password-end-of-line'.
7244         (tramp-completion-function-alist-putty): Handle UNIX case.
7245         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
7246         (tramp-do-file-attributes-with-stat)
7247         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
7248         gid as real numbers.  They could run out of integer range on cygwin.
7249         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
7250         (tramp-sh-handle-expand-file-name): Handle hops.
7251         (tramp-open-connection-setup-interactive-shell):
7252         Use `tramp-cleanup'.  Move check for busyboxes ...
7253         (tramp-find-shell): ... here.  Simplify implementation.
7254         Set "remote-shell" property also for alternative shells.
7255         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
7256         If failing, a regular file would be written otherwise.
7257         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
7258         (tramp-find-inline-encoding): Cache the coding commands in the
7259         process cache.  Apply test command on the remote side, if defined.
7260         (tramp-find-inline-compress): Cache the compress commands in the
7261         process cache.
7262         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
7263         when requested.  Handle hops.
7264         (tramp-current-connection): New defvar.
7265         (tramp-maybe-open-connection): Use `tramp-cleanup'.
7266         Throw `suppress', if there was a failed connection shortly before.
7267         Handle user interrupt.  (Bug#10187)
7268         (tramp-get-inline-compress, tramp-get-inline-coding):
7269         Read connection properties from the process cache.
7271         * net/tramp-smb.el (tramp-smb-server-version)
7272         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
7273         New defconsts.
7274         (tramp-smb-prompt): Extend for powershell prompt.
7275         (tramp-smb-file-name-handler-alist): Add handlers for
7276         `process-file', `shell-command' and `start-file-process'.
7277         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
7278         (tramp-smb-winexe-shell-command-switch): New defcustoms.
7279         (tramp-smb-file-name-p): Simplify.
7280         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
7281         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
7282         (tramp-smb-shell-quote-argument): New defuns.
7283         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
7284         Implement using "tar".  By this, time-stamps are preserved.
7285         (tramp-smb-handle-copy-file): Handle also the case of directories.
7286         (tramp-smb-do-file-attributes-with-stat)
7287         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
7288         Use `tramp-get-connection-buffer').
7289         (tramp-smb-handle-rename-file): Use "rename", when source and
7290         target are on the same share.
7291         (tramp-smb-maybe-open-connection): Handle wrong passwords.
7292         Use `tramp-smb-server-version'.
7293         (tramp-smb-wait-for-output): Remove prompt.
7295         * net/tramp.el (top): Require 'cl.
7296         (tramp-methods, tramp-rsh-end-of-line):
7297         Remove `tramp-password-end-of-line' from docstring.
7298         (tramp-save-ad-hoc-proxies): New defcustom.
7299         (tramp-completion-function-alist): Adapt docstring.
7300         (tramp-default-password-end-of-line): Remove defcustom.
7301         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
7302         (tramp-user-regexp, tramp-file-name-regexp-unified)
7303         (tramp-file-name-regexp-url): Extend regexp by hop separator.
7304         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
7305         (tramp-remote-file-name-spec-regexp): New defconst.
7306         (tramp-file-name-structure): Extend structure for hops.
7307         (tramp-get-method-parameter): Move up.
7308         (tramp-file-name-p, tramp-dissect-file-name)
7309         (with-parsed-tramp-file-name): Handle hops.
7310         (tramp-file-name-hop): New defun.
7311         (tramp-make-tramp-file-name): New optional arg HOP.
7312         (tramp-message-show-progress-reporter-message): New defvar.
7313         (tramp-with-progress-reporter): Use it.  We cannot use
7314         `tramp-message-show-message' here, because this suppresses also
7315         error buffers.
7316         (tramp-error-with-buffer): Suppress buffer view, if
7317         `tramp-message-show-message' is nil.
7318         Use `tramp-get-connection-buffer'.
7319         (tramp-cleanup): New defun.
7320         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
7321         (tramp-file-name-handler): If `debug-on-error' is set, propagate
7322         an error unchanged.
7323         (tramp-completion-handle-file-name-all-completions): Handle hops.
7324         Fix an error when called from ido.
7325         (tramp-completion-dissect-file-name): Use better local variable
7326         name.  Add hop to the vector.
7327         (tramp-handle-insert-file-contents): Use progress-reporter for the
7328         whole scenario.
7329         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
7330         to `t'.
7331         (tramp-check-for-regexp): Simplify search.
7332         (tramp-enter-password): Remove it.  Move implementation ...
7333         (tramp-action-password): ... here.
7334         (tramp-mode-string-to-int, tramp-local-host-p)
7335         (tramp-make-tramp-temp-file, tramp-read-passwd)
7336         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
7337         Set tramp-autoload cookie.
7339         * net/trampver.el: Update release number.
7341 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7342             Michael Albinus  <michael.albinus@gmx.de>
7344         * net/tramp.el (tramp-set-completion-function): Fix docstring.
7345         (tramp-parse-group, tramp-parse-file)
7346         (tramp-parse-shostkeys-sknownhosts): New defuns.
7347         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
7348         (tramp-parse-shosts-group, tramp-parse-sconfig)
7349         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
7350         (tramp-parse-sknownhosts, tramp-parse-hosts)
7351         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
7352         Use them.
7353         (tramp-parse-passwd-group, tramp-parse-netrc-group)
7354         (tramp-parse-putty-group): Don't narrow.
7355         (tramp-parse-putty): Make a loop.
7356         (tramp-file-name-handler): Catch the `suppress' signal.
7358 2012-06-11  Chong Yidong  <cyd@gnu.org>
7360         * image.el (imagemagick-register-types): Put the ImageMagick entry
7361         at the end of image-type-file-name-regexps.
7363 2012-06-11  Johan BockgĂ¥rd  <bojohan@gnu.org>
7365         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
7366         (pcase, pcase-let*, pcase-dolist): Use them.
7368 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7370         * emacs-lisp/pcase.el (pcase--let*): New function.
7371         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
7372         (pcase--expand): Use macroexp-let².
7374 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7376         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
7377         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
7378         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
7379         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
7380         * emacs-lisp/derived.el: Use pcase instead of `cl'.
7381         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
7383 2012-06-10  Glenn Morris  <rgm@gnu.org>
7385         * mail/rmail.el (rmail-yank-current-message): Leave point at
7386         correct position.  (Bug#11660)
7388 2012-06-10  Chong Yidong  <cyd@gnu.org>
7390         * allout-widgets.el: Fix code header.
7392 2012-06-10  Chong Yidong  <cyd@gnu.org>
7394         * cus-edit.el (customize-changed-options-previous-release):
7395         Bump to 24.1.
7397 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
7399         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
7401 2012-06-09  Chong Yidong  <cyd@gnu.org>
7403         * ebuff-menu.el (electric-buffer-list): Preserve header line.
7405 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
7407         * window.el (special-display-popup-frame): Don't use
7408         window--display-buffer (Bug#11651).
7410 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
7412         Fix parallel builds: make sure loaddefs.el is not being written
7413         while Lisp files are compiled.
7414         (compile): Don't depend on 'mh-autoloads'.
7415         (compile-CMD, compile-SH): Depend on 'autoloads'.
7416         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
7418         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
7420 2012-06-09  Chong Yidong  <cyd@gnu.org>
7422         * face-remap.el (face-remap-add-relative, face-remap-set-base)
7423         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
7424         Doc fixes (Bug#11225).
7426 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7428         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
7429         a function if there's a clear indication that it has a compiler-macro.
7430         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
7431         (macro-declarations-alist): Add arglist to declaration functions.
7432         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
7433         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
7434         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
7435         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
7436         Also add autoload to find the compiler macro.
7437         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
7438         (cl--compiler-macro-member, cl--compiler-macro-assoc)
7439         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
7440         (cl--compiler-macro-get): New functions, replacing calls to
7441         cl-define-compiler-macro.
7442         (cl-typep) [compiler-macro]: Use macroexp-let².
7444 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
7446         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
7447         string properly, fixes Bug#11473.
7449 2012-06-08  Chong Yidong  <cyd@gnu.org>
7451         * faces.el (set-face-attribute): Doc fix.
7452         (modify-face): Don't use :bold and :italic.
7453         (error, warning, success): Tweak definitions.
7455         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
7456         (custom-modified, custom-set, custom-changed, custom-themed)
7457         (custom-saved, custom-button, custom-button-mouse)
7458         (custom-button-pressed, custom-state, custom-comment-tag)
7459         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
7460         (custom-group-subtitle): Use new-style face specs.
7461         (custom-invalid-face, custom-rogue-face, custom-modified-face)
7462         (custom-set-face, custom-changed-face, custom-saved-face)
7463         (custom-button-face, custom-button-pressed-face)
7464         (custom-documentation-face, custom-state-face)
7465         (custom-comment-face, custom-comment-tag-face)
7466         (custom-variable-tag-face, custom-variable-button-face)
7467         (custom-face-tag-face, custom-group-tag-face-1)
7468         (custom-group-tag-face): Remove obsolete face alias.
7470         * epa.el (epa-validity-high, epa-validity-medium)
7471         (epa-validity-low, epa-mark, epa-field-name, epa-string)
7472         (epa-field-name, epa-field-body):
7473         * font-lock.el (font-lock-comment-face, font-lock-string-face)
7474         (font-lock-keyword-face, font-lock-builtin-face)
7475         (font-lock-function-name-face, font-lock-variable-name-face)
7476         (font-lock-type-face, font-lock-constant-face):
7477         * ido.el (ido-first-match, ido-only-match, ido-subdir)
7478         (ido-virtual, ido-indicator, ido-incomplete-regexp):
7479         * speedbar.el (speedbar-button-face, speedbar-file-face)
7480         (speedbar-directory-face, speedbar-tag-face)
7481         (speedbar-selected-face, speedbar-highlight-face)
7482         (speedbar-separator-face):
7483         * whitespace.el (whitespace-newline, whitespace-space)
7484         (whitespace-hspace, whitespace-tab, whitespace-trailing)
7485         (whitespace-line, whitespace-space-before-tab)
7486         (whitespace-space-after-tab, whitespace-indentation)
7487         (whitespace-empty):
7488         * emulation/cua-base.el (cua-global-mark):
7489         * eshell/em-prompt.el (eshell-prompt):
7490         * net/newst-plainview.el (newsticker-new-item-face)
7491         (newsticker-old-item-face, newsticker-immortal-item-face)
7492         (newsticker-obsolete-item-face, newsticker-date-face)
7493         (newsticker-statistics-face, newsticker-default-face):
7494         * net/newst-reader.el (newsticker-feed-face)
7495         (newsticker-extra-face, newsticker-enclosure-face):
7496         * net/newst-treeview.el (newsticker-treeview-face)
7497         (newsticker-treeview-new-face, newsticker-treeview-old-face)
7498         (newsticker-treeview-immortal-face)
7499         (newsticker-treeview-obsolete-face)
7500         (newsticker-treeview-selection-face):
7501         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
7502         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
7503         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
7504         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
7505         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
7506         (nxml-outline-active-indicator, nxml-outline-ellipsis):
7507         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
7508         (mpuz-text):
7509         * progmodes/vera-mode.el (vera-font-lock-number)
7510         (vera-font-lock-function, vera-font-lock-interface):
7511         * textmodes/table.el (table-cell): Use new-style face specs, and
7512         don't use the old :bold and :italic attributes.
7514         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7515         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
7516         (ebrowse-member-class, ebrowse-progress): Likewise.
7517         (ebrowse-tree-mark-face, ebrowse-root-class-face)
7518         (ebrowse-file-name-face, ebrowse-default-face)
7519         (ebrowse-member-attribute-face, ebrowse-member-class-face)
7520         (ebrowse-progress-face): Remove obsolete faces.
7522         * progmodes/flymake.el (flymake-errline, flymake-warnline):
7523         Inherit from error and warning faces respectively.
7525         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7526         Likewise.
7527         (flyspell-incorrect-face, flyspell-duplicate-face):
7528         Remove obsolete aliases.
7530 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
7532         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7533         Avoid infloop.
7535 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7537         * startup.el (argv, argi): Make lexically scoped.
7538         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
7539         * emacs-lisp/cl-macs.el: Use lexical-binding.
7540         Rename cl-bind-* to cl--bind-*.
7541         * files.el: Don't require `cl' since it doesn't use it.
7542         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
7544 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
7546         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of revno:89810).
7547         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
7548         instead of calling external sort utility.
7549         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
7551 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
7553         * descr-text.el (describe-char): Mention how to insert the
7554         character, if the current input method doesn't support it.
7555         See the discussion in this thread for the details:
7556         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
7558 2012-06-08  Sam Steingold  <sds@gnu.org>
7560         * bindings.el (global-map): Bind XF86Forward to next-buffer and
7561         XF86Back to previous-buffer.
7562         (minibuffer-local-map): Bind them to next-history-element and
7563         previous-history-element respectively.
7564         * help-mode.el (help-mode-map): Bind them to help-go-forward and
7565         help-go-back respectively.
7566         * info.el (Info-mode-map): Bind them to Info-history-forward and
7567         Info-history-back respectively.
7568         These are the keys next to Up on the ThinkPad keyboard.
7570 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7572         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
7573         * emacs-lisp/cl-macs.el: Provide itself.
7574         (cl--labels-convert-cache): New var.
7575         (cl--labels-convert): New function.
7576         (cl-flet, cl-labels): New implementation with new semantics, relying on
7577         lexical-binding.
7578         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
7579         (cl-closure-vars, cl--function-convert-cache)
7580         (cl--function-convert): Move from cl-macs.el.
7581         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
7582         rename by removing the "cl-" prefix.
7583         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
7585 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7587         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
7588         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
7589         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
7590         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
7591         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
7592         (cl-hash-table-count): Add old compatibility aliases.
7594         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
7595         Use macroexpand-all-environment instead.
7596         (cl--old-macroexpand): New var.
7597         (cl--sm-macroexpand): New function.
7598         (cl-symbol-macrolet): Use it during macro expansion.
7599         (cl--function-convert-cache): New var.
7600         (cl--function-convert): New function, extracted from
7601         cl-macroexpand-all.
7602         (cl-lexical-let): Use it.
7604         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
7605         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
7606         (cl-member): Remove old alias.
7608         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
7609         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
7610         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
7611         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
7612         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
7613         (cl-macroexpand-cmacs): Remove var.
7614         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
7615         Use macroexpand-all instead.
7617 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7619         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
7620         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
7621         (macroexp-copyable-p): New functions and macros.
7622         * emacs-lisp/edebug.el (edebug-unwrap):
7623         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
7624         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
7625         (pcase--let*): Remove.
7626         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
7627         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
7628         macroexp-const-p instead.
7629         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
7631         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
7632         instead of "cl-" for internal definitions.  Use macroexp-const-p.
7633         (cl-old-bc-file-form): Remove var.
7634         (cl-const-exprs-p): Remove fun.
7635         (cl-labels, cl-macrolet): Use backquote.
7636         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
7637         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
7638         (cl-define-setf-expander): Rename from cl-define-setf-method.
7639         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
7641         * international/mule-cmds.el: Don't require CL.
7642         (view-hello-file): Don't use `letf'.
7644 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7646         * tmm.el (tmm-prompt): Use string-prefix-p.
7647         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
7648         (tmm-add-prompt): Use minibuffer-completion-help.
7649         (tmm-delete-map): Remove.
7651         * subr.el (kbd): Make it its own function.
7653 2012-06-07  Stefan Merten  <smerten@oekonux.de>
7655         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
7656         Silence compiler warnings.  Fix versions.
7657         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7658         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
7659         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7660         (rst-package-emacs-version-alist): Correct Emacs version to
7661         represent major merge with upstream.
7662         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7664 2012-06-06  Glenn Morris  <rgm@gnu.org>
7666         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
7667         Only print environment variables if set.
7669 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7671         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
7672         (macroexp--cons): Rename from maybe-cons.
7673         (macroexp--accumulate): Rename from macroexp-accumulate.
7674         (macroexp--all-forms): Rename from macroexpand-all-forms.
7675         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
7676         (macroexp--expand-all): Rename from macroexpand-all-1.
7678 2012-06-06  Sam Steingold  <sds@gnu.org>
7680         * calendar/calendar.el (calendar-in-read-only-buffer):
7681         Call `special-mode' to enable the standard read-only keybindings.
7683 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7685         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
7686         with "loading" messages (bug#11635).
7688 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
7690         * files.el (enable-remote-dir-locals): New option.
7691         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
7693         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7694         Ensure, that the temp directory is local.
7696         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
7697         `temporary-file-directory'.
7699         * progmodes/python.el (python-send-region): Ensure, that the
7700         temporary file is created also in the remote case.
7702 2012-06-06  Glenn Morris  <rgm@gnu.org>
7704         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
7705         (vc-rcs-update-changelog): Use it.
7707         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
7709         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
7710         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
7711         (vc-sccs-diff): Replace use of the external vcdiff script.
7713 2012-06-05  Glenn Morris  <rgm@gnu.org>
7715         * ledit.el: Move to obsolete/.
7717 2012-06-05  Sam Steingold  <sds@gnu.org>
7719         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
7720         patch (Bug#11140).
7722 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7724         * emacs-lisp/cust-print.el: Move to obsolete.
7726         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
7727         compiler-macro expansion.
7729         Add native compiler-macro support.
7730         * emacs-lisp/macroexp.el (macroexpand-all-1):
7731         Support compiler-macros directly.  Properly follow aliases and apply
7732         the compiler macros more thoroughly.
7733         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
7734         macroexpand now properly follows aliases.
7735         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
7736         (cl-compiler-macroexpand): Use new prop.
7737         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
7739         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
7741 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
7743         * window.el (get-lru-window, get-mru-window, get-largest-window):
7744         New argument NOT-SELECTED to avoid picking the selected window.
7745         (window--display-buffer-1, window--display-buffer-2): Replace by
7746         new function window--display-buffer
7747         (display-buffer-same-window, display-buffer-reuse-window)
7748         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7749         Use window--display-buffer.
7750         (display-buffer-use-some-window): Remove temporary dedication
7751         hack by calling get-lru-window and get-largest-window with
7752         NOT-SELECTED argument non-nil.  Call window--display-buffer.
7754 2012-06-05  Glenn Morris  <rgm@gnu.org>
7756         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
7757         Replace external vcdiff script.
7759 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7761         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
7763 2012-06-04  Chong Yidong  <cyd@gnu.org>
7765         * image.el (imagemagick-types-inhibit): Revert last change.
7766         Add INFO and M.
7767         (imagemagick-enabled-types): Remove CIN and EPS*.
7769 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7771         * emacs-lisp/cl-lib.el: Rename from cl.el.
7772         * emacs-lisp/cl.el: New compatibility file.
7773         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
7774         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
7775         to obey the "cl-" prefix.
7776         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
7778 2012-06-03  Glenn Morris  <rgm@gnu.org>
7780         * emacs-lisp/authors.el (authors-aliases): Addition.
7782         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
7783         Fix :version.
7785 2012-06-03  Stefan Merten  <smerten@oekonux.de>
7787         * textmodes/rst.el: Add comments.
7788         (rst-transition, rst-adornment): New faces.
7789         (rst-adornment-faces-alist): Make default safe to reevaluate.
7790         Fixes
7791         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7792         Improve customization tags.
7793         (rst-define-level-faces): Clarify meaning.
7795 2012-06-03  Chong Yidong  <cyd@gnu.org>
7797         * progmodes/compile.el (compilation-mode-line-fail)
7798         (compilation-mode-line-run, compilation-mode-line-exit):
7799         New faces.
7800         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7802 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
7804         * progmodes/which-func.el (which-func-update-ediff-windows):
7805         New function.  Use it in ediff-select-hook (Bug#11478).
7807 2012-06-03  Chong Yidong  <cyd@gnu.org>
7809         * bindings.el: Remove explicit help text from format-mode-line.
7810         It is now supplied by mode-line-default-help-echo.
7811         (mode-line-front-space, mode-line-end-spaces)
7812         (mode-line-misc-info): New variables.
7813         (mode-line-modes, mode-line-position): Move the default value to
7814         the variable definition.
7815         (mode-line-default-help-echo): New defcustom.
7816         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7817         (mode-line-modified-help-echo): New functions.
7818         (mode-line-mule-info, mode-line-modified): Use them.
7819         (mode-line-eol-desc, propertized-buffer-identification):
7820         Consistency fixes for help text.
7821         (mode-line-coding-system-map): Allow using mouse-3 to invoke
7822         set-buffer-file-coding-system (Bug#289).
7823         (mode-line-mule-info-help-echo): Update help text.
7825 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7827         * simple.el (execute-extended-command): Set real-this-command
7828         (bug#11506).
7830 2012-06-02  Chong Yidong  <cyd@gnu.org>
7832         Remove incorrect uses of "modeline" in comments, docstrings, and
7833         function/variable names (Bug#10329).
7835         * cus-edit.el (mode-line):
7836         * dframe.el (dframe-mouse-hscroll):
7837         * emacs-lisp/re-builder.el:
7838         * emacs-lisp/easy-mmode.el (define-minor-mode):
7839         * frame.el (set-frame-name):
7840         * help.el (lookup-minor-mode-from-indicator):
7841         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7842         * progmodes/cc-cmds.el (c-toggle-auto-newline)
7843         (c-toggle-hungry-state):
7844         * progmodes/antlr-mode.el (antlr-language-alist):
7845         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7846         * progmodes/vhdl-mode.el (vhdl-mode):
7847         * progmodes/which-func.el (which-func, which-func-cleanup-function):
7848         * term/ns-win.el (ns-face-at-pos):
7849         * term/sup-mouse.el (sup-mouse-report):
7850         * textmodes/flyspell.el (flyspell-mode-line-string):
7851         * textmodes/ispell.el (ispell-highlight-face):
7852         * textmodes/reftex-global.el:
7853         * vc/vc-arch.el (vc-arch-mode-line-string):
7854         * vc/vc-cvs.el (vc-cvs-mode-line-string):
7855         * vc/vc-git.el (vc-git-mode-line-string):
7856         * vc/vc-hooks.el (vc-display-status)
7857         (vc-default-mode-line-string):
7858         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7860         * ansi-color.el (ansi-color-faces-vector): Change default faces.
7862         * dired.el (dired-sort-set-mode-line): Rename from
7863         dired-sort-set-modeline.  All callers changed.
7865         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7866         eshell-status-in-modeline.
7868         * foldout.el (foldout-mode-line-string): Rename from
7869         foldout-modeline-string.  All callers changed.
7870         (foldout-update-mode-line): Rename from foldout-update-modeline.
7872         * subr.el (redraw-modeline): Make into obsolete alias.
7874         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7875         timeclock-modeline-display.  Make old name an alias.
7876         (timeclock-update-mode-line): Likewise.  All callers changed.
7877         (timeclock-mode-line-display): No need to check before using
7878         add-hook.
7879         (timeclock-relative, timeclock-day-over-hook)
7880         (timeclock-use-elapsed, timeclock-mode-string)
7881         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7883         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7884         crisp-mode-modeline-string.
7886         * play/solitaire.el (solitaire-build-mode-line): Rename from
7887         solitaire-build-modeline.  All callers changed.
7889         * play/zone.el (zone-hiding-mode-line): Rename from
7890         zone-hiding-modeline.  All callers changed.
7891         (zone): Remove unusued `modeline-hidden-level' property.
7893         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7894         xscheme-modeline-initialize.  All callers changed.
7896         * strokes.el (strokes-lighter): Rename from
7897         strokes-modeline-string.
7899         * textmodes/sgml-mode.el (html-face-tag-alist)
7900         (html-tag-face-alist): Use mode-line face instead of obsolete
7901         alias modeline.
7903 2012-06-02  Stefan Merten  <smerten@oekonux.de>
7905         * textmodes/rst.el: Always require `cl'.
7906         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7908 2012-06-02  Chong Yidong  <cyd@gnu.org>
7910         * image.el (imagemagick-enabled-types): Rename from
7911         imagemagick-types-enable.  Add many more types.
7912         (imagemagick-types-inhibit): Change default to nil.
7913         (imagemagick-filter-types): Caller changed.
7915 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7917         * emacs-lisp/cl-macs.el: Use backquotes.
7918         (cl-transform-function-property): Use eval-and-compile rather than
7919         abusing `require'.
7920         (defstruct): Use declare-function instead of with-no-warnings.
7922         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7923         (byte-compile-output-docform): Re-add the print-circle bindings.
7924         (byte-compile-fix-header): Use #$ just because it's shorter.
7925         (byte-compile-output-file-form): Remove defun/defmacro.
7927 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
7929         * simple.el (choose-completion): Remove now obsolete binding for
7930         owindow.
7932 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
7934         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7935         in order to avoid "Stack overflow in regexp matcher".
7937 2012-05-31  Glenn Morris  <rgm@gnu.org>
7939         * image.el: For clarity, call imagemagick-register-types at
7940         top-level, rather than relying on a custom :initialize.
7941         (imagemagick-types-enable): New option.  (Bug#11557)
7942         (imagemagick-filter-types): New function.  (Bug#7406)
7943         (imagemagick-register-types): Use imagemagick-filter-types.
7944         If disabling support, remove elements altogether rather
7945         than using an impossible regexp.
7946         (imagemagick-types-inhibit): Give it the default init function.
7948 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7950         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7951         Handle arbitrary file name lengths (Bug#11585).
7953 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
7955         * desktop.el (desktop-read): Clear previous and next buffers for
7956         all windows and bury *Messages* buffer (bug#11556).
7958 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7960         Add `declare' for `defun'.  Align `defmacro's with it.
7961         * emacs-lisp/easy-mmode.el (define-minor-mode)
7962         (define-globalized-minor-mode): Don't autoload the var definitions.
7963         * emacs-lisp/byte-run.el: Use lexical-binding.
7964         (defun-declarations-alist, macro-declarations-alist): New vars.
7965         (defmacro, defun): Use them.
7966         (make-obsolete, define-obsolete-function-alias)
7967         (make-obsolete-variable, define-obsolete-variable-alias):
7968         Use `declare'.
7969         (macro-declaration-function): Mark obsolete.
7970         * emacs-lisp/autoload.el: Use lexical-binding.
7971         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
7973 2012-05-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
7975         * textmodes/ispell.el (ispell-with-no-warnings):
7976         Define as a macro.
7977         (ispell-kill-ispell, ispell-change-dictionary):
7978         Use `called-interactively-p' for Emacs instead of obsolete
7979         `interactive-p'.
7981 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7983         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7984         (macro-declaration-function): Move var from C code.
7985         (macro-declaration-function): Define function with defalias.
7986         * emacs-lisp/macroexp.el (macroexpand-all-1):
7987         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7988         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7989         defun/defmacro any more.
7990         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7991         Provide fallback for unknown arglist.
7992         (byte-compile-arglist-warn): Change calling convention.
7993         (byte-compile-output-file-form): Move print-vars binding.
7994         (byte-compile-output-docform): Simplify accordingly.
7995         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7996         (byte-compile-defmacro-declaration): Remove.
7997         (byte-compile-file-form-defmumble): Generalize to defalias.
7998         (byte-compile-output-as-comment): Return byte-positions.
7999         Simplify callers accordingly.
8000         (byte-compile-lambda): Use `assert'.
8001         (byte-compile-defun, byte-compile-defmacro): Remove.
8002         (byte-compile-file-form-defalias):
8003         Use byte-compile-file-form-defmumble.
8004         (byte-compile-defalias-warn): Remove.
8006 2012-05-29  Stefan Merten  <smerten@oekonux.de>
8008         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
8009         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
8011         (rst-mode-abbrev-table): Merge definition.
8012         (rst-mode): Make sure `font-lock-defaults' is buffer local.
8013         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
8015 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
8017         * calendar/icalendar.el
8018         (icalendar-export-region): Export UID properly.
8020 2012-05-29  Leo Liu  <sdl.web@gmail.com>
8021         * calendar/icalendar.el (icalendar-import-format):
8022         Add `icalendar-import-format-uid' (Bug#11525).
8023         (icalendar-import-format-uid): New.
8024         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
8025         Export UID.
8027 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8029         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
8030         different alternative patterns.
8031         (pcase-codegen): Be more careful to preserve identity.
8032         (pcase--u1): Don't forget to mark vars as used.
8034         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
8035         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
8036         (byte-compile-from-buffer): ...rather than here.
8038         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
8039         functions from byte-compile-function-environment.
8041 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
8043         * window.el (window-deletable-p): Avoid deleting the root window
8044         of a frame with an active minibuffer.
8046 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
8048         * simple.el (choose-completion): Use quit-window (Bug#11567).
8050 2012-05-29  Chong Yidong  <cyd@gnu.org>
8052         * whitespace.el (whitespace-cleanup): Fix usage of
8053         whitespace-empty-at-bob-regexp (Bug#11492).
8055 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8057         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
8058         revert (Bug#11488).
8060 2012-05-29  Juri Linkov  <juri@jurta.org>
8062         * isearch.el (isearch-mode-map): Bind `M-s _' to
8063         `isearch-toggle-symbol'.  Bind `M-s c' to
8064         `isearch-toggle-case-fold'.
8065         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
8066         (isearch-forward): Add `M-s _' to the docstring.
8067         (isearch-forward-symbol, isearch-toggle-case-fold)
8068         (isearch-symbol-regexp): New functions.  (Bug#11381)
8070 2012-05-29  Juri Linkov  <juri@jurta.org>
8072         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
8073         (isearch-occur, isearch-search-and-update): If `isearch-word' is
8074         a function, call it to get the regexp.
8075         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
8076         property `isearch-message-prefix' instead of the string "word ".
8077         (isearch-search-fun-default): For the case of `isearch-word',
8078         return a lambda that calls re-search-forward/re-search-backward
8079         with a regexp returned by `word-search-regexp' or by the function
8080         in `isearch-word'.
8082 2012-05-29  Juri Linkov  <juri@jurta.org>
8084         * isearch.el (isearch-search-fun-default): New function.
8085         (isearch-search-fun): Move default part to the new function
8086         `isearch-search-fun-default'.
8087         (isearch-search-fun-function): Set the default value to
8088         `isearch-search-fun-default'.  (Bug#11381)
8090         * comint.el (comint-history-isearch-end):
8091         Use `isearch-search-fun-default'.
8092         (comint-history-isearch-search): Use `isearch-search-fun-default'
8093         and remove spacial case for `isearch-word'.
8094         (comint-history-isearch-wrap): Remove spacial case for
8095         `isearch-word'.
8097         * hexl.el (hexl-isearch-search-function):
8098         Use `isearch-search-fun-default'.
8100         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
8101         Use `word-search-regexp' for `isearch-word'.
8103         * misearch.el (multi-isearch-search-fun):
8104         Use `isearch-search-fun-default'.
8106         * simple.el (minibuffer-history-isearch-search):
8107         Use `isearch-search-fun-default' and remove spacial case for
8108         `isearch-word'.
8109         (minibuffer-history-isearch-wrap): Remove spacial case for
8110         `isearch-word'.
8112         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
8113         Remove spacial case for `isearch-word'.
8114         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
8116 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
8118         Decrease XEmacs incompatibilities.
8119         * textmodes/flyspell.el (flyspell-check-pre-word-p):
8120         Use `string-match'.
8121         (flyspell-delete-region-overlays): Use alternative definition for
8122         XEmacs.
8123         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
8124         (flyspell-word): Use `process-kill-without-query' if XEmacs.
8125         (flyspell-mode-on): Use `interactive-p' if XEmacs.
8126         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
8127         `define-obsolete-face-alias' under XEmacs, but old method.
8129         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
8130         `with-no-warnings' definition or Emacs alias.
8131         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
8132         (ispell-word): Do not use `region-p' if XEmacs.
8134 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
8136         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8137         Check for `ispell-dictionary-base-alist' instead of full
8138         `ispell-dictionary-alist'.
8139         (ispell-init-process): Show spellchecker when starting new Ispell
8140         process.
8142 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8144         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
8145         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
8147 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
8149         * version.el (motif-version-string, gtk-version-string)
8150         (ns-version-string): Declare.
8152 2012-05-27  Juri Linkov  <juri@jurta.org>
8154         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
8155         after the `eval-defun-1' specialcaseing
8156         like in `edebug-eval-defun' (bug#10181).
8158         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
8159         like in `eval-defun-1'.
8161 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
8163         * mail/sendmail.el (mail-yank-region):
8164         Recognize rmail-yank-current-message in addition to insert-buffer.
8165         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
8166         a *mail* buffer created through rmail-start-mail with sendmail as
8167         mail-user-agent.
8169 2012-05-27  Chong Yidong  <cyd@gnu.org>
8171         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
8172         Default to 256 (Bug#11267).
8174         * help.el (describe-mode): Doc fix.
8176 2012-05-26  Glenn Morris  <rgm@gnu.org>
8178         * w32-fns.el (w32-init-info): Remove.
8179         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
8181         * info.el (info-initialize): For self-contained NS builds, put the
8182         included info/ directory at the front.  (Bug#2791)
8184         * paths.el (Info-default-directory-list): Make it a defcustom,
8185         mainly so that we can use custom-initialize-delay.
8187 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8189         * subr.el (buffer-has-markers-at): Mark obsolete.
8191         * subr.el (lambda): Use declare.
8193         * emacs-lisp/lisp-mode.el (lambda):
8194         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
8196 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8198         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
8200 2012-05-26  Glenn Morris  <rgm@gnu.org>
8202         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
8204 2012-05-25  Glenn Morris  <rgm@gnu.org>
8206         * paths.el: Remove no-byte-compile.
8207         * loadup.el: No need to load paths.el uncompiled.
8209         * image.el (imagemagick-types-inhibit): Doc fix.
8211         * version.el: Remove no-byte-compile and associated formatting.
8212         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
8213         is ancient code from when there was an "inc-vers.el".
8215 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8217         * progmodes/gdb-mi.el: Minor style changes.
8218         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
8219         Turn into minor modes.
8220         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
8221         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
8222         (gdb-shell): Remove unneeded let-binding.
8223         (gdb-get-many-fields): Eliminate O(n²) behavior.
8225 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
8227         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
8228         platforms that don't link in fontset.c.
8230 2012-05-25  Juri Linkov  <juri@jurta.org>
8232         Use the same diff color scheme as in modern VCSes (bug#10181).
8234         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
8235         to avoid confusion with `diff-added' that now uses green colors.
8236         (diff-removed): Use shades of red.
8237         (diff-added): Use shades of green.
8238         (diff-changed): Leave just the yellow color.
8239         (diff-use-changed-face): New variable.
8240         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
8241         how to highlight context diff changes.
8242         (diff-refine-change): Use shades of yellow.
8243         (diff-refine-removed): New face that uses shades of red.
8244         (diff-refine-added): New face that uses shades of green.
8245         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
8246         `diff-refine-removed' in the call to `smerge-refine-subst'
8247         depending on the value of `diff-use-changed-face'.
8249         * vc/smerge-mode.el (smerge-mine): Use shades of red.
8250         (smerge-other): Use shades of green.
8251         (smerge-base): Use shades of yellow.
8252         (smerge-refined-change): Empty face.
8253         (smerge-refined-removed): New face that uses shades of red.
8254         (smerge-refined-added): New face that uses shades of green.
8255         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
8256         args `props-r' and `props-a', and use them.  Doc fix.
8257         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
8258         on its value use different faces `smerge-refined-change',
8259         `smerge-refined-removed', `smerge-refined-added' in the call to
8260         `smerge-refine-subst'.
8262         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
8263         Add face condition `min-colors 88' with shades of red.
8264         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
8265         `min-colors 88' with shades of green.
8266         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
8267         `min-colors 88' with shades of yellow.
8269 2012-05-24  Glenn Morris  <rgm@gnu.org>
8271         * paths.el (prune-directory-list, remote-shell-program): Move to...
8272         * files.el (prune-directory-list, remote-shell-program): ...here.
8273         For the latter, delay initialization, prefer ssh, just search PATH.
8275         * paths.el (term-file-prefix): Move to faces.el (the only user).
8276         * faces.el (term-file-prefix): Move here, make it a defcustom.
8278         * paths.el (news-directory, news-path, news-inews-program):
8279         Move to gnus/nnspool.el.
8281         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
8283         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
8284         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
8285         Make the latter a defcustom, with a delayed initialization.
8287         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
8288         These were deleted from Gnus itself late 2010.
8290 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
8292         * progmodes/which-func.el (which-func-ff-hook):
8293         Check against user-error, not error.
8295         * emacs-lisp/edebug.el (top): Do not load or set up loading of
8296         cl-specs.el, which no longer exists.
8298 2012-05-22  Glenn Morris  <rgm@gnu.org>
8300         * info.el (info-emacs-bug): New command.
8301         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
8302         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
8304 2012-05-21  Glenn Morris  <rgm@gnu.org>
8306         * makefile.w32-in (update-subdirs-SH):
8307         * Makefile.in (update-subdirs): Update for moved update-subdirs.
8309 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8311         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
8313         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8314         Simplify Maven regexp, and make sure the file can't start with a space
8315         (bug#11517).
8317 2012-05-21  Glenn Morris  <rgm@gnu.org>
8319         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8320         Scrap superfluous subshells.
8322 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8324         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
8325         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
8327 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
8329         * calc/calc.el (calc-ensure-consistent-units): New variable.
8331         * calc/calc-units.el (math-consistent-units-p)
8332         (math-check-unit-consistency): New functions.
8333         (calc-quick-units, calc-convert-units):
8334         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
8335         is non-nil.
8336         (calc-extract-units): Fix typo.
8338 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8340         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
8342         * textmodes/flyspell.el: Commenting style, plus code simplifications.
8343         (flyspell-default-deplacement-commands): Don't spell check after
8344         repeated window/frame switches (e.g. triggered by mouse-movement).
8345         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
8346         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
8347         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
8348         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
8349         Remove unused vars.
8350         (flyspell-get-casechars, flyspell-get-not-casechars):
8351         Simplify; Don't bother removing a ] just to add it back.
8352         * textmodes/ispell.el (ispell-program-name): Use executable-find.
8354 2012-05-18  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
8356         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
8357         New functions.
8358         (math-function-table): Add support for more C functions.
8360 2012-05-18  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
8362         * textmodes/flyspell.el (flyspell-check-pre-word-p)
8363         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8364         Protect delay handling for otherchars against empty otherchars.
8366 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8368         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
8369         their respective macro declarations.
8370         * skeleton.el (define-skeleton):
8371         * progmodes/compile.el (define-compilation-mode):
8372         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
8373         (define-ibuffer-filter):
8374         * emacs-lisp/generic.el (define-generic-mode):
8375         * emacs-lisp/easy-mmode.el (define-minor-mode)
8376         (define-globalized-minor-mode):
8377         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
8378         * emacs-lisp/byte-run.el (defsubst):
8379         * custom.el (deftheme): Add doc-string metadata.
8381 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8383         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
8385 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8387         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
8389         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
8390         * emacs-lisp/cl-macs.el: Idem.
8391         * emacs-lisp/cl-specs.el: Remove.
8393 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8395         Minor renaming of internal CL functions and variables.
8396         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
8397         (cl--position): Rename from cl-position.
8398         (cl--delete-duplicates): Rename from cl-delete-duplicates.
8399         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
8400         (cl--random-state): Rename from *random-state*.
8402 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8404         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
8405         parens around the arg list (bug#11499).
8407 2012-05-17  Juri Linkov  <juri@jurta.org>
8409         * isearch.el (word-search-regexp, word-search-backward)
8410         (word-search-forward, word-search-backward-lax)
8411         (word-search-forward-lax): Move functions from search.c
8412         (bug#10145, bug#11381).
8414 2012-05-16  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
8416         * textmodes/flyspell.el (flyspell-check-pre-word-p)
8417         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8418         Delay for otherchars as for normal word components.
8420 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8422         * minibuffer.el (completion--sifn-requote): Fix last change.
8423         (minibuffer-local-must-match-filename-map):
8424         Move define-obsolete-variable-alias before its var.
8426 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8428         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
8430         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
8431         behavior.
8432         (completion--string-equal-p): New function.
8433         (completion--twq-all): Use it to get better assertion failure data.
8435         Only handle ".." and '..' quoting in shell-mode (bug#11466).
8436         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
8437         (shell--requote-argument): New functions.
8438         (shell-completion-vars): Use them.
8439         (shell--parse-pcomplete-arguments): Rename from
8440         shell-parse-pcomplete-arguments.
8441         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
8442         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
8443         Obey comint-file-name-quote-list.
8445         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
8446         (smie-indent-keyword): Use it.
8448 2012-05-14  Stefan Merten  <smerten@oekonux.de>
8450         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
8452 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8454         * net/rlogin.el (rlogin-mode-map): Fix last change.
8456 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
8458         * mail/smtpmail.el (smtpmail-send-command): Send the command and
8459         the following \r\n using a single `process-send-string', since the
8460         Lotus SMTP server refuses to accept any commands if they are sent
8461         with two `process-send-string's (Bug#11444).
8463 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8465         * shell.el (shell-parse-pcomplete-arguments):
8466         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
8468 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
8470         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
8471         (image-transform-scale, image-transform-right-angle-fudge): New vars.
8472         (image-transform-width, image-transform-fit-width): New functions.
8473         (image-transform-properties): Use them.
8474         (image-transform-check-size): New function.
8475         (image-toggle-display-image): Use it (for testing).
8476         (image-transform-set-rotation): Reduce angle mod 360.
8477         Delete obsolete comment.
8479 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
8481         * image-mode.el: Fix scaling (bug#11399).
8482         (image-transform-resize): Doc fix.
8483         (image-transform-properties): Default scale is 1 and height should
8484         be an integer.
8486 2012-05-13  Johan BockgĂ¥rd  <bojohan@gnu.org>
8488         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
8489         than hard-coding `car', to fix misbehavior when moving forward.
8491 2012-05-13  Chong Yidong  <cyd@gnu.org>
8493         * emacs-lisp/tabulated-list.el (tabulated-list-format)
8494         (tabulated-list-entries, tabulated-list-padding)
8495         (tabulated-list-sort-key): Make permanent-local.
8497         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
8498         (electric-buffer-list): Put electric buffer menu
8499         command descriptions in this docstring, instead of the docstring
8500         of electric-buffer-menu-mode.  Code cleanups.
8501         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
8502         Electric-buffer-menu-mode.
8503         (electric-buffer-update-highlight): Minor code cleanup.
8505 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
8507         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
8508         (Bug#11447)
8510 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         Move define-obsolete-variable-alias before the var's definition.
8513         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
8514         * tooltip.el (tooltip-hook):
8515         * textmodes/reftex-toc.el (reftex-toc-map):
8516         * textmodes/reftex-sel.el (reftex-select-label-map)
8517         (reftex-select-bib-map):
8518         * textmodes/reftex-index.el (reftex-index-map)
8519         (reftex-index-phrases-map):
8520         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
8521         * progmodes/meta-mode.el (meta-mode-map):
8522         * novice.el (disabled-command-hook):
8523         * loadhist.el (unload-hook-features-list):
8524         * frame.el (blink-cursor):
8525         * files.el (find-file-not-found-hooks, write-file-hooks)
8526         (write-contents-hooks):
8527         * emulation/tpu-edt.el (GOLD-map):
8528         * emacs-lock.el (emacs-lock-from-exiting):
8529         * emacs-lisp/generic.el (generic-font-lock-defaults):
8530         * emacs-lisp/chart.el (chart-map):
8531         * dos-fns.el (register-name-alist):
8532         * dired-x.el (dired-omit-files-p):
8533         * desktop.el (desktop-enable):
8534         * cus-edit.el (custom-mode-hook):
8535         * buff-menu.el (buffer-menu-mode-hook):
8536         * bookmark.el (bookmark-read-annotation-text-func)
8537         (bookmark-exit-hooks):
8538         * allout.el (allout-mode-deactivate-hook)
8539         (allout-exposure-change-hook, allout-structure-added-hook)
8540         (allout-structure-deleted-hook, allout-structure-shifted-hook):
8541         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
8542         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
8543         comes before the corresponding variable's definition.
8545 2012-05-12  Chong Yidong  <cyd@gnu.org>
8547         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
8548         (Buffer-menu-mouse-select): Restore function (Bug#11459).
8549         (Buffer-menu-mode-map): Bind it.
8550         (Buffer-menu--pretty-name): Add a mouse-face property.
8552 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8554         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
8555         (prolog-upper-case-string, prolog-lower-case-string)
8556         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
8557         (prolog-use-smie, prolog-smie-grammar): New vars.
8558         (prolog-smie-forward-token, prolog-smie-backward-token)
8559         (prolog-smie-rules): New funs.
8560         (prolog-comment-indent): Remove.
8561         (prolog-mode-variables): Use default comment indentation instead.
8562         Setup SMIE.
8563         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
8564         (prolog-mode): Don't call them any more.
8565         (prolog-electric-colon, prolog-electric-dash)
8566         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
8568         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
8570         * minibuffer.el (completion--twq-all): Again, allow case differences.
8572         * term.el: Move keymap initialization code to be more idiomatic.
8573         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
8574         (term-terminal-menu): Move initialization into declaration.
8575         (term-escape-char): Let the user set it in her .emacs.
8577         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
8578         Provide SMIE-based indentation (not enabled by default yet).
8579         (sh-mode-map): Don't bind electric keys.
8580         Use electric-pair-mode instead of skeleton-pair.
8581         (sh-assignment-regexp): Fit within 80 columns.
8582         (sh-indent-supported): Specify actual shell name instead of boolean.
8583         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
8584         (sh-maybe-here-document): Use it.  Make obsolete.
8585         (sh-electric-here-document-mode) New minor mode.
8586         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
8587         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
8588         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
8589         (sh-smie-rc-grammar, sh-use-smie): New vars.
8590         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
8591         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
8592         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
8593         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
8594         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
8595         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
8596         (sh-set-shell): Use smie-setup if requested.
8598         * term.el (term-set-escape-char): Properly set term-escape-char.
8599         See http://stackoverflow.com/questions/10524656.
8601 2012-05-10  Chong Yidong  <cyd@gnu.org>
8603         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
8604         Use url-generic-parse-url, and handle host names and Windows
8605         filenames properly.
8606         (ffap-url-unwrap-remote): Use url-generic-parse-url.
8607         (ffap-url-unwrap-remote): Accept list values, specifying a list of
8608         URL schemes to work on.
8609         (ffap--toggle-read-only): New function.
8610         (ffap-read-only, ffap-read-only-other-window)
8611         (ffap-read-only-other-frame): Use it.
8612         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
8613         necessary for ffap-url-unwrap-remote.
8615 2012-05-10  Dave Abrahams  <dave@boostpro.com>
8617         * cus-start.el (create-lockfiles): Add it.
8619 2012-05-09  Chong Yidong  <cyd@gnu.org>
8621         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
8622         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
8624 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8626         * shell.el (shell-completion-vars): Fix last change (bug#11348).
8628 2012-05-09  Chong Yidong  <cyd@gnu.org>
8630         * ansi-color.el (ansi-color-process-output): Check for validity of
8631         comint-last-output-start before using it.  This avoids a bad
8632         interaction with gdb-mi's input/output buffer.
8634 2012-05-09  Glenn Morris  <rgm@gnu.org>
8636         * files.el (dir-locals-read-from-file):
8637         Mention dir-locals in any error message.
8639 2012-05-09  Chong Yidong  <cyd@gnu.org>
8641         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
8642         package (Bug#11410).
8644         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
8645         variables into description.
8647 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8649         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
8650         shell-delimiter-argument-list (bug#11348).
8651         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
8653 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
8655         * textmodes/rst.el: Silence byte-compiler warnings.
8656         (rst-re-alist, rst-reset-section-caches): Move around.
8657         (rst-re): Use `characterp', not `char-valid-p'.
8658         (font-lock-beg, font-lock-end): Declare.
8660         * progmodes/idlw-shell.el (specs): Remove reference to deleted
8661         variable `idlwave-shell-activate-alt-keybindings' and simplify.
8663         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
8665 2012-05-08  Glenn Morris  <rgm@gnu.org>
8667         * files.el (auto-mode-alist): Treat ".make" like ".mk".
8669 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8671         * vc/log-edit.el: Add GNU coding standards highlighting.
8672         (log-edit-font-lock-gnu-style)
8673         (log-edit-font-lock-gnu-keywords): New vars.
8674         (log-edit-font-lock-keywords): New fun.
8675         (log-edit-mode): Don't fold case in font-lock.
8676         (log-edit-font-lock-keywords): Do not assume case-folding.
8678         * imenu.el: Misc cleanup.  Make docstrings out of comments.
8679         Use lexical-binding.
8680         (imenu--index-alist, imenu--last-menubar-index-alist)
8681         (imenu-menubar-modified-tick): Use defvar-local.
8682         (imenu--split-menu): Remove unused var.
8683         (imenu--cleanup-seen): Declare as global.
8684         (imenu--cleanup): Use dolist.
8686         * subr.el (defvar-local): Add debug spec and doc-string position.
8688 2012-05-08  Glenn Morris  <rgm@gnu.org>
8690         * language/burmese.el, language/cham.el, language/czech.el:
8691         * language/english.el, language/georgian.el, language/greek.el:
8692         * language/japanese.el, language/khmer.el, language/korean.el:
8693         * language/lao.el, language/misc-lang.el, language/romanian.el:
8694         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
8695         * language/thai.el, language/utf-8-lang.el:
8696         Remove no-byte-compile setting.
8698         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
8700 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8702         * progmodes/make-mode.el (makefile-browse):
8703         Remove unnecessary interactive.  (Bug#11324)
8705 2012-05-07  Glenn Morris  <rgm@gnu.org>
8707         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
8709         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
8711 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8713         * loadup.el: Preload newcomment.el.
8714         * newcomment.el: Move autoload-only code to toplevel.
8716         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
8717         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8718         Handle new :right-align column property.
8719         (tabulated-list-print-col): Idem, plus use `display' text-property to
8720         try and preserve alignment for variable pitch fonts.
8722 2012-05-07  Chong Yidong  <cyd@gnu.org>
8724         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
8725         (tabulated-list-use-header-line): New var.
8726         (tabulated-list-init-header): Use it.
8727         (tabulated-list-print-fake-header): New function.
8728         (tabulated-list-print): Use it.
8729         (tabulated-list-sort-button-map): Add non-header-line commands.
8730         (tabulated-list-init-header): Add column name property to basic
8731         labels as well.
8732         (tabulated-list-col-sort): Handle non-header-line button case.
8733         (tabulated-list--sort-by-column-name): Fix a corner case.
8735         * buff-menu.el (list-buffers--refresh):
8736         Handle Buffer-menu-use-header-line.
8738 2012-05-06  Chong Yidong  <cyd@gnu.org>
8740         * buff-menu.el: Convert to Tabulated List mode.
8741         (Buffer-menu-buffer+size-width): Make obsolete.
8742         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
8743         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
8744         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
8745         documentation into docstring of buffer-menu.
8746         (Buffer-menu-toggle-files-only): Add an informative message.
8747         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
8748         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
8749         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
8750         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
8751         (Buffer-menu-execute, Buffer-menu-select)
8752         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
8753         (Buffer-menu-bury): Use Tabulated List machinery.
8754         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
8755         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
8756         Delete.
8757         (list-buffers--refresh): New function.
8758         (list-buffers-noselect): Use it.
8759         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
8760         (Buffer-menu--pretty-file-name): New helper functions.
8762         * loadup.el: Preload tabulated-list.
8764         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
8765         tabulated-list-sort-column.
8766         (tabulated-list-init-header): Add the initial aligning space even
8767         if tabulated-list-padding is zero.
8769 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
8771         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
8772         whose cdr is not a cons cell correctly (bug#11038).
8774 2012-05-06  Chong Yidong  <cyd@gnu.org>
8776         * emacs-lisp/tabulated-list.el (tabulated-list-format):
8777         Accept additional plist in column descriptors.
8778         (tabulated-list-init-header): Obey it.
8779         (tabulated-list-get-entry): New function.
8780         (tabulated-list-put-tag): Use it.  Use string-width instead of
8781         length.
8782         (tabulated-list--column-number): New function.
8783         (tabulated-list-print): Use it.
8784         (tabulated-list-print-col): New function.
8785         Set `tabulated-list-column-name' property on each column's text.
8786         (tabulated-list-print-entry): Use it.
8787         (tabulated-list-delete-entry, tabulated-list-set-col):
8788         New functions.
8789         (tabulated-list-sort-column): New command (Bug#11337).
8791         * buff-menu.el (list-buffers): Move C-x C-b binding from
8792         buff-menu.el to bindings.el.
8794         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8795         :advertised-binding feature.
8797 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
8799         * progmodes/compile.el (compilation-internal-error-properties):
8800         Calculate start position correctly when end-col is set but
8801         end-line is not (Bug#11382).
8803 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
8805         * man.el (Man-unindent): Use text-property-default-nonsticky to
8806         prevent untabify from inheriting face properties (Bug#11408).
8808 2012-05-05  Stefan Merten  <smerten@oekonux.de>
8810         * textmodes/rst.el: Major merge with upstream development up to
8811         Docutils SVN r7399 / rst.el V1.2.1.
8813         Clarify maintainership and authors.
8815         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8816         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8817         (rst-official-version, rst-official-cvs-rev, rst-version)
8818         (rst-package-emacs-version-alist): New functions and variables
8819         for version information.
8821         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8822         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8823         (rst-mode-syntax-table, rst-mode): New and corrected functions
8824         and variables representing reStructuredText features.
8826         (rst-re): New function for reStructuredText regexes.  Use in
8827         many places.
8829         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8830         (rst-mode-map): Rebind keys.
8832         (rst-mode-lazy, rst-font-lock-keywords)
8833         (rst-font-lock-extend-region)
8834         (rst-font-lock-extend-region-internal)
8835         (rst-font-lock-extend-region-extend)
8836         (rst-font-lock-find-unindented-line-limit)
8837         (rst-font-lock-find-unindented-line-match)
8838         (rst-adornment-level, rst-font-lock-adornment-level)
8839         (rst-font-lock-adornment-match)
8840         (rst-font-lock-handle-adornment-pre-match-form)
8841         (rst-font-lock-handle-adornment-matcher): Major revision of
8842         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
8844         (rst-preferred-adornments, rst-adjust-hook)
8845         (rst-new-adornment-down, rst-preferred-bullets)
8846         (rst-preferred-bullets, rst-indent, rst-indent-width)
8847         (rst-indent-field, rst-indent-literal-normal)
8848         (rst-indent-literal-minimized, rst-indent-comment): Change,
8849         extend and improve customization.
8851         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8852         (rst-normalize-cursor-position, rst-get-decoration)
8853         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8854         (rst-rstrip, rst-toc-insert-find-delete-contents)
8855         (rst-shift-fill-region, rst-compute-bullet-tabs)
8856         (rst-debug-print-tabs, rst-debug-mark-found)
8857         (rst-shift-region-guts, rst-shift-region-right)
8858         (rst-shift-region-left, rst-use-char-classes)
8859         (rst-font-lock-keywords-function)
8860         (rst-font-lock-indentation-point)
8861         (rst-font-lock-find-unindented-line-begin)
8862         (rst-font-lock-find-unindented-line-end)
8863         (rst-font-lock-find-unindented-line)
8864         (rst-font-lock-adornment-point, rst-font-lock-level)
8865         (rst-adornment-level-alist): Remove functions and variables.
8867         (rst-compare-adornments, rst-get-adornment-match)
8868         (rst-suggest-new-adornment, rst-get-adornments-around)
8869         (rst-adornment-complete-p, rst-get-next-adornment)
8870         (rst-adjust-adornment, rst-display-adornments-hierarchy)
8871         (rst-straighten-adornments): Standardize function names to
8872         use "adornment" instead of "decoration".  Correct callers.
8873         Similar standardizing in many places.
8875         (rst-update-section, rst-adjust, rst-promote-region)
8876         (rst-enumerate-region, rst-bullet-list-region)
8877         (rst-repeat-last-character): Correct use of `interactive'.
8879         (rst-classify-adornment, rst-find-all-adornments)
8880         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8881         (rst-find-leftmost-column, rst-repeat-last-character):
8882         Refactor functions.
8884         (rst-find-title-line, rst-reset-section-caches)
8885         (rst-get-adornments-around, rst-adjust-adornment-work)
8886         (rst-arabic-to-roman, rst-roman-to-arabic)
8887         (rst-insert-list-pos, rst-insert-list-new-item)
8888         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8889         New functions.
8891         (rst-all-sections, rst-section-hierarchy)
8892         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8893         New variables.
8895         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8896         configuration instead of only buffer.  Change where necessary.
8898         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8899         (rst-shift-region, rst-adaptive-fill): New functions for
8900         indentation and filling.
8902         (rst-comment-line-break, rst-comment-indent)
8903         (rst-comment-insert-comment, rst-comment-region)
8904         (rst-uncomment-region): New functions for handling comments.
8906         (rst-compile): Quote shell arguments.
8908         (rst-compile-pdf-preview, rst-compile-slides-preview):
8909         Delete temporary files after use.
8911 2012-05-05  Glenn Morris  <rgm@gnu.org>
8913         * calendar/cal-html.el: Optionally include holidays in the output.
8914         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8915         (cal-html-holidays): New option.
8916         (cal-html-css-default): Add holiday entry.
8917         (holiday-in-range): Autoload it.
8918         (cal-html-htmlify-entry): Add optional class argument.
8919         (cal-html-htmlify-list): Add optional holidays argument.
8920         (cal-html-insert-agenda-days): Include holidays in the output.
8921         (cal-html-one-month): Maybe include holidays.
8923         * calendar/holidays.el (holiday-in-range):
8924         Move here from cal-tex-list-holidays.
8925         * calendar/cal-tex.el (cal-tex-list-holidays):
8926         Make it an obsolete alias for holiday-in-range.  Update all callers.
8928 2012-05-05  Chong Yidong  <cyd@gnu.org>
8930         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8931         Nextstep.
8933 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
8935         * files.el (file-auto-mode-skip): New var.
8936         (set-auto-mode-1): Use it.
8938 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8940         * repeat.el: Use lexical-binding.
8941         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8942         (repeat-undo-count): Remove.
8943         (repeat):
8944         * progmodes/octave-mod.el (octave-abbrev-start):
8945         * progmodes/f90.el (f90-abbrev-start):
8946         * face-remap.el (text-scale-adjust):
8947         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8949         * emacs-lisp/pcase.el (pcase--let*): New function.
8950         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8951         a bit more.
8952         (pcase--split-pred): Be more clever about ruling out overlap between
8953         a predicate and some constant pattern.
8954         (pcase--q1): Use `null' instead of (eq foo nil).
8956         * subr.el (setq-local, defvar-local): New macros.
8957         (kbd): Redefine as an alias.
8958         (with-selected-window): Leave unrelated frames alone.
8959         (set-temporary-overlay-map): New function.
8961 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8963         * subr.el (user-error): New function.
8964         * window.el (switch-to-buffer):
8965         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8966         (smerge-match-conflict):
8967         * simple.el (previous-matching-history-element)
8968         (next-matching-history-element, goto-history-element, undo-more)
8969         (undo-start):
8970         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8971         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8972         (next-file, tags-loop-scan, list-tags, complete-tag):
8973         * progmodes/compile.el (compilation-loop):
8974         * mouse.el (mouse-minibuffer-check):
8975         * man.el (Man-bgproc-sentinel, Man-goto-page):
8976         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8977         (Info-history-forward, Info-follow-reference, Info-menu)
8978         (Info-extract-menu-item, Info-extract-menu-counting)
8979         (Info-forward-node, Info-backward-node, Info-next-menu-item)
8980         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8981         (Info-next-reference, Info-prev-reference, Info-index)
8982         (Info-index-next, Info-follow-nearest-node)
8983         (Info-copy-current-node-name):
8984         * imenu.el (imenu--make-index-alist)
8985         (imenu-default-create-index-function, imenu-add-to-menubar):
8986         * files.el (basic-save-buffer, recover-file):
8987         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8988         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8989         (checkdoc-message-text, checkdoc-defun):
8990         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8991         * cus-edit.el (customize-changed-options, customize-rogue)
8992         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8993         (custom-variable-mark-to-reset-standard)
8994         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8995         (custom-file):
8996         * completion.el (check-completion-length):
8997         * comint.el (comint-search-arg)
8998         (comint-previous-matching-input-string-position)
8999         (comint-previous-matching-input)
9000         (comint-replace-by-expanded-history-before-point, comint-send-input)
9001         (comint-copy-old-input, comint-backward-matching-input)
9002         (comint-goto-process-mark, comint-set-process-mark):
9003         * calendar/calendar.el (calendar-cursor-to-date): Use it.
9004         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
9006 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9008         * dabbrev.el (dabbrev--ignore-case-p): New function.
9009         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
9010         Use it.
9012         * files.el (automount-dir-prefix): Mark as obsolete.
9014 2012-05-04  Glenn Morris  <rgm@gnu.org>
9016         * patcomp.el, play/bruce.el: Move to obsolete/.
9018 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
9020         Fix minor Y10k bugs.
9021         * arc-mode.el (archive-unixdate):
9022         * autoinsert.el (auto-insert-alist):
9023         * calc/calc-forms.el (math-this-year):
9024         * emacs-lisp/copyright.el (copyright-current-year)
9025         (copyright-update-year, copyright):
9026         * tar-mode.el (tar-clip-time-string):
9027         * time.el (display-time-update):
9028         Don't assume years have 4 digits.
9030 2012-05-04  Chong Yidong  <cyd@gnu.org>
9032         * dos-w32.el (file-name-buffer-file-type-alist)
9033         (direct-print-region-use-command-dot-com):
9034         * ffap.el (ffap-menu-regexp):
9035         * find-file.el (ff-special-constructs):
9036         * follow.el (follow-debug):
9037         * forms.el (forms--debug):
9038         * iswitchb.el (iswitchb-all-frames):
9039         * ido.el (ido-all-frames):
9040         * emacs-lisp/timer.el (timer-max-repeats):
9041         * mail/feedmail.el (feedmail-mail-send-hook)
9042         (feedmail-mail-send-hook-queued):
9043         * mail/footnote.el (footnote-signature-separator):
9044         * mail/mailabbrev.el (mail-alias-separator-string)
9045         (mail-abbrev-mode-regexp):
9046         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
9047         * progmodes/idlwave.el (idlwave-libinfo-file)
9048         (idlwave-default-completion-case-is-down)
9049         (idlwave-library-routines): Convert defvars to defcustoms.
9051         * mail/rmail.el (rmail-decode-mime-charset):
9052         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
9053         (idlwave-shell-fix-inserted-breaks)
9054         (idlwave-shell-activate-alt-keybindings)
9055         (idlwave-shell-use-breakpoint-glyph):
9056         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
9058 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9060         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
9062 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
9064         * progmodes/verilog-mode.el (font-lock-keywords):
9065         Fix mis-highligting auto.  Reported by Craig Barner.
9066         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
9067         defines from global name space.  Reported by Dan Dever.
9068         (verilog-auto-reset, verilog-auto-reset-widths)
9069         (verilog-auto-tieoff): Support using unbased numbers for
9070         AUTORESET and AUTOTIEOFF.
9071         (verilog-submit-bug-report): Update variable list.
9072         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
9073         parenthesis from not matching.  Reported by Michael Rytting.
9074         (verilog-auto-template-lint): Fix hash error when linting modules
9075         with no used templates.
9076         (verilog-warn, verilog-warn-error)
9077         (verilog-warn-fatal): When non-interactive report multiple
9078         warnings before exiting.  Suggested by Brad Dobbie.
9079         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
9080         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
9081         to report unused template errors.  Reported by Brad Dobbie.
9082         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
9083         nets, bug438.  Reported by Vns Blore.
9084         (verilog-auto-inout-module, verilog-auto-reg)
9085         (verilog-read-decls, verilog-read-sub-decls-sig)
9086         (verilog-signals-edit-wire-reg, verilog-signals-with):
9087         Fix passing of Verilog data types in ANSI input/output ports
9088         such as "output logic" into the AUTOs.  Special case "wire" and
9089         "reg" for backwards compatibility presuming Verilog 2001.
9090         (verilog-auto-ascii-enum): Add "auto enum" as alias.
9091         (verilog-preprocess): Fix replication of preprocess output.
9092         Reported by Brad Dobbie.
9093         (verilog-auto-inst-interfaced-ports):
9094         Create verilog-auto-inst-interfaced-ports, bug429.
9095         Reported by Julian Gorfajn.
9096         (verilog-after-save-font-hook)
9097         (verilog-before-save-font-hook): New variable.
9098         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
9099         (verilog-save-font-mods): Wrap disabling fontification, reported
9100         by David Rogoff.
9101         (verilog-do-indent, verilog-pretty-declarations-auto)
9102         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
9103         Reported by Pierre-David Pfister.
9104         (verilog-set-auto-endcomments): Fix endtask auto comments outside
9105         of class declarations, bug292.  Reported by Kevin Heilman.
9106         (verilog-read-decls): Fix 'parameter type' not appearing in
9107         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
9108         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
9109         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
9110         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
9111         Reported by David Kravitz.
9113 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
9115         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
9116         assignment with tests in ifs and for loops.
9117         (verilog-extended-complete-re, verilog-complete-reg): Change so
9118         that DPI inport functions don't look like fuction declarations.
9119         (verilog-pretty-expr): Don't line up assignment
9120         operations to the test and increment in if and for loops
9121         (verilog-extended-complete-re, verilog-complete-reg): Change so
9122         that DPI inport functions don't look like fuction declarations.
9124 2012-05-03  Kenichi Handa  <handa@m17n.org>
9126         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
9127         decoding, and show a warning message without signaling an error
9128         (Bug#11282).
9130 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9132         * emacs-lisp/bytecomp.el
9133         (byte-compile-file-form-custom-declare-variable): Compile all elements,
9134         since cconv.el might have introduced :fun-body, internal-make-closure,
9135         and friends for bytecomp to handle (bug#11391).
9136         * custom.el (defcustom): Avoid ((λ ..) ..).
9138 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9140         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
9142 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
9144         * notifications.el (dbus-debug):
9145         * term/linux.el (gpm-mouse-enable):
9146         * term/screen.el (xterm-register-default-colors): Declare.
9148 2012-05-02  Chong Yidong  <cyd@gnu.org>
9150         * cus-start.el (gc-cons-percentage, exec-suffixes)
9151         (dos-display-scancodes, dos-hyper-key, dos-super-key)
9152         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
9153         (make-cursor-line-fully-visible, void-text-area-pointer)
9154         (font-list-limit): Add customization data.
9156         * allout.el (allout-exposure-change-functions)
9157         (allout-structure-added-functions)
9158         (allout-structure-deleted-functions)
9159         (allout-structure-shifted-functions): Rename abnormal hooks from
9160         *-hook, and convert to defcustoms.
9161         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
9162         Convert to defcustoms.
9163         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
9165         * allout-widgets.el: Hook callers changed.
9167 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
9169         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
9170         the yanked message in preference to the default value of
9171         buffer-file-coding-system.
9173 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
9175         * window.el (display-buffer--action-function-custom-type):
9176         Fix entry.
9178 2012-05-02  Alan Mackenzie  <acm@muc.de>
9180         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
9182 2012-05-01  Glenn Morris  <rgm@gnu.org>
9184         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
9186         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
9188         * cus-edit.el (custom-variable-documentation): Simplify with format.
9190 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9191             Stefan Monnier  <monnier@iro.umontreal.ca>
9193         * simple.el (suggest-key-bindings, execute-extended-command):
9194         Move from keyboard.c.
9196 2012-05-01  Chong Yidong  <cyd@gnu.org>
9198         * follow.el: Eliminate advice.
9199         (set-process-filter, process-filter, sit-for): Advice deleted.
9200         (follow-mode-off-hook): Obsolete hook removed.
9201         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
9202         Vars deleted.
9203         (follow-auto): Use a :set function.
9204         (follow-mode): Rewritten.  Don't advise process filters.
9205         (follow-switch-to-current-buffer-all, follow-scroll-up)
9206         (follow-scroll-down): Assume follow-mode is bound.
9207         (follow-comint-scroll-to-bottom)
9208         (follow-align-compilation-windows): New functions.
9209         (follow--window-sorter): New function.
9210         (follow-all-followers): Use it to explicitly sort windows by their
9211         positions; don't make assumptions about next-window order.
9212         (follow-windows-start-end, follow-delete-other-windows-and-split)
9213         (follow-calc-win-start): Doc fix.
9214         (follow-windows-aligned-p, follow-select-if-visible): Don't call
9215         vertical-motion unnecessarily.
9216         (follow-adjust-window): New function.
9217         (follow-post-command-hook): Use it.
9218         (follow-call-set-process-filter, follow-call-process-filter)
9219         (follow-intercept-process-output, follow-tidy-process-filter-alist)
9220         (follow-stop-intercept-process-output, follow-generic-filter):
9221         Functions deleted.
9222         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
9223         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
9224         New functions, replacing advice on scroll-bar-* commands.
9225         (follow-mwheel-scroll): New function (Bug#4112).
9227         * comint.el (comint-adjust-point): New function.
9228         (comint-postoutput-scroll-to-bottom): Use it.
9229         Call follow-comint-scroll-to-bottom for Follow mode buffers.
9231 2012-05-01  Glenn Morris  <rgm@gnu.org>
9233         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
9234         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
9235         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
9236         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
9237         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
9238         Remove no-byte-compile setting.
9240 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9242         * minibuffer.el (completion-table-with-quoting): Fix compatibility
9243         all-completions code to not return a number in the last cdr.
9245 2012-04-30  Leo Liu  <sdl.web@gmail.com>
9247         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
9248         read-only error.
9250 2012-04-29  Chong Yidong  <cyd@gnu.org>
9252         * follow.el (follow-calc-win-end): Rewrite to handle partial
9253         screen lines correctly (Bug#8390).
9254         (follow-avoid-tail-recenter): Minor cleanup.
9256 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9258         Avoid the obsolete `assoc' package.
9259         * speedbar.el (speedbar-refresh): Avoid adelete.
9260         (speedbar-file-lists): Simplify and avoid aput.
9261         * man.el (Man--sections, Man--refpages): New vars, replacing
9262         Man-sections-alist and Man-refpages-alist.
9263         (Man-build-section-alist, Man-build-references-alist):
9264         Use them; avoid aput.
9265         (Man--last-section, Man--last-refpage): New vars.
9266         (Man-follow-manual-reference): Use them.
9267         Use the `default' arg of completing-read.
9268         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
9270 2012-04-27  Chong Yidong  <cyd@gnu.org>
9272         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
9274         * startup.el (x-apply-session-resources): New function.
9276         * term/ns-win.el (ns-initialize-window-system):
9277         * term/w32-win.el (w32-initialize-window-system):
9278         * term/x-win.el (x-initialize-window-system): Use it to properly
9279         set menu-bar-mode and other vars from X resources, even if the
9280         initial frame is not a window-system frame (Bug#2299).
9282         * subr.el (read-key): Avoid running filter function when setting
9283         up temporary tool bar entries (Bug#9922).
9285 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
9287         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
9288         (Bug#11344)
9290 2012-04-27  Chong Yidong  <cyd@gnu.org>
9292         * select.el (xselect--encode-string): New function, split from
9293         xselect-convert-to-string.
9294         (xselect-convert-to-string): Use it.
9295         (xselect-convert-to-filename, xselect-convert-to-os)
9296         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
9297         returned strings are properly encoded (Bug#11315).
9299 2012-04-27  Chong Yidong  <cyd@gnu.org>
9301         * simple.el (delete-active-region): Move to killing custom group.
9303 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
9305         * progmodes/which-func.el (which-func-current): Quote %
9306         characters for mode-line processing.
9308 2012-04-27  Chong Yidong  <cyd@gnu.org>
9310         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
9311         reaching eob (Bug#11286).
9313 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
9315         * progmodes/gdb-mi.el (gdb-control-level): New variable.
9316         (gdb): Make it buffer-local and init to zero.
9317         (gdb-control-commands-regexp): New variable.
9318         (gdb-send): Don't wrap in "-interpreter-exec console" if
9319         gdb-control-level is positive.  Increment gdb-control-level
9320         whenever the command matches gdb-control-commands-regexp, and
9321         decrement it each time the command is "end".  (Bug#11279)
9323 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
9325         * window.el (adjust-window-trailing-edge, enlarge-window)
9326         (shrink-window, window-resize):
9327         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
9328         windows (Bug#11276).
9330 2012-04-27  Chong Yidong  <cyd@gnu.org>
9332         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
9333         fix "missing prefix" warning.  All callers changed.
9335 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9337         * emacs-lisp/assoc.el: Move to obsolete/.
9339 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9341         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
9343         * term/ns-win.el (ns-define-service):
9344         * progmodes/pascal.el (pascal-goto-defun):
9345         * progmodes/js.el (js--read-tab):
9346         * progmodes/etags.el (tags-lazy-completion-table):
9347         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
9348         * emacs-lisp/ewoc.el (ewoc--wrap):
9349         * emacs-lisp/assoc.el (aput, adelete, amake):
9350         * doc-view.el (doc-view-convert-current-doc):
9351         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
9353 2012-04-26  Chong Yidong  <cyd@gnu.org>
9355         * image.el (image-type-from-buffer): Only return supported image
9356         type (Bug#9045).
9358         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
9359         value, for symmetry with diff-end-of-hunk.
9360         (diff-split-hunk, diff-find-source-location)
9361         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
9362         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
9363         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
9364         compute the relevant hunk or file properly (Bug#6005).
9365         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
9367 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9369         * vc/vc-mtn.el:
9370         * vc/vc-hg.el:
9371         * vc/vc-git.el:
9372         * vc/vc-dir.el:
9373         * vc/vc-cvs.el:
9374         * vc/vc-bzr.el:
9375         * vc/vc-arch.el:
9376         * vc/vc.el: Replace lexical-let by lexical-binding.
9377         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
9378         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
9379         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
9381 2012-04-26  Chong Yidong  <cyd@gnu.org>
9383         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
9384         (diff-mode-shared-map): Bind it to / and [remap undo].
9386         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
9387         (ediff-window-setup-function): Use it as the default, to set up
9388         windows based on whether the current frame is graphical (Bug#2138).
9389         (ediff-choose-window-setup-function-automatically): Make obsolete.
9391         * vc/ediff-init.el: Always define ediff-pixel-width/height.
9393 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9395         * ffap.el: Remove old code for obsolete package.
9396         (ffap-complete-as-file-p): Remove.
9398         Use completion-table-with-quoting for comint and pcomplete.
9399         * comint.el (comint--unquote&requote-argument)
9400         (comint--unquote-argument, comint--requote-argument): New functions.
9401         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
9402         (comint-quote-filename): Use regexp-opt-charset.
9403         (comint--common-suffix, comint--common-quoted-suffix)
9404         (comint--table-subvert): Remove.
9405         (comint-unquote-function, comint-requote-function): New vars.
9406         (comint--complete-file-name-data): Use them with
9407         completion-table-with-quoting.
9408         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
9409         * pcomplete.el (pcomplete-arg-quote-list)
9410         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
9411         (pcomplete-unquote-argument-function): Default to non-nil.
9412         (pcomplete-unquote-argument): Simplify.
9413         (pcomplete--common-quoted-suffix): Remove.
9414         (pcomplete-requote-argument-function): New var.
9415         (pcomplete--common-suffix): New function.
9416         (pcomplete-completions-at-point): Use completion-table-with-quoting
9417         and completion-table-subvert.
9419         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
9420         (minibuffer--double-dollars): Preserve properties.
9421         (completion--sifn-requote): New function.
9422         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
9424         * minibuffer.el: Add support for completion of quoted/escaped data.
9425         (completion-table-with-quoting, completion-table-subvert): New funs.
9426         (completion--twq-try, completion--twq-all): New functions.
9427         (completion--nth-completion): New function.
9428         (completion-try-completion, completion-all-completions): Use it.
9430 2012-04-25  Leo Liu  <sdl.web@gmail.com>
9432         * progmodes/python.el (python-pdbtrack-get-source-buffer):
9433         Use compilation-message if available to find real filename.
9435 2012-04-25  Chong Yidong  <cyd@gnu.org>
9437         * vc/diff-mode.el (diff-setup-whitespace): New function.
9438         (diff-mode): Use it.
9440         * vc/diff.el (diff-sentinel):
9441         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
9442         Whitespace mode variables based on diff style (Bug#8612).
9444 2012-04-25  Leo Liu  <sdl.web@gmail.com>
9446         * progmodes/python.el (python-send-region): Add suffix .py to the
9447         temp file.
9449         * files.el (auto-mode-alist): Use javascript-mode instead.
9451 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
9453         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
9455         * net/soap-client.el (soap-resolve-references-for-sequence-type)
9456         (soap-resolve-references-for-array-type): Hack to prevent self
9457         references, see Bug#9.
9458         (soap-parse-envelope): Report the contents of the 'detail' node
9459         when receiving a fault reply.
9460         (soap-parse-envelope): Report the contents of the entire 'detail' node.
9462         * net/soap-inspect.el (soap-sample-value-for-simple-type)
9463         (soap-inspect-simple-type): New function.
9465         * net/soap-client.el (soap-simple-type): New struct.
9466         (soap-default-xsd-types, soap-default-soapenc-types)
9467         (soap-decode-basic-type, soap-encode-basic-type):
9468         support unsignedInt and double basic types.
9469         (soap-resolve-references-for-simple-type)
9470         (soap-parse-simple-type, soap-encode-simple-type): New function.
9471         (soap-parse-schema): Parse xsd:simpleType declarations.
9473         * net/soap-client.el (soap-default-xsd-types)
9474         (soap-default-soapenc-types): Add integer, byte and anyURI types.
9475         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
9476         the local name of "soapenc:Array".
9477         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
9478         decoding integer, byte and anyURI xsd types.
9480 2012-04-25  Chong Yidong  <cyd@gnu.org>
9482         * cus-edit.el (custom-buffer-create-internal): Update header text.
9484 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
9486         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
9487         settings on 'system-type', not on 'window-system'.  On MS-Windows,
9488         set interactive-mode on in GDB.
9490 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9492         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
9493         (ruby-syntax-propertize-regexp): Remove.
9494         (ruby-syntax-propertize-function): Split regexp into chunks.
9495         Match following code directly.
9497 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
9499         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
9500         (ruby-syntax-propertize-regexp): New function.
9501         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
9502         by a special keyword.
9504         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
9505         (ruby-syntax-general-delimiters-goto-beg)
9506         (ruby-syntax-propertize-general-delimiters): New functions.
9507         (ruby-syntax-propertize-function): Use them to handle GDL.
9508         (ruby-font-lock-keywords): Move old handling of GDL...
9509         (ruby-font-lock-syntactic-keywords): .. to here.
9510         (ruby-calculate-indent): Adjust indentation for GDL.
9512 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
9514         * notifications.el (top): Remove unneeded declarations.
9515         (notifications-specification-version): Change to "1.2".
9516         (notifications-interface, notifications-notify-method)
9517         (notifications-close-notification-method): Fix docstring.
9518         (notifications-get-capabilities-method): New defconst.
9519         (notifications-notify): Add :action-items, :resident and
9520         :transient hints.  Change "image_data" to "image-data" and
9521         "image_path" to "image-path".
9522         (notifications-get-capabilities): New defun.
9524 2012-04-24  Leo Liu  <sdl.web@gmail.com>
9526         * progmodes/python.el: Move hideshow setup to the end.
9528 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
9530         * window.el (handle-select-window): Clear echo area since this is
9531         no more done by read_char (Bug#11304).
9533 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
9536         and `/ M' to filter-derived-mode.
9537         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
9538         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9539         (ibuffer-mark-by-mode): Use default rather than initial-input.
9540         (ibuffer-filter-by-derived-mode): Autoload and require-match.
9542 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
9544         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
9545         (ibuffer-filter-by-derived-mode): New filter.
9546         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
9548 2012-04-23  Andreas Politz  <politza@fh-trier.de>
9550         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
9552 2012-04-23  Chong Yidong  <cyd@gnu.org>
9554         * cus-edit.el (customize-apropos, customize-apropos-options):
9555         Disable matching of non-option variables (Bug#11176).
9556         (customize-option, customize-option-other-window)
9557         (customize-changed-options): Doc fix.
9558         (customize-apropos-options, customize-apropos-faces)
9559         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
9561         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
9562         Fix word list splitting (Bug#11132).
9563         (apropos-symbol, apropos-keybinding, apropos-label)
9564         (apropos-property, apropos-function-button)
9565         (apropos-variable-button, apropos-misc-button): New faces.
9566         (apropos-symbol-face, apropos-keybinding-face)
9567         (apropos-label-face, apropos-property-face, apropos-match-face):
9568         Variables removed (Bug#8396).
9569         (apropos-library-button, apropos-format-plist, apropos-print)
9570         (apropos-print-doc, apropos-describe-plist): Callers changed.
9572 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
9574         * net/xesam.el (xesam-mode-map): Use let-bound map in
9575         initialization.  (Bug#11292)
9577 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
9579         Preserve ispell session localwords when switching back to
9580         original buffer.
9582         * textmodes/ispell.el (ispell-buffer-session-localwords):
9583         New buffer-local variable to hold buffer session localwords.
9584         (ispell-kill-ispell): Add option 'clear to delete session
9585         localwords.
9586         (ispell-command-loop, ispell-change-dictionary)
9587         (ispell-buffer-local-words): Preserve session localwords when
9588         needed.
9590         * textmodes/flyspell.el (flyspell-process-localwords)
9591         (flyspell-do-correct): Preserve session localwords when needed.
9593 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
9595         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
9596         using obsolete `translation-table-for-input'.
9597         (ispell-word, ispell-process-line, ispell-complete-word):
9598         Use plain `insert' instead of removed `ispell-insert-word'.
9600 2012-04-22  Chong Yidong  <cyd@gnu.org>
9602         * cus-edit.el (custom-variable-menu)
9603         (custom-variable-reset-saved, custom-face-menu)
9604         (custom-face-reset-saved): If there is no saved value, make the
9605         "reset-saved" operation bring back the default (Bug#9509).
9606         (custom-face-state): Properly detect themed faces.
9608         * faces.el (face-spec-set): Stop supporting deprecated form of
9609         third arg.
9611 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
9613         Move functions from C to Lisp.  Make non-blocking method calls
9614         the default.  Implement further D-Bus standard interfaces.
9616         * net/dbus.el (dbus-message-internal): Declare function.
9617         Remove unneeded function declarations.
9618         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
9619         (dbus-message-type-method-return, dbus-message-type-error)
9620         (dbus-message-type-signal): Declare variables.  Remove local
9621         definitions.
9622         (dbus-interface-dbus, dbus-interface-peer)
9623         (dbus-interface-introspectable, dbus-interface-properties)
9624         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
9625         Adapt docstring.
9626         (dbus-interface-objectmanager): New defconst.
9627         (dbus-call-method, dbus-call-method-asynchronously)
9628         (dbus-send-signal, dbus-method-return-internal)
9629         (dbus-method-error-internal, dbus-register-service)
9630         (dbus-register-signal, dbus-register-method): New defuns, moved
9631         from dbusbind.c
9632         (dbus-call-method-handler, dbus-setenv)
9633         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
9634         New defuns.
9635         (dbus-call-method-non-blocking): Make it an obsolete function.
9636         (dbus-unregister-object, dbus-unregister-service)
9637         (dbus-handle-event, dbus-register-property)
9638         (dbus-property-handler): Obey the new structure of
9639         `bus-registered-objects'.
9640         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
9641         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9642         Use `dbus-call-method'.
9644 2012-04-22  Chong Yidong  <cyd@gnu.org>
9646         * cus-edit.el (custom-commands, custom-reset-menu)
9647         (Custom-reset-standard): Tweak labels.
9648         (custom-reset-button-menu): Change default to t.
9649         (custom-buffer-create-internal): For the custom-reset-button-menu
9650         case, put the revert button first.
9651         (custom-group-subtitle): New face.
9652         (custom-group-value-create): Align docstring to a specific column.
9654         * wid-edit.el (widget-documentation-link-add): Don't handle
9655         indentation in this function.
9656         (widget-documentation-string-indent-to): New function.
9657         (widget-documentation-string-value-create): Use it.
9659         * autorevert.el (auto-revert):
9660         * epg-config.el (epg):
9661         * ibuffer.el (ibuffer):
9662         * mpc.el (mpc):
9663         * ses.el (ses):
9664         * eshell/eshell.el (eshell):
9665         * net/ange-ftp.el (ange-ftp):
9666         * progmodes/ebnf2ps.el (postscript):
9667         * progmodes/flymake.el (flymake):
9668         * progmodes/prolog.el (prolog):
9669         * progmodes/verilog-mode.el (verilog-mode):
9670         * progmodes/which-func.el (which-func):
9671         * term/xterm.el (xterm):
9672         * textmodes/picture.el (picture):
9673         * textmodes/tildify.el (tildify):
9674         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
9675         customization buffers.
9677 2012-04-22  Alan Mackenzie  <acm@muc.de>
9679         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
9680         Adding a ) can hide the resulting (..) from searches.  Fix it.
9681         Bound the backward search to the position of the existing (.
9683 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
9685         * progmodes/verilog-mode.el (verilog-mode): Check whether
9686         which-func-modes is t before adding verilog-mode.
9687         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
9689 2012-04-21  Leo Liu  <sdl.web@gmail.com>
9691         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
9693 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
9695         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
9696         filling of the last column of a table (Bug#5635).
9697         (woman-find-next-control-line): New arg, specifying an additional
9698         regexp component for the control line.
9699         (woman2-roff-buffer): Use it.
9700         (woman-break-table): New function.
9701         (woman2-TS): Use it.
9703 2012-04-21  Chong Yidong  <cyd@gnu.org>
9705         * woman.el (woman-set-buffer-display-table, woman-decode-region)
9706         (woman-horizontal-escapes, woman-negative-vertical-space)
9707         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
9708         (WoMan-warn-ignored): Use ?\s instead of ?\ .
9710 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9712         * minibuffer.el (completion-file-name-table): Complete user names.
9714 2012-04-20  Leo Liu  <sdl.web@gmail.com>
9716         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
9717         and pcase-let*.
9719 2012-04-20  Chong Yidong  <cyd@gnu.org>
9721         * server.el (server-execute): Respect initial-buffer-choice if it
9722         is a string and there are no files to open (Bug#2825).
9723         (server-create-window-system-frame, server-create-tty-frame):
9724         Don't switch buffers here.
9725         (server-process-filter): Only try to open a window system frame if
9726         compiled with graphical support (Bug#8314).
9728 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
9730         * battery.el (battery-echo-area-format): Display remaining time
9731         for sysfs backend too (Bug#11269).
9732         (battery-linux-sysfs): Fix conditional for the charge.
9734 2012-04-20  Chong Yidong  <cyd@gnu.org>
9736         * progmodes/gdb-mi.el (gdb): Revert previous change.
9737         (gdb-inferior-io--init-proc): New function.
9738         (gdb-init-1): Use it.
9739         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
9740         responsible for allocating a new pty and hooking it to gdb when
9741         the old pty gets an EIO due to process exit.
9742         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
9743         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
9744         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
9746 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
9748         * window.el (window-min-size, window-sizable, window-min-delta)
9749         (window-max-delta, window--resizable, window-resizable)
9750         (window-total-size, window-full-height-p, window-full-width-p)
9751         (window-in-direction, window--resize-mini-window, window-resize)
9752         (window--resize-child-windows-normal)
9753         (window--resize-child-windows, window--resize-siblings)
9754         (window--resize-this-window, adjust-window-trailing-edge)
9755         (enlarge-window, shrink-window): Doc fixes.
9757 2012-04-20  Chong Yidong  <cyd@gnu.org>
9759         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
9760         New function to call delete-process on the gdb-inferior buffer's pty.
9761         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
9762         pty process (Bug#11273).
9763         (gdb-update): New arg to suppress talking to the gdb process.
9764         (gdb-done-or-error): Use it.
9765         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
9766         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
9767         sentinel not being called.
9769         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
9771         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
9773 2012-04-20  Glenn Morris  <rgm@gnu.org>
9775         * net/network-stream.el (open-network-stream): Doc fix.
9777 2012-04-20  Chong Yidong  <cyd@gnu.org>
9779         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
9781 2012-04-20  Alan Mackenzie  <acm@muc.de>
9783         Ensure searching for keywords is case sensitive.
9785         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
9786         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
9787         (c-defun-name, c-mark-function, c-cpp-define-name)
9788         (c-comment-indent, c-scan-conditionals, c-indent-defun)
9789         (c-context-line-break): Bind case-fold-search to nil.
9791         * progmodes/cc-mode.el (c-font-lock-fontify-region):
9792         Bind case-fold-search to nil.
9794 2012-04-20  Chong Yidong  <cyd@gnu.org>
9796         * mail/sendmail.el (mail-bury): Call return action with the right
9797         Rmail buffer (Bug#11242).
9799         * server.el (server-process-filter): Handle corner case where both
9800         tty and nowait options are present (Bug#11102).
9802 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
9804         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
9805         (top level): Put into the executable the ident-style '$Id:' tag on
9806         windows-nt as well.
9808 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9810         * electric.el (electric-indent-post-self-insert-function): Check that
9811         electric-indent-mode is enabled in current buffer.
9813 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
9815         * imenu.el (imenu-progress-message): Restore; it is "used" in
9816         erc/erc-imenu.el and net/snmp-mode.el.
9818 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
9820         * avoid.el (mouse-avoidance-mode): Mark unused arg.
9821         (mouse-avoidance-nudge-mouse): Remove unused binding.
9823         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9825         * descr-text.el (describe-char):
9826         * progmodes/python.el (python-describe-symbol):
9827         Don't call `toggle-read-only', set `buffer-read-only'.
9829         * imenu.el (imenu-default-goto-function): Mark unused args.
9830         (imenu-progress-message): Remove obsolete macro; all callers changed.
9832         * subr.el (keymap-canonicalize): Remove unused binding.
9833         (read-passwd): Mark unused arg.
9835         * tutorial.el (tutorial--display-changes): Remove unused binding.
9836         (tutorial--save-tutorial-to): Remove unused variable.
9838         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9839         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9840         (package-generate-autoloads, package-menu--generate)
9841         (package-menu--find-upgrades): Remove unused bindings.
9843         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9844         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
9845         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9846         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9847         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9848         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9849         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9850         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9851         (cua-delete-char-rectangle): Mark unused args.
9852         (cua-align-rectangle): Remove unused binding.
9854         * mail/rmail.el (compilation--message->loc)
9855         (epa--find-coding-system-for-mime-charset): Declare.
9857         * net/dbus.el (dbus-register-service): Declare.
9858         (dbus-name-owner-changed-handler): Remove unused binding.
9860         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9861         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9862         (nxml-scan-backward-within): Mark unused arg.
9863         (nxml-dynamic-markup-word): Remove unused binding.
9865         * mouse.el (mouse-menu-major-mode-map):
9866         * emacs-lisp/authors.el (authors-scan-change-log)
9867         (authors-add-to-author-list):
9868         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9869         * emacs-lisp/smie.el (smie-auto-fill):
9870         * mail/sendmail.el (mail-bury):
9871         * mail/unrmail.el (unrmail):
9872         * net/tls.el (open-tls-stream):
9873         * textmodes/picture.el (picture-mouse-set-point):
9874         Remove unused bindings.
9876 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
9878         * net/tramp.el (tramp-action-password): Let-bind
9879         `enable-recursive-minibuffers' to t.
9881 2012-04-18  Sam Steingold  <sds@gnu.org>
9883         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9884         instead of 'string to accommodate values like [f11].
9885         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9886         * progmodes/gdb-mi.el: Likewise.
9888 2012-04-18  Leo Liu  <sdl.web@gmail.com>
9890         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9891         current buffer.
9892         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9893         LOCAL is nil.
9895 2012-04-18  Chong Yidong  <cyd@gnu.org>
9897         * simple.el (line-move): Use forward-line if in batch mode
9898         (Bug#11053).
9900 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
9902         * files.el (after-find-file): Do not try to add a final newline if
9903         the buffer is read-only (Bug#11156).
9905 2012-04-17  Richard Stallman  <rms@gnu.org>
9907         * mail/rmail.el (rmail-start-mail):
9908         Pass (rmail-mail-return...) for the return-action.
9909         Pass (rmail-yank-current-message...) for the yank-action.
9910         (rmail-yank-current-message): New function.
9911         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9912         (rmail-reply): Likewise.
9913         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9915         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9916         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
9917         buffer, not newbuf.
9919 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
9921         * server.el (server-ensure-safe-dir): Simplify.
9923 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9925         * emacs-lisp/smie.el: Provide smarter auto-filling.
9926         (smie-auto-fill): New function.
9927         (smie-setup): Use it.
9929         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9931 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
9933         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9934         (comment-indent): Use it.
9936 2012-04-17  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
9938         * ses.el: The overall change is to add cell renaming, that is
9939         setting fancy names for cell symbols other than name matching
9940         "\\`[A-Z]+[0-9]+\\'" regexp .
9941         (ses-localvars): Add ses--renamed-cell-symb-list.
9942         (ses-create-cell-variable): New defun.
9943         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9944         (ses-relocate-formula): Relocate formulas only for cells the
9945         symbols of which are not renamed, i.e. symbols whose names do not
9946         match regexp "\\`[A-Z]+[0-9]+\\'".
9947         (ses-relocate-all): Relocate values only for cells the symbols of
9948         which are not renamed.
9949         (ses-load): Create cells variables as the (ses-cell ...) are read,
9950         in order to check row col consistency with cell symbol name only
9951         for cells that are not renamed.
9952         (ses-replace-name-in-formula): New defun.
9953         (ses-rename-cell): New defun.
9955 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
9957         * progmodes/perl-mode.el (perl-indent-parens-as-block):
9958         New option (bug#11118).
9959         (perl-calculate-indent): Respect it.
9961 2012-04-17  Glenn Morris  <rgm@gnu.org>
9963         * dired-aux.el (dired-mark-read-string): Doc fix.
9965 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
9967         * dired-aux.el (dired-mark-read-string): Offer optional completion.
9968         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
9970 2012-04-17  Glenn Morris  <rgm@gnu.org>
9972         * mouse.el (mouse-drag-track):
9973         * speedbar.el (speedbar-frame-mode):
9974         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9976 2012-04-16  Leo Liu  <sdl.web@gmail.com>
9978         * progmodes/python.el: Trivial cleanup.
9980 2012-04-16  Glenn Morris  <rgm@gnu.org>
9982         * vc/vc.el (vc-string-prefix-p):
9983         * vc/pcvs-util.el (cvs-string-prefix-p):
9984         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9985         * mpc.el (mpc-string-prefix-p):
9986         Make all of these into obsolete aliases for string-prefix-p.
9987         Update callers.
9988         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9990         * textmodes/two-column.el: Move custom options to the start.
9991         (frame-width): Remove compat definition.
9992         (2C-associate-buffer, 2C-dissociate):
9993         Use with-current-buffer rather than save-excursion.
9994         (2C-dissociate): Force a mode-line update.
9995         (2C-autoscroll): Use ignore-errors.
9997         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9998         Autoload trivia.
10000         * emacs-lisp/cl-extra.el (*random-state*):
10001         Remove unnecessary declaration.
10003         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
10005         * play/cookie1.el (cookie-snarf):
10006         Give an explicit error if input file cannot be read.
10008         * play/yow.el (yow-file): Use expand-file-name rather than concat.
10010         * progmodes/perl-mode.el (c-macro-expand):
10011         Remove unnecessary autoload (it is in loaddefs.el).
10013         * textmodes/picture.el (picture-desired-column)
10014         (picture-update-desired-column): Convert comments to doc-strings.
10015         (picture-substitute): Remove function.
10016         (picture-mode-map): Initialize in the defvar.
10018         * woman.el: Remove eval-after-load for tar-mode.
10019         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
10020         (woman-tar-extract-file): Autoload it.
10022         * frame.el (automatic-hscrolling): Make this alias obsolete.
10024 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
10026         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
10027         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
10028         (ispell-dictionary-base-alist): Revert to original XEmacs
10029         friendly version for default.  [:alpha:] will be added in
10030         `ispell-set-spellchecker-params' if needed.
10032 2012-04-16  Chong Yidong  <cyd@gnu.org>
10034         * image.el (imagemagick--file-regexp): New variable.
10035         (imagemagick-register-types): Use it.
10036         (imagemagick-types-inhibit): Add :set function.  Allow new value
10037         of t to inhibit all types.
10039         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
10040         so we can preload it.
10042         * loadup.el (fboundp): Preload regexp-opt, needed by
10043         imagemagick-register-types.
10045 2012-04-15  Chong Yidong  <cyd@gnu.org>
10047         * frame.el (scrolling): Remove nearly unused customization group.
10049         * scroll-all.el (scroll-all-mode): Move to windows group.
10051 2012-04-15  Chong Yidong  <cyd@gnu.org>
10053         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
10055 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10057         Avoid the use of ((lambda ...) ...) in lexical-binding code.
10058         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
10060 2012-04-15  Glenn Morris  <rgm@gnu.org>
10062         * simple.el (process-file-side-effects): Doc fix.
10064 2012-04-15  Glenn Morris  <rgm@gnu.org>
10066         * international/mule-cmds.el (set-language-environment): Doc fix.
10068 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
10070         * server.el (server-auth-key, server-generate-key): Doc fixes.
10071         (server-get-auth-key): Doc fix.  Use `string-match-p'.
10072         (server-start): Reflow docstring.
10074 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
10076         * server.el (server-generate-key): `called-interactively-p'
10077         requires a parameter.
10079 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
10081         * server.el (server-auth-key): New variable.
10082         (server-generate-key, server-get-auth-key): New function.
10083         (server-start): Use the new variable and functions to allow
10084         setting a permanent server key (bug#9423).
10086 2012-04-14  Leo Liu  <sdl.web@gmail.com>
10088         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
10090 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
10092         Spelling fixes.
10093         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
10094         Emacs uses American spelling.
10096 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
10098         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
10099         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
10100         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
10101         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
10103 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10105         * progmodes/which-func.el (which-func-modes): Change default.
10107 2012-04-14  Kim F. Storm  <storm@cua.dk>
10109         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
10110         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
10112 2012-04-14  Chong Yidong  <cyd@gnu.org>
10114         * custom.el (custom-theme-set-variables): Doc fix.
10116 2012-04-14  Glenn Morris  <rgm@gnu.org>
10118         * international/mule.el (set-auto-coding-for-load): Doc fix.
10120 2012-04-14  Alan Mackenzie  <acm@muc.de>
10122         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
10123         imenu work again for Objective C Mode.  Correct the *-index values,
10124         these having been disturbed by a previous change in 2011-08.
10126         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
10127         Correct two search limits.
10129 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10131         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
10133 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
10135         * international/characters.el: Fix sorting.
10137 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
10139         * international/characters.el: Add more missing Latin case pairs.
10141 2012-04-14  Glenn Morris  <rgm@gnu.org>
10143         * files.el (dir-locals-set-class-variables): Doc fix.
10145 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
10147         * international/characters.el: Add set-case-syntax-pair call for
10148         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
10149         counterpart.  (Bug#11209)
10151         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
10153 2012-04-14  Glenn Morris  <rgm@gnu.org>
10155         * calendar/holidays.el (calendar-check-holidays): Doc fix.
10157 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
10159         * textmodes/ispell.el (ispell-dictionary-base-alist):
10160         Add data for Hebrew.
10162 2012-04-14  Chong Yidong  <cyd@gnu.org>
10164         * net/rcirc.el (rcirc-cmd-quit):
10165         Revert 2012-03-18 change (Bug#11192).
10167 2012-04-14  Glenn Morris  <rgm@gnu.org>
10169         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
10171 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
10173         * minibuffer.el (completion-in-region-mode-map):
10174         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
10176 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
10178         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
10180 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
10182         * minibuffer.el (minibuffer-local-filename-syntax): New variable
10183         to allow `C-M-f' and `C-M-b' to move to the nearest path
10184         separator (bug#9511).
10186 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
10188         * avoid.el: Require cl when compiling.  And also move the
10189         `provide' to the end.
10191 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10193         * avoid.el (mouse-avoidance-banish-position): New variable.
10194         (mouse-avoidance-banish-destination): Use it (bug#10165).
10196 2012-04-13  Leo Liu  <sdl.web@gmail.com>
10198         * progmodes/which-func.el (which-func-modes): Add objc-mode.
10200 2012-04-13  Ken Brown  <kbrown@cornell.edu>
10202         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
10203         this is no longer needed now that cygstart understands file:// URLs.
10204         (browse-url-filename-alist): For the same reason, don't modify
10205         file:// URLs on Cygwin.
10207 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10209         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
10210         the region on shift if the binding is already shifted (bug#11221).
10212 2012-04-12  Glenn Morris  <rgm@gnu.org>
10214         * mail/mailpost.el: Move to obsolete/.
10216 2012-04-12  Drew Adams  <drew.adams@oracle.com>
10218         * imenu.el (imenu--generic-function): Ignore invisible definitions
10219         (bug#10123).
10221 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
10223         * hexl.el (hexl-bits): New variable.
10224         (hexl-options): Mention the variable in the doc string.
10225         (hexl-rulerise, hexl-line-displen): New functions.
10226         (hexl-mode): Mention the new variable.
10227         (hexl-mode, hexl-current-address, hexl-current-address):
10228         Use the displen.
10229         (hexl-ascii-start-column): New function.
10230         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
10231         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
10233 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
10235         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
10236         '("-i" ENCODING), in 2 separate command-line arguments, to specify
10237         the encoding, as expected by hunspell.
10239 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10241         * battery.el (battery--linux-sysfs-regexp): New const.
10242         (battery-status-function): Use it.  Remove yeeloong special case.
10243         (battery-yeeloong-sysfs): Remove.
10244         (battery-echo-area-format): Remove yeeloong special case.
10246 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10248         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
10249         Reported by Noah Friedman.
10251         * subr.el (read-passwd): Use read-string.
10253 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10255         * vcursor.el (vcursor-move): Increase the priority of the overlay
10256         (bug#9663).
10258 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
10260         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
10261         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
10263 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
10265         * textmodes/artist.el (artist-mode): Convert artist-mode to use
10266         define-minor-mode (bug#10760).
10268 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10270         * progmodes/grep.el (rgrep): Tweak the find command line so
10271         that directories matching `grep-find-ignored-files' won't be
10272         pruned (bug#10351).
10274 2012-04-11  Chong Yidong  <cyd@gnu.org>
10276         * startup.el (command-line): Remove support for long-obsolete
10277         variable font-lock-face-attributes.
10279 2012-04-11  Glenn Morris  <rgm@gnu.org>
10281         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
10283 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10285         * window.el (window--state-get-1): Obey window-point-insertion-type.
10287 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
10289         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
10290         to previous function when point is on the first character of a
10291         function.  Take care of that in `narrow-to-defun' (bug#6157).
10293 2012-04-11  Glenn Morris  <rgm@gnu.org>
10295         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
10296         not just file-errors.
10298         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
10299         (vc-bzr-sha1): Use internal sha1.
10301 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10303         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
10305 2012-04-10  SĂ©bastien Gross  <seb@chezwam.org>  (tiny change)
10307         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
10308         that start in the middle of the line (bug#10496).
10310 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
10312         * battery.el (battery-linux-proc-acpi): Only one battery is
10313         discharged at a time, but that seems to confuse battery.el when
10314         computing `rate-type' for the battery not being discharged
10315         (bug#10332).
10317 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10319         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
10321         * international/quail.el: Use dolist and simplify.
10322         (quail-define-package, quail-update-keyboard-layout)
10323         (quail-define-rules): Use dolist.
10324         (quail-insert-kbd-layout, quail-get-translation): CSE.
10326         * tmm.el: Use dolist, remove left over hook.
10327         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
10328         Use dolist.
10329         (calendar-load-hook): Don't mess with it.
10331         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
10332         Use derived-mode-p.  Run the diff asynchronously.
10334 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10336         * obsolete/mouse-sel.el: Add an Obsolete-since header.
10338 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
10340         * misc.el: Display absolute path of loaded DLLs (bug#10424).
10341         (list-dynamic-libraries--loaded): New function.
10342         (list-dynamic-libraries--refresh): Use it.
10344 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
10346         * progmodes/python.el (python-fill-paragraph):
10347         Make python-fill-region in a multiline string work when font-lock is
10348         disabled (bug#7018).
10350 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
10352         * language/european.el (cp775): Add oem/legacy (en)coding on
10353         DOS/MS Windows for the Baltic languages.  There are still plenty
10354         of texts written in this encoding/codepage (bug#6519).
10356 2012-04-10  Glenn Morris  <rgm@gnu.org>
10358         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
10359         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
10361 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
10363         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
10364         next-line "n" and previous-line "p" in order to make recentf more
10365         consistent with ibuffer, dired or org-mode (bug#9387).
10367 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369         * image.el (put-image): Return the overlay created instead of the
10370         optional input string (bug#7834).  Note that this may break code
10371         that is (for some reason or other) depending on `put-image'
10372         returning the string.
10374         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
10376         * simple.el (zap-to-char): Allow zapping using input methods
10377         (bug#1580).
10379         * textmodes/fill.el (fill-region): Leave point and mark where they
10380         were before filling (bug#5399).
10382 2012-04-09  Glenn Morris  <rgm@gnu.org>
10384         * version.el (emacs-bzr-get-version):
10385         Handle lightweight checkouts of local branches.
10387 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
10389         * international/characters.el: Recover lost case pairs.  (Bug#11209)
10391 2012-04-09  Chong Yidong  <cyd@gnu.org>
10393         * custom.el (custom-variable-p): Return nil for non-symbol
10394         arguments instead of signaling an error.
10395         (user-variable-p): Obsolete alias for custom-variable-p.
10397         * apropos.el (apropos-variable):
10398         * files-x.el (read-file-local-variable):
10399         * simple.el (set-variable):
10400         * woman.el (woman-mini-help):
10401         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
10403 2012-04-09  Glenn Morris  <rgm@gnu.org>
10405         * startup.el (normal-top-level): Don't look for leim-list.el
10406         in places where it will not be found.  (Bug#910)
10408         * international/mule-cmds.el (set-default-coding-systems):
10409         * files.el (normal-mode):
10410         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
10411         This function was removed with ucs-tables.el in 2008.
10413 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
10415         * textmodes/ispell.el (ispell-check-version): For hunspell, set
10416         ispell-encoding8-command to "-i", without a trailing space.
10417         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
10418         separate command-line arguments, to specify the encoding, since
10419         that's how hunspell expects it.
10421 2012-04-08  Glenn Morris  <rgm@gnu.org>
10423         * loadup.el: Load bindings before cus-start.
10424         This reduces somewhat the number of "rogue" settings in emacs -Q.
10426 2012-04-07  Glenn Morris  <rgm@gnu.org>
10428         * version.el (emacs-bzr-get-version): New function.
10429         (emacs-bzr-version): New variable.
10430         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
10431         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
10433 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
10435         * international/uni-bidi.el, international/uni-category.el:
10436         * international/uni-combining.el, international/uni-decimal.el:
10437         * international/uni-decomposition.el, international/uni-digit.el:
10438         * international/uni-lowercase.el, international/uni-mirrored.el:
10439         * international/uni-name.el, international/uni-numeric.el:
10440         * international/uni-titlecase.el, international/uni-uppercase.el:
10441         Update for Unicode 6.1.
10443 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
10445         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
10447 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10449         * window.el (shrink-window): Mention the `window-min-height'
10450         variable in the doc string.
10452 2012-04-05  Bastien Guerry  <bzg@altern.org>
10454         * color.el (color-lighten-name): Fix typo.
10456 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10458         * server.el (server--on-display-p): New function.
10459         (server--on-display-p): Use it.
10461 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
10463         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
10464         (bug#11145).
10466 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10468         * comint.el (comint--common-quoted-suffix): Check string boundary
10469         before comparing (bug#11158).
10470         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
10472 2012-04-04  Chong Yidong  <cyd@gnu.org>
10474         * minibuffer.el (completion-extra-properties): Doc fix.
10476         * subr.el (delayed-warnings-hook): Doc fix.
10478 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
10480         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
10481         selection (Bug#11159).
10482         (epa-insert-keys): Inform that the default public key will be
10483         exported if no key is selected.
10485 2012-04-04  Richard Stallman  <rms@gnu.org>
10487         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
10489 2012-04-03  Chong Yidong  <cyd@gnu.org>
10491         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
10492         mail-insert-file, not its obsolete alias mail-attach-file.
10494 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
10496         * notifications.el (notifications-notify): Fix docstring.
10498 2012-04-02  Glenn Morris  <rgm@gnu.org>
10500         * emacs-lisp/authors.el (authors-aliases): Another addition.
10502 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
10504         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
10505         `tramp-compat-call-process' instead of `tramp-local-call-process'.
10506         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
10508 2012-04-01  Chong Yidong  <cyd@gnu.org>
10510         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
10511         Handle root directory properly.
10512         (copy-directory): Caller changed.
10514         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10515         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
10517 2012-03-31  Glenn Morris  <rgm@gnu.org>
10519         * term/xterm.el (xterm-extra-capabilities): Doc fix.
10521         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
10523         * calendar/calendar.el (calendar-window-list)
10524         (calendar-hide-window): Restore.  (Bug#11140)
10525         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
10527         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
10529 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10531         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10532         Check if file is a symlink (Bug#10489).
10534         * files.el (copy-directory): Likewise.
10536 2012-03-30  Chong Yidong  <cyd@gnu.org>
10538         * image.el (imagemagick-types-inhibit)
10539         (imagemagick-register-types): Doc fix.
10541 2012-03-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
10543         * textmodes/ispell.el (ispell-get-extended-character-mode):
10544         Disable extended-char-mode for hunspell.  hunspell does not support it
10545         and treats ~word as ordinary words in pipe mode.
10547 2012-03-30  Glenn Morris  <rgm@gnu.org>
10549         * tutorial.el (help-with-tutorial): Ensure local variables don't
10550         happen to make the buffer read-only.  (Bug#11127)
10552 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10554         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
10555         (perl-calculate-indent): Return `noindent' in strings.
10557 2012-03-28  Sam Steingold  <sds@gnu.org>
10559         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
10560         instead of the broken adhockery which does not prevent calendar
10561         buffers from being displayed at random after exit.
10562         (calendar-window-list, calendar-hide-window): Remove the broken
10563         adhockery.
10565 2012-03-28  Glenn Morris  <rgm@gnu.org>
10567         * replace.el (query-replace-map): Doc fix.
10569 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
10571         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
10572         contents.  (Bug#11109)
10574 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10576         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
10577         (bug#11077).
10578         (avl-tree--check, avl-tree--check-node): New funs.
10580 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
10582         * window.el (switch-to-visible-buffer): New option.
10583         (switch-to-prev-buffer, switch-to-next-buffer):
10584         Observe switch-to-visible-buffer.  Make sure that checking for a window
10585         showing a buffer already is done on the same frame.
10587 2012-03-27  Glenn Morris  <rgm@gnu.org>
10589         * startup.el (mail-host-address): Doc fix.
10591 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10593         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
10594         than 197 variables.
10596 2012-03-26  Ami Fischman  <ami@fischman.org>
10598         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
10600 2012-03-26  Glenn Morris  <rgm@gnu.org>
10602         * files.el (save-buffers-kill-emacs): Doc fix.
10604         * startup.el (normal-top-level, command-line, command-line-1):
10605         Give them doc strings.
10607 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
10609         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
10610         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
10612 2012-03-25  Chong Yidong  <cyd@gnu.org>
10614         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10615         theme if it was previously enabled before (Bug#11031).
10617         * cus-theme.el (custom-theme-write-faces): Retrieve current face
10618         spec with custom-face-get-current-spec if its :shown-value is not
10619         determined yet (Bug#9337).
10620         (customize-create-theme, custom-theme-revert): Doc fixes.
10622         * button.el (button-at): Minor addition to docstring.
10624 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
10626         * vc/vc.el (vc-merge): Fix a prompt.
10628 2012-03-24  Chong Yidong  <cyd@gnu.org>
10630         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
10631         point (Bug#9623).
10633         * button.el (button-at): Minor addition to docstring.
10635 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10637         * newcomment.el (comment-choose-indent): No space after BOL.
10639 2012-03-22  Sam Steingold  <sds@gnu.org>
10641         * window.el (switch-to-prev-buffer): Revert last patch because the
10642         bug turned out to be an advertised feature (Elisp manual 28.14).
10644 2012-03-22  Glenn Morris  <rgm@gnu.org>
10646         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
10647         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
10649 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10651         * net/network-stream.el (network-stream-open-starttls): Make error
10652         message under Windows be less misleading.
10654 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
10656         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
10657         understands (bug#9942).
10659 2012-03-22  Chong Yidong  <cyd@gnu.org>
10661         * simple.el (end-of-visible-line): Handle return value of
10662         next-single-property-change properly (Bug#9371).
10664 2012-03-22  Kenichi Handa  <handa@m17n.org>
10666         * international/quail.el (quail-insert-kbd-layout): Fix previous
10667         change.  To avoid unwanted bidi reordering, use
10668         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
10670 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
10672         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
10673         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
10674         (ruby-beginning-of-indent): Be more careful with the difference
10675         between word-boundary and symbol boundary.
10676         (ruby-mode-syntax-table): Make : a symbol constituent.
10678 2012-03-21  Andreas Politz  <politza@fh-trier.de>
10680         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
10682 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10684         * progmodes/etags.el (tags-completion-at-point-function):
10685         Improve last fix.
10687         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
10689 2012-03-21  Sam Steingold  <sds@gnu.org>
10691         * progmodes/etags.el (tags-completion-at-point-function):
10692         Avoid the error when point is inside the pattern.
10694 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
10696         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
10697         line (Bug#10855).
10699 2012-03-21  Drew Adams  <drew.adams@oracle.com>
10701         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
10703 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
10705         * ido.el (ido-set-current-directory, ido-read-internal)
10706         (ido-choose-completion-string, ido-completion-help): Handle nil
10707         value of ido-completion-buffer (Bug#11008).
10709 2012-03-21  Sam Steingold  <sds@gnu.org>
10711         * window.el (switch-to-prev-buffer): Do not switch to a visible
10712         window previous buffer, just like with the frame previous buffers.
10714 2012-03-21  Chong Yidong  <cyd@gnu.org>
10716         * faces.el (make-face, make-empty-face, copy-face):
10717         * face-remap.el (face-remap-add-relative, face-remap-set-base):
10718         Doc fixes.
10720 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10722         * wid-edit.el (widget-complete-field): Remove (bug#11051).
10723         (widget-complete): Remove broken use of it.
10725 2012-03-20  Chong Yidong  <cyd@gnu.org>
10727         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10728         Use string-width and truncate-string-width to handle arbitrary
10729         characters.
10731 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
10733         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
10734         to draw rectangles, not squares.  (Regression introduced by revno
10735         103471)
10737 2012-03-18  Chong Yidong  <cyd@gnu.org>
10739         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
10740         it is not yet defined (for temacs).
10742 2012-03-18  Leo Liu  <sdl.web@gmail.com>
10744         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
10745         prefix.
10747 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
10749         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
10750         (ispell-choices-win-default-height, ispell-silently-savep)
10751         (ispell-dictionary-alist, ispell-encoding8-command)
10752         (ispell-check-version, ispell-aspell-find-dictionary)
10753         (ispell-valid-dictionary-list, ispell-words-keyword)
10754         (ispell-get-word, ispell-internal-change-dictionary)
10755         (ispell-region, ispell-skip-region-list)
10756         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
10757         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
10758         (ispell-message-text-end, ispell-message)
10759         (ispell-buffer-local-parsing): Doc fix.
10761 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
10763         * htmlfontify.el: Add support for code block fontification for ODT
10764         export (Bug #9914).
10765         (hfy-optimisations): Define new option
10766         `body-text-only'
10767         (hfy-fontify-buffer): Honor above setting.
10768         (hfy-begin-span, hfy-end-span): New routines factored out form
10769         `hfy-fontify-buffer'.
10770         (hfy-begin-span-handler, hfy-end-span-handler): New variables
10771         that permit insertion of custom tags.
10772         (hfy-fontify-buffer): Use above handlers.
10773         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
10774         (hfy-face-to-css): Re-defined to be a variable.
10775         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
10776         over multiple runs.  This is made possible by having the caller let
10777         bind a special variable `hfy-user-sheet-assoc'.
10778         (htmlfontify-string): New defun.
10779         (hfy-compile-face-map): Make sure that the last char in the
10780         buffer is correctly fontified.
10781         (hfy-face-resolve-face): Whitespace only change.
10783 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
10785         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
10786         message more clear.
10788 2012-03-16  Leo Liu  <sdl.web@gmail.com>
10790         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10792 2012-03-16  Alan Mackenzie  <acm@muc.de>
10794         Further optimise the handling of large macros.
10796         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10797         limit to a call of `c-literal-limits'.
10798         (c-determine-+ve-limit): New function.
10799         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10800         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
10801         In CASE 5B, restrict a search limit to 500.
10802         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10804         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10805         Restrict macro bounds to +-500 from after-change's BEG END.
10807 2012-03-16  Leo Liu  <sdl.web@gmail.com>
10809         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10811 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
10813         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
10814         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
10816 2012-03-16  Glenn Morris  <rgm@gnu.org>
10818         * view.el (view-buffer, view-buffer-other-window)
10819         (view-buffer-other-frame): Doc fixes re special mode-class.
10821         * subr.el (eval-after-load): If named feature is provided not from
10822         a file, run after-load forms.  (Bug#10946)
10824         * calendar/calendar.el (calendar-insert-at-column):
10825         Handle non-unit-width characters a bit better.  (Bug#10978)
10827 2012-03-15  Chong Yidong  <cyd@gnu.org>
10829         * emacs-lisp/ring.el (ring-extend): New function.
10830         (ring-insert+extend): Extend the ring correctly (Bug#11019).
10832         * comint.el (comint-read-input-ring)
10833         (comint-add-to-input-history): Grow comint-input-ring lazily.
10835 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10837         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10838         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10840         * imenu.el: Fix multiple inheritance breakage (bug#9199).
10841         (imenu-add-to-menubar): Don't add a redundant index.
10842         (imenu-update-menubar): Handle a dynamically composed keymap.
10844 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10846         * mail/sendmail.el (mail-encode-header):
10847         Bind rfc2047-encode-encoded-words to nil.
10849 2012-03-13  Glenn Morris  <rgm@gnu.org>
10851         * calendar/calendar.el (calendar-string-spread):
10852         Handle non-unit-width characters a bit better.  (Bug#10978)
10854 2012-03-13  Leo Liu  <sdl.web@gmail.com>
10856         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10857         directory and file as argument (Bug#10822).
10859 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
10861         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10862         For dynamically generated code, follow $PC.
10863         (gdb-disassembly-handler-custom): Handle no function name case.
10865 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
10867         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10868         * emulation/ws-mode.el (ws-query-replace):
10869         * sort.el (sort-regexp-fields):
10870         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
10872 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10874         * dabbrev.el: Fix cycle completion order (bug#10963).
10875         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10876         (dabbrev-completion): Don't use an obarray; provide
10877         a cycle-sort-function.
10879 2012-03-12  Leo Liu  <sdl.web@gmail.com>
10881         * simple.el (kill-new): Use equal-including-properties for comparison.
10882         (kill-do-not-save-duplicates): Doc fix.
10884 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10886         * dabbrev.el: Fix cycle completion (bug#10963).
10887         Use lexical binding and wrap to 80 columns.
10888         (dabbrev-completion): Delay computing the list of completions.
10890 2012-03-12  Kenichi Handa  <handa@m17n.org>
10892         * international/quail.el (quail-insert-kbd-layout): Surround each
10893         row by LRO and PDF instead of inserting many LRMs.  Pad the left
10894         and right of each non-spacing marks.  Insert invisible space
10895         between lower and upper characters to prevent composition.
10897 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10899         * minibuffer.el (minibuffer-complete): Don't get confused when the
10900         function is run twice via different commands (bug#10958).
10901         (complete-with-action): Fix docstring.
10903 2012-03-12  Chong Yidong  <cyd@gnu.org>
10905         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10906         (nxml-completion-at-point-function): New function.
10907         (nxml-mode): Use it.
10908         (nxml-bind-meta-tab-to-complete-flag): Default to t.
10910         * emacs-lisp/package.el (package-unpack, package-unpack-single):
10911         Load generated autoloads file before byte compiling (Bug#10970).
10912         (package--make-autoloads-and-compile): New helper fun.
10914 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
10916         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10918 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
10920         * autorevert.el (auto-revert-handler): Ensure, that
10921         file-readable-p is applied only for local files or in
10922         auto-revert-tail-mode.
10924 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
10926         * server.el (server-eval-at): Handle non-tcp connections.
10927         Decode result string.
10929         * server.el (server-msg-size): New constant.
10930         (server-reply-print): New function.
10931         (server-eval-and-print): Use it.
10932         (server-eval-at): Use server-quote-arg and server-unquote-arg.
10933         Handle -print-nonl.
10935 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
10937         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10938         (Bug#10987).
10940 2012-03-11  Chong Yidong  <cyd@gnu.org>
10942         * simple.el (goto-line): Doc fix (Bug#9938).
10944         * subr.el (save-window-excursion): Doc fix (Bug#9979).
10946         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10947         when finished (Bug#10963).
10949 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
10951         * window.el (split-window-below): Fix bug in case where
10952         split-window-keep-point is nil (Bug#10971).
10954 2012-03-11  Juri Linkov  <juri@jurta.org>
10956         * replace.el (replace-highlight): Set isearch-word to nil
10957         unconditionally.  (Bug#10887)
10959 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
10961         * net/mairix.el (mairix-replace-invalid-chars): Rename from
10962         mairix-replace-illegal-chars; all callers changed.  Don't remove
10963         ^, ~, and = characters: they are meaningful in mairix search specs.
10964         (mairix-widget-create-query): Add usage information about mairix
10965         search forms: negating words, searching for substrings, etc.
10967 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
10969         * international/fontset.el (font-encoding-alist): Add an entry for
10970         ksx1001 (Bug#5667).
10972 2012-03-10  Richard Stallman  <rms@gnu.org>
10974         * mail/sendmail.el (mail-encode-header):
10975         Set rfc2047-encode-encoded-words.
10977         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10979         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10980         view buffer means not swapped.
10981         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10982         (rmail-write-region-annotate): Error if real text has disappeared.
10984         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10986 2012-03-10  Chong Yidong  <cyd@gnu.org>
10988         * emulation/cua-rect.el (cua--init-rectangles):
10989         * emulation/cua-base.el (cua--init-keymaps):
10990         Add delete-forward-char to remappings (Bug#9666).
10992 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
10994         * speedbar.el (speedbar-unhighlight-one-tag-line):
10995         Avoid unhighlighting due to frame switching (Bug#10275).
10997 2012-03-10  Chong Yidong  <cyd@gnu.org>
10999         * minibuffer.el (completion-in-region, completion-help-at-point):
11000         Give the completion field overlay a high priority (Bug#6830).
11002         * dired.el (dired-goto-file): Recognize absolute file name
11003         listings (Bug#7126).
11004         (dired-goto-file-1): New helper function.
11005         (dired-toggle-read-only): Inhibit warnings.
11007 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
11009         * net/dbus.el (dbus-property-handler): Return empty array if
11010         there are no properties.
11012 2012-03-09  Leo Liu  <sdl.web@gmail.com>
11014         * savehist.el (savehist-printable): Stricter check for string
11015         value (Bug#10937).
11017 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
11019         * mail/smtpmail.el (smtpmail-send-it):
11020         Bind coding-system-for-write to *-unix, so that FCC files are kept in
11021         valid mbox format.
11023 2012-03-09  Glenn Morris  <rgm@gnu.org>
11025         * files.el (dir-locals-find-file):
11026         Don't check result is regular, readable.
11027         (dir-locals-read-from-file): Demote errors.
11029 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
11031         * international/quail.el (quail-insert-kbd-layout):
11032         Insert invisible LRM characters before each character in a keyboard
11033         layout cell, to prevent their reordering by bidi display engine.
11034         For details, see the discussion in
11035         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
11037 2012-03-08  Alan Mackenzie  <acm@muc.de>
11039         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
11040         the starting position; make it extend the marked region when
11041         invoked repeatedly - all under appropriate circumstances.
11042         Fixes bugs #5525, #10906.
11044 2012-03-08  Glenn Morris  <rgm@gnu.org>
11046         * files.el (locate-dominating-file, dir-locals-find-file):
11047         Undo 2012-03-06 change.
11049 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
11051         * international/quail.el (quail-help):
11052         Force bidi-paragraph-direction be left-to-right.  See discussion in
11053         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
11054         for the reason.
11056 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
11058         Avoid superfluous registering of signals.  (Bug#10807)
11060         * notifications.el (notifications-on-action-object)
11061         (notifications-on-close-object): New defvars.
11062         (notifications-on-action-signal, notifications-on-closed-signal):
11063         Unregister the signal if not needed any longer.
11064         (notifications-notify): Register `notifications-action-signal' or
11065         `notifications-closed-signal', if :on-action or :on-close has been
11066         passed as argument.
11068 2012-03-07  Chong Yidong  <cyd@gnu.org>
11070         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
11071         non-X platforms.
11073 2012-03-06  Glenn Morris  <rgm@gnu.org>
11075         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11076         (x-disown-selection-internal, x-get-selection-internal):
11077         Doc fix (add arglist signatures).  (Bug#10783)
11079 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
11081         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11082         Handle breakpoints with no "type".
11084 2012-03-06  Glenn Morris  <rgm@gnu.org>
11086         * files.el (locate-dominating-file): Add optional predicate argument.
11087         (dir-locals-find-file): Make use of above change.
11089 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
11091         * info.el (Info-insert-dir): Also try "dir.gz".
11093 2012-03-06  Glenn Morris  <rgm@gnu.org>
11095         * files.el (dir-locals-find-file):
11096         Ignore non-readable or non-regular files.  (Bug#10928)
11098         * files.el (locate-dominating-file): Doc fix.
11100 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
11102         * calendar/calendar.el (calendar-set-mode-line):
11103         `getenv' returns a string.  (Bug#10951)
11105 2012-03-05  Leo Liu  <sdl.web@gmail.com>
11107         * simple.el (backward-delete-char-untabify): Constrain point to
11108         field (Bug#10939).
11110         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
11112 2012-03-05  Chong Yidong  <cyd@gnu.org>
11114         * simple.el (count-words): If called from Lisp, return the word
11115         count, for symmetry with `count-lines'.  Arglist changed.
11116         (count-words--message): Args changed.  Consolidate counting code
11117         from count-words and count-words-region.
11118         (count-words-region): Caller changed.
11119         (count-lines-region): Make it an obsolete alias.
11121 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
11123         * saveplace.el (save-place-to-alist)
11124         (save-place-ignore-files-regexp): Allow value nil to disable this
11125         feature.
11127 2012-03-04  Chong Yidong  <cyd@gnu.org>
11129         * faces.el (face-spec-reset-face): For the default face, reset the
11130         attributes to default values (Bug#10748).
11132 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11134         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
11135         previous patch: Check `message-send-mail-function', and not the
11136         default function (bug#10897).
11138 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
11140         * notifications.el (notifications-on-action-signal)
11141         (notifications-on-closed-signal): Check for unique service name of
11142         incoming event.  Fix error in removing entry.
11143         (top): Register for signals with wildcard service name.
11144         (notifications-notify): Use daemon unique service name for map entries.
11146 2012-03-04  Chong Yidong  <cyd@gnu.org>
11148         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
11150 2012-03-04  Glenn Morris  <rgm@gnu.org>
11152         * abbrev.el (copy-abbrev-table, abbrev-table-p)
11153         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
11154         (expand-abbrev, define-abbrev-table): Doc fixes.
11156 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
11159         `message-default-send-mail-function' and not `send-mail-function'
11160         when doing the prompting for `sendmail-query-once' before sending
11161         in Message buffers (bug#10897).
11163         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
11164         This is inconsistent with all the other stream functions, which leave
11165         the setting up to the higher levels (if so wanted) (bug#10931).
11167 2012-03-02  Alan Mackenzie  <acm@muc.de>
11169         Depessimize the handling of very large macros.
11171         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
11172         (c-macro-cache-syntactic): New variables to implement a one
11173         element macro cache.
11174         (c-invalidate-macro-cache): New function.
11175         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
11176         Adapt to use the new cache.
11177         (c-state-safe-place): Use better the cache of safe positions.
11178         (c-state-semi-nonlit-pos-cache)
11179         (c-state-semi-nonlit-pos-cache-limit):
11180         New variables for...
11181         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
11182         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
11183         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
11184         Use c-state-semi-safe-place.
11186         * progmodes/cc-langs.el (c-get-state-before-change-functions):
11187         Add c-invalidate-macro-cache to the C, C++, Obj entries.
11189 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
11191         * jka-compr.el (jka-compr-call-process):
11192         Apply `file-accessible-directory-p' only when the default directory is
11193         not remote.
11195 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
11197         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
11198         access of FILE2, if FILE1 does not exist.
11200         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
11201         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
11203         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
11204         Add "PAGER=" to `process-environment'.
11206 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
11208         * progmodes/sql.el: Bug fix
11209         (sql-get-login-ext): Save login values in globals.
11210         (sql-get-login): Use new version of `sql-get-login-ext'.
11211         (sql-interactive-mode): Set global `sql-connection' to nil.
11212         (sql-connect): Set global values for connection.
11213         (sql-product-interactive): Save global values as buffer local.
11215 2012-02-29  Leo Liu  <sdl.web@gmail.com>
11217         * abbrev.el (define-abbrevs): Reset sys to nil.
11219 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11221         * files.el (file-equal-p): Rename from `files-equal-p'.
11222         Return nil when one or both files don't exist.
11223         (file-subdir-of-p): Now only top directory must exists,
11224         return nil if it doesn't.
11225         (copy-directory): No need to test with `file-subdir-of-p' after
11226         creating dir.
11227         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
11228         to `file-equal-p'.
11230 2012-02-28  Glenn Morris  <rgm@gnu.org>
11232         * shell.el (shell-mode):
11233         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
11234         * play/landmark.el (landmark-font-lock-face-O):
11235         * play/handwrite.el (handwrite):
11236         * play/gomoku.el (gomoku-O):
11237         * net/browse-url.el (browse-url-browser-display):
11238         * international/mule.el (define-charset):
11239         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
11240         * filesets.el (filesets-find-file-delay):
11241         * eshell/em-xtra.el (eshell-xtra):
11242         * eshell/em-unix.el (eshell-grep):
11243         * emulation/viper.el (viper-mode):
11244         * emacs-lisp/regexp-opt.el (regexp-opt-group):
11245         * emacs-lisp/easymenu.el (easy-menu-define):
11246         * calendar/timeclock.el (timeclock-use-display-time):
11247         * bs.el (bs-mode):
11248         * bookmark.el (bookmark-save-flag):
11249         Doc fix (standardize possessive apostrophe usage).
11251 2012-02-27  Chong Yidong  <cyd@gnu.org>
11253         * emulation/viper-cmd.el (viper-intercept-ESC-key):
11254         Fix key-binding lookup for ESC key (Bug#9146).
11256         * font-lock.el (font-lock-specified-p): Rename from
11257         font-lock-spec-present.  Callers changed.
11259 2012-02-27  Daniel Hackney  <dan@haxney.org>
11261         * emacs-lisp/package.el (package-compute-transaction):
11262         Handle holding a package version to t in package-load-list.
11264 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
11266         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
11267         (tramp-get-inode, tramp-get-device): Use cached values.
11269 2012-02-26  Alan Mackenzie  <acm@muc.de>
11271         Check there is a font-lock specification before doing initial
11272         fontification.
11274         * font-core.el (font-lock-mode): Move the conditional from
11275         :after-hook to font-lock-initial-fontify.
11276         (font-lock-default-function): Move the check for a specification
11277         to font-lock-spec-present.
11279         * font-lock.el (font-lock-initial-fontify): Call ...
11280         (font-lock-spec-present): New function.
11282 2012-02-26  Jim Blandy  <jimb@red-bean.com>
11284         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
11285         (gdb-send): Apply it to the operand of the '-interpreter-exec
11286         console' command, so that we can pass arguments with (say) quotes
11287         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
11289 2012-02-26  Chong Yidong  <cyd@gnu.org>
11291         * help-fns.el (describe-function-1): Clarify description of
11292         remapping (Bug#10844).
11294         * files.el (files-equal-p): Doc fix.
11295         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
11296         and quit the loop once a mismatch is found.
11298 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
11300         * bs.el (bs--show-with-configuration): Don't throw an error
11301         if the window cannot be split; otherwise, subsequent calls to
11302         bs-show fail, restoring a stale window config.  (Bug#10882)
11304 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
11306         * term/ns-win.el (global-map): Bind ns-drag-file to
11307         ns-find-file (Bug#5855, Bug#10050).
11309 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
11311         * calendar/parse-time.el (parse-time-string): Allow extractor to
11312         return nil.
11314 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
11316         * net/tramp.el (tramp-file-name-for-operation):
11317         Add `files-equal-p' and `file-subdir-of-p'.
11319         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
11320         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
11321         Add COPY-CONTENTS argument.
11323 2012-02-25  Chong Yidong  <cyd@gnu.org>
11325         Add custom groups for VC backends, for consistency with vc-bzr.
11327         * vc/vc-arch.el (vc-arch):
11328         * vc/vc-cvs.el (vc-cvs):
11329         * vc/vc-git.el (vc-git):
11330         * vc/vc-hg.el (vc-hg):
11331         * vc/vc-mtn.el (vc-mtn):
11332         * vc/vc-rcs.el (vc-rcs):
11333         * vc/vc-sccs.el (vc-sccs):
11334         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
11335         All relevant defcustoms reassigned.
11337 2012-02-25  Chong Yidong  <cyd@gnu.org>
11339         * newcomment.el (comment-styles): Add autoload (Bug#10868).
11341         * term/x-win.el (x-initialize-window-system): Reduce default for
11342         x-selection-timeout to 5 seconds (Bug#8869).
11344 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11346         * files.el (files-equal-p, file-subdir-of-p): New functions.
11347         (copy-directory): Error when trying to copy a directory on itself.
11348         Add missing copy-contents arg to tramp handler.
11349         * dired-aux.el (dired-copy-file-recursive): Same.
11350         (dired-create-files): Modify destination when source is equal to
11351         dest when copying files.
11352         Return also when dest is a subdir of source.  (Bug#10489)
11354 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
11356         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
11357         (Bug#10874)
11359 2012-02-23  Alan Mackenzie  <acm@muc.de>
11361         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
11362         parameter "after-hook:" to allow the expansion to run code after
11363         the execution of the mode hooks.
11365         * font-lock.el (font-lock-initial-fontify): New function extracted
11366         from font-lock-mode-internal.
11368         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
11369         :after-hook.
11371 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11373         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
11374         (completion--cache-all-sorted-completions): New function.
11375         (completion-all-sorted-completions): Use it.
11376         (completion--do-completion, minibuffer-force-complete):
11377         Use it to re-instate the flush hook.
11379         * icomplete.el (icomplete-completions): Replace last fix with a better
11380         one (bug#10850).
11382 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
11384         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
11385         when it might call us back infinitely (bug#10797).
11387 2012-02-23  Glenn Morris  <rgm@gnu.org>
11389         * minibuffer.el (completion-category-overrides): Doc fix.
11391 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11393         * minibuffer.el (completion-table-with-context): Fix inf-loop.
11394         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
11396 2012-02-23  Glenn Morris  <rgm@gnu.org>
11398         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
11399         (authors-obsolete-files-regexps, authors-ignored-files)
11400         (authors-ambiguous-files, authors-renamed-files-alist):
11401         Add more entries.
11403 2012-02-23  Juri Linkov  <juri@jurta.org>
11405         * isearch.el (isearch-occur): Sync interactive spec with occur's
11406         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
11408         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
11410 2012-02-22  Juri Linkov  <juri@jurta.org>
11412         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
11413         (ucs-insert): Doc fix.  Check for hex digits in the string.
11414         Don't display `nil' in the error message.  (Bug#10857)
11416 2012-02-22  Alan Mackenzie  <acm@muc.de>
11418         * progmodes/cc-mode.el: Revert change #107149 from 2012-02-06.
11420 2012-02-22  Glenn Morris  <rgm@gnu.org>
11422         * ffap.el (ffap-c-path):
11423         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
11425 2012-02-22  Chong Yidong  <cyd@gnu.org>
11427         * custom.el (load-theme): Doc fix.
11429 2012-02-22  Glenn Morris  <rgm@gnu.org>
11431         * dired-x.el (dired-guess-shell-alist-default):
11432         Remove escape sequences from nroff output.  (Bug#172)
11434 2012-02-21  Glenn Morris  <rgm@gnu.org>
11436         * vc/emerge.el (emerge-defvar-local):
11437         Set `permanent-local' property rather than unused `preserved'.
11439         * textmodes/picture.el (picture-delete-char): New alias.
11440         (picture-mode-map): Use it.  (Bug#10860)
11441         (picture-mode): Doc fix.
11443 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
11445         * newcomment.el (uncomment-region-default): Remove unused binding.
11447 2012-02-21  Glenn Morris  <rgm@gnu.org>
11449         * textmodes/picture.el (picture-motion, picture-motion-reverse)
11450         (picture-self-insert, picture-tab-chars): Doc fix.
11451         (picture-mode-map): Fix C-a, C-e.
11453 2012-02-20  Glenn Morris  <rgm@gnu.org>
11455         * emacs-lisp/authors.el (authors-aliases): Add another entry.
11457 2012-02-20  Leo Liu  <sdl.web@gmail.com>
11459         * icomplete.el (icomplete-completions): Check FROM arg before
11460         passing to substring (Bug#10850).
11462 2012-02-19  Chong Yidong  <cyd@gnu.org>
11464         * comint.el: Require ansi-color.
11465         (comint-output-filter-functions): Add ansi-color-process-output.
11467         * ansi-color.el: Don't set comint-output-filter-functions; it is
11468         now in the initial value defined in comint.el.
11469         (ansi-color-apply-face-function): New variable.
11470         (ansi-color-apply-on-region): Use it.
11471         (ansi-color-apply-overlay-face): New function.
11473         * shell.el (shell): No need to require ansi-color.
11474         (shell-mode): Use ansi-color-apply-face-function to highlight
11475         color escapes using font-lock-face property (Bug#10835).
11477 2012-02-19  Chong Yidong  <cyd@gnu.org>
11479         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
11480         mode-line formats (Bug#10839).
11482 2012-02-18  Glenn Morris  <rgm@gnu.org>
11484         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
11486         * mail/undigest.el (unforward-rmail-message): Doc fix.
11488         * saveplace.el (save-place-ignore-files-regexp): Add :version.
11490 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
11492         * international/characters.el (script-list): Sync with the latest
11493         Unicode Character Database.
11495 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
11497         * international/titdic-cnv.el: Remove duplicate coding tag.
11498         * language/cham.el: Likewise.
11499         * language/tai-viet.el: Likewise.
11501 2012-02-18  Glenn Morris  <rgm@gnu.org>
11503         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
11504         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
11505         (calendar-bahai-all-holidays-flag, calendar-other-dates):
11506         * calendar/diary-lib.el (diary-abbreviated-year-flag):
11507         * calendar/holidays.el (holiday-bahai-holidays)
11508         (calendar-holidays, list-holidays):
11509         Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
11511 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
11513         * saveplace.el (save-place-ignore-files-regexp): New variable
11514         allowing for excluding files from saving their location of point.
11515         The default value matches the temporary commit message editing
11516         files from Git, SVN, Bazaar, and Mercurial.
11517         (save-place-to-alist): Use it.
11519 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
11520             Stefan Monnier  <monnier@iro.umontreal.ca>
11522         * newcomment.el (uncomment-region-default): Don't leave extra space
11523         when an arg is provided (bug#8150).
11525 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
11527         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
11529 2012-02-17  Glenn Morris  <rgm@gnu.org>
11531         * net/socks.el: Require network-stream.  (Bug#10599)
11533 2012-02-17  Kenichi Handa  <handa@m17n.org>
11535         * international/charprop.el:
11536         * international/uni-name.el:
11537         * international/uni-old-name.el:
11538         * international/uni-comment.el: Regenerate.
11540 2012-02-16  Glenn Morris  <rgm@gnu.org>
11542         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
11543         Interactively in calendar buffer, give an error if not on a date.
11545 2012-02-15  Glenn Morris  <rgm@gnu.org>
11547         * shell.el (shell-delimiter-argument-list):
11548         Revert 2011-02-17 change.  (Bug#8027)
11550 2012-02-15  Chong Yidong  <cyd@gnu.org>
11552         * minibuffer.el (completion-at-point-functions): Doc fix.
11554         * custom.el (defcustom): Doc fix; note use of defvar.
11556 2012-02-15  Glenn Morris  <rgm@gnu.org>
11558         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
11559         Doc fixes.
11561 2012-02-14  Glenn Morris  <rgm@gnu.org>
11563         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
11565 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
11567         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
11568         way the ports list is computed.
11569         (smtpmail-query-smtp-server): Prompt the user for a port number if
11570         we can't connect to any of the standard ports (bug#10810).
11572 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11574         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
11576 2012-02-13  Glenn Morris  <rgm@gnu.org>
11578         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
11580 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
11582         * net/gnutls.el (gnutls-trustfiles): New variable.
11583         (gnutls-negotiate): Use it.
11585 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
11587         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
11588         does its stuff if Gnus is running.
11590 2012-02-13  Alan Mackenzie  <acm@muc.de>
11592         Fix a loop in c-set-fl-decl-start.
11594         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
11595         c-backward-syntactic-ws actually moves backwards.
11597 2012-02-13  Leo Liu  <sdl.web@gmail.com>
11599         * net/rcirc.el (rcirc-markup-attributes): Move point to the
11600         beginning so that all \C-o chars are removed.
11602 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
11604         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
11606 2012-02-12  Alan Mackenzie  <acm@muc.de>
11608         Fix infinite loop with long macros.
11609         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
11611 2012-02-12  Chong Yidong  <cyd@gnu.org>
11613         * window.el (display-buffer): Doc fix (Bug#10785).
11615 2012-02-12  Glenn Morris  <rgm@gnu.org>
11617         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11618         (x-disown-selection-internal, x-get-selection-internal):
11619         Sync docs with the xselect.c versions.
11621         * allout-widgets.el: Add missing license notice.
11623 2012-02-11  Glenn Morris  <rgm@gnu.org>
11625         * select.el (x-get-selection-internal, x-own-selection-internal)
11626         (x-disown-selection-internal):
11627         * x-dnd.el (x-get-selection-internal): Update declarations.
11629         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
11631         * window.el (window-sides-slots):
11632         * tool-bar.el (tool-bar-position):
11633         * term/xterm.el (xterm-extra-capabilities):
11634         * ses.el (ses-self-reference-early-detection):
11635         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
11636         (verilog-auto-wire-type)
11637         (verilog-auto-delete-trailing-whitespace)
11638         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
11639         (verilog-auto-tieoff-declaration):
11640         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
11641         (sql-oracle-statement-starters, sql-oracle-scan-on):
11642         * progmodes/prolog.el (prolog-align-comments-flag)
11643         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
11644         (prolog-left-indent-regexp, prolog-paren-indent-p)
11645         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
11646         (prolog-types, prolog-mode-specificators)
11647         (prolog-determinism-specificators, prolog-directives)
11648         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
11649         (prolog-electric-dot-flag)
11650         (prolog-electric-dot-full-predicate-template)
11651         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
11652         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
11653         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
11654         (prolog-program-switches, prolog-prompt-regexp)
11655         (prolog-debug-on-string, prolog-debug-off-string)
11656         (prolog-trace-on-string, prolog-trace-off-string)
11657         (prolog-zip-on-string, prolog-zip-off-string)
11658         (prolog-use-standard-consult-compile-method-flag)
11659         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
11660         (prolog-imenu-max-lines, prolog-info-predicate-index)
11661         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
11662         (prolog-char-quote-workaround):
11663         * progmodes/cc-vars.el (c-defun-tactic):
11664         * net/tramp.el (tramp-encoding-command-interactive)
11665         (tramp-local-end-of-line):
11666         * net/soap-client.el (soap-client):
11667         * net/netrc.el (netrc-file):
11668         * net/gnutls.el (gnutls):
11669         * minibuffer.el (completion-category-overrides)
11670         (completion-cycle-threshold)
11671         (completion-pcm-complete-word-inserts-delimiters):
11672         * man.el (Man-name-local-regexp):
11673         * mail/feedmail.el (feedmail-display-full-frame):
11674         * international/characters.el (glyphless-char-display-control):
11675         * eshell/em-ls.el (eshell-ls-date-format):
11676         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
11677         (lisp-lambda-list-keyword-parameter-indentation)
11678         (lisp-lambda-list-keyword-parameter-alignment):
11679         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
11680         * dired-x.el (dired-omit-verbose):
11681         * cus-theme.el (custom-theme-allow-multiple-selections):
11682         * calc/calc.el (calc-highlight-selections-with-faces)
11683         (calc-lu-field-reference, calc-lu-power-reference)
11684         (calc-note-threshold):
11685         * battery.el (battery-mode-line-limit):
11686         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11687         (archive-7z-update):
11688         * allout.el (allout-prefixed-keybindings)
11689         (allout-unprefixed-keybindings)
11690         (allout-inhibit-auto-fill-on-headline)
11691         (allout-flattened-numbering-abbreviation):
11692         * allout-widgets.el (allout-widgets-auto-activation)
11693         (allout-widgets-icons-dark-subdir)
11694         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
11695         (allout-widgets-theme-dark-background)
11696         (allout-widgets-theme-light-background)
11697         (allout-widgets-item-image-properties-emacs)
11698         (allout-widgets-item-image-properties-xemacs)
11699         (allout-widgets-run-unit-tests-on-load)
11700         (allout-widgets-time-decoration-activity)
11701         (allout-widgets-hook-error-post-time)
11702         (allout-widgets-track-decoration):
11703         Add missing :version tags to new defcustoms and defgroups.
11705         * progmodes/sql.el (sql-ansi-statement-starters)
11706         (sql-oracle-statement-starters): Add custom type.
11708         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
11709         (prolog-system-version): Give it a type.
11711 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
11713         * term/pc-win.el (x-select-text, x-selection-owner-p)
11714         (x-own-selection-internal, x-disown-selection-internal)
11715         (x-get-selection-internal): Sync doc strings and argument lists
11716         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
11718 2012-02-11  Leo Liu  <sdl.web@gmail.com>
11720         * progmodes/python.el (python-end-of-statement): Fix infinite
11721         loop.  (Bug#10788)
11723 2012-02-10  Glenn Morris  <rgm@gnu.org>
11725         * international/mule-cmds.el (unify-8859-on-encoding-mode)
11726         (unify-8859-on-decoding-mode): Properly mark as obsolete.
11728 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
11730         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
11731         about SMTP before checking the From header.
11733         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
11734         into own function for reuse by emacsbug.el.
11736 2012-02-10  Leo Liu  <sdl.web@gmail.com>
11738         * subr.el (condition-case-unless-debug): Rename from
11739         condition-case-no-debug.  All callers changed.
11740         (with-demoted-errors): Fix caller.
11742         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
11743         * nxml/rng-valid.el (rng-do-some-validation):
11744         * emacs-lisp/package.el (package-refresh-contents)
11745         (package-menu-execute):
11746         * desktop.el (desktop-create-buffer):
11747         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
11749 2012-02-10  Glenn Morris  <rgm@gnu.org>
11751         * textmodes/bibtex.el:
11752         Add missing :version tags for new/changed defcustoms.
11754         * files.el (remote-file-name-inhibit-cache): Doc fixes.
11756 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
11758         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
11759         (smtpmail-via-smtp): Use it, or fall back on the From address.
11760         (smtpmail-send-it): Ditto.
11762 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11764         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
11765         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
11766         (byte-compile-tmp-var): New const.
11767         (byte-compile-defvar): Use it to minimize .elc size.
11768         Just use `defvar' rather than simulate it (bug#10761).
11770 2012-02-09  Glenn Morris  <rgm@gnu.org>
11772         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
11774         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
11775         Add :version tags.
11777         * progmodes/compile.el (compilation-error-screen-columns)
11778         (compilation-first-column, compilation-filter-start): Doc fixes.
11780         * vc/log-view.el (log-view-toggle-entry-display):
11781         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
11783         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
11784         (report-emacs-bug-can-use-xdg-email):
11785         (report-emacs-bug-insert-to-mailer): Doc fixes.
11786         (report-emacs-bug): Message fix.
11788         * net/browse-url.el (browse-url-can-use-xdg-open)
11789         (browse-url-xdg-open): Doc fixes.
11791         * electric.el (electric-indent-mode, electric-pair-mode)
11792         (electric-layout-rules, electric-layout-mode): Doc fixes.
11793         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11795 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
11797         * server.el (server-unselect-display): Don't inadvertently kill
11798         the current buffer.  (Bug#10729)
11800 2012-02-08  Glenn Morris  <rgm@gnu.org>
11802         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11803         (sql-list-table): Doc fixes.
11805         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11806         Comment out (does nothing).
11808         * completion.el (dynamic-completion-mode):
11809         * dirtrack.el (dirtrack-debug-mode):
11810         * electric.el (electric-layout-mode):
11811         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11812         * face-remap.el (text-scale-mode, buffer-face-mode):
11813         * iimage.el (iimage-mode):
11814         * image-mode.el (image-transform-mode):
11815         * minibuffer.el (completion-in-region-mode):
11816         * scroll-lock.el (scroll-lock-mode):
11817         * simple.el (next-error-follow-minor-mode):
11818         * tar-mode.el (tar-subfile-mode):
11819         * tooltip.el (tooltip-mode):
11820         * vcursor.el (vcursor-use-vcursor-map):
11821         * wid-browse.el (widget-minor-mode):
11822         * emulation/tpu-edt.el (tpu-edt-mode):
11823         * emulation/tpu-extras.el (tpu-cursor-free-mode):
11824         * international/iso-ascii.el (iso-ascii-mode):
11825         * language/thai-util.el (thai-word-mode):
11826         * mail/supercite.el (sc-minor-mode):
11827         * net/goto-addr.el (goto-address-mode):
11828         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11829         * progmodes/cwarn.el (cwarn-mode):
11830         * progmodes/flymake.el (flymake-mode):
11831         * progmodes/glasses.el (glasses-mode):
11832         * progmodes/hideshow.el (hs-minor-mode):
11833         * progmodes/pascal.el (pascal-outline-mode):
11834         * textmodes/enriched.el (enriched-mode):
11835         * vc/smerge-mode.el (smerge-mode):
11836         Doc fixes (minor mode argument).
11838 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
11840         * ls-lisp.el (ls-lisp-sanitize): New function.
11841         (ls-lisp-insert-directory): Use it to fix or remove any elements
11842         in file-alist with missing attributes.  (Bug#4673)
11844 2012-02-07  Alan Mackenzie  <acm@muc.de>
11846         Fix spurious recognition of c-in-knr-argdecl.
11848         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11849         putative K&R region.
11851 2012-02-07  Alan Mackenzie  <acm@muc.de>
11853         * progmodes/cc-engine.el (c-forward-objc-directive):
11854         Prevent looping in "#pragma mark @implementation".
11856 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
11858         * notifications.el (notifications-on-closed-signal): Make `reason'
11859         optional.  (Bug#10744)
11861 2012-02-07  Glenn Morris  <rgm@gnu.org>
11863         * emacs-lisp/easy-mmode.el (define-minor-mode):
11864         Doc fixes for the macro and the mode it defines.
11866         * image.el (imagemagick-types-inhibit): Doc fix.
11868         * cus-start.el (imagemagick-render-type): Add it.
11870 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
11872         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11873         Set the default at load time, too, so that `font-lock-fontify-buffer'
11874         can be called without setting up the entire mode first.  This fixes
11875         a bug in `mm-inline-text' with C MIME parts.
11877 2012-02-06  Chong Yidong  <cyd@gnu.org>
11879         * simple.el (list-processes--refresh): Delete exited processes
11880         (Bug#8094).
11882         * comint.el (comint-next-prompt): next-single-char-property-change
11883         and prev-single-char-property-change never return nil (Bug#8657).
11885         * custom.el (defcustom): Doc fix (Bug#9711).
11887 2012-02-05  Chong Yidong  <cyd@gnu.org>
11889         * cus-edit.el (custom-variable-reset-backup): Quote the value
11890         before storing it in the customized-value property (Bug#6712).
11891         (custom-display): Add a customization type tag.
11892         (custom-buffer-create-internal): Improve tooltip message.
11894         * wid-edit.el (widget-field-value-get): New optional arg to
11895         suppress trailing whitespace truncation.
11896         (character): Use it (Bug#2689).
11898 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
11900         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11901         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11903 2012-02-05  Chong Yidong  <cyd@gnu.org>
11905         * cus-edit.el (custom-variable-value-create): For mismatched
11906         types, show the current value (Bug#7600).
11908         * custom.el (defcustom): Doc fix.
11910 2012-02-05  Glenn Morris  <rgm@gnu.org>
11912         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11914 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
11916         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11917         (pp-buffer): Use `ignore-errors', `looking-at-p'.
11918         (pp-last-sexp): Use `looking-at-p'.
11920 2012-02-04  Glenn Morris  <rgm@gnu.org>
11922         * files.el (revert-buffer):
11923         Doc fix (mention revert-buffer-in-progress-p).
11925         * emacs-lisp/ert-x.el (ert-simulate-command):
11926         Check deferred-action-list (which is obsolete) is bound.
11928         * subr.el (with-wrapper-hook): Doc fixes.
11930         * simple.el (filter-buffer-substring-functions)
11931         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11933 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
11935         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11936         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
11938 2012-02-04  Leo Liu  <sdl.web@gmail.com>
11940         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11942 2012-02-04  Glenn Morris  <rgm@gnu.org>
11944         * image.el (image-extension-data): Add obsolete alias.
11946         * isearch.el (isearch-update): Doc fix.
11948         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11950         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11952 2012-02-03  Glenn Morris  <rgm@gnu.org>
11954         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
11955         (image-animate-timeout): Doc fix.
11957         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11959 2012-02-02  Glenn Morris  <rgm@gnu.org>
11961         * server.el (server-auth-dir): Doc fix.
11962         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
11964         * subr.el (run-mode-hooks): Doc fix.
11966 2012-02-02  Juri Linkov  <juri@jurta.org>
11968         * image-mode.el (image-toggle-display-image): Remove tautological
11969         `major-mode' from the `derived-mode-p' test.
11971 2012-02-02  Kenichi Handa  <handa@m17n.org>
11973         * composite.el (compose-region): Cancel previous change.
11975 2012-02-02  Kenichi Handa  <handa@m17n.org>
11977         * composite.el (compose-region, compose-string): Signal error for
11978         a null string component (Bug#6988).
11980 2012-02-01  Chong Yidong  <cyd@gnu.org>
11982         * view.el (view-buffer-other-window, view-buffer-other-frame):
11983         Handle special modes like view-buffer (Bug#10650).
11984         (view-buffer): Simplify.
11986         * frame.el (set-frame-font): Tweak meaning of third argument.
11988         * dynamic-setting.el (font-setting-change-default-font):
11989         Use set-frame-font (Bug#9982).
11991 2012-02-01  Glenn Morris  <rgm@gnu.org>
11993         * progmodes/compile.el (compilation-internal-error-properties):
11994         Respect compilation-first-column in the "*compilation*" buffer.
11996         * emacs-lisp/easy-mmode.el (define-minor-mode):
11997         Relax :variable's test for a named function.
11999 2012-01-31  Alan Mackenzie  <acm@muc.de>
12001         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
12002         off by one error.
12004 2012-01-31  Chong Yidong  <cyd@gnu.org>
12006         * frame.el (set-frame-font): New arg ALL-FRAMES.
12008         * menu-bar.el (menu-set-font): Use set-frame-font.
12010         * faces.el (face-spec-reset-face): Don't apply unspecified
12011         attribute values to the default face.
12013 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
12015         * progmodes/cwarn.el (cwarn): Remove dead link.
12016         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
12017         Remove * from defcustom docstrings.
12018         (turn-on-cwarn-mode): Make obsolete.
12019         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
12020         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
12022 2012-01-31  Glenn Morris  <rgm@gnu.org>
12024         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12025         Fix :variable handling of mode a symbol not equal to modefun.
12026         Allow named functions to be used as the cdr of :variable.
12028 2012-01-30  Glenn Morris  <rgm@gnu.org>
12030         * emacs-lisp/authors.el (authors-fixed-entries):
12031         Remove reference to deleted file rnewspost.el.
12033 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
12035         * window.el (window-with-parameter): Remove unused variable `windows'.
12036         (window--side-check): Remove unused variable `code'.
12037         (window--resize-siblings): Remove unused variable `first'.
12038         (adjust-window-trailing-edge): Remove unused variable `failed'.
12039         (window-deletable-p, window--delete): Remove unused variable `buffer'.
12040         Use `let', not `let*'.
12041         (balance-windows-2): Remove unused variable `found'.
12042         (window--state-put-2): Remove unused variable `splits'.
12043         (window-state-put): Remove unused variable `selected'.
12044         (same-window-p): Use `string-match-p'.
12045         (display-buffer-assq-regexp): Remove unused variable `value'.
12046         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12047         Mark argument ALIST as ignored.
12048         (pop-to-buffer): Remove unused variable `old-window'.
12050 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
12052         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
12053         and .lzma compressed files.
12055 2012-01-29  Chong Yidong  <cyd@gnu.org>
12057         * frame.el (window-system-default-frame-alist): Doc fix.
12059         * dynamic-setting.el (font-setting-change-default-font): Don't
12060         change the default face if SET-FONT argument is non-nil (Bug#9982).
12062 2012-01-29  Samuel Bronson  <naesten@gmail.com>
12064         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
12066 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
12068         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
12069         breakpoints in files outside current directory (Bug#6098).
12071 2012-01-29  Chong Yidong  <cyd@gnu.org>
12073         * progmodes/python.el: Require ansi-color at top-level.
12075         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
12076         Define and use in Emacs Lisp mode (Bug#9360).
12077         (lisp-mode-abbrev-table): Add doc.
12078         (lisp-mode-variables): Don't set local-abbrev-table.
12079         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
12081 2012-01-28  Roland Winkler  <winkler@gnu.org>
12083         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
12085 2012-01-28  Roland Winkler  <winkler@gnu.org>
12087         * textmodes/bibtex.el (bibtex-entry-alist): New function.
12088         (bibtex-set-dialect): Use it.  Either set global values of
12089         dialect-dependent variables or bind these variables buffer-locally
12090         (Bug#10254).
12091         (bibtex-mode): Call bibtex-set-dialect via
12092         hack-local-variables-hook.
12093         (bibtex-dialect): Update docstring.
12094         Add safe-local-variable predicate.
12095         (bibtex-entry-alist, bibtex-field-alist): Initialize via
12096         bibtex-set-dialect.
12097         (bibtex-mode-map): Define menu for each dialect.
12098         (bibtex-entry): Fix docstring.
12100 2012-01-28  Chong Yidong  <cyd@gnu.org>
12102         * eshell/esh-arg.el (eshell-quote-argument): New function.
12104         * eshell/esh-ext.el (eshell-invoke-batch-file):
12105         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
12106         first arg to eshell-parse-command (Bug#10523).
12108 2012-01-28  Drew Adams  <drew.adams@oracle.com>
12110         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
12111         `default-directory' is non-nil.
12113 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
12115         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
12116         line that displays system-configuration-options.  (Bug#9924)
12118 2012-01-28  Drew Adams  <drew.adams@oracle.com>
12120         * descr-text.el (describe-char): Show information about POS, in
12121         addition to information about the character at POS.  Improve and
12122         update the doc string.  Change "code point" to "code point in
12123         charset", to avoid confusion with the character's Unicode code
12124         point shown above that.  (Bug#10129)
12126 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
12128         * descr-text.el (describe-char): Show the raw character, not only
12129         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
12130         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
12131         for the reasons.
12133 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
12135         * emacs-lisp/package.el (package-install):
12136         Run package-refresh-contents if there is no archive yet (Bug#9798).
12138 2012-01-28  Chong Yidong  <cyd@gnu.org>
12140         * emacs-lisp/package.el (package-maybe-load-descriptor):
12141         New function, split from package-maybe-load-descriptor.
12142         (package-maybe-load-descriptor): Use it.
12143         (package-download-transaction): Fully load required packages
12144         inside the loop, so that `require' calls work (Bug#10593).
12145         (package-install): No need to call package-initialize now.
12147 2012-01-28  Chong Yidong  <cyd@gnu.org>
12149         * simple.el (deactivate-mark): Doc fix (Bug#8614).
12151         * tooltip.el (tooltip-mode): Doc fix.
12152         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
12154         * frame.el (set-cursor-color): Doc fix (Bug#352).
12156         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
12157         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
12159         * cus-edit.el (custom-buffer-create-internal): Fix search button
12160         action (Bug#10542).
12161         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
12163 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
12165         * dired.el (dired-mark-files-regexp):
12166         Include any subdirectory components.  (Bug#10445)
12168 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
12170         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
12171         Handle [host]:port syntax.  (Bug#10533)
12173 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
12175         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
12177 2012-01-26  Glenn Morris  <rgm@gnu.org>
12179         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
12180         * term.el (term-raw-escape-map): Use Control-X-prefix.
12181         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
12183 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
12185         * window.el (window-state-get, window--state-get-1): Don't deal
12186         with fixed-sizeness of windows.  Simplify code.
12188 2012-01-25  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
12190         * window.el (window--state-get-1, window--state-put-2):
12191         Don't save and restore the mark.
12193 2012-01-25  Chong Yidong  <cyd@gnu.org>
12195         * custom.el (custom-variable-p): Doc fix.
12197 2012-01-25  Glenn Morris  <rgm@gnu.org>
12199         * dired.el (dired-goto-file): Handle some of the more common
12200         characters that `ls -b' escapes.  (Bug#10596)
12202         * progmodes/compile.el (compilation-next-error-function):
12203         Respect compilation-first-column in the "*compilation*" buffer.
12204         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
12206         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
12208 2012-01-24  Glenn Morris  <rgm@gnu.org>
12210         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
12212 2012-01-24  Julien Danjou  <julien@danjou.info>
12214         * color.el (color-rgb-to-hsl): Fix value computing.
12215         (color-hue-to-rgb): New function.
12216         (color-hsl-to-rgb): New function.
12217         (color-clamp, color-saturate-hsl, color-saturate-name)
12218         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
12219         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
12221 2012-01-24  Glenn Morris  <rgm@gnu.org>
12223         * vc/vc-rcs.el (vc-rcs-create-tag):
12224         * vc/vc-sccs.el (vc-sccs-create-tag):
12225         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
12227 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
12229         * eshell/esh-util.el (eshell-read-hosts-file):
12230         Skip comment lines.  (Bug#10549)
12232         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
12234 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
12236         * subr.el (display-delayed-warnings): Doc fix.
12237         (collapse-delayed-warnings): New function to collapse identical
12238         adjacent warnings.
12239         (delayed-warnings-hook): Add it.
12241 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
12243         * net/tramp.el (tramp-action-login): Set connection property "login-as".
12245         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
12246         (tramp-default-user-alist): Don't add "pscp".
12247         (tramp-do-copy-or-rename-file-out-of-band): Use connection
12248         property "login-as", if set.  (Bug#10530)
12250 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
12252         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
12253         "plink1" and "psftp".  (Bug#10530)
12255 2012-01-21  Kenichi Handa  <handa@m17n.org>
12257         * international/mule-cmds.el (prefer-coding-system): Show a
12258         warning message if the default value of file-name-coding-system
12259         was not changed.
12261 2012-01-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
12263         * windmove.el (windmove-reference-loc):
12264         Fix windmove-reference-loc miscalculation.
12266 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
12268         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
12269         default unit.
12271 2012-01-21  Glenn Morris  <rgm@gnu.org>
12273         * international/mule.el (auto-coding-alist): Add .tbz.
12275         * files.el (local-enable-local-variables): Doc fix.
12276         (inhibit-local-variables-regexps): Rename from
12277         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
12278         Doc fix.  Add some extensions from auto-coding-alist.
12279         (inhibit-local-variables-suffixes):
12280         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
12281         (inhibit-local-variables-p):
12282         New function, extracted from set-auto-mode-1.
12283         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
12284         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
12285         (hack-local-variables): Doc fix.  Make the mode-only case
12286         respect enable-local-variables and friends.
12287         Respect inhibit-local-variables-regexps for file-locals, but
12288         not for directory-locals.
12289         (set-visited-file-name):
12290         Take account of inhibit-local-variables-regexps.
12291         Whether it applies may change as the file name is changed.
12292         * jka-cmpr-hook.el (jka-compr-install):
12293         * jka-compr.el (jka-compr-uninstall):
12294         Update for inhibit-first-line-modes-suffixes name change.
12296 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
12298         * help-macro.el (make-help-screen): Temporarily restore original
12299         binding for minor-mode-map-alist (Bug#10454).
12301 2012-01-19  Julien Danjou  <julien@danjou.info>
12303         * color.el (color-name-to-rgb): Use the white color to find the max
12304         color component value and return correctly computed values.
12305         (color-name-to-rgb): Add missing float conversion for max value.
12307 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
12309         * window.el (window--state-get-1, window-state-get): Do not use
12310         special state value for window-persistent-parameters.
12311         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
12312         (window--state-put-2): Reset all window parameters to nil before
12313         assigning values of persistent parameters.
12315 2012-01-18  Alan Mackenzie  <acm@muc.de>
12317         Eliminate sluggishness and hangs in fontification of "semicolon
12318         deserts".
12320         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
12321         Change value 10000 -> 3000.
12322         (c-state-safe-place): Reformulate so it doesn't stack up an
12323         infinite number of wrong entries in c-state-nonlit-pos-cache.
12324         (c-determine-limit-get-base, c-determine-limit): New functions to
12325         determine backward search limits disregarding literals.
12326         (c-find-decl-spots): Amend commenting.
12327         (c-cheap-inside-bracelist-p): New function which detects "={".
12329         * progmodes/cc-fonts.el
12330         (c-make-font-lock-BO-decl-search-function): Give a limit to a
12331         backward search.
12332         (c-font-lock-declarations): Fix an occurrence of point being
12333         undefined.  Check additionally for point being in a bracelist or
12334         near a macro invocation without a semicolon so as to avoid a
12335         fruitless time consuming search for a declarator.  Give a more
12336         precise search limit for declarators using the new
12337         c-determine-limit.
12339 2012-01-18  Glenn Morris  <rgm@gnu.org>
12341         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
12342         (set-auto-mode): Doc fixes.
12344 2012-01-17  Glenn Morris  <rgm@gnu.org>
12346         * isearch.el (search-nonincremental-instead): Fix doc typo.
12348         * dired.el (dired-insert-directory): Handle newlines in directory name.
12349         (dired-build-subdir-alist): Unescape newlines in directory name.
12351 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
12353         * net/tramp.el (tramp-local-end-of-line): New defcustom.
12354         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
12355         (tramp-action-terminal): Use it.  (Bug#10530)
12357 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12359         * minibuffer.el (completion--replace): Strip properties (bug#10062).
12361 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
12363         * window.el (window-state-ignored-parameters): Remove variable.
12364         (window--state-get-1): Rename argument MARKERS to IGNORE.
12365         Handle persistent window parameters.  Make copy of clone-of
12366         parameter only if requested.  (Bug#10348)
12367         (window--state-put-2): Install a window parameter only if it has
12368         a non-nil value or an existing parameter shall be overwritten.
12370 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
12372         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
12374 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
12376         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
12377         don't pass the (nil) value of `upnode' to string-match.
12379 2012-01-14  Chong Yidong  <cyd@gnu.org>
12381         * startup.el (command-line): Fix X resource class for cursorColor.
12382         Fix values recognized by the cursorBlink resource.
12384 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
12386         * epg.el (epg--make-temp-file): Avoid permission race condition
12387         when running on old Emacs versions (bug#10403).
12389 2012-01-14  Glenn Morris  <rgm@gnu.org>
12391         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
12393 2012-01-13  Alan Mackenzie  <acm@muc.de>
12395         Fix filling for when filladapt mode is enabled.
12397         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
12398         c-mask-paragraph, pass in `fill-paragraph' rather than
12399         `fill-region-as-paragraph'.  (This is a reversion of a previous
12400         change.)
12401         * progmodes/cc-mode.el (c-basic-common-init):
12402         Make fill-paragraph-handle-comment buffer local and set it to nil.
12404 2012-01-13  Glenn Morris  <rgm@gnu.org>
12406         * dired.el (dired-switches-escape-p): New function.
12407         (dired-insert-directory): Use dired-switches-escape-p.
12408         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
12410         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
12412 2012-01-12  Glenn Morris  <rgm@gnu.org>
12414         * mail/sendmail.el (mail-mode): Update paragraph-separate for
12415         changes in adaptive-fill-regexp.  (Bug#10276)
12417 2012-01-11  Alan Mackenzie  <acm@muc.de>
12419         Fix Emacs bug #10463 - put `widen's around the critical spots.
12421         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
12422         widen around each invocation of c-state-pp-to-literal.  Remove an
12423         unused let variable.
12425 2012-01-11  Glenn Morris  <rgm@gnu.org>
12427         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
12428         Doc fix.
12430 2012-01-10  Chong Yidong  <cyd@gnu.org>
12432         * net/network-stream.el (network-stream-open-starttls):
12433         Avoid emitting a confusing error message when the server gives a bad
12434         response to the capability command.
12436 2012-01-10  Glenn Morris  <rgm@gnu.org>
12438         * mail/unrmail.el (unrmail): Tweak previous change.
12440 2012-01-09  Chong Yidong  <cyd@gnu.org>
12442         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
12444 2012-01-08  Alan Mackenzie  <acm@muc.de>
12446         Optimise font locking in long enum definitions.
12448         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
12449         arm to a cond form to handle enums.
12450         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
12451         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
12453 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
12455         * files.el (move-file-to-trash): Preserve default file modes on error.
12456         (Bug#10401)
12458 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12460         * faces.el (set-face-attribute): Clarify the meaning of the nil
12461         frame (bug#10294).
12463         * subr.el (with-selected-frame): Mention that the selected frame
12464         is restored (bug#9980).
12466         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
12467         (bug#9759).
12469         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
12470         (password-read): Don't autoload unused function.
12472 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
12474         * progmodes/which-func.el (which-func-mode): Turn into a
12475         non-interactive function and mark as obsolete (bug#10428).
12477 2012-01-06  Chong Yidong  <cyd@gnu.org>
12479         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
12480         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
12481         functions, along with 1 and -1.
12483 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
12485         * time.el (display-time-load-average)
12486         (display-time-default-load-average): Doc fixes.  See the thread
12487         starting at
12488         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
12489         for the details.
12491 2012-01-06  Glenn Morris  <rgm@gnu.org>
12493         * mail/unrmail.el (unrmail): Give an explicit error if the input file
12494         has no messages.  (Bug#10377)
12496         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
12497         than Info-edit.  (Bug#10385)
12499         * time.el (display-time-load-average, display-time-next-load-average):
12500         Doc fixes.
12502         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
12503         local setting of buffer-read-only to the input buffer.  (Bug#10419)
12505         * calendar/calendar.el (calendar-mode):
12506         Locally set scroll-margin to 0.  (Bug#10379)
12508 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
12510         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
12512 2012-01-05  Glenn Morris  <rgm@gnu.org>
12514         * eshell/em-unix.el (diff-no-select): Autoload it.
12515         (eshell/diff): Use diff-no-select.  (Bug#10420)
12517 2012-01-05  Chong Yidong  <cyd@gnu.org>
12519         * shell.el (shell-dynamic-complete-functions): Revert last change.
12520         (shell-command-completion-function): New function.
12521         (shell-completion-vars): Use it to implement
12522         shell-completion-execonly (Bug#10417).
12524         * custom.el (enable-theme): Don't set custom-safe-themes.
12526         * cus-theme.el (custom-theme-merge-theme):
12527         Ignore custom-enabled-themes and custom-safe-themes.
12529 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
12531         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
12532         first prompt in `sql-interacive-mode'.
12533         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
12534         keywords.
12535         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
12536         (sql-product-interactive): Bug fix: Set `sql-buffer' in
12537         context of original buffer.  Invoke `sql-login-hook'.
12539 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
12541         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
12542         letters in cite-prefix.
12544 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12546         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
12548 2012-01-03  Chong Yidong  <cyd@gnu.org>
12550         * shell.el (shell-dynamic-complete-functions):
12551         Put pcomplete-completions-at-point, so as to try
12552         comint-filename-completion first (Bug#10417).
12554 2012-01-02  Richard Stallman  <rms@gnu.org>
12556         * battery.el (battery-status-function):
12557         Detect when to use battery-yeeloong-sysfs.
12558         (battery-echo-area-format): Add string for Yeeloong.
12559         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
12560         (battery-yeeloong-sysfs): New function.
12562 2012-01-02  Chong Yidong  <cyd@gnu.org>
12564         * dirtrack.el (dirtrack-list): Eliminate unused third element.
12565         (dirtrack): Merge code for handling relative filenames in prompt
12566         from shell-dir-cookie-watcher.
12567         (dirtrack-debug-message): New arg to avoid excess format calls.
12569         * shell.el (shell-dir-cookie-re): Variable deleted.
12570         (shell-dir-cookie-watcher): Function deleted.
12571         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
12572         with dirtrack-mode.
12574 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
12576         * term/w32-win.el (dynamic-library-alist) <gnutls>:
12577         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
12578         libgnutls-26.dll.
12580 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
12582         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
12584 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
12586         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
12587         headers of non-MIME messages, when rmail-enable-mime is non-nil.
12589 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
12591         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
12592         also for alternative shells.
12593         (tramp-open-connection-setup-interactive-shell): Check, whether
12594         the shell is a busybox.
12595         (tramp-send-command): Don't suppress multiple prompts for
12596         busyboxes, it hurts.
12598 2011-12-28  Chong Yidong  <cyd@gnu.org>
12600         * progmodes/gdb-mi.el (gdb-get-source-file-list)
12601         (gdb-get-source-file): Move mode line update to
12602         gdb-get-source-file (Bug#10087).
12604 2011-12-25  Chong Yidong  <cyd@gnu.org>
12606         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
12607         gud-gdb-marker-filter without taking it as an argument.
12608         (gud-gdb-run-command-fetch-lines): Caller changed.
12609         (gud-gdb-completion-function): New variable.
12610         (gud-gdb-completion-at-point): Use it.
12611         (gud-gdb-completions-1): Split from gud-gdb-completions.
12613         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
12614         function as separate arguments.
12615         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
12616         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
12617         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
12618         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
12619         (gdb-stopped, def-gdb-auto-update-trigger)
12620         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
12621         (gdb-get-changed-registers, gdb-get-main-selected-frame):
12622         Callers changed.
12623         (gud-gdbmi-completions): New function.
12624         (gdb): Use it for generating the completion table.
12626 2011-12-24  Alan Mackenzie  <acm@muc.de>
12628         Introduce a mechanism to widen the region used in context font
12629         locking.  Use this to protect declarations from losing their contexts.
12631         * progmodes/cc-langs.el (c-before-font-lock-functions):
12632         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
12633         (c-before-context-fontification-functions): New defvar, a list of
12634         functions to be run just before context (etc.) font locking.
12636         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
12637         New, functionality extracted from
12638         c-neutralize-syntax-in-and-mark-CPP.
12639         (c-in-after-change-fontification): New variable.
12640         (c-after-change): Set c-in-after-change-fontification.
12641         (c-set-fl-decl-start): Rejig its interface, so it can be called
12642         from both after-change and context fontifying.
12643         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
12644         New functions.
12645         (c-standard-font-lock-fontify-region-function): New variable.
12646         (c-font-lock-fontify-region): New function.
12648 2011-12-24  Juri Linkov  <juri@jurta.org>
12650         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
12651         (Bug#10348)
12653 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
12655         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
12656         existence of source file.  (Bug#10325)
12658 2011-12-23  Alan Mackenzie  <acm@muc.de>
12660         Fix unstable fontification inside templates.
12662         * progmodes/cc-langs.el (c-before-font-lock-functions):
12663         Newly created from the singular version.  The (c c++ objc) entry now
12664         additionally has c-set-fl-decl-start.  The other languages (apart
12665         from AWK) have that as a single entry.
12667         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12668         The functionality for "local" declarations has been extracted to
12669         c-set-fl-decl-start.
12671         * progmodes/cc-mode.el (c-common-init, c-after-change):
12672         Changes due to pluralisation of c-before-font-lock-functions.
12673         (c-set-fl-decl-start): New function, extracted from
12674         c-font-lock-enclosing-decls and enhanced.
12676 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
12678         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
12680 2011-12-22  Juri Linkov  <juri@jurta.org>
12682         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
12684 2011-12-22  Chong Yidong  <cyd@gnu.org>
12686         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
12688 2011-12-21  Drew Adams  <drew.adams@oracle.com>
12690         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
12692 2011-12-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
12694         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
12696 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12698         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
12699         highlighting and support.  Fix up comments for capitalization.
12700         (cfengine-mode-debug): New var.
12701         (cfengine3-mode): Change the modeline indicator to "CFE3".
12702         (cfengine3-font-lock-keywords): Improve defun highlighting.
12703         (cfengine2-actions): Rename from `cfengine-actions'.
12704         (cfengine2-font-lock-keywords): Rename from
12705         `cfengine-font-lock-keywords'.
12706         (cfengine2-imenu-expression): Rename from
12707         `cfengine-imenu-expression'.
12708         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
12709         (cfengine2-beginning-of-defun): Rename from
12710         `cfengine-beginning-of-defun'.
12711         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
12712         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
12713         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
12714         modeline indicator to "CFE2".
12715         (cfengine-mode): Defalias to `cfengine-auto-mode'.
12716         (cfengine-mode-abbrevs): Mark obsolete.
12718 2011-12-21  Chong Yidong  <cyd@gnu.org>
12720         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
12721         filename argument.
12723 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
12725         * window.el (window-normalize-buffer-to-display): Remove.
12726         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
12728 2011-12-19  Chong Yidong  <cyd@gnu.org>
12730         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
12731         Don't signal an error in a predicate function; return non-nil.
12732         (vc-dir-mark-file): Move the error here.
12733         (vc-dir-mark-unmark): If acting on the region, keep going if one
12734         of the entries cannot be marked/unmarked.
12735         (vc-dir-mark-all-files): If current entry is a directory, mark
12736         only child files, as documented.
12738 2011-12-19  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
12740         * ses.el: Ooops... undo changes of revision 106664, as trunk
12741         branch is feature frozen, and revision 106664 was a feature
12742         addition.
12744 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
12746         * term/ns-win.el (ns-get-selection-internal)
12747         (ns-store-selection-internal): Declare.
12748         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
12749         Declare as obsolete.
12750         (ns-get-pasteboard, ns-paste-secondary):
12751         Use ns-get-selection-internal.
12752         (ns-set-pasteboard, ns-copy-including-secondary):
12753         Use ns-store-selection-internal.
12755 2011-12-17  Chong Yidong  <cyd@gnu.org>
12757         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
12758         (vc-deduce-fileset): Doc fix.
12760 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
12762         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
12764 2011-12-13  Sam Steingold  <sds@gnu.org>
12766         * man.el (Man-getpage-in-background): When running under a
12767         window-system, ignore $MANWIDTH and $COLUMNS.
12769 2011-12-15  Kenichi Handa  <handa@m17n.org>
12771         * language/ethio-util.el: Change coding tag to utf-8-emacs.
12772         (setup-ethiopic-environment-internal): Comment out key-binding for
12773         ethio-toggle-punctuation.
12775 2011-12-13  Alan Mackenzie  <acm@muc.de>
12777         Add the switch statement to AWK Mode.
12779         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
12780         "default" to the keywords regexp.
12782         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
12783         expression as the rest.
12784         (c-nonlabel-token-key): Allow string literals for AWK.
12785         Refactor for the other modes.
12787         Large brace-block initialisation makes CC Mode slow: Fix.
12788         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
12789         routines.  Limit backward searching in c-font-lock-enclosing.decl.
12791         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12792         pp-state and literal type in addition to the limits.
12793         (c-state-safe-place): New defun, extracted from c-state-literal-at.
12794         (c-state-literal-at): Use the above new defun.
12795         (c-slow-in-literal, c-fast-in-literal): Remove.
12796         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
12798         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12799         being in a literal.  Add a limit for backward searching.
12801         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12802         c-slow-in-literal.
12804 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12806         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12808 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
12810         * window.el (delete-other-windows): Use correct frame in call to
12811         window-with-parameter.
12813 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
12815         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12816         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12817         (makefile-gmake-statements, makefile-makepp-statements):
12818         Use it and add new makepp keywords.
12819         (makefile-makepp-font-lock-keywords): Add new patterns.
12820         (makefile-match-function-end): Match new [...] and [[...]].
12822 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
12824         * ses.el (ses-call-printer-return, ses-cell-property-get)
12825         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12826         (ses-create-cell-variable, ses-reset-header-string)
12827         (ses-cell-set-formula, ses-repair-cell-reference-all)
12828         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12829         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12830         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12831         (ses-aset-with-undo, ses-load, ses-truncate-cell)
12832         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12833         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12834         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12835         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12836         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12837         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12838         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12839         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12841 2011-12-11  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
12843         * ses.el: The overall change is to add cell renaming, that is
12844         setting fancy names for cell symbols other than name matching
12845         "\\`[A-Z]+[0-9]+\\'" regexp .
12846         (ses-create-cell-variable): New defun.
12847         (ses-relocate-formula): Relocate formulas only for cells the
12848         symbols of which are not renamed, i.e. symbols whose names do not
12849         match regexp "\\`[A-Z]+[0-9]+\\'".
12850         (ses-relocate-all): Relocate values only for cells the symbols of
12851         which are not renamed.
12852         (ses-load): Create cells variables as the (ses-cell ...) are read,
12853         in order to check row col consistency with cell symbol name only
12854         for cells that are not renamed.
12855         (ses-replace-name-in-formula): New defun.
12856         (ses-rename-cell): New defun.
12858 2011-12-11  Chong Yidong  <cyd@gnu.org>
12860         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12861         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12863 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
12865         * window.el (other-window): Fix docstring.
12867 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
12869         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12870         `from' or `to' address before taking its substring.
12871         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12872         encoded name is chopped in the middle of the encoded string, and
12873         thus displayed encoded.
12875 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
12877         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12879 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
12881         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
12882         to use texinfo-update-node and commands that call it if the
12883         Texinfo file uses @node lines without next/prev/up pointers.
12884         Correct outdated description about texinfo-master-menu.
12885         (texinfo-all-menus-update, texinfo-master-menu)
12886         (texinfo-update-node, texinfo-every-node-update)
12887         (texinfo-multiple-files-update): Doc fix.  Warn against updating
12888         all the @node lines.
12889         (texinfo-master-menu): Only call texinfo-update-node if the prefix
12890         argument is numeric.  Explain better in the doc string what the
12891         function really does.
12892         (texinfo-insert-master-menu-list): Improve the error message
12893         displayed if there's no menu in the Top node.
12894         (Bug#2975)  See also this thread:
12895         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12897 2011-12-09  Manuel GĂ³mez  <mgrojo@gmail.com>  (tiny change)
12899         * speedbar.el (speedbar-supported-extension-expressions):
12900         Add .adb and .ads, commonly used for Ada source code (bug#10256).
12902 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
12904         * printing.el (pr-mode-alist):
12905         * simple.el (filter-buffer-substring-functions)
12906         (completion-list-insert-choice-function):
12907         * window.el (window-with-parameter, window-atom-root)
12908         (window-sides-slots, window-size-fixed, window-min-delta)
12909         (window-max-delta, window--resize-mini-window)
12910         (window--resize-child-windows-normal, window-tree)
12911         (delete-other-windows, quit-window, split-window)
12912         (display-buffer-record-window, special-display-buffer-names)
12913         (special-display-regexps, special-display-popup-frame)
12914         (same-window-p, split-window-sensibly)
12915         (display-buffer-overriding-action, display-buffer-alist)
12916         (display-buffer-base-action, display-buffer, switch-to-buffer)
12917         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12918         (fit-window-to-buffer, recenter-positions)
12919         (mouse-autoselect-window-state, mouse-autoselect-window-select):
12920         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12921         and remove unneeded backslashes in docstrings.
12923 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12925         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12927         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12928         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12929         end in ".mk".
12930         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12931         when reading the makefile (bug#10116).
12933 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12935         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12936         (bug#10116).
12938 2011-12-06  Glenn Morris  <rgm@gnu.org>
12940         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12942 2011-12-06  Chong Yidong  <cyd@gnu.org>
12944         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12946 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
12948         * textmodes/table.el (table-shorten-cell): Fix typo.
12950 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
12952         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12954 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
12956         * descr-text.el (describe-char): Fix display of strong
12957         right-to-left characters and directional embeddings and overrides.
12959         * simple.el (what-cursor-position): Fix display of codepoints of
12960         strong right-to-left characters.
12962 2011-12-05  Chong Yidong  <cyd@gnu.org>
12964         * faces.el (read-color): Doc fix.
12966 2011-12-05  Glenn Morris  <rgm@gnu.org>
12968         * align.el (align--set-marker): Add doc-string.
12969         Don't try to move something that is not a marker.  (Bug#10216)
12971 2011-12-04  Glenn Morris  <rgm@gnu.org>
12973         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12974         overly zealous deletion of trailing whitespace.
12976 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
12978         * server.el (server-delete-client): On Windows, do not try to delete
12979         the only terminal.
12980         (server-process-filter): On Windows, treat requests for a tty frame as
12981         if they were for a GUI frame if the running server is in GUI mode.
12983 2011-12-03  Glenn Morris  <rgm@gnu.org>
12985         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
12987 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12989         * electric.el: Streamline electric-indent's hook.
12990         (electric-indent-chars): Revert to simple list.
12991         (electric-indent-functions): New var.
12992         (electric-indent-post-self-insert-function): Use it.
12994         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12995         there's no inferior buffer (bug#10196).
12996         (prolog-consult-compile): Don't use toggle-read-only.
12998 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
13000         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
13001         interrupt.  (Bug#10187)
13003 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13005         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
13006         (bug#9160).
13008         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
13009         (bug#10191).
13011 2011-12-02  Juri Linkov  <juri@jurta.org>
13013         * info.el (Info-search): Display "end of manual" when Isearch
13014         reaches the end of single-file Info manual.  (Bug#9918)
13016 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
13018         * isearch.el (isearch-message-prefix): Run the input method part
13019         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
13021 2011-12-02  Juri Linkov  <juri@jurta.org>
13023         * isearch.el (isearch-occur): Use `word-search-regexp' for
13024         `isearch-word'.
13025         (isearch-search-and-update): Add condition for `isearch-word' and
13026         call `word-search-regexp'.  (Bug#10145)
13028 2011-12-01  Glenn Morris  <rgm@gnu.org>
13030         * eshell/em-hist.el (eshell-hist-initialize):
13031         Handle eshell-history-size nil and HISTSIZE set or unset.
13032         (eshell-history-file-name, eshell-history-size): Fix custom type.
13034 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13036         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
13038 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
13040         * progmodes/verilog-mode.el (verilog-pretty-expr):
13041         Rework verilog-pretty-expr to handle new assignment operators in system
13042         verilog, such as += *= and the like.
13043         (verilog-assignment-operator-re): Regular expression to find the
13044         assigment operator in a verilog assignment.
13045         (verilog-assignment-operation-re): Regular expression to find an
13046         assignment statement for pretty-expr.
13047         (verilog-in-attribute-p): Query returns true if point is in an
13048         attribute context; used to skip these for expression line up from
13049         pretty-expr.
13050         (verilog-in-parameter-p): Query returns true if point is in an
13051         parameter definition context; used to skip these for expression
13052         line up from pretty-expr.
13053         (verilog-in-parenthesis-p): Query returns true if point is in a
13054         parenthetical expression, specifically ( ) but not [ ] or { };
13055         used by pretty-expr.
13056         (verilog-just-one-space): If there is no space, don't add one.
13057         (verilog-get-lineup-indent-2): Specifically skip just attribute
13058         contexts for expression lineup, rather than skipping all
13059         parenthetical expressions.
13060         (verilog-calculate-indent): Fix comment, and fix indent.
13061         (verilog-do-indent): Indent declarations in lists (suggested by
13062         Joachim Lechner).
13063         (verilog-mode-abbrev-table): Populate abbrev mode with the various
13064         skeleton items.
13065         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
13066         by Alain Mellan).
13068 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
13070         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
13071         parameters with embedded comments.  Reported by Ray Stevens.
13072         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
13073         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
13074         Reported by Tim Holt.
13075         (verilog-auto): Fix AUTOing a upper module then AUTOing module
13076         instantiated by upper module causing wrong expansion until AUTOed a
13077         second time.  Reported by K C Buckenmaier.
13078         (verilog-diff-auto): Fix showing .* as a difference when
13079         `verilog-auto-star-save' off.  Reported by Dan Dever.
13080         (verilog-auto-reset, verilog-read-always-signals)
13081         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
13082         temporary signals in reset list if
13083         verilog-auto-reset-blocking-in-non is nil, and match assignment
13084         style to each signal's assignment type, bug381.
13085         Reported by Thomas Esposito.
13086         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
13087         (verilog-uvm-statement-re): Support UVM indentation and
13088         highlighting, with old OVM keywords only.
13089         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
13090         Support AUTOTIEOFF creating non-wire data types.
13091         Suggested by Jonathan Greenlaw.
13092         (verilog-auto-insert-lisp, verilog-delete-to-paren)
13093         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
13094         (verilog-inject-sense, verilog-read-inst-pins)
13095         (verilog-read-sub-decls, verilog-read-sub-decls-line):
13096         Fix mismatching parenthesis inside commented out code when deleting
13097         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
13098         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
13099         non-numeric vector width.  Reported by Alex Reed.
13100         (verilog-auto-ascii-enum): Add "onehot" option to work around not
13101         detecting signals with parameter widths.  Reported by Alex Reed.
13102         (verilog-auto-delete-trailing-whitespace):
13103         With `verilog-auto-delete-trailing-whitespace' remove trailing
13104         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
13105         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
13106         Fix verilog-scan-cache corruption when running user AUTO expansion
13107         hooks that call indentation routines.
13108         (verilog-simplify-range-expression): Fix typo ignoring lower case
13109         identifiers.
13110         (verilog-delete-auto): Fix delete-autos to also remove user created
13111         automatics, as long as they start with AUTO.
13112         (verilog-batch-diff-auto, verilog-diff-auto)
13113         (verilog-diff-function): Add `verilog-diff-auto' and bind to
13114         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
13115         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
13116         (verilog-in-paren-quick, verilog-re-search-backward-quick)
13117         (verilog-re-search-forward-quick, verilog-syntax-ppss):
13118         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
13119         is disabled and its cache will get corrupt, causing AUTOS not to
13120         expand.  Instead use only -quick functions.
13121         (verilog-scan-region): Fix scanning over escaped quotes.
13122         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
13123         (verilog-re-search-backward-quick)
13124         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
13125         related functions now ignore strings, to fix misparsing of strings
13126         with magic comments embedded in them.
13127         (verilog-read-auto-template):
13128         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
13129         Reported by Brad Dobbie.
13130         (verilog-read-auto-template):
13131         Fix 'verilog-auto-inst-template-numbers' with comments.
13132         Reported by Brad Dobbie.
13133         (verilog-auto-inst, verilog-auto-inst-param)
13134         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
13135         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
13136         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
13137         debugging templates without merge conflicts, bug357.
13138         Reported by Brad Dobbie.
13139         (verilog-read-auto-template):
13140         Fix verilog-auto-inst-template-numbers with multiple templates.
13141         Reported by Brad Dobbie.
13142         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
13143         abbrevs so user won't be asked to save.
13144         (verilog-read-auto-lisp-present): Fix to start at beginning of
13145         buffer in case called outside of verilog-auto.
13146         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
13147         to "X-2".  Reported by Matthew Myers.
13148         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
13149         all inputs from module templates.  Reported by Leith Johnson.
13150         (verilog-module-inside-filename-p): Fix locating programs as with
13151         modules.
13152         (verilog-auto-inst-port): Fix vl-width expressions when using
13153         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
13154         (verilog-decls-get-regs, verilog-decls-get-signals,
13155         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
13156         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
13157         verilog-read-decls): Combine reg and wire structures into one var
13158         structure to represent SystemVerilog concepts.
13159         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
13160         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
13161         (verilog-auto-wire-type, verilog-insert-definition):
13162         Add verilog-auto-wire-type and AUTOLOGIC to support using
13163         SystemVerilog "logic" keyword instead of "wire"/"reg".
13164         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
13165         to declares outputs that also have assignments (presumably in an
13166         ifdef or generate if so there's not a driver conflict).
13167         Reported by Matthew Myers.
13168         (verilog-auto-declare-nettype, verilog-insert-definition):
13169         Add verilog-auto-declare-nettype to fix declarations using
13170         `default_nettype none.  Reported by Julian Gorfajn.
13171         (verilog-read-always-signals-recurse, verilog-read-decls)
13172         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
13173         malformed end statement, bug325.  Reported by Joshua Wise and
13174         Andrew Drake.
13175         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
13176         (verilog-inst-comment-re): Fix not deleting Interfaced comment
13177         when expanding .* in interfaces, bug320.
13178         Reported by Pierre-David Pfister.
13179         (verilog-read-module-name): Fix import statements between module
13180         name and open parenthesis, bug317.
13181         Reported by Pierre-David Pfister.
13182         (verilog-simplify-range-expression): Fix simplification of
13183         multiplications inside AUTOWIRE connections, bug303.
13184         (verilog-auto-inst-port): Support parameter expansion in
13185         multidimensional arrays.
13186         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
13187         after "assert property".  Reported by Julian Gorfajn.
13188         (verilog-simplify-range-expression): Fix "couldn't merge" errors
13189         with multiplication, bug303.
13190         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
13191         Reported by Jan Frode Lonnum.
13193 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
13195         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
13196         (hfy-shell-file-name, hfy-shell):
13197         * international/fontset.el (x-decompose-font-name): Fix typos.
13199 2011-11-29  Ken Brown  <kbrown@cornell.edu>
13201         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
13202         (gdb-version): Remove defvar.
13203         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
13204         (gdb-gud-context-command, gdb-non-stop-handler)
13205         (gdb-current-context-command, gdb-stopped): Use it.
13206         (gdb-init-1): Enable pretty printing here.
13207         (gdb-non-stop-handler): Don't enable pretty-printing here.
13208         Check to see if the target supports non-stop mode; if not, turn off
13209         non-stop mode.  Use the following.
13210         (gdb-check-target-async): New defun.
13211         (gud-watch, gdb-stopped): Fix whitespace.
13212         (gdb-get-source-file): Don't try to display the source file if
13213         `gdb-main-file' is nil.
13215 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13217         * align.el: Try to generate fewer markers (bug#10047).
13218         (align--set-marker): New macro.
13219         (align-region): Use it.
13221 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13223         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
13225 2011-11-29  Chong Yidong  <cyd@gnu.org>
13227         * indent.el (indent-for-tab-command, indent-according-to-mode):
13228         Doc fix.
13229         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
13231 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
13233         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
13234         aware of remote file names.  (Bug#10124)
13236 2011-11-29  Chong Yidong  <cyd@gnu.org>
13238         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
13240 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13242         * files.el (find-file): Don't use force-same-window (bug#10144).
13243         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
13244         use pop-to-buffer if the selected window can't be used.
13245         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
13247 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
13249         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
13250         special-mode-map.
13252 2011-11-28  Chong Yidong  <cyd@gnu.org>
13254         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
13256 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
13258         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
13259           gdb-get-source-file-list on gdb-create-source-file-list.
13261 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
13263         * whitespace.el (whitespace-newline): Use a different foreground
13264         color for 16-color light-background displays.
13266 2011-11-24  Chong Yidong  <cyd@gnu.org>
13268         * window.el (display-buffer--special-action): Doc fix.
13270 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
13272         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
13273         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
13274         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
13275         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
13276         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
13277         (avl-tree-stack-first):
13278         * emacs-lisp/cconv.el (cconv--analyse-use):
13279         * net/gnutls.el (gnutls-negotiate): Fix typos.
13281 2011-11-24  Glenn Morris  <rgm@gnu.org>
13283         * lpr.el (lpr-windows-system, lpr-lp-system):
13284         * mail/binhex.el (binhex-begin-line):
13285         * progmodes/grep.el (grep-history, grep-find-history):
13286         * textmodes/flyspell.el:
13287         * vc/pcvs-defs.el (cvs-global-menu):
13288         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
13289         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
13290         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
13292         * net/tls.el: Fix case of "GnuTLS".
13294         * paths.el (rmail-file-name): Format doc-string for make-docfile.
13296         * version.el (emacs-build-system): Give it a doc-string.
13298 2011-11-24  Juri Linkov  <juri@jurta.org>
13300         * view.el (view-buffer): Revert revno:105285 from 2011-07-19 (bug#8615).
13302 2011-11-24  Glenn Morris  <rgm@gnu.org>
13304         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
13305         if called on a non-mime message just toggle the headers.  (Bug#8006)
13307 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
13309         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
13310         (allout-lead-with-comment-string, allout-structure-deleted-hook)
13311         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
13312         (allout-rebullet-heading, allout-open-sibtopic)
13313         (allout-toggle-current-subtree-encryption)
13314         (allout-toggle-subtree-encryption, allout-encrypt-string)
13315         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
13316         (allout-distinctive-bullets-string, allout-auto-activation):
13317         * window.el (window-normalize-buffer-to-display):
13318         * progmodes/verilog-mode.el (verilog-batch-indent):
13319         * textmodes/bibtex.el (bibtex-field-braces-opt)
13320         (bibtex-field-strings-opt):
13321         * vc/cvs-status.el (cvs-tree-merge):
13322         Fix typos.
13324 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
13326         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
13327         `non-essential' to t, in order to avoid remote connections.
13329 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
13331         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13332         On MS-DOS and MS-Windows, compare with loaddefs.el
13333         case-insensitively.
13335 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
13337         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
13339 2011-11-23  Glenn Morris  <rgm@gnu.org>
13341         * paths.el (rmail-file-name): Reformat the doc-string so that it
13342         is picked up.
13344         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
13345         (rmail-auto-file): Ignore case in the "special" field names,
13346         as mail-fetch-field does for all others.
13348         * mail/rmail.el (rmail-forward):
13349         * mail/rmailkwd.el (rmail-set-label):
13350         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
13351         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
13353         * mail/rmail.el (rmail-current-message): Doc fix.
13355         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
13357 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13359         * server.el (server-eval-and-print): Allow C-g (bug#6585).
13361 2011-11-22  Glenn Morris  <rgm@gnu.org>
13363         * mail/rmailmm.el (test-rmail-mime-handler)
13364         (test-rmail-mime-bulk-handler)
13365         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
13367 2011-11-21  Juri Linkov  <juri@jurta.org>
13369         * calc/calc.el (calc-read-key-sequence):
13370         Let-bind `input-method-function' to nil.  (Bug#10018)
13372 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13374         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
13375         Tell the caller that the next line needs recomputation, even
13376         though it doesn't start a sexp (bug#10094).
13378 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13380         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
13382 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13384         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13385         Use force-same-window.
13387 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
13389         * descr-text.el (describe-char-unicode-data):
13390         * json.el (json-string-escape):
13391         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
13392         (Footnote-unicode, Footnote-style-p):
13393         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
13395 2011-11-20  Chong Yidong  <cyd@gnu.org>
13397         * window.el (replace-buffer-in-windows): Restore interactive spec.
13399 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13401         * electric.el (electric-indent-mode): Fix last change (too optimistic).
13403         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
13404         (byte-compile-global-not-obsolete-vars): New var.
13405         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
13406         Use it.
13407         (byte-compile-warn-obsolete): Align text with the one in *Help*.
13409 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
13411         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
13412         * progmodes/pascal.el (electric-pascal-equal):
13413         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
13414         * xml.el (xml-substitute-special): Fix typos.
13416 2011-11-20  Glenn Morris  <rgm@gnu.org>
13418         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
13419         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
13420         Doc fixes.
13421         (rmail-decode-mime-charset): Mark as obsolete.
13423         * mail/rmailsum.el (rmail-message-regexp-p-1):
13424         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
13425         Before using mime functions, check they are set.  (Bug#10077)
13427 2011-11-19  Juri Linkov  <juri@jurta.org>
13429         * info.el (Info-finder-find-node): Use `package--builtins' instead
13430         of `package-alist'.  Use node names formed by the pattern "Keyword "
13431         and the keyword name.
13433 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
13435         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
13437 2011-11-19  Juri Linkov  <juri@jurta.org>
13439         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
13440         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
13441         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
13442         `old-history', `old-history-forward'.  Add let-binding
13443         `window-selected'.  Remove calls to `kill-buffer',
13444         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
13445         before calling `Info-find-node', so `Info-find-node-2' will reread
13446         the Info file.  Restore window positions only when `window-selected'
13447         is non-nil.
13449 2011-11-19  Juri Linkov  <juri@jurta.org>
13451         * isearch.el (isearch-lazy-highlight-new-loop):
13452         Remove condition `(not isearch-error)'.  (Bug#9918)
13454         * misearch.el (multi-isearch-search-fun): Add condition
13455         `(not bound)' to ignore lazy-highlighting search.
13456         Add the search-failed message "end of multi" when the end of
13457         multi-sequence is reached.  Uncapitalize the search-failed
13458         message "Repeat for next buffer".
13460         * info.el (Info-search): Add the search-failed message
13461         "end of the manual" when the end of the manual is reached
13462         in Isearch mode.
13464 2011-11-19  Juri Linkov  <juri@jurta.org>
13466         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
13467         Use non-destructive `remove' instead of `delete' because
13468         `Info-history-list' stored to `Info-isearch-initial-history-list' in
13469         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
13471 2011-11-19  Juri Linkov  <juri@jurta.org>
13473         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
13474         to nil instead of binding `search-ring' and `regexp-search-ring'.
13475         (Bug#9185)
13477 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
13479         * simple.el (line-move): Force movement by logical lines for any
13480         hscrolled window, not only when auto-hscroll-mode is on.
13481         (line-move-visual): Update doc string to that effect.  (Bug#10076)
13483 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
13485         * language/european.el (macintosh): Define as alias for mac-roman.
13487 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
13489         * mail/rmailmm.el (rmail-mime-display-header)
13490         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
13491         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
13492         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
13493         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
13494         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
13495         of a raw aref.
13496         (rmail-mime-entity-segment): To get past the tagline, move forward
13497         2 more lines, to account for the 2 empty lines that precede and
13498         follow the line with the buttons.
13499         (rmail-mime-update-tagline): Move one more line, to get past the
13500         empty line that follows the buttons in the tagline.  (Bug#9520)
13502 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
13504         * window.el (window-max-delta-1, window-min-delta-1)
13505         (window-min-size-1, window-state-get-1, window-state-put-1)
13506         (window-state-put-2): Use "window--" prefix.
13508 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13510         * emacs-lisp/smie.el: Improve warnings and conflict detection.
13511         (smie-warning-count): New var.
13512         (smie-set-prec2tab): Use it.
13513         (smie-bnf->prec2): Improve warnings.  Add docstring.
13514         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
13515         (smie-bnf--set-class): New function.
13516         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
13517         corner case.
13519         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
13520         (compilation-error-properties, compilation-move-to-column):
13521         Handle compilation-first-column while in the target buffer.
13523         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
13524         Don't hardcode point-min==1.
13526         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
13527         (eshell-rewrite-for-command): Remove workaround.
13528         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
13529         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
13530         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
13532         * files-x.el (modify-file-local-variable): Obey commenting conventions.
13534 2011-11-17  Glenn Morris  <rgm@gnu.org>
13536         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13537         Ignore buffer-local generated-autoload-file if it is the same
13538         as the global value.  (Bug#10049)
13540 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
13542         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
13543         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
13544         (reftex-toc-previous-heading, reftex-toc-max-level)
13545         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
13546         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
13547         (reftex-toc-do-promote, reftex-toc-promote-prepare)
13548         (reftex-toc-promote-action, reftex-toc-extract-section-number)
13549         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
13550         (reftex-toc-rename-label, reftex-toc-visit-location)
13551         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
13552         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
13553         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
13554         leaving "*toc*" only for references to the buffer.
13556 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
13558         * window.el (window-resize, delete-window, split-window):
13559         Replace window-splits by window-combination-resize.
13560         * cus-start.el (window-splits): Replace by window-combination-resize.
13562 2011-11-17  Glenn Morris  <rgm@gnu.org>
13564         * progmodes/sh-script.el (sh-font-lock-keywords-var):
13565         Make bash entry derive from sh entry, not shell entry.
13567 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
13569         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
13570         local file name.
13572 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
13574         * menu-bar.el (menu-bar-file-menu):
13575         * printing.el (pr-ps-utility):
13576         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
13577         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
13578         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
13579         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
13580         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
13581         (icalendar--convert-cyclic-to-ical)
13582         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
13583         (icalendar--convert-ical-to-diary)
13584         (icalendar--convert-recurring-to-diary)
13585         (icalendar--convert-non-recurring-all-day-to-diary)
13586         (icalendar-import-format-sample):
13587         * progmodes/idlw-shell.el (idlwave-shell-mode):
13588         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
13589         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
13590         (vhdl-ps-print-init): Fix typos.
13592 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
13594         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
13595         FSF and collapse date sequence, obscure author/maintainer email address
13596         better, remove extra version line, track relocation of author's webpage.
13598         * progmodes/python.el (python-pdbtrack-input-prompt)
13599         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
13600         regular python pdb prompts.  Adjustments shamelessly taken exactly as
13601         suggested in EmacsWiki page (tiny change):
13602         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
13604 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
13606         * expand.el (expand-pos, expand-index, expand-point):
13607         Remove redundant info from docstring.
13608         (expand-add-abbrevs): Doc fix.
13609         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
13610         (expand-sample-perl-mode-expand-list): Fix typos.
13612         * net/dbus.el (dbus-event-member-name):
13613         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
13614         * term/pc-win.el (msdos-create-frame-with-faces):
13615         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
13617 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
13619         * window.el (split-window, window-state-get-1)
13620         (window-state-put-1, window-state-put-2): Rename occurrences of
13621         window-nest to window-combination-limit.
13622         * cus-start.el (window-nest): Rename to window-combination-limit.
13624 2011-11-16  Chong Yidong  <cyd@gnu.org>
13626         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
13627         regexp (Bug#10033).
13629 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13631         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
13632         `completing-read' will remove *Completions* and will preserve
13633         current-buffer for us.
13634         (tmm-add-prompt): Users of *Completions* will always (re)set its
13635         major mode.
13636         (tmm-old-comp-map): Remove.
13638 2011-11-16  Glenn Morris  <rgm@gnu.org>
13640         * mail/rmailedit.el: Require rmailmm when compiling.
13641         (rmail-old-mime-state): New declaration.
13642         (rmail-edit-current-message): If editing a mime message,
13643         edit the "raw" message from the mbox buffer.
13644         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
13646 2011-11-15  Glenn Morris  <rgm@gnu.org>
13648         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
13649         which wasn't being used.  Add optional arg to force given state.
13650         (rmail-mime): Add optional arg to force given state.
13652 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
13654         * allout.el (allout-encryption-plaintext-sanitization-regexps):
13655         * frame.el (display-mm-dimensions-alist):
13656         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
13657         (outline-move-subtree-down):
13658         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
13659         (newsticker--treeview-do-get-node):
13660         * net/quickurl.el (quickurl-list-buffer-name):
13661         * progmodes/dcl-mode.el (dcl-mode):
13662         * progmodes/gdb-mi.el (gdb-mapcar*):
13663         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
13665 2011-11-15  Glenn Morris  <rgm@gnu.org>
13667         * mail/rmail.el (rmail-file-coding-system): It's only ever used
13668         in a boolean sense, so just make it a boolean, and fix the doc.
13669         (rmail-show-mime-function, rmail-mime-feature)
13670         (rmail-require-mime-maybe): Doc fixes.
13671         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
13673         * mail/rmailmm.el (rmail-show-mime): Doc fix.
13675 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
13677         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
13678         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
13679         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
13680         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
13682 2011-11-15  Glenn Morris  <rgm@gnu.org>
13684         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
13685         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
13686         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
13687         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
13688         (rmail-mime, rmail-show-mime): Doc fixes.
13690         * term/ns-win.el (mode-line-frame-identification):
13691         Leave it alone.  (Bug#10051)
13693         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
13695         * mail/rmailout.el (rmail-output-to-rmail-buffer):
13696         Handle empty buffers.  (Bug#9978)
13698 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
13700         * international/mule.el (define-charset):
13701         * mail/rmailmm.el (rmail-mime-find-header-encoding):
13702         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
13703         * progmodes/verilog-mode.el (verilog-backward-token):
13704         * textmodes/ispell.el (lookup-words):
13705         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
13707 2011-11-14  Glenn Morris  <rgm@gnu.org>
13709         * progmodes/executable.el
13710         (executable-make-buffer-file-executable-if-script-p):
13711         Handle file-modes returning nil.
13713         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
13714         message - not necessary, and causes problems.  (Bug#9831)
13716         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
13718         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
13720         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
13721         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
13722         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
13724 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
13726         * window.el (window-resize, delete-window): Use window-splits
13727         variable instead of function.
13728         (window-state-get-1, window-state-put-2, window-state-put):
13729         Don't deal with windows' splits status.
13731 2011-11-12  Glenn Morris  <rgm@gnu.org>
13733         * apropos.el (apropos-do-all, apropos-library, apropos-value)
13734         (apropos-documentation): Doc fixes.
13736 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
13738         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
13739         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
13741 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13743         * electric.el (electric-indent-post-self-insert-function): Make it
13744         possible for a char to only indent in some circumstances.
13745         (electric-indent-mode): Simplify.
13747 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
13749         * window.el (windows-with-parameter): Remove unused function.
13750         (windows-at-side): Rename to window-at-side-list.
13751         (window-check, window-atom-check, window-atom-check-1)
13752         (window-side-check, window-size-ignore, window-size-fixed-1)
13753         (window-in-direction-2): Prefix with "window--".
13754         (window-tree-1): Rename to window--subtree, fix doc-string.
13756 2011-11-11  Glenn Morris  <rgm@gnu.org>
13758         * subr.el (eval-after-load): If FILE is already loaded,
13759         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
13761 2011-11-10  Glenn Morris  <rgm@gnu.org>
13763         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
13764         Call svn via vc-svn-command rather than vc-do-command.
13765         (vc-svn-command): Add --non-interactive.  (Bug#9993)
13766         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
13768         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13769         Add toggle-read-only.  (Bug#7292)
13770         * files.el (toggle-read-only): Mention that it should only
13771         be used interactively.  (Bug#10006)
13773 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13775         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13776         Adjust regexp for OCaml warnings.
13778         * electric.el (electric-pair-post-self-insert-function): Let user
13779         turn it off buffer-locally (bug#9932).
13781         * progmodes/python.el (python-beginning-of-statement):
13782         Rewrite (bug#2703).
13784         * progmodes/compile.el: Better handle TABs (bug#9749).
13785         (compilation-internal-error-properties)
13786         (compilation-next-error-function): Obey the target buffer's
13787         compilation-error-screen-columns.
13789 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
13791         * progmodes/meta-mode.el: Remove obsolete comments.
13792         (meta-right-comment-regexp, meta-ignore-comment-regexp):
13793         Fix typos in docstrings.
13795 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
13797         * window.el (window-size-fixed-p): Rewrite doc-string.
13798         (window-resizable-p): Rename to window--resizable-p.  Update callers.
13799         (window--resizable): New function.  Make all callers of
13800         window-resizable call window--resizable instead.
13801         (window-resizable): Rewrite in terms of window--resizable.
13803 2011-11-08  Glenn Morris  <rgm@gnu.org>
13805         * progmodes/delphi.el (delphi-mode-syntax-table):
13806         Let define-derived-mode define a proper syntax table.  (Bug#9994)
13808 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13810         * window.el: Stay away from defsubst.
13811         (window-list-no-nils): Remove.
13812         (window-state-get-1, window-state-get): Use backquote instead.
13814 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13816         * emacs-lisp/find-func.el (find-function-read):
13817         Fix incorrect use of default argument in `completing-read'.
13819 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
13821         * window.el (display-buffer-function, special-display-function):
13822         Mention display-buffer-record-window but do not mention
13823         help-setup parameter in doc-strings.
13824         (window-min-delta): Fix doc-string typo.
13826 2011-11-08  Chong Yidong  <cyd@gnu.org>
13828         * window.el (window-total-height, window-total-width): Doc fix.
13829         (window-body-size): Move from C.
13830         (window-body-height, window-body-width): Move to C.
13832 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13834         * window.el: Make special-display like display-buffer-alist (bug#9532).
13835         (display-buffer--special-action): New function, morphed
13836         from display-buffer--special.
13837         (display-buffer): Use it to handle special-display-buffers at higher
13838         priority (just after display-buffer-alist).
13839         (display-buffer-fallback-action, display-buffer--other-frame-action)
13840         (pop-to-buffer-same-window): Remove display-buffer--special.
13842 2011-11-07  Glenn Morris  <rgm@gnu.org>
13844         * calendar/cal-menu.el (cal-menu-set-date-title):
13845         Do nothing if not in a calendar.  (Bug#9976)
13847 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13849         * files.el (find-file): Always use selected-window.
13851 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
13853         * window.el (window-combinations): Make WINDOW argument
13854         mandatory.  Rewrite doc-string.
13855         (walk-window-subtree, window-atom-check, window-min-delta)
13856         (window-max-delta, window--resize-this-window)
13857         (window--resize-root-window-vertically, window-tree)
13858         (balance-windows, window-state-put): Rewrite doc-strings as to
13859         not mention the term "subwindow".
13860         (window--resize-subwindows-skip-p): Rename to
13861         window--resize-child-windows-skip-p.
13862         (window--resize-subwindows-normal): Rename to
13863         window--resize-child-windows-normal.
13864         (window--resize-subwindows): Rename to
13865         window--resize-child-windows.
13866         (window-or-subwindow-p): Rename to window--in-subtree-p.
13868 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
13870         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13871         Ensure that mbox format messages end in two newlines (Bug#9974).
13873 2011-11-06  Chong Yidong  <cyd@gnu.org>
13875         * window.el (window-combination-p): Function deleted; its
13876         side-effect is not used in any existing code.
13877         (window-combinations, window-combined-p): Call window-*-child
13878         directly.
13880 2011-11-05  Chong Yidong  <cyd@gnu.org>
13882         * window.el (window-valid-p): Rename from window-any-p.
13883         (window-size-ignore, window-state-get): Callers changed.
13884         (window-normalize-window): Rename from window-normalize-any-window.
13885         New arg LIVE-ONLY, replacing window-normalize-live-window.
13886         (window-normalize-live-window): Delete.
13887         (window-combination-p, window-combined-p, window-combinations)
13888         (walk-window-subtree, window-atom-root, window-min-size)
13889         (window-sizable, window-sizable-p, window-size-fixed-p)
13890         (window-min-delta, window-max-delta, window-resizable)
13891         (window-resizable-p, window-full-height-p, window-full-width-p)
13892         (window-current-scroll-bars, window-point-1, set-window-point-1)
13893         (window-at-side-p, window-in-direction, window-resize)
13894         (adjust-window-trailing-edge, maximize-window, minimize-window)
13895         (window-deletable-p, delete-window, delete-other-windows)
13896         (record-window-buffer, unrecord-window-buffer)
13897         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13898         (quit-window, split-window, window-state-put)
13899         (set-window-text-height, fit-window-to-buffer)
13900         (shrink-window-if-larger-than-buffer): Callers changed.
13902 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
13904         * mail/rmail.el (rmail-simplified-subject): Decode subject with
13905         rfc2047-decode-string.
13906         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13907         warnings.
13909         * window.el (window-body-height, window-body-width): Mention in
13910         the doc string that the return values are in frame's canonical
13911         units.  (Bug#9949)
13913 2011-11-03  Alan Mackenzie  <acm@muc.de>
13915         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13916         change in cc-engine.el.
13918 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13920         * window.el (switch-to-buffer): Use `force-same-window' interactively.
13922 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
13924         * window.el (quit-window): Call unrecord-window-buffer after
13925         showing another buffer in the window.  (Bug#9937)
13926         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13928 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
13930         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13931         Accept status with more than 9 shelves.  (Bug#9935)
13932         Reported by Colin D Bennett <colin@gibibit.com>.
13934 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
13936         * help.el (with-help-window): Don't reference
13937         temp-buffer-show-specifiers in doc-string.
13939 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
13941         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13942         menu-item.
13944 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13946         * whitespace.el: New version 13.2.2.
13947         (whitespace-newline-mode): Disable properly.  Reported by Sarah
13948         <EmacsWiki>.
13950 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
13952         * net/newst-treeview.el: Remove "Time-stamp".
13953         (newsticker--group-manage-orphan-feeds): Do not call
13954         newsticker--treeview-tree-update.
13955         (newsticker-treeview-update, newsticker-treeview):
13956         Call newsticker--treeview-tree-update if necessary.
13958 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
13960         * window.el (window-iso-combination-p, window-iso-combined-p)
13961         (window-iso-combinations): Remove "iso-" infix.
13962         Suggested by Chong Yidong.
13963         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13964         (window-max-delta-1, window-resize, window--resize-siblings)
13965         (window--resize-this-window, adjust-window-trailing-edge)
13966         (split-window, balance-windows-1)
13967         (shrink-window-if-larger-than-buffer):
13968         * calendar/calendar.el (calendar-generate-window):
13969         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13971 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13973         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13974         in place (bug#9907).
13975         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13976         (eshell-rewrite-if-command, eshell-rewrite-for-command)
13977         (eshell-structure-basic-command, eshell-rewrite-while-command)
13978         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13979         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13980         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13981         (eshell-do-pipelines-synchronously, eshell-eval-command):
13982         Use backquotes and prefer setq to set.
13983         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13984         (eshell-macrop): Use functionp.
13985         (eshell-do-eval): Handle multiple expressions in `while' body.
13987 2011-10-30  Chong Yidong  <cyd@gnu.org>
13989         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13990         instead of set-mark (Bug#9810).
13992 2011-10-30  Chong Yidong  <cyd@gnu.org>
13994         * window.el (split-window-below, split-window-right): Rename from
13995         split-window-above-each-other and split-window-side-by-side
13996         respectively.  All callers changed.
13997         (split-window-sensibly, split-window-sensibly): Use them.
13998         (split-window-keep-point): Doc fix.
14000         * isearch.el: Add isearch-scroll property to split-window-below
14001         and split-window-right.
14003         * follow.el (follow-mode):
14004         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
14005         * progmodes/ada-xref.el (ada-gdb-application):
14006         * emulation/vip.el (vip-buffer-in-two-windows):
14007         * image-dired.el (image-dired-dired-with-window-configuration):
14008         * dired-x.el (dired-do-find-marked-files):
14009         * dired.el (dired-pop-to-buffer):
14010         * bs.el (bs--show-with-configuration):
14011         * vc/emerge.el (emerge-setup-windows):
14012         * textmodes/two-column.el (2C-two-columns):
14013         * textmodes/reftex-toc.el (reftex-toc):
14014         * progmodes/gdb-mi.el (gdb-setup-windows):
14015         * progmodes/fortran.el (fortran-window-create):
14016         * net/newst-treeview.el (newsticker--treeview-window-init):
14017         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
14018         * emulation/tpu-edt.el (tpu-gold-map):
14019         * emulation/crisp.el (crisp-mode-map):
14020         * calendar/calendar.el (calendar-basic-setup): Callers changed.
14022 2011-10-29  Chong Yidong  <cyd@gnu.org>
14024         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
14026         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
14028         * textmodes/flyspell.el (flyspell-word): Fix char offset for
14029         forged Ispell output (Bug#7904).
14031         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
14033 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14035         * doc-view.el: Avoid ugly errors about not finding nil.
14036         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
14037         (doc-view-dvipdf-program, doc-view-unoconv-program)
14038         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
14039         Avoid nil or absolute file name as default value.
14040         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
14042 2011-10-28  Alan Mackenzie  <acm@muc.de>
14044         * progmodes/cc-defs.el (c-version): -> 5.32.2.
14046 2011-10-28  Alan Mackenzie  <acm@muc.de>
14048         Amend the handling of c-beginning/end-of-defun in nested declaration
14049         scopes.
14051         * progmodes/cc-vars.el (c-defun-tactic): Move here from
14052         cc-langs.el.  Change it to a defcustom.
14054         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
14055         cc-vars.el.
14057         * progmodes/cc-engine.el (c-beginning-of-statement-1):
14058         Prevent "class foo : bar" being spuriously recognized as a label.
14060         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
14061         Add parameter `inclusive' (to include enclosing braces in the region).
14062         (c-widen-to-enclosing-decl-scope): New function.
14063         (c-while-widening-to-decl-block): New macro.
14064         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
14065         outward for defun boundaries, and correspondingly change symbol
14066         `respect-enclosure' to `go-outward'.
14067         (c-declaration-limits): Change algorithm to report only the "innermost"
14068         defun's boundaries.
14070 2011-10-28  Deniz Dogan  <deniz@dogan.se>
14072         * net/rcirc.el (rcirc-mode): Use hard newlines.
14074 2011-10-28  Alan Mackenzie  <acm@muc.de>
14076         Amend to indent and fontify macros "which include their own semicolon"
14077         correctly, using the "virtual semicolon" mechanism.
14079         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
14081         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14082         Recode to scan one line at a time rather than having \n and \r
14083         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
14084         (c-forward-label): Amend for virtual semicolons.
14085         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
14087         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
14088         of the new C macros.
14090         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
14091         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
14092         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
14093         (c-opt-cpp-macro-define): Make into a full language variable.
14094         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
14095         AWK Mode (including \n, \r) removed, no longer needed.
14097         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
14098         Invoke c-make-macro-with-semi-re.
14100         * progmodes/cc-vars.el (c-macro-with-semi-re):
14101         (c-macro-names-with-semicolon): New variables.
14102         (c-make-macro-with-semi-re): New function.
14104 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14106         * vc/log-edit.el: Fill empty field rather than adding new one.
14107         (log-edit-add-field): New function.
14108         (log-edit-insert-changelog): Use it.
14110 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
14112         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
14114 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14116         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
14117         (gdb--check-interpreter): New function.
14118         (gdb): Use it.
14120 2011-10-27  Glenn Morris  <rgm@gnu.org>
14122         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
14123         (least-positive-float, least-negative-float)
14124         (least-positive-normalized-float, least-negative-normalized-float)
14125         (float-epsilon, float-negative-epsilon):
14126         Remove unnecessary declarations.
14128         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
14129         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
14130         (least-positive-float, least-negative-float)
14131         (least-positive-normalized-float, least-negative-normalized-float)
14132         (float-epsilon, float-negative-epsilon): Add doc-strings,
14133         based on those in cl.texi.
14135         * files.el (set-visited-file-name): If the major-mode changed,
14136         reload the local variables.  (Bug#9796)
14138 2011-10-27  Chong Yidong  <cyd@gnu.org>
14140         * subr.el (change-major-mode-after-body-hook): New hook.
14141         (run-mode-hooks): Run it.
14143         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14144         Use change-major-mode-before-body-hook.
14146         * simple.el (fundamental-mode):
14147         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
14148         change introducing fundamental-mode-hook.
14150 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
14152         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
14154 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
14156         * ido.el (ido-file-name-all-completions-1): Do not require
14157         tramp.el explicitly.  (Bug#7583)
14159 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14161         * progmodes/octave-mod.el:
14162         * progmodes/octave-inf.el: Update maintainer.
14164 2011-10-26  Chong Yidong  <cyd@gnu.org>
14166         * subr.el (with-wrapper-hook): Rewrite doc.
14168 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
14170         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
14171         filenames "/method:foo:".  (Bug#9793)
14173 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14175         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
14176         (bug#9865).
14178 2011-10-24  Glenn Morris  <rgm@gnu.org>
14180         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
14182 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
14184         * notifications.el: Add the requirement of a running D-Bus session
14185         bus to the Commentary.
14187 2011-10-24  Juri Linkov  <juri@jurta.org>
14189         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14190         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
14191         (Bug#9364)
14193 2011-10-24  Juri Linkov  <juri@jurta.org>
14195         * info.el (Info-following-node-name-re): Add newline to the list
14196         of allowed characters for leading space.  (Bug#9824)
14198 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14200         * progmodes/octave-inf.el (inferior-octave-mode-map):
14201         Fix C-c C-h binding.
14202         * progmodes/octave-mod.el (octave-help): Remove.
14204 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
14206         Sync with Tramp 2.2.3.
14208         * net/tramp-cache.el (top): Pacify byte-compiler using
14209         `init-file-user' and `site-run-file'.
14211         * net/trampver.el: Update release number.
14213 2011-10-23  Chong Yidong  <cyd@gnu.org>
14215         * files.el (toggle-read-only): Remove obsolete comment about
14216         version control.
14218         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
14219         for toggle-read-only.  Note that this hasn't called vc-next-action
14220         since 2008-05-02, though it wasn't documented at the time.
14222         * vc/ediff-init.el (ediff-toggle-read-only-function):
14223         Use toggle-read-only.
14225 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
14227         Fix bug #9560, sporadic wrong indentation; improve instrumentation
14228         of c-parse-state.
14230         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14231         correct faulty logical expression.
14232         (c-parse-state-state, c-record-parse-state-state):
14233         (c-replay-parse-state-state): New defvar/defuns.
14234         (c-debug-parse-state): Use new functions.
14236 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
14238         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
14239         last fix.  Use window-in-direction correctly.
14241 2011-10-21  Chong Yidong  <cyd@gnu.org>
14243         * progmodes/idlwave.el (idlwave-mode):
14244         * progmodes/vera-mode.el (vera-mode): No need to set
14245         require-final-newline; that's done in prog-mode.
14246         Suggested by Stefan Monnier.
14248 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
14250         * mouse.el (mouse-drag-window-above)
14251         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
14252         (mouse-drag-mode-line-1, mouse-drag-header-line)
14253         (mouse-drag-vertical-line-rightward-window): Remove.
14254         (mouse-drag-line): New function.
14255         (mouse-drag-mode-line, mouse-drag-header-line)
14256         (mouse-drag-vertical-line): Call mouse-drag-line.
14257         * window.el (window-at-side-p, windows-at-side): New functions.
14259 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
14261         * tar-mode.el (tar-grind-file-mode):
14262         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
14264 2011-10-21  Chong Yidong  <cyd@gnu.org>
14266         * progmodes/idlwave.el (idlwave-mode):
14267         * progmodes/vera-mode.el (vera-mode):
14268         Use mode-require-final-newline.
14270 2011-10-20  Glenn Morris  <rgm@gnu.org>
14272         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
14274 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
14276         * emulation/cua-base.el (cua-set-mark): Fix case of string.
14278 2011-10-20  Chong Yidong  <cyd@gnu.org>
14280         * emulation/cua-base.el (cua-mode):
14281         * mail/footnote.el (footnote-mode):
14282         * mail/mailabbrev.el (mail-abbrevs-mode):
14283         * net/xesam.el (xesam-minor-mode):
14284         * progmodes/bug-reference.el (bug-reference-mode):
14285         * progmodes/cap-words.el (capitalized-words-mode):
14286         * progmodes/compile.el (compilation-minor-mode)
14287         (compilation-shell-minor-mode):
14288         * progmodes/gud.el (gud-tooltip-mode):
14289         * progmodes/hideif.el (hide-ifdef-mode):
14290         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14291         * progmodes/subword.el (subword-mode):
14292         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14293         * progmodes/which-func.el (which-function-mode):
14294         * term/tvi970.el (tvi970-set-keypad-mode):
14295         * term/vt100.el (vt100-wide-mode):
14296         * textmodes/flyspell.el (flyspell-mode):
14297         * textmodes/ispell.el (ispell-minor-mode):
14298         * textmodes/nroff-mode.el (nroff-electric-mode):
14299         * textmodes/paragraphs.el (use-hard-newlines):
14300         * textmodes/refill.el (refill-mode):
14301         * textmodes/reftex.el (reftex-mode):
14302         * textmodes/rst.el (rst-minor-mode):
14303         * textmodes/sgml-mode.el (html-autoview-mode)
14304         (sgml-electric-tag-pair-mode):
14305         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
14306         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
14307         * emulation/crisp.el (crisp-mode):
14308         * emacs-lisp/eldoc.el (eldoc-mode):
14309         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
14310         minor mode behavior.
14312 2011-10-19  Juri Linkov  <juri@jurta.org>
14314         * descr-text.el (describe-char): Add #x2010 and #x2011 to
14315         the list of hard-coded chars with escape-glyph face.
14317 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14319         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
14321 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
14323         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
14324         running process.
14326 2011-10-19  Glenn Morris  <rgm@gnu.org>
14328         * vc/vc-bzr.el (vc-bzr-after-dir-status):
14329         Ignore ignored files.  (Bug#9726)
14331 2011-10-19  Chong Yidong  <cyd@gnu.org>
14333         Doc fix for minor modes, stating that an omitted argument enables
14334         the mode unconditionally when called from Lisp.
14336         * abbrev.el (abbrev-mode):
14337         * allout.el (allout-mode):
14338         * autoinsert.el (auto-insert-mode):
14339         * autoarg.el (autoarg-mode, autoarg-kp-mode):
14340         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14341         (global-auto-revert-mode):
14342         * battery.el (display-battery-mode):
14343         * composite.el (global-auto-composition-mode)
14344         (auto-composition-mode):
14345         * delsel.el (delete-selection-mode):
14346         * desktop.el (desktop-save-mode):
14347         * dired-x.el (dired-omit-mode):
14348         * dirtrack.el (dirtrack-mode):
14349         * doc-view.el (doc-view-minor-mode):
14350         * double.el (double-mode):
14351         * electric.el (electric-indent-mode, electric-pair-mode):
14352         * emacs-lock.el (emacs-lock-mode):
14353         * epa-hook.el (auto-encryption-mode):
14354         * follow.el (follow-mode):
14355         * font-core.el (font-lock-mode):
14356         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
14357         * help.el (temp-buffer-resize-mode):
14358         * hilit-chg.el (highlight-changes-mode)
14359         (highlight-changes-visible-mode):
14360         * hi-lock.el (hi-lock-mode):
14361         * hl-line.el (hl-line-mode, global-hl-line-mode):
14362         * icomplete.el (icomplete-mode):
14363         * ido.el (ido-everywhere):
14364         * image-file.el (auto-image-file-mode):
14365         * image-mode.el (image-minor-mode):
14366         * iswitchb.el (iswitchb-mode):
14367         * jka-cmpr-hook.el (auto-compression-mode):
14368         * linum.el (linum-mode):
14369         * longlines.el (longlines-mode):
14370         * master.el (master-mode):
14371         * mb-depth.el (minibuffer-depth-indicate-mode):
14372         * menu-bar.el (menu-bar-mode):
14373         * minibuf-eldef.el (minibuffer-electric-default-mode):
14374         * mouse-sel.el (mouse-sel-mode):
14375         * msb.el (msb-mode):
14376         * mwheel.el (mouse-wheel-mode):
14377         * outline.el (outline-minor-mode):
14378         * paren.el (show-paren-mode):
14379         * recentf.el (recentf-mode):
14380         * reveal.el (reveal-mode, global-reveal-mode):
14381         * rfn-eshadow.el (file-name-shadow-mode):
14382         * ruler-mode.el (ruler-mode):
14383         * savehist.el (savehist-mode):
14384         * scroll-all.el (scroll-all-mode):
14385         * scroll-bar.el (scroll-bar-mode):
14386         * server.el (server-mode):
14387         * shell.el (shell-dirtrack-mode):
14388         * simple.el (auto-fill-mode, transient-mark-mode)
14389         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
14390         (line-number-mode, column-number-mode, size-indication-mode)
14391         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
14392         * strokes.el (strokes-mode):
14393         * time.el (display-time-mode):
14394         * t-mouse.el (gpm-mouse-mode):
14395         * tool-bar.el (tool-bar-mode):
14396         * tooltip.el (tooltip-mode):
14397         * type-break.el (type-break-mode-line-message-mode)
14398         (type-break-query-mode):
14399         * view.el (view-mode):
14400         * whitespace.el (whitespace-mode, whitespace-newline-mode)
14401         (global-whitespace-mode, global-whitespace-newline-mode):
14402         * xt-mouse.el (xterm-mouse-mode): Doc fix.
14404         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14405         Fix autogenerated docstring.
14407 2011-10-19  Juri Linkov  <juri@jurta.org>
14409         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
14410         by checking environment variables "DESKTOP_SESSION" and
14411         "XDG_CURRENT_DESKTOP".  (Bug#9779)
14413 2011-10-19  Juri Linkov  <juri@jurta.org>
14415         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
14416         (browse-url-chromium-program, browse-url-chromium-arguments):
14417         New defcustoms.
14418         (browse-url-default-browser): Check for `browse-url-chromium' and
14419         call `browse-url-chromium-program'.
14420         (browse-url-chromium): New command.  (Bug#9779)
14422 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
14424         * facemenu.el (list-colors-duplicates): On Windows, detect more
14425         duplicates by assuming that only colors matching "^System" are
14426         special "system colors".  (Bug#9722)
14428 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14430         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
14431         to distinguish the author from the committer.
14433 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
14435         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
14437 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
14439         * international/mule.el (sgml-html-meta-auto-coding-function):
14440         Add support for detecting encoding in HTML5 specified only as
14441         <meta charset="UTF-8">.  Implementation just makes http-equiv and
14442         content-type parts from HTML4 encoding string optional.  (Bug#9716)
14444 2011-10-18  Glenn Morris  <rgm@gnu.org>
14446         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
14448 2011-10-18  Chong Yidong  <cyd@gnu.org>
14450         * faces.el (cursor): Doc fix.
14452 2011-10-17  Chong Yidong  <cyd@gnu.org>
14454         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
14456 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
14458         * dirtrack.el (dirtrack): Support shell buffers with path
14459         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
14461 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
14463         * json.el: Bump version to 1.3 and note change in History.
14464         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
14466 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14468         * comint.el (comint-insert-input, comint-send-input)
14469         (comint-get-old-input-default, comint-backward-matching-input)
14470         (comint-next-prompt): Use nil instead of `input' for field property of
14471         past user input (bug#114).
14473         * minibuffer.el (completion--replace): Inherit surrounding properties
14474         (bug#114).
14475         (minibuffer-complete-and-exit): Use it.
14477         * comint.el (comint--table-subvert): Quote the all-completions output
14478         (bug#9160).
14480 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
14482         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
14484         * menu-bar.el (menu-bar-file-menu): Add entry for making new
14485         window on right of selected.  (Bug#9350) Reword other window
14486         entries and separate them from frame entries.
14488 2011-10-15  Glenn Morris  <rgm@gnu.org>
14490         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
14491         Doc fixes.
14493 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
14495         * net/network-stream.el (network-stream-open-starttls):
14496         Improve detection of failure due to lack of TLS support.
14498         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
14499         putting the input text in front and in bold.
14501 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14503         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
14505         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
14506         empty buffer.
14508         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
14509         unread-command-events rather than pushing yet-another event.
14511 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
14513         * mail/sendmail.el (sendmail-query-once): Improve the wording of
14514         the explanation of the possible choices.  Make the options passed
14515         to completing-read shorter.
14517 2011-10-13  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14519         * textmodes/flyspell.el (flyspell-large-region): Make sure
14520         extended character mode is used if defined (Bug#1339).
14522 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
14524         * simple.el (what-cursor-position): Fix the display of the
14525         character info for LRE, LRO, RLE, and RLO characters by appending
14526         an invisible PDF.
14528 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14530         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
14531         even in case of error; add debug spec; simplify data flow.
14532         (with-timeout-handler): Remove.
14534 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
14536         Fix Bug#6019, Bug#9315.
14538         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
14539         complete `buffer-file-name', the local file name part could look
14540         remotely (for example on VMS).
14542         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
14543         `tramp-run-real-handler'.
14544         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
14545         already quoted by '"'.
14547         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
14548         Let `file-name-handler-alist' be nil, the local file name part
14549         could look remotely (for example on VMS).
14551 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14553         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
14554         from here...
14555         (flyspell-post-command-hook): ...to here.
14557 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14559         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
14560         if not needed.
14561         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
14562         using completion.  Protect against "slow" callers.
14563         Remove the "message hack".
14565 2011-10-11  Juri Linkov  <juri@jurta.org>
14567         * isearch.el (isearch-lazy-highlight-word): New variable.
14568         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
14569         Use it.  (Bug#9727)
14571 2011-10-11  Glenn Morris  <rgm@gnu.org>
14573         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
14574         like f90-previous-statement does.
14576 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14578         * eshell/eshell.el (eshell-command): History should be saved
14579         only in interactive use, to avoid error.
14581 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14583         * minibuffer.el (completion-file-name-table): Fix last change,
14584         i.e. ignore normal errors but not the other ones.
14586 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
14588         * window.el (special-display-buffer-names)
14589         (special-display-regexps): Remove some remnants of earlier
14590         changes from doc-strings.
14591         (quit-windows-on): New function.
14593         * vc/vc.el (vc-revert, vc-rollback):
14594         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
14595         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
14596         (Bug#6183) (Bug#7074) (Bug#7447)
14598 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
14600         * window.el (frame-auto-hide-function): Add version tag.
14601         (Bug#9699)
14603 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
14605         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
14606         condition.
14608 2011-10-09  Leo Liu  <sdl.web@gmail.com>
14610         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
14611         (Bug#9701)
14613 2011-10-08  Glenn Morris  <rgm@gnu.org>
14615         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
14616         before the first code statement zero indent.  (Bug#9690)
14618 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
14620         * simple.el (count-words-region): Always count in the region.
14621         Report the number of lines and characters too.
14622         (count-words): New command, which counts in the buffer if the
14623         region is inactive, as count-words-region used to.
14624         (count-words--message): New function.  Handle plurals.
14625         (count-lines-region): Make it an alias for count-words-region.
14627         * bindings.el (esc-map): Replace count-lines-region with
14628         count-words-region.
14630 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
14632         * window.el (window--delete): Delete dedicated frame
14633         unconditionally when argument KILL is non-nil.  (Bug#9699)
14634         (switch-to-buffer): Fix doc-string typo.
14636 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14638         * eshell/eshell.el (eshell-command): Avoid using hooks.
14640 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
14642         * bindings.el ([M-left],[M-right]): Bind to left-word and
14643         right-word respectively.
14645 2011-10-07  Glenn Morris  <rgm@gnu.org>
14647         * cus-start.el (debug-on-quit): Fix custom type.
14649 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14651         * subr.el (define-key-after): Clarify that the function is not
14652         useful for non-menu keymaps.
14654         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
14656 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14658         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
14659         in current minibuffer (Fix bug with recursive minibuffers).
14661 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
14663         * progmodes/gdb-mi.el (gdb): Doc fix.
14665 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
14667         * window.el (frame-auto-hide-function): New option replacing
14668         frame-auto-delete.  Suggested by Stefan Monnier.
14669         (window--delete): Call frame-auto-hide-function instead of
14670         investigating frame-auto-delete.
14671         (window-point-1, set-window-point-1): New functions.
14672         (window-in-direction, record-window-buffer, window-state-get-1)
14673         (display-buffer-record-window): Use window-point-1 instead of
14674         window-point.
14675         (set-window-buffer-start-and-point): Use set-window-point-1.
14677 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14679         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
14681 2011-10-05  Glenn Morris  <rgm@gnu.org>
14683         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
14684         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
14686 2011-10-05  Leo Liu  <sdl.web@gmail.com>
14688         * subr.el (read-char-choice): Fix argument to buffer-live-p which
14689         works with buffer object.
14691 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14693         * mpc.el (mpc-tool-bar-map): Add labels.
14695 2011-10-04  Glenn Morris  <rgm@gnu.org>
14697         * calendar/holidays.el (calendar-check-holidays): Doc fix.
14699 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
14701         * window.el (window--delete): New function.
14702         (frame-auto-delete): Resuscitate option.
14703         (bury-buffer, replace-buffer-in-windows)
14704         (quit-window): Rewrite using window--delete.
14705         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14706         Pass display-buffer-mark-dedicated to window--display-buffer-2
14707         (Bug#9639).
14709 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14711         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
14712         returns a list (bug#9554).  Add remote file name completion.
14713         * comint.el (comint--table-subvert): Curry and get quote&unquote
14714         functions as arguments.
14715         (comint--complete-file-name-data): Adjust call accordingly.
14716         * pcomplete.el (pcomplete--table-subvert): Remove.
14717         (pcomplete-completions-at-point): Use comint--table-subvert instead.
14719         * minibuffer.el (completion-table-case-fold): Use currying.
14720         (completion--styles-type, completion--cycling-threshold-type):
14721         New constants.
14722         (completion-styles, completion-category-overrides)
14723         (completion-cycle-threshold): Use them.
14724         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
14725         completion-table-case-fold.
14727 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
14729         * minibuffer.el (completion-category-overrides): Fix type of styles
14730         and add more user friendly tags (bug#9660).
14732 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14734         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
14735         (mule-input-method-string): New widget.
14736         (default-input-method, language-info-custom-alist): Use it.
14738 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14740         * pcomplete.el: Require comint.
14741         (pcomplete--common-suffix): Remove.
14742         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
14743         (pcomplete--table-subvert): Sync with comint--table-subvert.
14744         (pcomplete--entries): Use comint-completion-file-name-table.
14745         * comint.el (comint-unquote-filename): Simplify.
14746         (comint-completion-file-name-table): New function (bug#9616).
14747         (comint--complete-file-name-data): Use it.
14749         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
14750         (pcmpl-gnu-tar-buffer): Remove.
14751         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
14752         around.  Make sure pcomplete-suffix-list is only changed temporarily.
14753         Don't look inside the tar's file if it's too large.
14755 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
14757         * cus-edit.el (custom-mode-map):
14758         * epa.el (epa-key-list-mode-map):
14759         * man.el (Man-mode-map):
14760         * startup.el (splash-screen-keymap):
14761         * simple.el (special-mode-map): Use scroll-up-command and
14762         scroll-down-command.
14764         * progmodes/idlw-help.el (idlwave-help-mode-map):
14765         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
14766         * net/newst-plainview.el (newsticker-mode-map):
14767         * emulation/ws-mode.el (wordstar-mode-map):
14768         * emulation/vi.el (vi-com-map):
14769         * calc/calc-graph.el (calc-graph-show-dumb):
14770         * term/sun.el (terminal-init-sun):
14771         * term/ns-win.el (global-map):
14772         * progmodes/grep.el (grep-mode-map):
14773         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
14774         * mail/rmail.el (rmail-mode-map):
14775         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
14777         * custom.el (custom-safe-themes, load-theme): Treat value of t for
14778         custom-safe-themes as special.
14780 2011-10-01  Julien Danjou  <julien@danjou.info>
14782         * notifications.el (notifications-notify): Fix docstring.
14784 2011-10-01  Per Starbäck  <per@starback.se>
14786         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
14788 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
14790         * startup.el (command-line-1): Fix last fix by inserting
14791         initial-scratch-message into *scratch* before displaying it.
14792         (Bug#9605) and (Bug#9636)
14794 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
14796         * simple.el (line-move): If auto-hscroll-mode is disabled and the
14797         window is hscrolled, move by logical lines.  (Bug#9607)
14798         (line-move-visual): Update the doc string to the above effect.
14800 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
14802         * window.el (display-buffer-record-window): When WINDOW is the
14803         selected window use `point' instead of `window-point'.  (Bug#9626)
14805         * startup.el (command-line-1): Use insert-before-markers when
14806         inserting initial-scratch-message.  (Bug#9605)
14808         * help.el (help-window): Remove variable.
14810 2011-09-29  Glenn Morris  <rgm@gnu.org>
14812         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14814 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
14816         * descr-text.el (describe-char-categories): Accept category
14817         descriptions more than one line long.
14819 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14821         * simple.el (delete-trailing-whitespace): Fix last change.
14823         * progmodes/perl-mode.el (perl-syntax-propertize-function):
14824         Don't confuse "y => 3" as the beginning of a `y' operation.
14826         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14827         object has more than 4 slots (bug#9613).
14829 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
14831         * subr.el (with-output-to-temp-buffer):
14832         * net/quickurl.el (quickurl, quickurl-browse-url):
14833         Fix typos in docstrings.
14835 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
14837         * minibuffer.el (completion-styles)
14838         (completion-category-overrides): Cross reference each other in doc
14839         strings.
14841 2011-09-27  Glenn Morris  <rgm@gnu.org>
14843         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14844         to split-string.  (Bug#9606)
14846 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14848         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14849         (bug#9615).
14851 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
14853         * emacs-lisp/package.el (list-packages): Fix echo area message.
14855 2011-09-27  Leo Liu  <sdl.web@gmail.com>
14857         * ido.el (ido-read-internal): Accept cons cell HIST arg.
14859 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
14861         * net/dbus.el (dbus-unregister-object): Don't release services for
14862         registered signals.  (Bug#9581)
14864 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14866         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14867         function that picks between cfengine 2 and 3 support
14868         automatically.  Update docs accordingly.
14870 2011-09-22  Kenichi Handa  <handa@m17n.org>
14872         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14873         ZERO.
14874         (indian-itrans-v5-table-for-tamil): New variable.
14875         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14877 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
14879         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14880         that's true if the current command involved collapsing of text.
14881         It's reset to false at the beginning of the next command.
14882         (allout-post-command-business): Move the cursor to the beginning
14883         of entry if the cursor is hidden and collapsing activity just
14884         happened.
14886 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
14888         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14889         tracking (Bug#9541).
14891 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
14893         * net/newst-reader.el (newsticker-html-renderer)
14894         (newsticker-show-news): Automatically load html rendering package
14895         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
14896         because w3m-fill-column is let-bound" and the error "Symbol's value
14897         as variable is void: w3m-fill-column".
14899 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
14901         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14902         Release services only if they are defined.  (Bug#9581)
14904 2011-09-23  Richard Stallman  <rms@gnu.org>
14906         * textmodes/paragraphs.el (forward-sentence): For backwards case,
14907         distinguish start of paragraph from start of its text.
14909         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14911         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14912         (rmail-generate-viewer-buffer): Put that hook on view buffer.
14913         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14915 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
14917         * international/mule-diag.el (mule-diag): Insert a newline after
14918         each fontset description.
14920 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14922         * simple.el (delete-trailing-whitespace):
14923         Document last change; simplify.
14925 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
14927         * simple.el (delete-trailing-whitespace): Also delete
14928         extra newlines at the end of the buffer.
14930         * textmodes/picture.el: Make motion commands obey shift-select-mode.
14931         (picture-newline): Use forward-line so as to ignore fields.
14933 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14935         * subr.el (with-wrapper-hook): Fix edebug spec.
14937 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14939         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14940         (bug#4538).
14942 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
14944         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14945         Fix nasty bug using wrong cached values.
14947 2011-09-23  Alan Mackenzie  <acm@muc.de>
14949         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14951 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
14953         * window.el (pop-to-buffer): Ensure right window is selected if we
14954         chose another frame.
14956 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
14958         * simple.el (what-cursor-position): Use get-char-property-change
14959         and next-single-char-property-change, to be able to show display
14960         properties that come from overlays as well as text properties.
14962 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
14964         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14966         * cmuscheme.el (run-scheme, switch-to-scheme):
14967         * cus-edit.el (customize-group, custom-buffer-create)
14968         (customize-browse):
14969         * info.el (info):
14970         * shell.el (shell):
14971         * mail/sendmail.el (mail):
14972         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14974 2011-09-22  Richard Stallman  <rms@gnu.org>
14976         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14977         move back only to line beg, don't move back over blank lines.
14979 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
14981         * files.el (copy-directory): Set directory attributes only in case
14982         they could be retrieved from the source directory.  (Bug#9565)
14984 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
14986         * progmodes/hideshow.el (hs-looking-at-block-start-p)
14987         (hs-find-block-beginning, hs-hide-level-recursive):
14988         Ignore strings as well as comments.  (Bug#9502)
14990 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
14992         * progmodes/sql.el (sql-comint-postgres):
14993         Convert port number to a string.  (Bug#9566)
14995 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
14997         * window.el (quit-window): Undedicate window when switching to
14998         previous buffer.  Reported by Thierry Volpiatto
14999         <thierry.volpiatto@gmail.com>.
15000         (special-display-popup-frame): When popping up a new frame reset
15001         its previous buffers to nil.  Simplify code.
15003 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
15005         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
15006         and process filter, as done also in `shell-command'.
15008 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
15010         * window.el (set-window-buffer-start-and-point):
15011         Call set-window-start with NOFORCE argument t.
15012         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15013         (quit-window): Reword doc-string.  Handle new format of
15014         quit-restore parameter.  Don't delete window if it has a
15015         previous buffer we can show instead of the present one.
15016         (display-buffer-record-window): Rewrite using a new format for
15017         the quit-restore window parameter
15018         (special-display-popup-frame, display-buffer-same-window)
15019         (display-buffer-reuse-window, display-buffer-pop-up-frame)
15020         (display-buffer-pop-up-window, display-buffer-use-some-window):
15021         Adapt symbol passed to display-buffer-record-window.
15022         * help.el (help-window-setup): Handle new format of quit-restore
15023         parameter.
15025 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15027         * faces.el (face-list): Fix docstring (bug#9564).
15029         * window.el (display-buffer--action-function-custom-type):
15030         Don't include internal functions in the Custom interface.
15032 2011-09-20  Juri Linkov  <juri@jurta.org>
15034         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
15035         (Info-forward-node, Info-backward-node, Info-next-preorder)
15036         (Info-last-preorder): Use it.  (Bug#9528)
15038 2011-09-20  Juri Linkov  <juri@jurta.org>
15040         * info.el (Info-last-preorder): Visit last menu item only when
15041         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
15043 2011-09-20  Julien Danjou  <julien@danjou.info>
15045         * password-cache.el (password-cache-remove): Remove entries even if the
15046         value is nil, so that password with a nil value (negative caching) is
15047         possible to invalidate.
15049 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
15051         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
15052         all whitespace around breakpoint.  (Bug#9553)
15053         (f90-find-breakpoint): Only break at whitespace inside a comment.
15055 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15057         * minibuffer.el (completion-file-name-table): Keep track of errors.
15058         (completion-table-with-predicate): Handle the case where pred1 is nil.
15059         * pcomplete.el (pcomplete-completions-at-point): Simplify.
15061 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15063         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
15064         (debugger-return-value): Signal an error if the debugging context does
15065         not await any return value.
15067         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
15068         * image-mode.el (image-toggle-display-text)
15069         (image-toggle-display-image): Stay away from evil `intangible'.
15071 2011-09-19  Leo Liu  <sdl.web@gmail.com>
15073         * replace.el (occur-revert-arguments): Make it permanent-local.
15074         (occur-mode): Don't call font-lock-defontify.
15076 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
15078         * net/ldap.el (ldap-search-internal): Don't push empty search
15079         result (Bug#9508).
15081 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15083         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
15085 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
15087         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
15088         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
15090 2011-09-18  Juri Linkov  <juri@jurta.org>
15092         * buff-menu.el (Buffer-menu-mode-map):
15093         * dired.el (dired-mode-map):
15094         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
15095         (lisp-interaction-mode-map):
15096         * emacs-lisp/package.el (package-menu-mode-map):
15097         * epa.el (epa-key-list-mode-map):
15098         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
15099         (menu-bar-options-menu):
15100         * outline.el (outline-mode-menu-bar-map):
15101         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
15102         * vc/vc-dir.el (vc-dir-menu-map):
15103         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
15104         Capitalize non-function content words in menu item strings.
15106         * dired.el (dired-mode-map): Add menu item for
15107         `image-dired-dired-toggle-marked-thumbs'.
15109 2011-09-18  Juri Linkov  <juri@jurta.org>
15111         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
15112         to `isearch-case-fold-search' and restore its original value
15113         after the `isearch-mode' call.
15115 2011-09-18  Juri Linkov  <juri@jurta.org>
15117         * progmodes/grep.el (grep-process-setup): Don't check code for 1
15118         because `zgrep' returns 1 for successful matches (bug#9226).
15120 2011-09-18  Juri Linkov  <juri@jurta.org>
15122         * info.el (Info-extract-menu-node-name): Check the second match
15123         for empty string (second test-case of bug#9528).
15124         (Info-last-preorder): Let-bind `Info-history' to nil to not add
15125         intermediate nodes to the history (first test-case of bug#9528).
15127 2011-09-18  Juri Linkov  <juri@jurta.org>
15129         * info.el (Info-mode-syntax-table): New variable.
15130         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
15132 2011-09-18  Juri Linkov  <juri@jurta.org>
15134         * info.el (Info-file-supports-index-cookies):
15135         Increment line-beginning-position's arg from 3 to 4 because makeinfo
15136         outputs one more line for long file names (bug#4142).
15138 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
15140         * newcomment.el (comment-normalize-vars): If prompting for
15141         comment-start, set comment-start-skip too (Bug#8424).
15143 2011-09-18  Johan BockgĂ¥rd  <bojohan@gnu.org>
15145         * icomplete.el: Fix previous fix of Bug#5849.
15146         (icomplete-mode): Don't set completion-show-inline-help.
15147         (icomplete-minibuffer-setup): Set completion-show-inline-help
15148         locally during icompletion.
15150 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
15152         * woman.el (woman2-process-escapes): Don't delete unrecognized
15153         escapes (Bug#7843).
15155         * files.el (inhibit-first-line-modes-regexps): Add image files.
15156         (hack-local-variables-prop-line): Return nil for malformed
15157         prop-lines (Bug#9044).
15159 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
15161         * net/tramp.el (top): Don't require 'shell.
15162         (tramp-methods): Fix docstring.
15163         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
15164         Return complete remote file name.  Handle "smb" case.
15165         Use `tramp-tmpdir', if defined for the respective method.
15166         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
15168         * net/tramp-compat.el (top): Require 'shell.
15170         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15171         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
15172         `tramp-current-host'.
15173         (tramp-get-remote-tmpdir): Remove.
15175         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
15176         `tramp-tmpdir' entries.
15177         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
15178         (tramp-smb-handle-file-attributes): Ignore errors.
15179         (tramp-smb-wait-for-output): Check also for process end.
15181 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15183         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
15184         when sending QUIT (bug#9312).
15186 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
15188         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
15189         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
15190         occur-mode-display-occurrence.
15191         (occur-edit-mode): Add usage message.
15192         (occur-cease-edit): New command.
15193         (occur-after-change-function): Use text properties to find the
15194         position of the prefix text.
15195         (occur-engine): Set stickiness of prefix text properties.
15197 2011-09-17  Glenn Morris  <rgm@gnu.org>
15199         * progmodes/etags.el (complete-tag):
15200         Fix call to completion-in-region.  (Bug#9526)
15202 2011-09-17  Juri Linkov  <juri@jurta.org>
15204         * textmodes/ispell.el (ispell-word): Add to the error message
15205         the word, ispell program name and current dictionary (bug#9121).
15206         (ispell-tex-arg-end): Capitalize "error" in the error message.
15208 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
15210         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
15211         check.  (Bug#4251)
15213 2011-09-17  Juri Linkov  <juri@jurta.org>
15215         * window.el (window-safe-min-height, window-safe-min-width):
15216         Fix typos (followup to bug#9522).
15218 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
15220         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
15222 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
15224         * simple.el (line-move): If goal-column is set, move by logical
15225         lines, not by display lines.  (Bug#971)
15226         (next-line, previous-line, goal-column, line-move-visual): Doc fix
15227         to reflect the above change.
15229 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15231         * image.el (imagemagick-register-types): Use regexp-opt.
15233 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
15235         * window.el (display-buffer-base-action): Rename from
15236         display-buffer-default-action.  Make default value empty.
15237         (display-buffer-overriding-action): Convert to defvar.
15238         (display-buffer-fallback-action): New var.
15240 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
15242         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
15243         declaration.
15244         (package--add-to-archive-contents): If there is a duplicate entry
15245         with an older version, remove it.
15246         (package-menu-mark-delete, package-menu-mark-install)
15247         (package-menu-mark-unmark): Make unused args optional.
15248         (package-menu-mark-obsolete-for-deletion):
15249         Use package-menu-get-status instead of a regexp search.
15250         (package-menu-get-status): Use tabulated-list-entry.
15251         (package-menu-mark-upgrades): New command.
15252         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
15253         (package-menu-execute): Do installation before deletion.
15254         (package-menu-refresh, package-menu-execute): Use derived-mode-p
15255         instead of checking major-mode.
15256         (package-menu--find-upgrades): New function.
15258 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15260         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
15261         passwords in the log buffer.
15262         (smtpmail-process-filter): Update the process marker so that the
15263         "broken by peer" status message is inserted in the right place.
15265 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15267         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
15268         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
15269         bibtex-completion-at-point-function.
15270         (bibtex-completion-at-point-function): Use them.
15272         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
15274         * mpc.el (mpc-constraints-tag-lookup): New function.
15275         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
15276         also to browser "album|playlist".
15278 2011-09-14  Juri Linkov  <juri@jurta.org>
15280         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
15281         (isearch-edit-string): Use length of `isearch-string' when
15282         `isearch-fail-pos' returns nil.
15283         (isearch-message): Remove duplicate code and call
15284         `isearch-fail-pos' with arg `t'.
15286 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
15288         * replace.el (occur-mode-goto-occurrence): Don't force using other
15289         window (Bug#9499).
15291         * dired-aux.el (dired-do-chmod): Don't provide initial input.
15293 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
15295         * window.el (display-buffer-window): Remove.
15296         (display-buffer-record-window): Use help-setup window parameter
15297         instead of variable display-buffer-window.
15298         (display-buffer-function, special-display-buffer-names)
15299         (special-display-function): Mention help-setup parameter instead
15300         of display-buffer-window in doc-string.
15301         * help.el (help-window-setup): New argument help-window.
15302         Use help-window-setup parameter instead of display-buffer-window.
15303         Reword some messages.
15304         (with-help-window): Pass window used for displaying the buffer
15305         to help-window-setup.  Don't set display-buffer-window.
15307 2011-09-13  Glenn Morris  <rgm@gnu.org>
15309         * emacs-lisp/debug.el (debugger-make-xrefs):
15310         Preserve point.  (Bug#9462)
15312 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
15314         * window.el (window-deletable-p): Use next-frame.
15316 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
15318         * window.el (window-auto-delete): Remove.
15319         (window-deletable-p): Remove argument FORCE.  Don't deal with
15320         dedication and previous buffers.
15321         (switch-to-prev-buffer): Don't delete window.
15322         (delete-windows-on): Delete a window's frame if and only if the
15323         window is dedicated.
15324         (replace-buffer-in-windows): Delete buffer's window or frame if
15325         and only if window is dedicated.
15326         (quit-window): Handle quit-restore as before last change.
15327         (bury-buffer): Delete window only if window-deletable-p returns t.
15329 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
15331         * window.el (window-deletable-p): Never delete the last frame on a
15332         given terminal.
15334 2011-09-13  Glenn Morris  <rgm@gnu.org>
15336         * help.el (describe-key-briefly): Copy previous standard-output change.
15338 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
15340         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
15342 2011-09-13  Glenn Morris  <rgm@gnu.org>
15344         * emacs-lisp/lisp-mode.el (lisp-indent-function):
15345         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
15347 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
15349         * dired-aux.el (dired-mark-read-string): Don't return default
15350         value on empty input (Bug#9361).
15351         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
15352         Omit initial minibuffer contents.
15353         (dired-do-chmod): Signal an error on empty input.
15354         (dired-mark-read-string): Don't return default on empty input.
15356         * files.el (file-modes-symbolic-to-number): Doc fix.
15358 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15360         * international/mule-cmds.el (ucs-completions): Remove.
15361         (read-char-by-name): Use complete-with-action instead; add metadata.
15363 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
15365         * window.el (display-buffer--action-function-custom-type)
15366         (display-buffer--action-custom-type): New vars.
15367         (display-buffer-alist, display-buffer-default-action)
15368         (display-buffer-overriding-action): Add defcustom types.
15370         * frame.el (delete-other-frames): Doc fix (Bug#276).
15372 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15374         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
15376 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
15378         Change modes that used same-window-* vars to use switch-to-buffer.
15380         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
15381         Use switch-to-buffer.
15383         * cus-edit.el (customize-group, custom-buffer-create)
15384         (customize-browse, custom-buffer-create-other-window):
15385         Use switch-to-buffer or switch-to-buffer-other-window.
15387         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
15388         (Info-prev, Info-up, Info-speedbar-goto-node)
15389         (info-display-manual): Use switch-to-buffer.
15390         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
15392         * mail/sendmail.el (mail): Use switch-to-buffer.
15393         (mail-recover): Use switch-to-buffer-other-window.
15395         * cmuscheme.el (run-scheme, switch-to-scheme):
15396         * ielm.el (ielm):
15397         * shell.el (shell):
15398         * net/rlogin.el (rlogin):
15399         * net/telnet.el (telnet, rsh):
15400         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
15402 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
15404         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
15406 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15408         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
15409         so don't mention it (bug#9301).
15410         (dired-sort-toggle-or-edit): Clarify string further.
15412         * faces.el (face-spec-set-match-display): Make `(type graphic)'
15413         match `x', `w32' and `ns', like the manual says (bug#9029).
15415         * subr.el (eval-after-load): Doc string clarification (bug#9125).
15416         (process-kill-buffer-query-function): Mention the buffer name in
15417         the query.
15419         * image-mode.el (image-next-line): The line parameter is mandatory
15420         (bug#9258).
15422         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
15423         which can be useful (bug#9301).
15425         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
15427         * subr.el (match-string): Mention that the current buffer should
15428         be the same as the search was done in (bug#9282).
15430         * facemenu.el: Disable the remove-* commands if the mark isn't
15431         active (bug#9162).
15433 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
15435         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
15436         of display-buffer.
15437         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
15439         * replace.el (occur-mode-goto-occurrence)
15440         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
15441         and display-buffer.
15443         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
15444         display-buffer.
15446         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
15447         special-display and same-window variables.
15448         (mail-other-window): Use switch-to-buffer-other-window.
15449         (mail-other-frame): USe switch-to-buffer-other-frame.
15451         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
15452         Use display-buffer-other-frame.
15453         (gdb-display-gdb-buffer): Use pop-to-buffer.
15455         * progmodes/gud.el (gud-goto-info): Use info-other-window.
15457         * progmodes/python.el: Don't set same-window-buffer-names.
15459         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
15461         * window.el (display-buffer-alist): Add *Python*.
15463 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
15465         * window.el (display-buffer-alist): Add entry for buffers
15466         previously handled same-window-*.
15467         (display-buffer-alist, display-buffer-default-action)
15468         (display-buffer-overriding-action): Mark as risky.
15469         (display-buffer-alist): Document action function changes.
15470         (display-buffer--same-window-action)
15471         (display-buffer--other-frame-action): New variables.
15472         (switch-to-buffer, display-buffer-other-frame): Use them.
15473         (display-buffer): Rename reuse-frame entry to reusable-frames.
15474         (display-buffer-reuse-selected-window): Function deleted.
15475         (display-buffer-reuse-window): Handle reusable-frames alist entry.
15476         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
15477         (display-buffer-special): New function.
15478         (display-buffer--maybe-pop-up-frame-or-window): Rename from
15479         display-buffer-reuse-or-pop-window.  Split off special-display
15480         part into display-buffer-special.
15481         (display-buffer-use-some-window): Don't perform any special
15482         pop-up-frames handling.
15483         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
15484         (display-buffer--maybe-same-window): Rename from
15485         display-buffer-maybe-same-window.
15487         * info.el: Don't set same-window-regexps.
15488         (info-setup): New function.
15489         (info-other-window, info): Call it.
15491         * cus-edit.el: Don't set same-window-regexps.
15492         (customize-group): New argument.
15493         (customize-group-other-window): Use it.
15494         (customize-face, customize-face-other-window): Likewise.
15495         (custom-buffer-create-other-window): Use pop-to-buffer directly.
15497         * net/rlogin.el:
15498         * net/telnet.el:
15499         * progmodes/gud.el: Don't set same-window-regexps.
15501         * cmuscheme.el:
15502         * ielm.el:
15503         * shell.el:
15504         * mail/sendmail.el:
15505         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
15507 2011-09-10  Juri Linkov  <juri@jurta.org>
15509         * isearch.el (isearch-edit-string): Remove obsolete mention of
15510         `C-w' (`isearch-yank-word-or-char') from docstring.
15511         (isearch-query-replace): Fix typo in docstring (bug#9466).
15513 2011-09-10  Juri Linkov  <juri@jurta.org>
15515         * paren.el (show-paren-function): Don't show escaped parens.
15516         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
15518 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
15520         * mail/sendmail.el (mml-to-mime, mml-attach-file)
15521         (mm-default-file-encoding): Remove autoload forms, they are
15522         replaced with autoload cookies in mml.el and mm-encode.el.
15523         (mail-add-attachment): New command.
15524         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
15525         (mail-mode): Mention mail-insert-file and mail-add-attachment in
15526         the doc string.
15527         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
15529 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
15531         * simple.el (count-words-region): Use buffer if there's no region
15532         (bug#9429).
15534 2011-09-09  Juri Linkov  <juri@jurta.org>
15536         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
15537         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
15538         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
15540 2011-09-09  Alan Mackenzie  <acm@muc.de>
15542         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
15543         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
15545 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
15547         Fix for Savannah bug#9392.
15548         * simple.el (mail-encode-mml): New defvar.
15550         * mail/rmail.el (mail-encode-mml): Add a defvar.
15551         (rmail-enable-mime-composing): Default to t.
15552         (rmail-forward): Use MIME method of forwarding only if both
15553         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
15554         Set mail-encode-mml non-nil if the MIME method was used.
15556         * mail/sendmail.el (mml-to-mime): Add autoload form.
15557         (mail-encode-mml): Add a defvar.
15558         (mail-mode): Make mail-encode-mml buffer-local and initialize it
15559         to nil.
15560         (mail-send): If mail-encode-mml is non-nil, run the outgoing
15561         message through mml-to-mime, and reset mail-encode-mml to nil.
15563 2011-09-09  Glenn Morris  <rgm@gnu.org>
15565         * woman.el (woman-if-body): When processing an .el block,
15566         do not delete the next .el block as well.  (Bug#9447)
15567         (woman-special-characters): Add oq, cq, and hy characters.
15569 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
15571         * window.el (window-deletable-p): Make sure window is live before
15572         invoking window-prev-buffers.
15574 2011-09-08  Leo Liu  <sdl.web@gmail.com>
15576         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
15578 2011-09-08  Juri Linkov  <juri@jurta.org>
15580         * progmodes/compile.el (compilation-environment): Make it
15581         a defcustom (bug#8340).
15583 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
15585         * window.el (frame-auto-delete): Rename to window-auto-delete.
15586         Make it control auto-deletion of windows and/or frames.
15587         (window-deletable-p): New argument FORCE.  Rewrite conditions
15588         for deleting window/frame.  (Bug#9419)
15589         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
15590         Rewrite handling of case when window/frame can be deleted.
15591         (delete-windows-on): Call window-deletable-p with new FORCE
15592         argument t.  (Bug#9456)
15594 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
15596         * help-mode.el (help-mode): Restore autoload.
15598 2011-09-07  Juri Linkov  <juri@jurta.org>
15600         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
15601         `compilation-environment'.  Set buffer-local
15602         `compilation-environment' to `thisenv' later after (funcall mode).
15603         (Bug#8340)
15605         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
15606         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
15607         instead of replacing its value.  (Bug#8340)
15609 2011-09-07  Juri Linkov  <juri@jurta.org>
15611         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
15612         based on text properties put by `grep-filter' instead of matching
15613         escape sequences.
15614         (grep-mode): Set buffer-local `compilation-error-screen-columns'
15615         to the value of `grep-error-screen-columns' (bug#9438).
15617 2011-09-07  Juri Linkov  <juri@jurta.org>
15619         * simple.el (next-error-highlight, next-error-highlight-no-select):
15620         Doc fix (bug#9432).
15622 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
15624         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15625         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
15627 2011-09-07  Leo Liu  <sdl.web@gmail.com>
15629         * net/rcirc.el (rcirc-mode): Conditionally initialize
15630         rcirc-input-ring.
15632 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15634         * emacs-lisp/find-func.el (find-function-C-source): Only set
15635         find-function-C-source-directory after checking that we found a source
15636         file there (bug#9440).
15638 2011-09-06  Alan Mackenzie  <acm@muc.de>
15640         * isearch.el (isearch-other-meta-char): Wherever a key list is
15641         unread, "unread" the prefix arg, too.  This fixes bug #8901.
15643 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
15645         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
15647 2011-09-05  Juri Linkov  <juri@jurta.org>
15649         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
15651 2011-09-05  Juri Linkov  <juri@jurta.org>
15653         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
15654         keeping point where processing of grep matches begins, and
15655         continue to delete remaining escape sequences from the same point.
15656         (grep-filter): Make leading zero optional in "0?1;31m" because
15657         git-grep emits "\033[1;31m" escape sequences unlike expected
15658         "\033[01;31m" as GNU Grep does (bug#9408).
15659         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
15661 2011-09-05  Juri Linkov  <juri@jurta.org>
15663         * subr.el (y-or-n-p): Capitalize "yes".
15665 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
15667         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
15668         `tramp-cache-unload-hook' where appropriate.
15669         (tramp-methods): Rename `tramp-remote-sh' to
15670         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
15671         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
15673         * net/tramp-sh.el (top): Don't require 'shell.
15674         (tramp-methods): Add `tramp-remote-shell' and
15675         `tramp-remote-shell-args' entries.
15676         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
15677         (tramp-sh-handle-shell-command): Remove.
15678         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15679         Use `tramp-remote-shell'.
15681 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
15683         * mail/sendmail.el (sendmail-query-once-function): Delete.
15684         (sendmail-query-once): Save directly to send-mail-function.
15685         Update message-send-mail-function too.
15687         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
15689 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
15691         * progmodes/python.el (python-mode-map): Use correct function to
15692         start python interpreter from menu-bar (as reported by Geert
15693         Kloosterman).
15694         (inferior-python-mode-map): Fix typo.
15695         (python-shell-map): Remove.
15697 2011-09-03  Deniz Dogan  <deniz@dogan.se>
15699         * net/rcirc.el (rcirc-print): Simplify code for
15700         rcirc-scroll-show-maximum-output.  There is no need to walk
15701         through all windows to find the right one.
15703 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
15705         * help.el (help-return-method): Doc fix.
15707 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
15709         * window.el (window-deletable-p): Don't return a non-nil value
15710         when there's a buffer that was shown in the window before.
15711         (Bug#9419)
15712         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15713         Set window's previous buffers to nil.
15715 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
15717         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
15718         newline before and after the tag line, so it doesn't interfere
15719         with determining the paragraph direction of bidirectional text.
15721 2011-09-03  Leo Liu  <sdl.web@gmail.com>
15723         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
15725 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
15727         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
15728         (pop-to-buffer): Change interactive spec.  Pass second argument
15729         directly to display-buffer.
15730         (display-buffer): Fix interactive spec.  Use functionp to
15731         distinguish between a function and a list of functions.
15733         * abbrev.el (edit-abbrevs):
15734         * arc-mode.el (archive-extract):
15735         * autoinsert.el (auto-insert):
15736         * bookmark.el (bookmark-bmenu-list):
15737         * files.el (find-file):
15738         * view.el (view-buffer):
15739         * progmodes/compile.el (compilation-goto-locus):
15740         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
15742 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
15744         * window.el (display-buffer-alist): Doc fix.
15745         (display-buffer): Add docstring.  Don't treat
15746         display-buffer-default specially.
15747         (display-buffer-reuse-selected-window)
15748         (display-buffer-same-window, display-buffer-maybe-same-window)
15749         (display-buffer-reuse-window, display-buffer-pop-up-frame)
15750         (display-buffer-pop-up-window)
15751         (display-buffer-reuse-or-pop-window)
15752         (display-buffer-use-some-window): New functions.
15753         (display-buffer-default-action): Use them.
15754         (display-buffer-default): Delete.
15755         (pop-to-buffer-1): Fix choice of actions.
15757 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15759         * minibuffer.el (completion--insert-strings): Don't get confused by
15760         completion entries that end with an LF char.
15762 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
15764         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
15766 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
15768         * window.el (display-buffer): Restore interactive spec.
15769         (display-buffer-same-window, display-buffer-other-window):
15770         New functions.
15771         (pop-to-buffer-1): New function.  Use the above.
15772         (pop-to-buffer, pop-to-buffer-same-window): Use it.
15773         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
15775         * view.el (view-buffer-other-window, view-buffer-other-frame):
15776         Just use pop-to-buffer.
15778 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15780         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
15782 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
15784         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
15786 2011-08-31  Richard Stallman  <rms@gnu.org>
15788         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
15789         of the separation of rmail-view-buffer from rmail-buffer.
15790         If you say no to "replace original", the decrypt is in the
15791         view buffer.  If you say yes, the decrypt goes into the
15792         rmail buffer also.
15794 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
15796         * window.el (display-buffer-window): Rewrite doc-string.
15797         (display-buffer-record-window): New function.
15798         (display-buffer-macro-specifiers)
15799         (display-buffer-even-window-sizes, display-buffer-set-height)
15800         (display-buffer-set-width, display-buffer-in-window)
15801         (display-buffer-reuse-window, display-buffer-split-specifiers)
15802         (display-buffer-side-specifiers, display-buffer-split-window-1)
15803         (display-buffer-split-window, display-buffer-split-atom-window)
15804         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15805         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15806         (display-buffer-other-window-means-other-frame)
15807         (display-buffer-normalize-special)
15808         (display-buffer-normalize-default)
15809         (display-buffer-normalize-argument)
15810         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15811         (display-buffer-normalize-specifiers, display-buffer-frame)
15812         (display-buffer-same-window, display-buffer-same-frame)
15813         (display-buffer-other-window)
15814         (display-buffer-same-frame-other-window)
15815         (display-buffer-other-frame, pop-to-buffer-same-window)
15816         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15817         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15818         (switch-to-buffer-same-frame)
15819         (switch-to-buffer-other-window-same-frame)
15820         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15821         (display-buffer-alist-set-1, display-buffer-alist-set-2)
15822         (display-buffer-alist-set): Remove.
15823         (display-buffer-function, special-display-buffer-names)
15824         (special-display-regexps, special-display-function):
15825         In doc-string refer to display-buffer-window and quit-restore
15826         parameter.
15827         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15828         (special-display-frame-alist, special-display-popup-frame)
15829         (same-window-buffer-names, same-window-regexps, same-window-p)
15830         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15831         (split-window-preferred-function, split-height-threshold)
15832         (split-width-threshold, window-splittable-p)
15833         (split-window-sensibly, window--try-to-split-window)
15834         (window--frame-usable-p, even-window-heights)
15835         (window--even-window-heights, window--display-buffer-1)
15836         (window--display-buffer-2, display-buffer-other-frame):
15837         Restore old Emacs 23 code, order and doc-strings where applicable.
15838         (display-buffer-default, display-buffer-assq-regexp): New functions.
15839         (display-buffer-alist): Rewrite doc-string.
15840         (display-buffer-default-action)
15841         (display-buffer-overriding-action): New variables.
15842         (display-buffer, switch-to-buffer): Rewrite.
15843         (pop-to-buffer): Restore Emacs 23 behavior but use
15844         window-normalize-buffer-to-display.
15845         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15846         Restore Emacs 23 behavior but use
15847         window-normalize-buffer-to-switch-to.
15848         (pop-to-buffer-same-window): Rewrite.
15849         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15850         Rewrite using Emacs 23 options.
15852 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
15854         * net/tramp.el (tramp-root-regexp): Remove.
15855         (tramp-completion-file-name-regexp-unified)
15856         (tramp-completion-file-name-regexp-separate)
15857         (tramp-completion-file-name-regexp-url): Don't use leading volume
15858         letter on w32 systems.  (Bug#5303, Bug#9311)
15859         (tramp-drop-volume-letter): Simplify definition.
15860         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15862 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15864         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15865         (bug#9356).
15867 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
15869         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15871 2011-08-29  Juri Linkov  <juri@jurta.org>
15873         * isearch.el (isearch-done): Don't display message "Mark saved"
15874         when arg `edit' is non-nil to prevent its flicker in the echo area.
15876 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
15878         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15879         obsolete packages for deletion.
15881 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
15883         * help-mode.el (help-mode-map): Add special-mode-map to parent.
15884         (help-mode): Derive help-mode from special-mode.  Don't invoke
15885         view-mode from help-mode.
15886         (help-xref-override-view-map): Remove.
15887         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15888         view-mode is not used anymore.
15890 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
15892         * server.el (server-port): Doc fix.
15894         * cus-theme.el (custom-theme-choose-mode): Inherit from
15895         special-mode (Bug#9124).
15896         (custom-theme-choose-mode-map): Add special-mode to parent.
15898 2011-08-28  Alan Mackenzie  <acm@muc.de>
15900         * progmodes/cc-fonts.el
15901         (c-make-font-lock-BO-decl-search-function): New function.
15902         (c-basic-matchers-after - "Fontify the clauses after various
15903         keywords"): Extract the three keyword lists for the 3 erroneous
15904         constructs from the list of four, and use the new function above
15905         in place of an old one.
15907 2011-08-28  Deniz Dogan  <deniz@dogan.se>
15909         * net/rcirc.el (rcirc-insert-prev-input)
15910         (rcirc-insert-next-input): Remove unused argument.
15912 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15914         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15916 2011-08-27  Alan Mackenzie  <acm@muc.de>
15918         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15919         handle function pointer parameters properly.
15921 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
15923         * window.el (display-buffer-reuse-window): Fix case where
15924         selected window was reused with non-nil OTHER-WINDOW argument.
15925         (Bug#9381)
15927 2011-08-27  Deniz Dogan  <deniz@dogan.se>
15929         * net/rcirc.el (rcirc-check-auth-status): Adding support for
15930         oftc's NickServ messages.
15932 2011-08-27  Glenn Morris  <rgm@gnu.org>
15934         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
15936 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
15938         * emacs-lisp/package.el (package-install): Call package-initialize
15939         if called interactively.
15941 2011-08-26  Leo Liu  <sdl.web@gmail.com>
15943         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
15945 2011-08-25  Juri Linkov  <juri@jurta.org>
15947         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15948         `search-whitespace-regexp' (bug#9364).
15950 2011-08-25  Juri Linkov  <juri@jurta.org>
15952         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15953         `regexp-search-ring' to their global values to protect from
15954         updating by `read-from-minibuffer' (bug#9185).
15956 2011-08-25  Juri Linkov  <juri@jurta.org>
15958         * textmodes/ispell.el (ispell-command-loop): Add newline
15959         at the end of the "Use option `i'..." line.
15961 2011-08-25  Juri Linkov  <juri@jurta.org>
15963         * battery.el (display-battery-mode): If `battery-status-function'
15964         or `battery-mode-line-format' is nil, display the message and set
15965         `display-battery-mode' to nil (bug#9363).
15967 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
15969         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15970         bidi-string-mark-left-to-right; they are unnecessary now.
15972 2011-08-25  Deniz Dogan  <deniz@dogan.se>
15974         * net/quickurl.el: Documentation typo fixes.
15976 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
15978         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15980 2011-08-25  Glenn Morris  <rgm@gnu.org>
15982         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15984         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15985         (smtpmail-via-smtp): Handle nil response from smtp.
15987 2011-08-24  Juri Linkov  <juri@jurta.org>
15989         * proced.el (proced-marked): Inherit from `error' instead of
15990         `font-lock-warning-face'.
15992         * ibuffer.el (ibuffer-marked-face): Change default face from
15993         `font-lock-warning-face' to `warning'.
15994         (ibuffer-deletion-face): Change default face from
15995         `font-lock-type-face' to `error'.
15997         * battery.el (battery-update): Use the face `error' instead of
15998         `font-lock-warning-face' (bug#6117).
16000 2011-08-24  Juri Linkov  <juri@jurta.org>
16002         * faces.el (success): Change face color from "Green3" to
16003         "ForestGreen" on light background (bug#9353).
16005 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
16007         * window.el (quit-window): Rename from quit-restore-window.
16008         Use same arglist as old quit-window.
16009         (frame-auto-delete): Doc fix.
16011         * view.el (view-mode-exit): Use quit-window.
16013 2011-08-24  Juri Linkov  <juri@jurta.org>
16015         * isearch.el (isearch-ring-adjust1): Start visiting previous
16016         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
16017         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
16018         for empty search string (when the last search string is reused
16019         automatically) to adjust the isearch ring to the last element and
16020         prepare the correct index for further M-p commands (bug#9185).
16022 2011-08-24  Kenichi Handa  <handa@m17n.org>
16024         * international/ucs-normalize.el: If decomposition property of
16025         CHAR is the default one (i.e. a list of CHAR itself), treat it as
16026         nil.
16027         (nfd, nfkd): Likewise.
16029 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16031         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
16032         from process filters aren't reliably transmitted to the surrounding
16033         accept-process-output.
16034         (mpc-proc-check): New function.
16035         (mpc-proc-sync): Use it (bug#8293)
16037 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16039         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
16040         Add compatibility functions (bug#9313).
16042 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
16044         * cus-start.el (all): Add entry for bidi-paragraph-direction.
16046         * international/uni-bidi.el: Regenerate.
16048 2011-08-23  Kenichi Handa  <handa@m17n.org>
16050         * international/charprop.el:
16051         * international/uni-bidi.el:
16052         * international/uni-category.el:
16053         * international/uni-combining.el:
16054         * international/uni-comment.el:
16055         * international/uni-decimal.el:
16056         * international/uni-decomposition.el:
16057         * international/uni-digit.el:
16058         * international/uni-lowercase.el:
16059         * international/uni-mirrored.el:
16060         * international/uni-name.el:
16061         * international/uni-numeric.el:
16062         * international/uni-old-name.el:
16063         * international/uni-titlecase.el:
16064         * international/uni-uppercase.el: Regenerate.
16066 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
16068         * help.el (help-window-setup): Fix message displayed when other
16069         window is reused.  (Bug#9341)
16071 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16073         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
16074         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
16076         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
16077         Mark obsolete.
16078         * shell.el (shell-parse-pcomplete-arguments): New function.
16079         (shell-completion-vars): Use it instead (bug#9160).
16081 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16083         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
16084         strings and comments (bug#9333).
16086         * emacs-lisp/debug.el (debug-arglist): New function.
16087         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
16088         (debug-on-entry-1): Handle interpreted closures (bug#9120).
16090 2011-08-22  Juri Linkov  <juri@jurta.org>
16092         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16093         Revert regexp that highlights output switches to its old
16094         pre-2010-10-28 value and remove one `?' from it (bug#9319).
16096         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
16097         to check for empty output (bug#9226).
16099 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
16101         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
16102         symbol-constituent as the default, as that stops font-lock from
16103         working properly (Bug#8843).
16105 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16107         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
16108         `coding-system-for-*' around the process open call to avoid
16109         auth-source side effects.
16110         (smtpmail-try-auth-methods): Expand the secret password.
16111         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
16112         probe hangs.
16114 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
16116         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
16118         * emacs-lisp/find-func.el (find-function-noselect): New arg
16119         lisp-only.
16121         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
16122         signal an error for built-in functions (Bug#6664).
16124 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16126         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
16127         (smtpmail-try-auth-methods): Use it.
16129 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
16131         * font-lock.el (font-lock-fontify-region)
16132         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
16133         (font-lock-default-unfontify-buffer)
16134         (font-lock-default-fontify-region)
16135         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
16137         * progmodes/compile.el (compilation-error-properties):
16138         Fix confusion between file struct and message struct (Bug#9319).
16139         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
16140         `ant' regexp.
16142         * net/browse-url.el (browse-url-firefox): Don't call
16143         browse-url-firefox-sentinel unless using -remote (Bug#9328).
16145 2011-08-20  Glenn Morris  <rgm@gnu.org>
16147         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
16149         * tutorial.el (tutorial--default-keys): Update some default bindings.
16151         * files.el (hack-local-variables): Fully ignore case for "mode:".
16153 2011-08-20  Alan Mackenzie  <acm@muc.de>
16155         Resolve invalid use of a regexp in regexp-opt.
16157         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
16158         detection for a java annotation.
16160         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
16161         detection for a java annotation.
16163         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
16164         handling for java.
16165         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
16167 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
16169         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
16170         (Bug#9274).
16172 2011-08-20  Alan Mackenzie  <acm@muc.de>
16174         Fontify CPP expressions correctly when starting in the middle of
16175         such a construct.  Mainly for when jit-lock etc. starts a chunk
16176         here.
16178         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
16179         variable.
16180         (c-make-font-lock-search-form): New function, extracted from
16181         c-make-font-lock-search-function.
16182         (c-make-font-lock-search-function): Use the above function.
16183         (c-make-font-lock-context-search-function): New function.
16184         (c-cpp-matchers): Enhance the preprocessor expression case with
16185         the above function
16186         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
16187         which takes an expression.
16189         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
16191 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
16193         * window.el (display-buffer-reuse-window)
16194         (display-buffer-pop-up-window): Don't reuse or split a side
16195         window.
16197 2011-08-19  Glenn Morris  <rgm@gnu.org>
16199         * files.el (hack-local-variables-prop-line, hack-local-variables):
16200         Downcase "Mode:".  (Bug#9331)
16202 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
16204         * international/characters.el: Add L and R categories.
16206         * subr.el (bidi-string-mark-left-to-right): Rename from
16207         string-mark-left-to-right.  Use category search.
16209         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
16211 2011-08-18  Juri Linkov  <juri@jurta.org>
16213         * faces.el (error, warning, success): New faces with definitions
16214         copied from old default values of `font-lock-warning-face',
16215         `compilation-warning', `compilation-info' (bug#6117).
16217         * font-lock.el (font-lock-warning-face): Inherit from `error'.
16219         * progmodes/compile.el (compilation-error): Inherit from `error'.
16220         (compilation-warning): Inherit from `warning'.
16221         (compilation-info): Inherit from `success'.
16223         * dired.el (dired-marked): Inherit from `warning'.
16224         (dired-flagged): Inherit from `error'.
16226 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16228         * mail/smtpmail.el (auth-source): Require to avoid problems with
16229         binding variables (bug#9298).  Also clean up some unused
16230         autoloads.
16232         * net/network-stream.el (network-stream-open-starttls):
16233         Support using starttls.el without using gnutls-cli.
16235 2011-08-17  Juri Linkov  <juri@jurta.org>
16237         * progmodes/grep.el (rgrep): Handle the case when
16238         `grep-find-command' is a cons cell (bug#9278).
16240 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
16242         * window.el (display-buffer-pop-up-frame): Run frame creation
16243         function with BUFFER current (as special-display-popup-frame
16244         does).  Reported by Drew Adams.
16246 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
16248         * epa-mail.el: Simplify GnuPG group expansion using
16249         epg-expand-group.
16250         (epa-mail-group-alist, epa-mail-group-modtime)
16251         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
16252         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
16253         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
16254         Remove.
16256 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
16258         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
16260 2011-08-16  Alan Mackenzie  <acm@muc.de>
16262         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
16263         Correct, to avoid the inside of macros.
16265 2011-08-16  Richard Stallman  <rms@gnu.org>
16267         * epa-mail.el: Handle GnuPG group definitions.
16268         (epa-mail-group-alist, epa-mail-group-modtime)
16269         (epa-mail-gnupg-conf-file): New variables.
16270         (epa-mail-parse-groups, epa-mail-sync-groups)
16271         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
16272         (epa-mail-expand-recipients): New functions.
16273         (epa-mail-encrypt): Call epa-mail-expand-recipients.
16275         * mail/rmail.el (rmail-epa-decrypt): New command.
16277         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
16278         Don't bind buffer-read-only, just inhibit-read-only.
16279         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
16280         (epa-decrypt-armor-in-region): Make error message clearer.
16282 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16284         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
16285         and "a2b" to "ab" for `prefix'.
16287 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
16289         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
16290         filter groups.
16291         (ibuffer-included-in-filter-p-1): Use it.  Suggested by RafaĂ«l
16292         Fourquet (Bug#8804).
16294 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
16296         * startup.el (argi): Declare as global variable (bug#9275).
16298 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
16300         * subr.el (string-mark-left-to-right): Search the entire string
16301         for RTL script, not just the terminating character.  Doc fix.
16303 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16305         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
16306         New function.
16307         (js--regexp-literal, js-syntax-propertize-function): Remove.
16308         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
16309         (js-mode-map): Don't rebind electric keys.
16310         (js-insert-and-indent): Remove.
16311         (js-mode): Setup electric-layout and electric-indent instead.
16313         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
16315 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
16317         * epa.el (epa-progress-callback-function): Fix the logic of
16318         displaying progress.
16319         * epa-file.el (epa-file-insert-file-contents): Make progress
16320         display more user-friendly.
16321         (epa-file-write-region): Ditto.
16323 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
16325         * subr.el (string-mark-left-to-right): New function.
16327         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
16328         Use string-mark-left-to-right.
16329         (list-buffers-noselect): Caller changed.
16331         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16332         Use string-mark-left-to-right.
16333         (tabulated-list-print): Recenter after moving point.
16335 2011-08-10  Juri Linkov  <juri@jurta.org>
16337         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
16338         This finishes incomplete reversion of revno:104787 (2011-06-30)
16339         intended by revno:104988 (2011-07-06).
16341 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
16343         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
16344         (Bug#7554).
16346 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
16348         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
16349         character.  (Bug#6594)
16351 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
16353         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
16354         (image-dired--with-db-file): New macro.
16355         (image-dired-write-tags, image-dired-remove-tag)
16356         (image-dired-create-gallery-lists, image-dired-write-comments)
16357         (image-dired-get-comment, image-dired-mark-tagged-files)
16358         (image-dired-list-tags, image-dired-gallery-generate): Use it.
16359         (image-dired-gallery-generate): Use insert-file-contents.
16361         * time.el (display-time-world-list, display-time-world-display):
16362         * time-stamp.el (time-stamp-string):
16363         * vc/add-log.el (add-change-log-entry): Use setenv instead of
16364         set-time-zone-rule (Bug#7337).
16366 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
16368         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
16369         (epg-error-to-string, epg-errors-to-string): New function.
16370         (epg-wait-for-completion): Reverse errors list.
16371         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
16372         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
16373         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
16374         (epg-sign-keys, epg-generate-key-from-file)
16375         (epg-generate-key-from-string): Format errors by using
16376         epg-errors-to-string (bug#9255).
16377         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
16379 2011-08-07  Juri Linkov  <juri@jurta.org>
16381         * faces.el (list-faces-display): Remove extra angle bracket
16382         from `help-mode-map'.
16384         * info.el (Info-history-toc-nodes): Doc fix.
16386         * longlines.el (longlines-mode): Doc fix.
16388 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16390         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
16391         of statements and in a few more cases (bug#9183).
16393         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
16394         New functions.
16395         (cl-transform-lambda): Use them (bug#9239).
16397 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
16399         * window.el (display-buffer-same-window)
16400         (display-buffer-same-frame, display-buffer-other-window)
16401         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16402         (pop-to-buffer-other-window)
16403         (pop-to-buffer-same-frame-other-window)
16404         (pop-to-buffer-other-frame): Make them defuns.
16405         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
16407 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16409         * subr.el (make-composed-keymap): Move from C.  Change calling
16410         convention, and improve docstring to bring attention to a subtle point.
16411         * minibuffer.el (completing-read-default): Adjust accordingly.
16413 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
16415         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
16416         (tramp-open-shell): Use `tramp-shell-quote-argument'.
16418         * net/trampver.el: Update release number.
16420 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16422         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
16423         "in" (bug#9190).
16425 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16427         * mail/sendmail.el (sendmail-query-once): Restore the current
16428         buffer after querying (bug#9074).
16430         * dired.el (dired-flagged): Use different faces for marked and
16431         flagged files (bug#6117).
16433         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
16434         (bug#4433).
16436         * ido.el (ido-mode): Switch off the message if called
16437         non-interactively.
16439         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
16440         before 587, since it appears that that's more likely to work for
16441         more people.
16443         * cus-edit.el (custom-file): When running under emacs -q, always
16444         refuse to save the customizations, even if the .emacs file doesn't
16445         exist.
16447         * info.el: Remove the `Info-beginning-of-buffer' function
16448         (bug#8325).
16450         * net/network-stream.el (network-stream-open-starttls):
16451         Use `starttls-available-p' to see whether starttls.el can be used.
16453 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
16455         * window.el (display-buffer-in-window): Don't set dedicated status
16456         of window here (Bug#9215).
16457         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16458         (display-buffer-pop-up-side-window)
16459         (display-buffer-in-side-window): Set dedicated status of window here.
16461 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16463         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
16464         before binding generated-autoload-file.
16466 2011-08-01  Deniz Dogan  <deniz@dogan.se>
16468         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
16470 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
16472         Sync with Tramp 2.2.2.
16474         * net/trampver.el: Update release number.
16476 2011-07-30  Juri Linkov  <juri@jurta.org>
16478         * dired-aux.el (dired-touch-initial): Remove function.
16479         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
16480         current time, and `default' to the last modification time of the
16481         current marked file (bug#6887).
16483 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
16485         * simple.el (goto-line): Use string-to-number to provide a
16486         numeric argument to read-number (bug#9163).
16488 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
16490         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
16491         connection process, it could be nil.
16493 2011-07-27  Leo Liu  <sdl.web@gmail.com>
16495         Simplify url handling in rcirc-mode.
16497         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
16498         (rcirc-browse-url-at-mouse): Remove.
16499         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
16501 2011-07-26  Alan Mackenzie  <acm@muc.de>
16503         Fontify bitfield declarations properly.
16505         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
16506         (c-symbol-chars): Now exported as a lang variable.
16507         (c-not-primitive-type-keywords): New lang variable.
16509         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
16510         QT keyword "more" to prevent "more slots: ...." being spuriously
16511         parsed as a bitfield declaration.
16513         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16514         Refactor and enhance to handle bitfield declarations.
16515         (c-punctuation-in): New function.
16516         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
16517         declarations properly.
16519 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
16521         * calendar/icalendar.el (icalendar--all-events): Take care of
16522         multiple vcalendars in a single file.
16523         (icalendar--convert-float-to-ical): Checkdoc fixes.
16525 2011-07-25  Deniz Dogan  <deniz@dogan.se>
16527         * image.el (insert-image): Clarifying docstring.
16529 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
16531         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
16532         `tramp-send-command-and-check' if there is no error.
16533         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
16535 2011-07-22  Alan Mackenzie  <acm@muc.de>
16537         Prevent cc-langs.elc being loaded at run time.
16539         * progmodes/cc-mode.el: Remove two autoload forms which loaded
16540         cc-langs.
16542         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
16543         "(require 'cc-langs)".  Quote a form so it will evaluate at
16544         (cc-mode's) compilation time.
16546 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
16548         * net/tramp.el (tramp-file-name-handler): Avoid recursive
16549         loading.  (Bug#9114)
16551 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
16553         * window.el (display-buffer-pop-up-window)
16554         (display-buffer-pop-up-side-window)
16555         (display-buffer-in-side-window): Call display-buffer-set-height
16556         and display-buffer-set-width after setting the new window's
16557         buffer so `fit-window-to-buffer' and friends work on the right buffer.
16559 2011-07-20  Sam Steingold  <sds@gnu.org>
16561         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
16562         (etags-tags-included-tables): Call `convert-standard-filename' on
16563         the file names contained in TAGS so that windows Emacs can handle
16564         TAGS files created by cygwin ctags.
16566 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16568         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
16569         which apparently didn't work.
16571 2011-07-19  Roland Winkler  <winkler@gnu.org>
16573         * proced.el (proced-send-signal): For *Marked Processes* buffer
16574         put point at beginning of buffer.
16576 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
16578         * proced.el (proced-format): Make header lines align with the text
16579         (bug#1779).
16581 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16583         * view.el (view-buffer): Allow running in `special' modes if we're
16584         visiting a file (bug#8615).
16586 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
16588         * window.el (display-buffer-alist-of-strings-p)
16589         (display-buffer-alist-set-1, display-buffer-alist-set-2):
16590         New functions.
16591         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
16592         more accurately.
16594 2011-07-18  Alan Mackenzie  <acm@muc.de>
16596         Fontify declarators properly when, e.g., a jit-lock chunk begins
16597         inside a declaration.
16599         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
16601         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16602         New function.
16603         (c-complex-decl-matchers): Insert reference to
16604         c-font-lock-enclosing-decls.
16606         * progmodes/cc-engine.el (c-backward-single-comment):
16607         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
16608         to nil around calls to (forward-comment -1).
16610 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16612         * image.el (put-image): Doc typo fix.
16614         * progmodes/etags.el (tags-search): Doc typo fix.
16616         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
16617         password if we get errors 550 to 554.
16619 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16621         * net/gnutls.el (gnutls-log-level): Remove.
16623         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
16624         indentation character (bug#6380).
16626         * files.el (buffer-offer-save): Made permanently local (bug#6241).
16628         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
16629         to clarify what the problem is (bug#4291).
16631         * simple.el (current-kill): Clarify what
16632         `interprogram-paste-function' does (bug#7500).
16633         (auto-fill-mode): Document `auto-fill-function' in relation to
16634         `auto-fill-mode' (bug#2470).
16636 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
16638         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
16639         method if slot is read-only (bug#9035).
16641 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
16643         * frame.el (select-frame-set-input-focus): New argument NORECORD.
16644         * window.el (pop-to-buffer): Select window used even if it was
16645         selected before, see discussion of (Bug#8615), (Bug#6954).
16646         Pass argument NORECORD on to select-frame-set-input-focus.
16648 2011-07-15  Glenn Morris  <rgm@gnu.org>
16650         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
16651         Respect help-form.
16653 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
16655         * net/gnutls.el (gnutls-min-prime-bits): New variable.
16656         (gnutls-negotiate): Use it.
16658 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16660         * net/gnutls.el (gnutls-negotiate):
16661         Upcase `gnutls-algorithm-priority'.
16663 2011-07-15  Glenn Morris  <rgm@gnu.org>
16665         * jka-compr.el (jka-compr-verbose): Move from here...
16666         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
16667         Add missing :version tag.
16668         * info.el: No need to require jka-compr when compiling.
16670 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16672         * net/gnutls.el (gnutls-algorithm-priority): New variable.
16673         (gnutls-negotiate): Use it.
16675         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
16677         * info.el (Info-beginning-of-buffer): New command.
16678         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
16679         announcing `b' as the key (bug#8325).
16680         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
16682         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
16684         * international/mule-cmds.el
16685         (describe-specified-language-support): Make the error message
16686         clearer (bug#8905).
16688         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
16690         * isearch.el (isearch-barrier): Add a doc string, since it's
16691         mentioned in a function doc string (bug#8678).
16693 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
16695         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
16696         buffer argument (Bug#9083) and self-identifying label argument.
16698 2011-07-15  Glenn Morris  <rgm@gnu.org>
16700         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
16702 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16704         * man.el (Man-fontify-manpage): Fix message when formatting the
16705         man page (bug#7929).
16707 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
16709         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
16710         argument LRM; if non-nil, append an invisible LRM character to the
16711         buffer name.
16712         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
16713         last argument non-nil, when formatting buffer names.
16714         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
16715         paragraph direction.
16717 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16719         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
16720         the man page name (bug#7929).
16722         * image.el (put-image): Mention the `put-image' overlay property
16723         (bug#7834).
16725         * scroll-bar.el (set-scroll-bar-mode): Mention that
16726         `scroll-bar-mode' lists the values (bug#7772).
16728         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
16729         command (bug#7729).
16731         * rect.el (apply-on-rectangle): Return the point after the last
16732         operation.
16733         (string-rectangle): Go to the point after the last operation
16734         (bug#7522).
16736         * printing.el (pr-toggle-region): Clarify the documentation
16737         slightly (bug#7493).
16739         * time.el (display-time-update):
16740         Allow `display-time-mail-function' to return nil (bug#7158).
16741         Fix suggested by Detlev Zundel.
16743         * vc/diff.el (diff): Clarify the order the file names are read
16744         (bug#7111).
16746         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
16747         the doc string (bug#7015).
16749         * font-lock.el (font-lock-maximum-decoration): Mention what
16750         numeric levels mean (bug#6935).
16752         * startup.el (initial-buffer-choice): Don't mention the `none'
16753         selection, which is against policy.
16755 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
16757         * window.el (display-buffer-normalize-special):
16758         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
16760 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
16762         * subr.el (version<, version<=, version=): Mention "-CVS" and
16763         "-12345" alpha version numbers.
16765 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
16767         * bindings.el: Add advertised binding for set-mark-command
16768         (Bug#5772).
16770 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
16772         * bindings.el (mode-line-other-buffer):
16773         * bookmark.el (bookmark-bmenu-2-window):
16774         * bs.el (bs-cycle-next, bs-cycle-previous):
16775         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
16776         switch-to-buffer.
16778         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16779         Delete.
16781 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
16783         * follow.el (follow-debug-message, follow-redisplay):
16784         * jka-cmpr-hook.el (with-auto-compression-mode):
16785         Fix typos in docstrings.
16787 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16789         * subr.el (with-silent-modifications): Clarify somewhat what the
16790         macro inhibits (bug#6525).
16792         * simple.el (eval-expression): Note what it does if called
16793         interactively (bug#6495).
16795 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
16797         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16798         Use pop-to-buffer buffer-or-name if it is nil.
16800         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16801         Remove switch-to-buffer.
16803 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16805         * files.el (make-directory): Clarify that an error will be raised
16806         if there's an error (bug#6397).
16808         * startup.el (initial-buffer-choice): Add `none' as a choice
16809         (bug#6234).
16811         * subr.el (add-hook): Clarify section about buffer-local hooks
16812         (bug#6218).
16814         * dired.el (dired-flagged): Clarify doc string (bug#6117).
16816 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
16818         * tabify.el (untabify): Preserve the current column so that point
16819         doesn't move (bug#6032).
16821 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16823         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16824         Rewrite to avoid awkward possessive "s" (bug#5986).
16826 2011-07-13  Glenn Morris  <rgm@gnu.org>
16828         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
16829         (dired-insert-directory): Give a message the first time
16830         if ls is found not to support --dired.
16832 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16834         * simple.el (toggle-truncate-lines): Clarify what is toggled
16835         (bug#5580).  Text by Drew Adams.
16837 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
16839         * simple.el (blink-matching-open): Make the error message from the
16840         last change less verbose.
16842 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
16844         * font-lock.el (font-lock-comment-face): Use the high contrast
16845         "yellow" color for font-lock-comment-face on low color terminals
16846         using a dark background color (bug#4221).
16848 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16850         * dired.el (dired-insert-set-properties): Make the doc string
16851         reflect what it does now (bug#5325).
16853         * simple.el (blink-matching-open): Say that we were unable to find
16854         the match within the limit, if we're limited (bug#5122).
16856         * international/mule-cmds.el (prefer-coding-system): Add an
16857         example (bug#4869).
16859         * progmodes/etags.el (tags-search): Document `file-list-form'
16860         (bug#4731).
16862 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
16864         * net/browse-url.el (browse-url-default-browser)
16865         (browse-url-browser-function): Make the default browser choice a
16866         bit more logical (bug#4300).  Also clean up the doc string.
16868 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
16870         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16871         binary endings (bug#4440).
16873 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16875         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16876         which can be pretty annoying (bug#8971).
16878         * jka-compr.el (jka-compr-verbose): New variable, and use
16879         throughout (bug#8971).
16881         * info.el (Info-find-file): Fall back on the installation
16882         directory if we can't find the info node anywhere else.
16884 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
16886         * vc/vc.el (vc-revert-file):
16887         Don't set file time-stamp in the past.  (Bug#5181)
16889 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16891         * files.el (after-find-file): Give a better error message when
16892         trying to find a symlink that points to a file that doesn't exist
16893         (bug#4398).
16895         * progmodes/cc-vars.el: Remove (probably) misleading comment
16896         (bug#4396).
16898 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
16900         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16902 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
16904         * mouse-sel.el: Hack restoring functionality, while keeping
16905         compatibility with 2010-07-03 changes to mouse selection.
16906         (mouse-sel-primary-overlay): New var.
16907         (mouse-sel-selection-alist): Use it.
16908         (mouse-sel-mode): Doc fix; remove points that are default features
16909         of mouse.el.
16911 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
16913         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16914         Fix previous fix (bug#2490).
16916 2011-07-12  Roland Winkler  <winkler@gnu.org>
16918         * textmodes/bibtex.el (bibtex-initialize):
16919         Use pop-to-buffer-same-window.
16920         (bibtex-search-entries): Fix interactive call.
16922 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16924         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16925         Fontise bytecomp Error lines more correctly (bug#2490).
16926         Fix suggested by Johan BockgĂ¥rd.
16928         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16930         * dired-x.el (dired-guess-default): Use `delete-dups'.
16932 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
16934         * dired.el (dired-mark-prompt):
16935         * dired-aux.el (dired-read-shell-command): Doc fix.
16937 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16939         * mail/sendmail.el (sendmail-query-once):
16940         Use `customize-save-variable' unconditionally, now that it works under
16941         emacs -Q.
16943         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16945         * cus-edit.el (custom-file): Take an optional no-error variable.
16946         (customize-save-variable): Set the variable, and give a warning if
16947         running under "emacs -q".
16949 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
16951         * loadhist.el (unload-feature-special-hooks):
16952         Add `auto-coding-functions', `fill-nobreak-predicate' and
16953         `find-directory-functions' (bug#5327).
16955 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16957         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16959         * cus-edit.el (custom-guess-name-alist): -alist variables should
16960         use the `alist' type (bug#3120).  Suggested by Drew Adams.
16962         * printing.el: Add documentation to all the `pr-toggle-' commands.
16964 2011-07-11  Leo Liu  <sdl.web@gmail.com>
16966         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16967         backends where it makes sense (bug#2623).
16969 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16971         * dired-x.el (dired-guess-default): Remove duplicate shell command
16972         entries (bug#2028).
16973         (dired-guess-default): Fix grammar in doc string (bug#2028).
16974         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16976         * subr.el (remove-duplicates): New conveniency function.
16978 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16980         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16981         (bug#1526).
16983 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
16985         * window.el (display-buffer-normalize-default): Don't invert
16986         meaning of even-window-heights.  Reported by Eli Zaretskii
16987         <eliz@gnu.org>.
16989 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
16991         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16993 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
16995         * window.el (display-buffer): Fix arguments to
16996         display-buffer-reuse-window in last change.
16998         * faces.el (link): Use a less saturated blue on light backgrounds.
17000         * startup.el (fancy-startup-text, fancy-about-text)
17001         (fancy-startup-tail): Use font-lock faces, for background safety.
17003 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
17005         * emulation/viper-cmd.el (viper-change-state-to-vi):
17006         Limit triggering of abbrev expansion (Bug#9038).
17008 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
17010         * window.el (display-buffer-default-specifiers): Remove.
17011         (display-buffer-macro-specifiers): Remove default specifiers.
17012         (display-buffer-alist): Default to nil.
17013         (display-buffer-reuse-window): New optional argument other-window.
17014         (display-buffer-pop-up-window): Allow splitting internal
17015         windows.  Check whether a live window was created.
17016         (display-buffer-other-window-means-other-frame)
17017         (display-buffer-normalize-arguments): Rename to
17018         display-buffer-normalize-argument and rewrite.  Set the
17019         other-window specifier.
17020         (display-buffer-normalize-special): New function.
17021         (display-buffer-normalize-options): Rename to
17022         display-buffer-normalize-default and rewrite.
17023         (display-buffer-normalize-options-inhibit): Remove.
17024         (display-buffer-normalize-specifiers): Rewrite.
17025         (display-buffer): Process other-window specifier and call
17026         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
17027         more faithfully.
17028         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
17029         (display-buffer-alist-set): Don't handle 'unset default values.
17030         (display-buffer-in-window, display-buffer-alist-set):
17031         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
17032         <tassilo@member.fsf.org>.
17034 2011-07-09  Leo Liu  <sdl.web@gmail.com>
17036         * register.el (insert-register): Restore accidental change on
17037         2011-06-26.  (Bug#9028)
17039 2011-07-09  Glenn Morris  <rgm@gnu.org>
17041         * subr.el (remq): Handle the empty list.  (Bug#9024)
17043 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
17045         * mail/sendmail.el (send-mail-function): No longer delay custom
17046         initialization.
17047         * custom.el (custom-initialize-delay): Doc fix.
17049 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17051         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
17053 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
17055         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
17056         human-friendly prompt.
17058 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17060         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
17061         provided by a particular plugin.
17063 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17065         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
17066         save customizations (with "emacs -Q"), just set the variable
17067         instead of erroring out.
17069         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17071 2011-07-08  Juri Linkov  <juri@jurta.org>
17073         * arc-mode.el (archive-zip-expunge, archive-zip-update)
17074         (archive-zip-update-case): Use 7z if found by `executable-find'.
17075         The order of searching the available programs is the same as in
17076         `archive-zip-extract' (bug#8968).
17078 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
17080         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
17081         (menu-bar-options-menu): Tweak descriptions.
17083 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17085         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
17086         menu items into verb phrases (bug#1421).  Also refill to fit under
17087         80 columns.
17089 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
17091         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
17092         (Info-read-node-name): Doc fix (Bug#1084).
17094         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
17095         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
17096         (end-of-sexp, beginning-of-sexp)
17097         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
17098         (forward-symbol, forward-same-syntax, word-at-point)
17099         (sentence-at-point): Doc fix (Bug#1144).
17101 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17103         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
17104         should cover it (bug#1281).
17106         * cus-edit.el (custom-show): Mark as obsolete.
17108         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
17109         negotiation fails, then possibly try again with a non-encrypted
17110         connection (bug#9017).
17112         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
17113         be used.
17115 2011-07-07  Richard Stallman  <rms@gnu.org>
17117         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
17118         property, and handle its changed format.
17119         Look for the correct line number.
17120         Use file's line contents (but not past first =) to find
17121         correct line in message.
17123 2011-07-07  Kenichi Handa  <handa@m17n.org>
17125         * international/characters.el (build-unicode-category-table):
17126         Delete it.
17127         (unicode-category-table): Set it by unicode-property-table-internal.
17129         * international/mule-cmds.el (char-code-property-alist): Move to
17130         to src/chartab.c.
17131         (get-char-code-property): Call unicode-property-table-internal to
17132         load a file.  Call get-unicode-property-internal where necessary.
17133         (put-char-code-property): Call unicode-property-table-internal to
17134         load a file.  Call put-unicode-property-internal where necessary.
17135         put-unicode-property-internal where necessary.
17136         (char-code-property-description):
17137         Call unicode-property-table-internal to load a file.
17139         * international/charprop.el:
17140         * international/uni-bidi.el:
17141         * international/uni-category.el:
17142         * international/uni-combining.el:
17143         * international/uni-comment.el:
17144         * international/uni-decimal.el:
17145         * international/uni-decomposition.el:
17146         * international/uni-digit.el:
17147         * international/uni-lowercase.el:
17148         * international/uni-mirrored.el:
17149         * international/uni-name.el:
17150         * international/uni-numeric.el:
17151         * international/uni-old-name.el:
17152         * international/uni-titlecase.el:
17153         * international/uni-uppercase.el: Regenerate.
17155         * loadup.el: Load international/charprop.el before
17156         international/characters.
17158 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
17160         * window.el (next-buffer, previous-buffer): Signal an error if
17161         called from a minibuffer window.
17163         * bindings.el: Revert 2011-07-04 change.
17165 2011-07-06  Richard Stallman  <rms@gnu.org>
17167         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
17168         (rmail-mime-insert-bulk, rmail-mime-insert-text):
17169         Treat markers like ints.
17170         (rmail-mime-entity): Doc fix.
17172 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17174         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
17175         defcustom again for backwards compatibility.
17177         * simple.el (shell-command-on-region): Fill.
17179         * dired-aux.el (dired-kill-line): Add a doc string.
17181         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
17182         to "\\sw\\|\\s_" (bug#358).
17184         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
17185         (dired-unmark-backward): Ditto.
17186         (dired-flag-backup-files): Ditto.
17188         * dired-x.el (dired-mark-sexp): Ditto.
17190 2011-07-06  Richard Stallman  <rms@gnu.org>
17192         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
17193         (rmail-mime-entity): New arg TRUNCATED.
17194         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
17195         New functions.
17196         (rmail-mime-save): Warn if entity is truncated.
17197         (rmail-mime-toggle-hidden): Likewise, for showing.
17198         (rmail-mime-process-multipart): Record when an entity is truncated.
17200         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
17201         if ENTITY is a string.
17203 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17205         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
17206         of faces when `M-C-x'-ing their definitions (bug#8378).
17207         Also clean up the code slightly.
17209         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
17210         because that makes the colors go away.
17212         * mail/sendmail.el (send-mail-function): Change the default to
17213         `sendmail-query-once'.
17214         (sendmail-query-once): Add an autoload cookie.
17216         * net/network-stream.el (network-stream-open-starttls): Try using
17217         a plain connection even if the server offered STARTTLS, and we
17218         kinda wanted to use it, if Emacs doesn't have any STARTTLS
17219         capability.  This should make smtpmail.el work in slightly more
17220         configurations.
17222 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
17224         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17225         New defun.
17226         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
17228 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
17230         * progmodes/sql.el: Version 3.0
17231         (sql-product-alist): Add product :completion-object,
17232         :completion-column, and :statement attributes.
17233         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
17234         (sql-mode-syntax-table): Mark all punctuation.
17235         (sql-font-lock-keywords-builder): Temporarily remove fallback on
17236         ansi keywords.
17237         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
17238         (sql-mode-oracle-font-lock-keywords): Improve.
17239         (sql-oracle-show-reserved-words): New function for development.
17240         (sql-product-font-lock): Simplify for source code buffers.
17241         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
17242         New functions.
17243         (sql-highlight-product): Set product specific syntax table.
17244         (sql-mode-map): Add statement movement functions.
17245         (sql-ansi-statement-starters, sql-oracle-statement-starters):
17246         New variable.
17247         (sql-statement-regexp, sql-beginning-of-statement)
17248         (sql-end-of-statement, sql-signum): New functions.
17249         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
17250         (sql-show-sqli-buffer): Bug fix.
17251         (sql-interactive-mode): Store connection data as buffer local.
17252         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
17253         with sql-interactive-mode.
17254         (sql-save-connection): Save buffer local settings.
17255         (sql-connection-menu-filter): Change menu entry name.
17256         (sql-product-interactive): Bug fix.
17257         (sql-preoutput-hold): New variable.
17258         (sql-interactive-remove-continuation-prompt): Bug fixes.
17259         (sql-debug-redirect): New variable.
17260         (sql-str-literal): New function.
17261         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
17262         Redesign.
17263         (sql-oracle-save-settings, sql-oracle-restore-settings)
17264         (sql-oracle-list-all, sql-oracle-list-table): New functions.
17265         (sql-completion-object, sql-completion-column)
17266         (sql-completion-sqlbuf): New variables.
17267         (sql-build-completions-1, sql-build-completions)
17268         (sql-try-completion): New functions.
17269         (sql-read-table-name): Use them.
17270         (sql-contains-names): New buffer local variable.
17271         (sql-list-all, sql-list-table): Use it.
17272         (sql-oracle-completion-types): New variable.
17273         (sql-oracle-completion-object, sql-sqlite-completion-object)
17274         (sql-postgres-completion-object): New functions.
17276 2011-07-06  Glenn Morris  <rgm@gnu.org>
17278         * window.el (pop-to-buffer): Doc fix.
17280 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
17282         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
17284 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
17286         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
17288         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
17290 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
17292         * button.el (button): Inherit from link face.  Suggested by Dan
17293         Nicolaescu.
17295 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17297         * progmodes/gdb-mi.el: Fit in 80 columns.
17298         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
17299         switch-to-buffer.
17301         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
17302         if imenu is simply not configured (bug#8941).
17304 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
17306         * allout.el (allout-post-undo-hook): New allout outline-change
17307         event hook to signal undo activity.
17308         (allout-post-command-business): Run allout-post-undo-hook if an
17309         undo just occurred.
17310         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
17311         * allout-widgets.el (allout-widgets-after-undo-function):
17312         Ensure the integrity of the current item's decoration after it has been
17313         in the vicinity of an undo.
17314         (allout-widgets-mode): Include allout-widgets-after-undo-function
17315         on the new allout-post-undo-hook.
17317 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17319         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
17320         Let define-derived-mode define it.
17321         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
17322         cycles of abbrev-table inheritance (bug#8998).
17324 2011-07-05  Roland Winkler  <winkler@gnu.org>
17326         * textmodes/bibtex.el: Add support for biblatex.
17327         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
17328         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
17329         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
17330         (bibtex-entry-alist, bibtex-field-alist): New variables.
17331         (bibtex-entry-field-alist): Obsolete alias for
17332         bibtex-BibTeX-entry-alist.
17333         (bibtex-entry-alist, bibtex-field-alist): New widgets.
17334         (bibtex-set-dialect): New command.
17335         (bibtex-entry-type, bibtex-entry-head)
17336         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
17337         Bind via bibtex-set-dialect.
17338         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
17339         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
17340         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
17341         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
17342         Define via bibtex-set-dialect.
17343         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
17344         Obey bibtex-no-opt-remove-re.
17345         (bibtex-vec-push, bibtex-vec-incr): New functions.
17346         (bibtex-format-entry, bibtex-field-list)
17347         (bibtex-print-help-message, bibtex-validate)
17348         (bibtex-search-entries): Use new format of bibtex-entry-alist.
17350 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17352         * progmodes/compile.el (compilation-goto-locus):
17353         * net/tramp-cmds.el (tramp-append-tramp-buffers):
17354         * bs.el (bs-cycle-next, bs-cycle-previous):
17355         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
17356         * bindings.el (mode-line-other-buffer):
17357         * autoinsert.el (auto-insert):
17358         * arc-mode.el (archive-extract):
17359         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
17361 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
17363         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
17364         Fix check of `emacs-lock-unlockable-modes'.
17365         Coerce true values of `emacs-lock--try-unlocking' to t.
17367 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
17369         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
17370         * emacs-lock.el: New file.
17372 2011-07-05  Julien Danjou  <julien@danjou.info>
17374         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
17375         than `boundp' to check if face is set.
17377 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
17379         * register.el (registerv-make):
17380         * window.el (window-min-height): Fix typos in docstrings.
17382 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
17384         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
17385         Update doc string.
17387 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
17389         * server.el (server-execute): Catch quit and call
17390         `server-return-error' to pass the error back to emacsclient and
17391         close the connection (bug#8942).
17393 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
17395         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
17396         insecure exception for current topic.  Also note that auto-saves
17397         are handled differently.
17399         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
17400         State variables for tracking auto-save inhibition situation.
17402         (allout-write-contents-hook-handler): Rename from
17403         'allout-write-file-hook-handler', and describe how it depends on
17404         write-contents-functions sensitivity to non-nil value to prevent
17405         file write.
17407         (allout-auto-save-hook-handler): Remove.  auto-save does not check
17408         this in individual buffers, only in the starting buffer, so this
17409         is not the right way for us to inhibit auto-save in a buffer
17410         according to its condition.
17412         (allout-mode): Use new allout-write-contents-hook-handler, and
17413         only with write-contents-functions.  Remove auto-save provisions -
17414         they're implemented elsewhere.
17416         (allout-before-change-handler): If undo is in progress, note that
17417         for attention of allout-post-command-business.
17419         (allout-post-command-business): If the command we're following was
17420         an undo, check for change in the status of encrypted items and
17421         adjust auto-save inhibitions accordingly.
17423         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
17424         according to whether there are or aren't any plain-text topics
17425         pending encryption.
17427         (allout-inhibit-auto-save-info-for-decryption):
17428         Adjust buffer-saved-size and some allout state to inhibit auto-saves
17429         if there are plain-text topics pending encryption.
17431         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
17432         buffer-saved-size and some allout state to not inhibit auto-saves
17433         if there are no longer any plain-text topics pending encryption.
17435         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
17436         No longer provide for exemption of the current topic.
17438 2011-07-04  Juri Linkov  <juri@jurta.org>
17440         Add 7z operations to delete and save changed members (bug#8968).
17441         * arc-mode.el (archive-7z-expunge, archive-7z-update):
17442         New defcustoms.
17443         (archive-7z-write-file-member): New function.
17444         (archive-7z-summarize): Fix the number of dashes in the
17445         listing output.
17447 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17449         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
17450         (bug#8958).
17452 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
17454         * bindings.el: Ignore next-buffer and previous-buffer in
17455         minibuffer-local-map.
17457         * font-lock.el (font-lock-builtin-face): Change light background
17458         color to dark slate blue (Bug#6693).
17460 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
17462         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
17464 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17466         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
17467         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17468         Add switch-to-buffer.
17470 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17472         * isearch.el (isearch-search-fun-function): Clarify further the
17473         meaning of the function returned.
17475 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
17477         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
17479         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
17480         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
17481         Use it.
17482         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
17483         `tramp-default-remote-path' does not exist.
17484         (tramp-send-command-and-read): New optional argument NOERROR.
17485         (tramp-open-connection-setup-interactive-shell)
17486         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
17487         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
17488         (tramp-process-sentinel): Flush also process' connection property.
17489         (tramp-sh-handle-start-file-process): Do not set process
17490         sentinel.  It is done now ...
17491         (tramp-maybe-open-connection): ... here.  (Bug#8929)
17493 2011-07-04  MON KEY  <monkey@sandpframing.com>
17495         * play/animate.el (animate-string): Doc fixes and allow changing
17496         the buffer name (bug#5417).
17498 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17500         * play/animate.el (animation-buffer-name): Rename from *animate*.
17502 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
17504         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
17505         This is simpler and helps future-proof the code.
17506         (timer-until): Use time-subtract and float-time.
17507         (timer--time-less-p): Use time-less-p.
17509 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
17511         * type-break.el (timep): Use the value of `float-time' to avoid a
17512         byte-compiler warning.
17514         * server.el (server-eval-and-print): Return any result, even nil.
17516 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17518         * type-break.el: Accept time formats that the builtins accept.
17519         (timep, type-break-time-difference): Accept any format that
17520         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
17521         This is simpler and helps future-proof the code.
17522         (type-break-time-difference): Round rather than ignoring
17523         subseconds components.
17525 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17527         * info.el (Info-apropos-matches): Make non-interactive, since it
17528         doesn't seem to do anything useful as a command (bug#8829).
17530 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
17532         * frame.el (frame-background-mode, frame-set-background-mode):
17533         Move from faces.el.
17534         (frame-default-terminal-background): New function.
17536         * custom.el (custom-push-theme): Don't record faces in `changed'
17537         theme; this doesn't work correctly for per-frame face settings.
17538         (disable-theme): Use face-set-after-frame-default to reset faces.
17539         (custom--frame-color-default): New function.
17541 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17543         * dired.el (dired-flagging-regexp): Remove unused variable
17544         (bug#8769).
17546 2011-03-29  Kevin Ryde  <user42@zip.com.au>
17548         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17549         `perl-Test2' extend to match possible "fail #N" rep count
17550         (bug#8377).
17552 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17554         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
17555         `smtpmail-via-smtp' now returns the error instead of nil.
17557         * isearch.el (isearch-search-fun-function): Clarify the doc string
17558         (bug#8101).
17560 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
17562         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
17563         unnecessary spaces (bug#8987).
17565 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17567         * net/network-stream.el (open-network-stream): Use the
17568         :end-of-capability command thoughout.
17570 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17572         * net/network-stream.el (open-network-stream): Add the
17573         :end-of-capability command parameter, used by pop3.el.
17575 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17577         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
17579         * fringe.el (fringe-query-style): Remove redundant text " (type ?
17580         for list)" (bug#6475).
17582         * files.el (file-expand-wildcards): Ignore non-readable
17583         sub-directories while trying to find matches instead of signaling
17584         an error (bug#6297).
17586         * man.el (Man-reference-regexp): Allow matching possible
17587         word-wrapped references (bug#6289).
17589         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
17590         for consistency with the other vc buffers (bug#6197).
17591         (vc-checkin): Ditto.
17593         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
17595         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
17597 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17599         * custom.el (defcustom): Clarify that :set is only used in the
17600         Customize user interface (bug#6089).
17602         * progmodes/flymake.el (flymake-mode): If the buffer isn't
17603         associated with a file, refuse to run instead of erroring out
17604         (bug#6084).
17606         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
17607         the doc string, since it appears that using `fill-column' always
17608         controls the width (bug#7845).
17610         * simple.el (shell-command-on-region): Say where the error output
17611         went if `shell-command-default-error-buffer' is set (bug#6857).
17613 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
17615         * allout.el (allout-yank-processing): Adjust cursor position for
17616         backwards-deleted space.
17618         (allout-rebullet-heading): Register changes with
17619         allout-exposure-changed-hook, so the modified topic is properly
17620         decorated.
17622 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17624         * minibuffer.el (completion-in-region): Document PREDICATE
17625         (bug#7136).
17627         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
17628         of keyword/argument pairs (bug#6904).
17630         * replace.el (multi-occur):
17631         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
17633 2011-07-02  Drew Adams  <drew.adams@oracle.com>
17635         * dired.el (dired-mark-if): Make the message about whether it's
17636         marking or unmarking clearer (bug#8523).
17638 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17640         * disp-table.el (display-table-print-array): New function.
17641         (describe-display-table): Use it to print the vectors more pretty
17642         (Bug#8859).
17644 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
17646         * window.el (window-state-get-1): Don't assign clone numbers.
17647         Add clone-of item to list of window parameters.
17648         (window-state-put-2): Don't process clone numbers.
17649         (display-buffer-alist): Fix doc-string.
17651 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17653         * subr.el (remq): Don't allocate if it's not needed.
17654         (keymap--menu-item-binding, keymap--menu-item-with-binding)
17655         (keymap--merge-bindings): New functions.
17656         (keymap-canonicalize): Use them to refine the canonicalization.
17657         * minibuffer.el (minibuffer-local-completion-map)
17658         (minibuffer-local-must-match-map): Move initialization from C.
17659         (minibuffer-local-filename-completion-map): Move initialization from C;
17660         don't inherit from anything here.
17661         (minibuffer-local-filename-must-match-map): Make obsolete.
17662         (completing-read-default): Use make-composed-keymap to combine
17663         minibuffer-local-filename-completion-map with either
17664         minibuffer-local-must-match-map or
17665         minibuffer-local-filename-completion-map.
17667 2011-07-01  Glenn Morris  <rgm@gnu.org>
17669         * type-break.el (type-break-time-sum): Use dolist.
17671         * textmodes/flyspell.el (flyspell-word-search-backward):
17672         Replace CL function.
17674 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17676         * mouse.el (mouse--strip-first-event): New function.
17677         (function-key-map): Use it to map fringe clicks to normal clicks
17678         by default.
17680         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
17681         (vc-bzr-revision-completion-table): Add support for annotate and date.
17683         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
17684         inherit from parent.
17686 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17688         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
17689         (dired-show-file-type): Doc fixup (bug#8818).
17691         * dired.el (dired-mode): Fix up the doc string as suggested by
17692         Drew Adams (bug#8817).
17694         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
17695         cookie, since the manual says that it should be possible to add
17696         this function to `find-file-hook' (bug#8709).
17698 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
17700         * progmodes/cfengine.el: Moved all cfengine3.el functionality
17701         here.  Noted Ted Zlatanov as the maintainer.
17702         (cfengine-common-settings, cfengine-common-syntax): New functions
17703         to set up common things between `cfengine-mode' and
17704         `cfengine3-mode'.
17705         (cfengine3-mode): New mode.
17706         (cfengine3-defuns cfengine3-defuns-regex
17707         (cfengine3-class-selector-regex cfengine3-category-regex)
17708         (cfengine3-vartypes cfengine3-font-lock-keywords)
17709         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
17710         (cfengine3-indent-line): Add from cfengine3.el.
17712 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
17714         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
17716         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
17718 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
17720         * window.el (same-window-buffer-names, same-window-regexps)
17721         (same-window-p, special-display-frame-alist)
17722         (special-display-popup-frame, special-display-function)
17723         (special-display-buffer-names, special-display-regexps)
17724         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
17725         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17726         (split-window-preferred-function, split-height-threshold)
17727         (split-width-threshold, even-window-heights)
17728         (display-buffer-mark-dedicated, window-splittable-p)
17729         (split-window-sensibly, window-safely-shrinkable-p):
17730         Un-obsolete.
17731         (display-buffer): Don't spread args with function specifier
17732         because special-display-popup-frame won't like it.
17734 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
17736         Time-stamp simplifications and fixes.
17737         These improve accuracy slightly, and future-proof the code
17738         against some potential changes to current-time format.
17740         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
17741         by using time-since and float-time.
17743         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
17744         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
17745         + NNN microseconds".
17747         * type-break.el (type-break-time-sum): Rewrite using time-add.
17749         * play/hanoi.el (hanoi-current-time-float): Remove.
17750         All uses replaced by float-time.
17752         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
17753         This yields a more-accurate answer.
17754         (rng-time-to-float): Remove; no longer needed.
17756         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
17758         * calendar/timeclock.el (timeclock-seconds-to-time):
17759         Defalias to seconds-to-time, since they're the same thing.
17761         * emacs-lisp/elp.el (elp-elapsed-time):
17762         * emacs-lisp/benchmark.el (benchmark-elapse):
17763         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
17765 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17767         * window.el (bury-buffer): Don't iconify the only frame.
17768         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
17769         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
17771 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
17773         * eshell/em-smart.el (eshell-smart-display-navigate-list):
17774         Add mouse-yank-primary.
17776 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
17778         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
17780 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17782         * emacs-lisp/find-func.el (find-library--load-name): New fun.
17783         (find-library-name): Use it to find relative load names when provided
17784         absolute file name (bug#8803).
17786 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17788         * textmodes/flyspell.el (flyspell-word): Consider words that
17789         differ only in case as potential doublons (bug#5687).
17791         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17792         Remove two rather uninteresting debugging-like messages to make
17793         debbugs.el more silent.
17795         * comint.el (comint-password-prompt-regexp): Accept "Response" as
17796         a password-like phrase.
17798 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
17800         * progmodes/cc-guess.el: New file.
17802         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
17804         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17805         derived from `c-basic-common-init'.
17807         * progmodes/cc-mode.el (top-level): Require cc-guess.
17808         (c-basic-common-init): Use `cc-choose-style-for-mode'.
17810 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
17812         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17814 2011-06-30  Alan Mackenzie  <acm@muc.de>
17816         * progmodes/cc-engine.el (c-guess-continued-construct):
17817         Correct the handling of template-args-cont, particularly for when font
17818         lock is disabled.  Name this case as "CASE G".
17820 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
17822         * allout.el (allout-yank-processing): Fix injection of extra space
17823         between bullet and non-whitespace character in first topic when
17824         pasting, ensuring that the actual spacing in the pasted topic
17825         following the bullet char is preserved.  This extra space was
17826         causing pasted encrypted topics to get a decrypted status even
17827         when the content was actually still encrypted.  Now the decryption
17828         status from before the paste is preserved.
17830         (allout-flag-region): Set all allout overlays so they evaporate
17831         when reduced to zero length (evanescent), to prevent overlay
17832         leakage.
17834 2011-06-30  Glenn Morris  <rgm@gnu.org>
17836         * w32-fns.el (w32-charset-info-alist): Declare.
17838         * find-dired.el (find-grep-options): Simplify.
17840         * term/ns-win.el (ns-set-resource): Declare.
17842         * ses.el (row, col): Declare dynamic variables honestly.
17844         * textmodes/reftex-parse.el (index-tags): Declare.
17846 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
17848         * cus-edit.el (customize-push-and-save): New function.
17850         * files.el (hack-local-variables-confirm): Use it.
17852         * custom.el (load-theme): New arg NO-CONFIRM.
17853         Use customize-push-and-save (Bug#8720).
17854         (custom-enabled-themes): Doc fix.
17856         * cus-theme.el (customize-create-theme)
17857         (custom-theme-merge-theme): Callers to load-theme changed.
17859 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17861         * thingatpt.el (thing-at-point-short-url-regexp): Require that
17862         short URLs have at least one dot in them (bug #7614).
17864         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17865         nil, because using a pty is apparently too slow (bug #895).
17867 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17869         * mail/sendmail.el (sendmail-query-once): New function.
17870         (sendmail-query-once-function): New variable.
17872 2011-06-29  Glenn Morris  <rgm@gnu.org>
17874         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17876         * ses.el (top-level): Require cl when compiling.
17877         (ses-set-localvars): Fix error statement.
17878         Call it at compile time to silence a storm of warnings.
17880 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
17882         * window.el (normalize-live-buffer): Rename to
17883         window-normalize-buffer.
17884         (normalize-live-frame): Rename to window-normalize-frame.
17885         (normalize-any-window): Rename to window-normalize-any-window.
17886         (normalize-live-window): Rename to window-normalize-live-window.
17887         (make-window-atom): Rename to window-make-atom.
17888         (window-resize-reset): Rename to window--resize-reset.
17889         (window-resize-reset-1): Rename to window--resize-reset-1.
17890         (resize-mini-window): Rename to window--resize-mini-window.
17891         (resize-subwindows-skip-p): Rename to
17892         window--resize-subwindows-skip-p.
17893         (resize-subwindows-normal): Rename to
17894         window--resize-subwindows-normal.
17895         (resize-subwindows): Rename to window--resize-subwindows.
17896         (resize-other-windows): Rename to window--resize-siblings.
17897         (resize-this-window): Rename to window--resize-this-window.
17898         (resize-root-window): Rename to window--resize-root-window.
17899         (resize-root-window-vertically): Rename to
17900         window--resize-root-window-vertically.
17901         (normalize-buffer-to-display): Rename to
17902         window-normalize-buffer-to-display.
17903         (normalize-buffer-to-switch-to): Rename to
17904         window-normalize-buffer-to-switch-to.
17905         Correspondingly update all callers of the functions listed
17906         above.
17907         (display-buffer-alist, display-buffer-normalize-arguments)
17908         (display-buffer-normalize-options, display-buffer)
17909         (display-buffer-alist-set): Use "function" instead of
17910         "fun-with-args".
17912 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
17914         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17915         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
17916         debbugs.gnu.org.  Mention acknowledgment email.
17918 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17920         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17921         buffer multibyteness, since it shouldn't matter.
17923 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
17925         * window.el (display-buffer-in-side-window): Handle dedicated
17926         windows as in display-buffer-reuse-window.
17927         (display-buffer-normalize-alist): Use value of override
17928         specifier.
17929         (display-buffer-normalize-specifiers): Use value of
17930         other-window-means-other-frame specifier.
17931         (display-buffer-alist): Rewrite some texts in widgets.
17932         (display-buffer): Spread arguments when calling function
17933         specified by fun-with-args.
17935 2011-06-28  Deniz Dogan  <deniz@dogan.se>
17937         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17938         Unnest `let'.
17940         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17941         selectors (Bug#5732).
17942         (css-proprietary-nmstart-re): Use `regexp-opt'.
17944 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
17946         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17947         (eshell-ls-date-format): New defcustom.
17948         (eshell-ls-file): Use it.
17950 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17952         * help-fns.el (describe-variable): Fix message for terminal-local vars.
17954 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17956         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17957         (ange-ftp-make-tmp-name): New arg.
17958         (ange-ftp-file-local-copy): Use it.
17960 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
17962         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17963         no-conversion (Bug#8870).
17965 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
17967         * window.el (window-right, window-left, window-child)
17968         (window-child-count, window-last-child)
17969         (window-iso-combination-p, walk-window-tree-1)
17970         (window-atom-check-1, window-tree-1, delete-window)
17971         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17972         new naming conventions - window-vchild, window-hchild,
17973         window-next and window-prev are now called window-top-child,
17974         window-left-child, window-next-sibling and window-prev-sibling
17975         respectively.
17976         (resize-window-reset): Rename to window-resize-reset.
17977         (resize-window-reset-1): Rename to window-resize-reset-1.
17978         (resize-window): Rename to window-resize.
17979         (window-min-height, window-min-width)
17980         (resize-mini-window, resize-this-window, resize-root-window)
17981         (resize-root-window-vertically, adjust-window-trailing-edge)
17982         (enlarge-window, shrink-window, maximize-window)
17983         (minimize-window, delete-window, quit-restore-window)
17984         (split-window, balance-windows, balance-windows-area-adjust)
17985         (balance-windows-area, window-state-put-2)
17986         (display-buffer-even-window-sizes, display-buffer-set-height)
17987         (display-buffer-set-width, set-window-text-height)
17988         (fit-window-to-buffer): Rename all "resize-window" prefixed
17989         calls to use the "window-resize" prefix convention.
17990         (display-buffer-alist): Fix symbol for label specifier.
17991         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17992         corresponding specifier.
17993         Reported by Juanma Barranquero <lekktu@gmail.com>.
17995 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
17997         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17998         convention.
17999         (ses-call-printer): Does not pass an empty string to formatter when the
18000         cell is empty to keep from barking printer Calc math-format-value.
18002 2011-06-27  Richard Stallman  <rms@gnu.org>
18004         * battery.el (battery-mode-line-limit): New variable.
18005         (battery-update): Handle it.
18007         * mail/rmailmm.el (rmail-mime-process-multipart):
18008         Handle truncated messages.
18010 2011-06-27  Glenn Morris  <rgm@gnu.org>
18012         * progmodes/flymake.el (flymake-err-line-patterns):
18013         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
18015 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
18017         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
18018         (ses--clean-!, ses--clean-_): New functions.
18019         (ses-range): Add configurability of readout order, and conversion
18020         to Calc vector.
18022         * ses.el (ses-repair-cell-reference-all): New function.
18023         (ses-cell-symbol): Set macro as safe, so that it can be used in
18024         formulas.
18026         * ses.el: Update cycle detection algorithm.
18027         (ses-localvars): Add ses--Dijkstra-attempt-nb and
18028         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
18029         (ses-set-localvars): New function.
18030         (ses-make-cell): Add property-list as a cell element.
18031         (ses-cell-property-get-fun, ses-cell-property-get)
18032         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
18033         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
18034         New functions.
18035         (ses-cell-property-set, ses-cell-property-pop)
18036         (ses-cell-property-get-handle): New macro.
18037         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
18038         New aliases, used for code readability.
18039         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
18040         cycle detection.
18041         (ses-self-reference-early-detection): New defcustom.
18042         (ses-formula-references): Robustify against self-referring cells.
18043         (ses-mode): Use ses-set-localvars.
18044         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
18045         before lauching the update processing.
18046         (ses-initialize-Dijkstra-attempt): New function.
18047         (ses-recalculate-cell): Update for cycle detection based on
18048         Dijkstra algorithm.
18050         * ses.el: Fix commenting and indenting convention.
18052 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18054         * bs.el (bs-cycle-next): Complete last change.
18056 2011-06-27  Drew Adams  <drew.adams@oracle.com>
18058         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
18060 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18062         * net/network-stream.el (network-stream-open-starttls):
18063         Don't re-get capabilities unless we've reestablished connection.
18064         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
18066         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
18067         to binary to possibly avoid line encoding issues on Windows (among
18068         other things).
18070 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18072         * net/network-stream.el (open-network-stream): Return an :error
18073         saying what the problem was, if possible.
18075         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
18076         server.
18078         * net/network-stream.el (network-stream-open-starttls): If we
18079         wanted to use STARTTLS, and the server offered it, but we weren't
18080         able to because we had no STARTTLS support, then close the connection.
18081         (open-network-stream): Return an :error element, if present.
18083 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
18085         * hl-line.el (hl-line-sticky-flag): Doc fix.
18086         (global-hl-line-sticky-flag): New option (Bug#8323).
18087         (global-hl-line-highlight): Obey it.
18089         * vc/vc.el (vc-revert-show-diff): Default to t.
18091 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
18093         * allout-widgets.el (allout-widgets-post-command-business):
18094         Stop decorating intermediate isearch matches.  They're not being
18095         undecorated when an isearch is continued past, and isearch
18096         automatically collapses them.  This leads to "widget leaks", where
18097         decorated items accumulate in collapsed areas.  Lines with lots of
18098         hidden widgets can slow down cursor travel, substantially.
18099         Too much complicated machinery would be needed to ensure undecoration,
18100         so we're doing without this nicety.
18102         (allout-widgets-tally-string): Don't try to do a hash-table-count
18103         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
18104         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
18105         *Messages* when allout-widgets-maintain-tally is t.
18107 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
18109         * window.el (display-buffer-normalize-argument): Rename to
18110         display-buffer-normalize-arguments.  Handle special meaning of
18111         LABEL argument.  Respect special-display-function when popping up
18112         a new frame.  Fix code searching for a window showing the buffer
18113         on another frame.
18114         (display-buffer-normalize-specifiers):
18115         Call display-buffer-normalize-arguments.
18116         (display-buffer-in-window): Don't undedicate the window if its
18117         buffer remains the same.
18118         Reported by Drew Adams <drew.adams@oracle.com>.
18119         (display-buffer-alist): Add choice for same-window macro
18120         specfier.
18121         (display-buffer): Mention special meaning of LABEL argument in
18122         doc-string.  Fix quoting.  Don't pop up a new frame even as
18123         fallback.
18125 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
18127         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
18128         avoid deleting the current window in some cases (bug#8911).
18130 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
18132         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
18133         (Bug#8934)
18135 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18137         * net/network-stream.el (network-stream-open-starttls):
18138         Use built-in TLS support if `gnutls-available-p' is true.
18139         (network-stream-open-tls): Ditto.
18141 2011-06-26  Leo Liu  <sdl.web@gmail.com>
18143         * register.el (registerv): New struct.
18144         (registerv-make): New function.
18145         (jump-to-register, describe-register-1, insert-register):
18146         Support the jump-func, print-func and insert-func slot of a registerv
18147         struct.  (Bug#8415)
18149 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
18151         * vc/vc.el (vc-revert-show-diff): New defcustom.
18152         (vc-diff-internal): New arg specifying diff buffer.
18153         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
18154         reuse an existing *vc-diff* buffer (Bug#8927).
18156         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
18158 2011-06-26  Glenn Morris  <rgm@gnu.org>
18160         * progmodes/f90.el (f90-critical-indent): New option.
18161         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
18162         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
18163         (f90-mode): Doc fix.
18164         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
18165         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
18166         (f90-beginning-of-block, f90-next-block, f90-indent-region)
18167         (f90-match-end): Handle block, critical.
18169 2011-06-25  Glenn Morris  <rgm@gnu.org>
18171         * calendar/diary-lib.el (diary-included-files): Doc fix.
18172         (diary-include-files): New function, extracted from
18173         diary-include-other-diary-files and diary-mark-included-diary-files.
18174         (diary-include-other-diary-files, diary-mark-included-diary-files):
18175         Just call diary-include-files.
18176         (diary-mark-entries): Reset diary-included-files on first call.
18178         * calendar/diary-lib.el (diary-mark-entries)
18179         (diary-mark-included-diary-files):
18180         Visit included diary-files in temp buffers.
18182         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
18183         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
18184         (f90-start-block-re, f90-imenu-generic-expression)
18185         (f90-looking-at-program-block-start, f90-no-block-limit):
18186         Add support for submodules.
18188         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
18189         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
18191 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
18193         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
18194         buffer-file-type before setting its value, to avoid disastrous
18195         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
18197 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
18199         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
18201         * ses.el (ses-unload-function):
18202         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
18204         * proced.el (proced-unload-function):
18205         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
18207 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
18209         * server.el (server-create-window-system-frame): Add parameters arg.
18210         (server-process-filter): Doc fix.  Handle frame-parameters.
18212 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
18214         Fix bug#8730, bug#8781.
18216         * loadhist.el (unload--set-major-mode): New function.
18217         (unload-feature): Use it.
18219         * progmodes/python.el (python-after-info-look): Add autoload cookie.
18220         (python-unload-function): New function.
18222 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18224         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
18226 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
18228         * net/browse-url.el (browse-url-firefox-program): Add icecat to
18229         the candidates list.
18231 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
18233         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
18235 2011-06-23  Richard Stallman  <rms@gnu.org>
18237         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
18238         (rmail-variables): Set next-error-move-function.
18239         (rmail-what-message): Take argument POS.
18240         (rmail-next-error-move): New function.
18242 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18244         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
18245         messages for adjacent non-terminals.
18247 2011-06-23  Richard Stallman  <rms@gnu.org>
18249         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
18250         (rmail-show-message-1): Preserve buffer modified flag.
18251         (rmail-start-mail): Don't specify use of rmail-mail-return;
18252         that's done by mail-bury now.
18253         (rmail-mail-return): Handle arg NEWBUF.
18255 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
18257         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
18258         SIZE is a number.
18260 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
18262         * window.el (get-lru-window, get-mru-window)
18263         (get-largest-window): Never return a minibuffer window.
18264         (display-buffer-pop-up-window): Fix a bug that could lead to
18265         reusing the minibuffer window.
18266         (display-buffer): Pass original specifier argument to
18267         display-buffer-function instead of the normalized one.
18268         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18270 2011-06-22  Leo Liu  <sdl.web@gmail.com>
18272         * minibuffer.el (completing-read-function)
18273         (completing-read-default): Move from minibuf.c.
18275 2011-06-22  Richard Stallman  <rms@gnu.org>
18277         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
18278         to Rmail even if not started by a special Rmail command.
18280         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
18281         Copy the buffer currently showing just one message.
18283 2011-06-22  Roland Winkler  <winkler@gnu.org>
18285         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
18286         (bibtex-clean-entry): First delete the old key so that a
18287         customized algorithm for generating the new key does not get
18288         confused by the old key.
18289         (bibtex-url): Obey regexp of first step.
18290         (bibtex-search-entries): Do not use add-to-list with local
18291         list-var.
18293 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18295         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
18296         stored a user name, then query for the password first, instead of
18297         waiting for SMTP to give an error message and the trying again.
18299 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
18301         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
18302         BUFFER in call-process.
18304 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18306         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
18307         QUIT twice.
18308         (smtpmail-try-auth-methods): Require user name and password from
18309         auth-source.
18311 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
18313         * window.el (display-buffer-default-specifiers)
18314         (display-buffer-alist): Remove entries for pop-up-frame-alist.
18315         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
18316         (split-window): Normalize SIDE argument (Bug#8916).
18318         * frame.el (pop-up-frame-alist, pop-up-frame-function)
18319         (special-display-frame-alist, special-display-popup-frame):
18320         Remove duplicate declarations.  These are now in window.el.
18322 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18324         * mail/smtpmail.el (smtpmail-via-smtp):
18325         Set :use-starttls-if-possible so that we always use STARTTLS if the
18326         server supports it.  SMTP servers that support STARTTLS commonly
18327         require it.
18329         * net/network-stream.el (network-stream-open-starttls): Support
18330         upgrading to STARTTLS always, even if we don't have built-in support.
18331         (open-network-stream): Add the :always-query-capabilities keyword.
18333         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
18334         upgrades with `open-network-stream', and rely solely on
18335         auth-source for all credentials.  Big changes throughout the file,
18336         but in particular:
18337         (smtpmail-auth-credentials): Remove.
18338         (smtpmail-starttls-credentials): Remove.
18339         (smtpmail-via-smtp): Check for servers saying they want AUTH after
18340         MAIL FROM, too.
18342         * net/network-stream.el (network-stream-open-starttls):
18343         Provide support for client certificates both for external and built-in
18344         STARTTLS.
18345         (auth-source): Require.
18346         (open-network-stream): Document the :client-certificate keyword.
18347         (network-stream-certificate): Change cert-cert to cert and
18348         cert-key to key.
18350 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
18352         * net/tramp-cache.el (top): Don't load the persistency file when
18353         "emacs -Q" has been called.
18355 2011-06-21  Tim Harper  <timcharper@gmail.com>
18357         * term/ns-win.el (ns-initialize-window-system):
18358         Set application-specific `ApplePressAndHoldEnabled' system
18359         resource to NO as it is not yet supported by the NS port.
18361 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
18363         * misc.el (list-dynamic-libraries--refresh): Compute header here...
18364         (list-dynamic-libraries): ...not here.
18366 2011-06-21  Leo Liu  <sdl.web@gmail.com>
18368         * subr.el (sha1): Implement sha1 using secure-hash.
18370 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
18372         * window.el (display-buffer-alist): In default value do not
18373         enforce searching a window on any but the selected frame.
18374         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18375         (display-buffer-select-window): Remove function.
18376         (display-buffer-in-window): When a window on another frame gets
18377         reused, do not select it any more but just raise its frame if
18378         necessary (Bug#8851) and (Bug#8856).
18379         (display-buffer-normalize-options): Handle pop-up-frames related
18380         options more faithfully.
18381         (pop-to-buffer): Don't rely on `display-buffer' selecting the
18382         window if it is on another frame.
18383         (display-buffer-alist, display-buffer-default-specifiers):
18384         Don't make new frame unsplittable by default.
18385         (display-buffer-normalize-argument): Fix doc-string typo and use
18386         'same-frame-other-window instead of 'other-window when associating
18387         with display-buffer-macro-specifiers.
18389 2011-06-21  Vincent BelaĂ¯che  <vincent.b.1@hotmail.fr>
18391         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
18392         New functions.
18393         (5x5-mode-map, 5x5-mode-menu): Bind them.
18394         (5x5-draw-grid): Tweak the solver's rendering.
18396 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18398         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
18399         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
18401 2011-06-21  Drew Adams  <drew.adams@oracle.com>
18403         * menu-bar.el: Use function variable instead of switch-to-buffer.
18404         (menu-bar-select-buffer-function): New variable.
18405         (menu-bar-update-buffers): Use it (bug#8876).
18407 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18409         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
18410         variable's status.
18412 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
18414         * x-dnd.el (x-dnd-version-from-flags)
18415         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
18416         and long as number (Bug#8899).
18417         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
18419 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18421         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
18422         (completion-try-completion, completion-all-completions): Compute the
18423         metadata argument if it's missing; make it optional (bug#8795).
18425         * wid-edit.el: Use lex-bind and move towards completion-at-point.
18426         (widget-complete): Use new :completion-function property.
18427         (widget-completions-at-point): New function.
18428         (default): Use :completion-function instead of :complete.
18429         (widget-default-completions): Rename from widget-default-complete;
18430         Rewrite.
18431         (widget-string-complete, widget-file-complete, widget-color-complete):
18432         Remove functions.
18433         (file, symbol, function, variable, coding-system, color):
18434         * international/mule-cmds.el (default-input-method, charset)
18435         (language-info-custom-alist):
18436         * cus-edit.el (face): Use new property :completions.
18438         * progmodes/pascal.el (pascal-completions-at-point): New function.
18439         (pascal-mode): Use it.
18440         (pascal-mode-map): Use completion-at-point.
18441         (pascal-toggle-completions): Make obsolete.
18442         (pascal-complete-word, pascal-show-completions):
18443         * progmodes/octave-mod.el (octave-complete-symbol):
18444         Redefine as obsolete alias.
18445         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
18446         Signal absence of completion info for old Octave,
18447         (inferior-octave-complete): Redefine as obsolete alias.
18448         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
18449         (meta-completions-at-point): Rename from meta-complete-symbol and
18450         adapt it for use on completion-at-point-functions.
18451         (meta-common-mode): Use it.
18452         (meta-looking-at-backward, meta-match-buffer): Remove.
18453         (meta-complete-symbol): Redefine as obsolete alias.
18454         (meta-common-mode-map): Use completion-at-point.
18455         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
18456         (makefile-mode-map): Use completion-at-point.
18457         (makefile-completions-at-point): Rename from makefile-complete and
18458         adapt it for use on completion-at-point-functions.
18459         (makefile-mode): Use it.
18460         (makefile-complete): Redefine as obsolete alias.
18462 2011-06-20  Deniz Dogan  <deniz@dogan.se>
18464         * net/rcirc.el: Delete trailing whitespaces once and for all.
18466 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
18468         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
18470 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
18472         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
18474         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
18476 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
18478         * window.el (display-buffer-other-window-means-other-frame):
18479         Call display-buffer-normalize-alist.
18480         (display-buffer-normalize-specifiers-1): Rename to
18481         display-buffer-normalize-argument.  New argument other-frame.
18482         Rewrite.
18483         (display-buffer-normalize-specifiers-2): Rename to
18484         display-buffer-normalize-options.
18485         (display-buffer-normalize-alist-1): New function.
18486         (display-buffer-normalize-specifiers-3): Rename to
18487         display-buffer-normalize-alist.
18488         Call display-buffer-normalize-alist-1.
18489         (display-buffer-normalize-options-inhibit): New variable.
18490         (display-buffer-normalize-specifiers): Rewrite calling
18491         display-buffer-normalize-alist,
18492         display-buffer-normalize-argument, and
18493         display-buffer-normalize-options.  Don't call the latter if
18494         display-buffer-normalize-options-inhibit is non-nil.
18495         (frame-auto-delete): New option.
18496         (window-deletable-p): Use frame-auto-delete.
18497         (window-list-no-nils, window-state-ignored-parameters)
18498         (window-state-get-1, window-state-get, window-state-put-list)
18499         (window-state-put-1, window-state-put-2, window-state-put):
18500         New functions.
18501         (display-buffer-normalize-options): Move special-display-p group
18502         after pop-up-frame group (Bug#8851) and (Bug#8856).
18504 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
18506         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
18507         groups (Bug#8776).
18508         (rx-submatch-n): New function.
18509         (rx): Document it.
18511         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
18512         (Bug#8768).
18514         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
18516         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
18518         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
18519         anytime existing face settings are present (Bug#8889).
18521         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
18522         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
18523         Remove unused argument.
18525 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
18527         * window.el (display-buffer-default-specifiers):
18528         Remove pop-up-frame.  Add pop-up-window-min-height,
18529         pop-up-window-min-width, and another reuse-window specifier
18530         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
18531         (display-buffer-normalize-specifiers-2):
18532         Handle split-height-threshold and split-width-threshold also when
18533         pop-up-windows is unset.  Add a reuse-window specifier for the
18534         case popping up a new window fails.
18535         (special-display-popup-frame): Remove double quoting.
18536         (display-buffer-normalize-specifiers-1): Fix thinko.
18538 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18540         * shell.el (shell-completion-vars): Set pcomplete-termination-string
18541         according to comint-completion-addsuffix.
18543         * pcomplete.el: Convert to lexical binding and fix bug#8819.
18544         (pcomplete-suffix-list): Mark as obsolete.
18545         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
18546         pcomplete-seen in the closure.
18547         (pcomplete-comint-setup): Setup completion-at-point as well.
18548         (pcomplete--entries): New function.
18549         (pcomplete--env-regexp): New var.
18550         (pcomplete-entries): Rewrite to work with partial-completion and
18551         without relying on pcomplete-suffix-list.
18552         (pcomplete-pare-list): Remove, unused.
18554 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
18556         * window.el (display-buffer-alist): Set pop-up-window-min-height
18557         and pop-up-window-min-width in default value.  Reported by
18558         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
18559         other-window-means-other-frame.
18560         (display-buffer-macro-specifiers): Comment out entry for
18561         other-window specifier.
18562         (display-buffer-other-window-means-other-frame): New function.
18563         (display-buffer-normalize-specifiers-1): New arguments
18564         buffer-name and label.  Treat other-window case specially.
18565         (display-buffer-normalize-specifiers-2): Treat other-window case
18566         specially.
18567         (display-buffer-normalize-specifiers-3): New function.
18568         (display-buffer-normalize-specifiers):
18569         Call display-buffer-normalize-specifiers-3.
18571 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
18573         * window.el (same-window-p): Fix two typos introduced when
18574         adding with-no-warnings.
18575         (display-buffer-normalize-specifiers-1): Don't check
18576         pop-up-frames for 'unset initialization.
18577         (display-buffer-normalize-specifiers-2): Major rewrite using
18578         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
18579         (pop-up-frames, display-buffer-reuse-frames)
18580         (display-buffer-mark-dedicated): Don't initialize to 'unset.
18581         Suggested by David Engster <deng@randomsample.de>.
18582         (even-window-heights): Initialize to 'unset.
18583         (display-buffer-alist-set): Handle new 'unset initializations.
18584         (display-buffer-macro-specifiers): Don't pop up a new frame in the
18585         other window case.
18587 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
18589         * window.el (display-buffer-normalize-specifiers-1):
18590         Respect current value of pop-up-frames for most reasonable values of
18591         second argument of display-buffer (Bug#8865).
18592         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
18593         (switch-to-buffer-other-window-same-frame)
18594         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
18595         Adams (Bug#8875).
18596         (display-buffer): Don't check noninteractive when calling
18597         display-buffer-pop-up-frame.
18598         (display-buffer-pop-up-frame): Never pop up a frame in
18599         noninteractive mode (Bug#8857).
18600         (enlarge-window, shrink-window): Don't report an error when the
18601         window can't be resized as requested (Bug#8862).
18603 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18605         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
18607         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
18609         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
18611 2011-06-15  Alan Mackenzie  <acm@muc.de>
18613         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
18614         for declarators, disable knr checking to speed up for normal files.
18615         2: Refactor, replacing a sequence of nested if forms by a cond form.
18617 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18619         * net/network-stream.el (open-network-stream): Add the keyword
18620         :always-query-capabilities for the case where you want to force a
18621         `plain' network connection, but the protocol still requires the
18622         capabilitiy command (i.e., SMTP and EHLO).
18624         * subr.el (process-live-p): Rename from `process-alive-p' for
18625         consistency with other `-live-p' functions.
18627 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18629         * window.el (same-window-buffer-names, same-window-regexps)
18630         (special-display-frame-alist, special-display-popup-frame)
18631         (special-display-function, special-display-buffer-names)
18632         (special-display-regexps, pop-up-frame-alist)
18633         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
18634         (pop-up-windows, split-window-preferred-function)
18635         (split-height-threshold, split-width-threshold, even-window-heights)
18636         (display-buffer-mark-dedicated): Don't encourage the use of
18637         display-buffer-alist from Elisp code.
18639 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
18641         * progmodes/python.el (python-mode): Derive from prog-mode.
18642         * progmodes/ps-mode.el (ps-mode):
18643         * progmodes/mixal-mode.el (mixal-mode):
18644         * progmodes/cfengine.el (cfengine-mode):
18645         * progmodes/ld-script.el (ld-script-mode): Likewise.
18647 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
18649         * window.el (display-buffer-alist): Trim default value to avoid
18650         popping up a new frame (Bug#8857) or reusing an arbitrary window
18651         on another frame.
18652         (display-buffer): Do not fall back on popping up a new frame in
18653         batch mode (Bug#8857).
18655 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
18657         * cus-theme.el (describe-theme-1): Use custom-theme-p.
18658         (custom-theme-summary): New function.
18659         (customize-themes): Use it.
18661 2011-06-13  Glenn Morris  <rgm@gnu.org>
18663         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
18665 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
18667         * help.el (help-window): Remove variable.
18668         (help-window-point-marker, temp-buffer-max-height)
18669         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
18670         (help-print-return-message): Don't set help-window.
18671         (resize-temp-buffer-window): Rewrite cod eand doc-string.
18672         (help-window-setup-finish): Remove.
18673         (help-window-display-message, help-window-setup)
18674         (with-help-window): Major rewrite based on new
18675         display-buffer-window variable.
18677         * help-mode.el (help-mode-finish): Remove help-window related
18678         code.
18680         * view.el (view-exits-all-viewing-windows): Remove reference to
18681         view-return-to-alist in doc-string.
18682         (view-return-to-alist): Make obsolete.
18683         (view-buffer): Call pop-to-buffer-same-window and remove
18684         undo-window code.
18685         (view-buffer-other-window): Call pop-to-buffer-other-window and
18686         simplify code.  Ignore second argument.
18687         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
18688         simplify code.  Ignore second argument.
18689         (view-return-to-alist-update): Make obsolete.
18690         (view-mode-enter): Rename second argument to QUIT-RESTORE.
18691         Rewrite using quit-restore window parameters.
18692         (view-mode-exit): Rename second argument to EXIT-ONLY.
18693         Rewrite using quit-restore-window.
18694         (View-exit, View-exit-and-edit, View-leave, View-quit)
18695         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
18696         appropriate arguments.
18697         (view-end-message): Use quit-restore window parameter.
18699         * window.el (display-buffer-function): Rewrite doc-string.
18700         (display-buffer-window, display-buffer-alist): New variables.
18701         (display-buffer-split-specifiers)
18702         (display-buffer-side-specifiers)
18703         (display-buffer-macro-specifiers): New constants.
18704         (display-buffer-even-window-sizes, display-buffer-set-height)
18705         (display-buffer-set-width, display-buffer-select-window)
18706         (display-buffer-in-window, display-buffer-reuse-window)
18707         (display-buffer-split-window-1, display-buffer-split-window)
18708         (display-buffer-split-atom-window, display-buffer-pop-up-window)
18709         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
18710         (display-buffer-in-side-window, normalize-buffer-to-display)
18711         (display-buffer-normalize-specifiers-1)
18712         (display-buffer-normalize-specifiers-2)
18713         (display-buffer-normalize-specifiers, display-buffer-frame):
18714         New functions.
18715         (display-buffer): Major rewrite.
18716         (display-buffer-other-window, display-buffer-other-frame)
18717         (pop-to-buffer, switch-to-buffer-other-window)
18718         (switch-to-buffer-other-frame): Rewrite.
18719         (display-buffer-same-window, display-buffer-same-frame)
18720         (display-buffer-same-frame-other-window)
18721         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18722         (pop-to-buffer-other-window)
18723         (pop-to-buffer-same-frame-other-window)
18724         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
18725         (switch-to-buffer-other-window-same-frame): New functions.
18726         (same-window-p, special-display-p): Rewrite disabling warnings.
18727         Make obsolete.
18728         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18729         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
18730         Make obsolete
18731         (same-window-buffer-names, same-window-regexps)
18732         (special-display-frame-alist, special-display-popup-frame)
18733         (special-display-function, special-display-buffer-names)
18734         (special-display-regexps, pop-up-frame-alist)
18735         (pop-up-frame-function, split-window-preferred-function)
18736         (split-height-threshold, split-width-threshold)
18737         (even-window-heights): Make obsolete.
18739 2011-06-12  Glenn Morris  <rgm@gnu.org>
18741         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
18742         Misc simplifications.
18744 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
18746         * window.el (window-safely-shrinkable-p): Restore function which
18747         was inadvertently removed in change from 2011-06-11.  Declare as
18748         obsolete.
18750         * calendar/calendar.el (calendar-generate-window):
18751         Use window-iso-combined-p instead of combination of one-window-p and
18752         window-safely-shrinkable-p.
18754 2011-06-12  Glenn Morris  <rgm@gnu.org>
18756         * progmodes/fortran.el (fortran-mode-syntax-table):
18757         * progmodes/f90.el (f90-mode-syntax-table):
18758         Set % to punctuation.  (Bug#8820)
18759         (f90-find-tag-default): Remove, no longer needed.
18761 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
18763         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
18765 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
18767         * image.el (image-animated-p): Return animation delay in seconds.
18768         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
18769         (image-animate-timeout): Remove DELAY argument.  Don't assume
18770         every subimage has the same delay; get it from image-animated-p.
18771         (image-animate): Caller changed.
18773 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
18775         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
18776         to ignored backtrace functions.
18778 2011-06-11  Glenn Morris  <rgm@gnu.org>
18780         * calendar/appt.el (appt-disp-window-function): Doc fix.
18781         (appt-check): Handle overlapping appointments.  (Bug#8337)
18783 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
18785         * window.el (window-tree-1, window-tree): New functions, moving
18786         the latter to window.el.
18787         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18788         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18789         (bw-refresh-edges): Remove.
18790         (balance-windows-1, balance-windows-2): New functions.
18791         (balance-windows): Rewrite in terms of window tree functions,
18792         balance-windows-1 and balance-windows-2.
18793         (bw-adjust-window): Remove.
18794         (balance-windows-area-adjust): New function with functionality of
18795         bw-adjust-window but using resize-window.
18796         (set-window-text-height): Rewrite doc-string.
18797         Use normalize-live-window and resize-window.
18798         (enlarge-window-horizontally, shrink-window-horizontally):
18799         Rename argument to DELTA.
18800         (window-buffer-height): New function.
18801         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18802         Rewrite using new window resize routines.
18803         (kill-buffer-and-window, mouse-autoselect-window-select):
18804         Use ignore-errors instead of condition-case.
18805         (quit-window): Call delete-frame instead of delete-windows-on
18806         for the only buffer on frame.
18808 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
18810         * loadup.el (top-level): Load window before files for the sake
18811         of replace-buffer-in-windows.
18813         * files.el (read-buffer-to-switch)
18814         (switch-to-buffer-other-window)
18815         (switch-to-buffer-other-frame, display-buffer-other-frame):
18816         Move to window.el.
18818         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18819         (previous-buffer): Move to window.el.
18821         * bindings.el (unbury-buffer): Move to window.el.
18823         * window.el (delete-other-windows-vertically): Move after
18824         definition of delete-other-windows.
18825         (other-window, delete-windows-on, replace-buffer-in-windows):
18826         Move here from window.c.
18827         (record-window-buffer, unrecord-window-buffer)
18828         (set-window-buffer-start-and-point, switch-to-prev-buffer)
18829         (switch-to-next-buffer): New functions.
18830         (get-next-valid-buffer, last-buffer, next-buffer): Move here
18831         from simple.el.  Call switch-to-next-buffer.
18832         (previous-buffer): Move here from simple.el.
18833         Call switch-to-prev-buffer.
18834         (bury-buffer): Move here from buffer.c.  Switch to previous
18835         buffer when window cannot be deleted.
18836         (unbury-buffer): Move here from bindings.el.
18837         (ctl-x-map): Move binding for other-window from window.c to
18838         here.
18839         (read-buffer-to-switch, switch-to-buffer-other-window)
18840         (switch-to-buffer-other-frame): Move here from files.el.
18841         (normalize-buffer-to-switch-to): New functions.
18842         (switch-to-buffer): Move here from buffer.c.
18843         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
18845 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
18847         * window.el (window-min-height, window-min-width): Move here
18848         from window.c.  Add defcustoms and rewrite doc-strings.
18849         (resize-mini-window, resize-window): New functions.
18850         (adjust-window-trailing-edge, enlarge-window, shrink-window):
18851         Move here from window.c.
18852         (maximize-window, minimize-window): New functions.
18853         (delete-window, delete-other-windows, split-window): Move here
18854         from window.c.
18855         (window-split-min-size): New function.
18856         (split-window-keep-point): Mention split-window-above-each-other
18857         instead of split-window-vertically.
18858         (split-window-above-each-other, split-window-vertically):
18859         Rename split-window-vertically to split-window-above-each-other
18860         and provide defalias for old definition.
18861         (split-window-side-by-side, split-window-horizontally):
18862         Rename split-window-horizontally to split-window-side-by-side
18863         and provide defalias for the old definition.
18864         (ctl-x-map): Move bindings for delete-window,
18865         delete-other-windows and enlarge-window here from window.c.
18866         Replace bindings for split-window-vertically and
18867         split-window-horizontally by bindings for
18868         split-window-above-each-other and split-window-side-by-side.
18870         * cus-start.el (all): Remove entries for window-min-height and
18871         window-min-width.  Add entries for window-splits and
18872         window-nest.
18874 2011-06-09  Glenn Morris  <rgm@gnu.org>
18876         * calendar/appt.el (appt-mode-line): New function.
18877         (appt-check, appt-disp-window): Use it.
18879         * files.el (hack-one-local-variable-eval-safep):
18880         Allow minor-modes with explicit +/-1 arguments.
18882 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
18884         * term/xterm.el (xterm): Add defgroup.
18885         (xterm-extra-capabilities): Add defcustom to supply known xterm
18886         capabilities, skip querying them, or query them (default).
18887         (terminal-init-xterm): Use it.
18888         (terminal-init-xterm-modify-other-keys): New function to set up
18889         modifyOtherKeys support to simplify `terminal-init-xterm'.
18891 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
18893         * window.el (resize-window-reset, resize-window-reset-1)
18894         (resize-subwindows-skip-p, resize-subwindows-normal)
18895         (resize-subwindows, resize-other-windows, resize-this-window)
18896         (resize-root-window, resize-root-window-vertically)
18897         (window-deletable-p, window-or-subwindow-p)
18898         (frame-root-window-p): New functions.
18900 2011-06-09  Glenn Morris  <rgm@gnu.org>
18902         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18903         (ange-ftp-get-files): Use it.
18905 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
18907         * mail/sendmail.el (mail-recover-1, mail-recover):
18908         * files.el (recover-file, recover-session):
18909         Handle dired-listing-switches not being just a single short option.
18911 2011-06-09  Glenn Morris  <rgm@gnu.org>
18913         * calendar/appt.el (appt-display-message, appt-disp-window):
18914         Handle lists of appointments.
18916 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
18918         * window.el (one-window-p): Move down in code.
18919         Rewrite doc-string.
18920         (window-current-scroll-bars): Rewrite doc-string.
18921         Normalize live window argument.
18922         (walk-windows, get-window-with-predicate, count-windows):
18923         Rewrite doc-string.  Use window-list-1.
18924         (window-in-direction-2, window-in-direction, get-mru-window):
18925         New functions.
18927 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
18929         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18930         Doc fix (Bug#8713).
18932 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
18934         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18936 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
18938         * loadhist.el (unload-feature-special-hooks):
18939         Add `comint-output-filter-functions'.
18941 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
18943         * calendar/appt.el (appt-check): Move some initializations into the let.
18945 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
18947         * window.el (window-height): Defalias to window-total-height.
18948         (window-width): Defalias to window-body-width.
18950 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
18952         * image-mode.el (image-toggle-animation): New command.
18953         (image-mode-map): Bind it to RET.
18954         (image-mode): Update message.
18955         (image-toggle-display-image): Avoid a spurious cache flush.
18956         (image-transform-rotation): Doc fix.
18957         (image-transform-properties): Return quickly in the normal case.
18958         (image-animate-loop): Rename from image-animate-max-time.
18960         * image.el (image-animate-max-time): Move to image-mode.el.
18961         (create-animated-image): Remove unnecessary function.
18962         (image-animate): Rename from image-animate-start.  New arg.
18963         (image-animate-stop): Remove; just use image-animate-timer.
18964         (image-animate-timer): Use car-safe.
18965         (image-animate-timeout): Rename argument.
18967 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
18969         * window.el (get-lru-window, get-largest-window): Move here from
18970         window.c.  Rename first argument to ALL-FRAMES.
18971         Rephrase doc-strings.
18972         (get-buffer-window-list): Rewrite using window-list-1.
18973         Rephrase doc-string.
18974         (window-safe-min-height, window-safe-min-width): New constants.
18975         (window-size-ignore, window-min-size, window-min-size-1)
18976         (window-sizable, window-sizable-p, window-size-fixed-1)
18977         (window-size-fixed-p, window-min-delta-1, window-min-delta)
18978         (window-max-delta-1, window-max-delta, window-resizable)
18979         (window-resizable-p, window-total-height, window-total-width)
18980         (window-body-width): New functions.
18981         (window-full-height-p, window-full-width-p): Rewrite using
18982         window-total-size.
18983         (window-body-height): Rewrite using window-body-size.
18985 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
18987         * window.el (window-right, window-left, window-child)
18988         (window-child-count, window-last-child, window-any-p)
18989         (normalize-live-buffer, normalize-live-frame)
18990         (normalize-any-window, normalize-live-window)
18991         (window-iso-combination-p, window-iso-combined-p)
18992         (window-iso-combinations)
18993         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18994         (windows-with-parameter, window-with-parameter)
18995         (window-atom-root, make-window-atom, window-atom-check-1)
18996         (window-atom-check, window-side-check, window-check):
18997         New functions.
18998         (ignore-window-parameters, window-sides, window-sides-vertical)
18999         (window-sides-slots): New variables.
19000         (window-size-fixed): Move down in code.  Minor doc-string fix.
19002 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
19004         * comint.el (comint-dynamic-complete-as-filename)
19005         (comint-dynamic-complete-filename): Correctly call
19006         completion-in-region.
19008 2011-06-05  Deniz Dogan  <deniz@dogan.se>
19010         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
19011         in last change.
19013 2011-06-05  Deniz Dogan  <deniz@dogan.se>
19015         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
19016         (rcirc): Use it to prompt for encryption.
19018 2011-06-05  Roland Winkler  <winkler@gnu.org>
19020         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
19021         (bibtex-search-entries): New command bound to C-c C-a.
19022         (bibtex-display-entries): New function.
19024 2011-06-05  Roland Winkler  <winkler@gnu.org>
19026         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
19027         (bibtex-insert-kill): After yanking insert newline if necessary.
19028         (bibtex-initialize): Call bibtex-string-files-init only once.
19029         (bibtex-mode): Do not call easy-menu-add.
19030         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
19031         (bibtex-yank): Set arg properly if nil.
19033 2011-06-05  Roland Winkler  <winkler@gnu.org>
19035         * textmodes/bibtex.el (bibtex-search-entry-globally):
19036         New variable.
19037         (bibtex-search-entry): Use it.
19039 2011-06-05  Roland Winkler  <winkler@gnu.org>
19041         * textmodes/bibtex.el (bibtex-entry-format): New option
19042         sort-fields.
19043         (bibtex-format-entry, bibtex-reformat): Honor this option.
19044         (bibtex-parse-entry): Return fields in proper order.
19046 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
19048         * doc-view.el (doc-view-remove-if): Move computation of result out
19049         of `dolist' to silence misleading lexical-binding warning.
19051 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
19053         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
19054         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
19056 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
19058         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
19059         "SunOS 5.10".
19061 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
19063         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
19064         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
19065         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
19066         (tramp-parse-putty):
19067         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
19068         (tramp-completion-function-alist-ssh)
19069         (tramp-completion-function-alist-telnet)
19070         (tramp-completion-function-alist-su)
19071         (tramp-completion-function-alist-putty): Set `tramp-autoload'
19072         cookie.
19074         * net/tramp-ftp.el:
19075         * net/tramp-sh.el:
19076         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
19077         load "tramp.el" `tramp-set-completion-function'.
19079 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19081         * shell.el: Require and use pcomplete.
19082         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
19083         (shell-completion-vars): Set pcomplete-default-completion-function.
19085 2011-06-04  Deniz Dogan  <deniz@dogan.se>
19087         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
19088         `memq' (Bug#8799).
19090 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19092         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
19094 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
19096         * bs.el (bs--mark-unmark, bs--nth-wrapper):
19097         * mpc.el (mpc-select-extend, mpc-songpointer-context):
19098         * vc/log-view.el (log-view-beginning-of-defun):
19099         * vc/smerge-mode.el (smerge-apply-resolution-patch)
19100         (smerge-refine-forward, smerge-refine-chopup-region):
19101         Silence warning for unused `dotimes' counter variables.
19103 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19105         * net/tramp.el (tramp-with-progress-reporter): Rename from
19106         with-progress-reporter.  Use `declare'.
19107         * net/tramp-smb.el:
19108         * net/tramp-sh.el:
19109         * net/tramp-gvfs.el: Update all uses.
19111 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
19113         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
19114         buffer isn't killed before making it current.
19116 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19118         Silence various byte-compiler warnings.
19119         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
19120         `access-type' and new obsolescence format.
19121         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
19122         new format.
19123         (byte-compile-check-variable): New `access-type' argument.
19124         Only warn if the access-type is obsolete.
19125         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19126         (byte-compile-variable-set): Adjust callers.
19127         * help-fns.el (describe-variable): Adjust to new obsolescence format.
19128         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
19129         setting it as obsolete.
19130         * simple.el (minibuffer-completing-symbol):
19131         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
19132         access as obsolete.
19133         * minibuffer.el (minibuffer-completing-file-name): Don't make it
19134         obsolete yet.
19135         * international/quail.el (quail-mouse-choose-completion): Remove unused
19136         code referring to obsolete var.
19137         (quail-choose-completion-string): Remove.
19138         * server.el (server-clients-with, server-kill-buffer-query-function)
19139         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
19140         * proced.el (proced-send-signal):
19141         * emacs-lisp/lisp.el (lisp-complete-symbol):
19142         Replace completion-annotate-function with completion-extra-properties.
19144 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19146         * simple.el (goto-line): Use read-number.
19147         (overriding-map-is-bound): Remove.
19148         (saved-overriding-map): Change default.
19149         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
19150         Take the map as argument.
19151         (universal-argument, negative-argument, digit-argument): Use it.
19152         (restore-overriding-map): Adjust.
19153         (do-auto-fill): Use fill-forward-paragraph.
19154         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
19156         * minibuffer.el (minibuffer-inactive-mode-map): New var.
19157         (minibuffer-inactive-mode): New major mode.
19158         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
19159         the *Messages* buffer" hack.
19160         (mouse-popup-menubar): Don't burp if the event is a normal key.
19162         Miscellaneous tweaks.
19163         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
19164         lexical scoping as in subr.el's dolist and dotimes.
19165         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
19166         Silence compiler warning.
19167         * thingatpt.el (forward-whitespace): Trivial coding style fix.
19168         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
19169         * international/ccl.el (ccl-compile): Trivial simplification.
19170         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
19171         * emacs-lisp/testcover.el (testcover-end): Remove spurious
19172         `printflag' argument.
19173         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
19174         Purecopy the whole obsolescence data.
19176 2011-06-01  Leo Liu  <sdl.web@gmail.com>
19178         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
19179         improve doc-string as suggested by Marco Pessotto
19180         <melmothx@gmail.com>.
19181         (rcirc-print): Fix last change.
19183 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19185         * minibuffer.el (complete-with-action): Return nil for the metadata and
19186         boundaries of non-functional tables.
19187         (completion-table-dynamic): Return nil for the metadata.
19188         (completion-table-with-terminator): Add default case, using
19189         complete-with-action.
19190         (completion--metadata): New function.
19191         (completion-all-sorted-completions, minibuffer-completion-help): Use it
19192         to try and avoid pathological performance problems.
19193         (completion--embedded-envvar-table): Return `category' metadata.
19195 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19197         * subr.el (process-alive-p): New tiny convenience function.
19199 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19201         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
19202         content but also its previous major mode.
19204 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
19206         * emacs-lisp/debug.el (debug): Restore the previous content of the
19207         *Backtrace* buffer when we exit with C-M-c.
19209 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19211         * minibuffer.el: Add metadata method to completion tables.
19212         (completion-category-overrides): New defcustom.
19213         (completion-metadata, completion--field-metadata)
19214         (completion-metadata-get, completion--styles)
19215         (completion--cycle-threshold): New functions.
19216         (completion-try-completion, completion-all-completions):
19217         Add `metadata' argument to choose completion-styles.
19218         (completion--do-completion): Use metadata to choose cycling.
19219         (completion-all-sorted-completions): Use metadata for sorting.
19220         Remove :completion-cycle-penalty which is not needed any more.
19221         (completion--try-word-completion): Add `metadata' argument.
19222         (minibuffer-completion-help): Check metadata for annotation function
19223         and sorting.
19224         (completion-file-name-table): Return `category' metadata.
19225         (minibuffer-completing-file-name): Make obsolete.
19226         * simple.el (minibuffer-completing-symbol): Make obsolete.
19227         * icomplete.el (icomplete-completions): Pass new `metadata' param to
19228         completion-try-completion.
19230 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19232         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
19234 2011-05-30  Leo Liu  <sdl.web@gmail.com>
19236         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
19237         (rcirc-print): Decode all incoming messages (bug#8744).
19238         (rcirc-decode-coding-system): Allow value nil for automatic coding
19239         system detection.
19241 2011-06-01  Glenn Morris  <rgm@gnu.org>
19243         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
19245 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
19247         * image.el (image-animate-max-time): Allow nil and t values.
19248         Default to nil.
19249         (create-animated-image): Doc fix.
19250         (image-animate-start): Remove second arg; just use
19251         image-animate-max-time.
19252         (image-animate-timeout): Doc fix.  Args changed.
19254         * image-mode.el (image-toggle-display-image): Ensure that the
19255         image spec passed to the animate timer is the same object as in
19256         the buffer's display property (Bug#6981).
19257         (image-transform-properties): Doc fix.
19259         * image.el (image-animate-max-time): Default to nil.
19261 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
19263         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
19264         entire buffer list (Bug#8184).
19266 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
19268         * image.el (imagemagick-types-inhibit)
19269         (imagemagick-register-types): Doc fix.
19271 2011-05-29  Deniz Dogan  <deniz@dogan.se>
19273         * net/rcirc.el (rcirc): Use the user's stored encryption method by
19274         default.
19276 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
19278         * select.el: Don't perform clipboard-manager saving in hooks;
19279         leave the hooks empty.
19281 2011-05-28  Leo Liu  <sdl.web@gmail.com>
19283         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
19284         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
19285         (occur-edit-mode): New major mode (Bug#8463).
19286         (occur-after-change-function): New function.
19287         (occur-engine): Give Occur tags a read-only property.
19289 2011-05-28  Kevin Ryde  <user42@zip.com.au>
19291         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
19293 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
19295         * bindings.el (help-echo): Make the initial non-indicator dash
19296         empty on graphical terminals (Bug#7295).
19298         * files.el (auto-mode-alist): Move config rule after the
19299         in-stripping one (Bug#8547).
19301         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
19303         * startup.el (normal-splash-screen): Remove gratuitous mode-line
19304         setting (Bug#8740).
19306 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
19308         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
19309         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
19310         (Bug#8539).
19312 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
19314         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
19316 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
19318         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
19319         (hs-hide-block-at-point, hs-find-block-beginning)
19320         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
19321         (Bug#8279).
19323 2011-05-28  Glenn Morris  <rgm@gnu.org>
19325         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
19327 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
19329         * help-fns.el (describe-function-1): If the function is a derived
19330         major mode, print the parent mode.
19332         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
19333         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
19335 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19337         * minibuffer.el (completion--capf-wrapper): Check applicability before
19338         returning non-nil for non-exclusive completion data.
19339         * progmodes/etags.el (tags-completion-at-point-function):
19340         * info-look.el (info-lookup-completions-at-point): Mark as
19341         non-exclusive.
19342         (info-complete): Adjust accordingly.
19344         * info-look.el: Convert to lexical-binding and completion-at-point.
19345         (info-lookup-completions-at-point): New function.
19346         (info-complete): Use it and completion-in-region.
19348 2011-05-28  Drew Adams  <drew.adams@oracle.com>
19350         * isearch.el: Let M-e start with point at the first mismatched char.
19351         (isearch-fail-pos): New function.
19352         (isearch-edit-string): Use it.
19354 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
19356         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19358 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
19360         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
19361         traversal functions for avl-trees.
19362         (avl-tree--stack): New struct.
19363         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
19364         (avl-tree-enter): Add optional `updatefun' arg.
19365         (avl-tree--do-enter): Add optional `updatefun' arg.
19366         Change return value.
19367         (avl-tree-delete): Add optional `test' and `nilflag' args.
19368         (avl-tree--do-delete): Add `test' and `nilflag' args.
19369         Change return value.
19370         (avl-tree-member): Add optional `nilflag'
19371         (avl-tree-member-p): New function.
19372         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
19373         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
19374         (avl-tree-stack-empty-p): New functions.
19376         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
19377         avl-tree--del-balance1 and make it work both ways.
19378         (avl-tree--del-balance2): Remove.
19379         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
19380         make it work both ways.
19381         (avl-tree--enter-balance2): Remove.
19382         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
19383         New macros.
19384         (avl-tree--mapc, avl-tree-map): Add direction argument.
19386 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
19388         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
19390 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
19392         * select.el: Support clipboard managers with built-in function
19393         x-clipboard-manager-save, via delete-frame-functions and
19394         kill-emacs-hook.
19395         (xselect-convert-to-targets): Add MULTIPLE target to list.
19396         (xselect-convert-to-save-targets): New function.
19398 2011-05-27  Kenichi Handa  <handa@m17n.org>
19400         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
19401         let-binding rfc2047-encode-encoded-words to nil.
19403 2011-05-27  Glenn Morris  <rgm@gnu.org>
19405         * mail/emacsbug.el: Don't require url-util.
19407         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
19409         * files.el (set-auto-mode):
19410         Also respect mode: entries at the end of the file.  (Bug#8586)
19412 2011-05-26  Glenn Morris  <rgm@gnu.org>
19414         * files.el (hack-local-variables-prop-line, hack-local-variables):
19415         Downcase mode names, as seems to be traditional.
19416         (hack-local-variables, hack-local-variables-apply): Doc fixes.
19418         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
19419         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
19421 2011-05-25  Julien Danjou  <julien@danjou.info>
19423         * textmodes/rst.el (rst-define-level-faces): Do not define face
19424         symbol if it is already defined.
19426 2011-05-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
19428         * play/5x5.el (5x5-new-game, 5x5-randomize):
19429         Reset 5x5-solver-output to nil when a new grid is cast.
19430         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
19431         these debugging traces, as defmacro breaks the compiled code.
19433 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
19435         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19437 2011-05-24  Leo Liu  <sdl.web@gmail.com>
19439         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
19440         (vc-bzr-sha1): Adapt.
19442         * sha1.el: Remove.  Function `sha1' is now builtin.
19444         * bindings.el: Provide sha1 feature.
19446 2011-05-24  Kenichi Handa  <handa@m17n.org>
19448         * mail/sendmail.el: Require `rfc2047'.
19449         (mail-insert-from-field): Do not perform RFC2047 encoding.
19450         (mail-encode-header): New function.
19451         (sendmail-send-it): Set buffer-file-coding-system of the work
19452         buffer to the return value of select-message-coding-system.
19453         Call mail-encode-header.
19455         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
19457 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
19459         * mail/supercite.el (sc-default-cite-frame):
19460         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
19462 2011-05-24  Glenn Morris  <rgm@gnu.org>
19464         * progmodes/python.el (brm-menu): Declare.
19466         * emulation/viper.el (viper-set-hooks): Declare.
19468         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
19469         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
19470         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
19471         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
19472         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
19473         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
19475 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19477         Add an :exit-function for completion-at-point.
19479         * minibuffer.el (completion--done): New fun.
19480         (completion--do-completion): Use it.  New arg `expect-exact'.
19481         (minibuffer-complete, minibuffer-complete-word): Don't output message,
19482         since completion--do-completion does it for us now.
19483         (minibuffer-force-complete): Use completion--done and
19484         completion--replace.  Handle sole-completion case with more care.
19485         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
19486         (completion-extra-properties): New var.
19487         (completion-annotate-function): Make obsolete.
19488         (minibuffer-completion-help): Adjust accordingly.
19489         Use completion-list-insert-choice-function.
19490         (completion-at-point, completion-help-at-point):
19491         Bind completion-extra-properties.
19492         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
19493         * simple.el (completion-list-insert-choice-function): New var.
19494         (completion-setup-function): Preserve it.
19495         (choose-completion): Pay attention to it, shuffle the code a bit.
19496         (choose-completion-string): New arg `insert-function'.
19498         * textmodes/bibtex.el: Convert to lexical binding.
19499         (bibtex-mode-map): Use completion-at-point.
19500         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
19501         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
19502         (bibtex-complete): Define as obsolete alias.
19503         (bibtex-complete-internal): Remove.
19504         (bibtex-format-entry): Remove unused sub-group in regexp.
19505         * shell.el (shell--command-completion-data)
19506         (shell-environment-variable-completion):
19507         * pcomplete.el (pcomplete-completions-at-point):
19508         * comint.el (comint--complete-file-name-data): Use :exit-function
19509         instead of completion-table-with-terminator so it also works for
19510         choose-completion.
19512 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19514         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
19516         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
19517         (bug#8710).
19519         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
19521 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
19523         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
19524         customization variable and implement: If non-nil, auto-fill will
19525         be inhibited while on topic's header line.
19527 2011-05-23  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
19529         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
19530         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
19531         always have a solution in grid size = 5 cases.
19532         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
19533         (5x5-solver-output, 5x5-log-buffer): New vars.
19534         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
19535         Make these variables buffer local to achieve 5x5 multi-session-ness.
19536         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
19537         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
19538         (5x5-solve-suggest): New funs.
19539         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
19540         randomize a grid so that we ensure that there is always a solution.
19541         (5x5-make-random-grid): Allow other movement than flipping.
19543 2011-05-23  Kevin Ryde  <user42@zip.com.au>
19545         * emacs-lisp/advice.el (ad-read-advised-function):
19546         Use `function-called-at-point' as the default, if it has
19547         advice and passes PREDICATE.
19549 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19551         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
19552         byte-compile-lambda if it's actually a lambda.
19554         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
19555         Fix function quoting.  Use backquote better.
19557 2011-05-22  Yuanle Song  <sylecn@gmail.com>
19559         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
19560         matching (Bug#8516).
19562 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
19564         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
19565         different face (Bug#8178).
19567 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
19569         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
19570         defface (Bug#8144).
19572 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19574         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
19575         funcall as well (bug#8712).  Warn when performing those conversions.
19576         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
19578         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
19580 2011-05-22  Glenn Morris  <rgm@gnu.org>
19582         * files.el (hack-local-variables-prop-line): Small simplifications.
19583         (hack-local-variables, hack-local-variables-prop-line):
19584         If MODE-ONLY, return the mode, rather than just `t'.
19586 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19588         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
19590 2011-05-21  Glenn Morris  <rgm@gnu.org>
19592         * files.el (hack-local-variables-prop-line, hack-local-variables):
19593         If only interested in the mode, don't bother doing the other stuff.
19595         * image-mode.el (image-after-revert-hook):
19596         Redraw all frames on which the image is visible.  (Bug#8567)
19598         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
19600         * wid-edit.el (widget-checklist-match-inline):
19601         Fix 2011-04-19 change.  (Bug#8649)
19603 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19605         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
19606         Also allow singlespace after single-letter capitals followed by a dot.
19608         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
19609         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
19611 2011-05-20  Nix  <nix@esperi.org.uk>
19613         * files.el (basic-save-buffer-2):
19614         Fix handling of break-hardlink-on-save with non-existent files.
19616 2011-05-19  Deniz Dogan  <deniz@dogan.se>
19618         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
19619         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
19621 2011-05-19  Glenn Morris  <rgm@gnu.org>
19623         * progmodes/f90.el (f90-type-def-re):
19624         Handle "type, bind(c)".  (Bug#8691)
19626         * emacs-lisp/autoload.el (batch-update-autoloads):
19627         Set autoload-excludes by parsing loadup.el rather than Makefiles.
19629 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
19631         * net/tramp.el (tramp-process-actions): Set "first-password-request"
19632         property for the correct connection in case of multihops.
19634 2011-05-18  Glenn Morris  <rgm@gnu.org>
19636         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
19637         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
19639         Rationalize calendar handling of day and month abbrev-arrays.
19640         * calendar/calendar.el (calendar-customized-p): New function.
19641         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
19642         (calendar-day-name-array, calendar-month-name-array): Doc fix.
19643         Add :set function.
19644         (calendar-abbrev-length, calendar-day-abbrev-array)
19645         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
19646         (calendar-day-abbrev-array, calendar-month-abbrev-array):
19647         Elements may no longer be nil.
19648         (calendar-day-name, calendar-month-name):
19649         Update for changed nature of abbrev arrays.
19650         * calendar/diary-lib.el (diary-name-pattern):
19651         Update for changed nature of abbrev arrays.
19652         (diary-mark-entries-1): Update calendar-make-alist calls.
19653         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
19654         * calendar/cal-html.el (cal-html-day-abbrev-array):
19655         Simply inherit from calendar-day-abbrev-array.
19657 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19659         * progmodes/grep.el (grep-mode): Disable default
19660         compilation-directory-matcher setting (bug#8684).
19662 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
19664         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
19665         instead of "head" and "tail".  There were problems with SunOS 5.9,
19666         and it performs better.
19668 2011-05-17  Glenn Morris  <rgm@gnu.org>
19670         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
19672         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
19673         Replace obsolete function.
19675         * shell.el (pcomplete-parse-arguments-function): Declare.
19677         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
19678         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
19679         (appt-check): Doc fixes.
19680         (appt-disp-window-function, appt-delete-window-function):
19681         Remove needless special case in custom :type.
19682         (appt-display-count): Default to 0, not nil.
19683         (appt-check): Reset appt-display-count to 0, not nil.
19685 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
19687         * progmodes/python.el (python-font-lock-keywords):
19688         Add the Python 3.X keyword "nonlocal" (bug#8639).
19690 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19692         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
19694 2011-05-16  Kevin Ryde  <user42@zip.com.au>
19696         * info-look.el (makefile-automake-mode): New setups, looking in
19697         automake manual, then makefile-mode.
19698         (makefile-mode): Remove automake manual, have it just in
19699         makefile-automake-mode since there's various things different or
19700         not relevant to plain make.
19701         (makefile-mode): Remove "other-modes" non-existent automake-mode,
19702         believe a hypothetical automake-mode would go to makefile-mode,
19703         not the other way around.
19705 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
19707         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
19708         hunk-end tags (Bug#8672).
19710         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
19711         vc-annotate-show-diff-revision-at-line (Bug#8671).
19713 2011-05-14  Glenn Morris  <rgm@gnu.org>
19715         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
19716         in the middle of an existing one with multiple authors.  (Bug#8645)
19717         (change-log-font-lock-keywords): Also handle multiple author lines
19718         with leading tabs.  (Bug#8644)
19720         * calendar/appt.el (appt-check): Rename some local variables.
19721         Some simplification/reordering.
19723         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
19724         (feedmail-sendmail-f-doesnt-sell-me-out)
19725         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19726         (feedmail-debug-sit-for, feedmail-queue-express-hook)
19727         (feedmail-queue-runner-message-sender): Set :version.
19728         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
19729         (bbdb-dwim-net-address, vm-mail): Declare.
19730         (feedmail-binmail-gnulinuxish-template):
19731         Rename from feedmail-binmail-linuxish-template.
19732         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
19733         Use insert-buffer-substring.
19735 2011-05-14  Bill Carpenter  <bill@carpenter.org>
19737         * mail/feedmail.el (feedmail-patch-level): Increase.
19738         (feedmail-debug): New custom group.
19739         (feedmail-confirm-outgoing-timeout)
19740         (feedmail-sendmail-f-doesnt-sell-me-out)
19741         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19742         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
19743         (feedmail-sender-line, feedmail-from-line)
19744         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
19745         (feedmail-spray-this-address)
19746         (feedmail-spray-address-fiddle-plex-list)
19747         (feedmail-queue-use-send-time-for-date)
19748         (feedmail-queue-use-send-time-for-message-id)
19749         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
19750         (feedmail-buffer-eating-function):
19751         Doc fixes.
19752         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
19753         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
19754         (feedmail-message-action-scroll-down): New functions.
19755         (feedmail-queue-directory, feedmail-queue-draft-directory):
19756         Use expand-file-name.
19757         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
19758         Remove C-v help entry.
19759         (feedmail-queue-buffer-file-name): New variable.
19760         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
19761         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
19762         (feedmail-message-action-send-strong, feedmail-message-action-edit)
19763         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
19764         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
19765         (feedmail-message-action-toggle-spray)
19766         (feedmail-run-the-queue-no-prompts)
19767         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
19768         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
19769         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
19770         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
19771         (feedmail-envelope-deducer, feedmail-fiddle-from)
19772         (feedmail-fiddle-sender, feedmail-default-date-generator)
19773         (feedmail-fiddle-date, feedmail-fiddle-message-id)
19774         (feedmail-fiddle-spray-address)
19775         (feedmail-fiddle-list-of-spray-fiddle-plexes)
19776         (feedmail-fiddle-list-of-fiddle-plexes)
19777         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
19778         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
19779         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
19780         Change default.  Doc fix.
19781         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
19782         (feedmail-binmail-linuxish-template): New constant.
19783         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
19784         Respect feedmail-sendmail-f-doesnt-sell-me-out.
19785         (feedmail-send-it): Add debug call.
19786         Use feedmail-queue-buffer-file-name, and
19787         feedmail-send-it-immediately-wrapper.
19788         (feedmail-message-action-send): Add debug call.
19789         Use feedmail-send-it-immediately-wrapper.
19790         (feedmail-queue-express-to-queue): Add debug call.
19791         Run feedmail-queue-express-hook.
19792         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
19793         (feedmail-message-action-help-blat):
19794         Rename from feedmail-queue-send-edit-prompt-help-first.
19795         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
19796         Check line-endings.  Handle errors better.
19797         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19798         Doc fix.  Add debug call.
19799         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
19800         Use feedmail-queue-send-edit-prompt-inner.
19801         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19802         (feedmail-queue-send-edit-prompt-inner): New function, extracted
19803         from feedmail-queue-send-edit-prompt.
19804         (feedmail-queue-send-edit-prompt-help)
19805         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19806         (feedmail-tidy-up-slug): Add debug call.
19807         Respect feedmail-queue-slug-suspect-regexp.
19808         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19809         (feedmail-dump-message-to-queue): Add debug call.
19810         Expand queue-directory.
19811         (feedmail-dump-message-to-queue): Change message slightly.
19812         Use feedmail-say-chatter.
19813         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
19814         (feedmail-send-it-immediately-wrapper): New function.
19815         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
19816         Insert empty string rather than newline.  Handle full-frame case.
19817         Use catch/throw.  Use feedmail-say-chatter.
19818         (feedmail-fiddle-from): Try mail-host-address.
19819         (feedmail-default-message-id-generator): Doc fix.
19820         Bind system-time-locale.  Handle missing end.
19821         (feedmail-fiddle-x-mailer): Add debug call.
19822         Handle feedmail-x-mailer-line being nil.
19823         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19824         Add debug call.  Use buffer-substring-no-properties.
19825         (feedmail-say-debug, feedmail-say-chatter): New functions.
19826         (feedmail-find-eoh): Give an explicit error.
19828 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
19830         * net/newst-treeview.el (newsticker-treeview-face): Change default
19831         family from helvetica to sans.
19832         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
19833         etc/images/newsticker.
19835         * net/newst-reader.el (newsticker-feed-face): Change default
19836         family from helvetica to sans.
19838         * net/newst-plainview.el (newsticker-new-item-face)
19839         (newsticker-old-item-face, newsticker-immortal-item-face)
19840         (newsticker-obsolete-item-face, newsticker-date-face)
19841         (newsticker-statistics-face): Change default family from
19842         helvetica to sans.
19843         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
19844         etc/images/newsticker.
19846         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19847         (newsticker--process-auto-mark-filter-match): Tell user about
19848         auto-marking.
19850 2011-05-13  Didier Verna  <didier@xemacs.org>
19852         Common Lisp indentation improvements on defmethod and lambda-lists.
19853         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19854         TODO entries.
19855         (lisp-lambda-list-keyword-parameter-indentation)
19856         (lisp-lambda-list-keyword-parameter-alignment)
19857         (lisp-lambda-list-keyword-alignment): New customizable user options.
19858         (lisp-indent-defun-method): Improve docstring.
19859         (extended-loop-p): Fix comment.
19860         (lisp-indent-lambda-list-keywords-regexp): New variable.
19861         (lisp-indent-lambda-list): New function.
19862         (lisp-indent-259): Use it.
19863         (lisp-indent-defmethod): Support for more than one
19864         method qualifier and properly indent methods lambda-lists.
19865         (defgeneric): Provide a missing common-lisp-indent-function property.
19867 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19869         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19870         bounds for the empty string (bug#8667).
19872 2011-05-13  Glenn Morris  <rgm@gnu.org>
19874         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19876         * mail/sendmail.el (sendmail-program): Try executable-find first.
19877         (sendmail-send-it): `sendmail-program' cannot be unbound.
19879         * calendar/appt.el (appt-make-list): Simplify.
19880         (appt-time-msg-list): Doc fix.
19881         (appt-check): Change mode-line message at the time of the appointment.
19883 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
19885         * progmodes/ld-script.el (ld-script-keywords)
19886         (ld-script-builtins): Update keywords list.
19888 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19890         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19892         * shell.el (shell-completion-vars): New function.
19893         (shell-mode):
19894         * simple.el (read-shell-command): Use it.
19895         (blink-matching-open): No need for " [...]" in minibuffer-message.
19897 2011-05-12  Glenn Morris  <rgm@gnu.org>
19899         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19900         (appt-check): Simplify.
19902 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
19904         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19905         literal "/dev/null".
19907 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19909         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19910         Fix typo.
19912 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
19914         * progmodes/which-func.el (which-function):
19915         Use add-log-current-defun instead of add-log-current-defun-function,
19916         which might not be defined (Bug#8260).
19918 2011-05-12  Glenn Morris  <rgm@gnu.org>
19920         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19921         Let byte-compile-initial-macro-environment always take precedence.
19923 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19925         * net/rcirc.el: Add support for SSL/TLS connections.
19926         (rcirc-server-alist): New field `encryption'.
19927         (rcirc): Check `encryption' settings.
19928         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
19929         Merge make-local-variable into `set'.
19930         (rcirc--connection-open-p): New function.
19931         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19932         the process is not a network process (e.g. running gnutls-cli).
19933         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19934         Make rcirc-(en|de)code-coding-system local here.
19935         (rcirc-mode): Merge make-local-variable into `set'.
19936         (rcirc-parent-buffer): Make permanent buffer-local.
19937         (rcirc-multiline-minor-mode): Don't do it here.
19938         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19939         there's no server buffer.
19941 2011-05-11  Glenn Morris  <rgm@gnu.org>
19943         * newcomment.el (comment-kill): Prefix "unused" local.
19945         * term/w32console.el (get-screen-color): Declare.
19947         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19948         Handle symbol elements of byte-compile-initial-macro-environment.
19950 2011-05-10  Leo Liu  <sdl.web@gmail.com>
19952         * bookmark.el (bookmark-bmenu-mode-map):
19953         Bind bookmark-bmenu-search to `/'.
19955         * mail/footnote.el: Convert to utf-8 encoding.
19956         (footnote-unicode-string, footnote-unicode-regexp): New variable.
19957         (Footnote-unicode): New function.
19958         (footnote-style-alist): Add unicode style to the list.
19959         (footnote-style): Doc fix.
19961 2011-05-10  Jim Meyering  <meyering@redhat.com>
19963         Fix doubled-word typos.
19964         * international/quail.el (quail-insert-kbd-layout): and and -> and
19965         * kermit.el: and and -> and
19966         * net/ldap.el (ldap-search-internal): to to -> to
19967         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19968         * progmodes/js.el (js-mode): and and -> and
19969         * textmodes/artist.el (artist-move-to-xy): at at -> at
19970         (artist-draw-region-trim-line-endings): if if -> if
19971         And Safetyc -> Safety.
19972         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19974 2011-05-10  Glenn Morris  <rgm@gnu.org>
19975             Stefan Monnier  <monnier@iro.umontreal.ca>
19977         * files.el (hack-one-local-variable-eval-safep):
19978         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
19980 2011-05-10  Glenn Morris  <rgm@gnu.org>
19982         * calendar/diary-lib.el (diary-list-entries-hook)
19983         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19984         (diary-nongregorian-marking-hook, diary-list-entries)
19985         (diary-include-other-diary-files, diary-mark-entries)
19986         (diary-mark-included-diary-files): Doc fixes.
19988 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
19990         * misc.el: Require tabulated-list.el during compilation.
19992 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
19994         * progmodes/compile.el (compilation-start):
19995         Run compilation-filter-hook for the async case too.
19996         (compilation-filter-hook): Doc fix.
19998 2011-05-09  Deniz Dogan  <deniz@dogan.se>
20000         * wdired.el: Remove outdated installation comment.  Fix usage
20001         comment.
20003 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
20005         * misc.el: Implement new command `list-dynamic-libraries'.
20006         (list-dynamic-libraries--loaded-only-p): New variable.
20007         (list-dynamic-libraries--refresh): New function.
20008         (list-dynamic-libraries): New command.
20010 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
20012         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20013         Fix the ant regexp to handle end-line and end-column info from jikes.
20014         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
20015         higher priority to avoid clobbering by gnu.
20017 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
20019         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
20020         if the face has existing theme settings (Bug#8454).
20022 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
20024         * progmodes/perl-mode.el (perl-imenu-generic-expression):
20025         Only match variables declared via `my' or `our' (Bug#8261).
20027         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
20028         special file names `.' and `..' (Bug#8259).
20030 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
20032         * progmodes/grep.el (grep-mode-font-lock-keywords):
20033         Remove buffer-changing entries.
20034         (grep-filter): New function.
20035         (grep-mode): Add it to compilation-filter-hook.
20037         * progmodes/compile.el (compilation-filter-hook)
20038         (compilation-filter-start): New defvars.
20039         (compilation-filter): Call compilation-filter-hook prior to
20040         updating the process mark.
20042 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20044         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
20046 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
20048         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
20049         mailclient-send-it even if window-system is nil.  (Bug#8595)
20051         * term/w32console.el (terminal-init-w32console):
20052         Call get-screen-color and use its output to set the frame
20053         background-mode.  (Bug#8597)
20055 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20057         Make bytecomp.el understand that defmethod defines funs (bug#8631).
20058         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
20059         New functions.
20060         (defgeneric, eieio--defmethod): Use them.
20061         (eieio-defgeneric): Remove.
20062         (defmethod): Call defgeneric in a way visible to the byte-compiler.
20064 2011-05-07  Glenn Morris  <rgm@gnu.org>
20066         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
20067         Use let rather than let*.
20068         (timeclock-find-discrep): Remove unused local.
20070         * calendar/diary-lib.el (diary-comment-start): Doc fix.
20072         * calendar/appt.el (appt-time-msg-list): Doc fix.
20074 2011-05-06  Noah Friedman  <friedman@splode.com>
20076         * apropos.el (apropos-print-doc): Only use
20077         emacs-lisp-docstring-fill-column when it is bound to an integer,
20078         per that variable's documentation.
20080 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20082         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
20083         and warnings are not silently discarded (e.g. use -d instead of -P).
20085 2011-05-06  Glenn Morris  <rgm@gnu.org>
20087         * calendar/appt.el (appt-message-warning-time): Doc fix.
20088         (appt-warning-time-regexp): New option.
20089         (appt-make-list): Respect appt-message-warning-time.
20091         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
20092         New options.
20093         (diary-add-to-list): Strip comments from the displayed string.
20094         (diary-mode): Set comment-start and comment-end.
20096         * vc/diff-mode.el (smerge-refine-subst): Declare.
20097         (diff-refine-hunk): Don't require smerge-mode when compiling.
20099 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
20101         * simple.el (list-processes): Return nil as the docstring says.
20103 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
20105         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
20106         to "".
20107         (ange-ftp-write-region, ange-ftp-insert-file-contents)
20108         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
20109         determining of binary transfer.  (Bug#7383)
20111 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
20113         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20114         Fix port computation bug.  (Bug#8618)
20116 2011-05-05  Glenn Morris  <rgm@gnu.org>
20118         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
20120         * simple.el (shell-dynamic-complete-functions)
20121         (comint-dynamic-complete-functions): Declare.
20123         * net/network-stream.el (gnutls-negotiate):
20124         * simple.el (tabulated-list-print): Fix declarations.
20126         * progmodes/gud.el (syntax-symbol, syntax-point):
20127         Remove unnecessary and incorrect declarations.
20129         * emacs-lisp/check-declare.el (check-declare-scan):
20130         Handle byte-compile-initial-macro-environment in bytecomp.el.
20132 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20134         Fix earlier half-done eieio-defmethod change (bug#8338).
20135         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
20136         Streamline and change calling convention.
20137         (defmethod): Adjust accordingly and simplify.
20138         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
20139         new eieio--defmethod.
20140         (slot-boundp): Minor CSE simplification.
20142 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
20144         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
20145         (glasses-make-readable): Use glasses-separate-capital-groups.
20147 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
20149         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
20150         (warning-series): Doc fix.
20151         (display-warning): Don't try to create the buffer if we just found it.
20153 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
20155         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
20156         (autoload-find-generated-file): New function.
20157         (generate-file-autoloads): Bind generated-autoload-file to
20158         buffer-file-name.
20159         (update-file-autoloads, update-directory-autoloads):
20160         Use autoload-find-generated-file.  If called interactively, prompt for
20161         output file (Bug#7989).
20162         (batch-update-autoloads): Doc fix.
20164 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
20166         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
20168 2011-05-04  Glenn Morris  <rgm@gnu.org>
20170         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
20171         function, so it follows changes in calendar-date-style.
20172         (diary-fancy-date-matcher): New function.
20173         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
20174         (diary-fancy-font-lock-fontify-region-function):
20175         Use diary-fancy-date-pattern as a function.
20177         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
20178         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
20180 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
20182         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
20183         instead of positional arguments.  Allow :keylist and :crlfiles
20184         arguments.
20185         (open-gnutls-stream): Call it.
20187         * net/network-stream.el (network-stream-open-starttls): Adjust to
20188         call `gnutls-negotiate' with :process and :hostname arguments.
20190 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20192         * minibuffer.el (completion--message): New function.
20193         (completion--do-completion, minibuffer-complete)
20194         (minibuffer-force-complete, minibuffer-complete-word): Use it.
20195         (completion--do-completion): Don't ignore completion-auto-help when in
20196         icomplete-mode.
20198         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
20199         internal encoding (e.g. tibetan zero is not whitespace).
20200         (global-whitespace-mode): Prefer save-current-buffer.
20201         (whitespace-trailing-regexp): Remove useless save-match-data.
20202         (whitespace-empty-at-bob-regexp): Minor simplification.
20204 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
20206         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
20208 2011-05-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
20210         * textmodes/ispell.el (ispell-add-per-file-word-list):
20211         Use `concat' to create string for insertion.
20213 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20215         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
20216         Avoid open-line which runs post-self-insert-hook.
20217         (bibtex-fill-entry): Remove unused `end' var.
20219 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
20221         * textmodes/ispell.el (ispell-add-per-file-word-list):
20222         Protect against `nil' value of `comment-start' (Bug#8579).
20224 2011-05-03  Leo Liu  <sdl.web@gmail.com>
20226         * isearch.el (isearch-yank-pop): New command.
20227         (isearch-mode-map): Bind it to `M-y'.
20228         (isearch-forward): Mention it.
20230 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20232         * simple.el (minibuffer-complete-shell-command): Remove.
20233         (minibuffer-local-shell-command-map): Use completion-at-point.
20234         (read-shell-command): Setup completion vars here instead.
20235         (read-expression-map): Bind TAB to symbol completion.
20237         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
20238         error directly rather via storing it into `results'.
20240 2011-05-02  Leo Liu  <sdl.web@gmail.com>
20242         * vc/diff.el: Fix description.
20244 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20246         * server.el (server-eval-at): New function.
20248 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20250         * net/network-stream.el (open-network-stream): Take a :nowait
20251         parameter and pass it on to `make-network-process'.
20252         (network-stream-open-plain): Ditto.
20254 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
20256         * faces.el (face-spec-set-match-display): Don't match toolkit
20257         options on terminal frames.
20259 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20261         * progmodes/pascal.el: Use lexical binding.
20262         (pascal-mode-map): Remove author preferences.
20264         * pcomplete.el (pcomplete-std-complete): Don't abuse
20265         completion-at-point.
20267 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
20269         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
20270         removing code that has been dead since 1991 or so.
20272         * startup.el (command-line): When warning about "_emacs", use a
20273         delayed warning to allow the user to filter it out.
20275 2011-04-28  Deniz Dogan  <deniz@dogan.se>
20277         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
20278         user has not joined.
20280 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20282         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
20283         aren't any completions at point.
20285 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
20287         * subr.el (display-delayed-warnings): New function.
20288         (delayed-warnings-hook): New variable.
20290 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20292         * minibuffer.el (completion-at-point, completion-help-at-point):
20293         Don't presume that a given completion-at-point-function will always
20294         use the same calling convention.
20296         * pcomplete.el (pcomplete-completions-at-point):
20297         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
20298         pcomplete-seen is non-nil.
20299         (pcomplete-comint-setup): Also recognize the new comint/shell
20300         completion functions.
20301         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
20302         pcomplete-seen is non-nil.
20304 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
20306         * calendar/icalendar.el (diary-lib): Add require statement.
20307         (icalendar--create-uid): Read out a uid from a text-property on
20308         the first character in the entry.  This allows for code to add its
20309         own uid to the entry.
20310         (icalendar--convert-float-to-ical): Add export of
20311         `diary-float'-entries save for those with the optional DAY
20312         argument.
20314 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
20316         * subr.el (shell-quote-argument): Use alternate escaping strategy
20317         when we spot a variable reference in a string.
20319 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
20321         * cus-start.el (all): Define customization for debug-on-event.
20323 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
20325         * subr.el (shell-quote-argument): Escape correctly under Windows.
20327 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20329         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
20331 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
20333         * net/tramp.el (tramp-process-actions): Add POS argument.
20334         Delete region between POS and (pos).
20336         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20337         Use `nil' position in `tramp-process-actions' call.
20338         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
20340         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
20341         position in `tramp-process-actions' call.
20343         * net/trampver.el: Update release number.
20345 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20347         * custom.el (defcustom): Obey lexical-binding.
20349         Fix octave-inf completion problems reported by Alexander Klimov.
20350         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
20351         Inherit from octave-mode-syntax-table.
20352         (inferior-octave-mode): Set info-lookup-mode.
20353         (inferior-octave-completion-at-point): New function.
20354         (inferior-octave-complete): Use it and completion-in-region.
20355         (inferior-octave-dynamic-complete-functions): Use it as well, and use
20356         comint-filename-completion.
20357         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
20358         symbol elements which shouldn't be word elements.
20359         (octave-font-lock-keywords, octave-beginning-of-defun)
20360         (octave-function-header-regexp): Adjust regexps accordingly.
20361         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
20363 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
20365         * net/gnutls.el (gnutls-errorp): Declare before first use.
20367 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
20369         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
20370         verify-error, and verify-hostname-error parameters.  Check whether
20371         default trustfile exists before going to use it.  Add missing
20372         argument to gnutls-message-maybe call.  Return value.
20373         Reported by Claudio Bley <claudio.bley@gmail.com>.
20374         (open-gnutls-stream): Add usage example.
20376         * net/network-stream.el (network-stream-open-starttls): Give host
20377         parameter to `gnutls-negotiate'.
20378         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
20379         * subr.el (shell-quote-argument): Escape correctly under Windows.
20381 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
20383         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
20384         Use correct match group (bug#8438).
20386 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
20388         * emacs-lisp/package.el (package-built-in-p): Fix typo.
20389         (package-menu--generate): New arg specifying packages to show.
20390         (package-menu-refresh, package-menu-execute, list-packages):
20391         Callers changed.
20392         (package-show-package-list): New function, replacing deleted
20393         package--list-packages (renamed because it is non-internal).
20395         * finder.el (finder-list-matches): Use package-show-package-list
20396         instead of deleted package--list-packages.
20398         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
20399         Based on a previous implementation by Juanma Barranquero (Bug#8366).
20400         (vc-annotate-mode-map): Bind it to RET.
20402 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
20404         * progmodes/etags.el (next-file): Don't use set-buffer to change
20405         buffers (Bug#8478).
20407 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
20409         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
20411         * apropos.el (apropos-label-face): Avoid variable-pitch face.
20412         (apropos-accumulator): Doc fix.
20413         (apropos-function, apropos-macro, apropos-command)
20414         (apropos-variable, apropos-face, apropos-group, apropos-widget)
20415         (apropos-plist): Add face property.
20416         (apropos-symbols-internal): Fix indentation.
20417         (apropos-print): Simplify help, and recognize apropos-multi-type.
20418         (apropos-print-doc): Use button-type-get to extract the button's
20419         face property.  Fill docstring (Bug#8352).
20421 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
20423         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
20425         * play/mpuz.el (mpuz-silent): Doc fix.
20426         (mpuz-mode-map): Use mapc.
20427         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
20428         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
20429         Fix typos in docstrings.
20431         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
20432         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
20434         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
20436 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
20438         * minibuffer.el (completion--do-completion): Avoid the "Next char
20439         not unique" prompt if icomplete-mode is enabled (Bug#5849).
20441         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
20442         mouse-2 into unread-command-events, it is interpreted correctly.
20444         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
20445         (image-toggle-display): Doc fix.
20447 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
20449         * textmodes/page.el (what-page): Use line-number-at-pos to
20450         calculate line number (Bug#6825).
20452 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
20454         * eshell/esh-mode.el (find-tag-interactive): Declare function.
20455         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
20456         Pass argument NO-DEFAULT to `find-tag-interactive'.
20458 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
20460         Lexical-binding cleanup.
20462         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
20463         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
20464         * progmodes/ada-prj.el (ada-prj-initialize-values)
20465         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
20466         (ada-prj-show-value):
20467         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
20468         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
20469         (antlr-invalidate-context-cache, antlr-options-menu-filter)
20470         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
20471         * progmodes/bug-reference.el (bug-reference-push-button):
20472         * progmodes/fortran.el (fortran-line-length):
20473         * progmodes/glasses.el (glasses-change):
20474         * progmodes/octave-mod.el (octave-fill-paragraph):
20475         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
20476         (python-pdbtrack-grub-for-buffer, python-sentinel):
20477         * progmodes/sql.el (sql-save-connection):
20478         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
20479         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
20480         Mark unused parameters.
20482         * progmodes/compile.el (compilation--flush-directory-cache)
20483         (compilation--flush-parse, compile-internal): Mark unused parameters.
20484         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
20485         (compilation-next-error-function): Remove unused variable `timestamp'.
20487         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
20488         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
20490         * progmodes/dcl-mode.el (dcl-end-of-command):
20491         Remove unused variable `start'.
20492         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
20493         (dcl-option-value-basic, dcl-option-value-offset)
20494         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
20495         Mark unused parameters.
20496         (dcl-save-local-variable): Remove unused variable `val'.
20497         (mode): Declare.
20499         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
20500         Mark unused parameters.
20501         (delphi-ignore-changes): Move before first use.
20502         (delphi-charset-token-at): Remove unused variable `start'.
20503         (delphi-else-start): Remove unused variable `if-count'.
20504         (delphi-comment-block-start, delphi-comment-block-end):
20505         Remove unused variable `kind'.
20506         (delphi-indent-line): Remove unused variable `new-point'.
20508         * progmodes/ebrowse.el (ebrowse-files-list)
20509         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
20510         Mark unused parameters.  Don't quote `lambda'.
20511         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
20512         Don't quote `lambda'.
20513         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
20514         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
20515         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
20516         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
20517         Use `ignore-errors'.
20518         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
20519         (ebrowse-view/find-file-and-search-pattern)
20520         (ebrowse-view/find-member-declaration/definition):
20521         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
20522         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
20523         Rename parameter PREFIX-ARG to PREFIX.
20524         (ebrowse-tags-read-name): Remove unused variables `start' and
20525         `member-info'.
20526         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
20527         to `tags-file'.
20529         * progmodes/etags.el (local-find-tag-hook): Declare.
20530         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
20531         Mark unused parameters.
20533         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
20534         (executable-interpret): Mark unused parameter.
20536         * progmodes/flymake.el (flymake-process-sentinel)
20537         (flymake-after-change-function)
20538         (flymake-create-temp-with-folder-structure)
20539         (flymake-get-include-dirs-dot): Mark unused parameters.
20540         (flymake-safe-delete-directory): Remove unused variable `err'.
20542         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
20543         (speedbar-timer-fn, speedbar-line-text)
20544         (speedbar-change-expand-button-char, speedbar-delete-subblock)
20545         (speedbar-center-buffer-smartly): Declare functions.
20546         (gdb-find-watch-expression): Remove unused variable `array'.
20547         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
20548         (gdb-starting): Mark unused parameters.
20549         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
20550         (gdb-table-string): Remove unused variable `res'.
20551         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
20552         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
20553         (gdb-display-buffer): Remove unused variable `cur-size'.
20555         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
20556         allow lexical-binding compilation.
20557         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
20558         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
20559         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
20560         Mark unused parameters.
20561         (gud-gdb-marker-filter): Remove unused variable `match'.
20562         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
20563         lambda expressions and funcall them, instead of using `fset'.
20565         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
20566         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
20568         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
20569         variable `header-beg'; use `let'.
20571         * progmodes/icon.el (indent-icon-exp): Remove unused variables
20572         `restart', `last-sexp' and `at-do'.
20574         * progmodes/js.el (js--debug): Mark unused parameter.
20575         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
20576         (js--splice-into-items): Remove unused variable `item'.
20577         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
20579         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
20580         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
20581         (makefile-complete): Remove unused variable `try'.
20582         (makefile-fill-paragraph, makefile-match-function-end):
20583         Mark unused parameters.
20585         * progmodes/octave-inf.el (inferior-octave-complete):
20586         Remove unused variable `proc'.
20587         (inferior-octave-output-digest): Mark unused parameter.
20589         * progmodes/perl-mode.el (perl-calculate-indent):
20590         Remove unused variable `err'.
20592         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
20593         (prolog-indent-line): Mark unused parameters.
20594         (prolog-indent-line): Remove unused variable `beg'.
20596         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
20597         (reporter-dont-compact-list): Declare.
20599         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
20600         Remove unused variable `char'.
20601         (sh-debug): Mark unused parameter.
20602         (sh-get-indent-info): Remove unused variable `start'.
20603         (sh-calculate-indent): Remove unused variable `var'.
20605         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
20606         (simula-electric-keyword): Remove unused variable `null'.
20607         (simula-search-backward, simula-search-forward): Remove unused
20608         variables `begin' and `end'.
20610         * progmodes/vera-mode.el (vera-guess-basic-syntax):
20611         Remove unused variable `pos'.
20612         (vera-electric-tab, vera-comment-uncomment-region):
20613         Mark unused parameters.
20614         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
20616 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
20618         * emacs-lisp/package.el (package--builtins, package-alist)
20619         (package-load-descriptor, package-built-in-p, package-activate)
20620         (define-package, package-installed-p)
20621         (package-compute-transaction, package-buffer-info)
20622         (package--push): Doc fix.  Distinguish more clearly between
20623         version strings and version lists.
20625 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
20627         Lexical-binding cleanup.
20629         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
20630         (5x5-make-mutate-best):
20631         * play/fortune.el (fortune-in-buffer):
20632         * play/gomoku.el (gomoku-init-display):
20633         * play/solitaire.el (solitaire, solitaire-do-check):
20634         * play/tetris.el (tetris-default-update-speed-function):
20635         Mark unused parameters.
20637         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
20638         (bubbles--shift): Remove unused variable `char-org'.
20639         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
20640         (bubbles--show-images): Remove unused variable `char'.
20642         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
20643         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
20644         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
20645         (decipher-analyze-buffer): Use ?\s.
20646         (decipher-make-checkpoint): Remove unused variable `mapping'.
20648         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
20650         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
20651         Remove unused variable `result'; use `let'.
20653         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
20654         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
20655         (gametree-children-shown-p, gametree-compute-reduced-score):
20656         Use `ignore-errors'.
20658         * play/handwrite.el (ps-lpr-switches): Declare.
20659         (handwrite): Remove unused variables `pmin' and `lastp'.
20661         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
20663         * play/landmark.el (landmark-init-display)
20664         (landmark-update-naught-weights): Mark unused parameters.
20665         (landmark-y): Remove unused variable `noise'.  Simplify.
20666         (landmark-human-plays): Remove unused variable `score'.
20668         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
20669         (mpuz-try-proposal): Remove unused variable `game'.
20671         * play/zone.el (life-patterns): Declare.
20673 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
20675         * vc/vc.el (ediff-vc-internal): Declare function.
20677 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20679         * shell.el: Use lexical-binding and std completion UI.
20680         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
20681         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
20682         comint-preoutput-filter-functions rather than on
20683         comint-output-filter-functions.
20684         (shell-command-completion, shell--command-completion-data)
20685         (shell-filename-completion, shell-environment-variable-completion)
20686         (shell-c-a-p-replace-by-expanded-directory): New functions.
20687         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
20688         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
20689         (shell-dynamic-complete-environment-variable): Use them.
20690         (shell-dynamic-complete-as-environment-variable)
20691         (shell-dynamic-complete-as-command): Remove.
20692         (shell-match-partial-variable): Match past point.
20693         * comint.el: Clean up use of completion-at-point-functions.
20694         (comint-completion-at-point): New function.
20695         (comint-mode): Use it completion-at-point-functions.
20696         (comint-dynamic-complete): Make it obsolete.
20697         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
20698         (comint-c-a-p-replace-by-expanded-history): New function.
20699         (comint-dynamic-complete-functions)
20700         (comint-replace-by-expanded-history): Use it.
20701         * minibuffer.el (completion-table-with-terminator): Allow dynamic
20702         termination strings.  Try harder to avoid second try-completion.
20703         (completion-in-region-mode-map): Disable bindings that don't work yet.
20705         * comint.el: Use lexical-binding.  Require CL.
20706         (comint-dynamic-complete-functions): Use comint-filename-completion.
20707         (comint-completion-addsuffix): Tweak custom type.
20708         (comint-filename-completion, comint--common-suffix)
20709         (comint--common-quoted-suffix, comint--table-subvert)
20710         (comint--complete-file-name-data): New functions.
20711         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
20712         (comint-dynamic-list-filename-completions): Use them.
20713         (comint-dynamic-simple-complete): Make obsolete.
20715         * minibuffer.el (completion-in-region-mode):
20716         Keep completion-in-region-mode--predicate global.
20717         (completion-in-region--postch):
20718         Assume completion-in-region-mode--predicate is not null.
20720         * progmodes/flymake.el (flymake-start-syntax-check-process):
20721         Obey `dir'.  Simplify.
20723         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
20724         we're in VC after all.
20726 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
20728         * vc/vc.el (vc-diff-build-argument-list-internal)
20729         (vc-version-ediff, vc-ediff): New commands.
20730         (vc-version-diff): Use vc-diff-build-argument-list-internal.
20732 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20734         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
20735         add sanity check.
20737         * obsolete/erc-hecomplete.el: Make obsolete.
20738         * obsolete/: Standardize obsolescence info in the header.
20740 2011-04-20  Glenn Morris  <rgm@gnu.org>
20742         * calendar/solar.el (solar-horizontal-coordinates):
20743         Use the longitude argument rather than `calendar-longitude'.
20744         (solar-date-next-longitude): Remove unused locals.
20746 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20748         * whitespace.el: New version 13.2.1.
20750 2011-04-20  felix  <EmacsWiki>  (tiny change)
20752         * whitespace.el (global-whitespace-mode): Keep highlight when
20753         switching between major modes on a file.
20755 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20757         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
20758         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
20759         multi-line comments as well.
20761 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
20763         Lexical-binding cleanup.
20765         * arc-mode.el (archive-mode-revert):
20766         * cmuscheme.el (scheme-interactively-start-process):
20767         * custom.el (custom-initialize-delay):
20768         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
20769         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
20770         * emacs-lock.el (emacs-lock-clear-sentinel):
20771         * ezimage.el (defezimage):
20772         * follow.el (follow-avoid-tail-recenter):
20773         * fringe.el (set-fringe-mode-1):
20774         * generic-x.el (bat-generic-mode-compile):
20775         * help-mode.el (help-info-variable, help-do-xref)
20776         (help-mode-revert-buffer):
20777         * help.el (view-emacs-todo):
20778         * iswitchb.el (iswitchb-completion-help):
20779         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
20780         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
20781         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
20782         * locate.el (locate-update):
20783         * longlines.el (longlines-encode-region)
20784         (longlines-after-change-function):
20785         * outline.el (outline-isearch-open-invisible):
20786         * ps-def.el (declare-function, charset-dimension, char-width)
20787         (encode-char):
20788         * ps-mule.el (ps-mule-plot-string):
20789         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20790         (recentf-edit-list-select, recentf-edit-list-validate)
20791         (recentf-open-files-action):
20792         * rect.el (delete-whitespace-rectangle-line)
20793         (rectangle-number-line-callback):
20794         * register.el (window-configuration-to-register)
20795         (frame-configuration-to-register):
20796         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20797         * select.el (xselect-convert-to-string, xselect-convert-to-length)
20798         (xselect-convert-to-targets, xselect-convert-to-delete)
20799         (xselect-convert-to-filename, xselect-convert-to-charpos)
20800         (xselect-convert-to-lineno, xselect-convert-to-colno)
20801         (xselect-convert-to-os, xselect-convert-to-host)
20802         (xselect-convert-to-user, xselect-convert-to-class)
20803         (xselect-convert-to-name, xselect-convert-to-integer)
20804         (xselect-convert-to-atom, xselect-convert-to-identity):
20805         * subr.el (declare, ignore, process-kill-without-query)
20806         (text-clone-maintain):
20807         * terminal.el (te-get-char, te-tic-sentinel):
20808         * tool-bar.el (tool-bar-make-keymap):
20809         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20810         * type-break.el (type-break-mode, type-break-noninteractive-query):
20811         * view.el (View-back-to-mark):
20812         * wid-browse.el (widget-browse-action, widget-browse-widget)
20813         (widget-browse-widgets, widget-browse-sexp):
20814         * widget.el (define-widget-keywords):
20815         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20816         Mark unused parameters.
20818         * align.el (align-adjust-col-for-rule): Mark unused parameter.
20819         (align-areas): Remove unused variable `look'.
20820         (align-region): Remove unused variables `real-end' and `pos-list'.
20822         * apropos.el (apropos-score-doc): Remove unused variable `i'.
20824         * bindings.el (mode-line-modified, mode-line-remote):
20825         Mark unused parameters.
20826         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20828         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20829         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20831         * comint.el (comint-history-isearch-pop-state)
20832         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20833         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20834         (comint-substitute-in-file-name): Doc fix.
20836         * completion.el (cmpl-statistics-block): Mark unused parameter.
20837         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20838         (save-completions-to-file, load-completions-from-file):
20839         Remove unused local variable `e'.
20841         * composite.el (compose-chars): Remove unused variable `len'.
20842         (lgstring-insert-glyph): Remove unused variable `g'.
20843         (compose-glyph-string): Remove unused variables `ascent',
20844         `descent', `lbearing' and `rbearing'.
20845         (compose-glyph-string-relative): Remove unused variables
20846         `lbearing', `rbearing' and `wadjust'.
20847         (compose-gstring-for-graphic): Remove unused variables `header',
20848         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
20849         (compose-gstring-for-terminal): Remove unused variables `header'
20850         and `nchars'.  Use `let', not `let*'.
20852         * cus-edit.el (Custom-set, Custom-save, custom-reset)
20853         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20854         (Custom-buffer-done, custom-buffer-create-internal)
20855         (custom-browse-visibility-action, custom-browse-group-tag-action)
20856         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20857         (widget-magic-mouse-down-action, custom-toggle-parent)
20858         (custom-add-parent-links, custom-toggle-hide-variable)
20859         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20860         (custom-toggle-hide-face, face, hook, custom-group-link-action)
20861         (custom-face-menu-create, custom-variable-menu-create, get)
20862         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20863         (custom-reset-standard-save-and-update): Remove unused variable `value'.
20864         (customize-apropos): Remove unused variable `tests'.
20865         (custom-group-value-create): Remove unused variable `hidden-p'.
20866         (sort-fold-case): Declare.
20868         * cus-theme.el (custom-reset-standard-faces-list)
20869         (custom-reset-standard-variables-list): Declare.
20870         (customize-create-theme, custom-theme-revert, custom-theme-write)
20871         (custom-theme-choose-mode, customize-themes, custom-theme-save):
20872         Mark unused parameters.
20874         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20876         * delim-col.el (delimit-columns-max): Move defvar before first use.
20878         * descr-text.el (describe-char-categories): Don't quote `lambda'.
20879         (describe-char): Don't quote `lambda'.  Mark unused parameter.
20881         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20882         (auto-insert): Declare.
20883         (desktop-restore-file-buffer): Rename desktop-* parameters;
20884         mark unused ones.
20885         (desktop-create-buffer): Rename desktop-* parameters and bind them.
20886         (desktop-buffer): Rename desktop-* parameters.
20888         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20889         (dframe-reposition-frame-xemacs, dframe-help-echo)
20890         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20891         Mark unused parameters.
20893         * dired-aux.el (backup-extract-version-start, overwrite-query)
20894         (overwrite-backup-query, rename-regexp-query)
20895         (rename-non-directory-query): Declare.
20896         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20897         (dired-add-entry): Remove unused variable `orig-file-name'.
20898         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20899         Use parameter PRESERVE-TIME instead of accessing dynamic variable
20900         `dired-copy-preserve-time' directly.
20901         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20902         (dired-insert-subdir-newpos): Rename unused variable `pos'.
20904         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20905         (dired-virtual-revert, dired-make-relative-symlink):
20906         Mark unused parameters.
20907         (manual-program): Declare.
20908         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20909         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20910         wrapped in `with-no-warnings' to avoid replacing one warning by another.
20912         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20914         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20916         * echistory.el (electric-history-in-progress, Helper-return-blurb):
20917         Declare.
20919         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20921         * electric.el (Electric-command-loop): Rename parameter
20922         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20924         * expand.el (expand-in-literal): Remove unused variable `here'.
20926         * facemenu.el (facemenu-add-new-color):
20927         Remove unused variable `docstring'.
20929         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20930         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20931         (face-attr-construct): Mark unused parameter.  Doc fix.
20932         (read-color): Remove unused variable `hex-string'.
20934         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20935         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20936         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20937         (display-buffer-other-frame): Remove unused variable `old-window'.
20938         (kill-buffer-hook): Declare.
20939         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20940         Mark unused parameters.
20941         (after-find-file): Pass 1 to `auto-save-mode', not t.
20943         * files-x.el (auto-insert): Declare.
20944         (modify-file-local-variable-prop-line): Remove unused variable `val'.
20946         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20947         variable `buf'.  Mark unused parameter.
20948         (find-lisp-insert-directory): Mark unused parameter.
20950         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20951         (format-encode-region): Remove unused variables `cur-buf' and `result'.
20952         (format-common-tail): Remove, unused.
20953         (format-deannotate-region): Remove unused variable `loc'.
20954         (format-annotate-region): Remove unused variable `p'.
20955         (format-annotate-single-property-change): Remove unused variables
20956         `default' and `tail'.
20958         * forms.el (read-file-filter): Declare.
20959         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20961         * frame.el (frame-creation-function-alist): Mark unused parameter.
20962         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20964         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20965         Remove unused parameters.
20966         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20967         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20969         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20970         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20971         (hfy-prepare-tag-map): Mark unused parameters.
20972         (htmlfontify-buffer): Use `called-interactively-p'.
20974         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20975         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20976         (ibuffer-do-occur): Mark unused parameters.
20977         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20978         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20980         * ibuffer.el: Don't quote `lambda'.
20981         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20982         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20983         Mark unused parameters.
20985         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20986         (ido-completing-read): Mark unused parameters.
20987         (ido-copy-current-word): Mark unused parameters;
20988         remove unused variable `name'.
20989         (ido-sort-merged-list): Remove unused parameter `dirs'.
20991         * ielm.el (ielm-input-sender): Mark unused parameter.
20992         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20993         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20994         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20995         `ielm-string' as a dynamic variable accessible from the IELM prompt.
20996         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
20998         * image-dired.el (image-dired-display-thumbs): Remove unused
20999         variables `curr-file' and `count'.
21000         (image-dired-remove-tag): Remove unused variable `start'.
21001         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
21002         variable `curr-file'
21003         (image-dired-rotate-original): Remove unused variable `temp-file'.
21004         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
21005         Remove unused variable `file'.
21006         (image-dired-gallery-generate): Remove unused variable `curr'.
21007         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
21009         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
21011         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
21013         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
21015         * isearch.el (minibuffer-history-symbol): Declare.
21016         (isearch-edit-string): Remove unused variable `err'.
21017         (isearch-message-prefix, isearch-message-suffix):
21018         Mark unused parameters.
21020         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
21022         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
21024         * makesum.el (double-column): Remove unused variable `cnt'.
21026         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
21027         (ido-ignore-item-temp-list): Declare.
21029         * mouse-drag.el (mouse-drag-throw): Remove unused variables
21030         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
21031         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
21032         (mouse-drag-drag): Remove unused variables `mouse-delta' and
21033         `mouse-col-delta'.
21035         * mouse-sel.el (mouse-extend-internal):
21036         Remove unused variable `orig-window-frame'.
21038         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
21039         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
21040         Move declarations before first use.
21041         (pcomplete-opt): Mark unused parameters; doc fix.
21043         * proced.el (proced-revert): Mark unused parameter.
21044         (proced-send-signal): Remove unused variable `err'.
21046         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
21047         Rename parameter PREFIX-ARG to ARG.
21048         (ps-basic-plot-string, ps-basic-plot-whitespace):
21049         Mark unused parameters.
21051         * replace.el (replace-count): Define.
21052         (occur-revert-function): Mark unused parameters.
21053         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
21054         (isearch-case-fold-search, isearch-string): Declare.
21055         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
21056         bind `case-fold-search'.  Remove unused variables `beg' and `end',
21057         and simplify.
21058         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
21059         COUNT and bind `replace-count'.
21060         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
21061         to COUNT.
21063         * savehist.el (print-readably, print-string-length): Declare.
21065         * shadowfile.el (shadow-expand-cluster-in-file-name):
21066         Remove unused variable `cluster'.
21067         (shadow-copy-file): Remove unused variable `i'.
21068         (shadow-noquery, shadow-clusters, shadow-site-cluster)
21069         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
21070         (shadow-define-literal-group, shadow-define-regexp-group)
21071         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
21073         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
21074         (shell): Use `called-interactively-p'.
21075         (shell-directory-tracker): Remove unused variable `chdir-failure'.
21077         * simple.el (compilation-context-lines, comint-file-name-quote-list)
21078         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
21079         (delete-backward-char): Remove unused variable `ocol'.
21080         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
21081         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
21082         (event-apply-hyper-modifier, event-apply-shift-modifier)
21083         (event-apply-control-modifier, event-apply-meta-modifier):
21084         Mark unused parameters.
21085         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
21086         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
21088         * speedbar.el (speedbar-ignored-directory-expressions)
21089         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
21090         (speedbar-find-file, speedbar-dir-follow)
21091         (speedbar-directory-buttons-follow, speedbar-tag-find)
21092         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
21093         (speedbar-buffers-line-directory, speedbar-buffer-click):
21094         Mark unused parameters.
21095         (speedbar-tag-file): Remove unused variable `mode'.
21096         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
21098         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
21100         * talk.el (talk): Remove unused variable `display'.
21102         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
21103         (tar-write-region-annotate): Mark unused parameter.
21105         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
21106         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
21107         Declare them, wrapped in `with-no-warnings' to avoid replacing one
21108         warning by another.
21110         * time-stamp.el (time-stamp-string-preprocess):
21111         Remove unused variable `require-padding'.
21113         * tree-widget.el (widget-glyph-enable): Declare.
21114         (tree-widget-action): Mark unused parameter.
21116         * w32-fns.el (x-get-selection): Mark unused parameter.
21117         (autoload-make-program, generated-autoload-file): Declare.
21119         * wdired.el (wdired-revert): Mark unused parameters.
21120         (wdired-xcase-word): Remove unused variable `err'.
21122         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
21123         (whitespace-help-scroll): Remove unused variable `data-help'.
21125         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
21126         (widget-image-insert, widget-after-change, default)
21127         (widget-default-format-handler, widget-default-notify)
21128         (widget-default-prompt-value, widget-info-link-action)
21129         (widget-url-link-action, widget-function-link-action)
21130         (widget-variable-link-action, widget-file-link-action)
21131         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
21132         (widget-field-prompt-internal, widget-field-action, widget-field-match)
21133         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
21134         (widget-insert-button-action, widget-delete-button-action, visibility)
21135         (widget-documentation-link-action, widget-documentation-string-action)
21136         (widget-const-prompt-value, widget-regexp-match, symbol)
21137         (widget-coding-system-prompt-value)
21138         (widget-key-sequence-value-to-external, sexp)
21139         (widget-sexp-value-to-internal, character, vector, cons)
21140         (widget-choice-prompt-value, widget-boolean-prompt-value)
21141         (widget-color--choose-action): Mark unused parameters.
21142         (widget-item-match-inline, widget-choice-match-inline)
21143         (widget-checklist-match, widget-checklist-match-inline)
21144         (widget-group-match): Rename parameter VALUES to VALS.
21145         (widget-field-value-set): Remove unused variable `size'.
21146         (widget-color-action): Remove unused variables `value' and `start'.
21148         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
21149         variable `dir'.  Doc fix.
21150         (windmove-find-other-window): Don't pass it.
21152         * window.el (count-windows): Mark unused parameter.
21153         (bw-adjust-window): Remove unused variable `err'.
21155         * woman.el (woman-file-name): Remove unused variable `default'.
21156         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
21157         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
21158         (global-font-lock-mode): Declare.
21159         (woman-decode-region): Mark unused parameter.
21160         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
21162         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
21163         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
21164         (x-dnd-handle-moz-url): Remove unused variable `title'.
21165         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
21167         * xml.el (xml-parse-tag, xml-parse-attlist):
21168         Remove unused variable `pos'.
21170 2011-04-19  Glenn Morris  <rgm@gnu.org>
21172         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
21173         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
21174         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21175         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
21176         * calendar/cal-html.el (cal-html-insert-minical):
21177         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
21178         (calendar-mark-date-pattern):
21179         Prefix "unused" locals.
21181         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
21182         optional argument `style'.
21184         * calendar/appt.el (appt-make-list):
21185         * calendar/cal-china.el (calendar-chinese-date-string):
21186         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
21187         (diary-hebrew-yahrzeit):
21188         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
21189         * calendar/calendar.el (calendar-generate-window):
21190         * calendar/time-date.el (time-to-days):
21191         Remove unused local variables.
21193 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
21195         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
21196         glyphless-char-display table.
21197         (tabulated-list-glyphless-char-display): New var.
21199 2011-04-18  Sam Steingold  <sds@gnu.org>
21201         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
21202         to acknowledgments.
21204 2011-04-17  Glenn Morris  <rgm@gnu.org>
21206         * calendar/diary-lib.el (diary-sexp-entry):
21207         * calendar/holidays.el (holiday-sexp):
21208         Set debug-on-error rather than the removed stack-trace-on-error.
21210 2011-04-16  Glenn Morris  <rgm@gnu.org>
21212         * progmodes/f90.el: Use lexical-binding.
21213         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
21215 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21217         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
21218         (mail-mode): Setup mailalias completion here instead.
21219         * mail/mailalias.el: Use lexical-binding.
21220         (pattern, mailalias-done): Declare dynamic.
21221         (mail-completion-at-point-function): New function, from mail-complete.
21222         (mail-complete): Use it.
21223         (mail-completion-expand): New function.
21224         (mail-get-names): Use it.
21225         (mail-directory, mail-directory-process, mail-directory-stream):
21226         Don't use `pattern' for lexically bound arg.
21228         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
21230         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
21231         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
21232         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
21234         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
21235         (byte-save-window-excursion, byte-temp-output-buffer-setup)
21236         (byte-interactive-p): Define them again, for use when inlining
21237         old code.
21239 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
21241         * loadup.el: Use `string-to-number', not `string-to-int'.
21243 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21245         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
21246         gud-gdb-complete-command.
21247         (gud-gdb-completions): New function, from gud-gdb-complete-command.
21248         (gud-gdb-completion-at-point): New function.
21249         (gud-gdb-completions): Remove.
21251 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
21253         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
21254         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
21255         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
21256         whether `executable-find' is bound.
21258         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
21260 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21262         * minibuffer.el (completion-in-region-mode-predicate)
21263         (completion-in-region-mode--predicate): New vars.
21264         (completion-in-region, completion-in-region--postch)
21265         (completion-in-region-mode): Use them.
21266         (completion--capf-wrapper): Also return the hook function.
21267         (completion-at-point, completion-help-at-point):
21268         Adjust and provide a predicate.
21270         Preserve arg names for advice of subr and lexical functions (bug#8457).
21271         * help-fns.el (help-function-arglist): Consolidate the subr and
21272         new-byte-code cases.  Add argument `preserve-names' to extract names
21273         from the docstring when needed.
21274         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
21275         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
21276         (ad-arglist): Use help-function-arglist's new arg.
21277         (ad-definition-type): Use cond.
21279 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
21281         * autorevert.el (auto-revert-handler):
21282         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
21283         which was removed in revno:101730 (2010-10-02).
21284         Don't quote lambda.
21286         * image-mode.el (image-transform-set-scale):
21287         Fix change in revno:103877 (2011-04-09).
21289 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21291         * net/network-stream.el (network-stream-open-starttls): Only do
21292         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
21293         Upgrades via gnutls-cli are too slow to be done opportunistically.
21295 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
21297         * dframe.el (dframe-current-frame): Remove spurious quote.
21299 2011-04-12  Glenn Morris  <rgm@gnu.org>
21301         * calendar/cal-tex.el (cal-tex-end-document):
21302         Try to automatically use latin1 input if needed.
21304         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
21305         Don't try to cons a mark onto an empty element.
21307 2011-04-11  Leo Liu  <sdl.web@gmail.com>
21309         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
21310         buffers.
21311         (ido-kill-buffer-at-head): Support killing virtual buffers.
21313 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
21315         * minibuffer.el (completion-show-inline-help): New var.
21316         (completion--do-completion, minibuffer-complete)
21317         (minibuffer-force-complete, minibuffer-complete-word):
21318         Inhibit minibuffer messages if completion-show-inline-help is nil.
21320         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
21321         to avoid interference from inline help (Bug#5849).
21323 2011-04-10  Leo Liu  <sdl.web@gmail.com>
21325         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21326         Fix typo.
21328 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
21330         * image-mode.el (image-toggle-display-image): Signal an error if
21331         not in Image mode.
21332         (image-transform-mode, image-transform-resize)
21333         (image-transform-set-rotation): Doc fix.
21334         (image-transform-set-resize): Delete.
21335         (image-transform-set-scale, image-transform-fit-to-height)
21336         (image-transform-fit-to-width): Handle image-toggle-display-image
21337         and image-transform-resize directly.
21339 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
21341         * doc-view.el (doc-view-fit-width-to-window)
21342         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
21343         New functions for fitting the shown image to the Emacs window size.
21344         (doc-view-mode-map): Add bindings for the new functions.
21346 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
21348         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
21349         Fix typo in docstring.
21351 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
21353         * files.el (file-size-human-readable): Produce one digit after
21354         decimal, like "ls -lh" does.
21356         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
21357         the file size representation.
21359         * simple.el (list-processes): If async subprocesses are not
21360         available, error out with a clear error message.
21362 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
21364         * help.el (help-form-show): New function, to be called from C.
21365         Put help-form output in a buffer named differently than *Help*.
21367 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
21369         * files.el (file-size-human-readable): New function.
21371         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
21372         computing the representation inline.  Don't require `cl'.
21374 2011-04-08  Glenn Morris  <rgm@gnu.org>
21376         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
21378         * net/browse-url.el (browse-url-firefox):
21379         Test system-type, not system-configuration.
21381         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
21382         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
21383         Use log-edit-empty-buffer-p.  (Bug#7598)
21385         * net/rlogin.el (rlogin-process-connection-type): Simplify.
21386         (rlogin-mode-map): Initialize in the defvar.
21387         (rlogin): Use ignore-errors.
21389         * replace.el (occur-mode-map): Some fixes for menu items.
21391 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
21393         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
21395 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
21397         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
21398         issuing unused warnings.
21400         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
21401         macro directly.
21403         * simple.el: Lisp reimplement of list-processes.  Based on an
21404         earlier reimplementation by Leo Liu, but using tabulated-list.el.
21405         (process-menu-mode): New major mode.
21406         (list-processes--refresh, list-processes):
21407         (process-menu-visit-buffer): New functions.
21409         * files.el (save-buffers-kill-emacs): Don't assume any return
21410         value of list-processes, which is undocumented anyway.
21412 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
21414         * emacs-lisp/tabulated-list.el: New file.
21416         * emacs-lisp/package.el: Use Tabulated List mode.
21417         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
21418         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
21419         table format using Tabulated List mode variables.
21420         (package--push): New macro, replacing package-list-maybe-add.
21421         (package-menu--generate): Use package--push.  Renamed from
21422         package--generate-package-list.
21423         (package-menu-refresh, list-packages): Use it.
21424         (package-menu--print-info): Rename from package-print-package.
21425         Return insertion data instead of inserting it directly.
21426         (package-menu-describe-package, package-menu-execute):
21427         Use tabulated-list-get-id.
21428         (package-menu-mark-delete, package-menu-mark-install)
21429         (package-menu-mark-unmark, package-menu-backup-unmark)
21430         (package-menu-mark-obsolete-for-deletion):
21431         Use tabulated-list-put-tag.
21432         (package--list-packages, package-menu-revert)
21433         (package-menu-get-package, package-menu-get-version)
21434         (package-menu-sort-by-column): Functions deleted.
21435         (package-menu-package-list, package-menu-sort-key): Vars deleted.
21436         (package-menu--status-predicate, package-menu--version-predicate)
21437         (package-menu--name-predicate)
21438         (package-menu--description-predicate): Handle arguments in the
21439         Tabulated List format.
21440         (package-list-packages-no-fetch): Call list-packages.
21442 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
21444         * files.el (after-find-file-from-revert-buffer): Remove variable.
21445         (after-find-file): Don't bind it.
21446         (revert-buffer-in-progress-p): New variable.
21447         (revert-buffer): Bind it.
21448         Pass nil for `after-find-file-from-revert-buffer'.
21450         * saveplace.el (save-place-find-file-hook): Use new variable
21451         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
21453 2011-04-06  Glenn Morris  <rgm@gnu.org>
21455         * Makefile.in (AUTOGEN_VCS): New variable.
21456         (autoloads): Use $AUTOGEN_VCS.
21458         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
21459         * calendar/calendar.el (calendar-mode-map):
21460         Check for toolkit scroll bars.  (Bug#8305)
21462 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
21464         * minibuffer.el (completion-in-region--postch)
21465         (completion-in-region-mode): Remove unnecessary messages.
21467 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
21469         * font-lock.el (font-lock-refresh-defaults):
21470         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
21471         revno:99634.2.463 (2010-10-09) and revno:101913 (2010-10-12).
21473         * info.el (Info-directory-list, Info-read-node-name-2)
21474         (Info-split-parameter-string): Doc fixes.
21475         (Info-virtual-nodes): Reflow docstring.
21476         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
21477         (Info-apropos-toc-nodes, info-finder, Info-get-token)
21478         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
21479         Fix typos in docstrings.
21480         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
21481         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
21482         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
21483         (Info-restore-desktop-buffer): Mark unused parameters.
21484         (Info-directory-find-file, Info-directory-find-node)
21485         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
21486         (Info-virtual-index-find-node, Info-apropos-find-file)
21487         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
21488         Mark unused parameters; fix typos in docstrings.
21489         (Info-virtual-index): Remove unused local variable `nodename'.
21491 2011-04-05  Deniz Dogan  <deniz@dogan.se>
21493         * net/rcirc.el: Update my e-mail address.
21494         (rcirc-mode-map): Remove M-o binding.
21496 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
21498         * startup.el (command-line): Save the cursor's theme-face
21499         directly, instead of using face-override-spec.
21501         * custom.el (load-theme): Minor optimization in assigning faces.
21503 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
21505         * help-fns.el (describe-variable): Complete all variables having
21506         documentation, including keywords.
21507         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
21509 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
21511         Convert to lexical-binding.
21513         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
21514         (bs--get-marked-string, bs--get-modified-string)
21515         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
21516         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
21517         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
21519         * ehelp.el (electric-help-execute-extended)
21520         (electric-help-ctrl-x-prefix):
21521         * hexl.el (hexl-revert-buffer-function):
21522         * linum.el (linum-after-change, linum-after-scroll):
21523         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
21525         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
21527 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
21529         * epa-dired.el:
21530         * epa-mail.el:
21531         * epa-hook.el:
21532         * epa-file.el:
21533         * epa.el:
21534         * epg.el: Use lexical binding.
21536 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
21538         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
21540         * textmodes/flyspell.el (flyspell-word): Recognize default
21541         dictionary case for flyspell-mark-duplications-exceptions.
21542         Use regexp matching for languages.
21543         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
21544         default dictionary (Bug#7926).
21546 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
21548         * emacs-lisp/package.el (package--with-work-buffer):
21549         Recognize https URLs.
21551         * net/network-stream.el: Move from gnus/proto-stream.el.
21552         Change prefix to network-stream throughout.
21553         (open-protocol-stream): Merge into open-network-stream, leaving
21554         open-protocol-stream as an alias.  Handle nil BUFFER args.
21556         * subr.el (open-network-stream): Move to net/network-stream.el.
21558 2011-04-02  Glenn Morris  <rgm@gnu.org>
21560         * find-dired.el (find-exec-terminator): New option.
21561         (find-ls-option): Test for -ls support.
21562         (find-ls-subdir-switches): Test for -b in find-ls-option.
21563         (find-dired, find-grep-dired): Doc fixes.
21564         (find-dired): Use find-exec-terminator.
21566         * find-dired.el (find-ls-option, find-ls-subdir-switches)
21567         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
21568         (find-name-arg): Remove purecopy.
21570         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
21571         (grep-compute-defaults): Check for `-exec COMMAND +' support.
21572         Set grep-find-use-xargs, grep-find-command, and grep-find-template
21573         accordingly.  Don't add the null-device if not needed.
21575         * files.el (save-some-buffers): Doc fix.
21577 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
21579         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
21581 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
21583         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
21584         Use `dolist' rather than `mapcar'.
21586 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21588         Add lexical binding.
21590         * subr.el (apply-partially): Use new closures rather than CL.
21591         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
21592         (dolist, dotimes): Use slightly different expansion for lexical code.
21593         (functionp): Move to C.
21594         (letrec): New macro.
21595         (with-wrapper-hook): Use it and apply-partially instead of CL.
21596         (eval-after-load): Preserve lexical-binding.
21597         (save-window-excursion, with-output-to-temp-buffer): Turn them
21598         into macros.
21600         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
21602         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
21603         than the arglist.
21604         (help-add-fundoc-usage): Don't add `Not documented'.
21605         (help-function-arglist): Handle closures, subroutines, and new
21606         byte-code-functions.
21607         (help-make-usage): Remove leading underscores.
21608         (describe-function-1): Handle closures.
21609         (describe-variable): Use special-variable-p for completion.
21611         * files.el (lexical-binding): Declare safe.
21613         * emacs-lisp/pcase.el: Don't use destructuring-bind.
21614         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
21615         (pcase): Add `let' pattern.
21616         Change memoization so it actually works.
21617         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
21618         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
21619         <let>: New case.
21621         * emacs-lisp/macroexp.el: Use lexical binding.
21622         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
21623         Don't convert ' to #' without checking that it's indeed quoting
21624         a lambda.
21626         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
21627         Use eval-sexp-add-defvars.
21628         (eval-sexp-add-defvars): New fun.
21630         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
21632         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
21633         Don't autoload.
21634         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
21635         than the internal `byte-compile-lambda'.
21636         (defmethod): Don't hide code under quotes.
21637         (eieio-defmethod): New `code' argument.
21639         * emacs-lisp/eieio-comp.el: Remove.
21641         * emacs-lisp/edebug.el (edebug-eval-defun)
21642         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
21643         (edebug-toggle): Avoid `eval'.
21645         * emacs-lisp/disass.el (disassemble-internal): Handle new
21646         `closure' objects.
21647         (disassemble-1): Handle new byte codes.
21649         * emacs-lisp/cl.el (pushnew): Silence warning.
21651         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
21652         (cl-byte-compile-throw): Remove.
21653         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
21655         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
21656         closures.
21658         * emacs-lisp/cconv.el: New file.
21660         * emacs-lisp/bytecomp.el: Use lexical binding instead of
21661         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
21662         (byte-compile-initial-macro-environment):
21663         Handle declare-function here.
21664         (byte-compile--lexical-environment): New var.
21665         (byte-stack-ref, byte-stack-set, byte-discardN)
21666         (byte-discardN-preserve-tos): New lap codes.
21667         (byte-interactive-p): Don't use any more.
21668         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
21669         New macros.
21670         (byte-compile-lapcode): Use them and handle new lap codes.
21671         (byte-compile-obsolete): Remove.
21672         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
21673         (byte-compile-arglist-warn): Check late def of inlinable funs.
21674         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
21675         since they should have been expanded by now.
21676         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
21677         (byte-compile-from-buffer): Remove unused second arg.
21678         (byte-compile-preprocess): New function.
21679         (byte-compile-toplevel-file-form): New function to distinguish
21680         file-form calls from outside from file-form calls from hunk-handlers.
21681         (byte-compile-file-form): Simplify.
21682         (byte-compile-file-form-defsubst): Remove.
21683         (byte-compile-file-form-defmumble): Simplify now that
21684         byte-compile-lambda always returns a byte-code-function.
21685         (byte-compile): Preprocess.
21686         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
21687         Remove, not used any more.
21688         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
21689         (byte-compile-make-args-desc): New funs.
21690         (byte-compile-lambda): Handle lexical functions.  Always return
21691         a byte-code-function.
21692         (byte-compile-reserved-constants): New var, to make up room for
21693         closed-over variables.
21694         (byte-compile-constants-vector): Obey it.
21695         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
21696         (byte-compile-macroexpand-declare-function): New function.
21697         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
21698         byte-code-functions.
21699         (byte-compile-form): Check obsolescence here.
21700         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
21701         (byte-compile-variable-ref): Remove.
21702         (byte-compile-dynamic-variable-op): New fun.
21703         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21704         (byte-compile-variable-set): New funs.
21705         (byte-compile-discard): Add 2 args.
21706         (byte-compile-stack-ref, byte-compile-stack-set)
21707         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
21708         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
21709         macroexpand-all instead.
21710         (byte-compile-quote-form): Remove.
21711         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
21712         (byte-compile-bind, byte-compile-unbind): New funs.
21713         (byte-compile-let): Handle let* and lexical binding.
21714         (byte-compile-let*): Remove.
21715         (byte-compile-catch, byte-compile-unwind-protect)
21716         (byte-compile-track-mouse, byte-compile-condition-case):
21717         Handle a new :fun-body form, used for lexical scoping.
21718         (byte-compile-save-window-excursion)
21719         (byte-compile-with-output-to-temp-buffer): Remove.
21720         (byte-compile-defun): Simplify.
21721         (byte-compile-stack-adjustment): New fun.
21722         (byte-compile-out): Use it.
21723         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
21725         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
21726         handler any more.
21728         * emacs-lisp/byte-opt.el: Use lexical binding.
21729         (byte-inline-lapcode): Remove (to bytecomp).
21730         (byte-compile-inline-expand): Pay attention to inlining to/from
21731         lexically bound code.
21732         (byte-compile-unfold-lambda): Don't handle byte-code-functions
21733         any more.
21734         (byte-optimize-form-code-walker): Don't handle save-window-excursion
21735         any more and don't call compiler-macros.
21736         (byte-compile-splice-in-already-compiled-code): Remove.
21737         (byte-code): Don't inline any more.
21738         (disassemble-offset): Receive `bytes' as argument rather than via
21739         dynamic scoping.
21740         (byte-compile-tag-number): Declare before first use.
21741         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
21742         `return' even if make-spliceable.
21743         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
21744         obsolete interactive-p.
21745         (byte-optimize-lapcode): Optimize new lap-codes.
21746         Don't trip up on new form of `byte-constant' lap code.
21748         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
21750         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
21752         * custom.el (custom-initialize-default, custom-declare-variable):
21753         Use `defvar'.
21755         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
21756         New variables.
21757         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
21758         (COMPILE_FIRST): Add macroexp and cconv.
21759         * makefile.w32-in: Mirror changes in Makefile.in.
21761         * vc/cvs-status.el:
21762         * vc/diff-mode.el:
21763         * vc/log-edit.el:
21764         * vc/log-view.el:
21765         * vc/smerge-mode.el:
21766         * textmodes/bibtex-style.el:
21767         * textmodes/css-mode.el:
21768         * startup.el:
21769         * uniquify.el:
21770         * minibuffer.el:
21771         * newcomment.el:
21772         * reveal.el:
21773         * server.el:
21774         * mpc.el:
21775         * emacs-lisp/smie.el:
21776         * doc-view.el:
21777         * dired.el:
21778         * abbrev.el: Use lexical binding.
21780 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
21782         * info.el (info-display-manual): New function.
21784 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21786         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
21788 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
21790         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
21791         an entry for that server in rcirc-authinfo.  (Bug#8385)
21793 2011-03-31  Glenn Morris  <rgm@gnu.org>
21795         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21797         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21799 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
21801         * progmodes/python.el (python-default-interpreter)
21802         (python-python-command-args, python-jython-command-args)
21803         (python-which-shell, python-which-args, python-which-bufname)
21804         (python-file-queue, python-comint-output-filter-function)
21805         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21806         variables and functions.
21808 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21810         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21811         (completion-in-region-mode): New minor mode.
21812         (completion-in-region): Use it.
21813         (completion-in-region--data, completion-in-region-mode-map): New vars.
21814         (completion-in-region--postch): New function.
21815         (completion--capf-misbehave-funs, completion--capf-safe-funs):
21816         New vars.
21817         (completion--capf-wrapper): New function.
21818         (completion-at-point): Use it to track well-behavedness of
21819         hook functions.
21820         (completion-help-at-point): New command.
21822 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
21824         * vc/add-log.el (add-change-log-entry): Don't use whitespace
21825         syntax class to search for whitespace on a single line
21826         (Message-ID: <4D938140.4030905@redhat.com>).
21828 2011-03-30  Leo Liu  <sdl.web@gmail.com>
21830         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21831         New commands.
21832         (edit-abbrevs-map): Bind them here.
21833         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
21835 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
21837         * allout.el (allout-hide-by-annotation, allout-flag-region):
21838         Reduce possibility of overlay leakage by making them volatile.
21840         * allout-widgets.el (allout-widgets-tally): Define as nil so the
21841         hash is not shared between buffers.  Mode initialization is
21842         responsible for giving it a useful starting value.
21843         (allout-item-span): Reduce possibility of overlay leakage by
21844         making them volatile.
21845         (allout-widgets-count-buttons-in-region): Add diagnostic function
21846         for tracking down button overlay leaks.
21848 2011-03-29  Leo Liu  <sdl.web@gmail.com>
21850         * ido.el (ido-read-internal): Use the default history var
21851         minibuffer-history if no HISTORY is specified.
21853 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
21855         * net/imap.el (imap-shell-open, imap-process-connection-type):
21856         Use imap-process-connection-type for 'shell' streams as well as
21857         Kerberos, SSL, other subprocesses.
21859 2011-03-28  Leo Liu  <sdl.web@gmail.com>
21861         * abbrev.el (abbrev-table-empty-p): New function.
21862         (prepare-abbrev-list-buffer): Place empty abbrev tables after
21863         nonempty ones.  (Bug#5937)
21865 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
21867         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21869 2011-03-27  Leo Liu  <sdl.web@gmail.com>
21871         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21872         for foreground and background colors.
21873         (ansi-color-make-color-map): Adapt.
21875 2011-03-25  Leo Liu  <sdl.web@gmail.com>
21877         * midnight.el (midnight-time-float): Remove.  Note it calculates
21878         the microsecond component incorrectly and seconds-to-time does the
21879         same job.
21880         Remove redundant (require 'timer).
21882         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21883         (ido-completions): Remove unused arguments.  (Bug#8329)
21885 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21887         * minibuffer.el (completion--flush-all-sorted-completions):
21888         Remove itself from hook.
21889         (completion-at-point): Let the functions perform the completion
21890         immediately and return nil or t.
21891         * comint.el (comint-dynamic-complete-functions): Now identical to
21892         completion-at-point-functions.
21893         (comint-dynamic-list-input-ring): Remove unused var `index'.
21894         (comint--match-partial-filename, comint--unquote&expand-filename):
21895         New funs, split from comint-match-partial-filename.
21896         (comint-dynamic-complete): Use completion-at-point.
21897         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21899 2011-03-24  Drew Adams  <drew.adams@oracle.com>
21901         * thingatpt.el: Support `defun'.
21903 2011-03-23  Leo Liu  <sdl.web@gmail.com>
21905         * abbrevlist.el: Move to obsolete/abbrevlist.el.
21907         * help-mode.el (help-mode-finish): Tweak regexp.
21909 2011-03-23  Glenn Morris  <rgm@gnu.org>
21911         * eshell/esh-opt.el (eshell-eval-using-options):
21912         Do not bind unused local variable `eshell-option-stub'.
21914         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21916 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
21918         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21919         keymap variable in `with-no-warnings' to avoid a warning when the
21920         keymap has been already `defconst'ed.
21922 2011-03-22  Leo Liu  <sdl.web@gmail.com>
21924         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21925         encode all chars in abbrevs; otherwise use emacs-mule or
21926         utf-8-emacs.  (Bug#8308)
21928 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
21930         * simple.el (backward-delete-char-untabify):
21931         Avoid warning about using `delete-backward-char'.
21933         * image.el (image-type-file-name-regexps): Make it variable.
21934         `imagemagick-register-types' modifies it, and the user may want
21935         to add new extensions for known image types.
21936         (imagemagick-register-types): Throw error if not using ImageMagick.
21938 2011-03-22  Leo Liu  <sdl.web@gmail.com>
21940         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21941         located before rcirc-prompt-end-marker.
21942         (rcirc-complete): Error if point is not after rcirc prompt.
21943         Handle the case when table is nil.
21944         (rcirc-user-authenticated): Define to fix compiler warning.
21946 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
21948         * custom.el (custom--inhibit-theme-enable): Make it affect only
21949         custom-theme-set-variables and custom-theme-set-faces.
21950         (provide-theme): Ignore custom--inhibit-theme-enable.
21951         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21952         (custom-enabling-themes): Delete variable.
21953         (enable-theme): Accept only loaded themes as arguments.
21954         Ignore the special custom-enabled-themes variable.
21955         (custom-enabled-themes): Forbid themes from setting this.
21956         Eliminate use of custom-enabling-themes.
21957         (custom-push-theme): Quote "changed" custom var entry.
21959 2011-03-21  Leo Liu  <sdl.web@gmail.com>
21961         * ido.el (ido-read-internal): Add ido-selected to history instead
21962         of user input.
21964 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21966         * subr.el (deferred-action-list, deferred-action-function):
21967         Mark obsolete.
21969 2011-03-21  Leo Liu  <sdl.web@gmail.com>
21971         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21972         change on 2011-02-13 (bug#8309).
21974         * minibuffer.el (read-file-name-function): Change default value.
21975         (read-file-name--defaults): Rename from read-file-name-defaults.
21976         (read-file-name-default): Rename from read-file-name.
21977         (read-file-name): Call read-file-name-function.
21979 2011-03-21  Glenn Morris  <rgm@gnu.org>
21981         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21982         Doc fixes.
21984 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
21986         * cus-theme.el: Add missing provide statement.
21987         (customize-create-theme): Extract theme value correctly.
21988         (custom-theme-visit-theme): Autoload.
21989         (customize-create-theme): Prompt before inserting default faces.
21991 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
21993         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21994         units and musical notes.
21996 2011-03-20  Leo Liu  <sdl.web@gmail.com>
21998         * ido.el (ido-read-internal): Use completing-read-default.
21999         (ido-completing-read): Fix compatibility with completing-read.
22001 2011-03-20  Christian Ohler  <ohler@gnu.org>
22003         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
22004         (ert-delete-all-tests): Use `called-interactively-p' rather than
22005         `interactive-p'.
22006         (ert--make-xrefs-region): Respect END.
22008 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
22010         * dired-aux.el (dired-create-directory): Signal an error if the
22011         directory already exists (Bug#8246).
22013         * facemenu.el (list-colors-display): Call list-faces-display
22014         inside with-help-window.
22015         (list-colors-print): Use display property to align the final
22016         column, instead of checking window-width.
22018 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
22020         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
22021         windows-nt systems.
22022         (emerge-protect-metachars): Quote correctly for ms-dos and
22023         windows-nt systems.
22025 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
22027         * info.el (info-initialize): Replace all uses of `:' with
22028         path-separator for compatibility with non-Unix systems.
22029         Cache quoting of path-separator.  (Bug#8258)
22031 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
22033         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
22034         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
22035         (mouse-avoidance-mode): Fix typos in docstrings.
22037 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
22039         * startup.el (package-subdirectory-regexp): Move from package.el.
22040         Omit \\` and \\', and let callers add them.
22042         * emacs-lisp/package.el (package-strip-version)
22043         (package-load-all-descriptors): Add \\` and \\' to
22044         package-subdirectory-regexp before using it.
22045         (package-untar-buffer): New arg DIR; ensure that file untars only
22046         into this expected directory.  Remove superfluous delete-region.
22047         (package-unpack): Caller changed.
22048         (package-tar-file-info): Use package-subdirectory-regexp.
22050 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22052         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
22053         diff-mode-shared-map (bug#8284).
22054         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
22056 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22058         * calendar/time-date.el (format-seconds): Use assoc instead of
22059         assoc-string, since assoc-string doesn't exist in XEmacs.
22061 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
22063         * custom.el (custom-known-themes): Reflow docstring.
22064         (custom-theme-load-path): Fix typo in docstring.
22065         (load-theme): Fix typo in error message.
22066         (custom-available-themes, custom-variable-theme-value):
22067         Use `let', not `let*'.
22069 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
22071         * calc/README: Mention inclusion of musical notes.
22073         * calc/calc-units.el (calc-lu-quant): Rename from
22074         `calc-logunits-quantity'.
22075         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
22076         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
22077         (calc-db): Rename from `calc-dblevel'.
22078         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
22079         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
22080         (calc-np): Rename from `calc-nplevel'.
22081         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
22082         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
22083         (calc-lu-plus): Rename from `calc-logunits-add'.
22084         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
22085         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
22086         (calc-lu-minus): Rename from `calc-logunits-sub'.
22087         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
22088         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
22089         (calc-lu-times): Rename from `calc-logunits-mul'.
22090         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
22091         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
22092         (calc-lu-divide): Rename from `calc-logunits-div'.
22093         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
22094         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
22096         * calc/calc-ext.el (calc-init-extensions): Update the names of the
22097         functions being autoloaded.
22099         * calc/calc.el (calc-lu-power-reference): Rename from
22100         `calc-logunits-power-reference'.
22101         (calc-lu-field-reference): Rename from
22102         `calc-logunits-field-reference'.
22104         * calc/calc-help.el (calc-l-prefix-help):
22105         Mention musical note functions.
22107 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22109         * minibuffer.el (completion-all-sorted-completions):
22110         Use :completion-cycle-penalty text property if present.
22112 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
22114         * allout.el (allout-yank-processing): Adjust for new rebulleting
22115         regime so bullet being yanked is used without prompting the user
22116         for a choice.
22118 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
22120         * startup.el (command-line): Warn the user that _emacs is deprecated.
22122 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
22124         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
22125         (delphi-verbose, delphi-comment-face, delphi-string-face)
22126         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
22127         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
22128         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
22129         (delphi-new-comment-line, delphi-font-lock-defaults)
22130         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
22131         Fix typos in docstrings.
22133 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
22135         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
22136         Invert the roles of character and string values for INSTEAD, so a
22137         string is used for the more common case of a defaulting prompt.
22139 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22141         * progmodes/ruby-mode.el (ruby-backward-sexp):
22142         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
22143         * play/gamegrid.el (gamegrid-make-face):
22144         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
22145         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
22146         * notifications.el (notifications-notify):
22147         * net/xesam.el (xesam-search-engines):
22148         * net/quickurl.el (quickurl-list-insert):
22149         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
22151 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
22153         * startup.el (command-line): Update package subdirectory regexp.
22155 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22157         * allout.el (allout-abbreviate-flattened-numbering)
22158         (allout-mode-deactivate-hook): Fix up obsolescence "date".
22160         * subr.el (read-char-choice): Only show the cursor after the prompt,
22161         not after the answer.
22163 2011-03-15  Kevin Ryde  <user42@zip.com.au>
22165         * help-fns.el (variable-at-point): Skip leading quotes, if any
22166         (bug#8253).
22168 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22170         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
22171         warning message.
22173 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
22175         * shell.el (shell): When called interactively, offer to change the
22176         shell file name on remote hosts.
22178 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
22180         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
22181         integration for LDAP parameters.  The host, base, user or binddn,
22182         and secret tokens can be specified in a netrc file, for instance.
22183         This is optional because an `auth-source' parameter must be
22184         specified in the search attributes.
22186 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
22188         * help.el (describe-mode): Link to the mode's definition (bug#8185).
22190 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22192         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
22193         into declaration.  Remove redundant and harmful binding.
22195 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
22197         * files.el (file-ownership-preserved-p): Pass `integer' as an
22198         explicit 2nd argument to `file-attributes'.  If the file's owner
22199         is the Administrators group on Windows, and the current user is
22200         Administrator, consider that a match.
22202         * server.el (server-ensure-safe-dir): Consider server directory
22203         safe on MS-Windows if its owner is the Administrators group while
22204         the current Emacs user is Administrator.  Use `=' to compare
22205         numerical UIDs, since they could be integers or floats.
22207 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
22209         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
22211 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
22213         Sync with Tramp 2.2.1.
22215         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
22217         * net/trampver.el: Update release number.
22219 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22221         * progmodes/compile.el (compilation--previous-directory): Fix up
22222         various nil/dead-marker mismatches (bug#8014).
22223         (compilation-directory-properties, compilation-error-properties):
22224         Don't call it at a position past the one we're about to change.
22226         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
22227         Disable obsolescence warnings in the file that declares it.
22229 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
22231         * allout-widgets.el (allout-widgets-tally):
22232         Initialize allout-widgets-tally as a hash table rather than nil to
22233         prevent mode-line redisplay warnings.  Also, clarify the module
22234         description and fix a comment typo.
22236 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
22238         * help-fns.el (describe-variable): Don't complete keywords.
22239         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
22241 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
22243         * emacs-lisp/package.el (package-version-join): Impose a standard
22244         string representation for pre/alpha/beta version lists.
22245         (package-unpack-single): Standardize the directory name by passing
22246         it through package-version-join.
22247         (package-strip-rcs-id): Accept any version string that does not
22248         signal an error in version-to-list.
22250 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
22252         * simple.el (delete-trailing-whitespace): Return nil for the
22253         benefit of `write-file-functions'.
22255 2011-03-10  Glenn Morris  <rgm@gnu.org>
22257         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
22259         * vc/vc-git.el (vc-git-program): New option.
22260         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
22261         (vc-git--call): Use it.
22263         * eshell/esh-util.el (eshell-condition-case): Doc fix.
22265         * cus-edit.el (Custom-newline): If no button at point, look
22266         for a subgroup button at start-of-line.  (Bug#2298)
22268         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
22270 2011-03-10  Julien Danjou  <julien@danjou.info>
22272         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
22273         `cursor-type' is nil.
22275 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
22277         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
22279 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
22281         * allout.el: Change so yank of distinctive-bullet items
22282         preserves the existing header prefix, rebulleting it if necessary,
22283         rather than replacing it.  This is necessary for proper operation
22284         of cooperative addons like allout-widgets.
22285         (allout-make-topic-prefix, allout-rebullet-heading):
22286         Change SOLICIT arg to INSTEAD, and interpret additionally a string
22287         value as alternate bullet to be used, instead of prompting the user
22288         for a bullet character.
22290 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
22292         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22293         Do not use `tramp-file-name-port', because this returns also
22294         `tramp-default-port'.
22296 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
22298         * net/rcirc.el (rcirc-handler-001): Remove useless
22299         with-rcirc-process-buffer.
22300         (rcirc-check-auth-status): Swap arguments to string-match.
22302 2011-03-09  Glenn Morris  <rgm@gnu.org>
22304         * shell.el (shell-mode):
22305         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
22307         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
22308         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
22310 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
22312         * emacs-lisp/package.el (package-refresh-contents)
22313         (package-menu-execute): Use condition-case-no-debug.
22315 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
22317         * simple.el (shell-command-to-string): Use `process-file'.
22319         * emacs-lisp/package.el (package-tar-file-info): Handle also
22320         remote files.
22322         * emacs-lisp/package-x.el (package-upload-buffer-internal):
22323         Use `equal' for upload base check.
22325 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
22327         * textmodes/texinfo.el (texinfo-environments):
22328         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
22330 2011-03-08  Glenn Morris  <rgm@gnu.org>
22332         * cus-start.el (cursor-in-non-selected-windows):
22333         Fix :set quoting oddness.  (Bug#8192)
22335         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
22336         in some setf expressions.  (Bug#2159)
22338 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
22340         * custom.el (custom-available-themes): Return themes in
22341         alphabetical order.
22343 See ChangeLog.15 for earlier changes.
22345 ;; Local Variables:
22346 ;; coding: utf-8
22347 ;; End:
22349   Copyright (C) 2011-2012  Free Software Foundation, Inc.
22351   This file is part of GNU Emacs.
22353   GNU Emacs is free software: you can redistribute it and/or modify
22354   it under the terms of the GNU General Public License as published by
22355   the Free Software Foundation, either version 3 of the License, or
22356   (at your option) any later version.
22358   GNU Emacs is distributed in the hope that it will be useful,
22359   but WITHOUT ANY WARRANTY; without even the implied warranty of
22360   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22361   GNU General Public License for more details.
22363   You should have received a copy of the GNU General Public License
22364   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.