* lisp/mpc.el (mpc-format): Use truncate-string-to-width.
[emacs/old-mirror.git] / lisp / ChangeLog
blob92f4138b643eb68fabdd9240a16d538114c1c478
1 2012-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
7         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
8         (eieio-override-prin1): Don't quote kewords and booleans.
9         (object-write) <eieio-default-superclass>: Don't put closing parens
10         on new line, avoid needless empty lines, align values that are objects
11         with the slot keyword (instead of beginning on the same line).
12         (eieio-list-prin1): Align value with slot keyword; increase
13         eieio-print-depth before printing members of the list.
15 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
18         a display text-property.
19         (report-emacs-bug-hook): Don't bother deleting it any more.
21         * hilit-chg.el (highlight-save-buffer-state): Delete.
22         Use with-silent-modifications instead.
23         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
25         * button.el: Handle buttons in display text-properties.
26         (button--area-button-p, button--area-button-string):
27         Use (STRING . STRING-POS) representation instead of just STRING.
29 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
31         * makefile.w32-in (compile4-SH): Fix a typo that caused term
32         subdirectory be skipped.
34 2012-12-11  Glenn Morris  <rgm@gnu.org>
36         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
38         * progmodes/f90.el (f90-line-continued, f90-indent-region):
39         Treat preprocessor lines embedded in continuations like comments.
40         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
42 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
44         * calc/calc.el (calc-standard-date-formats):  Add more date
45         formats.
46         * calc/calc-forms.el (math-parse-iso-date): New function.
47         (math-parse-date): Use `math-parse-iso-date' when appropriate.
48         (math-parse-iso-date-validate): Add extra error checking.
49         (calc-date-notation): Add ability to access new date formats.
51 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
53         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
54         font-lock as well as when there's no text-property.
56 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
58         * hi-lock.el: Refine the choice of default face.
59         (hi-lock-keyword->face): New function.  Use it wherever we used
60         cadadadr instead.
61         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
62         (hi-lock--last-face): Remove var.
63         (hi-lock--unused-faces): New var to replace it.
64         (hi-lock-read-face-name): Use/maintain it.
65         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
66         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
67         if it has another face.
69 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
71         * subr.el (w32notify-handle-event): New function.
72         (inotify-handle-event): Doc fix.
74 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
76         * subr.el (inotify-event-p, inotify-handle-event): New functions.
78 2012-12-10  Dani Moncayo <dmoncayo@gmail.com>
80         * simple.el (just-one-space): Doc fix.
82 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
84         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
86 2012-12-10  Le Wang  <l26wang@gmail.com>
88         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
89         narrowed buffer (bug#12361).
91 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
93         * vc/vc-hooks.el (vc-state): Doc fix.
95 2012-12-10  Glenn Morris  <rgm@gnu.org>
97         * mail/rmail.el (rmail-maybe-display-summary):
98         Preserve buffer, in case select-window changes it.  (Bug#13066)
100 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
102         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
103         cl-load-hook where they belong.
105 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
109 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
111         Parallelize byte compilation on MS-Windows.
112         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
113         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
114         (WINS_BASIC): Define as concatenation of the above.
115         (compile): Subdivide into 4 separate and independent jobs that can
116         be run in parallel.
117         (compile0-CMD, compile0-SH): New targets for compiling
118         COMPILE_FIRST files, which are prerequisites for the rest of the
119         byte-compilation.
120         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
121         New targets for parallel compilation with cmd.exe.
122         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
123         compiling under a Unixy shell.
125 2012-12-09  Chong Yidong  <cyd@gnu.org>
127         * simple.el (set-mark-default-inactive): Delete this
128         accidentally-introduced option.
129         (set-mark-command, exchange-point-and-mark): Remove calls.
131 2012-12-09  Glenn Morris  <rgm@gnu.org>
133         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
134         Respect a defcustom's :set function, if appropriate.  (Bug#109)
135         (eval-defun): Doc fix.
137 2012-12-08  Juri Linkov  <juri@jurta.org>
139         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
140         (Info-fontify-node, Info-bookmark-make-record): Remove the
141         file extension from Info-current-file (Bug#13016).
143 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
146         point, still provide some default.
147         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
148         names, since we don't use it right now.  Actually return the list.
149         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
151 2012-12-07  Chong Yidong  <cyd@gnu.org>
153         * novice.el (disabled-command-function): Remove a spurious help
154         xref (Bug#13043).  Suggested by Kelly Dean.
156         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
157         syntax is specified (Bug#13025).
159         * info.el (Info-set-mode-line): Remove the file extension from
160         Info-current-file if there is one (Bug#13016).
162 2012-12-07  Glenn Morris  <rgm@gnu.org>
164         * mail/rmail.el (rmail-mime-decoded): New permanent local.
165         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
166         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
167         and rmail-mime-decoded.  (Bug#9841)
169         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
170         (batch-unrmail, unrmail): Doc fixes.
171         (unrmail): Respect unrmail-mbox-format.
172         * mail/rmail.el (rmail-mbox-format): New option.
173         (rmail-show-message-1): Respect rmail-mbox-format.
175 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
177         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
179 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
181         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
182         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
183         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
184         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
185         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
186         (cl-progv): Don't rely on dynamic scoping to find the body.
187         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
188         (cl--proclaims-deferred): Rename from the "cl-" prefix.
189         (cl-declaim): Use backquotes.
190         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
191         Use "cl--" prefix for the object's tag.
193         * ses.el: Use advice-add/remove.
194         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
195         (copy-region-as-kill, yank): Use advice-add.
196         (ses-unload-function): Use advice-remove.
198 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
200         * button.el: Make them work in header-lines (bug#12817).
201         (button-map): Add bindings for header-line and mode-line use.
202         (button-get, button-put, button-label): `button' may now be a string.
203         (button-activate): Don't make it a defsubst.
204         (button--area-button-p, button--area-button-string): New functions.
205         (make-text-button): Fix the return value when `beg' was a string.
206         (push-button): Handle the mode-line case.
208 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
210         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
211         (sql-signum): Remove.  Use `cl-signum' instead.
212         (sql-read-passwd): Remove; use read-passwd instread.
213         (sql-get-login-ext): Use read-string.
214         (sql-get-login): Use dolist and pcase.
215         (sql--completion-table): Rename from sql-try-completion.
216         Use complete-with-action.
217         (sql-mode): Don't change abbrev-all-caps globally.
218         (sql-connect): Don't rely on dynamic scoping for `new-name'.
219         (sql-postgres-completion-object): Initialize vars in their `let'.
220         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
221         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
222         (sql-comint-interbase): Use a single append, without setq.
223         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
225         * hi-lock.el: Rework the default face and the serialize regexp code.
226         (hi-lock--auto-select-face-defaults): Remove.
227         (hi-lock-string-serialize-serial): Remove.
228         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
229         make weak.
230         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
231         equal string.
232         (hi-lock-set-pattern): Adjust accordingly.
233         (hi-lock--regexps-at-point): Simplify accordingly.
234         (hi-lock--auto-select-face-defaults): Remove.
235         (hi-lock--last-face): New var to replace it.
236         (hi-lock-read-face-name): Rewrite (bug#11095).
237         (hi-lock-unface-buffer): Arrange for the face to be the next default.
239 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
241         * net/tramp.el (tramp-replace-environment-variables):
242         Hide compiler warning.
243         (tramp-file-name-for-operation): Remove `executable-find',
244         `start-process', `call-process' and `call-process-region'.
246         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
248         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
249         compatibility.
251         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
253 2012-12-06  Chong Yidong  <cyd@gnu.org>
255         * ffap.el (ffap-replace-file-component): Fix typo.
257 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
260         fix open-paren-like token test (bug#12785).
262 2012-12-06  Glenn Morris  <rgm@gnu.org>
264         * mail/rmailsum.el (rmail-new-summary): Tweak for
265         rmail-maybe-display-summary changing buffer.  (Bug#13066)
267 2012-12-06  Juri Linkov  <juri@jurta.org>
269         * info.el (Info-fontify-node): Don't hide the last newline.
270         (Bug#12272)
272 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
274         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
275         so as to enable message-read-from-minibuffer to expand mail aliases.
277 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
279         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
280         the `intangible' property.
281         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
283 2012-12-05  Deniz Dogan  <deniz@dogan.se>
285         * net/rcirc.el (rcirc-urls): Update documentation.
286         (rcirc-condition-filter): New function.
287         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
288         and exclude consecutive duplicate URLs (Bug#6082).
290 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
292         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
293         Check return code of copy command.
295         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
296         Use group `tramp'.  Add version.
298 2012-12-05  Chong Yidong  <cyd@gnu.org>
300         * ffap.el (ffap-url-regexp): Don't require matching at front of
301         string (Bug#4952).
302         (ffap-url-p): If only a substring matches, return that.
303         (ffap-url-at-point): Use the return value of ffap-url-p.
304         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
305         (find-file-at-point, dired-at-point, dired-at-point-prompter)
306         (ffap-guess-file-name-at-point): Likewise.
307         (ffap-replace-file-component): Fix typo.
309         * info.el (info-display-manual): Add existing Info buffers, whose
310         files may not be in Info-directory-list, to the completion.
311         (info--manual-names): New helper function.
313 2012-12-05  Glenn Morris  <rgm@gnu.org>
315         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
316         New functions, for detecting and resolving conflicts.  (Bug#10709)
318 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
320         * hi-lock.el (hi-lock-auto-select-face): New user variable.
321         (hi-lock-auto-select-face-defaults): New buffer local variable.
322         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
323         (hi-lock-unface-buffer): Prompt user with useful defaults.
324         With prefix arg, unhighlight all hi-lock patterns in buffer.
326 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
330 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
332         * Makefile.in (TRAMP_SRC):
333         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
335 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
337         * net/tramp-adb.el: New package.
339 2012-12-04  Chong Yidong  <cyd@gnu.org>
341         * terminal.el: Move to obsolete/.
343         * longlines.el: Move to obsolete/.
345         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
346         Remove code referring to longlines mode.
348 2012-12-03  Juri Linkov  <juri@jurta.org>
350         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
352 2012-12-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
354         * textmodes/ispell.el (ispell-init-process)
355         (ispell-start-process, ispell-internal-change-dictionary):
356         Make sure personal dictionary name is expanded after initial
357         `default-directory' value. Use expanded strings for
358         keep/restart checks and for value (Bug#13019).
360 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
362         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
364 2012-12-03  Leo Liu  <sdl.web@gmail.com>
366         * files.el (dir-locals-read-from-file): Check file non-empty
367         before reading.  (Bug#13038)
369 2012-12-03  Glenn Morris  <rgm@gnu.org>
371         * jka-cmpr-hook.el (jka-compr-get-compression-info):
372         Remove any version extension before checking filename.  (Bug#13006)
373         (jka-compr-compression-info-list): Belated :version bump.
375 2012-12-03  Chong Yidong  <cyd@gnu.org>
377         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
379         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
380         (buffer-menu): Doc fix (Bug#12294).
382 2012-12-03  Roland Winkler  <winkler@gnu.org>
384         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
385         of diary-show-all-entries in the diary buffer (Bug#12994).
387 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
389         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
390         "<STDIN>".  This is binary safe.
392 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
394         * calc/calc-forms.el (math-absolute-from-iso-dt)
395         (math-date-to-iso-dt, math-parse-iso-date-validate)
396         (math-iso-dt-to-date): New functions.
397         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
398         (math-fd-isoweekday): New variables.
399         (calc-date-notation, math-parse-standard-date, math-format-date)
400         (math-format-date-part): Add support for more formatting codes.
402 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
404         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
405         current buffer's file name when called interactively (Bug#12488).
407 2012-12-02  Juri Linkov  <juri@jurta.org>
409         * info.el (info-display-manual): Don't clobber an existing Info
410         buffer (Bug#10770).  Add completion (Bug#10771).
412 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
414         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
415         before using it for comparison (Bug#5297).
417 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
419         * textmodes/css-mode.el (css-current-defun-name): New function.
420         (css-mode): Use it.
422         * textmodes/sgml-mode.el (html-current-defun-name): New function.
423         (html-mode): Use it.
425 2012-12-01  Chong Yidong  <cyd@gnu.org>
427         Modularize add-log-current-defun (Bug#2224).
428         Suggested by Jari Aalto.
430         * vc/add-log.el (add-log-current-defun-function): Doc fix.
431         (add-log-current-defun): Move mode-specific code to other files.
432         (add-log-lisp-like-modes, add-log-c-like-modes)
433         (add-log-tex-like-modes): Variables deleted.
435         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
436         (lisp-mode-variables): Use it.
438         * progmodes/cc-mode.el (c-common-init):
439         * progmodes/cperl-mode.el (cperl-mode): Set a value for
440         add-log-current-defun-function.
442         * progmodes/m4-mode.el (m4-current-defun-name): New function.
443         (m4-mode): Use it.
445         * progmodes/perl-mode.el (perl-current-defun-name): New.
446         (perl-mode): Use it.
448         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
449         Use lisp-current-defun-name.
451         * textmodes/tex-mode.el (tex-current-defun-name): New.
452         (tex-common-initialization): Use it.
454         * textmodes/texinfo.el (texinfo-current-defun-name): New.
455         (texinfo-mode): Use it.
457 2012-12-01  Chong Yidong  <cyd@gnu.org>
459         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
460         * progmodes/autoconf.el (autoconf-mode):
461         * progmodes/js.el (js-mode):
462         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
463         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
464         * progmodes/perl-mode.el (perl-mode):
465         * progmodes/sh-script.el (sh-mode, sh-set-shell):
466         * textmodes/css-mode.el (css-mode):
467         * textmodes/sgml-mode.el (html-mode, sgml-mode)
468         (sgml-tags-invisible, sgml-guess-indent):
469         * textmodes/tex-mode.el (tex-common-initialization)
470         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
471         (doctex-mode, plain-tex-mode, latex-mode):
472         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
474 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
476         * vc/vc-hg.el (vc-hg-next-revision):
477         Ensure use of default "tip" output format.  (Bug#6968)
479 2012-12-01  Kim F. Storm  <storm@cua.dk>
481         * startup.el (fancy-startup-tail): Add a clickable link
482         (Bug#2176).
484 2012-12-01  Chong Yidong  <cyd@gnu.org>
486         * startup.el (fancy-startup-tail): Improve the message about
487         auto-save files (Bug#2176).
489         * files.el (recover-session): Improve the descriptive message, and
490         use substitute-command-keys.
492 2012-12-01  Glenn Morris  <rgm@gnu.org>
494         * ido.el (ido-file-internal):
495         Handle other-window, other-frame for dired.  (Bug#13036)
497 2012-11-30  Glenn Morris  <rgm@gnu.org>
499         * icomplete.el (icomplete-separator): Fix :version.
501 2012-11-30  Chong Yidong  <cyd@gnu.org>
503         * shell.el (shell): For C-u M-x shell, use an inactive shell
504         buffer as the default (Bug#1975).
505         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
506         (shell-mode): Use them to reapply ansi colorization if Shell mode
507         is re-enabled.
509 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
511         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
513 2012-11-30  Samuel Bronson  <naesten@gmail.com>
515         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
516         flag to xargs, for compatibility with BSD xargs (Bug#11703).
518 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
520         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
521         by move-to-column (Bug#3234).
523 2012-11-30  Chong Yidong  <cyd@gnu.org>
525         * longlines.el (longlines-wrap-line, longlines-encode-region):
526         Preserve text properties (Bug#1425).
528 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
530         * vc/vc.el (vc-register): Allow registering a file which is
531         already registered with a different backend (Bug#10589).
533 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
534             Stefan Monnier  <monnier@iro.umontreal.ca>
536         * icomplete.el: Change separator; add ido-style commands.
537         (icomplete-show-key-bindings): Remove custom var.
538         (icomplete-get-keys): Remove function.
539         (icomplete-forward-completions, icomplete-backward-completions):
540         New commands.
541         (icomplete-minibuffer-map): New var.
542         (icomplete-minibuffer-setup): Use it.
543         (icomplete-exhibit): Don't delay if the list of completions is known.
544         (icomplete-separator): New custom.
545         (icomplete-completions): Use it.
546         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
547         (minibuffer-force-complete-and-exit): New command.
548         (minibuffer--complete-and-exit): New function extracted from
549         minibuffer-complete-and-exit.
550         (minibuffer-complete-and-exit): Use it.
552         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
553         error message when the file doesn't exist (bug#12974).
555 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
557         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
559 2012-11-29  Glenn Morris  <rgm@gnu.org>
561         * files.el (hack-dir-local-variables): Warn if try to set
562         coding via dir-locals, since it doesn't work.  (Bug#7169)
564         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
565         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
566         Set buffer-local value of desktop-save-buffer.
567         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
568         New functions.
569         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
570         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
572         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
573         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
574         Doc fix.
575         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
576         Doc fixes.
578 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
580         * calc/calc-forms.el (calc-date-notation): Fix regexp
581         used to find time codes.  Fix symbol for seconds.
583 2012-11-27  Glenn Morris  <rgm@gnu.org>
585         * emacs-lisp/derived.el (derived-mode-make-docstring):
586         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
588 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
590         * textmodes/table.el (table-insert): Don't use `symbol-name' on
591         lexically scoped variables (bug#13005).
593 2012-11-27  Glenn Morris  <rgm@gnu.org>
595         * vc/vc-hooks.el (vc-mistrust-permissions):
596         Default to t, to avoid data-loss.  (Bug#11490)
598 2012-11-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
600         * progmodes/python.el (python-indent-guess-indent-offset):
601         If indentation is guessed make python-indent-offset buffer-local.
603         Fix Imenu regression.
604         * progmodes/python.el (python-nav-beginning-of-defun):
605         Fix forward movement when statement(s) separates point from defun.
606         (python-imenu-prev-index-position): New function.
608 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
610         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
612         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
613         Don't set buffer-file-type.  Return nil.  (Bug#12989)
615 2012-11-27  Glenn Morris  <rgm@gnu.org>
617         * hippie-exp.el (hippie-expand-try-functions-list):
618         Re-autoload it.  (Bug#12982)
620 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
622         * descr-text.el (describe-char-padded-string):
623         Call internal-char-font only on GUI frames.  (Bug#11964)
625 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
627         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
628         and obsoletion message.
630 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
632         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
633         the constructs to keep outside of the `cl-block' (bug#12977).
635 2012-11-27  Chong Yidong  <cyd@gnu.org>
637         * mouse.el (mouse-drag-line): Even if the line is not draggable,
638         keep reading until we get the up-event anyway, in order to process
639         the up-event for mouse-1-click-follows-link (Bug#12971).
641 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
643         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
644         base function is not yet defined (bug#12965).
645         (ad-activate-advised-definition): Use ad-compile-function.
646         (ad-activate): Use cond.
648 2012-11-25  Leo Liu  <sdl.web@gmail.com>
650         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
651         (Bug#12979)
653 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
655         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
656         reftex-section-info-function in order to be compatible with
657         Texinfo integration.
659         * textmodes/reftex.el (reftex-section-pre-regexp)
660         (reftex-section-post-regexp, reftex-section-info-function):
661         New variable.
662         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
663         reftex-section-post-regexp, and reftex-section-info-function in order
664         to be compatible with Texinfo integration.
666         * textmodes/reftex-toc.el (reftex-toc-promote-action):
667         use reftex-section-pre-regexp variable in order to be compatible with
668         Texinfo integration.
670 2012-11-25  Chong Yidong  <cyd@gnu.org>
672         * faces.el: Make face-spec-set more analogous to setq.
673         (face-spec-set): Change the third arg to specify whether this
674         function is being called via defface, customize, or a third party.
675         Set the appropriate symbol properties.  Clear the override spec if
676         setting via Custom.  Initialize face if necessary.  (Bug#4988)
677         (face-spec-recalc): Allow theme faces to completely replace the
678         defface spec, in the same way as custom faces (Bug#8454).
680         * cus-face.el (custom-declare-face): Move face initialization to
681         face-spec-set.
682         (custom-theme-set-faces): Don't initialize the face name here, as
683         that is now done in face-spec-set.
685         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
686         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
687         Simplify by using the new arg to face-spec-set.
689         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
690         reset face-override-spec too, and use custom-declare-face.
692 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
694         * term/ns-win.el (ns-initialize-window-system): Move creation of
695         fontsets here (Bug#11964).
697 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
699         * ses.el (ses-rename-cell): Correct bug on mode-line update after
700         cell renaming.
702 2012-11-24  Chong Yidong  <cyd@gnu.org>
704         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
705         obsolete.
707         * custom.el (custom-theme-set-variables): Use a topological sort
708         for ordering by custom dependencies (Bug#12952).
709         (custom--sort-vars, custom--sort-vars-1): New functions.
711 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
713         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
714         lexical-binding (bug#12938).
716 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
718         * image-mode.el (image-transform-check-size): Use assertions only
719         for images of type imagemagick.
721         Otherwise no error, image-transform-fit-to-{width,height} is
722         silently ignored, as before.  Doc fix.
724 2012-11-24  Chong Yidong  <cyd@gnu.org>
726         * faces.el (color-defined-p): Doc fix (Bug#12853).
728 2012-11-24  Juri Linkov  <juri@jurta.org>
730         * dired.el (dired-mark): Add optional arg `interactive'.
731         Check for `use-region-p' if `interactive' is non-nil.
732         (dired-unmark, dired-flag-file-deletion): Add optional arg
733         `interactive'.  Call `dired-mark' with the arg `interactive'.
734         (Bug#10624)
736         * wdired.el: Revert 2012-10-17 change partly and replace it with
737         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
738         (wdired-finish-edit): Add marks for new file names to
739         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
740         after `revert-buffer'.
741         (wdired-do-renames): Remove calls to `dired-remove-file',
742         `dired-add-file', `dired-add-entry'.  (Bug#11795)
744 2012-11-24  Alan Mackenzie  <acm@muc.de>
746         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
748         Fix bugs in the state cache.  Enhance a debugging mechanism.
749         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
750         "brace at column zero" strategy for C++.
751         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
752         (c-parse-state-point): New variable.
753         (c-record-parse-state-state): Record old parse state with
754         `copy-tree'.  Record previous value of point.
755         (c-debug-parse-state-double-cons): New debugging function.
756         (c-debug-parse-state): Call the above new function.
757         (c-toggle-parse-state-debug): Output a confirmatory message.
759         * progmodes/cc-mode.el (c-before-change, c-after-change):
760         Call c-invalidate-state-cache from `c-before-change' instead of
761         `c-after-change'.
763 2012-11-23  Chong Yidong  <cyd@gnu.org>
765         * find-cmd.el (find-constituents): Add executable, ipath,
766         readable, samefile, writable, daystart, regextype (Bug#12856).
768 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
770         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
772 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
774         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
775         definition.  This fixes a bootstrap failure.
776         (calc-gregorian-switch): In menu, put dates before regions.
777         This is easier to follow, lines up better in the menu, and lets us
778         coalesce regions that switch at the same time.  Give country
779         names, not "Vatican", as that's better for non-expert users.
780         Use names that are stable between the date of switch and now, e.g.,
781         Bohemia and Moravia (which existed then and now) and not
782         Czechoslovakia (which didn't exist then and doesn't exist now).
783         What is now the U.S. mostly did not switch at the same time as
784         Britain, so omit the U.S.  Correct spelling of "Britain".
785         Catholic Switzerland was too much of a mess, so omit it.
787 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
789         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
790         after the variable is changed.
792 2012-11-21  Daniel Colascione  <dancol@dancol.org>
794         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
795         in SQL declarations for font-lock.
796         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
798 2012-11-21  Glenn Morris  <rgm@gnu.org>
800         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
801         (face-italic-p): Add optional argument "inherit".
803         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
804         Remove -p suffix from names, for consistency with other set-face-*.
805         (set-face-inverse-video): Fix interactive spec.
806         * play/gamegrid.el (gamegrid-make-mono-tty-face):
807         * textmodes/table.el (table--update-cell-face):
808         Use set-face-inverse-video rather than now obsolete alias.
810 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
812         * simple.el (line-move): Don't call line-move-partial if
813         scroll-conservatively is in effect.  (Bug#12927)
815 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
817         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
818         Fallback on completion-at-point rather than
819         pcomplete-expand-and-complete, and only if pcomplete actually failed.
820         (eshell-cmpl-initialize): Setup completion-at-point.
822         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
824         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
826 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
828         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
829         are remote, check out-of-band property for both.
831 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
833         * window.el (switch-to-buffer): Re-add the warning that was lost in the
834         code rewrite.
836 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
838         More minor time fixes.
839         * calendar/time-date.el: Commentary fix.
840         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
841         too much other code depends on (0 0) time stamps.
842         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
843         Add a couple of FIXME comments.
845         Minor cleanup for times as lists of four integers.
846         * files.el (dir-locals-directory-cache):
847         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
848         Doc fixes.
849         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
850         * ps-bdf.el (bdf-file-newer-than-time):
851         Process four-integers time stamps, not two.  Doc fixes.
853 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
855         * uniquify.el (uniquify-managed): Use defvar-local.
856         (rename-buffer, create-file-buffer): Advise with advice-add.
857         (uniquify-unload-function): Unadvise accordingly.
859         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
860         (trace-buffer): Don't purecopy.
861         (trace-entry-message, trace-exit-message): Add `context' arg.
862         (trace--timer): New var.
863         (trace-make-advice): Adjust for use in nadvice.
864         Add `context' argument.  Delay `display-buffer' via a timer.
865         (trace-function-internal): Use advice-add.
866         (trace--read-args): New function.
867         (trace-function-foreground, trace-function-background): Use it.
868         (trace-function): Rename to trace-function-foreground and redefine as
869         an alias to that new name.
870         (untrace-function, untrace-all): Adjust to the use of nadvice.
872         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
874         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
876         * subr.el (called-interactively-p-functions): New var.
877         (internal--called-interactively-p--get-frame): New macro.
878         (called-interactively-p, interactive-p): Rewrite in Lisp.
879         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
880         (called-interactively-p-functions): Use it.
881         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
882         (called-interactively-p-functions): Use it.
883         * allout.el (allout-called-interactively-p): Don't assume
884         called-interactively-p is a subr.
886 2012-11-20  Glenn Morris  <rgm@gnu.org>
888         * profiler.el (profiler-report-mode-map): Add a menu.
889         No need to bind `q' because we derive from special-mode.
890         (profiler-report-find-entry): Handle calls from the menu-bar.
892 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
894         * emacs-lisp/byte-run.el (defun-declarations-alist):
895         Allow a compiler-macro to be a lambda expression.
897         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
898         eval-when-compile.
899         (python-syntax-context): Add compiler-macro.
900         (python-font-lock-keywords): Simplify with De Morgan.
902         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
904         * files.el (load-file): Require match in minibuffer selection, as was
905         the case in Emacs-20 before we changed the spec to allow .elc files
906         (bug#12935).
908         * json.el: Don't require cl since we don't use it.
909         * color.el: Don't require cl.
910         (color-complement): `caddr' -> `nth 2'.
912         * calendar/time-date.el (time-to-seconds): De-obsolete.
914 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
916         * calc/calc-forms.el (math-leap-year-p):  Fix formula for negative
917         year numbers.
918         (math-date-to-julian-dt): Adjust the initial approximation for the
919         year to deal with the new definition of the DATE.
921 2012-11-19  Daniel Colascione  <dancol@dancol.org>
923         * term/w32-win.el (cygwin-convert-path-from-windows):
924         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
926 2012-11-18  Chong Yidong  <cyd@gnu.org>
928         * filecache.el (file-cache--read-list): New function.
929         (file-cache-add-directory-list, file-cache-add-file-list)
930         (file-cache-delete-file-list, file-cache-delete-directory-list):
931         Use it to read a list of files or directories (Bug#12846).
932         (file-cache-add-file, file-cache-add-directory)
933         (file-cache-delete-file-list, file-cache-delete-file-regexp)
934         (file-cache-delete-directory): Print an message.
936 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
938         * calc/calc-forms.el (math-date-to-dt): Use integer date when
939         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
941 2012-11-18  Glenn Morris  <rgm@gnu.org>
943         * image.el (insert-image, insert-sliced-image): Doc fix.
945 2012-11-18  Chong Yidong  <cyd@gnu.org>
947         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
948         (Bug#12810).
950 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
952         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
953         response when the target file is in a subdirectory (Bug#12757).
955 2012-11-18  Chong Yidong  <cyd@gnu.org>
957         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
959 2012-11-18  Glenn Morris  <rgm@gnu.org>
961         * emacs-lisp/cl-lib.el (face-underline-p):
962         Use set-face-underline rather than the alias set-face-underline-p.
964         * window.el (with-temp-buffer-window): Doc fix.
965         * subr.el (with-output-to-temp-buffer):
966         Add doc xref to with-temp-buffer-window.
968 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
970         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
971         * calc/calc.el (math-format-date-cache): Declare.
973 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
975         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
976         It also uses January 1, 1 AD as its day number 1.
977         * calc/calc-forms.el (math-julian-date-beginning)
978         (math-julian-date-beginning-int): Implement this.
980 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
982         * descr-text.el (quail-find-key):
983         * dired.el (desktop-file-name):
984         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
985         * generic-x.el (comint-mode, comint-exec):
986         * image-dired.el (widget-forward):
987         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
988         (speedbar-change-expand-button-char)
989         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
990         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
991         * printing.el (easy-menu-add-item, easy-menu-remove-item)
992         (widget-field-action, widget-value-set):
993         * speedbar.el (imenu--make-index-alist):
994         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
995         (ring-length, ring-insert):
996         * vcursor.el (compare-windows-skip-whitespace):
997         * woman.el (dired-get-filename):
998         Declare functions.
1000         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
1002 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
1004         * calc/calc.el (calc-gregorian-switch): New variable.
1006         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
1007         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
1008         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
1009         (math-leap-year-p): Add option to distinguish between Julian
1010         and Gregorian calendars.
1011         (math-day-number): Use `math-day-in-year' to do the computations.
1012         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
1013         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
1014         to do the computations.
1015         (math-date-to-dt): Use `math-date-to-julian-dt' and
1016         `math-date-to-gregorian-dt' to do the computations.
1017         (calcFunc-weekday, math-format-date-part): Use the new version of
1018         the DATE to determine the weekday.
1019         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
1020         when necessary.
1022 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
1024         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
1025         Cygwin; otherwise use 'file:'.  (Bug#12914)
1026         (cygwin-convert-path-from-windows): Declare, to avoid
1027         byte-compiler warnings.
1029 2012-11-17  Andreas Politz  <politza@fh-trier.de>
1031         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
1032         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
1033         prefix and negative numeric prefix args (Bug#12795).
1035 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
1037         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1038         Don't signal an error with a score that is too low to add to the
1039         list of top scores. (Bug#12779)
1041 2012-11-17  Chong Yidong  <cyd@gnu.org>
1043         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
1045         * filecache.el (file-cache-add-file): Handle relative file name in
1046         the argument (Bug#12694).
1048 2012-11-16  JĂ¼rgen Hötzel  <juergen@archlinux.org>  (tiny change)
1050         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
1052 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
1056         * emacs-lisp/cl-lib.el: Set more meaningful version number.
1058 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
1060         * window.el (enlarge-window, shrink-window): Don't mention return
1061         value in doc-string (Bug#12896).
1062         (window--display-buffer): Don't resize frames - it won't work
1063         with all window managers and defeat pop-up-frame-alist.
1064         (display-buffer-alist): In doc-string explain that CONDITION can
1065         be a function and which arguments are passed to it (Bug#12854).
1066         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
1067         expressions (Bug#12854).
1068         (display-buffer): Pass ACTION argument to
1069         display-buffer-assq-regexp.
1071 2012-11-16  Glenn Morris  <rgm@gnu.org>
1073         * window.el (fit-frame-to-buffer-bottom-margin)
1074         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
1076         * faces.el (face-underline-p): Use face-attribute-specified-or.
1078 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
1080         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
1082 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1084         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
1086 2012-11-16  Glenn Morris  <rgm@gnu.org>
1088         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
1089         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
1091         * faces.el (face-underline-p): Doc fix.  Handle :underline being
1092         things other than `t' (a string, a list).
1093         (face-inverse-video-p): Doc fix.
1094         (set-face-underline): Rename it back from set-face-underline-p.
1095         Doc fix.  Allow interactive input of values other than t.
1096         (read-face-attribute): Apply formatting to :underline,
1097         since like :box and :stipple it can take list values.
1099         * term.el (ansi-term): Don't let C-x escape-char binding
1100         clobber the more standard C-c binding.  (Bug#12842)
1102         * subr.el (set-temporary-overlay-map): Doc fix.
1104 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
1106         * window.el (record-window-buffer)
1107         (display-buffer-record-window): When copying the markers to
1108         window-point preserve window-point-insertion-type. (Bug#12588)
1110 2012-11-16  Glenn Morris  <rgm@gnu.org>
1112         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
1113         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
1114         Use new names for hooks rather than obsolete aliases.
1116 2012-11-15  Daniel Colascione  <dancol@dancol.org>
1118         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
1119         prefix instead of "file:" so that when FILE-NAME begins with "//",
1120         as it does when the target file is on a network share, url-handler
1121         isn't confused.
1123 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1125         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
1126         a preactivated advice from an old advice.el; they're not compatible!
1128 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1130         * emacs-lisp/nadvice.el (advice--make-interactive-form):
1131         Fix string-spec case.
1133         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
1135 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1137         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
1138         (advice--buffer-local-function-sample): New var.
1139         (advice--set-buffer-local, advice--buffer-local): New functions.
1140         (add-function, remove-function): Use them.
1142 2012-11-15  Drew Adams  <drew.adams@oracle.com>
1144         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
1146 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1148         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
1149         potential binding of print-gensym to t, and prettify (back)quotes in
1150         case they appear in args's default values (bug#12884).
1152 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1154         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
1155         (advice-eval-interactive-spec): New function.
1156         (advice--make-interactive-form): Support around advice (bug#12844).
1158 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1160         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
1161         more strict.  Add docstring.
1162         (ruby-expression-expansion-re): Extract from
1163         `ruby-match-expression-expansion'.
1164         (ruby-syntax-propertize-function): After everything else, search
1165         for expansions in string literals, mark their insides as
1166         whitespace syntax and save match data for font-lock.
1167         (ruby-font-lock-keywords): Use the 2nd group from expression
1168         expansion matches.
1169         (ruby-match-expression-expansion): Use the match data saved to the
1170         text property in ruby-syntax-propertize-function.
1172 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1174         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
1175         (bug#12879).
1177 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1179         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
1180         start/end keyword a bit harder.  Works with different values of N.
1181         Add more comments.
1182         (ruby-end-of-block): Update accordingly.
1184 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1186         * woman.el (woman-file-name): Don't mess with unread-command-events
1187         (bug#12861).
1189         * emacs-lisp/advice.el: Layer on top of nadvice.el.
1190         Remove out of date self-require hack.
1191         (ad-do-advised-functions): Use simple `dolist'.
1192         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
1193         (ad-advice-definition): Redefine as functions.
1194         (ad-advice-classes): Move before first use.
1195         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
1196         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
1197         (ad--defalias-fset): Remove functions.
1198         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
1199         (ad-get-orig-definition): Rewrite.
1200         (ad-make-advised-definition-docstring): Change base docstring.
1201         (ad-real-orig-definition): Rewrite.
1202         (ad-map-arglists): Change name of called function.
1203         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
1204         (ad-make-advised-definition): Simplify.
1205         (ad-assemble-advised-definition): Tweak for new calling context.
1206         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
1207         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
1208         function and call ad-activate if needed.
1209         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
1210         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
1211         (ad-compile-function): Compile ad-Advice-*.
1212         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
1213         (ad-start-advice, ad-stop-advice): Remove.
1215 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1217         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
1218         period before class method names, not after.  Remove handling of
1219         one impossible case.  Add comments.
1221 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1223         * emacs-lisp/advice.el: Remove support for freezing.
1224         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
1225         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
1226         Remove support for `freeze'.
1228         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
1229         override the default.
1230         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
1231         cl--dotimes/dolist.
1232         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
1233         `cl' is loaded.
1235         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
1236         from add-advice.
1237         (advice--strip-macro): New function.
1238         (advice--defalias-fset): Use them to handle macros.
1239         (advice-add): Use them.
1240         (advice-member-p): Correctly handle macros.
1242 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1244         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1245         Never font-lock the beginning of singleton class as heredoc.
1247 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1249         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
1251 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
1253         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
1254         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
1255         thereby restoring the behavior of revisions prior to 109621.
1257 2012-11-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1259         Fix end-of-defun misbehavior.
1260         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
1261         python-beginning-of-defun-function.  Handle nested defuns
1262         correctly.
1263         (python-nav-end-of-defun): Rename from
1264         python-end-of-defun-function.  Ensure forward movement.
1265         (python-info-current-defun): Reimplement to work as intended
1266         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
1267         parent defuns as soon as possible.
1269 2012-11-13  Glenn Morris  <rgm@gnu.org>
1271         * progmodes/flymake.el (flymake-error-bitmap)
1272         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
1273         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
1275 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1277         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
1278         backward, always stop at indentation.  Reverts the change from
1279         109576 (Bug#12851).
1281 2012-11-13  Glenn Morris  <rgm@gnu.org>
1283         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
1284         Add ibuffer-filter-by-derived-mode.
1286         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
1287         the same name shadowing each other.
1289         * window.el (with-temp-buffer-window): Doc tweak.
1291         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
1293         * help.el (temp-buffer-max-height):
1294         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
1295         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
1297 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1299         * emacs-lisp/nadvice.el: New package.
1300         * subr.el (special-form-p): New function.
1301         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
1302         (elp-all-instrumented-list): Remove var.
1303         (elp-not-profilable): Remove elp-wrapper.
1304         (elp-profilable-p): Use autoloadp and special-form-p.
1305         (elp--advice-name): New const.
1306         (elp-instrument-function): Use advice-add.
1307         (elp--instrumented-p): New predicate.
1308         (elp-restore-function): Use advice-remove.
1309         (elp-restore-all, elp-reset-all): Use mapatoms.
1310         (elp-set-master): Use elp--instrumented-p.
1311         (elp--make-wrapper): Rename from elp-wrapper, return a function
1312         suitable for advice-add.  Use cl-inf.
1313         (elp-results): Use mapatoms+elp--instrumented-p.
1314         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
1315         (debug-function-list): Remove var.
1316         (debug): Rename arg, and then let-bind it explicitly inside.
1317         (debugger-setup-buffer): Rename arg.
1318         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
1319         (debugger-frame-number): Adjust to new debug-on-entry setup.
1320         (debug--implement-debug-on-entry): Rename from
1321         implement-debug-on-entry, add argument.
1322         (debugger-special-form-p): Remove, use special-form-p instead.
1323         (debug-on-entry): Use advice-add.
1324         (debug--function-list): New function.
1325         (cancel-debug-on-entry): Use it, along with advice-remove.
1326         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
1327         (debugger-list-functions): Use debug--function-list instead of
1328         debug-function-list.
1329         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
1330         (ad-special-form-p): Remove, use special-form-p instead.
1331         (ad-set-advice-info): Use add-function and remove-function.
1332         (ad--defalias-fset): Adjust accordingly.
1334 2012-11-10  Glenn Morris  <rgm@gnu.org>
1336         * mail/emacsbug.el (report-emacs-bug-tracker-url)
1337         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
1338         (report-emacs-bug-create-existing-bugs-buffer)
1339         (report-emacs-bug-parse-query-results)
1340         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
1342         * term.el (term-default-fg-color, term-default-bg-color):
1343         Make obsolete, rather than just saying "deprecated" in the doc.
1345         * term.el (term): Rename from `term-face'.
1346         (term-current-face, ansi-term-color-vector)
1347         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
1348         Update all users.
1350 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
1352         * server.el (server-create-window-system-frame): Handle Nextstep
1353         specially (Bug#12780).
1355 2012-11-10  Glenn Morris  <rgm@gnu.org>
1357         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1358         Unautoload, and make obsolete.  (Bug#7449)
1360 2012-11-10  Chong Yidong  <cyd@gnu.org>
1362         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
1363         rename from diff-remove-trailing-whitespace (Bug#12831).
1365 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1367         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
1368         miscompilation of trace.el.
1370 2012-11-10  Glenn Morris  <rgm@gnu.org>
1372         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
1374 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1376         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
1377         (bug#12812).
1379 2012-11-10  Chong Yidong  <cyd@gnu.org>
1381         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
1382         a defcustom with an appropriate :set function.
1383         (minibuffer-default--in-prompt-regexps): New function.
1385 2012-11-10  Glenn Morris  <rgm@gnu.org>
1387         * emacs-lisp/cl.el (define-setf-expander, defsetf)
1388         (define-modify-macro): Doc fixes.
1390         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
1391         (gv-define-simple-setter): Update doc of `fix-return'.
1393 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1395         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
1396         twice when `fix-return' is set (bug#12813).
1398         * emacs-lisp/cl.el (defsetf): Pass the third arg to
1399         gv-define-simple-setter (bug#12812).
1401         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
1402         (bug#12756).
1404 2012-11-10  Glenn Morris  <rgm@gnu.org>
1406         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
1408         * emacs-lisp/cl-extra.el (cl-prettyexpand):
1409         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
1410         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
1411         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
1413         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
1415 2012-11-10  Leo Liu  <sdl.web@gmail.com>
1417         * ido.el (ido-set-matches-1): Improve flex matching performance by
1418         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
1420 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
1423         (ad--defalias-fset): New function.
1424         (ad-safe-fset): Remove.
1425         (ad-make-freeze-definition): Use cl-letf*.
1427 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1429         * subr.el (dolist): Don't bind VAR in RESULT.
1431         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
1432         (fset, documentation): Don't save real def since we don't advise.
1433         (ad-do-advised-functions): Remove problematic `result-form'.
1434         (ad-safe-fset): `ad-real-fset' => `fset'.
1435         (ad-read-advised-function): Don't assume that ad-do-advised-functions
1436         uses CL's dolist internally.
1437         (ad-arglist): Remove unused arg `name'.
1438         (ad-docstring, ad-make-advised-docstring):
1439         `ad-real-documentation' => `documentation'.
1440         (warning-suppress-types): Declare.
1441         (ad-set-arguments): Simple CSE.
1442         (ad-recover-normality): Sanity check.
1444         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
1445         (funcall '(lambda ..) ..) into ((lambda ..) ..).
1447 2012-11-09  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
1449         * ses.el: symbol to coordinate mapping is made by symbol property
1450         `ses-cell'.  This means that the same mapping is done for all SES
1451         sheets.  That is good enough for cells with standard A1 names, but
1452         not for named cell.  So a hash map is added for the latter.
1453         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
1454         (ses-sym-rowcol): Use hashmap for named cell.
1455         (ses-is-cell-sym-p): New defun.
1456         (ses-decode-cell-symbol): New defun.
1457         (ses-create-cell-variable): Add cell to hashmap when name is not
1458         A1-like.
1459         (ses-rename-cell): Check that cell new name is not already in
1460         spreadsheet with the use of ses-is-cell-sym-p
1461         (ses-rename-cell): Use hash map for named cells, but accept also
1462         renaming back to A1-like.
1464 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1466         * emacs-lisp/advice.el: Use new dynamic docstrings.
1467         (ad-make-advised-definition-docstring, ad-advised-definition-p):
1468         Use dynamic-docstring-function instead of ad-advice-info.
1469         (ad--make-advised-docstring): New function extracted from
1470         ad-make-advised-docstring.
1471         (ad-make-advised-docstring): Use it.
1472         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
1473         from sql-help.
1474         (sql-help): Use it with dynamic-docstring-function.
1476         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
1478 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1480         * files.el (hack-one-local-variable--obsolete): New function.
1481         (hack-one-local-variable): Use it for obsolete settings.
1483         * subr.el (locate-user-emacs-file): If both old and new name exist, use
1484         the new name.
1486         * progmodes/js.el (js--filling-paragraph): New var.
1487         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
1488         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
1489         less sneaky.
1491 2012-11-08  Julien Danjou  <julien@danjou.info>
1493         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
1494         `auto-mode-alist' (Bug#12835).
1496 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1498         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
1499         (perl--prettify-symbols-alist): New const.
1500         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
1501         New functions.
1502         (perl-font-lock-keywords-2): Use them.
1503         (perl-electric-noindent-p): New function.
1504         (perl-mode): Use it to set up electric-indent-mode.
1505         (perl-electric-terminator, perl-indent-command): Mark obsolete.
1506         (perl-mode-map): Remove bindings for them.
1507         (perl-imenu-generic-expression, perl-outline-level):
1508         Match functions&packages in column>0.
1510         * env.el (env--substitute-vars-regexp): New const.
1511         (substitute-env-vars): Use it.  Add `only-defined' arg.
1512         * net/tramp.el (tramp-replace-environment-variables): Use it.
1514         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1515         Byte-compile *before* eval in eval-and-compile.
1516         (byte-compile-log-warning): Remove redundant inhibit-read-only.
1517         (byte-compile-file-form-autoload): Don't hide actual definition.
1518         (byte-compile-maybe-guarded): Accept `functionp' as well.
1520         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
1522 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
1524         * notifications.el (notifications-get-server-information-method):
1525         New defconst.
1526         (notifications-get-capabilities): Fix docstring.
1527         (notifications-get-server-information): New defun.
1529 2012-11-06  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1531         * textmodes/ispell.el (ispell-region): Standard re-indent for better
1532         readability.
1534         * textmodes/ispell.el: Experimental support for support debugging.
1535         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
1536         buffer for ispell.
1537         (ispell-print-if-debug): New function to print stuff to
1538         `ispell-debug-buffer' if debugging is enabled.
1539         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
1540         show some debugging info.
1541         (ispell-buffer-with-debug): New function that creates a debugging
1542         buffer and calls `ispell-buffer' with debugging enabled.
1544         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
1545         comment in autoconf mode. (Bug#12768)
1547 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
1549         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
1550         frame-first-window, frame-root-window, frame-selected-window,
1551         minibuffer-selected-window, minibuffer-window,
1552         window-absolute-pixel-edges, window-at, window-body-height,
1553         window-body-width, window-display-table, window-combination-limit,
1554         window-frame, window-fringes, window-inside-absolute-pixel-edges,
1555         window-inside-edges, window-inside-pixel-edges, window-left-child,
1556         window-left-column, window-margins, window-next-buffers,
1557         window-next-sibling, window-new-normal, window-new-total,
1558         window-normal-size, window-parameter, window-parameters, window-parent,
1559         window-pixel-edges, window-point, window-prev-buffers,
1560         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
1561         window-start, window-text-height, window-top-child, window-top-line,
1562         window-total-height, window-total-width and window-use-time to the list
1563         of functions without side-effects.
1564         (toplevel): Add window-valid-p to the list of error-free functions
1565         without side-effects.
1567 2012-11-05  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1569         * textmodes/ispell.el (ispell-program-name):
1570         Update spellchecker parameters when customized.
1572 2012-11-04  Glenn Morris  <rgm@gnu.org>
1574         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
1576 2012-11-04  Chong Yidong  <cyd@gnu.org>
1578         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
1579         same-window-* variables.
1581 2012-11-04  Juri Linkov  <juri@jurta.org>
1583         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
1584         (isearch-describe-key, isearch-describe-mode): Use a display
1585         action instead of binding same-window-* variables (Bug#10040).
1587 2012-11-03  Glenn Morris  <rgm@gnu.org>
1589         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1590         Rename handler properties back from cl-- to cl-.  (Bug#12788)
1592         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
1594 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
1596         * term/pc-win.el: Don't load term/internal from here.
1598         * loadup.el: Load term/internal from here.
1600 2012-11-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1602         * progmodes/python.el (inferior-python-mode): Fix hang in
1603         jit-lock (Bug#12645).
1605 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
1607         * window.el (switch-to-visible-buffer)
1608         (switch-to-buffer-preserve-window-point): Fix doc-strings.
1610 2012-11-03  Glenn Morris  <rgm@gnu.org>
1612         * emacs-lisp/cl-lib.el (cl--random-time):
1613         Rename from cl-random-time.  (Bug#12773)
1614         (cl--gensym-counter, cl--random-state): Update callers.
1615         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
1617 2012-11-03  Chong Yidong  <cyd@gnu.org>
1619         * cus-start.el: Make cursor-type customizable (Bug#11633).
1621 2012-11-02  Glenn Morris  <rgm@gnu.org>
1623         * filecache.el: No need to load find-lisp when compiling.
1624         (find-lisp-find-files): Autoload it.
1625         (file-cache-add-directory-recursively): Don't require find-lisp.
1627         * image.el (image-type-from-file-name): Trivial simplification.
1629         * emacs-lisp/bytecomp.el (byte-compile-eval):
1630         Decouple "noruntime" and "cl-functions" warnings.
1632 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
1634         * play/gomoku.el (gomoku-display-statistics): Update mode line
1635         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
1637 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
1639         * window.el (quit-restore-window): If the window has been
1640         created on an existing frame and ended up as the sole window on
1641         that frame, do not delete it (Bug#12764).
1643 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1645         * progmodes/sh-script.el (sh--inside-noncommand-expression):
1646         Rename from sh--inside-arithmetic-expression, handle more cases
1647         (bug#11263).
1649         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
1650         (sh-font-lock-open-heredoc): Use it (bug#12770).
1652 2012-10-30  Glenn Morris  <rgm@gnu.org>
1654         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
1656         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
1658 2012-10-29  Chong Yidong  <cyd@gnu.org>
1660         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
1661         function key is stored in a keyboard macro (Bug#4894).
1663         * thingatpt.el (number-at-point): Apply a thing-at-point property.
1665 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1667         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
1668         header comments".
1669         (diff-unified->context, diff-context->unified)
1670         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
1672         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
1674         * files.el (find-alternate-file): Only ask one question (bug#12487).
1676 2012-10-29  Chong Yidong  <cyd@gnu.org>
1678         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
1679         Suggested by Dan Nicolaescu (Bug#6326).
1681         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
1683         * startup.el (fancy-about-screen): Don't message (Bug#12680).
1685         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
1687         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
1689         * face-remap.el (face-remap-add-relative): Handle the case where a
1690         face-remapping-alist entry is a cons cell (Bug#12762).
1692 2012-10-29  Kevin Ryde  <user42@zip.com.au>
1694         * woman.el (woman-parse-numeric-value): Handle picas correctly
1695         (Bug#12639).
1697 2012-10-29  Glenn Morris  <rgm@gnu.org>
1699         * emacs-lisp/cl.el (defsetf): Doc fix.
1701 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1703         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
1704         syntax to the matching opener, if any (bug#12547).
1705         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
1706         matching open as a "case-(".
1707         (sh-smie-rc-grammar): Add a corresponding rule for it.
1709 2012-10-28  Daniel Hackney  <dan@haxney.org>
1711         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
1712         "PKGNAME-autoloads.el" in case we created it.
1714 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1716         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
1717         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
1718         (completion--twq-all): Disable too-strict assertions.
1720         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
1722 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
1724         * profiler.el (profiler-report-make-entry-part): Fix help-echo
1725         text to match the real keybindings.
1727 2012-10-27  Juri Linkov  <juri@jurta.org>
1729         * wdired.el (wdired-keep-marker-rename): New defcustom.
1730         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
1731         (Bug#11795)
1733         * dired.el (dired-keep-marker-rename): Add reference to
1734         `wdired-keep-marker-rename' in the docstring.
1735         Add default character value ?R to display initially in
1736         Customization UI instead of ?@.
1738 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
1740         * window.el (display-buffer): In doc-string describe
1741         window-height and window-width alist entries.
1743         * time.el (display-time-world): Restore fit-window-to-buffer
1744         behavior.
1746 2012-10-27  Chong Yidong  <cyd@gnu.org>
1748         * subr.el (insert-buffer-substring-as-yank): Doc fix.
1750 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
1752         * minibuffer.el (completion-category-overrides): New completion
1753         category `bookmark' (bug#11131).
1755 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1757         * emacs-lisp/advice.el (ad-assemble-advised-definition):
1758         Silence bogus compiler warnings for ad-do-it.
1760         * bookmark.el (bookmark-completing-read): Set the completion category
1761         to `bookmark' (bug#11131).
1763 2012-10-26  Bastien  <bzg@altern.org>
1764             Stefan Monnier  <monnier@iro.umontreal.ca>
1766         * face-remap.el: Use lexical-binding.
1767         (text-scale-adjust): Improve docstring.  Use itself for the temporary
1768         overlay-map bindings, so as to repeat the "Use..." message each time.
1770 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1772         * emacs-lisp/macroexp.el (macroexp--expand-all):
1773         Obey byte-compile-warning-enabled-p (bug#12486).
1775         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
1776         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
1778 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
1780         * mouse.el (mouse-drag-line): Move last form into preceding when
1781         clause (Bug#12731).
1783         * help.el (resize-temp-buffer-window): Fix doc-string.
1785 2012-10-25  David Engster  <deng@randomsample.de>
1787         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
1788         Remove.  This feature is already integrated in imenu.
1790         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
1791         always loaded.  Require `speedbar' unconditionally.
1793 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1795         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
1797         * minibuffer.el (minibuffer-force-complete): Fix thinko.
1799         * net/ldap.el (ldap-search-internal): The official ldif format starts
1800         with a "version: 1" header (bug#12724).
1802         * emacs-lisp/package.el (package-installed-p): Warn if not ready
1803         (bug#12721).
1805 2012-10-25  Glenn Morris  <rgm@gnu.org>
1807         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
1809 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1811         * minibuffer.el (minibuffer-force-complete): Use one more marker
1812         for the temporary-overlay-map command (bug#12619).
1814 2012-10-24  Chong Yidong  <cyd@gnu.org>
1816         * time.el (display-time-world-mode): Derive from special-mode.
1817         (display-time-world): Use display-buffer (Bug#12708).
1818         (display-time-world-mode-map): Variable deleted.
1819         (display-time-world-display): Wrap the final delete-char inside
1820         inhibit-read-only.
1822 2012-10-24  Chong Yidong  <cyd@gnu.org>
1824         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
1825         Doc fix.
1827         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
1829 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1831         * minibuffer.el (completion--all-sorted-completions-location): New var.
1832         (completion--cache-all-sorted-completions)
1833         (completion--flush-all-sorted-completions): Use it.
1834         (completion-in-region, completion-in-region--postch)
1835         (completion-at-point, completion-help-at-point): Use markers in
1836         completion-in-region--data (bug#12619).
1838 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1840         * progmodes/compile.el (compilation-start): Try to handle common
1841         quoting of `cd' argument (bug#12640).
1843         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
1844         (bug#12671).
1846 2012-10-23  Glenn Morris  <rgm@gnu.org>
1848         * progmodes/gud.el (gud-menu-map):
1849         Check gdb-active-process is bound.  (Bug#12358)
1851 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1853         * repeat.el (repeat): Set real-this-command (bug#12232).
1855         * htmlfontify.el (hfy-post-html-hook):
1856         * filesets.el (filesets-cache-fill-content-hook):
1857         * arc-mode.el (archive-extract-hook):
1858         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1859         * net/rcirc.el (rcirc-sentinel-functions)
1860         (rcirc-receive-message-functions, rcirc-activity-functions)
1861         (rcirc-print-functions):
1862         * net/dbus.el (dbus-event-error-functions):
1863         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1864         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1865         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1866         * term/sun.el (sun-raw-prefix-hooks):
1867         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1869 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
1871         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1872         Set `tramp-chunksize' to 1.  This improves the performance.
1873         (tramp-smb-wait-for-output): Add timeout to
1874         `tramp-accept-process-output' calls.
1876 2012-10-23  Chong Yidong  <cyd@gnu.org>
1878         * faces.el (font-list-limit): Define as an obsolete variable.
1880         * startup.el (command-line):
1881         * cus-start.el: Don't refer to font-list-limit.
1883         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1885 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1887         * subr.el (internal-temp-output-buffer-show): Rename from
1888         temp-output-buffer-show, since previously compiled files expect this name.
1890 2012-10-23  Glenn Morris  <rgm@gnu.org>
1892         * image.el (image-type-from-file-name): If multiple types match,
1893         return the first one that is supported.  (Bug#9045)
1895 2012-10-22  Glenn Morris  <rgm@gnu.org>
1897         * image.el (imagemagick-enabled-types): Doc fix.
1899 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
1901         * progmodes/which-func.el (which-func-current): The hash-table may have
1902         an explicit nil (bug#12338).
1904 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1906         * electric.el (electric-pair-delete-selection-self-insert-function):
1907         Rename to electric-pair-will-use-region, return a boolean.
1908         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
1910         * delsel.el (delete-selection-helper): Use a function instead of a hook.
1911         (delete-selection-pre-hook): Use use-region-p.
1912         (delete-selection-self-insert-function): Remove.
1913         (self-insert-command): Obey self-insert-uses-region-functions.
1914         (self-insert-iso): Revert to previous setting, since we don't actually
1915         know what that command does.
1916         (delete-selection-self-insert-hooks): Remove.
1918 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
1920         * delsel.el (delete-selection-helper): New function, extracted from
1921         delete-selection-pre-hook.
1922         (delete-selection-pre-hook): Use it.
1923         (delete-selection-self-insert-function): New function.
1924         (delete-selection-self-insert-hooks): New hook.
1925         (self-insert-command, self-insert-iso): Use it.
1926         * electric.el (electric-pair-syntax): New function, extracted from
1927         electric-pair-post-self-insert-function.
1928         (electric-pair-post-self-insert-function): Use it.
1929         (electric-pair-delete-selection-self-insert-function): New function.
1930         (electric-pair-mode): Require delsel and setup
1931         delete-selection-self-insert-hooks (bug#11520).
1933 2012-10-20  Chong Yidong  <cyd@gnu.org>
1935         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1936         no changes to show (Bug#12586).
1938         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1939         list explicitly (Bug#12571).
1941 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
1943         * progmodes/flymake.el (flymake-create-temp-inplace):
1944         Use file-truename.
1946 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
1948         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
1950 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
1952         * calc/calc-units.el (math-extract-units): Properly extract powers
1953         of units.
1955 2012-10-20  Daniel Colascione  <dancol@dancol.org>
1957         * frame.el (make-frame): Set x-display-name as we used to in order
1958         to unbreak creating an X11 frame from an Emacs daemon started
1959         without a display.
1961 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1963         * minibuffer.el (minibuffer-force-complete): Make the next completion use
1964         the same completion-field (bug#12221).
1966 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
1968         * emacs-lisp/debug.el (debug): Record height of debugger window
1969         also when debugger will be back (Bug#8789).
1971 2012-10-18  Chong Yidong  <cyd@gnu.org>
1973         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1974         Convert to defcustom.
1975         (gdb-get-source-file): Don't bind pop-up-windows.
1977         * progmodes/gud.el (gud-display-line): Don't specially re-use
1978         other frames for the gdb-mi case (Bug#12648).
1980 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1982         * emacs-lisp/advice.el: Clean up commentary a bit.
1983         (ad-do-advised-functions, ad-with-originals): Use `declare'.
1984         (byte-code-function-p): Never redefine.
1986         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1988 2012-10-18  Glenn Morris  <rgm@gnu.org>
1990         * dired.el (dired-sort-toggle): Some ls implementations only allow
1991         a single option string.  (Bug#12666)
1993         * minibuffer.el (completion-cycle-threshold): Doc fix.
1995 2012-10-17  Kenichi Handa  <handa@gnu.org>
1997         * international/mule.el (set-keyboard-coding-system):
1998         Recover input meta mode when the new coding system doesn not use 8-bit.
1999         Supply TERMINAL arg to set-input-meta-mode.
2001 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>
2003         * wdired.el (wdired-old-marks): New variable.
2004         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
2005         (wdired-do-renames): Move point with renamed file and don't lose
2006         mark status (Bug#11795).
2008 2012-10-16  Juri Linkov  <juri@jurta.org>
2010         * replace.el (query-replace-help): Mention multi-buffer replacement
2011         keys in the Help message.  (Bug#12655)
2013 2012-10-15  Chong Yidong  <cyd@gnu.org>
2015         * emacs-lisp/byte-run.el (defsubst): Doc fix.
2017 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2019         * window.el (display-buffer): Doc fix.
2021         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2022         Adjust the msft regexp to the output of Studio 2010, and move msft
2023         before edg-1.  See the discussion on emacs-devel,
2024         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
2025         for the details.
2027 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2029         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
2030         (oset): Move uses of object-class-fast macro after its definition.
2032         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
2034 2012-10-13  Chong Yidong  <cyd@gnu.org>
2036         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
2037         enabled, re-enable it (Bug#11963).
2039 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
2041         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
2042         non-nil, restore window configuration (Bug#12623).
2044 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2046         * help-fns.el (describe-variable, describe-function-1):
2047         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
2049         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
2051 2012-10-12  Glenn Morris  <rgm@gnu.org>
2053         * mail/rmailsum.el (rmail-header-summary):
2054         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
2056 2012-10-12  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2058         * progmodes/python.el (python-mode-map):
2059         Replace subtitute-key-definition with proper command remapping.
2060         (python-nav--up-list): Fix behavior for blocks on the same level.
2062 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2064         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
2066         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
2067         changes to the format of load-history.
2069         * international/mule-cmds.el (read-char-by-name): Move let-binding of
2070         completion-ignore-case in case that var is buffer-local (bug#12615).
2072 2012-10-11  Kenichi Handa  <handa@gnu.org>
2074         * international/eucjp-ms.el: Re-generated.
2076 2012-10-10  Kenichi Handa  <handa@gnu.org>
2078         * select.el (xselect--encode-string): If a coding is specified for
2079         selection, and that is compatible with COMPOUND_TEXT, use it.
2081 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
2083         * window.el (switch-to-buffer-preserve-window-point): New option.
2084         (switch-to-buffer):
2085         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
2087 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2089         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
2090         Don't document nil as a useful value (bug#12583).
2092 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
2094         * net/tramp.el (tramp-debug-message):
2095         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
2096         (with-tramp-progress-reporter): Rename from
2097         `tramp-with-progress-reporter'.
2098         (with-tramp-file-property, with-tramp-connection-property):
2099         Move from tramp-cache.el, rename from `with-file-property' and
2100         `with-connection-property', respectively.
2102         * net/tramp-cache.el: Remove `with-file-property' and
2103         `with-connection-property'.
2105         * net/tramp.el:
2106         * net/tramp-gvfs.el:
2107         * net/tramp-sh.el:
2108         * net/tramp-smb.el: Adapt callees.
2110         * net/trampver.el: Update release number.
2112 2012-10-09  Glenn Morris  <rgm@gnu.org>
2114         * w32-fns.el (set-message-beep):
2115         * term/w32-win.el (set-message-beep): Update declarations.
2117 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
2120         (mode-line-widen, mode-line-input-method-map)
2121         (mode-line-coding-system-map, mode-line-remote)
2122         (mode-line-unbury-buffer, mode-line-bury-buffer)
2123         (mode-line-next-buffer, mode-line-previous-buffer):
2124         Replace save-selected-window+select-window => with-selected-window.
2126         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
2127         * progmodes/cc-vars.el (bq-process): Remove, unused.
2129         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
2131 2012-10-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2133         Implemented `backward-up-list'-like navigation.
2134         * progmodes/python.el (python-nav-up-list)
2135         (python-nav-backward-up-list): New functions.
2136         (python-mode-map): Define substitute key for backward-up-list to
2137         python-nav-backward-up-list.
2139 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2141         * progmodes/python.el (python-fill-paragraph): Rename from
2142         python-fill-paragraph-function.  Fixed fill-paragraph for
2143         decorators (Bug#12605).
2145 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2147         * progmodes/python.el (python-shell-output-filter): Handle extra
2148         carriage return in OSX (Bug#12409).
2150 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2152         Fix shell handling of unbalanced quotes and parens in output.
2153         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
2154         (python-syntax-propertize-function): Use it.
2155         (python-shell-output-syntax-table): New var.
2156         (inferior-python-mode): Prevent unbalanced parens/quotes from
2157         previous output mess with current input context.
2159 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
2161         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
2162         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
2164 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
2166         * ffap.el (ffap-replace-file-component): Support Tramp file name
2167         syntax, not only ange-ftp's one.
2169 2012-10-08  Glenn Morris  <rgm@gnu.org>
2171         * cus-start.el (message-log-max): Set :version.
2173         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
2175 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
2177         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
2178         the minibuffer window (Bug#10851).
2180 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2182         Enhancements on forward-sexp movement.
2183         * progmodes/python.el (python-nav-beginning-of-statement)
2184         (python-nav-end-of-statement): Return point-marker.
2185         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
2186         (python-info-current-symbol)
2187         (python-info-statement-starts-block-p): Rename from
2188         python-info-beginning-of-block-p.
2189         (python-info-statement-ends-block-p): Rename from
2190         python-info-end-of-block-p.
2191         (python-info-beginning-of-statement-p)
2192         (python-info-end-of-statement-p)
2193         (python-info-beginning-of-block-p, python-info-end-of-block-p):
2194         New functions.
2196 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2198         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
2199         frame-selected-windows.
2201 2012-10-08  Daniel Colascione  <dancol@dancol.org>
2203         * battery.el (battery-status-function): Check for
2204         w32-battery-status itself, not system-time windows-nt.
2206         * frame.el: Require cl-lib.
2207         (display-format-alist): New variable mapping frame types to
2208         functions that initialize them.
2209         (window-system-for-display): New function: interprets
2210         display-format-alist.
2211         (make-frame-on-display): Remove existing display-selection logic
2212         and just forward to make-frame, which will now DTRT.
2213         (make-frame): Restructure to use window-system-for-display to
2214         figure out how to create a frame on a given display.
2215         (display-mouse-p): Look for frame-type w32, not a particular
2216         system-type.
2218         * loadup.el: Load w32 lisp code when we have the w32 feature.
2220         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
2221         system-type windows-nt.
2223         * server.el (server-create-window-system-frame): Look for window
2224         type.
2225         (server-proces-filter): Only force a window system when windows-nt
2226         _and_ w32.  Explain why.
2228         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
2229         of window systems we configure for the mode.
2231         * startup.el (command-line): Mark window system is initialized
2232         after we've done it.
2234         * common-win.el (x-select-text): Look for w32, not windows-nt.
2236         * ns-win.el: Require cl-lib.  Add ourselves to
2237         display-format-alist.
2238         (ns-initialize-window-system): Assert we're not initialized twice.
2240         * w32-win.el: Enable lexical binding; require cl-lib; add
2241         ourselves to display-format-alist.
2242         (w32-handle-dropped-file): Convert incoming dropped files from
2243         Windows paths to Cygwin ones before passing them on to the rest of
2244         Emacs.
2245         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
2246         (w32-initialize-window-system): Assert we're not initialized twice.
2248         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
2249         (x-initialize-window-system): Assert we're not initialized twice.
2251         * w32-common-fns.el: New File.
2252         (w32-version, w32-using-nt, w32-get-clipboard-data)
2253         (w32-set-clipboard-data, x-set-selection, x-get-selection)
2254         (w32-charset-info-alist, x-last-selected, text)
2255         (x-get-selection-value, x-selection-value): Move here.
2257         * w32-fns.el: Require w32-common-fns.
2258         (w32-version, w32-using-nt, w32-get-clipboard-data)
2259         (w32-set-clipboard-data, x-set-selection, x-get-selection)
2260         (w32-charset-info-alist, x-last-selected, text)
2261         (x-get-selection-value, x-selection-value): Move to
2262         w32-common-fns.
2264         * w32-vars.el:
2265         (w32-allow-system-shell, w32-system-shells): Define only in
2266         non-cygwin case.
2268 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2270         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
2271         (read-passwd): Remove a few more potential sources of leaks.
2273 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2275         * progmodes/python.el (inferior-python-mode)
2276         (python-shell-make-comint): Fix initialization of local
2277         variables copied from parent buffer.
2279 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
2281         * term/ns-win.el (ns-read-file-name): Update declaration to match
2282         nsfns.m.
2283         (ns-respond-to-change-font): Change fontsize separatly so we are sure
2284         it is set when font is acted upon.
2286 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2288         Enhancements to indentation.
2289         * progmodes/python.el (python-indent-context): Give priority to
2290         inside-string context.  Make comments indentation markers.
2291         (python-indent-region): Do not mess with strings, unless it's the
2292         enclosing set of quotes.
2294 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2296         * window.el (internal--before-save-selected-window)
2297         (internal--after-save-selected-window): New functions extracted from
2298         save-selected-window.  Make sure we return the `alist' we construct.
2299         (save-selected-window): Use them.
2301         * textmodes/tex-mode.el (tex-recenter-output-buffer):
2302         Use with-selected-window.
2304         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
2305         forms that define macros (bug#12593).
2307 2012-10-07  Kenichi Handa  <handa@gnu.org>
2309         * international/mule-conf.el (compound-text-with-extensions):
2310         Add :mime-charset property as x-ctext.
2312 2012-10-07  Stefan Merten  <smerten@oekonux.de>
2314         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2315         (rst-indent-literal-normal, rst-indent-literal-minimized)
2316         (rst-indent-comment): Correct :version tag.
2317         (rst-official-cvs-rev): Correct version string.
2319 2012-10-07  Glenn Morris  <rgm@gnu.org>
2321         * mail/rmailmm.el (rmail-mime-process-multipart):
2322         Do not confuse a multipart message with an epilogue
2323         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
2325 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2327         Fix shell output retrieval and comint-prompt-regexp init.
2328         * progmodes/python.el (inferior-python-mode):
2329         (python-shell-make-comint): Fix initialization of
2330         comint-prompt-regexp from copied file local variables.
2331         (python-shell-fetched-lines): Remove var.
2332         (python-shell-output-filter-in-progress): Rename from
2333         python-shell-fetch-lines-in-progress.
2334         (python-shell-output-filter-buffer): Rename from
2335         python-shell-fetch-lines-string.
2336         (python-shell-fetch-lines-filter): Delete function.
2337         (python-shell-output-filter): New function.
2338         (python-shell-send-string-no-output): Use them.
2340 2012-10-07  Glenn Morris  <rgm@gnu.org>
2342         * hi-lock.el (hi-lock-process-phrase):
2343         Try to make it less fragile.  (Bug#7161)
2345         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
2347 2012-10-06  Glenn Morris  <rgm@gnu.org>
2349         * ehelp.el (electric-help-mode): Use help-mode rather than
2350         non-existent mode `help'.
2351         (electric-help-map): Use button-buffer-map.  (Bug#10917)
2353         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
2354         (reftex-create-bibtex-footer): Fix custom types.
2356         * progmodes/sh-script.el (sh-indent-after-continuation):
2357         Add explicit :group.
2359         * textmodes/rst.el (rst-preferred-decorations)
2360         (rst-shift-basic-offset): Clarify obsolescence versions.
2362         * profiler.el (profiler): Add missing group :version tag.
2363         * avoid.el (mouse-avoidance-banish-position):
2364         * proced.el (proced-renice-command):
2365         * calc/calc.el (calc-ensure-consistent-units):
2366         * calendar/icalendar.el (icalendar-import-format-uid):
2367         * net/tramp.el (tramp-save-ad-hoc-proxies):
2368         * progmodes/bug-reference.el (bug-reference-bug-regexp):
2369         * progmodes/flymake.el (flymake-error-bitmap)
2370         (flymake-warning-bitmap, flymake-fringe-indicator-position):
2371         * progmodes/sh-script.el (sh-indent-after-continuation):
2372         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
2373         (verilog-before-save-font-hook, verilog-after-save-font-hook):
2374         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
2375         (vhdl-array-index-record-field-in-sensitivity-list)
2376         (vhdl-indent-comment-like-next-code-line):
2377         * textmodes/reftex-vars.el (reftex-ref-style-alist)
2378         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
2379         (reftex-cite-key-separator, reftex-create-bibtex-header)
2380         (reftex-create-bibtex-footer):
2381         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2382         (rst-indent-literal-normal, rst-indent-literal-minimized)
2383         (rst-indent-comment): Add missing custom :version tags.
2385         * calendar/timeclock.el (timeclock-modeline-display):
2386         Add missing obsolete alias for renamed user option.
2388         * strokes.el (strokes-modeline-string):
2389         * emulation/crisp.el (crisp-mode-modeline-string):
2390         * eshell/esh-mode.el (eshell-status-in-modeline):
2391         Aliases to defcustoms must come before the defcustom.
2393         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
2394         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2395         (cal-tex-cursor-week-monday): Doc fixes.
2396         (cal-tex-cursor-week2-summary): Doc fix.
2397         Rename from cal-tex-cursor-week-at-a-glance.
2399         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
2400         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
2402         * calendar/calendar.el (calendar-mode-map):
2403         Add cal-tex-cursor-week2-summary.
2405 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2407         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
2409         * subr.el (read-passwd-map): New var.
2410         (read-passwd): Use `read-string' again.
2411         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
2413 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
2415         * register.el (append-to-register, prepend-to-register):
2416         Deactivate mark, as does `copy-to-register' (bug#12389).
2418 2012-10-06  Chong Yidong  <cyd@gnu.org>
2420         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
2422 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
2424         * international/characters.el: Fix simple mistake ((car chars) ->
2425         elt), delete duplicated code.
2427 2012-10-06  Glenn Morris  <rgm@gnu.org>
2429         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
2431 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2433         * color.el (color-hsl-to-rgb): Fix incorrect results for
2434         small and large hue values.  (Bug#12559)
2436 2012-10-05  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2438         Enhancements to docstring formatting when filling paragraphs.
2439         * progmodes/python.el (python-fill-docstring-style): Rename from
2440         python-fill-string-style.  Added new style.
2441         (python-fill-string): Use new style.  Better checks for
2442         docstrings.
2444 2012-10-05  Glenn Morris  <rgm@gnu.org>
2446         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
2448         * color.el (color-name-to-rgb, color-rgb-to-hex)
2449         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2450         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2451         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2452         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2454         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
2456 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
2458         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
2459         to get the correct size across symlinks.
2461         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
2463 2012-10-04  Juri Linkov  <juri@jurta.org>
2465         * replace.el (query-replace-interactive): Declare obsolete.
2466         (query-replace-read-from): Add the last incremental search string
2467         to the list of default values accessible via M-n.
2468         (map-query-replace-regexp): Use `read-regexp'.
2469         (query-replace, query-replace-regexp, query-replace-regexp-eval)
2470         (map-query-replace-regexp, replace-string, replace-regexp):
2471         Fix docstrings to replace mentions of `query-replace-interactive'
2472         with alternatives.  (Bug#12526)
2474 2012-10-04  Juri Linkov  <juri@jurta.org>
2476         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
2477         (dired-pop-to-buffer): Declare obsolete.
2478         (dired-mark-pop-up): Doc fix.
2480 2012-10-04  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2482         Allow user to set docstring style for fill-paragraph.
2483         * progmodes/python.el
2484         (python-fill-comment-function, python-fill-string-function)
2485         (python-fill-decorator-function, python-fill-paren-function):
2486         Remove :safe for defcustoms.
2487         (python-fill-string-style): New defcustom
2488         (python-fill-paragraph-function): Enhance context detection.
2489         (python-fill-string): Honor python-fill-string-style settings.
2491 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
2493         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
2494         after setting its buffer (Bug#10805).
2496 2012-10-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2498         Fix cornercase for string syntax.
2499         * progmodes/python.el (python-syntax-propertize-function):
2500         Simplify and enhance the regexp for unescaped quotes.  Now it also
2501         matches quotes in weird situations like the single quote in
2502         "something\"'".
2503         (python-syntax-stringify): Simplify num-quotes detecting code.
2505 2012-10-03  Glenn Morris  <rgm@gnu.org>
2507         * help-macro.el (three-step-help):
2508         Revert 2012-09-29 change.  (Bug#12567)
2510 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
2512         * menu-bar.el (kill-this-buffer): Don't do anything when
2513         `menu-frame' is not alive or visible (Bug#8184).
2515         * emacs-lisp/debug.el (debug): When quitting the debugger window
2516         restore current buffer (Bug#12502).
2518 2012-10-02  Chong Yidong  <cyd@gnu.org>
2520         * progmodes/hideif.el (hif-lookup, hif-defined):
2521         Handle semantic-c-takeover-hideif.
2523 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
2525         Change sampling interval units from ms to ns.
2526         * profiler.el (profiler-sampling-interval): Change units
2527         from ms to ns, multiplying the default by 1000000 so that
2528         it remains 1 ms.
2529         (profiler-report-cpu-line-format): Give enough room for
2530         the maximum counters on 64-bit hosts.
2531         (profiler-report-render-calltree-1): Call them "CPU samples",
2532         not "Time (ms)", since they are not milliseconds now (and
2533         never really were).
2535 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
2537         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
2538         Fix querying BBDB for entries without a last name (Bug#11580).
2540 2012-10-02  Chong Yidong  <cyd@gnu.org>
2542         * emacs-lisp/eieio.el: Restore Version header.
2544 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2546         * vc/diff-mode.el (diff--auto-refine-data): New var.
2547         (diff-hunk): Use it to delay refinement.
2548         (diff-mode): Remove overlays when we turn off font-lock.
2550         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
2551         (table-initialize-table-fixed-width-mode)
2552         (table-set-table-fixed-width-mode): Remove functions.
2553         (table-command-list): Move initialization into declaration.
2554         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
2555         (table-with-cache-buffer): Use `declare'.
2556         (table-span-cell): Simplify via CSE.
2557         (table-fixed-width-mode): Use define-minor-mode.
2558         (table-call-interactively, table-funcall, table-apply): Remove.
2559         (table-function): New function, to replace them.
2561         * bookmark.el (bookmark-search-pattern): Remove var.
2562         (bookmark-read-search-input): Remove function.
2563         (bookmark-bmenu-search): Reimplement using a minibuffer.
2565         * faces.el (modeline): Remove obsolete face name.
2567         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
2568         and give a non-nil default value.
2569         (add-change-log-entry): Simplify accordingly.
2571 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
2573         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
2574         (vc-git-log-edit-toggle-amend): New function.
2575         (vc-git-log-edit-toggle-signoff): New function.
2576         (vc-git-log-edit-mode): New major mode.
2577         (vc-git-log-edit-mode-map): Keymap for it.
2578         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
2580         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
2581         header names.
2582         (log-edit-toggle-header): New function.
2583         (log-edit-extract-headers): Accept function values in HEADERS alist.
2585 2012-10-01  David Engster  <deng@randomsample.de>
2587         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
2588         from symbol property and change message to be more consistent with
2589         Emacs proper.
2590         (eieio-describe-generic): Add filename for each implementation.
2591         Fix indices for generic and normal methods.
2592         (eieio-method-def, eieio-class-def): New buttons.
2593         (eieio-help-find-method-definition)
2594         (eieio-help-find-class-definition): New functions.
2595         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
2596         class, constructor and method definitions.
2598         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
2599         information in symbol property.
2600         (scoped-class): Remove.
2601         (eieio-slot-name-index, call-next-method): Check if it is bound.
2603 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
2605         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
2606         (eieio-custom-mode): New major mode.
2607         (eieio-customize-object): Use it.
2609 2012-10-01  Eric Ludlam  <zappo@gnu.org>
2611         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
2612         specifying the expected class, and whether subclassing is allowed.
2613         (eieio-persistent-convert-list-to-object):
2614         (eieio-persistent-validate/fix-slot-value)
2615         (eieio-persistent-slot-type-is-class-p): New functions.
2616         (eieio-named::slot-missing): Doc fix.
2618         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
2619         Stop using unused publd variable.
2621         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2622         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
2623         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
2624         (eieio-speedbar-handle-click): Do not specify a class for the
2625         method.  Fixes method invocation order problems with EDE.
2627 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2629         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
2630         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
2632 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
2634         * bookmark.el (bookmark-version-control): Give tags in the
2635         :type choices (Bug#12309), and improve doc string.
2636         (bookmark-write-file): Bind `print-circle' to `t' to allow
2637         circular custom bookmark types.  (Bug#12503)
2639 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
2641         Revert the FOLLOW-SYMLINKS change for file-attributes.
2642         * files.el (remote-file-name-inhibit-cache, after-find-file):
2643         * time.el (display-time-file-nonempty-p): Undo last change.
2645         * profiler.el (profiler-sampling-interval): Change default back to 1.
2646         See Stefan Monnier in
2647         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
2649 2012-10-01  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2651         Shell output catching a la gud-gdb.
2652         * progmodes/python.el (python-shell-fetch-lines-in-progress)
2653         (python-shell-fetch-lines-string, python-shell-fetched-lines):
2654         New Vars.
2655         (python-shell-fetch-lines-filter): New function.
2656         (python-shell-send-string-no-output): Use them.
2658 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
2660         * profiler.el (profiler-sampling-interval): Rename from
2661         profiler-sample-interval.
2662         (profiler-sampling-interval): Default to 10.
2663         (profiler-find-profile): New command (was profiler-find-log).
2664         (profiler-find-profile-other-window): New command.
2665         (profiler-find-profile-other-frame): New command.
2666         (profiler-profile): Introduce API-level data structure.
2668 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
2670         file-attributes has a new optional arg FOLLOW-SYMLINKS.
2671         * files.el (remote-file-name-inhibit-cache):
2672         * time.el (display-time-file-nonempty-p): Use it.
2673         * files.el (after-find-file): Don't chase links before calling
2674         file-exists-p, as file-exists-p already does the right thing.
2676 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
2678         Merge from standalone RefTeX repository.
2680         The following ChangeLog entries are shortened versions of the
2681         original ones with file paths adapted.  A not so strongly edited
2682         version of the original ChangeLog can be found in the commit log.
2684         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
2685         (reftex-arg-cite): Use `reftex-cite-key-separator'.
2686         Correctly handle new value type returned by `reftex-citation'.
2688         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
2689         that entries with whitespace at various places are found.
2690         Doc fix. Include entries that are cross-referenced from cited entries.
2691         Include @String definitions in the resulting bib file.  Add header
2692         and footer defined in `reftex-create-bibtex-header' and
2693         `reftex-create-bibtex-footer'.
2694         (reftex-do-citation): Make it possible again to insert
2695         non-existent entries.  Save match data when asking for optional
2696         arguments. Return all keys, not just the first one.
2697         (reftex-all-used-citation-keys): Fix regexp to correctly extract
2698         all citations in the same line.
2699         (reftex-parse-bibtex-entry): Accept additional optional argument
2700         `raw' and keep quotes or braces if it is non-nil.  Match fields
2701         containing hyphens besides word constituents.
2702         (reftex-get-string-refs): New function.
2703         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
2704         and ask if it should be reread in case it did.
2705         (reftex-pop-to-bibtex-entry)
2706         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
2707         entries with spaces or tabs in front of arguments.
2708         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
2709         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
2710         Match entries containing numbers and symbol constituents.
2711         (reftex-do-citation, reftex-figure-out-cite-format):
2712         Use `reftex-cite-key-separator'.
2714         * textmodes/reftex-dcr.el: Move provide statement to end of file.
2715         (reftex-mouse-view-crossref): Explain why point is set.
2717         * textmodes/reftex-global.el: Whitespace changes.
2719         * textmodes/reftex-index.el: Move provide statement to end of
2720         file.
2721         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
2722         (reftex-index-visit-phrases-buffer): Set marker when visiting
2723         buffer.  This allows for returning from the phrases file to the
2724         file one was just editing instead of the file where the last
2725         phrases was added from.
2726         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
2727         punctuation syntax as it usually is not used as string quote in
2728         TeX-related modes and may occur unmatched.  The change also
2729         prevents fontification of quoted content.
2730         (reftex-index-phrases-mode): Use it.
2732         * textmodes/reftex-parse.el (reftex-parse-from-file):
2733         Move backward one char if a `\' was matched after a section macro.
2734         (reftex-parse-from-file): Use beginning of match instead of end as
2735         bound.
2737         * textmodes/reftex-ref.el: Adapt creation of
2738         `reftex-<package>-<macro>' functions to new structure of
2739         `reftex-ref-style-alist'.
2740         (reftex-reference): Use `reftex-ref-style-list' function.
2741         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
2742         reference macro if `reftex-ref-macro-prompt' is non-nil.
2743         (reftex-reference): Pass refstyle to `reftex-format-special'.
2744         Determine reference macro by looking at
2745         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
2746         Use only one special format function.
2747         (reftex-varioref-vref, reftex-fancyref-fref)
2748         (reftex-fancyref-Fref): Remove definitions.  The functions are now
2749         generated from `reftex-ref-style-alist'.
2750         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
2751         Remove.
2752         (reftex-format-special): New function.
2754         * textmodes/reftex-sel.el
2755         (reftex-select-cycle-ref-style-internal): Adapt to new structure
2756         of `reftex-ref-style-alist'. Remove code for testing macro type.
2757         (reftex-select-toggle-varioref)
2758         (reftex-select-toggle-fancyref): Remove.
2759         (reftex-select-cycle-ref-style-internal)
2760         (reftex-select-cycle-ref-style-forward)
2761         (reftex-select-cycle-ref-style-backward): New functions.
2762         (reftex-select-label-map): Use `v' and `V' for general cycling
2763         through reference styles.  Add `p' for switching between number
2764         and page reference types.
2766         * textmodes/reftex-toc.el (reftex-re-enlarge):
2767         Call `enlarge-window' only if there is something to do because in Emacs
2768         the horizontal version throws an error even if the parameter is 0.
2770         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
2771         (reftex-plug-into-AUCTeX): Doc fix.
2772         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
2773         string.  Adapt to new name.
2774         (reftex-ref-style-alist): Change structure so that it is not
2775         possible to use multiple different package names within a style.
2776         Remove the symbols for symbols for macro type distinction.
2777         Add characters for macro selection.
2778         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
2779         (reftex-create-bibtex-footer): New variables.
2780         (reftex-format-ref-function): Mention third argument of special
2781         format function.
2782         (reftex-ref-style-alist, reftex-ref-style-default-list):
2783         New variables.
2784         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
2785         to new implementation.  Mark as obsolete.  Add compatibility code
2786         for honoring the variable values in case they are set.
2787         (reftex-cite-format-builtin, reftex-bibliography-commands):
2788         Add support for ConTeXt.
2789         (reftex-format-ref-function, reftex-format-cite-function):
2790         Fix custom type.
2791         (reftex-cite-key-separator): New variable.
2793         * textmodes/reftex.el (reftex-syntax-table-for-bib)
2794         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
2795         `reftex-syntax-table' because parens have to retain their paren
2796         syntax in order for parsing of BibTeX entries like @book(...) to
2797         work.
2798         (reftex-in-comment): Do not error out if `comment-start-skip' is
2799         not set.  Deal correctly with escaped comment characters.
2800         (reftex-tie-multifile-symbols): Add doc string.
2801         Initialize `reftex-ref-style-list'.
2802         (reftex-untie-multifile-symbols): Add doc string.
2803         (reftex-add-index-macros): Doc fix.
2804         (reftex-ref-style-activate, reftex-ref-style-toggle)
2805         (reftex-ref-style-list): New functions.
2806         (reftex-mode-menu): Use them.  Adapt to new structure of
2807         `reftex-ref-style-alist'.
2808         (reftex-select-with-char): Kill the RefTeX Select buffer when
2809         done.
2810         (reftex-remove-if): New function.
2811         (reftex-erase-all-selection-and-index-buffers)
2812         (reftex-mode-menu): Reference styles are now computed from
2813         `reftex-ref-style-alist'.  Fix typo.
2814         (reftex-report-bug): New function.
2815         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
2816         algorithms with O(n log n).  Introduce optional argument SORT (not
2817         yet used).
2819 2012-09-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2821         Enhancements for triple-quote string syntax.
2822         * progmodes/python.el (python-syntax-propertize-function):
2823         Match both quote cases in one regexp.
2824         (python-syntax-stringify): Handle matches properly.
2826 2012-09-30  Juri Linkov  <juri@jurta.org>
2828         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
2829         to nil around the call to `insert' to prevent
2830         directory time modification by lock_file.  (Bug#2295)
2831         * tar-mode.el (tar-summarize-buffer): Idem.
2833 2012-09-30  Juri Linkov  <juri@jurta.org>
2835         * facemenu.el (list-colors-sort): Add option "Luminance".
2836         (list-colors-sort-key): Implement it.
2838         * vc/diff-mode.el (diff-refine-removed):
2839         * vc/ediff-init.el (ediff-fine-diff-A):
2840         * vc/smerge-mode.el (smerge-refined-removed):
2841         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
2843 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
2845         * term/ns-win.el (x-file-dialog): New function.
2847 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
2849         * ido.el (ido-max-directory-size): Default to nil; the current
2850         default is small for POSIX systems, and impractical on Windows 7
2851         now that lstat returns directory sizes for NTFS.
2853 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
2855         In buffer display functions handle window-height/window-width
2856         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
2857         * window.el (window--display-buffer): New argument ALIST.
2858         Obey window-height and window-width alist entries.
2859         (window--try-to-split-window): New argument ALIST.
2860         Bind window-combination-limit to t when the window's size shall be
2861         changed and window-combination-limit equals `window-size'.
2862         (display-buffer-in-atom-window)
2863         (display-buffer-in-major-side-window)
2864         (display-buffer-in-side-window, display-buffer-same-window)
2865         (display-buffer-reuse-window, display-buffer-pop-up-frame)
2866         (display-buffer-pop-up-window, display-buffer-below-selected)
2867         (display-buffer-at-bottom, display-buffer-in-previous-window)
2868         (display-buffer-use-some-window): Adjust all callers of
2869         window--display-buffer and window--try-to-split-window.
2870         (fit-frame-to-buffer): New option.
2871         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2872         is non-nil.
2873         (display-buffer-in-major-side-window): Evaluate window-height /
2874         window-width alist entries.
2876         * help.el (temp-buffer-resize-frames)
2877         (temp-buffer-resize-regexps): Remove options.
2878         (temp-buffer-resize-mode): Adjust doc-string.
2879         (resize-temp-buffer-window): Don't consult
2880         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
2881         temp-buffer-resize-frames.
2883         * dired.el (dired-mark-pop-up):
2884         Call display-buffer-below-selected with a fit-window-to-buffer alist
2885         entry.
2887 2012-09-30  Chong Yidong  <cyd@gnu.org>
2889         * server.el (server-host): Document the security implications.
2890         (server-auth-key): Doc fix.
2892         * startup.el (initial-buffer-choice): Doc fix.
2894         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2896         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2897         restriction change.
2899         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2901         * help-fns.el (help-fns--obsolete): Fix last change.
2903 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2905         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2906         (minor-mode-map-alist): Remove redundant code.
2908         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2909         visited in a buffer.
2910         (cvs-insert-visited-file): New function.
2911         (find-file-hook): Use it.
2913         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2915         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2916         chose face.
2917         (log-edit-empty-buffer-p): Don't require a space after a header.
2919         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2921         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2923         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2924         a proper minor-mode.
2926         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2928 2012-09-29  Glenn Morris  <rgm@gnu.org>
2930         * winner.el (winner-mode): Remove variable (let define-minor-mode
2931         handle it).
2932         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2933         Doc fixes.
2934         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2935         (winner-mode): Use define-minor-mode.
2937         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2938         the full definition in loaddefs, rather than duplicating it.
2940         * help-macro.el (three-step-help): No need to autoload defcustom.
2942         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2943         (inferior-lisp-program, inferior-lisp-load-command)
2944         (inferior-lisp-prompt, inferior-lisp-mode-hook):
2945         No need to autoload defcustoms.
2947         * hippie-exp.el (hippie-expand-try-functions-list)
2948         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2949         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2950         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2951         (hippie-expand-only-buffers): No need to autoload defcustoms.
2952         * progmodes/vhdl-mode.el (vhdl-line-expand):
2953         Explicitly load hippie-exp, so it does not get autoloaded
2954         while hippie-expand-try-functions-list is let-bound.
2956 2012-09-28  Glenn Morris  <rgm@gnu.org>
2958         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2960         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2961         Only "cl.el" counts as cl these days.
2963 2012-09-28  Juri Linkov  <juri@jurta.org>
2965         Display archive errors in the echo area instead of inserting
2966         to the file buffer.
2968         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2969         to STDERR-TEST that can be a regexp matching a successful output.
2970         Create a temporary file and redirect stderr to it.  Search for
2971         STDERR-TEST in the stderr output and display it in the echo area
2972         if no match is found.
2973         (archive-extract-by-file): New function like
2974         `archive-extract-by-stdout' but extracting archives to files
2975         and looking for successful matches in stdout.  Function body is
2976         mostly copied from `archive-rar-extract'.
2977         (archive-rar-extract): Use `archive-extract-by-file'.
2978         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
2980 2012-09-28  Leo Liu  <sdl.web@gmail.com>
2982         * pcomplete.el (pcomplete-show-completions):
2983         Use minibuffer-message to make pcomplete usable in minibuffer.
2985         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2987 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2989         * type-break.el: Use lexical-binding.
2990         (type-break-mode): Use define-minor-mode.
2992         * emacs-lisp/pcase.el (pcase--mark-used): New.
2993         (pcase--u1): Use it (bug#12512).
2995         * custom.el (load-theme): Set buffer-file-name so the load is recorded
2996         in load-history with the right file name.
2998 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
3000         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
3001         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
3002         (doc-view-get-bounding-box): Make bounding box slicing work for
3003         ODF and DVI documents.
3005 2012-09-28  Glenn Morris  <rgm@gnu.org>
3007         * type-break.el (type-break-mode, type-break-interval)
3008         (type-break-good-rest-interval, type-break-keystroke-threshold):
3009         No need to autoload.
3010         (type-break-good-rest-interval, type-break-keystroke-threshold):
3011         Add :set-after.
3013 2012-09-28  Chong Yidong  <cyd@gnu.org>
3015         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
3016         Add :version tag.
3018 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3020         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
3022 2012-09-27  Glenn Morris  <rgm@gnu.org>
3024         * faces.el (x-display-name): Declare (for without-x builds).
3026         * linum.el (linum-format): Don't autoload it.  Improve :type.
3028         * progmodes/tcl.el: Don't require outline when compiling.
3029         (outline-regexp, outline-level): Declare.
3030         * textmodes/sgml-mode.el: Don't require outline when compiling.
3031         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
3033         * term.el (term-ansi-reset):
3034         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
3036         * vc/vc.el (vc-next-action): Only gripe about committing read-only
3037         files for RCS and SCCS.  (Bug#9781)
3039 2012-09-27  Chong Yidong  <cyd@gnu.org>
3041         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
3042         change; value should be t.
3044 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3046         * image-mode.el: Use lexical-binding.
3047         (image-mode-winprops): Use t to stand for the window of
3048         a buffer that's not displayed.
3049         * doc-view.el (doc-view-new-window-function): Handle the new
3050         t in winprops.
3051         (doc-view-enlarge): Make it a real nop if the size is not changed.
3052         (doc-view-display): Handle the case where the buffer is not (yet?)
3053         displayed in any window.
3054         (doc-view-saved-settings): New var.
3055         (doc-view-mode): Use it.
3056         (doc-view-fallback-mode): Set it.
3058         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
3059         Set lexical-binding.
3060         (minibuffer-eldef-shorten-default): New var.
3061         (minibuffer-default-in-prompt-regexps): Use it for new default.
3062         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
3064 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
3066         * international/uni-bidi.el:
3067         * international/uni-category.el:
3068         * international/uni-name.el:
3069         * international/uni-numeric.el: Regenerate.
3071 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
3072             Stefan Monnier  <monnier@iro.umontreal.ca>
3074         * profiler.el: New file.
3076 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3078         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
3079         (testcover-reinstrument): Simplify with CSE.
3081 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
3083         * window.el (temp-buffer-window-setup): Fix typo in docstring.
3085 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
3087         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
3088         (verilog-auto-input, verilog-auto-insert-lisp)
3089         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
3090         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
3091         (verilog-auto-unused, verilog-auto-wire)
3092         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
3093         newline.  Reported by Andrew Jones.
3094         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
3095         Reported by Brad Dobbie.
3096         (verilog-batch-delete-trailing-whitespace):
3097         Create verilog-batch-delete-trailing-whitespace.
3098         Reported by Brad Dobbie.
3099         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
3100         parameters from another module.  Reported by Dan Katz.
3101         (verilog-auto, verilog-auto-assign-modport)
3102         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
3103         AUTOINOUTMODPORT for UVM interface module shell generation.
3104         Reported by Brad Dobbie.
3105         (verilog-auto-inst-interfaced-ports): Make default nil, as more
3106         standard behavior.
3107         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
3108         Reported by Matt Martin.
3110 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
3112         * window.el (window--resize-child-windows): When resizing child
3113         windows proportionally, process them in reverse order to
3114         preserve the "when splitting a window the new one gets the odd
3115         line" behavior.
3116         (window--resize-root-window-vertically): When resizing the
3117         minibuffer window try to affect only windows at the bottom of the
3118         frame.  (Bug#12419)
3120 2012-09-25  Chong Yidong  <cyd@gnu.org>
3122         * subr.el (declare): Doc fix.
3124         * help-fns.el (help-fns--obsolete): Handle macros properly.
3126 2012-09-25  Chong Yidong  <cyd@gnu.org>
3128         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
3129         this function obsolete.
3131         * calendar/cal-x.el (calendar-two-frame-setup)
3132         (calendar-only-one-frame-setup, calendar-one-frame-setup):
3133         * calendar/calendar.el (american-calendar, european-calendar)
3134         (calendar-for-loop):
3135         * comint.el (comint-dynamic-simple-complete)
3136         (comint-dynamic-complete-as-filename, comint-unquote-filename):
3137         * desktop.el (desktop-load-default):
3138         * dired-x.el (dired-omit-here-always)
3139         (dired-hack-local-variables, dired-default-directory):
3140         * emacs-lisp/derived.el (derived-mode-class):
3141         * emacs-lisp/timer.el (timer-set-time-with-usecs):
3142         * emacs-lock.el (toggle-emacs-lock):
3143         * epa.el (epa-display-verify-result):
3144         * epg.el (epg-sign-keys, epg-start-sign-keys)
3145         (epg-passphrase-callback-function):
3146         * eshell/esh-util.el (eshell-for):
3147         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
3148         (eshell-add-to-window-buffer-names):
3149         * files.el (locate-file-completion):
3150         * imenu.el (imenu-example--create-c-index)
3151         (imenu-example--create-lisp-index)
3152         (imenu-example--lisp-extract-index-name)
3153         (imenu-example--name-and-position):
3154         * international/mule-cmds.el (princ-list):
3155         * international/mule-diag.el (decode-codepage-char):
3156         * international/mule-util.el (detect-coding-with-priority):
3157         * iswitchb.el (iswitchb-read-buffer):
3158         * mail/mailalias.el (mail-complete):
3159         * mail/sendmail.el (mail-sent-via):
3160         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
3161         (mouse-major-mode-menu):
3162         * password-cache.el (password-read-and-add):
3163         * pcomplete.el (pcomplete-parse-comint-arguments):
3164         * progmodes/sh-script.el (sh-maybe-here-document):
3165         * replace.el (query-replace-regexp-eval):
3166         * savehist.el (savehist-load):
3167         * simple.el (choose-completion-delete-max-match):
3168         * term.el (term-dynamic-simple-complete):
3169         * vc/ediff-init.el (ediff-check-version):
3170         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
3171         * vc/vc.el (vc-diff-switches-list):
3172         * view.el (view-return-to-alist-update): Likewise.
3174         * subr.el (eval-next-after-load, makehash, insert-string)
3175         (assoc-ignore-representation, assoc-ignore-case): Use declare to
3176         mark obsolete.
3177         (mode-line-inverse-video): Variable deleted.
3179         * international/mule-util.el (string-to-sequence): Remove.
3181         * calendar/calendar.el (calendar-version):
3182         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
3183         (icalendar-convert-diary-to-ical):
3184         * cus-edit.el (custom-mode):
3185         * ansi-color.el (ansi-color-unfontify-region):
3186         * international/latin1-disp.el (latin1-char-displayable-p):
3187         * progmodes/cwarn.el (turn-on-cwarn-mode):
3188         * progmodes/which-func.el (which-func-update-1):
3189         Use define-obsolete-function-alias.
3191         * net/newst-backend.el (newsticker-cache-filename):
3192         * net/newst-treeview.el (newsticker-groups-filename):
3193         Fix incorrect obsolescence declaration.
3195         * allout.el (allout-passphrase-hint-string): Likewise.
3196         (allout-init): Use a declare form to mark obsolete.
3198         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
3199         this applies to functions.
3201         * iswitchb.el (iswitchb-read-buffer): Move code of
3202         iswitchb-define-mode-map here, and delete that obsolete function.
3204         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
3205         font-lock-reference-face.
3207 2012-09-25  Glenn Morris  <rgm@gnu.org>
3209         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
3210         Doc fixes.
3212         * eshell/em-term.el (eshell-term-name):
3213         Default to term-term-name.  (Bug#12485)
3215 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3217         * progmodes/python.el (python-shell-send-buffer): Better handling
3218         of "if __name__ == '__main__':" conditionals when sending the buffer.
3220 2012-09-24  Glenn Morris  <rgm@gnu.org>
3222         * eshell/esh-cmd.el (eshell-find-alias-function):
3223         Tighten up file-name regexp.  (Bug#12499)
3225 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3227         Enhancements for triple-quote string syntax.
3228         * progmodes/python.el (python-quote-syntax): Remove.
3229         (python-syntax-propertize-function): New value.
3230         (python-syntax-count-quotes, python-syntax-stringify):
3231         New functions.
3233 2012-09-24  Chong Yidong  <cyd@gnu.org>
3235         * mail/supercite.el (sc-version): Remove obsolete function.
3236         (sc-describe): Don't mark as obsolete, since it is bound.
3237         (sc-submit-bug-report): Remove.
3239         * vc/log-edit.el (cvs-changelog-full-paragraphs)
3240         (cvs-commit-buffer-require-final-newline): Remove.
3241         (log-edit-require-final-newline)
3242         (log-edit-changelog-full-paragraphs): Default to t.
3244         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
3245         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3246         * vc/vc.el (vc-checkout-carefully): Likewise.
3248         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
3249         (emerge-version): Remove.
3251         * progmodes/compile.el (compile-internal): Remove.
3252         (compilation-parse-errors-function): Fix typo.
3254         * international/mule.el (set-char-table-default): Remove.
3255         (set-coding-priority, make-coding-system, generic-char-p)
3256         (charset-list, charset-bytes, charset-id): Use declare to mark
3257         functions as obsolete.
3259         * vc/pcvs-defs.el (cvs-buffer-name-alist)
3260         (cvs-invert-ignore-marks): Remove references to obsolete vars.
3261         * vc/vc-hooks.el (vc-default-registered): Don't use
3262         vc-master-templates.
3264         * font-lock.el (font-lock-reference-face):
3265         Use define-obsolete-variable-alias.
3267         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
3268         * calendar/calendar.el (calendar-font-lock-keywords):
3269         * calendar/diary-lib.el (diary-font-lock-keywords)
3270         (diary-fancy-font-lock-keywords):
3271         * textmodes/reftex-sel.el (reftex-insert-docstruct):
3272         * textmodes/reftex-index.el (reftex-insert-index):
3273         * textmodes/reftex-cite.el (reftex-format-bib-entry):
3274         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3275         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3276         * progmodes/prolog.el (prolog-font-lock-keywords):
3277         * progmodes/idlwave.el (idlwave-idl-keywords):
3278         * progmodes/ada-mode.el (ada-font-lock-keywords):
3279         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
3281 2012-09-24  Glenn Morris  <rgm@gnu.org>
3283         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
3285 2012-09-23  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3287         * progmodes/python.el (python-indent-line): More consistent cursor
3288         movement behavior.
3290 2012-09-23  Stefan Merten  <smerten@oekonux.de>
3292         * textmodes/rst.el: Fix compiler warning.
3294 2012-09-23  Roland Winkler  <winkler@gnu.org>
3296         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
3297         Transcribe also LaTeX hyphenation.
3298         (bibtex-reformat): Bug fix. Do not quote twice the elements of
3299         bibtex-reformat-previous-options.
3301 2012-09-23  Roland Winkler  <winkler@gnu.org>
3303         * proced.el (proced-renice-command): New variable.
3304         (proced-marked-processes): New function.
3305         (proced-with-processes-buffer): New macro.
3306         (proced-send-signal): Use them.
3307         (proced-renice): New command bound to r.
3309 2012-09-23  Roland Winkler  <winkler@gnu.org>
3311         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
3312         ibuffer-saved-filter-groups has one element, shortcut the call of
3313         completing-read.  (Bug#12331)
3315 2012-09-23  Chong Yidong  <cyd@gnu.org>
3317         * bindings.el (mode-line-toggle-read-only):
3318         * bs.el (bs-toggle-readonly):
3319         * buff-menu.el (Buffer-menu-toggle-read-only):
3320         * dired.el (dired-toggle-read-only):
3321         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
3323 2012-09-23  Chong Yidong  <cyd@gnu.org>
3325         * image.el (image-type-available-p): Adapt to init-image-library
3326         argument changes.
3328 2012-09-22  Juri Linkov  <juri@jurta.org>
3330         * dired.el (dired-mode-map): Add [remap read-only-mode] for
3331         `dired-toggle-read-only'.  (Bug#12462)
3333 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
3335         * subr.el (temp-output-buffer-show): New function.
3336         (with-output-to-temp-buffer): Call temp-output-buffer-show
3337         instead of internal-temp-output-buffer-show.
3339 2012-09-22  Chong Yidong  <cyd@gnu.org>
3341         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
3342         (Bug#12462).
3344         * repeat.el (repeat): Doc fix (Bug#12348).
3346         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
3347         (Bug#10909).
3349         * simple.el (shell-command-on-region): Doc fix.
3350         (read-only-mode): Doc fix.
3352 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
3354         * emacs-lisp/timer.el (run-with-idle-timer)
3355         (timer-activate-when-idle): Warn against reinvoking an idle timer
3356         from within its own timer action.  (Bug#12447)
3358 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
3360         * cus-start.el (window-combination-limit): Add new optional
3361         values.
3362         * window.el (temp-buffer-window-show)
3363         (window--try-to-split-window): Handle new values of
3364         window-combination-limit (Bug#1806).
3365         (split-window): Test window-combination-limit for t instead of
3366         non-nil.
3367         (display-buffer-at-bottom): New buffer display action function.
3368         * help.el (temp-buffer-resize-regexps): New option.
3369         (temp-buffer-resize-mode): Rewrite doc-string.
3370         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
3371         Don't resize reused window.  Suggested by Glenn Morris.
3373 2012-09-22  Stefan Merten  <smerten@oekonux.de>
3375         * textmodes/rst.el: Revamp section title faces.
3376         (rst-official-version)
3377         (rst-package-emacs-version-alist): Sync with official version
3378         V1.4.0.
3379         (rst-faces-defaults, rst-set-level-default)
3380         (rst-level-face-max, rst-level-face-base-color)
3381         (rst-level-face-base-light, rst-level-face-format-light)
3382         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
3383         (rst-adornment-faces-alist): Match new setup.
3384         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
3385         (rst-level-5, rst-level-6): New faces.
3387 2012-09-22  Chong Yidong  <cyd@gnu.org>
3389         * simple.el (undo): Handle indirect buffers (Bug#8207).
3391 2012-09-21  Leo Liu  <sdl.web@gmail.com>
3393         IDO: Disable match re-ordering for buffer switching.
3394         * ido.el (ido-buffer-disable-smart-matches): New variable.
3395         (ido-set-matches-1): Use it.  (Bug#2042)
3397 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
3399         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
3400         Fix 2011-05-17 change.  (Bug#12418)
3402 2012-09-21  Leo Liu  <sdl.web@gmail.com>
3404         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
3406 2012-09-21  Glenn Morris  <rgm@gnu.org>
3408         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
3409         Be more robust about locating simple.el.
3411 2012-09-21  Glenn Morris  <rgm@gnu.org>
3413         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
3415 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
3417         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
3419 2012-09-20  Juri Linkov  <juri@jurta.org>
3421         * replace.el (query-replace-read-from): Use `read-regexp' instead
3422         of `read-from-minibuffer' when `regexp-flag' is non-nil.
3423         (occur-read-primary-args): Use `read-regexp' instead of
3424         `read-string'.
3425         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
3426         `read-from-minibuffer'.
3427         * isearch.el (isearch-occur): Use `read-regexp' instead of
3428         `read-string'.
3429         * dired.el (dired-read-regexp): Use `read-regexp' instead of
3430         `read-from-minibuffer'.
3431         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
3432         of `read-string'.  (Bug#7567)
3434         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
3435         and allow accepting a list of strings prepended to a list of
3436         standard default values.  Doc fix.  (Bug#12321)
3438         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
3440         * replace.el (read-regexp): Don't add ": " when PROMPT already
3441         ends with a colon and space.  (Bug#12321)
3443 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
3445         * doc-view.el (doc-view-display): Better fix for the cl-assertion
3446         error.
3448 2012-09-20  Stefan Merten  <smerten@oekonux.de>
3450         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
3451         Fixes feature request bug#11711.
3452         (rst-mode): Create `imenu-create-index-function'.
3453         (rst-get-stripped-line): Delete after refactoring.
3454         (rst-section-tree, rst-section-tree-rec)
3455         (rst-section-tree-point): Refactor and document properly.
3456         (rst-imenu-find-adornments-for-position)
3457         (rst-imenu-convert-cell, rst-imenu-create-index):
3458         New function.
3460 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
3463         (macroexp--expand-all): Use it.
3464         (macroexp--funcall-and-return): Remove by folding it into its sole
3465         caller (macroexp--warn-and-return).
3466         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
3467         Use macroexp--obsolete-warning.
3469         * calc/calc.el: Fix last change by removing the whole chunk, since it
3470         was only needed back when Calc was not bundled.
3472 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
3474         * emacs-lisp/debug.el (debug): Restore assignment to
3475         debugger-old-buffer removed on 2012-09-08.
3477 2012-09-20  Juri Linkov  <juri@jurta.org>
3479         * dired-aux.el (dired-diff): Remove (require 'diff) since
3480         `diff-latest-backup-file' is now autoloaded.
3482 2012-09-20  Chong Yidong  <cyd@gnu.org>
3484         * vc/diff.el (diff-latest-backup-file): Autoload.
3486 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3488         * calc/calc.el: Remove redundant autoload shape check.
3489         (sel-mode): Don't defvar.
3490         (calc-get-stack-element): Add `sel-mode' arg instead.
3491         (calc-top, calc-top-list): Pass it this additional argument.
3492         * calc/calc-store.el (calc-store-map):
3493         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
3494         (calc-map-equation, calc-outer-product, calc-inner-product):
3495         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
3497         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
3499 2012-09-19  Juri Linkov  <juri@jurta.org>
3501         * dired-aux.el (dired-diff): Add (require 'diff) because
3502         `diff-latest-backup-file' is not autoloaded.
3503         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
3504         of `dired-get-filename' to t to not report error when there is
3505         no default file on the current line.
3507 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3509         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
3510         macroexp--eval-if-compile.
3511         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
3512         (macroexp--expand-all): Use them (bug#12371).
3514         * doc-view.el (doc-view-guess-paper-size)
3515         (doc-view-scale-bounding-box): Fix unbound `caddr'.
3517 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
3519         New feature: set optimal slice from BoundingBox information.
3520         * doc-view.el (doc-view-mode-map): Add keybinding.
3521         (doc-view-menu): Add menu entry.
3522         (doc-view-set-slice): Adapt docstring.
3523         (doc-view-get-bounding-box, doc-view-guess-paper-size)
3524         (doc-view-scale-bounding-box)
3525         (doc-view-set-slice-from-bounding-box): New functions.
3526         (doc-view-paper-sizes): New defvar.
3528 2012-09-19  Glenn Morris  <rgm@gnu.org>
3530         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
3531         (byte-compile-log-warning): Autoload.  (Bug#12371)
3533         * calendar/calendar.el (calendar-american-month-header)
3534         (calendar-european-month-header, calendar-iso-month-header)
3535         (calendar-month-header): New options.
3536         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
3537         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
3539 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
3541         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
3543 2012-09-18  Juri Linkov  <juri@jurta.org>
3545         * dired-aux.el (dired-diff): Restore original functionality of
3546         getting the default value, but keep new feature of using the
3547         latest existing backup file (`diff-latest-backup-file').
3549 2012-09-18  Juri Linkov  <juri@jurta.org>
3551         * dired.el (dired-mark): If the region is active in Transient Mark
3552         mode, mark all files in the active region.  Doc fix.
3553         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
3554         Doc fix.  (Bug#10624)
3556 2012-09-18  Juri Linkov  <juri@jurta.org>
3558         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
3559         attributes for M-n are pulled from the file at point.
3560         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
3561         Suggested by Drew Adams.  (Bug#10624)
3563 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
3565         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
3566         whitespace after "end".
3567         (ruby-do-end-to-brace): Collapse block to one line if it fits
3568         within fill-column.
3570 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
3572         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
3573         value.
3574         (debug): Don't remove debugger window when debugger is expected
3575         to be back.
3577 2012-09-18  Chong Yidong  <cyd@gnu.org>
3579         * custom.el (defface): Doc fix.
3581         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
3583 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
3585         * progmodes/compile.el (compilation-start): Use compilation-always-kill
3586         to initialize query-on-exit; then test that instead (bug#12288).
3588 2012-09-17  Stefan Merten  <smerten@oekonux.de>
3590         * textmodes/rst.el: Add support for `testcover'.
3591         (rst-defcustom-testcover, rst-testcover-add-compose)
3592         (rst-testcover-add-1value): New functions.
3593         (rst-portable-mark-active-p): Replace by `use-region-p'.
3594         (rst-update-section, rst-classify-adornment)
3595         (rst-find-title-line): Mark `1value' forms.
3596         (rst-classify-adornment): Remove superfluous form.
3597         (rst-update-section, rst-get-adornments-around)
3598         (rst-adornment-complete-p, rst-get-next-adornment)
3599         (rst-adjust, rst-promote-region)
3600         (rst-display-adornments-hierarchy, rst-straighten-adornments)
3601         (rst-find-pfx-in-region, rst-section-tree-rec)
3602         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
3603         (rst-toc-node, rst-toc, rst-forward-section)
3604         (rst-iterate-leftmost-paragraphs)
3605         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
3606         (rst-bullet-list-region)
3607         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
3608         (rst-compile-find-conf, rst-compile)
3609         (rst-repeat-last-character): Fix style.
3611 2012-09-17  Chong Yidong  <cyd@gnu.org>
3613         * comint.el (comint--complete-file-name-data): Don't add a space
3614         if the status is `sole'; that adds a gratuitous space in the
3615         completion-cycling case (Bug#12092).
3617         * pcomplete.el (pcomplete-completions-at-point): Likewise.
3619 2012-09-17  Richard Stallman  <rms@gnu.org>
3621         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
3622         only in the mime-shown mode, not in raw mode.
3623         (rmail-mime): Toggle off mime by displaying the message without
3624         mime processing.  (Bug#12305)
3626         * mail/rmail.el (rmail-retry-failure):
3627         Turn off mime processing first.  (Bug#12037)
3629         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
3631 2012-09-17  Chong Yidong  <cyd@gnu.org>
3633         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
3634         (shell-dynamic-complete-functions): Convert to defcustom.
3635         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
3637         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
3638         * comint.el (comint-prompt-read-only):
3639         * custom.el (defcustom):
3640         * hi-lock.el (hi-lock-mode):
3641         * ibuffer.el (ibuffer-formats):
3642         * ielm.el (ielm-prompt-read-only):
3643         * novice.el (disable-command):
3644         * saveplace.el (toggle-save-place):
3645         * speedbar.el (speedbar-supported-extension-expressions):
3646         * startup.el (auto-save-list-file-prefix, init-file-user)
3647         (after-init-hook, inhibit-startup-echo-area-message):
3648         * strokes.el (strokes-help):
3649         * time-stamp.el (time-stamp):
3650         * calendar/calendar.el (calendar, diary-file):
3651         * calendar/diary-lib.el (diary-mail-entries, diary)
3652         (diary-list-entries-hook):
3653         * calendar/holidays.el (holidays, calendar-holidays):
3654         * calendar/lunar.el (lunar-phases):
3655         * calendar/solar.el (sunrise-sunset):
3656         * emulation/edt.el (edt-load-keys):
3657         * emulation/viper.el (viper-mode):
3658         * eshell/em-alias.el (eshell-command-aliases-list):
3659         * eshell/esh-util.el (eshell-convert-numeric-arguments):
3660         * international/ogonek.el (ogonek-information):
3661         * net/tramp-cmds.el (tramp-bug):
3662         * net/quickurl.el (quickurl-reread-hook-postfix):
3663         * play/decipher.el (decipher-font-lock-keywords):
3664         * progmodes/cc-styles.el (c-set-style):
3665         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
3666         * progmodes/inf-lisp.el (inferior-lisp-prompt):
3667         * progmodes/octave-mod.el (octave-mode):
3668         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
3669         * progmodes/verilog-mode.el (verilog-read-defines):
3670         * textmodes/two-column.el (2C-mode): Likewise.
3672 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3674         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
3675         that holds many addresses.
3677 2012-09-16  Chong Yidong  <cyd@gnu.org>
3679         * align.el (align-areas): Call the indication function with
3680         positions instead of markers for arguments (Bug#12343).
3682         * files.el (parse-colon-path): Use split-string (Bug#12351).
3684         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
3685         (display-buffer-function): Mark as obsolete.
3687         * progmodes/compile.el (compilation-parse-errors): Accept list
3688         values similar to font-lock-keywords (Bug#12136).
3689         Suggested by Oleksandr Manzyuk.
3690         (compilation-error-regexp-alist): Doc fix.
3692 2012-09-15  Glenn Morris  <rgm@gnu.org>
3694         * version.el (emacs-bzr-version-bzr): New function.
3695         (emacs-bzr-get-version): Add optional EXTERNAL argument.
3697         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
3698         checkouts, check the parent dirstate matches the branch.
3699         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
3700         empty string.
3702         * version.el (emacs-bzr-version): Doc fix.
3703         (emacs-bzr-version-dirstate): New function.
3704         (emacs-bzr-get-version): For lightweight checkouts, if the parent
3705         is local try and check that it matches the branch.  If not, just
3706         use dirstate information.  (Bug#12441)
3708 2012-09-14  Juri Linkov  <juri@jurta.org>
3710         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
3711         (Bug#12399)
3713 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3715         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
3717         * emacs-lisp/edebug.el: Miscellaneous cleanup.
3718         Remove obsolete byte-compiler hack that tried to silence some warnings.
3719         (edebug-submit-bug-report): Remove.
3720         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
3721         Remove aliases, use the un-prefixed name instead.
3722         (edebug-pop-to-buffer): Consider other frames.
3723         (edebug-original-read):: Make it more obvious that it's always defined.
3724         (edebug--make-form-data-entry, edebug--form-data-name)
3725         (edebug--form-data-begin, edebug--form-data-end): Rename from the
3726         single-dashed name, and implement with cl-defstruct.
3727         (edebug-set-form-data-entry): Use the standard accessors.
3728         (edebug-make-top-form-data-entry): Use push.
3729         (edebug-no-match): Drop useless `funcall'.
3730         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
3731         to functions.
3732         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
3733         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
3734         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
3735         (easy-menu-define, with-custom-print): Remove redundant specs.
3736         (edebug-outside-overriding-local-map)
3737         (edebug-outside-overriding-terminal-local-map): Remove, unused.
3738         (edebug--display): Bind unread-command-events directly to nil rather
3739         than binding it to unread-command-events and later setting it to nil.
3740         (edebug--display): Kill edebug-eval-buffer here...
3741         (edebug--recursive-edit): ...rather than here.
3742         Bind standard-output and standard-input.
3743         (edebug-eval): Check cl-macroexpand-all is fboundp.
3744         (edebug-temp-display-freq-count): Fix last change.
3746         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
3747         * subr.el (noreturn, 1value): Add `debug' spec.
3748         * emacs-lisp/advice.el: Require cl-lib.
3749         (ad-copy-tree): Remove, use copy-tree instead.
3750         (ad-dolist): Remove use dolist or cl-dolist instead.
3751         (ad-do-return): Remove, use cl-return instead.
3752         (defadvice): Add `debug' spec.
3754 2012-09-13  Juri Linkov  <juri@jurta.org>
3756         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
3757         (Bug#12399)
3759 2012-09-13  Glenn Morris  <rgm@gnu.org>
3761         * calc/calc.el (math-compose-expr):
3762         * calc/calc-ext.el (math-compose-expr):
3763         * progmodes/cc-defs.el (cl-macroexpand-all):
3764         * progmodes/cc-langs.el (delete-duplicates, mapcan)
3765         (cl-macroexpand-all): Update declarations.
3767         * vc/vc.el: No need to require ediff.
3768         (ediff-load-version-control): Declare.
3769         (ediff-vc-internal): Fix declaration.
3770         (vc-version-ediff): Require ediff.
3772 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3774         Use a more backwards-compatible timer format (Bug#12430).
3775         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
3776         being right after USECS, as that better supports old code that
3777         inadvisedly looked directly at the timer vector.
3779 2012-09-13  Kenichi Handa  <handa@gnu.org>
3781         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3782         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
3783         `coding-priority' property of these language environment.
3785 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3787         Fix glitches caused by addition of psec to timers (Bug#12430).
3788         * image.el (image-animate-timer):
3789         * time.el (display-time-world-timer):
3790         Use timer--function and timer--args rather than raw access to
3791         timer vector.
3793 2012-09-13  Glenn Morris  <rgm@gnu.org>
3795         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3796         If not compiling a file, try using load-file-name.
3798 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3800         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
3801         Fix last change.
3802         (edebug-update-eval-list): Use `push'.
3804         * emacs-lisp/edebug.el: Use lexical-binding.
3805         Remove the "edebug-" prefix from non-dynamically-scoped variables.
3806         Mark unused args with underscore.
3807         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
3808         (edebug-form-data): Use defvar-local.
3809         (edebug-make-before-and-after-form, edebug-make-after-form):
3810         Use backquote.
3811         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
3812         Not dynamically scoped any more.
3813         (edebug--enter-trace): Add arguments `function' and `args'.
3814         Rename from edebug-enter-trace.
3815         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
3816         (edebug--update-coverage): Add `after-index' and `value' args.
3817         Rename from edebug-update-coverage.
3818         (edebug-slow-after): Call it accordingly.
3819         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
3820         edebug-recursive-edit.
3821         (edebug--display): Call it accordingly.  Add args `value',
3822         `offset-index', and `arg-mode'.  Rename from edebug-display.
3823         (edebug-debugger, edebug): Call it accordingly.
3824         (edebug-eval-display-list): Use dolist.
3826 2012-09-12  Juri Linkov  <juri@jurta.org>
3828         * info.el (Info-search): Don't check for isearch-mode and
3829         isearch-regexp before let-binding search-spaces-regexp to
3830         Info-search-whitespace-regexp.
3831         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
3832         search-whitespace-regexp if isearch-lax-whitespace or
3833         isearch-regexp-lax-whitespace is non-nil.
3834         (Info-mode): Don't set local variable search-whitespace-regexp.
3835         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
3837 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3839         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
3840         (debugger-env-macro): Remove support for unread-command-char.
3842         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
3843         the temporary map re-appearing on emulation-mode-map-alists.
3845         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
3846         since 22.1.
3848         * ehelp.el (with-electric-help): Accept functions in
3849         electric-help-form-to-execute.
3850         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
3851         And replace unread-command-char -> unread-command-events.
3853 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
3855         Sync with Tramp 2.2.6.
3857         * net/tramp.el (tramp-accept-process-output): Don't use
3858         JUST-THIS-ONE in the XEmacs case.
3860         * net/trampver.el: Update release number.
3862 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
3864         * emacs-lisp/debug.el (debugger-previous-window-height):
3865         New variable.
3866         (debug): When debugger-jumping-flag is non-nil try to restore
3867         height of debugger window.  (Bug#8789)
3869 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3871         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3872         overriding-local-map and pre/post-command-hook here.
3873         (edebug-recursive-edit): Do it here instead (bug#12345).
3874         (edebug-outside-unread-command-char): Remove all uses of
3875         unread-command-char.
3877         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3878         inhibit-debugger is bound instead.
3880 2012-09-11  Bastien Guerry  <bzg@gnu.org>
3882         * subr.el (set-temporary-overlay-map): Add a docstring.
3883         (Bug#12346)
3885 2012-09-11  Bastien Guerry  <bzg@gnu.org>
3887         * minibuffer.el (completion-table-subvert): Fix docstring.
3888         (Bug#12347)
3890 2012-09-11  Bastien Guerry  <bzg@gnu.org>
3892         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
3894 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
3896         * progmodes/sql.el: Version 3.1
3897         (sql-db2-escape-newlines): New variable.
3898         (sql-escape-newlines-filter): Use it.
3900 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
3902         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3904 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
3906         * vc/diff-mode.el (diff-mode-menu):
3907         Bind diff-remove-trailing-whitespace.
3909 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3911         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
3912         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3913         (emacs-lisp-byte-code-mode): New functions.
3914         (eval-sexp-add-defvars): Don't skip defvars in column >0.
3915         (eval-defun-2): Remove bogus interactive spec.
3916         (lisp-indent-line): Remove redundant whole-exp code, now done in
3917         indent-according-to-mode.
3918         (save-match-data): Remove redundant indent data.
3920         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3921         Use `declare'.
3923 2012-09-09  Juri Linkov  <juri@jurta.org>
3925         * replace.el (replace-regexp-lax-whitespace): New defcustom.
3926         (replace-lax-whitespace, query-replace-regexp)
3927         (query-replace-regexp-eval, replace-regexp): Doc fix.
3928         (perform-replace, replace-highlight): Let-bind
3929         isearch-lax-whitespace to replace-lax-whitespace and
3930         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3932         * isearch.el (isearch-query-replace): Let-bind
3933         replace-lax-whitespace to isearch-lax-whitespace and
3934         replace-regexp-lax-whitespace to
3935         isearch-regexp-lax-whitespace.  (Bug#10885)
3937 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3939         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3941 2012-09-09  Alan Mackenzie  <acm@muc.de>
3943         * progmodes/cc-engine.el (c-state-cache-init):
3944         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3945         (c-record-parse-state-state):
3946         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3948 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
3950         * register.el (register-separator): Rename from
3951         separator-register.  All uses changed.  Doc fix.
3952         (register): Fix version.
3954 2012-09-09  Chong Yidong  <cyd@gnu.org>
3956         * replace.el (query-replace-map): Bind four new symbols for
3957         requesting window scrolling.
3959         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3960         query-replace-map (Bug#8948).
3962         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3964         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3965         since they are now in query-replace-map.
3967         * window.el (scroll-other-window-down): Make the arg optional.
3969 2012-09-09  Chong Yidong  <cyd@gnu.org>
3971         * files.el (hack-local-variables-confirm): Use quit-window to kill
3972         the *Local Variables* buffer.
3974 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
3976         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3977         not just expect to be at its beginning.  Adjust callees.
3978         Succeed when do-end block has no space before the pipe character.
3979         (ruby-brace-to-do-end): When the original block is one-liner,
3980         convert to multiline.  Reindent the result.
3982 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
3984         * register.el (register): New group.
3985         (separator-register): New user option.
3986         (increment-register): Route it to `append-to-register', if
3987         register contains text.  Implication is that `C-x r +' can now be
3988         used for appending to a text register (bug#12217).
3989         (append-to-register, prepend-to-register): Add separator based on
3990         `separator-register'.
3992 2012-09-08  Alan Mackenzie  <acm@muc.de>
3994         AWK Mode: make auto-newline work when there's "==" in the pattern.
3995         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3996         correctly.
3997         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3998         Test more rigorously for "=" token.
4000 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
4002         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
4003         Only fail when reached LIMIT.
4005 2012-09-08  Chong Yidong  <cyd@gnu.org>
4007         * dired.el (dired-mode-map): Don't bind M-=.
4009         * dired-aux.el (dired-diff): Use backup file as default.
4011 2012-09-08  Drew Adams  <drew.adams@oracle.com>
4013         * subr.el (add-to-history): Fix delete usage (Bug#12314).
4015 2012-09-08  Chong Yidong  <cyd@gnu.org>
4017         * subr.el (syntax-after, syntax-class): Doc fix.
4019 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
4021         * window.el (display-buffer-in-previous-window): New buffer
4022         display action function.
4024         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
4025         (debugger-previous-window): New variable.
4026         (debug): Rewrite using display-buffer-in-previous-window,
4027         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
4029 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4031         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
4033 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
4035         * progmodes/python.el (python-shell-send-string):
4036         When default-directory is remote, create temp file on remote
4037         filesystem.
4038         (python-shell-send-file): When file is remote, pass local view of
4039         file paths to remote Python interpreter.  (Bug#12340)
4041 2012-09-07  Chong Yidong  <cyd@gnu.org>
4043         * window.el (switch-to-buffer): Doc fix (Bug#12181).
4045         * files.el (after-find-file): Don't fail on a read-only buffer if
4046         require-final-newline is `visit' or `visit-save' (Bug#11156).
4048         * subr.el (read-char-choice): Allow quitting via ESC ESC.
4050         * userlock.el (ask-user-about-supersession-threat):
4051         Use read-char-choice (Bug#12093).
4053 2012-09-07  Chong Yidong  <cyd@gnu.org>
4055         * subr.el (buffer-narrowed-p): New function.
4057         * ses.el (ses-widen):
4058         * simple.el (count-words--buffer-message):
4059         * net/browse-url.el (browse-url-of-buffer): Use it.
4061         * simple.el (count-words-region): Don't signal an error if there
4062         is a non-nil prefix arg and the mark is not set.
4064         * help.el (describe-key-briefly): Allow the message to be seen
4065         when invoked from the minibuffer (Bug#7014).
4067 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
4069         * progmodes/ruby-mode.el (ruby-end-of-defun)
4070         (ruby-beginning-of-defun): Simplify, allow indentation before
4071         block beginning and end keywords.
4072         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
4073         (ruby-end-of-defun): Expect that the point is at the beginning of
4074         the defun.
4076 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4078         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
4079         (bug#12367).
4080         (cl--make-usage-args): Strip _ from argument names.
4082 2012-09-06  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
4084         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
4085         obsolete alias speedbar-key-map.
4086         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
4087         (vhdl-index-menu-init): Don't use obsolete variable
4088         font-lock-maximum-size.
4090 2012-09-06  Chong Yidong  <cyd@gnu.org>
4092         * frame.el (window-system-version): Mark as obsolete.
4094         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
4095         of obsolete variable speedbar-key-map.
4097 2012-09-06  Juri Linkov  <juri@jurta.org>
4099         * replace.el (replace-lax-whitespace): New defcustom.
4100         (query-replace, query-replace-regexp, query-replace-regexp-eval)
4101         (replace-string, replace-regexp): Mention it in docstrings.
4102         (perform-replace, replace-highlight): Let-bind
4103         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
4104         to the values of replace-lax-whitespace and regexp-flag.
4105         Don't let-bind search-whitespace-regexp.  (Bug#10885)
4107         * isearch.el (isearch-query-replace): Let-bind
4108         replace-lax-whitespace instead of let-binding
4109         replace-search-function and replace-re-search-function.
4110         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
4111         and isearch-regexp-lax-whitespace to lazy-highlight variables.
4112         (isearch-toggle-symbol): Set isearch-regexp to nil
4113         in isearch-word mode (like in isearch-toggle-word).
4115 2012-09-06  Juri Linkov  <juri@jurta.org>
4117         * replace.el (replace-search-function)
4118         (replace-re-search-function): Set default values to nil.
4119         (perform-replace): Let-bind isearch-related variables based on
4120         replace-related values, call `isearch-search-fun' and let-bind
4121         the result to `search-function'.  Remove code that sets
4122         `search-function' and `search-string' separately for
4123         `delimited-flag'.
4124         (replace-highlight): Add new argument `delimited-flag' and
4125         rename other arguments to the names used in `perform-replace'.
4126         Let-bind `isearch-word' to the argument `delimited-flag'.
4127         (Bug#10885, bug#10887)
4129 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
4131         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
4132         ruby-beginning-of-indent, simplify, allow all keywords to have
4133         indentation before them.
4134         (ruby-beginning-of-indent): Adjust for above.  Search until the
4135         found point is not inside a string or comment.
4136         (ruby-font-lock-keywords): Allow symbols to start with "@"
4137         character, give them higher priority than variables.
4138         (ruby-syntax-propertize-function)
4139         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
4140         matchers.  Expression expansions are not comments when inside a
4141         string, and there comment syntax status is irrelevant.
4142         (ruby-match-expression-expansion): New function.  Check that
4143         expression expansion is inside a string, and it's not escaped.
4144         (ruby-font-lock-keywords): Use it.
4146 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
4148         * help.el (temp-buffer-max-height): New default value.
4149         (temp-buffer-resize-frames): New option.
4150         (resize-temp-buffer-window): Optionally resize frame.
4152         * window.el (fit-frame-to-buffer-bottom-margin): New option.
4153         (fit-frame-to-buffer): New function.
4155 2012-09-05  Glenn Morris  <rgm@gnu.org>
4157         * emulation/cua-rect.el (cua--init-rectangles):
4158         * textmodes/picture.el (picture-mode-map):
4159         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
4160         like forward-char and backward-char.  (Bug#12317)
4162 2012-09-05  Leo Liu  <sdl.web@gmail.com>
4164         * progmodes/flymake.el (flymake-warning-re): New variable.
4165         (flymake-parse-line): Use it.
4167 2012-09-05  Glenn Morris  <rgm@gnu.org>
4169         * calendar/holidays.el (holiday-christian-holidays):
4170         Rename an entry.  (Bug#12289)
4172 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4174         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
4175         (bug#12222).
4177 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4179         * loadup.el: Load macroexp.  Remove hack.
4180         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
4181         (macroexp--expand-all): Use it to get better warnings.
4182         (macroexp--backtrace, macroexp--trim-backtrace-frame)
4183         (internal-macroexpand-for-load): New functions.
4184         (macroexp--pending-eager-loads): New var.
4185         (emacs-startup-hook): New hack to replace one in loadup.el.
4186         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
4187         (cl--compiler-macro-cXXr): Move to top, before they can be used.
4188         (cl-psetf): Simplify.
4189         (cl-defstruct): Add indent rule.
4191 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
4193         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
4194         over `user-mail-address' for the SMTP MAIL FROM envelope.
4195         (smtpmail-via-smtp): Ditto.
4197 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
4199         * progmodes/ruby-mode.el: Clean up keybindings.
4200         (ruby-mode-map): Don't bind ruby-electric-brace,
4201         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
4202         backward-kill-word, reindent-then-newline-and-indent.
4203         (ruby-mark-defun): Remove.
4204         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
4205         (ruby-mode): Set local beginning-of-defun-function and
4206         end-of-defun-function values.
4208 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
4210         * window.el (temp-buffer-window-setup-hook)
4211         (temp-buffer-window-show-hook): New hooks.
4212         (temp-buffer-window-setup, temp-buffer-window-show)
4213         (with-temp-buffer-window): New functions.
4214         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
4215         (special-display-popup-frame): Make sure the window used shows BUFFER.
4217         * help.el (temp-buffer-resize-mode): Fix doc-string.
4218         (resize-temp-buffer-window): New optional argument WINDOW.
4220         * files.el (recover-file, save-buffers-kill-emacs):
4221         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
4223 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
4225         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
4226         remote definition of `default-directory', ensure we can connect.
4228 2012-09-02  Juri Linkov  <juri@jurta.org>
4230         Toggle whitespace matching mode with M-s SPC.
4231         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
4233         * isearch.el (search-whitespace-regexp): Doc fix.
4234         Remove cons cell customization.
4235         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
4236         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
4237         New variables.
4238         (isearch-forward, isearch-forward-regexp): Doc fix.
4239         (isearch-toggle-lax-whitespace): New command.
4240         (search-forward-lax-whitespace, search-backward-lax-whitespace)
4241         (re-search-forward-lax-whitespace)
4242         (re-search-backward-lax-whitespace): New functions.
4243         (isearch-whitespace-regexp): Remove function.
4244         (isearch-query-replace): Let-bind replace-search-function and
4245         replace-re-search-function.
4246         (isearch-occur): Let-bind search-spaces-regexp according to the
4247         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
4248         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
4249         condition for C-q SPC.
4250         (isearch-search-fun-default): Use new functions mentioned above.
4251         (isearch-search-forward, isearch-search-backward): Remove functions.
4252         (isearch-search): Don't let-bind search-spaces-regexp.
4253         (isearch-lazy-highlight-space-regexp): Remove variable.
4254         (isearch-lazy-highlight-lax-whitespace)
4255         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
4256         (isearch-lazy-highlight-new-loop): Use them.
4257         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
4259 2012-09-02  Chong Yidong  <cyd@gnu.org>
4261         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
4263 2012-09-02  Glenn Morris  <rgm@gnu.org>
4265         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
4267 2012-09-01  Glenn Morris  <rgm@gnu.org>
4269         * term.el: Tidy up menu definitions.
4270         (term-mode-map): Use easymenu for In/Out, Complete menus.
4271         (term-pager-break-map): Initialize in the defvar.
4272         (term-terminal-menu, term-signals-menu): Define with easymenu.
4273         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
4274         (term-pager-menu): New, extracted from term-process-pager.
4275         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
4276         (term-update-mode-line): Propertize line/char and page items.
4277         (term-process-pager): Move keymap initialization elsewhere.
4279 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
4281         * window.el (switch-to-prev-buffer): Handle additional values of
4282         BURY-OR-KILL argument.  Don't switch in minibuffer window.
4283         (switch-to-next-buffer): Don't switch in minibuffer window.
4284         (quit-restore-window): New function based on quit-window.
4285         Handle additional values of former KILL argument.
4286         (quit-window): Call quit-restore-window with appropriate
4287         interpretation of KILL argument.
4288         (display-buffer-below-selected): New buffer display action
4289         function.
4291 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4293         * minibuffer.el (completion-at-point-functions): Complete docstring
4294         (bug#12254).
4296 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4298         Better seed support for (random).
4299         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
4300         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
4301         * play/mpuz.el, play/tetris.el, play/zone.el:
4302         * calc/calc-comb.el (math-init-random-base):
4303         * play/blackbox.el (bb-init-board):
4304         * play/life.el (life):
4305         * server.el (server-use-tcp):
4306         * type-break.el (type-break):
4307         Remove unnecessary call to (random t).
4308         * net/sasl.el (sasl-unique-id-function):
4309         Change (random t) to (random), now that the latter is more random.
4310         * play/life.el (life-initialized): Remove no-longer-needed var.
4312 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
4314         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4315         Consider frame's buffer predicate when choosing the buffer.
4316         (Bug#12081)
4318 2012-08-30  Richard Stallman  <rms@gnu.org>
4320         * simple.el (special-mode-map): Delete binding for `z'.
4322 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
4324         * progmodes/compile.el (compilation-always-kill): Doc fix.
4326 2012-08-30  Chong Yidong  <cyd@gnu.org>
4328         * window.el (display-buffer-reuse-frames): Make the obsolescence
4329         message more informative.
4331 2012-08-30  Glenn Morris  <rgm@gnu.org>
4333         * paren.el (show-paren-delay):
4334         Add a :set function.  Doc fix.  (Bug#12297)
4336 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
4338         * progmodes/compile.el (compilation-always-kill): New var.
4339         (compilation-start): Use it.
4341 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * simple.el (read-only-mode): Move from files.el for bootstrapping.
4344         * files.el (read-only-mode): Move to simple.el.
4346         * files.el (read-only-mode): New minor mode.
4347         (toggle-read-only): Use it and mark obsolete.
4348         (find-file--read-only):
4349         * vc/vc.el (vc-next-action, vc-checkout):
4350         * vc/vc-cvs.el (vc-cvs-checkout):
4351         * obsolete/vc-mcvs.el (vc-mcvs-update):
4352         * ffap.el (ffap--toggle-read-only): Update callers.
4354 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
4356         * eshell/esh-ext.el (eshell-external-command): Do not examine
4357         remote shell scripts.
4358         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
4360         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
4361         "/usr/local/sbin".
4363 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4365         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
4367 2012-08-28  Leo Liu  <sdl.web@gmail.com>
4369         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
4370         completion-at-point.  (Bug#12220)
4372         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
4374         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
4376 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4378         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
4379         be buffer-local; add delete-trailing-whitespace (bug#12259).
4381 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
4383         * progmodes/hideif.el (hif-compress-define-list):
4384         Fix typo.  (Bug#11951)
4386 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
4388         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
4389         buffer local setting.
4391         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
4392         rcirc-encode-coding-system.
4394 2012-08-28  Leo Liu  <sdl.web@gmail.com>
4396         * net/rcirc.el (rcirc-split-message): New function.
4397         (rcirc-send-message): Use it.  (Bug#12051)
4399 2012-08-28  Juri Linkov  <juri@jurta.org>
4401         * info.el (Info-fontify-node): Hide empty lines at the end of
4402         the node.  (Bug#12272)
4404 2012-08-27  Drew Adams  <drew.adams@oracle.com>
4406         * dired.el (dired-pop-to-buffer): Make window start at beginning
4407         of buffer (Bug#12281).
4409 2012-08-26  Chong Yidong  <cyd@gnu.org>
4411         * window.el (special-display-regexps, special-display-frame-alist)
4412         (special-display-buffer-names, special-display-function)
4413         (display-buffer-reuse-frames): Mark as obsolete.
4415         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
4417         * help.el (help-print-return-message): Don't treat
4418         display-buffer-reuse-frames specially.
4420 2012-08-26  Chong Yidong  <cyd@gnu.org>
4422         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4423         New variable, replacing gdb-frame-parameters.
4424         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
4425         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
4426         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
4427         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
4428         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
4429         the functions directly with gdb-display-buffer-other-frame-action.
4430         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
4431         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
4432         (gdb-display-stack-buffer, gdb-display-locals-buffer)
4433         (gdb-display-registers-buffer): Define directly.
4434         (def-gdb-display-buffer): Macro deleted.
4435         (gdb-display-buffer): Remove second and third args, callers don't
4436         use them.  Defer to the default display-buffer behavior, apart
4437         from making windows dedicated.
4438         (gdb-setup-windows): Don't call display-buffer unnecessarily.
4440         * progmodes/gud.el (gud-display-line): Just use display-buffer.
4442         * window.el (display-buffer-pop-up-frame): Handle a
4443         pop-up-frame-parameters alist entry.
4444         (display-buffer): Document it.
4446 2012-08-26  Chong Yidong  <cyd@gnu.org>
4448         * isearch.el (search-whitespace-regexp): Make string and nil
4449         values apply to both ordinary and regexp search.  Allow a cons
4450         cell value to distinguish between the two.
4451         (isearch-whitespace-regexp, isearch-search-forward)
4452         (isearch-search-backward): New functions.
4453         (isearch-occur, isearch-search-fun-default, isearch-search)
4454         (isearch-lazy-highlight-new-loop): Use them.
4455         (isearch-forward, isearch-forward-regexp): Doc fix.
4457 2012-08-26  Chong Yidong  <cyd@gnu.org>
4459         * faces.el (help-argument-name): Always inherit from italic
4460         (Bug#12213).
4462 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
4464         * window.el (window--even-window-heights): Even heights when
4465         WINDOW and the selected window form a vertical combination.
4466         (display-buffer-use-some-window): Provide that window used gets
4467         sized back by quit-window.  (Bug#11880) and (Bug#12091)
4469 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4471         Fix file time stamp problem with bzr and CVS (Bug#12001).
4472         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
4473         in the file's time stamp, since the version control system loses
4474         that information.
4476 2012-08-22  Juri Linkov  <juri@jurta.org>
4478         * info.el (Info-fontify-node): Hide the suffix of the
4479         Info file name in the header line.  (Bug#12187)
4481 2012-08-22  Glenn Morris  <rgm@gnu.org>
4483         * calendar/cal-tex.el (cal-tex-weekly-common):
4484         Restore leading blank page.
4486 2012-08-22  Le Wang  <l26wang@gmail.com>
4488         * misc.el (forward-to-word, backward-to-word): Activate or extend
4489         the region under `shift-select-mode'.  (Bug#12231)
4491 2012-08-22  Bastien Guerry  <bzg@gnu.org>
4493         * progmodes/executable.el (executable-prefix): Set to "#!" instead
4494         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
4495         gives details on why the space is never needed.
4497 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
4499         * window.el (walk-window-tree, window-with-parameter):
4500         New optional argument MINIBUF to control whether these functions
4501         should run on the minibuffer window.
4502         (window-at-side-list): Don't operate on minibuffer window.
4503         (window-in-direction): Simplify and rewrite doc-string.
4504         (window--size-ignore): Rename to window--size-ignore-p.
4505         Update callers.
4506         (display-buffer-in-atom-window, window--major-non-side-window)
4507         (window--major-side-window, display-buffer-in-major-side-window)
4508         (delete-side-window, display-buffer-in-side-window):
4509         New functions.
4510         (window--side-check, window-deletable-p, delete-window)
4511         (delete-other-windows, split-window): Handle side windows and
4512         atomic windows appropriately.
4513         (window--display-buffer): Call display-buffer-record-window also
4514         when the window buffer did not change.
4516 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
4518         * help-fns.el (help-fns--key-bindings):
4519         Abbreviate non-symbol remap targets.  (Bug#12174)
4521 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
4523         * dired.el (dired-mark-remembered): Don't clobber point.
4524         (Bug#11795)
4526 2012-08-22  Glenn Morris  <rgm@gnu.org>
4528         * progmodes/bug-reference.el (bug-reference): New custom group.
4529         (bug-reference-bug-regexp): Make it a defcustom.
4531 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
4533         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
4534         (js-paren-indent-offset, js-square-indent-offset)
4535         (js-curly-indent-offset): Add :safe (Bug#12257).
4537 2012-08-22  Edward O'Connor  <hober0@gmail.com>
4539         * json.el (json-key-format): Add error properties.
4540         (json-encode-key): New function.
4541         (json-encode-hash-table, json-encode-alist, json-encode-plist):
4542         Use json-encode-key.
4544 2012-08-22  Glenn Morris  <rgm@gnu.org>
4546         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
4547         (cal-tex-leftday, cal-tex-rightday): Remove functions.
4548         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
4549         Update for above change.
4551 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
4553         * cus-face.el (custom-face-attributes): Fix customize type for the
4554         :underline attribute.  (Bug#11805)
4556 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
4558         * window.el (window-point-1, set-window-point-1): Remove.
4559         (window-in-direction, record-window-buffer)
4560         (set-window-buffer-start-and-point, split-window-below)
4561         (window--state-get-1, display-buffer-record-window):
4562         Replace calls to window-point-1 and set-window-point-1 by calls to
4563         window-point and set-window-point respectively.
4565 2012-08-21  Glenn Morris  <rgm@gnu.org>
4567         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
4568         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
4569         Use it.
4571         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
4572         (cal-tex-shortday): New function.
4573         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
4574         (cal-tex-cursor-filofax-daily): Use the above.
4576         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
4577         New functions.
4578         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4579         (cal-tex-cursor-filofax-week): Use them.
4581         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
4582         New constants.
4583         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4584         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
4586         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
4587         (cal-tex-end-document): Don't rely on buffer name.
4589         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
4590         Use cal-tex-vspace.
4591         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
4592         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
4593         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
4594         Use cal-tex-arg.
4596         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
4597         (cal-tex-cursor-week, cal-tex-cursor-week2)
4598         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
4599         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4600         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
4601         (cal-tex-insert-preamble, cal-tex-b-document)
4602         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
4603         Improve cal-tex-cmd usage.
4605         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
4606         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
4607         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
4608         (cal-tex-weekly-paper): New function.
4609         (cal-tex-cursor-week, cal-tex-cursor-week2)
4610         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4611         (cal-tex-cursor-day): Use it.
4613         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
4614         (cal-tex-cursor-filofax-week): Remove leading blank page.
4616         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4617         Add autoload cookie.  For now at least, don't use color, since
4618         no other cal-tex function does.
4620         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
4621         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4622         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
4624 2012-08-21  Juri Linkov  <juri@jurta.org>
4626         * info.el (Info-file-attributes): New variable.
4627         (info-insert-file-contents): Add file attributes to
4628         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
4629         `Info-toc-nodes' when previous modtime of the Info file is less
4630         than new modtime.
4631         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
4632         of info.el.  (Bug#12230)
4634 2012-08-20  Glenn Morris  <rgm@gnu.org>
4636         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
4637         * calendar/holidays.el (calendar-holiday-list):
4638         Report errors with display-warning rather than beep'n'sleep.
4640 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
4642         * net/tramp.el (tramp-accept-process-output): Accept only output
4643         from PROC.  Otherwise, process filters and sentinels might be
4644         confused.  (Bug#12145)
4646 2012-08-20  Chong Yidong  <cyd@gnu.org>
4648         * descr-text.el (describe-text-properties-1): Use overlays-in to
4649         report on empty overlays (Bug#3322).
4651 2012-08-20  Glenn Morris  <rgm@gnu.org>
4653         * mail/rmailout.el (rmail-output-read-file-name):
4654         Trap and report errors in rmail-output-file-alist elements.
4656         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
4657         since most non-font-lock faces are not also variables).
4659 2012-08-20  Edward Reingold  <reingold@iit.edu>
4661         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4662         New function.  (Bug12160)
4664 2012-08-19  Glenn Morris  <rgm@gnu.org>
4666         * mail/rmailout.el (rmail-output-read-file-name):
4667         Fix previous change (when the alist is nil or does not match).
4669 2012-08-19  Chong Yidong  <cyd@gnu.org>
4671         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
4672         (Bug#12228).
4674 2012-08-18  Chong Yidong  <cyd@gnu.org>
4676         * simple.el (yank-handled-properties): New defcustom.
4677         (yank-excluded-properties): Add font-lock-face and category.
4678         (yank): Doc fix.
4680         * subr.el (remove-yank-excluded-properties):
4681         Obey yank-handled-properties.  The special handling of font-lock-face
4682         and category is now done this way, instead of being hard-coded.
4683         (insert-for-yank-1): Remove font-lock-face handling.
4684         (yank-handle-font-lock-face-property)
4685         (yank-handle-category-property): New function.
4687 2012-08-17  Glenn Morris  <rgm@gnu.org>
4689         * mail/rmailout.el (rmail-output-read-file-name):
4690         Check rmail-output-file-alist against the full message body
4691         in the correct rmail buffer.  (Bug#12214)
4693 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
4695         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4696         Eliminate superfluous prompt.  (Bug#12203)
4698 2012-08-17  Chong Yidong  <cyd@gnu.org>
4700         * mouse.el (mouse-appearance-menu): If x-select-font returns a
4701         font spec, set the font directly (Bug#3228).
4703 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
4705         * window.el (delete-window): Fix last fix.
4707 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
4709         * window.el (window-valid-p): Move to window.c.
4710         (window-child, window-child-count, window-last-child)
4711         (window-normalize-window, window-combined-p)
4712         (window-combinations, window-atom-root, window-min-size)
4713         (window-sizable, window-sizable-p, window-size-fixed-p)
4714         (window-min-delta, window-max-delta, window--resizable)
4715         (window--resizable-p, window-resizable, window-total-size)
4716         (window-full-height-p, window-full-width-p, window-body-size)
4717         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
4718         (minimize-window, window-deletable-p, delete-window)
4719         (delete-other-windows, set-window-buffer-start-and-point)
4720         (next-buffer, previous-buffer, split-window, balance-windows-2)
4721         (set-window-text-height, window-buffer-height)
4722         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4723         (truncated-partial-width-window-p): Minor code adjustments.
4724         In doc-strings state whether the argument window has to denote a
4725         live, valid or any window.
4727 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
4729         * progmodes/subword.el (subword-forward-function)
4730         (subword-backward-function, subword-forward-regexp)
4731         (subword-backward-regexp): New variables.
4732         (subword-forward, subword-forward-internal, subword-backward-internal):
4733         Use new variables, eg so that different "word" definitions
4734         can be easily used.  (Bug#11411)
4736 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4738         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
4739         for composite selectors.
4740         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
4741         operation just because we can't find a previous revision.
4743 2012-08-15  Chong Yidong  <cyd@gnu.org>
4745         * frame.el (set-frame-font): Accept font objects.
4747 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4749         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
4751 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
4753         * man.el (Man-overstrike-face, Man-underline-face)
4754         (Man-reverse-face): Remove variables.
4755         (Man-overstrike, Man-underline, Man-reverse): New faces.
4756         (Man-fontify-manpage): Use them instead of the variables.
4757         (Man-cleanup-manpage): Comment change.
4758         (Man-ansi-color-map): New variable.
4759         (Man-fontify-manpage): Use it.
4760         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
4762         Implement ANSI SGR parameters 22-27 (bug#12146).
4763         * ansi-color.el (ansi-colors): Doc fix.
4764         (ansi-color-context, ansi-color-context-region): Doc fix.
4765         (ansi-color--find-face): New function.
4766         (ansi-color-apply, ansi-color-apply-on-region): Use it.
4767         Rename the local variable `face' to `codes' since it is now a list of
4768         ansi codes.  Doc fix.
4769         (ansi-color-get-face): Remove.
4770         (ansi-color-parse-sequence): New function, derived from
4771         ansi-color-get-face.
4772         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
4773         codes 22-27.
4775 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4777         * subr.el (read-passwd): Allow use from a minibuffer.
4779 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
4781         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
4782         inside comments and strings as identifiers.
4784         * progmodes/gud.el (gud-tooltip-print-command): Quote the
4785         expression to evaluate.  This allows to evaluate expressions with
4786         embedded whitespace.
4787         (gud-tooltip-tips): Add a blank before the newline in the
4788         message-box text, for the benefit of message-box emulation on
4789         MS-Windows.
4791         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
4792         messages from GDB, pop them up in a tooltip to give feedback to
4793         user.
4794         (gdb-tooltip-print-1): Quote the expression to evaluate.
4795         This allows to evaluate expressions with embedded whitespace.
4796         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
4797         if the TTY name is nil or empty (which happens when communicating
4798         with the inferior via pipes, e.g. on MS-Windows).
4799         (gdb-internals): If GDB sends a "&\n" empty debugging message,
4800         don't send that to the GUD buffer.
4802 2012-08-14  Glenn Morris  <rgm@gnu.org>
4804         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4805         Optimize away setq-default with no args, as for setq.  (Bug#12195)
4807 2012-08-14  Chong Yidong  <cyd@gnu.org>
4809         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
4811         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
4812         (Bug#12085).
4814 2012-08-14  Glenn Morris  <rgm@gnu.org>
4816         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
4818 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
4820         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
4821         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4822         Use cached shell name.
4824 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4826         * progmodes/python.el (python-shell-send-string):
4827         (python-shell-send-setup-code): Do not use `format' with `message'.
4829 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
4831         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
4832         (ruby-percent-literal-beg-re): New constant.
4833         (ruby-syntax-general-delimiters-goto-beg): Rename to
4834         `ruby-syntax-enclosing-percent-literal', improve literal type check.
4835         (ruby-syntax-propertize-general-delimiters): Rename to
4836         `ruby-syntax-propertize-percent-literal', it's a shorter and more
4837         popular term.  Adjust comments everywhere.
4838         (ruby-syntax-propertize-percent-literal): Only propertize when not
4839         inside a simple string or comment.  When the literal is unclosed,
4840         leave the text after it unpropertized.
4841         (ruby-syntax-methods-before-regexp): New constant.
4842         (ruby-syntax-propertize-function): Use it to recognize regexps.
4843         Don't look at the text after regexp, just use the whitelist.
4845 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
4847         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
4848         non-nil always load the compiled file if it exists.  (Bug#12197)
4850 2012-08-14  Chong Yidong  <cyd@gnu.org>
4852         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4853         (hi-lock-set-pattern): When deciding whether to use font lock or
4854         overlays, look at font-lock-mode instead of font-lock-fontified
4855         (Bug#12168).
4856         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
4857         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4859 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
4861         * subr.el (internal--after-with-selected-window): Fix typo
4862         (Bug#12193).
4864 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4866         Use `completion-table-dynamic' for completion functions.
4867         * progmodes/python.el
4868         (python-shell-completion--do-completion-at-point)
4869         (python-shell-completion--get-completions):
4870         Remove functions.
4871         (python-shell-completion-complete-at-point): New function.
4872         (python-completion-complete-at-point): Use it.
4874 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
4876         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4877         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4879 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4881         * subr.el (function-get): Refine `autoload' arg so it can also
4882         autoload functions for gv.el (bug#12191).
4883         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4884         autoloads macros.
4886         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4887         Prefer pcase-let over destructuring-bind.
4888         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4889         Also, remove whitespace as we go, rather than after accumulating the
4890         various places.
4892         * subr.el (internal--before-with-selected-window)
4893         (internal--after-with-selected-window): Fix typo seleted->selected.
4894         (with-selected-window): Adjust callers.
4895         Reported by Dmitry Gutov <dgutov@yandex.ru>.
4897 2012-08-13  Bastien Guerry  <bzg@gnu.org>
4899         * window.el (special-display-popup-frame): Minor docstring
4900         enhancement.  (Bug#12172)
4902 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4904         * tar-mode.el (tar-header-data-end): Only ignore size for files of
4905         type 1-6.
4906         (tar-header-block-summarize, tar-get-descriptor): Handle pax
4907         extended headers.
4909         * files.el (hack-local-variables-filter): Remove useless eval.
4911 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
4913         * subr.el (with-selected-window): Fix last change.
4915 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4917         * subr.el (internal--before-with-seleted-window)
4918         (internal--after-with-seleted-window): New functions.
4919         (with-selected-window): Use them, to replace dependency on
4920         tty-top-frame.
4922 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
4924         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4925         binding for `newline'.
4926         (ruby-move-to-block): When moving backward, stop at block opening,
4927         not indentation.
4928         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4929         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4930         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4931         `ruby-toggle-block'.
4933 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4935         * ibuffer.el (ibuffer-do-toggle-read-only):
4936         * dired.el (dired-toggle-read-only):
4937         * buff-menu.el (Buffer-menu-toggle-read-only):
4938         * bindings.el (mode-line-toggle-read-only):
4939         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4941 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
4943         * descr-text.el (describe-char): Put the overlays over the
4944         "displayed as" character.
4946 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
4948         * calc/calc-units.el (math-default-units-table): Give an
4949         initial value.
4950         (math-put-default-units): Add options to put composite units and
4951         unit systems in the default units table.
4952         (calc-convert-units): Send composite units to
4953         `math-put-default-units' when appropriate.
4955 2012-08-11  Glenn Morris  <rgm@gnu.org>
4957         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4959         * tutorial.el (help-with-tutorial):
4960         * emacs-lisp/copyright.el (copyright-update-directory):
4961         * emacs-lisp/autoload.el (autoload-find-generated-file)
4962         (autoload-find-file): Disable local eval: (for insurance).
4964         * files.el (hack-local-variables-filter): If an eval: form is not
4965         known to be safe, and enable-local-variables is :safe, then ignore
4966         the form totally, as is done for non-eval forms.  (Bug#12155)
4967         This is CVE-2012-3479.
4969 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4971         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4972         (rx-form): Simplify.
4974 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
4976         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4977         ?, _, and : are symbol constituents, ! is not (but kinda should be).
4978         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4979         (ruby-syntax-propertize-function): Adjust for changes in
4980         `ruby-syntax-propertize-heredoc'.
4982 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
4984         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4985         binding (use `M-;' instead).
4986         (ruby-singleton-class-p): New function.
4987         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4989 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4991         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4993 2012-08-10  Chong Yidong  <cyd@gnu.org>
4995         * progmodes/python.el (python-shell-get-process-name): Don't mess
4996         with same-window-buffer-names.
4998         * eshell/eshell.el (eshell-add-to-window-buffer-names)
4999         (eshell-remove-from-window-buffer-names): Make obsolete.
5000         (eshell-buffer-name, eshell-unload-hook): Don't use them.
5001         (eshell): Just use pop-to-buffer-same-window instead.
5003 2012-08-10  Chong Yidong  <cyd@gnu.org>
5005         * bindings.el: Bind M-= back to count-words-region.
5007         * simple.el (count-words-region): Accept a prefix arg for acting
5008         on the entire buffer.
5009         (count-words--buffer-message): New helper function.
5011 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5013         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
5014         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
5015         (event-start, event-end): Use posn-at-point to return a more
5016         informative posn.
5017         (posnp): New function.
5018         * mouse.el (popup-menu-normalize-position): Use it.
5020 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
5022         * mouse.el (popup-menu-normalize-position): New function.
5023         (popup-menu): Use `popup-menu-normalize-position' to normalize
5024         the form for POSITION argument.
5026         * term/x-win.el (x-menu-bar-open):
5027         Use the value returend from (posn-at-point) as position
5028         passed to `popup-menu'.
5030 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
5032         * calc/calccomp.el (math-compose-expr): Add extra argument
5033         indicating that parentheses should be put around products in
5034         denominators.  Give multiplication precedence over division during
5035         composition.
5037 2012-08-09  Chong Yidong  <cyd@gnu.org>
5039         * man.el (Man-switches, Man-sed-command, Man-awk-command)
5040         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
5041         (Man-untabify-command, manual-program): Convert to defcustom
5042         (Bug#10429).
5044         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
5046         * descr-text.el (describe-char): Don't insert extra newlines
5047         (Bug#10127).
5049         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
5050         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
5052         * align.el (align-region): Delete temporary markers (Bug#10047).
5053         Plus some code cleanups.
5055 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5057         * progmodes/python.el (python-pdbtrack-tracked-buffer)
5058         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
5059         (python-shell-internal-last-output): Use make-local-variable
5060         instead of make-variable-buffer-local.
5062 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5064         * progmodes/python.el: Enhancements to forward-sexp.
5065         (python-nav-forward-sexp): Rename from
5066         python-nav-forward-sexp-function.
5067         (python-nav--forward-sexp, python-nav--backward-sexp):
5068         New functions.
5070 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
5072         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
5073         modes and simplification modes.
5075 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5077         * delsel.el (delete-selection-pre-hook): Don't propagate the
5078         file-supersession signals (bug#12161).
5080 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5082         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
5083         (cl-map-extents): Add compatibility aliases (bug#12135).
5085 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
5087         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
5088         tests by `ignore-error'.
5089         (tramp-find-shell): Open also a new shell, when cache is already
5090         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
5092 2012-08-08  Juri Linkov  <juri@jurta.org>
5094         * bookmark.el: Add `defaults' property to the bookmark record.
5095         (bookmark-current-buffer): Doc fix.
5096         (bookmark-make-record): Add `defaults' property with default values
5097         to the bookmark record.
5098         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
5099         with `bookmark-insert-current-bookmark'.
5100         (bookmark-set): Get `defaults' property from the bookmark record
5101         and use it in `read-from-minibuffer'.
5102         (bookmark-insert-current-bookmark): Remove function.
5104         * info.el (Info-bookmark-make-record): Add `defaults' property
5105         with values of canonical Info node name, the current Info file
5106         name and the current Info node name.  (Bug#12107)
5108 2012-08-08  Juri Linkov  <juri@jurta.org>
5110         * files.el (basic-save-buffer): Use `buffer-name' as the default
5111         of `read-file-name' when buffer is not visiting a file (bug#12128).
5113 2012-08-08  Juri Linkov  <juri@jurta.org>
5115         * info.el (Info-isearch-search): Doc fix.
5116         (Info-search): Change search-failed message from "initial node" to
5117         "end of node" (bug#12078).
5118         (Info-isearch-search): Change `isearch-string-state' to
5119         `isearch--state-string'.
5121 2012-08-08  Glenn Morris  <rgm@gnu.org>
5123         * language/persian.el: Remove file.
5124         * language/misc-lang.el: Move unique part of persian.el here.
5125         * loadup.el: Remove language/persian.
5127 2012-08-08  Ă“scar Fuentes  <ofv@wanadoo.es>
5129         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
5131 2012-08-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5133         * progmodes/python.el Fixed defsubst warning.
5134         (python-syntax-context) Rename from python-info-ppss-context.
5135         (python-syntax-context-type): Rename from
5136         python-info-ppss-context-type.
5137         (python-syntax-comment-or-string-p): Rename from
5138         python-info-ppss-comment-or-string-p.
5140 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
5142         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
5144 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
5146         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
5147         a defcustom that is quoted with backquote.
5149         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
5150         Fix handling of interactive spec when the body uses return.
5151         (math-do-arg-check, math-define-function-body): Use backquote forms.
5152         * calc/calc-ext.el (math-defcache): Likewise.
5153         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
5154         * allout.el (allout-new-exposure): Likewise.
5155         * calc/calcalg2.el (math-tracing-integral): Likewise.
5156         * info.el (Info-last-menu-item): Likewise.
5157         * emulation/vip.el (vip-loop): Likewise.
5158         * textmodes/artist.el (artist-funcall): Likewise.
5159         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
5160         Construct menu-item directly.
5162         * progmodes/autoconf.el (font-lock-syntactic-keywords):
5163         Don't declare.
5165 2012-08-07  Chong Yidong  <cyd@gnu.org>
5167         * simple.el (deactivate-mark): Preserve text properties when
5168         saving the primary selection (Bug#8384).
5170 2012-08-07  Kevin Ryde  <user42@zip.com.au>
5172         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
5173         (woman-parse-numeric-value): On a bad .IP line, issue a warning
5174         and continue processing (Bug#12110).
5176 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5178         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
5179         syntax-propertize-function (bug#10095).
5181 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * help-fns.el (help-fns--key-bindings, help-fns--signature)
5184         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
5185         describe-function-1.
5186         (describe-function-1): Use them.  Move compiler macro after sig.
5187         (help-fns--compiler-macro): Use function-get.  Assume we're already in
5188         standard-output.  Adjust layout to new call order.
5190         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
5191         re-binding a symbol that has a symbol-macro (bug#12119).
5193 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
5195         * language/persian.el: New file.  (Bug#11812)
5196         * loadup.el: Add language/persian.el.
5198 2012-08-06  Chong Yidong  <cyd@gnu.org>
5200         * window.el (window--maybe-raise-frame): New function.
5201         (window--display-buffer): Split off from here.
5202         (display-buffer-reuse-window, display-buffer-pop-up-frame)
5203         (display-buffer-pop-up-window, display-buffer-use-some-window):
5204         Obey an inhibit-switch-frame action alist entry.
5205         (display-buffer): Update doc.
5207         * replace.el (occur-after-change-function): Avoid losing focus by
5208         using the inhibit-switch-frame display parameter (Bug#12139).
5210 2012-08-06  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5212         Make internal shell process buffer names start with space.
5213         * progmodes/python.el (python-shell-make-comint): Add optional
5214         argument INTERNAL.
5215         (run-python-internal): Use it.
5216         (python-shell-internal-get-or-create-process): Check for new
5217         internal buffer names.
5219 2012-08-06  Glenn Morris  <rgm@gnu.org>
5221         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5222         Do less getting and setting of environment variables.
5224 2012-08-05  Chong Yidong  <cyd@gnu.org>
5226         * proced.el (proced): Add substitution string to docstring to
5227         trigger autoloading of the proced library on C-h f (Bug#1768).
5229         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5230         Don't show defvars which have no second argument (Bug#8638).
5232         * imenu.el (imenu-generic-expression): Move documentation here
5233         from imenu--generic-function.
5234         (imenu--generic-function): Refer to imenu-generic-expression.
5236 2012-08-05  Vegard Ă˜ye  <vegard_oye@hotmail.com>  (tiny change)
5238         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
5239         indentation declaration.
5240         (viper-loop): Add indentation declaration (Bug#7025).
5242 2012-08-05  Chong Yidong  <cyd@gnu.org>
5244         * help-fns.el (describe-variable): Add hyperlink for
5245         directory-local variables files.  Improve buffer-local and
5246         permanent-local reporting; suggested by MON KEY (Bug#6644).
5248         * help-mode.el (help-dir-local-var-def): New button type.
5250         * files.el (kill-buffer-hook): Provide a defvar.
5252 2012-08-05  Glenn Morris  <rgm@gnu.org>
5254         * eshell/esh-ext.el (eshell/addpath):
5255         Also update eshell-path-env.  (Bug#12013)
5257 2012-08-05  Chong Yidong  <cyd@gnu.org>
5259         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
5261         * fringe.el (fringe-styles): Add docstring.
5262         (fringe--check-mode): New function.
5263         (set-fringe-mode, set-fringe-style): Use it.
5264         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
5266         * files.el (set-auto-mode): Fix invalid setq call.
5268 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5270         * isearch.el: Misc simplification; use defstruct.
5271         (isearch-mode-map): Dense maps now work like sparse ones.
5272         (isearch--state): New defstruct.
5273         (isearch-string-state, isearch-message-state, isearch-point-state)
5274         (isearch-success-state, isearch-forward-state)
5275         (isearch-other-end-state, isearch-word-state, isearch-error-state)
5276         (isearch-wrapped-state, isearch-barrier-state)
5277         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
5278         replaced by defstruct's accessors.
5279         (isearch--set-state): Rename from isearch-top-state and change
5280         calling convention.
5281         (isearch-push-state): Use new isearch--get-state.
5282         (isearch-toggle-word): Disable regexp when enabling word.
5283         (isearch-message-prefix): Remove unused arg _c-q-hack.
5284         (isearch-message-suffix): Remove unused arg _ellipsis.
5286 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
5288         * simple.el (list-processes--refresh): For a server use :host or
5289         :local as the address.
5290         (list-processes): Doc fix.
5292 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
5294         * lisp/mpc.el: Support password in host argument.
5295         (mpc--proc-connect): Parse and use new password element.
5296         Set mpc-proc variable instead of returning process.
5297         (mpc-proc): Adjust accordingly.
5299 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
5301         * whitespace.el (whitespace-display-mappings): Use Unicode
5302         codepoints, instead of emacs-mule codepoints.  See
5303         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
5304         for the details.
5306         * files.el (file-truename): Don't skip symlink-chasing part on
5307         windows-nt.  Incorporate the resolution of 8+3 short aliases on
5308         Windows into the loop that recursively chases symlinks.
5309         Compare directory and its parent case-insensitively on MS-Windows and
5310         MS-DOS.
5312 2012-08-03  Chong Yidong  <cyd@gnu.org>
5314         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
5316         * sort.el (sort-regexp-fields): Doc fix.
5318 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
5320         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
5321         labels regex position point at the expected place.
5323 2012-08-03  MON KEY  <monkey@sandpframing.com>
5325         * net/imap.el (imap-interactive-login, imap-authenticate)
5326         (imap-mailbox-lsub, imap-mailbox-list)
5327         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
5328         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
5329         (imap-parse-response): Doc fix.
5331 2012-08-03  JoĂ£o TĂ¡vora  <joaotavora@gmail.com>
5333         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
5334         if sexp scanning does not move point (Bug#5734).
5336 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
5338         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
5339         Add listings, minted, and ctable packages.
5340         (reftex-label-alist-builtin): Move listings, minted, and ctable
5341         entries before LaTeX.
5342         (reftex-label-alist): Docfix.
5344 2012-08-02  Bastien Guerry  <bzg@gnu.org>
5346         * replace.el (occur): Fix docstring (bug#12122).
5348 2012-08-02  Glenn Morris  <rgm@gnu.org>
5350         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
5352 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
5354         Obsolete alias inactivate-current-input-method-function (Bug#10150).
5355         * international/mule-cmds.el: Create
5356         inactivate-current-input-method-function as an obsolete alias for
5357         deactivate-current-input-method-function.  See Katsumi Yamaoka in
5358         <http://bugs.gnu.org/10150#46>.
5360 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
5362         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
5363         of nested `if's.
5365 2012-08-01  Glenn Morris  <rgm@gnu.org>
5367         * progmodes/autoconf.el (autoconf-definition-regexp):
5368         Add AH_TEMPLATE, adjust submatch numbering.
5369         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
5370         (autoconf-current-defun-function): Update for above change.
5371         (autoconf-current-defun-function): First skip to end of current word.
5373 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
5375         * calendar/cal-html.el (cal-html-insert-agenda-days):
5376         Fix typo.  (Bug#12018)
5378 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5380         Shell processes: enhancements to startup and CEDET compatibility.
5381         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
5382         (python-shell-make-comint): accept-process-output at startup.
5383         (run-python-internal): Set inferior-python-mode-hook to nil.
5384         (python-shell-internal-get-or-create-process): call sit-for.
5385         (python-preoutput-result): Add obsolete alias.
5386         (python-shell-internal-send-string): Use it.
5387         (python-shell-send-setup-code): Remove call to
5388         accept-process-output.
5390 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
5392         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
5393         (Bug#12108)
5395 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
5397         * calc-mode.el (calc-basic-simplification-mode): Rename from
5398         `calc-limited-simplification-mode'.
5399         (calc-alg-simplification-mode): New function.
5400         (calc-set-simplify-mode): Adjust message.
5402         * calc.el (calc-set-mode-line): Adjust mode line display for
5403         basic simplification mode.
5405         * calc-help.el (calc-m-prefix-help): Update help message.
5407         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
5408         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
5410 2012-07-31  Bastien Guerry  <bzg@gnu.org>
5412         * man.el (man): Fix comment.  (bug#12101)
5414 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
5416         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5417         Don't return a non-nil value when no suitable buffer was found.
5419 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5421         * progmodes/python.el (run-python-internal): Disable font lock for
5422         internal shells.
5424 2012-07-30  Stefan Merten  <smerten@oekonux.de>
5426         * textmodes/rst.el: Silence `checkdoc-ispell'.
5427         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5428         (rst-official-version, rst-official-cvs-rev)
5429         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
5430         (rst-mode-map): New key binding.
5432 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
5434         Update .PHONY listings in makefiles.
5435         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
5436         autoloads, update-subdirs, updates, bzr-update, update-authors,
5437         compile-onefile, compile-calc, backup-compiled-files,
5438         compile-after-backup, compile-one-process, mh-autoloads,
5439         bootstrap-clean, distclean, maintainer-clean.
5441 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
5443         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
5444         (calc-set-mode-line): Don't display "AlgSimp ".
5446         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
5447         (calc-lim-simplify-mode): New function.
5448         (calc-set-simplify-mode): Default to 'alg.
5449         (calc-default-simplify-mode): Make algebraic simplifications
5450         the default.
5452         * calc/calc-ext.el (calc-init-extensions): Remove binding for
5453         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
5455         * calc/calc-help.el (calc-m-prefix-help): Change messages to
5456         indicate new simplification modes.
5458         * calc/README: Mention new default simplification mode.
5460         * calc/calc.el (math-normalize-error): New variable.
5461         (math-normalize): Set `math-normalize-error' to t
5462         when there's an error.
5464         * calc/calc-alg.el (math-simplify): Don't simplify when
5465         `math-normalize' returns an error.
5467 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
5469         * international/mule-cmds.el (set-locale-environment): Revert last
5470         change, since display-graphic-p returns nil when this function is
5471         called during startup.  Instead...
5473         * term/w32console.el (terminal-init-w32console): ...setup the
5474         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
5476 2012-07-29  Juri Linkov  <juri@jurta.org>
5478         * simple.el (goto-line): Don't display default line number in the
5479         prompt because it should be displayed by `read-number' (bug#9952).
5480         Add the current line number to the defaults of `goto-line' to
5481         allow its easier modification by users with `M-n' (bug#9201).
5483         * subr.el (read-number): Support multiple default values like in
5484         other minibuffer reading functions.  Replace `read' with
5485         `string-to-number' for consistency with `number-to-string'.
5487 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
5489         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
5490         * emulation/viper-init.el (viper-deactivate-input-method-action):
5491         Rename from viper-inactivate-input-method-action.
5492         (viper-deactivate-input-method):
5493         Rename from viper-inactivate-input-method.
5494         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
5495         * international/mule-cmds.el (deactivate-input-method):
5496         Rename from inactivate-input-method.
5497         Also run input-method-deactivate-hook.
5498         (deactivate-current-input-method-function):
5499         Rename from inactivate-current-input-method-function.
5500         (input-method-deactivate-hook): New hook.
5501         (input-method-inactivate-hook): Mark obsolete.
5502         (inactivate-input-method): Mark obsolete.
5504         * international/quail.el (quail-activate):
5505         Also run quail-deactivate-hook.
5506         (quail-deactivate): Rename from quail-inactivate.
5507         * international/robin.el (robin-activate):
5508         Also run robin-deactivate-hook.
5509         (robin-deactivate): Rename from robin-inactivate.
5511 2012-07-29  Chong Yidong  <cyd@gnu.org>
5513         * simple.el (indicate-copied-region): New function.
5514         (kill-ring-save): Split off from here.
5516         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
5517         (kill-rectangle): Set deactivate-mark to t on read-only error.
5519         * register.el (copy-to-register, copy-rectangle-to-register):
5520         Deactivate the mark, and use indicate-copied-region (Bug#10056).
5521         (append-to-register, prepend-to-register): Call indicate-copied-region.
5523 2012-07-29  Juri Linkov  <juri@jurta.org>
5525         * simple.el (async-shell-command-buffer): New defcustom.
5526         (shell-command): Use it.  (Bug#4719)
5528 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
5530         * international/mule-cmds.el (set-locale-environment): In a
5531         console session on MS-Windows, set up keyboard and terminal
5532         encoding from the OEM codepage, not the ANSI codepage.
5533         (Bug#12055)
5535 2012-07-28  Chong Yidong  <cyd@gnu.org>
5537         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
5538         gdb-get-location.
5540 2012-07-28  Leo Liu  <sdl.web@gmail.com>
5542         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
5543         the alist (bug#12029).
5545 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
5547         * makefile.w32-in (custom-deps, finder-data, updates, compile)
5548         (compile-always, compile-first)
5549         ($(lisp)/calendar/cal-loaddefs.el)
5550         ($(lisp)/calendar/diary-loaddefs.el)
5551         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5552         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
5553         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
5554         instead of on update-subdirs.
5555         (bootstrap-clean): Delete $(lisp)/subdirs.el.
5557 2012-07-28  Chong Yidong  <cyd@gnu.org>
5559         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
5560         directory if vc-deduce-backend returns nil (Bug#7350).
5562         * simple.el (delete-trailing-lines): New option.
5563         (delete-trailing-whitespace): Obey it (Bug#11879).
5565 2012-07-28  David Engster  <deng@randomsample.de>
5567         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
5568         Explanation of new 'symbol-qnames feature in doc-strings.
5569         (xml-maybe-do-ns): Return expanded names as plain symbols if
5570         'symbol-qnames was provided in XML-NS argument (Bug#11916).
5571         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
5573 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5575         Consistent completion in inferior python with emacs -nw.
5576         * progmodes/python.el (inferior-python-mode): replace "<tab>"
5577         binding in inferior-python-mode-map with "\t".
5578         (python-shell-completion-complete-at-point)
5579         (python-completion-complete-at-point): Remove interactive spec.
5581 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
5583         * calc/calccomp.el (math-compose-expr): Undo previous change.
5585 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5587         * progmodes/python.el (python-mode-map): Add keybinding for
5588         run-python.
5589         (python-shell-make-comint): Fix pop-to-buffer call.
5590         (run-python): Autoload.  New arg SHOW.
5591         (python-shell-get-or-create-process): Do not pop python process
5592         buffer.
5594 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
5596         * notifications.el (notifications-on-action-signal)
5597         (notifications-on-closed-signal): Use also the bus address for the map.
5598         (notifications-notify, notifications-close-notification)
5599         (notifications-get-capabilities): Add optional argument BUS.
5601 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
5603         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5604         Add support for the lstlisting and minted environments, and for the
5605         ctable macro.
5606         * textmodes/reftex.el (reftex-compile-variables): Also recognize
5607         labels written in keyvals syntax.
5609 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
5611         * calc/calccomp.el (math-compose-expr): Use parentheses when
5612         there is a product in the denominator of a fraction.
5614 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
5616         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
5617         ($(lisp)/calendar/diary-loaddefs.el)
5618         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5619         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
5620         Fixes failures in parallel bootstrap because subdirs.el is being
5621         rewritten while the autoload files are built at the same time,
5622         which needs to load subdirs.el.
5624 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
5626         * mouse.el (popup-menu): Fix doc-string and re-indent code.
5627         (mouse-drag-line): Don't exit tracking when a switch-frame or
5628         switch-window event occurs (Bug#12006).
5630 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5632         * mouse.el (popup-menu): Fix last change.
5634 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5636         Autoload from Lisp with more care.  Follow aliases when looking for
5637         function properties.
5638         * subr.el (autoloadp): New function.
5639         (symbol-file): Use it.
5640         (function-get): New function.
5641         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
5642         autoload-do-load.
5643         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
5644         (lisp-indent-function):
5645         * emacs-lisp/gv.el (gv-get):
5646         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
5647         * emacs-lisp/byte-opt.el (byte-optimize-form):
5648         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
5649         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
5650         Use function-get.
5651         * emacs-lisp/cl.el: Don't propagate function properties any more.
5653         * speedbar.el (speedbar-add-localized-speedbar-support):
5654         * emacs-lisp/disass.el (disassemble-internal):
5655         * desktop.el (desktop-load-file):
5656         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
5657         (describe-function-1):
5658         * emacs-lisp/find-func.el (find-function-noselect):
5659         * emacs-lisp/elp.el (elp-instrument-function):
5660         * emacs-lisp/advice.el (ad-has-proper-definition):
5661         * apropos.el (apropos-safe-documentation, apropos-macrop):
5662         * emacs-lisp/debug.el (debug-on-entry):
5663         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
5664         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5665         * calc/calc.el (name): Use autoloadp & autoload-do-load.
5667 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
5669         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
5670         function, not an obsolete variable (Bug#12046).
5672 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
5674         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
5676 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
5678         * emacs-lisp/pp.el (pp-display-expression): Select old selected
5679         window only if it is still live (Bug#12034).
5681 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
5683         * subr.el (redirect-frame-focus): Add advertised calling
5684         convention (Bug#12030).
5686 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
5688         Prefer typical American spelling for "acknowledgment".
5689         * vc/add-log.el (change-log-acknowledgment): Rename from
5690         change-log-acknowledgement, with an alias for the old name.
5692 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
5694         * calc-alg.el (math-simplify-divide): Don't cross multiply
5695         in an equation when the lhs is a variable.
5697 2012-07-24  Julien Danjou  <julien@danjou.info>
5699         * net/netrc.el (netrc-find-service-number, netrc-store-data):
5700         Remove, unused.
5702 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
5704         * startup.el (command-line): Don't display an empty user name in
5705         the error message about non-existent home directory, when
5706         init-file-user was set to an empty string.  See
5707         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
5708         for the details and context.
5710 2012-07-22  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
5712         * ses.el (ses-cell-formula-aset): New macro.
5713         (ses-cell-references-aset): New macro.
5714         (ses-cell-p): New function.
5715         (ses-rename-cell): Do no longer rely on complex operations like
5716         ses-cell-set-formula or ses-set-cell to change the cell and handle
5717         the undo at the same time, but rather use lower level new macros
5718         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
5719         the undo directly.  Refresh the mode line.
5721 2012-07-21  Leo Liu  <sdl.web@gmail.com>
5723         * progmodes/cc-cmds.el (c-defun-name):
5724         Use match-string-no-properties instead for consistency.
5726 2012-07-20  Leo Liu  <sdl.web@gmail.com>
5728         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
5729         (Bug#7879)
5731         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
5733 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5735         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
5736         * progmodes/bug-reference.el, misearch.el: Provide themselves
5737         (bug#11915).
5739         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
5740         of narrowed buffer (bug#11966).
5742 2012-07-20  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
5744         * ses.el (ses-rename-cell): Set new name also in reference list of
5745         cells of which the renamed cell depends.
5747 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
5749         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
5750         to check whether menu-bar is shown or not.  If not shown,
5751         show the menu-bar as a popup menu instead of using tmm.
5752         * mouse.el (popup-menu): Accept `point' as `position' argument.
5754 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
5756         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
5757         up inside string symbol literal (bug#11923).
5759 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
5761         * startup.el (fancy-startup-text): Read the whole tutorial, not
5762         just its first 256 bytes.  Prevents gibberish in display of the
5763         tutorial title.
5765 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
5767         Drop idle buffer compaction due to an absence of the
5768         proved efficiency.
5769         * compact.el: Remove.
5771 2012-07-19  Sam Steingold  <sds@gnu.org>
5773         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
5774         vc-bzr-pull & vc-bzr-merge-branch.
5775         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
5776         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
5777         for consistency with compilation-error-regexp-alist.
5778         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
5779         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
5780         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
5781         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
5783 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5785         * emacs-lisp/chart.el: Use lexical-binding.
5786         (chart-emacs-storage): Don't hardcode the list of entries.
5788 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
5790         Next round of tweaks caused by Fgarbage_collect changes.
5791         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
5793 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
5795         Compact buffers when idle.
5796         * compact.el: New file.
5798 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5800         * subr.el (eventp): Presume that if it looks vaguely like an event,
5801         it's an event (bug#10190).
5803 2012-07-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5805         Enhancements to ppss related code (thanks Stefan).
5806         * progmodes/python.el (python-indent-context)
5807         (python-indent-calculate-indentation, python-indent-dedent-line)
5808         (python-indent-electric-colon, python-nav-forward-block)
5809         (python-mode-abbrev-table)
5810         (python-info-assignment-continuation-line-p): Simplify checks
5811         for ppss context.
5812         (python-info-continuation-line-p): Cleanup.
5813         (python-info-ppss-context): Do not catch 'quote.
5814         (python-info-ppss-context-type)
5815         (python-info-ppss-comment-or-string-p): Simplify.
5817 2012-07-18  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5819         * progmodes/python.el: Enhancements to eldoc support.
5820         (python-info-current-symbol): New function.
5821         (python-eldoc-at-point): Use python-info-current-symbol.
5822         (python-info-current-defun): Fix cornercase on first defun scan.
5823         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
5824         and signal error when no inferior python process is available.
5826 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
5828         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
5829         assume it's always t.
5830         (vc-git-registered): Remove caching, the function is only called
5831         once.
5832         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
5834 2012-07-18  Chong Yidong  <cyd@gnu.org>
5836         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5838         * simple.el (count-words): Report on narrowing (Bug#9959).
5840         * bindings.el: Bind M-= to count-words.
5842         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
5844 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
5846         * progmodes/sh-script.el (sh-imenu-generic-expression):
5847         Capture a function with `function' keyword and without parentheses
5848         like "function FOO" (bug#11856).
5850 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
5852         * window.el (split-window-sensibly): Make WINDOW argument
5853         optional.
5855 2012-07-18  Chong Yidong  <cyd@gnu.org>
5857         * subr.el (keyboard-translate): Doc fix (Bug#7261).
5859         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5860         and make C-x 8 RET exit isearch (Bug#11439).
5862         * international/iso-transl.el: Move isearch-mode-map key
5863         definitions to isearch.el.
5865 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5867         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5868         (eieio-defclass): Use gv-define-setter when possible.
5870 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
5872         Reflect recent changes in Fgarbage_collect.
5873         * emacs-lisp/chart.el (chart-emacs-storage): Change to
5874         reflect new format of data returned by Fgarbage_collect.
5876 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5878         New utility functions + python-info-ppss-context fix (Bug#11910).
5879         * progmodes/python.el (python-info-beginning-of-block-statement-p)
5880         (python-info-ppss-comment-or-string-p): New functions.
5881         (python-info-ppss-context): Small fix for string check.
5883 2012-07-17  Juri Linkov  <juri@jurta.org>
5885         * dired-aux.el (dired-do-async-shell-command): Doc fix.
5886         (dired-do-async-shell-command): Don't add `*' at the end of the
5887         command (Bug#11815).
5888         (dired-do-shell-command): Doc fix.
5889         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5890         Join the individual commands using either "&" or ";" as the
5891         separator depending on the values of these trailing characters.
5892         At the end re-add the trailing "&".  (Bug#10598)
5894         * simple.el (async-shell-command): Sync the interactive spec with
5895         `shell-command'.  Doc fix.
5896         (shell-command): Doc fix.
5898 2012-07-17  Juri Linkov  <juri@jurta.org>
5900         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
5902 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5904         Final renames and doc fixes for movement commands (bug#11899).
5905         * progmodes/python.el (python-nav-beginning-of-statement):
5906         Rename from python-nav-statement-start.
5907         (python-nav-end-of-statement): Rename from
5908         python-nav-statement-end.
5909         (python-nav-beginning-of-block): Rename from
5910         python-nav-block-start.
5911         (python-nav-end-of-block): Rename from python-nav-block-end.
5913 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5915         * progmodes/python.el (python-shell-send-string-no-output):
5916         Allow accept-process-output to quit, keeping shell process ready for
5917         future interactions (Bug#11868).
5919 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5921         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5923         * emacs-lisp/elint.el (elint-find-args-in-code):
5924         Use help-function-arglist, so as to handle lexical byte-code.
5926         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5927         change (bug#11826).
5929 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5931         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5932         Avoid spuriously marking the buffer as modified because of c-is-sws.
5934         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5935         as not-a-comment (bug#11946).
5937         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5938         for uninterned vars.
5940         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5941         Use read-event since we don't really want to read chars but bytes.
5943         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5944         $$..$$ but also $..$ using regexps (bug#11953).
5945         Use tex-verbatim for \url and \path.
5946         (tex-font-lock-keywords): Define as defconst like the others.
5947         (tex-common-initialization): Don't use font-lock-syntax-table any more.
5949 2012-07-16  RenĂ© Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
5951         * international/mule-cmds.el (ucs-insert): Make it an obsolete
5952         alias for insert-char.
5954 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5956         * progmodes/python.el: Simplified imenu implementation.
5957         (python-nav-jump-to-defun): Remove command.
5958         (python-mode-map): Use `imenu' instead.
5959         (python-nav-list-defun-positions-cache)
5960         (python-imenu-include-defun-type, python-imenu-make-tree)
5961         (python-imenu-subtree-root-label, python-imenu-index-alist):
5962         Remove vars.
5963         (python-nav-list-defun-positions, python-nav-read-defun)
5964         (python-imenu-tree-assoc, python-imenu-make-element-tree)
5965         (python-imenu-make-tree, python-imenu-create-index):
5966         Remove functions.
5967         (python-mode): Update to interact with imenu by setting
5968         `imenu-extract-index-name-function' only.
5970 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5972         * progmodes/python.el: Enhancements to navigation commands.
5973         (python-nav-backward-sentence)
5974         (python-nav-forward-sentence): Remove.
5975         (python-nav-backward-statement, python-nav-forward-statement)
5976         (python-nav-statement-start, python-nav-statement-end)
5977         (python-nav-backward-block, python-nav-forward-block)
5978         (python-nav-block-start, python-nav-block-end)
5979         (python-nav-forward-sexp-function)
5980         (python-info-current-line-comment-p)
5981         (python-info-current-line-empty-p): New functions.
5982         (python-indent-context): Use `python-nav-statement-start'.
5984 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
5986         * eshell/em-ls.el (eshell/ls): Use `apply'.
5988         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5989         multi-hops, instead of Tramp internals.
5991         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5993         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5994         when F1 and F2 are located on different hosts.
5996 2012-07-14  Chong Yidong  <cyd@gnu.org>
5998         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5999         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
6000         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
6001         (xterm-mouse--read-event-sequence-1000)
6002         (xterm-mouse--read-event-sequence-1006): New functions.  For old
6003         mouse protocol, handle M-mouse-X events correctly.
6004         (xterm-mouse-event): New arg specifying mouse protocol.
6005         (turn-on-xterm-mouse-tracking-on-terminal)
6006         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
6007         sequence to toggle extended coordinates on newer XTerms.
6008         This appears to be harmless on terminals which do not support this.
6010 2012-07-14  Leo Liu  <sdl.web@gmail.com>
6012         Add fringe bitmap indicators for flymake.  (Bug#11253)
6013         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
6014         (flymake-make-overlay): New arg BITMAP.
6015         (flymake-error-bitmap, flymake-warning-bitmap)
6016         (flymake-fringe-indicator-position): New user variables.
6018         * fringe.el: New bitmap exclamation-mark.
6020 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
6022         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
6023         also (Bug#7879).
6025 2012-07-14  Chong Yidong  <cyd@gnu.org>
6027         * electric.el (electric-pair-post-self-insert-function): Fix pair
6028         insertion in empty-region case (Bug#11520).
6030 2012-07-14  Chong Yidong  <cyd@gnu.org>
6032         * bindings.el: Consolidate ctl-x-r-map bindings.
6033         Bind copy-rectangle-as-kill to C-x r w.
6035         * rect.el, register.el: Move bindings to bindings.el.
6037 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
6039         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
6041 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
6043         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
6045 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
6047         * bindings.el (top): Use `mapc' instead of `mapcar'.
6049         * loadup.el (top): Remove bogus `if' choice (brought by revno:88805).
6051 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
6053         * progmodes/sql.el (sql-comint): Suppress the check for program on
6054         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
6055         (Bug#11908)
6057 2012-07-13  Chong Yidong  <cyd@gnu.org>
6059         * bindings.el: Assign a non-nil permanent-local property to
6060         per-buffer variables which lack a default value (Bug#11930).
6062         * help-fns.el (describe-variable): In the "automatically becomes
6063         local" notice, take note of permanent-local variables.
6065 2012-07-13  Chong Yidong  <cyd@gnu.org>
6067         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
6068         to allow printing the message when called from Lisp.
6070         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6071         Remove toggle-read-only.
6073         * bs.el (bs-toggle-readonly):
6074         * buff-menu.el (Buffer-menu-toggle-read-only):
6075         Remove with-no-warnings around toggle-read-only.
6077         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
6078         Remove with-no-warnings around toggle-read-only.
6079         (ffap-read-only, ffap-read-only-other-window)
6080         (ffap-read-only-other-frame): Callers changed.
6082         * help-mode.el: Don't require view package.
6083         (help-mode-finish): Set buffer-read-only instead of calling
6084         toggle-read-only.
6086         * bindings.el (mode-line-toggle-read-only):
6087         * dired.el (dired-toggle-read-only):
6088         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
6089         with non-nil second arg.
6091         * emacs-lisp/eieio-custom.el (eieio-customize-object):
6092         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
6093         directly.
6095 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
6097         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
6098         not incf.
6100 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6102         More CL cleanups and reduction of use of cl.el.
6103         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
6104         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
6105         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
6106         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
6107         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
6108         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
6109         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
6110         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
6111         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
6112         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
6113         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
6114         * eshell/em-cmpl.el, eshell/em-banner.el:
6115         * calendar/parse-time.el: Use cl-lib.
6116         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
6117         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
6118         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
6119         * term/ns-win.el, term.el, shell.el, ps-samp.el:
6120         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
6121         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
6122         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
6123         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
6124         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
6125         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
6126         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
6127         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
6128         `lambda' rather than with `quote'.
6129         (eshell-do-opt): Adjust accordingly.
6130         (eshell-process-option): Simplify.
6131         * eshell/esh-var.el:
6132         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
6133         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
6134         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
6135         to `pcase--dontcare'.
6136         * emacs-lisp/cl.el (labels): Mark obsolete.
6137         (cl--letf, letf): Move to cl-lib.
6138         (cl--letf*, letf*): Remove.
6139         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
6140         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
6141         (cl-progv): Rewrite.
6142         (cl--letf, cl-letf): Move from cl.el.
6143         (cl-letf*): New macro.
6144         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
6146 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
6148         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
6150 2012-07-11  Chong Yidong  <cyd@gnu.org>
6152         * vc/log-edit.el (log-edit-vc-backend): New variable.
6153         (log-edit): Doc fix.
6155         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
6156         argument of log-edit to set up all local variables.
6157         (vc-start-logentry): New optional arg specifying VC backend.
6159         * vc/vc.el (vc-checkin): Use it.
6160         (vc-deduce-fileset): Handle Log Edit buffers.
6161         (vc-diff): Make first argument optional too.
6163         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
6165 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
6167         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
6168         command, just in case.  The function is not needed anymore.
6169         (eshell-external-command): Do not call `eshell-remote-command'.
6171 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6173         Reduce use of (require 'cl).
6174         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
6175         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
6176         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
6177         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
6178         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
6179         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
6180         * battery.el, avoid.el, abbrev.el: Use cl-lib.
6181         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
6182         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
6183         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
6184         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
6185         * calculator.el, autorevert.el, apropos.el: Don't require CL.
6186         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
6187         (byte-compile-unfold-bcf, byte-compile-check-variable):
6188         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
6189         (byte-compile-nilconstp):
6190         * emacs-lisp/autoload.el (make-autoload): Use pcase.
6191         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
6193         * emacs-lisp/gv.el (cond): Make it a valid place.
6194         (if): Simplify slightly.
6196         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
6197         (pcase--self-quoting-p): New function.
6198         (pcase--u1): Use it.
6200 2012-07-10  Glenn Morris  <rgm@gnu.org>
6202         * emacs-lisp/authors.el (authors-fixed-entries):
6203         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
6205 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6207         Rename configure.in to configure.ac (Bug#11603).
6208         * emacs-lisp/authors.el (authors-canonical-file-name):
6209         * progmodes/autoconf.el (autoconf-mode):
6210         Prefer configure.ac to configure.in.
6212 2012-07-08  Chong Yidong  <cyd@gnu.org>
6214         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
6215         Implement the mouse-1-click-follows-link handling properly.
6217         * info.el (Info-link-keymap): Use follow-link mechanism for
6218         header-line links (Bug#374).
6220         * simple.el (deactivate-mark): Do not set the primary selection
6221         if another program has acquired it (Bug#11772).
6223 2012-07-07  Kevin Ryde  <user42@zip.com.au>
6225         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
6226         (woman-decode-region): Replace escaped-escapes without destroying
6227         bold or underline (Bug#11552).
6228         (woman2-process-escapes): Handle nofill regions (Bug#11591).
6230 2012-07-07  Chong Yidong  <cyd@gnu.org>
6232         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
6233         (interprogram-cut-function, interprogram-paste-function):
6234         Mention that we typically mean the clipboard.
6236 2012-07-06  Glenn Morris  <rgm@gnu.org>
6238         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
6240         * files.el (toggle-read-only): Restrict message to interactive use.
6242 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
6244         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
6246         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
6248 2012-07-06  Glenn Morris  <rgm@gnu.org>
6250         * Makefile.in (compile-one-process): Rename from "recompile".
6252         * Makefile.in (bzr-update): "compile" is the same as "recompile
6253         autoloads", but parallelizable, so use that instead.
6255 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
6257         * window.el (quit-window): Always restore window height when
6258         it's saved in quit-restore parameter (Bug#11810).
6260 2012-07-06  Glenn Morris  <rgm@gnu.org>
6262         * simple.el (kill-whole-line): Doc tweak.
6264 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
6266         * files.el (file-relative-name): Compare file names
6267         case-insensitively if on MS-Windows or MS-DOS, or if
6268         read-file-name-completion-ignore-case is non-nil.  Don't use
6269         case-fold-search for this purpose.  (Bug#11827)
6271 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
6273         * calendar/cal-dst.el (calendar-current-time-zone):
6274         Return calendar-current-time-zone-cache if non-nil.
6276 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
6277 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
6279         * calendar/cal-dst.el (calendar-current-time-zone):
6280         Return calendar-current-time-zone-cache if non-nil.
6282 2012-07-06  Glenn Morris  <rgm@gnu.org>
6284         * Makefile.in (cvs-update): Remove old alias.
6286 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
6288         Sync with Tramp 2.2.6-pre.
6290         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
6291         compatible declaration.
6293         * net/tramp-cmds.el (tramp-append-tramp-buffers):
6294         Protect `list-load-path-shadows' call.
6296         * net/tramp-compat.el (top): Require packages, which aren't
6297         autoloaded anymore for XEmacs.  Protect call of
6298         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
6299         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
6300         it hurts at least for SXEmacs.
6301         (tramp-compat-temporary-file-directory): In XEmacs, there is no
6302         standard-value for `temporary-file-directory'.
6304         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
6305         Redirect stderr to /dev/null.
6306         (tramp-sh-handle-write-region): uid and gid can be floats.
6307         Reported by Russell Sim <russell.sim@gmail.com>.
6308         (tramp-sh-handle-vc-registered): Hide errors.
6309         (tramp-vc-file-name-handler): Use dummy results for `process-file'
6310         and `start-file-process'.
6311         (tramp-maybe-open-connection): Check also whether `non-essential'
6312         is bound.
6314 2012-07-04  Chong Yidong  <cyd@gnu.org>
6316         * xml.el (xml--parse-buffer): Use xml-syntax-table.
6317         (xml-parse-tag): Likewise, and avoid changing entity tables.
6318         (xml-syntax-table): Define from scratch, making sure not to give
6319         x2000 and other Unicode spaces whitespace syntax, since those are
6320         not spaces in XML.
6321         (xml-parse-fragment): Delete unused function.
6322         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
6323         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
6324         (xml-entity-ref, xml-pe-reference-re)
6325         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
6326         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
6327         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
6328         (xml-entity-value-re): Use syntax references in regexps where
6329         possible; no need to define inside a let-binding.
6330         (xml-parse-dtd): Use xml-pe-reference-re.
6331         (xml-entity-or-char-ref-re): New defconst.
6332         (xml-parse-string, xml-substitute-special): Use it.
6334 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6336         * files.el (locate-dominating-file): Allow `name' to be a predicate.
6337         (find-file--read-only): New function.
6338         (find-file-read-only, find-file-read-only-other-window)
6339         (find-file-read-only-other-frame): Use it.
6340         (insert-file-contents-literally): Don't `fset'.
6341         (get-free-disk-space): Use locate-dominating-file.
6343         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
6344         function is already compiled.
6346         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
6348 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
6350         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
6351         files on the same host.
6353 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
6355         * help-fns.el (describe-function-1): Only call
6356         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
6358 2012-07-03  Chong Yidong  <cyd@gnu.org>
6360         * xml.el: Protect parser against XML bombs.
6361         (xml-entity-expansion-limit): New variable.
6362         (xml-parse-string, xml-substitute-special): Use it.
6363         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
6365 2012-07-03  Glenn Morris  <rgm@gnu.org>
6367         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6368         Allow linking to specific messages in debbugs reports (eg 123#5).
6370 2012-07-02  Chong Yidong  <cyd@gnu.org>
6372         * xml.el: Fix entity and character reference expansion, allowing
6373         them to expand into markup as per XML spec.
6374         (xml-default-ns): New variable.
6375         (xml-entity-alist): Use XML spec definitions for lt and amp.
6376         (xml-parse-region): Make first two arguments optional.
6377         Discard text properties.
6378         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
6379         All callers changed.
6380         (xml-parse-tag): Call xml-parse-tag-1.  For backward
6381         compatibility, this function should not modify buffer contents.
6382         (xml-parse-tag-1): Fix opening-tag regexp.
6383         (xml-parse-string): Rewrite, handling entity and character
6384         references properly.
6385         (xml--entity-replacement-text): Signal an error if a parameter
6386         entity is undefined.
6388 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6390         * comint.el (comint-output-filter): Filter out repeated prompts.
6392         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
6393         and file-name-absolute-p.
6394         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
6395         internal calls.
6397 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6399         Spelling fixes.
6400         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
6401         Rename from byte-compile--refiy-function.  All uses changed.
6403 2012-07-01  Chong Yidong  <cyd@gnu.org>
6405         * xml.el (xml--parse-buffer): New function.  Move most of
6406         xml-parse-region here.
6407         (xml-parse-region): Copy region into a temporary buffer, since
6408         parameter entity substitution requires changing buffer contents.
6409         Use xml--parse-buffer.
6410         (xml-parse-file): Use xml--parse-buffer.
6411         (xml-parse-dtd): Make parameter entity substitution work right.
6412         Use proper regexps for ELEMENT declarations (Bug#7172).
6414 2012-06-30  Glenn Morris  <rgm@gnu.org>
6416         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
6418         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
6419         Remove outdated and unnecessary dbus declarations.
6421 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
6423         * emacs-lisp/timer.el (timer-until): Subtract results of
6424         float-time, instead of taking float-time of the result of
6425         time-subtract, since float-time signals an error for negative time
6426         arguments.
6428 2012-06-30  Chong Yidong  <cyd@gnu.org>
6430         * xml.el (xml-*-re): Convert defvars into defconsts, and
6431         eval-and-compile them so eval-and-compile works on derivatives.
6432         (xml--entity-replacement-text): Use eval-and-comple.
6434 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
6436         * vc/vc-git.el (vc-git-registered): Use cache property
6437         `git-registered'.
6438         (vc-git-mode-line-string): Call `vc-working-revision' instead of
6439         `vc-git-working-revision' in order to benefit from the cache.
6440         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
6442 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
6444         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
6445         removed (likely outside Emacs).  (Bug#11757)
6447 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6449         * emacs-lisp/cl-lib.el: Require macroexp.
6451 2012-06-30  Chong Yidong  <cyd@gnu.org>
6453         * xml.el: Implement XML parameter entities.
6454         (xml-parameter-entity-alist): New variable.
6455         (xml-parse-region, xml-parse-fragment): Preserve previous values
6456         of xml-entity-alist and xml-parameter-entity-alist, so that
6457         repeated calls on different documents do not change them.
6458         (xml-parse-tag): Fix doctype regexp.
6459         (xml--entity-replacement-text): New function.
6460         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
6461         properly requires url retrieval which is unimplemented.
6462         (xml-escape-string): Doc fix.
6464 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6466         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
6468 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
6470         * fringe.el (fringe-mode): Doc fix.
6472 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
6474         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
6475         is non-nil.
6476         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
6477         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
6479 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
6481         * calendar/cal-dst.el (calendar-current-time-zone):
6482         Return calendar-current-time-zone-cache if non-nil.
6484 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
6486         * progmodes/which-func.el (which-func-format):
6487         Add mouse-face.  (Bug#11698)
6489 2012-06-29  Leo Liu  <sdl.web@gmail.com>
6491         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
6493 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6495         * minibuffer.el (minibuffer-confirm-exit-commands):
6496         Add completion-at-point (bug#11725).
6498 2012-06-29  Glenn Morris  <rgm@gnu.org>
6500         * progmodes/f90.el (f90-font-lock-keywords-2):
6501         Add some preprocessor elements.  (Bug#10499)
6503 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6505         * progmodes/cperl-mode.el (cperl-update-syntaxification):
6506         Use syntax-propertize (bug#11739).
6508 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
6510         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
6512 2012-06-28  Julien Danjou  <julien@danjou.info>
6514         * term.el (term-handle-colors-array): Use a set of new faces to
6515         color the terminal.  Also uses :inverse-video property.
6516         (term-default-fg-color): Set to nil by default, deprecate in favor
6517         of `term-face'.
6518         (term-default-bg-color): Set to nil by default, deprecate in favor
6519         of `term-face'.
6520         (term-current-face): Use `term-face' by default.
6521         (term-bold-attribute): Variable deleted.
6523 2012-06-28  Glenn Morris  <rgm@gnu.org>
6525         * simple.el (completion-list-mode-finish):
6526         Don't use toggle-read-only.  (Since completion-list-mode has
6527         a special mode-class, it wasn't doing anything extra anyway.)
6529 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6531         Make inlining of other-mode interpreted functions work (bug#11799).
6532         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
6533         (byte-compile): Use it to fix compilation of lexical-binding closures.
6534         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
6535         function, if needed.
6537 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6539         * help-mode.el (help-make-xrefs): Don't just withstand
6540         cyclic-variable-indirection but any error in documentation-property.
6542         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
6543         memory use.
6544         * bindings.el (bindings--define-key): New function.
6545         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
6546         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
6547         * bindings.el: Use it to purecopy define-key bindings.
6549         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
6551         * emacs-lisp/cl.el (flet): Mark obsolete.
6552         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
6553         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
6554         * progmodes/js.el (js-c-fill-paragraph):
6555         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
6556         (ebrowse-switch-member-buffer-to-derived-class):
6557         * play/5x5.el (5x5-solver): Use cl-flet.
6559         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
6560         (cl--symbol-function): New macro.
6561         (cl--letf, cl--letf*): Use it.
6563         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6564         Strip "toggle-" if any.
6566 2012-06-27  Glenn Morris  <rgm@gnu.org>
6568         * info.el (Info-default-directory-list): Move here from paths.el.
6569         * paths.el: Remove file, which is now empty.
6570         * loadup.el: No longer load "paths".
6572         * custom.el (custom-initialize-delay): Doc fix.
6574         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6575         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6576         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6577         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6578         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6579         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
6580         * eshell/eshell.el (eshell-defgroup): Remove alias.
6582 2012-06-27  Chong Yidong  <cyd@gnu.org>
6584         * help.el (help-enable-auto-load): New variable.
6586         * help-fns.el (help-fns--autoloaded-p): New function.
6587         (describe-function-1): Refer to a function as "autoloaded" if it
6588         was autoloaded at any time in the past.  Perform autoloading if
6589         help-enable-auto-load is non-nil.
6591 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
6593         * makefile.w32-in (compile, compile-always): Depend on
6594         update-subdirs, not on subdirs.el.  Otherwise, several different
6595         sub-targets of 'bootstrap' running in parallel could
6596         simultaneously write to subdirs.el, producing a garbled file.
6598 2012-06-26  Sam Steingold  <sds@gnu.org>
6600         * files.el (file-name-base): New convenience function.
6601         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
6602         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
6603         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
6604         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
6605         * textmodes/ispell.el, textmodes/reftex-ref.el:
6606         * textmodes/tex-mode.el: Use it.
6607         Did not touch cedet and org because they are maintained elsewhere.
6609 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
6611         * calendar/calendar.el (calendar-exit): Don't try to delete or
6612         iconify last frame.  See:
6613         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
6615 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
6617         * server.el (server-process-filter): Remember dir in the
6618         process's `server-client-directory' properties.
6620 2012-06-24  Chong Yidong  <cyd@gnu.org>
6622         * xml.el (xml-parse-tag): Correctly handle comment embedded in
6623         non-tag text.
6625 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
6627         * makefile.w32-in (COMPILE_FIRST): Synch with changes in revno:108688.
6629 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6631         * help-fns.el (describe-variable): Don't croak when doc is not found.
6632         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
6633         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
6634         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
6635         * emacs-lisp/smie.el (smie-next-sexp): CSE.
6636         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
6637         ((lambda ..) ..).
6638         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
6640 2012-06-23  Chong Yidong  <cyd@gnu.org>
6642         * info.el (Info-mouse-follow-link): Accept symbol values of
6643         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
6644         (Info-fontify-node): Use Info-link-keymap for all navigation
6645         buttons, with link-args property to perform the desired action.
6646         (Info-link-keymap): Doc fix.
6647         (Info-next-link-keymap, Info-prev-link-keymap)
6648         (Info-up-link-keymap): Delete now-unused keymaps.
6650 2012-06-23  Chong Yidong  <cyd@gnu.org>
6652         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
6654         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
6655         system abbrevs.
6657         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
6659 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6661         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
6662         (bug#11719).
6664         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
6665         the requote function doesn't work properly (bug#11714).
6667 2012-06-23  Glenn Morris  <rgm@gnu.org>
6669         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
6671 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6673         Further GV/CL cleanups.
6674         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
6675         gv-expander.
6676         (gv--defun-declaration): New function.
6677         (defun-declarations-alist): Use it.
6678         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
6679         (gv-place): Autoload.
6680         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
6681         original definition of dotimes and dolist.
6682         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
6683         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
6684         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
6685         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6686         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
6687         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
6688         to the function's definition.
6689         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
6690         * window.el:
6691         * files.el:
6692         * faces.el:
6693         * env.el: Don't use CL.
6695 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
6697         Support higher-resolution time stamps (Bug#9000).
6699         * calendar/time-date.el (with-decoded-time-value): New arg
6700         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
6701         (encode-time-value): New optional arg PICO.  New type 3.
6702         (time-to-seconds) [!float-time]: Support the new picoseconds
6703         component if it's used.
6704         (seconds-to-time, time-subtract, time-add):
6705         Support ps-resolution time stamps as well.
6707         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
6708         (timerp): Timer vectors now have length 9, not 8.
6709         (timer--time): Support new-style (4-part) time stamps.
6710         (timer-next-integral-multiple-of-time): Time stamps now have
6711         picosecond resolution, so take a bit more care about rounding.
6712         (timer-relative-time, timer-inc-time): New optional arg psecs.
6713         (timer-set-time-with-usecs): Set psecs to 0.
6714         (timer--activate): Check psecs component, too.
6716         * proced.el (proced-time-lessp): Support ps-resolution stamps.
6718 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6720         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
6721         Move the non-essential binding to the post/pre-command-hook where it is
6722         more obviously correct.
6724         * subr.el (read-passwd): Don't use a history at all.
6725         * savehist.el (savehist-save): Remove password saved accidentally
6726         because of the above bug.
6728 2012-06-22  Bastien Guerry  <bzg@gnu.org>
6730         * files.el (toggle-read-only): Display a message telling whether
6731         the buffer is read-only or not (bug#11726).
6733 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6735         * emacs-lisp/gv.el: New file.
6736         * subr.el (push, pop): Extend to generalized variables.
6737         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
6738         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
6739         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
6740         gv-define-simple-setter, and gv-define-expander.
6741         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
6742         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
6743         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
6744         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
6745         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
6746         gv-letplace.
6747         (cl-defstruct): Don't define setf-method any more.
6748         * emacs-lisp/cl.el (flet): Don't autoload.
6749         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
6750         (define-setf-expander, defsetf, define-modify-macro)
6751         (cl-struct-setf-expander): Move from cl-lib.el.
6752         * emacs-lisp/syntax.el:
6753         * emacs-lisp/ewoc.el:
6754         * emacs-lisp/smie.el:
6755         * emacs-lisp/cconv.el:
6756         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
6757         (timer--time): Use gv-define-simple-setter.
6758         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
6759         to avoid coding-system problems in subr.el.  Adjust all users.
6760         (macroexp--maxsize, macroexp-small-p): New functions.
6761         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
6762         * scroll-bar.el (scroll-bar-mode):
6763         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6764         (normal-erase-is-backspace-mode): Don't use the `eq' place.
6765         * winner.el (winner-configuration, winner-make-point-alist)
6766         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
6767         * files.el (locate-file-completion-table): Avoid list*.
6769 2012-06-22  Chong Yidong  <cyd@gnu.org>
6771         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
6772         (dired-create-files): Doc fix (Bug#11329).
6773         (dired-do-copy): Doc fix (Bug#11334).
6774         (dired-mark-read-string): Doc fix (Bug#11553).
6776         * dired.el (dired-recursive-copies, dired-recursive-deletes):
6777         Doc fix (Bug#11326).
6778         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
6779         (dired-dwim-target): Doc fix.
6781         * wdired.el (wdired-mode): Doc fix.
6783 2012-06-22  Glenn Morris  <rgm@gnu.org>
6785         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
6786         (pcmpl-rpm-cache-stamp-file): New constant.
6787         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
6788         (pcmpl-rpm-packages): Optionally cache list of packages.
6790         * pcmpl-rpm.el (pcmpl-rpm): New group.
6791         (pcmpl-rpm-query-options): New option.
6792         (pcmpl-rpm-packages): No need to inline it.
6793         Use pcmpl-rpm-query-options.
6795         * calendar/calendar.el (calendar-in-read-only-buffer):
6796         Avoid some needless mode changes.
6798 2012-06-21  Chong Yidong  <cyd@gnu.org>
6800         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
6801         (desktop-path): Remove . from the default value (Bug#10977).
6802         (desktop-read): Use user-emacs-directory if desktop-path is nil.
6804 2012-06-20  Chong Yidong  <cyd@gnu.org>
6806         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
6808 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
6810         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
6811         (bug#11201).
6813 2012-06-20  Chong Yidong  <cyd@gnu.org>
6815         * term.el (term-window-width): Handle the case of a missing right
6816         fringe (Bug#8837).
6817         (term-check-size): Use window-text-height (Bug#5445).
6818         (term-mode): Use define-derived-mode.  Minor cleanups.
6819         Set font-lock-defaults (Bug#7692).
6820         (term-move-columns, term-insert-char, term-emulate-terminal)
6821         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
6823 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
6825         * net/ange-ftp.el (ange-ftp-get-passwd):
6826         Bind `enable-recursive-minibuffers'.
6827         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
6829 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
6831         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
6833 2012-06-19  Glenn Morris  <rgm@gnu.org>
6835         * progmodes/python.el (python-mode): Derive from prog-mode.
6837 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
6839         * emulation/edt.el (edt-default-menu-bar-update-buffers)
6840         (edt-user-menu-bar-update-buffers): New functions.
6841         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6843 2012-06-19  Chong Yidong  <cyd@gnu.org>
6845         * subr.el (with-selected-window): Preserve the selected window's
6846         terminal's top-frame (Bug#4702).
6848         * window.el (save-selected-window): Likewise.
6850 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6852         * progmodes/python.el (python-rx-constituents): Move backquote.
6853         (python-skeleton-define, python-define-auxiliary-skeleton):
6854         Use `declare'.
6856 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
6858         * minibuffer.el (read-file-name-default): Revert the patch from
6859         2012-06-17.
6861 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6863         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6864         (pcase--u1, pcase--q1): Don't use apply-partially.
6866 2012-06-18  Glenn Morris  <rgm@gnu.org>
6868         * progmodes/python.el (python-proc, python-buffer)
6869         (python-send-receive, python-send-string): Fix obsolete versions.
6871 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
6873         * window.el (special-display-p): Completely remove stringp
6874         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6876 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
6878         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6880         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6882         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6883         * net/tramp-sh.el (tramp-maybe-open-connection):
6884         Throw if `non-essential' is non-nil.
6886 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
6888         * window.el (special-display-p): Signal an error if BUFFER-NAME
6889         is not a string (Bug#11713).
6891 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
6893         * progmodes/python.el (python-info-beginning-of-backslash):
6894         Rename from python-info-beginning-of-backlash, as a spelling fix.
6896 2012-06-17  Chong Yidong  <cyd@gnu.org>
6898         * term.el (term-emulate-terminal): If term-check-size is called,
6899         move point to the process mark without resetting point (Bug#4635).
6901 2012-06-17  Glenn Morris  <rgm@gnu.org>
6903         * international/mule-cmds.el (mule-menu-keymap)
6904         (set-language-environment, set-locale-environment): Doc tweaks.
6906 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
6908         * cus-face.el (custom-face-attributes): Add wave-style underline
6909         attribute.
6910         * faces.el (set-face-attribute): Update docstring to describe
6911         wave-style underline attribute.
6913 2012-06-16  Chong Yidong  <cyd@gnu.org>
6915         * term/xterm.el (terminal-init-xterm): Discard input before
6916         querying background mode (Bug#10959).
6918 2012-06-16  Stefan Merten  <smerten@oekonux.de>
6920         * textmodes/rst.el: Added and corrected some comments.
6921         (rst-re-alist-def): Improve symbol syntax.
6922         (rst-mode-syntax-table): Correct syntax entries.
6923         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6924         (rst-official-version, rst-official-cvs-rev): Update version
6925         information.
6927 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
6929         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6930         in revno:88864.
6932 2012-06-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6934         * progmodes/python.el: New python.el merge.
6935         (python-guess-indent): Obsolete var.
6936         (python-indent-guess-indent-offset): New defcustom.
6937         (python-indent): Obsolete var.
6938         (python-indent-offset): New defcustom.
6939         (python-python-command, python-jython-command): Delete var.
6940         (python-shell-interpreter): New defcustom.
6941         (python-pdbtrack-do-tracking-p): Delete var.
6942         (python-pdbtrack-activate): New defcustom.
6943         (python-use-skeletons): Obsolete var.
6944         (python-skeleton-autoinsert): New defcustom.
6945         (inferior-python-filter-regexp, python-continuation-offset)
6946         (python-honour-comment-indentation, python-indent-string-contents)
6947         (python-jython-packages, python-mode-hook)
6948         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6949         (python-shell-prompt-alist)
6950         (python-source-modes): Delete defcustoms.
6951         (python-check-buffer-name, python-eldoc-setup-code)
6952         (python-eldoc-string-code, python-ffap-setup-code)
6953         (python-ffap-string-code, python-fill-comment-function)
6954         (python-fill-decorator-function, python-fill-paren-function)
6955         (python-fill-string-function, python-imenu-include-defun-type)
6956         (python-imenu-make-tree, python-imenu-subtree-root-label)
6957         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6958         (python-shell-compilation-regexp-alist)
6959         (python-shell-completion-module-string-code)
6960         (python-shell-completion-pdb-string-code)
6961         (python-shell-completion-setup-code)
6962         (python-shell-completion-string-code)
6963         (python-shell-enable-font-lock, python-shell-exec-path)
6964         (python-shell-extra-pythonpaths)
6965         (python-shell-internal-buffer-name, python-shell-interpreter-args)
6966         (python-shell-process-environment)
6967         (python-shell-prompt-block-regexp)
6968         (python-shell-prompt-output-regexp)
6969         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6970         (python-shell-send-setup-max-wait, python-shell-setup-codes)
6971         (python-shell-virtualenv-path): New defcustoms.
6972         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6973         (inferior-python-mode-syntax-table, python--prompt-regexp)
6974         (python-buffer, python-command python-python-command)
6975         (python-default-template, python-imports, python-indent-index)
6976         (python-indent-list, python-indent-list-length)
6977         (python-mode-running, python-pdbtrack-is-tracking-p)
6978         (python-preoutput-continuation, python-preoutput-leftover)
6979         (python-preoutput-result, python-preoutput-skip-next-prompt)
6980         (python-prev-dir/file, python-recursing)
6981         (python-saved-check-command, python-version-checked)
6982         (python-which-func-length-limit)
6983         (view-return-to-alist): Delete vars.
6984         (python-check-custom-command, python-dotty-syntax-table)
6985         (python-imenu-index-alist, python-indent-current-level)
6986         (python-indent-dedenters, python-indent-levels)
6987         (python-nav-beginning-of-defun-regexp)
6988         (python-nav-list-defun-positions-cache)
6989         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6990         (python-shell-internal-buffer)
6991         (python-skeleton-available): New vars.
6992         (def-python-skeleton): Delete macro.
6993         (python-skeleton-define): New macro.
6994         (python-define-auxiliary-skeleton, python-rx): New macros.
6995         (python-insert-class): Delete command.
6996         (python-skeleton-class): New command.
6997         (python-insert-def): Delete command.
6998         (python-skeleton-def): New command.
6999         (python-insert-for): Delete command.
7000         (python-skeleton-for): New command.
7001         (python-insert-if): Delete command.
7002         (python-skeleton-if): New command.
7003         (python-insert-try/except, python-insert-try/finally): Delete commands.
7004         (python-skeleton-try): New command.
7005         (python-insert-while): Delete command.
7006         (python-skeleton-while): New command.
7007         (python-backspace): Delete command.
7008         (python-indent-dedent-line-backspace): New command.
7009         (python-electric-colon): Delete command.
7010         (python-indent-electric-colon): New command.
7011         (python-guess-indent): Delete command.
7012         (python-indent-guess-indent-offset): New command.
7013         (python-shift-left): Delete command.
7014         (python-indent-shift-left): New command.
7015         (python-shift-right): Delete command.
7016         (python-indent-shift-right): New command.
7017         (python-find-function): Delete command.
7018         (python-nav-jump-to-defun): New command.
7019         (python-next-statement): Delete command.
7020         (python-nav-forward-sentence): New command.
7021         (python-previous-statement): Delete command.
7022         (python-nav-backward-sentence): New command.
7023         (python-fill-paragraph): Delete command.
7024         (python-fill-paragraph-function): New command.
7025         (python-send-buffer): Delete command.
7026         (python-shell-send-buffer): New command.
7027         (python-send-defun): Delete command.
7028         (python-shell-send-defun): New command.
7029         (python-send-region, python-send-region-and-go): Delete commands.
7030         (python-shell-send-region)
7031         (python-shell-switch-to-shell): New commands.
7032         (python-send-string): Delete command.
7033         (python-shell-send-string): New command.
7034         (python-switch-to-python): Delete command.
7035         (python-shell-switch-to-shell): New command.
7036         (python-describe-symbol): Delete command.
7037         (python-eldoc-at-point): New command.
7038         (python--set-prompt-regexp, python-args-to-list)
7039         (python-after-info-look, python-check-version)
7040         (python-check-comint-prompt, python-find-imports)
7041         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
7042         (python-unload-function, python-expand-template)
7043         (python-maybe-jython, python-preoutput-filter)
7044         (python-pdbtrack-get-source-buffer)
7045         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
7046         (python-pdbtrack-toggle-stack-tracking)
7047         (python-pdbtrack-track-stack-file, python-initial-text)
7048         (python-first-word, python-comment-line-p, python-send-command)
7049         (python-setup-brm, python-sentinel, python-set-proc)
7050         (python-skip-out, python-input-filter, python-outdent-p)
7051         (python-outline-level, python-backslash-continuation-line-p)
7052         (python-end-of-block, python-end-of-statement, python-mark-block)
7053         (python-beginning-of-block, python-beginning-of-statement)
7054         (python-blank-line-p, python-beginning-of-string)
7055         (python-open-block-statement-p): Delete functions.
7056         (python-indent-line, python-indent-line-1): Delete functions.
7057         (python-indent-line): New function.
7058         (python-indentation-levels): Delete function.
7059         (python-indent-calculate-levels): New function.
7060         (python-proc): Delete function.
7061         (python-shell-get-process): New function.
7062         (python-send-receive): Delete function.
7063         (python-shell-send-string-no-output): New function.
7064         (python-module-path): Delete function.
7065         (python-ffap-module-path): New function.
7066         (python-completion-at-point)
7067         (python-symbol-completions): Delete functions.
7068         (python-completion-complete-at-point): New function.
7069         (python-load-file): Delete function.
7070         (python-shell-send-file): New function.
7071         (python-calculate-indentation): Delete function.
7072         (python-indent-calculate-indentation): New function.
7073         (python-skip-comments/blanks): Delete function.
7074         (python-util-forward-comment): New function.
7075         (python-continuation-line-p): Delete function.
7076         (python-info-continuation-line-p): New function.
7077         (python-which-func, python-current-defun): Delete function.
7078         (python-info-current-defun): New function.
7079         (python-beginning-of-defun): Delete function.
7080         (python-nav-beginning-of-defun): New function.
7081         (python-close-block-statement-p)
7082         (python-block-end-p): Delete function.
7083         (python-info-closing-block): New function.
7084         (python-comint-output-filter-function)
7085         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
7086         (python-fill-comment, python-fill-decorator, python-fill-paren)
7087         (python-fill-string, python-imenu-make-element-tree)
7088         (python-imenu-make-tree, python-imenu-tree-assoc)
7089         (python-indent-context, python-indent-dedent-line)
7090         (python-indent-line-function)
7091         (python-indent-post-self-insert-function)
7092         (python-indent-toggle-levels)
7093         (python-info-assignment-continuation-line-p)
7094         (python-info-beginning-of-backlash)
7095         (python-info-block-continuation-line-p)
7096         (python-info-closing-block-message)
7097         (python-info-line-ends-backslash-p)
7098         (python-info-looking-at-beginning-of-defun)
7099         (python-info-ppss-context, python-info-ppss-context-type)
7100         (python-nav-list-defun-positions, python-nav-read-defun)
7101         (python-nav-sentence-end, python-nav-sentence-start)
7102         (python-pdbtrack-comint-output-filter-function)
7103         (python-pdbtrack-set-tracked-buffer)
7104         (python-shell-calculate-exec-path)
7105         (python-shell-calculate-process-environment)
7106         (python-shell-completion--do-completion-at-point)
7107         (python-shell-completion--get-completions)
7108         (python-shell-completion-complete-at-point)
7109         (python-shell-completion-complete-or-indent)
7110         (python-shell-get-or-create-process)
7111         (python-shell-get-process-name)
7112         (python-shell-internal-get-or-create-process)
7113         (python-shell-internal-get-process-name)
7114         (python-shell-internal-send-string, python-shell-make-comint)
7115         (python-shell-parse-command, python-shell-send-setup-code)
7116         (python-skeleton-add-menu-items)
7117         (python-util-clone-local-variables, python-util-position)
7118         (run-python-internal, python-indentation-levels)
7119         (python-nav-beginning-of-defun)
7120         (python-completion-complete-at-point): New functions.
7121         (run-python): Change arguments.  New API requirements.
7123 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7125         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
7126         (bug#11649).
7128         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
7129         (macroexp--expand-all): Use it.
7131         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
7132         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
7133         Use `cl-function' instead.
7135 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
7137         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
7138         Suggested by Stefan Monnier while discussing bug#11657.
7140 2012-06-14  Sam Steingold  <sds@gnu.org>
7142         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
7144 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7146         * play/doctor.el (doctor-doc): Remove parameter and use
7147         doctor-sent instead of sent.
7148         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
7150 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7152         * files.el: Require cl-lib.
7153         (file-name-non-special): Replace case -> cl-case.
7155         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
7157         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
7158         mapping from #' to function*.
7160 2012-06-13  Chong Yidong  <cyd@gnu.org>
7162         * mouse.el (mouse-drag-track): Do not set the mark if the user
7163         releases the mouse without selecting anything (Bug#11588).
7165 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7167         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
7168         as well (bug#11646).
7170         * loadup.el: Count byte-code functions as well.
7172         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
7173         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
7175         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
7176         (bug#11649).  Add cl-defun and cl-defmacro.
7178 2012-06-13  Drew Adams  <drew.adams@oracle.com>
7180         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7181         Fix last change.
7183 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
7185         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
7186         Otherwise, it blocks in batch mode.
7188 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
7190         * help-mode.el (bookmark-make-record-default): Declare.
7192 2012-06-13  Chong Yidong  <cyd@gnu.org>
7194         * emacs-lisp/package.el (list-packages): Compute a list of
7195         packages that are newly-available since the last list-packages
7196         invocation.
7197         (package-menu--new-package-list): New var.
7198         (package-menu--generate, package-menu--print-info)
7199         (package-menu--status-predicate, package-menu-mark-install):
7200         Handle new status label "new".
7202 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7204         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
7205         conversion to backquotes.
7207 2012-06-12  Chong Yidong  <cyd@gnu.org>
7209         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
7210         Rename from gud-inhibit-global-bindings.
7212         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
7214         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
7215         hook from nxml-glyph-set-hook.
7217         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
7218         declaration.
7220         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
7222         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
7223         Convert to defcustom.
7225 2012-06-12  Drew Adams  <drew.adams@oracle.com>
7227         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7228         New functions.
7229         (help-mode): Use them.
7231 2012-06-11  Glenn Morris  <rgm@gnu.org>
7233         * progmodes/fortran.el (fortran-font-lock-keywords-3):
7234         Use preprocessor face for directives.
7235         (fortran-directive-re): Doc fix.
7237 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7239         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
7240         conversion to backquotes (bug#11652).
7242         Fix compiler-expansion of CL's cXXr functions (bug#11673).
7243         * emacs-lisp/cl-lib.el (cl--defalias): New function.
7244         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
7245         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
7246         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7247         (cl-ninth, cl-tenth): Mark them as inlinable.
7248         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
7249         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
7250         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
7251         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
7252         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
7253         (cl-list*, cl-adjoin): Don't put an autoload manually.
7254         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
7255         (cl--compiler-macro-list*): Add autoload cookie.
7256         (cl--compiler-macro-cXXr): New function.
7258         * help-fns.el (help-fns--compiler-macro): New function extracted from
7259         describe-function-1; follow aliases and use `compiler-macro' property.
7260         (describe-function-1): Use it.
7262 2012-06-11  Chong Yidong  <cyd@gnu.org>
7264         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
7265         is uninstalled, if imagemagick is installed.
7267 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7269         * emacs-lisp/cl-lib.el: Use lexical-binding.
7270         (cl-map-extents, cl-maclisp-member): Remove.
7271         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
7272         (cl--set-substring, cl--block-wrapper, cl--block-throw)
7273         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
7274         * emacs-lisp/cl-extra.el: Use lexical-binding.
7275         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
7276         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
7277         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
7278         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
7279         * emacs-lisp/cl-seq.el: Use lexical-binding.
7280         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
7281         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
7282         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
7283         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
7284         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
7285         CL's internals.
7287 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
7289         Sync with Tramp 2.2.6-pre.
7291         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
7292         `print-length' and `print-level' to nil, in order to avoid
7293         truncation.  Reported by Christopher Schmidt
7294         <christopher@ristopher.com>.
7296         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
7298         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
7299         New defmacro.
7300         (tramp-compat-copy-directory): Add optional argument
7301         COPY-CONTENTS.  It is not handled yet.
7303         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
7304         (tramp-ftp-file-name-p): Simplify.
7306         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
7307         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
7308         connection vector.
7310         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
7311         (tramp-methods): Do not use `tramp-password-end-of-line'.
7312         (tramp-completion-function-alist-putty): Handle UNIX case.
7313         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
7314         (tramp-do-file-attributes-with-stat)
7315         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
7316         gid as real numbers.  They could run out of integer range on cygwin.
7317         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
7318         (tramp-sh-handle-expand-file-name): Handle hops.
7319         (tramp-open-connection-setup-interactive-shell):
7320         Use `tramp-cleanup'.  Move check for busyboxes ...
7321         (tramp-find-shell): ... here.  Simplify implementation.
7322         Set "remote-shell" property also for alternative shells.
7323         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
7324         If failing, a regular file would be written otherwise.
7325         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
7326         (tramp-find-inline-encoding): Cache the coding commands in the
7327         process cache.  Apply test command on the remote side, if defined.
7328         (tramp-find-inline-compress): Cache the compress commands in the
7329         process cache.
7330         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
7331         when requested.  Handle hops.
7332         (tramp-current-connection): New defvar.
7333         (tramp-maybe-open-connection): Use `tramp-cleanup'.
7334         Throw `suppress', if there was a failed connection shortly before.
7335         Handle user interrupt.  (Bug#10187)
7336         (tramp-get-inline-compress, tramp-get-inline-coding):
7337         Read connection properties from the process cache.
7339         * net/tramp-smb.el (tramp-smb-server-version)
7340         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
7341         New defconsts.
7342         (tramp-smb-prompt): Extend for powershell prompt.
7343         (tramp-smb-file-name-handler-alist): Add handlers for
7344         `process-file', `shell-command' and `start-file-process'.
7345         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
7346         (tramp-smb-winexe-shell-command-switch): New defcustoms.
7347         (tramp-smb-file-name-p): Simplify.
7348         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
7349         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
7350         (tramp-smb-shell-quote-argument): New defuns.
7351         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
7352         Implement using "tar".  By this, time-stamps are preserved.
7353         (tramp-smb-handle-copy-file): Handle also the case of directories.
7354         (tramp-smb-do-file-attributes-with-stat)
7355         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
7356         Use `tramp-get-connection-buffer').
7357         (tramp-smb-handle-rename-file): Use "rename", when source and
7358         target are on the same share.
7359         (tramp-smb-maybe-open-connection): Handle wrong passwords.
7360         Use `tramp-smb-server-version'.
7361         (tramp-smb-wait-for-output): Remove prompt.
7363         * net/tramp.el (top): Require 'cl.
7364         (tramp-methods, tramp-rsh-end-of-line):
7365         Remove `tramp-password-end-of-line' from docstring.
7366         (tramp-save-ad-hoc-proxies): New defcustom.
7367         (tramp-completion-function-alist): Adapt docstring.
7368         (tramp-default-password-end-of-line): Remove defcustom.
7369         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
7370         (tramp-user-regexp, tramp-file-name-regexp-unified)
7371         (tramp-file-name-regexp-url): Extend regexp by hop separator.
7372         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
7373         (tramp-remote-file-name-spec-regexp): New defconst.
7374         (tramp-file-name-structure): Extend structure for hops.
7375         (tramp-get-method-parameter): Move up.
7376         (tramp-file-name-p, tramp-dissect-file-name)
7377         (with-parsed-tramp-file-name): Handle hops.
7378         (tramp-file-name-hop): New defun.
7379         (tramp-make-tramp-file-name): New optional arg HOP.
7380         (tramp-message-show-progress-reporter-message): New defvar.
7381         (tramp-with-progress-reporter): Use it.  We cannot use
7382         `tramp-message-show-message' here, because this suppresses also
7383         error buffers.
7384         (tramp-error-with-buffer): Suppress buffer view, if
7385         `tramp-message-show-message' is nil.
7386         Use `tramp-get-connection-buffer'.
7387         (tramp-cleanup): New defun.
7388         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
7389         (tramp-file-name-handler): If `debug-on-error' is set, propagate
7390         an error unchanged.
7391         (tramp-completion-handle-file-name-all-completions): Handle hops.
7392         Fix an error when called from ido.
7393         (tramp-completion-dissect-file-name): Use better local variable
7394         name.  Add hop to the vector.
7395         (tramp-handle-insert-file-contents): Use progress-reporter for the
7396         whole scenario.
7397         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
7398         to `t'.
7399         (tramp-check-for-regexp): Simplify search.
7400         (tramp-enter-password): Remove it.  Move implementation ...
7401         (tramp-action-password): ... here.
7402         (tramp-mode-string-to-int, tramp-local-host-p)
7403         (tramp-make-tramp-temp-file, tramp-read-passwd)
7404         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
7405         Set tramp-autoload cookie.
7407         * net/trampver.el: Update release number.
7409 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7410             Michael Albinus  <michael.albinus@gmx.de>
7412         * net/tramp.el (tramp-set-completion-function): Fix docstring.
7413         (tramp-parse-group, tramp-parse-file)
7414         (tramp-parse-shostkeys-sknownhosts): New defuns.
7415         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
7416         (tramp-parse-shosts-group, tramp-parse-sconfig)
7417         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
7418         (tramp-parse-sknownhosts, tramp-parse-hosts)
7419         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
7420         Use them.
7421         (tramp-parse-passwd-group, tramp-parse-netrc-group)
7422         (tramp-parse-putty-group): Don't narrow.
7423         (tramp-parse-putty): Make a loop.
7424         (tramp-file-name-handler): Catch the `suppress' signal.
7426 2012-06-11  Chong Yidong  <cyd@gnu.org>
7428         * image.el (imagemagick-register-types): Put the ImageMagick entry
7429         at the end of image-type-file-name-regexps.
7431 2012-06-11  Johan BockgĂ¥rd  <bojohan@gnu.org>
7433         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
7434         (pcase, pcase-let*, pcase-dolist): Use them.
7436 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7438         * emacs-lisp/pcase.el (pcase--let*): New function.
7439         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
7440         (pcase--expand): Use macroexp-let².
7442 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7444         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
7445         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
7446         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
7447         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
7448         * emacs-lisp/derived.el: Use pcase instead of `cl'.
7449         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
7451 2012-06-10  Glenn Morris  <rgm@gnu.org>
7453         * mail/rmail.el (rmail-yank-current-message): Leave point at
7454         correct position.  (Bug#11660)
7456 2012-06-10  Chong Yidong  <cyd@gnu.org>
7458         * allout-widgets.el: Fix code header.
7460 2012-06-10  Chong Yidong  <cyd@gnu.org>
7462         * cus-edit.el (customize-changed-options-previous-release):
7463         Bump to 24.1.
7465 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
7467         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
7469 2012-06-09  Chong Yidong  <cyd@gnu.org>
7471         * ebuff-menu.el (electric-buffer-list): Preserve header line.
7473 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
7475         * window.el (special-display-popup-frame): Don't use
7476         window--display-buffer (Bug#11651).
7478 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
7480         Fix parallel builds: make sure loaddefs.el is not being written
7481         while Lisp files are compiled.
7482         (compile): Don't depend on 'mh-autoloads'.
7483         (compile-CMD, compile-SH): Depend on 'autoloads'.
7484         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
7486         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
7488 2012-06-09  Chong Yidong  <cyd@gnu.org>
7490         * face-remap.el (face-remap-add-relative, face-remap-set-base)
7491         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
7492         Doc fixes (Bug#11225).
7494 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7496         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
7497         a function if there's a clear indication that it has a compiler-macro.
7498         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
7499         (macro-declarations-alist): Add arglist to declaration functions.
7500         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
7501         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
7502         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
7503         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
7504         Also add autoload to find the compiler macro.
7505         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
7506         (cl--compiler-macro-member, cl--compiler-macro-assoc)
7507         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
7508         (cl--compiler-macro-get): New functions, replacing calls to
7509         cl-define-compiler-macro.
7510         (cl-typep) [compiler-macro]: Use macroexp-let².
7512 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
7514         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
7515         string properly, fixes Bug#11473.
7517 2012-06-08  Chong Yidong  <cyd@gnu.org>
7519         * faces.el (set-face-attribute): Doc fix.
7520         (modify-face): Don't use :bold and :italic.
7521         (error, warning, success): Tweak definitions.
7523         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
7524         (custom-modified, custom-set, custom-changed, custom-themed)
7525         (custom-saved, custom-button, custom-button-mouse)
7526         (custom-button-pressed, custom-state, custom-comment-tag)
7527         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
7528         (custom-group-subtitle): Use new-style face specs.
7529         (custom-invalid-face, custom-rogue-face, custom-modified-face)
7530         (custom-set-face, custom-changed-face, custom-saved-face)
7531         (custom-button-face, custom-button-pressed-face)
7532         (custom-documentation-face, custom-state-face)
7533         (custom-comment-face, custom-comment-tag-face)
7534         (custom-variable-tag-face, custom-variable-button-face)
7535         (custom-face-tag-face, custom-group-tag-face-1)
7536         (custom-group-tag-face): Remove obsolete face alias.
7538         * epa.el (epa-validity-high, epa-validity-medium)
7539         (epa-validity-low, epa-mark, epa-field-name, epa-string)
7540         (epa-field-name, epa-field-body):
7541         * font-lock.el (font-lock-comment-face, font-lock-string-face)
7542         (font-lock-keyword-face, font-lock-builtin-face)
7543         (font-lock-function-name-face, font-lock-variable-name-face)
7544         (font-lock-type-face, font-lock-constant-face):
7545         * ido.el (ido-first-match, ido-only-match, ido-subdir)
7546         (ido-virtual, ido-indicator, ido-incomplete-regexp):
7547         * speedbar.el (speedbar-button-face, speedbar-file-face)
7548         (speedbar-directory-face, speedbar-tag-face)
7549         (speedbar-selected-face, speedbar-highlight-face)
7550         (speedbar-separator-face):
7551         * whitespace.el (whitespace-newline, whitespace-space)
7552         (whitespace-hspace, whitespace-tab, whitespace-trailing)
7553         (whitespace-line, whitespace-space-before-tab)
7554         (whitespace-space-after-tab, whitespace-indentation)
7555         (whitespace-empty):
7556         * emulation/cua-base.el (cua-global-mark):
7557         * eshell/em-prompt.el (eshell-prompt):
7558         * net/newst-plainview.el (newsticker-new-item-face)
7559         (newsticker-old-item-face, newsticker-immortal-item-face)
7560         (newsticker-obsolete-item-face, newsticker-date-face)
7561         (newsticker-statistics-face, newsticker-default-face):
7562         * net/newst-reader.el (newsticker-feed-face)
7563         (newsticker-extra-face, newsticker-enclosure-face):
7564         * net/newst-treeview.el (newsticker-treeview-face)
7565         (newsticker-treeview-new-face, newsticker-treeview-old-face)
7566         (newsticker-treeview-immortal-face)
7567         (newsticker-treeview-obsolete-face)
7568         (newsticker-treeview-selection-face):
7569         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
7570         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
7571         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
7572         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
7573         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
7574         (nxml-outline-active-indicator, nxml-outline-ellipsis):
7575         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
7576         (mpuz-text):
7577         * progmodes/vera-mode.el (vera-font-lock-number)
7578         (vera-font-lock-function, vera-font-lock-interface):
7579         * textmodes/table.el (table-cell): Use new-style face specs, and
7580         don't use the old :bold and :italic attributes.
7582         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7583         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
7584         (ebrowse-member-class, ebrowse-progress): Likewise.
7585         (ebrowse-tree-mark-face, ebrowse-root-class-face)
7586         (ebrowse-file-name-face, ebrowse-default-face)
7587         (ebrowse-member-attribute-face, ebrowse-member-class-face)
7588         (ebrowse-progress-face): Remove obsolete faces.
7590         * progmodes/flymake.el (flymake-errline, flymake-warnline):
7591         Inherit from error and warning faces respectively.
7593         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7594         Likewise.
7595         (flyspell-incorrect-face, flyspell-duplicate-face):
7596         Remove obsolete aliases.
7598 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
7600         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7601         Avoid infloop.
7603 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7605         * startup.el (argv, argi): Make lexically scoped.
7606         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
7607         * emacs-lisp/cl-macs.el: Use lexical-binding.
7608         Rename cl-bind-* to cl--bind-*.
7609         * files.el: Don't require `cl' since it doesn't use it.
7610         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
7612 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
7614         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of revno:89810).
7615         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
7616         instead of calling external sort utility.
7617         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
7619 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
7621         * descr-text.el (describe-char): Mention how to insert the
7622         character, if the current input method doesn't support it.
7623         See the discussion in this thread for the details:
7624         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
7626 2012-06-08  Sam Steingold  <sds@gnu.org>
7628         * bindings.el (global-map): Bind XF86Forward to next-buffer and
7629         XF86Back to previous-buffer.
7630         (minibuffer-local-map): Bind them to next-history-element and
7631         previous-history-element respectively.
7632         * help-mode.el (help-mode-map): Bind them to help-go-forward and
7633         help-go-back respectively.
7634         * info.el (Info-mode-map): Bind them to Info-history-forward and
7635         Info-history-back respectively.
7636         These are the keys next to Up on the ThinkPad keyboard.
7638 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7640         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
7641         * emacs-lisp/cl-macs.el: Provide itself.
7642         (cl--labels-convert-cache): New var.
7643         (cl--labels-convert): New function.
7644         (cl-flet, cl-labels): New implementation with new semantics, relying on
7645         lexical-binding.
7646         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
7647         (cl-closure-vars, cl--function-convert-cache)
7648         (cl--function-convert): Move from cl-macs.el.
7649         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
7650         rename by removing the "cl-" prefix.
7651         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
7653 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7655         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
7656         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
7657         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
7658         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
7659         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
7660         (cl-hash-table-count): Add old compatibility aliases.
7662         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
7663         Use macroexpand-all-environment instead.
7664         (cl--old-macroexpand): New var.
7665         (cl--sm-macroexpand): New function.
7666         (cl-symbol-macrolet): Use it during macro expansion.
7667         (cl--function-convert-cache): New var.
7668         (cl--function-convert): New function, extracted from
7669         cl-macroexpand-all.
7670         (cl-lexical-let): Use it.
7672         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
7673         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
7674         (cl-member): Remove old alias.
7676         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
7677         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
7678         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
7679         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
7680         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
7681         (cl-macroexpand-cmacs): Remove var.
7682         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
7683         Use macroexpand-all instead.
7685 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7687         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
7688         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
7689         (macroexp-copyable-p): New functions and macros.
7690         * emacs-lisp/edebug.el (edebug-unwrap):
7691         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
7692         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
7693         (pcase--let*): Remove.
7694         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
7695         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
7696         macroexp-const-p instead.
7697         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
7699         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
7700         instead of "cl-" for internal definitions.  Use macroexp-const-p.
7701         (cl-old-bc-file-form): Remove var.
7702         (cl-const-exprs-p): Remove fun.
7703         (cl-labels, cl-macrolet): Use backquote.
7704         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
7705         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
7706         (cl-define-setf-expander): Rename from cl-define-setf-method.
7707         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
7709         * international/mule-cmds.el: Don't require CL.
7710         (view-hello-file): Don't use `letf'.
7712 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7714         * tmm.el (tmm-prompt): Use string-prefix-p.
7715         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
7716         (tmm-add-prompt): Use minibuffer-completion-help.
7717         (tmm-delete-map): Remove.
7719         * subr.el (kbd): Make it its own function.
7721 2012-06-07  Stefan Merten  <smerten@oekonux.de>
7723         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
7724         Silence compiler warnings.  Fix versions.
7725         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7726         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
7727         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7728         (rst-package-emacs-version-alist): Correct Emacs version to
7729         represent major merge with upstream.
7730         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7732 2012-06-06  Glenn Morris  <rgm@gnu.org>
7734         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
7735         Only print environment variables if set.
7737 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7739         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
7740         (macroexp--cons): Rename from maybe-cons.
7741         (macroexp--accumulate): Rename from macroexp-accumulate.
7742         (macroexp--all-forms): Rename from macroexpand-all-forms.
7743         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
7744         (macroexp--expand-all): Rename from macroexpand-all-1.
7746 2012-06-06  Sam Steingold  <sds@gnu.org>
7748         * calendar/calendar.el (calendar-in-read-only-buffer):
7749         Call `special-mode' to enable the standard read-only keybindings.
7751 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7753         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
7754         with "loading" messages (bug#11635).
7756 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
7758         * files.el (enable-remote-dir-locals): New option.
7759         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
7761         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7762         Ensure, that the temp directory is local.
7764         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
7765         `temporary-file-directory'.
7767         * progmodes/python.el (python-send-region): Ensure, that the
7768         temporary file is created also in the remote case.
7770 2012-06-06  Glenn Morris  <rgm@gnu.org>
7772         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
7773         (vc-rcs-update-changelog): Use it.
7775         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
7777         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
7778         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
7779         (vc-sccs-diff): Replace use of the external vcdiff script.
7781 2012-06-05  Glenn Morris  <rgm@gnu.org>
7783         * ledit.el: Move to obsolete/.
7785 2012-06-05  Sam Steingold  <sds@gnu.org>
7787         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
7788         patch (Bug#11140).
7790 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7792         * emacs-lisp/cust-print.el: Move to obsolete.
7794         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
7795         compiler-macro expansion.
7797         Add native compiler-macro support.
7798         * emacs-lisp/macroexp.el (macroexpand-all-1):
7799         Support compiler-macros directly.  Properly follow aliases and apply
7800         the compiler macros more thoroughly.
7801         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
7802         macroexpand now properly follows aliases.
7803         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
7804         (cl-compiler-macroexpand): Use new prop.
7805         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
7807         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
7809 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
7811         * window.el (get-lru-window, get-mru-window, get-largest-window):
7812         New argument NOT-SELECTED to avoid picking the selected window.
7813         (window--display-buffer-1, window--display-buffer-2): Replace by
7814         new function window--display-buffer
7815         (display-buffer-same-window, display-buffer-reuse-window)
7816         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7817         Use window--display-buffer.
7818         (display-buffer-use-some-window): Remove temporary dedication
7819         hack by calling get-lru-window and get-largest-window with
7820         NOT-SELECTED argument non-nil.  Call window--display-buffer.
7822 2012-06-05  Glenn Morris  <rgm@gnu.org>
7824         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
7825         Replace external vcdiff script.
7827 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7829         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
7831 2012-06-04  Chong Yidong  <cyd@gnu.org>
7833         * image.el (imagemagick-types-inhibit): Revert last change.
7834         Add INFO and M.
7835         (imagemagick-enabled-types): Remove CIN and EPS*.
7837 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7839         * emacs-lisp/cl-lib.el: Rename from cl.el.
7840         * emacs-lisp/cl.el: New compatibility file.
7841         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
7842         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
7843         to obey the "cl-" prefix.
7844         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
7846 2012-06-03  Glenn Morris  <rgm@gnu.org>
7848         * emacs-lisp/authors.el (authors-aliases): Addition.
7850         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
7851         Fix :version.
7853 2012-06-03  Stefan Merten  <smerten@oekonux.de>
7855         * textmodes/rst.el: Add comments.
7856         (rst-transition, rst-adornment): New faces.
7857         (rst-adornment-faces-alist): Make default safe to reevaluate.
7858         Fixes
7859         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7860         Improve customization tags.
7861         (rst-define-level-faces): Clarify meaning.
7863 2012-06-03  Chong Yidong  <cyd@gnu.org>
7865         * progmodes/compile.el (compilation-mode-line-fail)
7866         (compilation-mode-line-run, compilation-mode-line-exit):
7867         New faces.
7868         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7870 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
7872         * progmodes/which-func.el (which-func-update-ediff-windows):
7873         New function.  Use it in ediff-select-hook (Bug#11478).
7875 2012-06-03  Chong Yidong  <cyd@gnu.org>
7877         * bindings.el: Remove explicit help text from format-mode-line.
7878         It is now supplied by mode-line-default-help-echo.
7879         (mode-line-front-space, mode-line-end-spaces)
7880         (mode-line-misc-info): New variables.
7881         (mode-line-modes, mode-line-position): Move the default value to
7882         the variable definition.
7883         (mode-line-default-help-echo): New defcustom.
7884         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7885         (mode-line-modified-help-echo): New functions.
7886         (mode-line-mule-info, mode-line-modified): Use them.
7887         (mode-line-eol-desc, propertized-buffer-identification):
7888         Consistency fixes for help text.
7889         (mode-line-coding-system-map): Allow using mouse-3 to invoke
7890         set-buffer-file-coding-system (Bug#289).
7891         (mode-line-mule-info-help-echo): Update help text.
7893 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7895         * simple.el (execute-extended-command): Set real-this-command
7896         (bug#11506).
7898 2012-06-02  Chong Yidong  <cyd@gnu.org>
7900         Remove incorrect uses of "modeline" in comments, docstrings, and
7901         function/variable names (Bug#10329).
7903         * cus-edit.el (mode-line):
7904         * dframe.el (dframe-mouse-hscroll):
7905         * emacs-lisp/re-builder.el:
7906         * emacs-lisp/easy-mmode.el (define-minor-mode):
7907         * frame.el (set-frame-name):
7908         * help.el (lookup-minor-mode-from-indicator):
7909         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7910         * progmodes/cc-cmds.el (c-toggle-auto-newline)
7911         (c-toggle-hungry-state):
7912         * progmodes/antlr-mode.el (antlr-language-alist):
7913         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7914         * progmodes/vhdl-mode.el (vhdl-mode):
7915         * progmodes/which-func.el (which-func, which-func-cleanup-function):
7916         * term/ns-win.el (ns-face-at-pos):
7917         * term/sup-mouse.el (sup-mouse-report):
7918         * textmodes/flyspell.el (flyspell-mode-line-string):
7919         * textmodes/ispell.el (ispell-highlight-face):
7920         * textmodes/reftex-global.el:
7921         * vc/vc-arch.el (vc-arch-mode-line-string):
7922         * vc/vc-cvs.el (vc-cvs-mode-line-string):
7923         * vc/vc-git.el (vc-git-mode-line-string):
7924         * vc/vc-hooks.el (vc-display-status)
7925         (vc-default-mode-line-string):
7926         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7928         * ansi-color.el (ansi-color-faces-vector): Change default faces.
7930         * dired.el (dired-sort-set-mode-line): Rename from
7931         dired-sort-set-modeline.  All callers changed.
7933         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7934         eshell-status-in-modeline.
7936         * foldout.el (foldout-mode-line-string): Rename from
7937         foldout-modeline-string.  All callers changed.
7938         (foldout-update-mode-line): Rename from foldout-update-modeline.
7940         * subr.el (redraw-modeline): Make into obsolete alias.
7942         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7943         timeclock-modeline-display.  Make old name an alias.
7944         (timeclock-update-mode-line): Likewise.  All callers changed.
7945         (timeclock-mode-line-display): No need to check before using
7946         add-hook.
7947         (timeclock-relative, timeclock-day-over-hook)
7948         (timeclock-use-elapsed, timeclock-mode-string)
7949         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7951         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7952         crisp-mode-modeline-string.
7954         * play/solitaire.el (solitaire-build-mode-line): Rename from
7955         solitaire-build-modeline.  All callers changed.
7957         * play/zone.el (zone-hiding-mode-line): Rename from
7958         zone-hiding-modeline.  All callers changed.
7959         (zone): Remove unusued `modeline-hidden-level' property.
7961         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7962         xscheme-modeline-initialize.  All callers changed.
7964         * strokes.el (strokes-lighter): Rename from
7965         strokes-modeline-string.
7967         * textmodes/sgml-mode.el (html-face-tag-alist)
7968         (html-tag-face-alist): Use mode-line face instead of obsolete
7969         alias modeline.
7971 2012-06-02  Stefan Merten  <smerten@oekonux.de>
7973         * textmodes/rst.el: Always require `cl'.
7974         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7976 2012-06-02  Chong Yidong  <cyd@gnu.org>
7978         * image.el (imagemagick-enabled-types): Rename from
7979         imagemagick-types-enable.  Add many more types.
7980         (imagemagick-types-inhibit): Change default to nil.
7981         (imagemagick-filter-types): Caller changed.
7983 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7985         * emacs-lisp/cl-macs.el: Use backquotes.
7986         (cl-transform-function-property): Use eval-and-compile rather than
7987         abusing `require'.
7988         (defstruct): Use declare-function instead of with-no-warnings.
7990         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7991         (byte-compile-output-docform): Re-add the print-circle bindings.
7992         (byte-compile-fix-header): Use #$ just because it's shorter.
7993         (byte-compile-output-file-form): Remove defun/defmacro.
7995 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
7997         * simple.el (choose-completion): Remove now obsolete binding for
7998         owindow.
8000 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
8002         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
8003         in order to avoid "Stack overflow in regexp matcher".
8005 2012-05-31  Glenn Morris  <rgm@gnu.org>
8007         * image.el: For clarity, call imagemagick-register-types at
8008         top-level, rather than relying on a custom :initialize.
8009         (imagemagick-types-enable): New option.  (Bug#11557)
8010         (imagemagick-filter-types): New function.  (Bug#7406)
8011         (imagemagick-register-types): Use imagemagick-filter-types.
8012         If disabling support, remove elements altogether rather
8013         than using an impossible regexp.
8014         (imagemagick-types-inhibit): Give it the default init function.
8016 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8018         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
8019         Handle arbitrary file name lengths (Bug#11585).
8021 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
8023         * desktop.el (desktop-read): Clear previous and next buffers for
8024         all windows and bury *Messages* buffer (bug#11556).
8026 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8028         Add `declare' for `defun'.  Align `defmacro's with it.
8029         * emacs-lisp/easy-mmode.el (define-minor-mode)
8030         (define-globalized-minor-mode): Don't autoload the var definitions.
8031         * emacs-lisp/byte-run.el: Use lexical-binding.
8032         (defun-declarations-alist, macro-declarations-alist): New vars.
8033         (defmacro, defun): Use them.
8034         (make-obsolete, define-obsolete-function-alias)
8035         (make-obsolete-variable, define-obsolete-variable-alias):
8036         Use `declare'.
8037         (macro-declaration-function): Mark obsolete.
8038         * emacs-lisp/autoload.el: Use lexical-binding.
8039         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
8041 2012-05-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
8043         * textmodes/ispell.el (ispell-with-no-warnings):
8044         Define as a macro.
8045         (ispell-kill-ispell, ispell-change-dictionary):
8046         Use `called-interactively-p' for Emacs instead of obsolete
8047         `interactive-p'.
8049 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8051         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
8052         (macro-declaration-function): Move var from C code.
8053         (macro-declaration-function): Define function with defalias.
8054         * emacs-lisp/macroexp.el (macroexpand-all-1):
8055         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
8056         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
8057         defun/defmacro any more.
8058         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
8059         Provide fallback for unknown arglist.
8060         (byte-compile-arglist-warn): Change calling convention.
8061         (byte-compile-output-file-form): Move print-vars binding.
8062         (byte-compile-output-docform): Simplify accordingly.
8063         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
8064         (byte-compile-defmacro-declaration): Remove.
8065         (byte-compile-file-form-defmumble): Generalize to defalias.
8066         (byte-compile-output-as-comment): Return byte-positions.
8067         Simplify callers accordingly.
8068         (byte-compile-lambda): Use `assert'.
8069         (byte-compile-defun, byte-compile-defmacro): Remove.
8070         (byte-compile-file-form-defalias):
8071         Use byte-compile-file-form-defmumble.
8072         (byte-compile-defalias-warn): Remove.
8074 2012-05-29  Stefan Merten  <smerten@oekonux.de>
8076         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
8077         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
8079         (rst-mode-abbrev-table): Merge definition.
8080         (rst-mode): Make sure `font-lock-defaults' is buffer local.
8081         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
8083 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
8085         * calendar/icalendar.el
8086         (icalendar-export-region): Export UID properly.
8088 2012-05-29  Leo Liu  <sdl.web@gmail.com>
8089         * calendar/icalendar.el (icalendar-import-format):
8090         Add `icalendar-import-format-uid' (Bug#11525).
8091         (icalendar-import-format-uid): New.
8092         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
8093         Export UID.
8095 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8097         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
8098         different alternative patterns.
8099         (pcase-codegen): Be more careful to preserve identity.
8100         (pcase--u1): Don't forget to mark vars as used.
8102         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
8103         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
8104         (byte-compile-from-buffer): ...rather than here.
8106         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
8107         functions from byte-compile-function-environment.
8109 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
8111         * window.el (window-deletable-p): Avoid deleting the root window
8112         of a frame with an active minibuffer.
8114 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
8116         * simple.el (choose-completion): Use quit-window (Bug#11567).
8118 2012-05-29  Chong Yidong  <cyd@gnu.org>
8120         * whitespace.el (whitespace-cleanup): Fix usage of
8121         whitespace-empty-at-bob-regexp (Bug#11492).
8123 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8125         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
8126         revert (Bug#11488).
8128 2012-05-29  Juri Linkov  <juri@jurta.org>
8130         * isearch.el (isearch-mode-map): Bind `M-s _' to
8131         `isearch-toggle-symbol'.  Bind `M-s c' to
8132         `isearch-toggle-case-fold'.
8133         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
8134         (isearch-forward): Add `M-s _' to the docstring.
8135         (isearch-forward-symbol, isearch-toggle-case-fold)
8136         (isearch-symbol-regexp): New functions.  (Bug#11381)
8138 2012-05-29  Juri Linkov  <juri@jurta.org>
8140         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
8141         (isearch-occur, isearch-search-and-update): If `isearch-word' is
8142         a function, call it to get the regexp.
8143         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
8144         property `isearch-message-prefix' instead of the string "word ".
8145         (isearch-search-fun-default): For the case of `isearch-word',
8146         return a lambda that calls re-search-forward/re-search-backward
8147         with a regexp returned by `word-search-regexp' or by the function
8148         in `isearch-word'.
8150 2012-05-29  Juri Linkov  <juri@jurta.org>
8152         * isearch.el (isearch-search-fun-default): New function.
8153         (isearch-search-fun): Move default part to the new function
8154         `isearch-search-fun-default'.
8155         (isearch-search-fun-function): Set the default value to
8156         `isearch-search-fun-default'.  (Bug#11381)
8158         * comint.el (comint-history-isearch-end):
8159         Use `isearch-search-fun-default'.
8160         (comint-history-isearch-search): Use `isearch-search-fun-default'
8161         and remove spacial case for `isearch-word'.
8162         (comint-history-isearch-wrap): Remove spacial case for
8163         `isearch-word'.
8165         * hexl.el (hexl-isearch-search-function):
8166         Use `isearch-search-fun-default'.
8168         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
8169         Use `word-search-regexp' for `isearch-word'.
8171         * misearch.el (multi-isearch-search-fun):
8172         Use `isearch-search-fun-default'.
8174         * simple.el (minibuffer-history-isearch-search):
8175         Use `isearch-search-fun-default' and remove spacial case for
8176         `isearch-word'.
8177         (minibuffer-history-isearch-wrap): Remove spacial case for
8178         `isearch-word'.
8180         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
8181         Remove spacial case for `isearch-word'.
8182         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
8184 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
8186         Decrease XEmacs incompatibilities.
8187         * textmodes/flyspell.el (flyspell-check-pre-word-p):
8188         Use `string-match'.
8189         (flyspell-delete-region-overlays): Use alternative definition for
8190         XEmacs.
8191         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
8192         (flyspell-word): Use `process-kill-without-query' if XEmacs.
8193         (flyspell-mode-on): Use `interactive-p' if XEmacs.
8194         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
8195         `define-obsolete-face-alias' under XEmacs, but old method.
8197         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
8198         `with-no-warnings' definition or Emacs alias.
8199         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
8200         (ispell-word): Do not use `region-p' if XEmacs.
8202 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
8204         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8205         Check for `ispell-dictionary-base-alist' instead of full
8206         `ispell-dictionary-alist'.
8207         (ispell-init-process): Show spellchecker when starting new Ispell
8208         process.
8210 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8212         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
8213         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
8215 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
8217         * version.el (motif-version-string, gtk-version-string)
8218         (ns-version-string): Declare.
8220 2012-05-27  Juri Linkov  <juri@jurta.org>
8222         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
8223         after the `eval-defun-1' specialcaseing
8224         like in `edebug-eval-defun' (bug#10181).
8226         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
8227         like in `eval-defun-1'.
8229 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
8231         * mail/sendmail.el (mail-yank-region):
8232         Recognize rmail-yank-current-message in addition to insert-buffer.
8233         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
8234         a *mail* buffer created through rmail-start-mail with sendmail as
8235         mail-user-agent.
8237 2012-05-27  Chong Yidong  <cyd@gnu.org>
8239         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
8240         Default to 256 (Bug#11267).
8242         * help.el (describe-mode): Doc fix.
8244 2012-05-26  Glenn Morris  <rgm@gnu.org>
8246         * w32-fns.el (w32-init-info): Remove.
8247         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
8249         * info.el (info-initialize): For self-contained NS builds, put the
8250         included info/ directory at the front.  (Bug#2791)
8252         * paths.el (Info-default-directory-list): Make it a defcustom,
8253         mainly so that we can use custom-initialize-delay.
8255 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * subr.el (buffer-has-markers-at): Mark obsolete.
8259         * subr.el (lambda): Use declare.
8261         * emacs-lisp/lisp-mode.el (lambda):
8262         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
8264 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8266         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
8268 2012-05-26  Glenn Morris  <rgm@gnu.org>
8270         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
8272 2012-05-25  Glenn Morris  <rgm@gnu.org>
8274         * paths.el: Remove no-byte-compile.
8275         * loadup.el: No need to load paths.el uncompiled.
8277         * image.el (imagemagick-types-inhibit): Doc fix.
8279         * version.el: Remove no-byte-compile and associated formatting.
8280         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
8281         is ancient code from when there was an "inc-vers.el".
8283 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8285         * progmodes/gdb-mi.el: Minor style changes.
8286         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
8287         Turn into minor modes.
8288         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
8289         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
8290         (gdb-shell): Remove unneeded let-binding.
8291         (gdb-get-many-fields): Eliminate O(n²) behavior.
8293 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
8295         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
8296         platforms that don't link in fontset.c.
8298 2012-05-25  Juri Linkov  <juri@jurta.org>
8300         Use the same diff color scheme as in modern VCSes (bug#10181).
8302         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
8303         to avoid confusion with `diff-added' that now uses green colors.
8304         (diff-removed): Use shades of red.
8305         (diff-added): Use shades of green.
8306         (diff-changed): Leave just the yellow color.
8307         (diff-use-changed-face): New variable.
8308         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
8309         how to highlight context diff changes.
8310         (diff-refine-change): Use shades of yellow.
8311         (diff-refine-removed): New face that uses shades of red.
8312         (diff-refine-added): New face that uses shades of green.
8313         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
8314         `diff-refine-removed' in the call to `smerge-refine-subst'
8315         depending on the value of `diff-use-changed-face'.
8317         * vc/smerge-mode.el (smerge-mine): Use shades of red.
8318         (smerge-other): Use shades of green.
8319         (smerge-base): Use shades of yellow.
8320         (smerge-refined-change): Empty face.
8321         (smerge-refined-removed): New face that uses shades of red.
8322         (smerge-refined-added): New face that uses shades of green.
8323         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
8324         args `props-r' and `props-a', and use them.  Doc fix.
8325         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
8326         on its value use different faces `smerge-refined-change',
8327         `smerge-refined-removed', `smerge-refined-added' in the call to
8328         `smerge-refine-subst'.
8330         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
8331         Add face condition `min-colors 88' with shades of red.
8332         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
8333         `min-colors 88' with shades of green.
8334         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
8335         `min-colors 88' with shades of yellow.
8337 2012-05-24  Glenn Morris  <rgm@gnu.org>
8339         * paths.el (prune-directory-list, remote-shell-program): Move to...
8340         * files.el (prune-directory-list, remote-shell-program): ...here.
8341         For the latter, delay initialization, prefer ssh, just search PATH.
8343         * paths.el (term-file-prefix): Move to faces.el (the only user).
8344         * faces.el (term-file-prefix): Move here, make it a defcustom.
8346         * paths.el (news-directory, news-path, news-inews-program):
8347         Move to gnus/nnspool.el.
8349         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
8351         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
8352         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
8353         Make the latter a defcustom, with a delayed initialization.
8355         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
8356         These were deleted from Gnus itself late 2010.
8358 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
8360         * progmodes/which-func.el (which-func-ff-hook):
8361         Check against user-error, not error.
8363         * emacs-lisp/edebug.el (top): Do not load or set up loading of
8364         cl-specs.el, which no longer exists.
8366 2012-05-22  Glenn Morris  <rgm@gnu.org>
8368         * info.el (info-emacs-bug): New command.
8369         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
8370         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
8372 2012-05-21  Glenn Morris  <rgm@gnu.org>
8374         * makefile.w32-in (update-subdirs-SH):
8375         * Makefile.in (update-subdirs): Update for moved update-subdirs.
8377 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8379         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
8381         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8382         Simplify Maven regexp, and make sure the file can't start with a space
8383         (bug#11517).
8385 2012-05-21  Glenn Morris  <rgm@gnu.org>
8387         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8388         Scrap superfluous subshells.
8390 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8392         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
8393         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
8395 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
8397         * calc/calc.el (calc-ensure-consistent-units): New variable.
8399         * calc/calc-units.el (math-consistent-units-p)
8400         (math-check-unit-consistency): New functions.
8401         (calc-quick-units, calc-convert-units):
8402         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
8403         is non-nil.
8404         (calc-extract-units): Fix typo.
8406 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8408         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
8410         * textmodes/flyspell.el: Commenting style, plus code simplifications.
8411         (flyspell-default-deplacement-commands): Don't spell check after
8412         repeated window/frame switches (e.g. triggered by mouse-movement).
8413         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
8414         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
8415         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
8416         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
8417         Remove unused vars.
8418         (flyspell-get-casechars, flyspell-get-not-casechars):
8419         Simplify; Don't bother removing a ] just to add it back.
8420         * textmodes/ispell.el (ispell-program-name): Use executable-find.
8422 2012-05-18  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
8424         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
8425         New functions.
8426         (math-function-table): Add support for more C functions.
8428 2012-05-18  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
8430         * textmodes/flyspell.el (flyspell-check-pre-word-p)
8431         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8432         Protect delay handling for otherchars against empty otherchars.
8434 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8436         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
8437         their respective macro declarations.
8438         * skeleton.el (define-skeleton):
8439         * progmodes/compile.el (define-compilation-mode):
8440         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
8441         (define-ibuffer-filter):
8442         * emacs-lisp/generic.el (define-generic-mode):
8443         * emacs-lisp/easy-mmode.el (define-minor-mode)
8444         (define-globalized-minor-mode):
8445         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
8446         * emacs-lisp/byte-run.el (defsubst):
8447         * custom.el (deftheme): Add doc-string metadata.
8449 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8451         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
8453 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8455         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
8457         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
8458         * emacs-lisp/cl-macs.el: Idem.
8459         * emacs-lisp/cl-specs.el: Remove.
8461 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8463         Minor renaming of internal CL functions and variables.
8464         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
8465         (cl--position): Rename from cl-position.
8466         (cl--delete-duplicates): Rename from cl-delete-duplicates.
8467         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
8468         (cl--random-state): Rename from *random-state*.
8470 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8472         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
8473         parens around the arg list (bug#11499).
8475 2012-05-17  Juri Linkov  <juri@jurta.org>
8477         * isearch.el (word-search-regexp, word-search-backward)
8478         (word-search-forward, word-search-backward-lax)
8479         (word-search-forward-lax): Move functions from search.c
8480         (bug#10145, bug#11381).
8482 2012-05-16  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
8484         * textmodes/flyspell.el (flyspell-check-pre-word-p)
8485         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8486         Delay for otherchars as for normal word components.
8488 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8490         * minibuffer.el (completion--sifn-requote): Fix last change.
8491         (minibuffer-local-must-match-filename-map):
8492         Move define-obsolete-variable-alias before its var.
8494 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8496         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
8498         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
8499         behavior.
8500         (completion--string-equal-p): New function.
8501         (completion--twq-all): Use it to get better assertion failure data.
8503         Only handle ".." and '..' quoting in shell-mode (bug#11466).
8504         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
8505         (shell--requote-argument): New functions.
8506         (shell-completion-vars): Use them.
8507         (shell--parse-pcomplete-arguments): Rename from
8508         shell-parse-pcomplete-arguments.
8509         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
8510         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
8511         Obey comint-file-name-quote-list.
8513         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
8514         (smie-indent-keyword): Use it.
8516 2012-05-14  Stefan Merten  <smerten@oekonux.de>
8518         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
8520 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8522         * net/rlogin.el (rlogin-mode-map): Fix last change.
8524 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
8526         * mail/smtpmail.el (smtpmail-send-command): Send the command and
8527         the following \r\n using a single `process-send-string', since the
8528         Lotus SMTP server refuses to accept any commands if they are sent
8529         with two `process-send-string's (Bug#11444).
8531 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8533         * shell.el (shell-parse-pcomplete-arguments):
8534         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
8536 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
8538         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
8539         (image-transform-scale, image-transform-right-angle-fudge): New vars.
8540         (image-transform-width, image-transform-fit-width): New functions.
8541         (image-transform-properties): Use them.
8542         (image-transform-check-size): New function.
8543         (image-toggle-display-image): Use it (for testing).
8544         (image-transform-set-rotation): Reduce angle mod 360.
8545         Delete obsolete comment.
8547 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
8549         * image-mode.el: Fix scaling (bug#11399).
8550         (image-transform-resize): Doc fix.
8551         (image-transform-properties): Default scale is 1 and height should
8552         be an integer.
8554 2012-05-13  Johan BockgĂ¥rd  <bojohan@gnu.org>
8556         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
8557         than hard-coding `car', to fix misbehavior when moving forward.
8559 2012-05-13  Chong Yidong  <cyd@gnu.org>
8561         * emacs-lisp/tabulated-list.el (tabulated-list-format)
8562         (tabulated-list-entries, tabulated-list-padding)
8563         (tabulated-list-sort-key): Make permanent-local.
8565         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
8566         (electric-buffer-list): Put electric buffer menu
8567         command descriptions in this docstring, instead of the docstring
8568         of electric-buffer-menu-mode.  Code cleanups.
8569         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
8570         Electric-buffer-menu-mode.
8571         (electric-buffer-update-highlight): Minor code cleanup.
8573 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
8575         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
8576         (Bug#11447)
8578 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8580         Move define-obsolete-variable-alias before the var's definition.
8581         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
8582         * tooltip.el (tooltip-hook):
8583         * textmodes/reftex-toc.el (reftex-toc-map):
8584         * textmodes/reftex-sel.el (reftex-select-label-map)
8585         (reftex-select-bib-map):
8586         * textmodes/reftex-index.el (reftex-index-map)
8587         (reftex-index-phrases-map):
8588         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
8589         * progmodes/meta-mode.el (meta-mode-map):
8590         * novice.el (disabled-command-hook):
8591         * loadhist.el (unload-hook-features-list):
8592         * frame.el (blink-cursor):
8593         * files.el (find-file-not-found-hooks, write-file-hooks)
8594         (write-contents-hooks):
8595         * emulation/tpu-edt.el (GOLD-map):
8596         * emacs-lock.el (emacs-lock-from-exiting):
8597         * emacs-lisp/generic.el (generic-font-lock-defaults):
8598         * emacs-lisp/chart.el (chart-map):
8599         * dos-fns.el (register-name-alist):
8600         * dired-x.el (dired-omit-files-p):
8601         * desktop.el (desktop-enable):
8602         * cus-edit.el (custom-mode-hook):
8603         * buff-menu.el (buffer-menu-mode-hook):
8604         * bookmark.el (bookmark-read-annotation-text-func)
8605         (bookmark-exit-hooks):
8606         * allout.el (allout-mode-deactivate-hook)
8607         (allout-exposure-change-hook, allout-structure-added-hook)
8608         (allout-structure-deleted-hook, allout-structure-shifted-hook):
8609         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
8610         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
8611         comes before the corresponding variable's definition.
8613 2012-05-12  Chong Yidong  <cyd@gnu.org>
8615         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
8616         (Buffer-menu-mouse-select): Restore function (Bug#11459).
8617         (Buffer-menu-mode-map): Bind it.
8618         (Buffer-menu--pretty-name): Add a mouse-face property.
8620 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8622         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
8623         (prolog-upper-case-string, prolog-lower-case-string)
8624         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
8625         (prolog-use-smie, prolog-smie-grammar): New vars.
8626         (prolog-smie-forward-token, prolog-smie-backward-token)
8627         (prolog-smie-rules): New funs.
8628         (prolog-comment-indent): Remove.
8629         (prolog-mode-variables): Use default comment indentation instead.
8630         Setup SMIE.
8631         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
8632         (prolog-mode): Don't call them any more.
8633         (prolog-electric-colon, prolog-electric-dash)
8634         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
8636         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
8638         * minibuffer.el (completion--twq-all): Again, allow case differences.
8640         * term.el: Move keymap initialization code to be more idiomatic.
8641         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
8642         (term-terminal-menu): Move initialization into declaration.
8643         (term-escape-char): Let the user set it in her .emacs.
8645         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
8646         Provide SMIE-based indentation (not enabled by default yet).
8647         (sh-mode-map): Don't bind electric keys.
8648         Use electric-pair-mode instead of skeleton-pair.
8649         (sh-assignment-regexp): Fit within 80 columns.
8650         (sh-indent-supported): Specify actual shell name instead of boolean.
8651         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
8652         (sh-maybe-here-document): Use it.  Make obsolete.
8653         (sh-electric-here-document-mode) New minor mode.
8654         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
8655         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
8656         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
8657         (sh-smie-rc-grammar, sh-use-smie): New vars.
8658         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
8659         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
8660         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
8661         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
8662         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
8663         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
8664         (sh-set-shell): Use smie-setup if requested.
8666         * term.el (term-set-escape-char): Properly set term-escape-char.
8667         See http://stackoverflow.com/questions/10524656.
8669 2012-05-10  Chong Yidong  <cyd@gnu.org>
8671         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
8672         Use url-generic-parse-url, and handle host names and Windows
8673         filenames properly.
8674         (ffap-url-unwrap-remote): Use url-generic-parse-url.
8675         (ffap-url-unwrap-remote): Accept list values, specifying a list of
8676         URL schemes to work on.
8677         (ffap--toggle-read-only): New function.
8678         (ffap-read-only, ffap-read-only-other-window)
8679         (ffap-read-only-other-frame): Use it.
8680         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
8681         necessary for ffap-url-unwrap-remote.
8683 2012-05-10  Dave Abrahams  <dave@boostpro.com>
8685         * cus-start.el (create-lockfiles): Add it.
8687 2012-05-09  Chong Yidong  <cyd@gnu.org>
8689         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
8690         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
8692 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8694         * shell.el (shell-completion-vars): Fix last change (bug#11348).
8696 2012-05-09  Chong Yidong  <cyd@gnu.org>
8698         * ansi-color.el (ansi-color-process-output): Check for validity of
8699         comint-last-output-start before using it.  This avoids a bad
8700         interaction with gdb-mi's input/output buffer.
8702 2012-05-09  Glenn Morris  <rgm@gnu.org>
8704         * files.el (dir-locals-read-from-file):
8705         Mention dir-locals in any error message.
8707 2012-05-09  Chong Yidong  <cyd@gnu.org>
8709         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
8710         package (Bug#11410).
8712         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
8713         variables into description.
8715 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8717         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
8718         shell-delimiter-argument-list (bug#11348).
8719         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
8721 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
8723         * textmodes/rst.el: Silence byte-compiler warnings.
8724         (rst-re-alist, rst-reset-section-caches): Move around.
8725         (rst-re): Use `characterp', not `char-valid-p'.
8726         (font-lock-beg, font-lock-end): Declare.
8728         * progmodes/idlw-shell.el (specs): Remove reference to deleted
8729         variable `idlwave-shell-activate-alt-keybindings' and simplify.
8731         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
8733 2012-05-08  Glenn Morris  <rgm@gnu.org>
8735         * files.el (auto-mode-alist): Treat ".make" like ".mk".
8737 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8739         * vc/log-edit.el: Add GNU coding standards highlighting.
8740         (log-edit-font-lock-gnu-style)
8741         (log-edit-font-lock-gnu-keywords): New vars.
8742         (log-edit-font-lock-keywords): New fun.
8743         (log-edit-mode): Don't fold case in font-lock.
8744         (log-edit-font-lock-keywords): Do not assume case-folding.
8746         * imenu.el: Misc cleanup.  Make docstrings out of comments.
8747         Use lexical-binding.
8748         (imenu--index-alist, imenu--last-menubar-index-alist)
8749         (imenu-menubar-modified-tick): Use defvar-local.
8750         (imenu--split-menu): Remove unused var.
8751         (imenu--cleanup-seen): Declare as global.
8752         (imenu--cleanup): Use dolist.
8754         * subr.el (defvar-local): Add debug spec and doc-string position.
8756 2012-05-08  Glenn Morris  <rgm@gnu.org>
8758         * language/burmese.el, language/cham.el, language/czech.el:
8759         * language/english.el, language/georgian.el, language/greek.el:
8760         * language/japanese.el, language/khmer.el, language/korean.el:
8761         * language/lao.el, language/misc-lang.el, language/romanian.el:
8762         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
8763         * language/thai.el, language/utf-8-lang.el:
8764         Remove no-byte-compile setting.
8766         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
8768 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8770         * progmodes/make-mode.el (makefile-browse):
8771         Remove unnecessary interactive.  (Bug#11324)
8773 2012-05-07  Glenn Morris  <rgm@gnu.org>
8775         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
8777         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
8779 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8781         * loadup.el: Preload newcomment.el.
8782         * newcomment.el: Move autoload-only code to toplevel.
8784         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
8785         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8786         Handle new :right-align column property.
8787         (tabulated-list-print-col): Idem, plus use `display' text-property to
8788         try and preserve alignment for variable pitch fonts.
8790 2012-05-07  Chong Yidong  <cyd@gnu.org>
8792         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
8793         (tabulated-list-use-header-line): New var.
8794         (tabulated-list-init-header): Use it.
8795         (tabulated-list-print-fake-header): New function.
8796         (tabulated-list-print): Use it.
8797         (tabulated-list-sort-button-map): Add non-header-line commands.
8798         (tabulated-list-init-header): Add column name property to basic
8799         labels as well.
8800         (tabulated-list-col-sort): Handle non-header-line button case.
8801         (tabulated-list--sort-by-column-name): Fix a corner case.
8803         * buff-menu.el (list-buffers--refresh):
8804         Handle Buffer-menu-use-header-line.
8806 2012-05-06  Chong Yidong  <cyd@gnu.org>
8808         * buff-menu.el: Convert to Tabulated List mode.
8809         (Buffer-menu-buffer+size-width): Make obsolete.
8810         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
8811         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
8812         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
8813         documentation into docstring of buffer-menu.
8814         (Buffer-menu-toggle-files-only): Add an informative message.
8815         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
8816         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
8817         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
8818         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
8819         (Buffer-menu-execute, Buffer-menu-select)
8820         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
8821         (Buffer-menu-bury): Use Tabulated List machinery.
8822         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
8823         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
8824         Delete.
8825         (list-buffers--refresh): New function.
8826         (list-buffers-noselect): Use it.
8827         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
8828         (Buffer-menu--pretty-file-name): New helper functions.
8830         * loadup.el: Preload tabulated-list.
8832         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
8833         tabulated-list-sort-column.
8834         (tabulated-list-init-header): Add the initial aligning space even
8835         if tabulated-list-padding is zero.
8837 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
8839         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
8840         whose cdr is not a cons cell correctly (bug#11038).
8842 2012-05-06  Chong Yidong  <cyd@gnu.org>
8844         * emacs-lisp/tabulated-list.el (tabulated-list-format):
8845         Accept additional plist in column descriptors.
8846         (tabulated-list-init-header): Obey it.
8847         (tabulated-list-get-entry): New function.
8848         (tabulated-list-put-tag): Use it.  Use string-width instead of
8849         length.
8850         (tabulated-list--column-number): New function.
8851         (tabulated-list-print): Use it.
8852         (tabulated-list-print-col): New function.
8853         Set `tabulated-list-column-name' property on each column's text.
8854         (tabulated-list-print-entry): Use it.
8855         (tabulated-list-delete-entry, tabulated-list-set-col):
8856         New functions.
8857         (tabulated-list-sort-column): New command (Bug#11337).
8859         * buff-menu.el (list-buffers): Move C-x C-b binding from
8860         buff-menu.el to bindings.el.
8862         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8863         :advertised-binding feature.
8865 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
8867         * progmodes/compile.el (compilation-internal-error-properties):
8868         Calculate start position correctly when end-col is set but
8869         end-line is not (Bug#11382).
8871 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
8873         * man.el (Man-unindent): Use text-property-default-nonsticky to
8874         prevent untabify from inheriting face properties (Bug#11408).
8876 2012-05-05  Stefan Merten  <smerten@oekonux.de>
8878         * textmodes/rst.el: Major merge with upstream development up to
8879         Docutils SVN r7399 / rst.el V1.2.1.
8881         Clarify maintainership and authors.
8883         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8884         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8885         (rst-official-version, rst-official-cvs-rev, rst-version)
8886         (rst-package-emacs-version-alist): New functions and variables
8887         for version information.
8889         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8890         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8891         (rst-mode-syntax-table, rst-mode): New and corrected functions
8892         and variables representing reStructuredText features.
8894         (rst-re): New function for reStructuredText regexes.  Use in
8895         many places.
8897         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8898         (rst-mode-map): Rebind keys.
8900         (rst-mode-lazy, rst-font-lock-keywords)
8901         (rst-font-lock-extend-region)
8902         (rst-font-lock-extend-region-internal)
8903         (rst-font-lock-extend-region-extend)
8904         (rst-font-lock-find-unindented-line-limit)
8905         (rst-font-lock-find-unindented-line-match)
8906         (rst-adornment-level, rst-font-lock-adornment-level)
8907         (rst-font-lock-adornment-match)
8908         (rst-font-lock-handle-adornment-pre-match-form)
8909         (rst-font-lock-handle-adornment-matcher): Major revision of
8910         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
8912         (rst-preferred-adornments, rst-adjust-hook)
8913         (rst-new-adornment-down, rst-preferred-bullets)
8914         (rst-preferred-bullets, rst-indent, rst-indent-width)
8915         (rst-indent-field, rst-indent-literal-normal)
8916         (rst-indent-literal-minimized, rst-indent-comment): Change,
8917         extend and improve customization.
8919         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8920         (rst-normalize-cursor-position, rst-get-decoration)
8921         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8922         (rst-rstrip, rst-toc-insert-find-delete-contents)
8923         (rst-shift-fill-region, rst-compute-bullet-tabs)
8924         (rst-debug-print-tabs, rst-debug-mark-found)
8925         (rst-shift-region-guts, rst-shift-region-right)
8926         (rst-shift-region-left, rst-use-char-classes)
8927         (rst-font-lock-keywords-function)
8928         (rst-font-lock-indentation-point)
8929         (rst-font-lock-find-unindented-line-begin)
8930         (rst-font-lock-find-unindented-line-end)
8931         (rst-font-lock-find-unindented-line)
8932         (rst-font-lock-adornment-point, rst-font-lock-level)
8933         (rst-adornment-level-alist): Remove functions and variables.
8935         (rst-compare-adornments, rst-get-adornment-match)
8936         (rst-suggest-new-adornment, rst-get-adornments-around)
8937         (rst-adornment-complete-p, rst-get-next-adornment)
8938         (rst-adjust-adornment, rst-display-adornments-hierarchy)
8939         (rst-straighten-adornments): Standardize function names to
8940         use "adornment" instead of "decoration".  Correct callers.
8941         Similar standardizing in many places.
8943         (rst-update-section, rst-adjust, rst-promote-region)
8944         (rst-enumerate-region, rst-bullet-list-region)
8945         (rst-repeat-last-character): Correct use of `interactive'.
8947         (rst-classify-adornment, rst-find-all-adornments)
8948         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8949         (rst-find-leftmost-column, rst-repeat-last-character):
8950         Refactor functions.
8952         (rst-find-title-line, rst-reset-section-caches)
8953         (rst-get-adornments-around, rst-adjust-adornment-work)
8954         (rst-arabic-to-roman, rst-roman-to-arabic)
8955         (rst-insert-list-pos, rst-insert-list-new-item)
8956         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8957         New functions.
8959         (rst-all-sections, rst-section-hierarchy)
8960         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8961         New variables.
8963         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8964         configuration instead of only buffer.  Change where necessary.
8966         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8967         (rst-shift-region, rst-adaptive-fill): New functions for
8968         indentation and filling.
8970         (rst-comment-line-break, rst-comment-indent)
8971         (rst-comment-insert-comment, rst-comment-region)
8972         (rst-uncomment-region): New functions for handling comments.
8974         (rst-compile): Quote shell arguments.
8976         (rst-compile-pdf-preview, rst-compile-slides-preview):
8977         Delete temporary files after use.
8979 2012-05-05  Glenn Morris  <rgm@gnu.org>
8981         * calendar/cal-html.el: Optionally include holidays in the output.
8982         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8983         (cal-html-holidays): New option.
8984         (cal-html-css-default): Add holiday entry.
8985         (holiday-in-range): Autoload it.
8986         (cal-html-htmlify-entry): Add optional class argument.
8987         (cal-html-htmlify-list): Add optional holidays argument.
8988         (cal-html-insert-agenda-days): Include holidays in the output.
8989         (cal-html-one-month): Maybe include holidays.
8991         * calendar/holidays.el (holiday-in-range):
8992         Move here from cal-tex-list-holidays.
8993         * calendar/cal-tex.el (cal-tex-list-holidays):
8994         Make it an obsolete alias for holiday-in-range.  Update all callers.
8996 2012-05-05  Chong Yidong  <cyd@gnu.org>
8998         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8999         Nextstep.
9001 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
9003         * files.el (file-auto-mode-skip): New var.
9004         (set-auto-mode-1): Use it.
9006 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9008         * repeat.el: Use lexical-binding.
9009         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
9010         (repeat-undo-count): Remove.
9011         (repeat):
9012         * progmodes/octave-mod.el (octave-abbrev-start):
9013         * progmodes/f90.el (f90-abbrev-start):
9014         * face-remap.el (text-scale-adjust):
9015         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
9017         * emacs-lisp/pcase.el (pcase--let*): New function.
9018         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
9019         a bit more.
9020         (pcase--split-pred): Be more clever about ruling out overlap between
9021         a predicate and some constant pattern.
9022         (pcase--q1): Use `null' instead of (eq foo nil).
9024         * subr.el (setq-local, defvar-local): New macros.
9025         (kbd): Redefine as an alias.
9026         (with-selected-window): Leave unrelated frames alone.
9027         (set-temporary-overlay-map): New function.
9029 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9031         * subr.el (user-error): New function.
9032         * window.el (switch-to-buffer):
9033         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
9034         (smerge-match-conflict):
9035         * simple.el (previous-matching-history-element)
9036         (next-matching-history-element, goto-history-element, undo-more)
9037         (undo-start):
9038         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
9039         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
9040         (next-file, tags-loop-scan, list-tags, complete-tag):
9041         * progmodes/compile.el (compilation-loop):
9042         * mouse.el (mouse-minibuffer-check):
9043         * man.el (Man-bgproc-sentinel, Man-goto-page):
9044         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
9045         (Info-history-forward, Info-follow-reference, Info-menu)
9046         (Info-extract-menu-item, Info-extract-menu-counting)
9047         (Info-forward-node, Info-backward-node, Info-next-menu-item)
9048         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
9049         (Info-next-reference, Info-prev-reference, Info-index)
9050         (Info-index-next, Info-follow-nearest-node)
9051         (Info-copy-current-node-name):
9052         * imenu.el (imenu--make-index-alist)
9053         (imenu-default-create-index-function, imenu-add-to-menubar):
9054         * files.el (basic-save-buffer, recover-file):
9055         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9056         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9057         (checkdoc-message-text, checkdoc-defun):
9058         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
9059         * cus-edit.el (customize-changed-options, customize-rogue)
9060         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
9061         (custom-variable-mark-to-reset-standard)
9062         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
9063         (custom-file):
9064         * completion.el (check-completion-length):
9065         * comint.el (comint-search-arg)
9066         (comint-previous-matching-input-string-position)
9067         (comint-previous-matching-input)
9068         (comint-replace-by-expanded-history-before-point, comint-send-input)
9069         (comint-copy-old-input, comint-backward-matching-input)
9070         (comint-goto-process-mark, comint-set-process-mark):
9071         * calendar/calendar.el (calendar-cursor-to-date): Use it.
9072         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
9074 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9076         * dabbrev.el (dabbrev--ignore-case-p): New function.
9077         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
9078         Use it.
9080         * files.el (automount-dir-prefix): Mark as obsolete.
9082 2012-05-04  Glenn Morris  <rgm@gnu.org>
9084         * patcomp.el, play/bruce.el: Move to obsolete/.
9086 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
9088         Fix minor Y10k bugs.
9089         * arc-mode.el (archive-unixdate):
9090         * autoinsert.el (auto-insert-alist):
9091         * calc/calc-forms.el (math-this-year):
9092         * emacs-lisp/copyright.el (copyright-current-year)
9093         (copyright-update-year, copyright):
9094         * tar-mode.el (tar-clip-time-string):
9095         * time.el (display-time-update):
9096         Don't assume years have 4 digits.
9098 2012-05-04  Chong Yidong  <cyd@gnu.org>
9100         * dos-w32.el (file-name-buffer-file-type-alist)
9101         (direct-print-region-use-command-dot-com):
9102         * ffap.el (ffap-menu-regexp):
9103         * find-file.el (ff-special-constructs):
9104         * follow.el (follow-debug):
9105         * forms.el (forms--debug):
9106         * iswitchb.el (iswitchb-all-frames):
9107         * ido.el (ido-all-frames):
9108         * emacs-lisp/timer.el (timer-max-repeats):
9109         * mail/feedmail.el (feedmail-mail-send-hook)
9110         (feedmail-mail-send-hook-queued):
9111         * mail/footnote.el (footnote-signature-separator):
9112         * mail/mailabbrev.el (mail-alias-separator-string)
9113         (mail-abbrev-mode-regexp):
9114         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
9115         * progmodes/idlwave.el (idlwave-libinfo-file)
9116         (idlwave-default-completion-case-is-down)
9117         (idlwave-library-routines): Convert defvars to defcustoms.
9119         * mail/rmail.el (rmail-decode-mime-charset):
9120         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
9121         (idlwave-shell-fix-inserted-breaks)
9122         (idlwave-shell-activate-alt-keybindings)
9123         (idlwave-shell-use-breakpoint-glyph):
9124         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
9126 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9128         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
9130 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
9132         * progmodes/verilog-mode.el (font-lock-keywords):
9133         Fix mis-highligting auto.  Reported by Craig Barner.
9134         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
9135         defines from global name space.  Reported by Dan Dever.
9136         (verilog-auto-reset, verilog-auto-reset-widths)
9137         (verilog-auto-tieoff): Support using unbased numbers for
9138         AUTORESET and AUTOTIEOFF.
9139         (verilog-submit-bug-report): Update variable list.
9140         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
9141         parenthesis from not matching.  Reported by Michael Rytting.
9142         (verilog-auto-template-lint): Fix hash error when linting modules
9143         with no used templates.
9144         (verilog-warn, verilog-warn-error)
9145         (verilog-warn-fatal): When non-interactive report multiple
9146         warnings before exiting.  Suggested by Brad Dobbie.
9147         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
9148         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
9149         to report unused template errors.  Reported by Brad Dobbie.
9150         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
9151         nets, bug438.  Reported by Vns Blore.
9152         (verilog-auto-inout-module, verilog-auto-reg)
9153         (verilog-read-decls, verilog-read-sub-decls-sig)
9154         (verilog-signals-edit-wire-reg, verilog-signals-with):
9155         Fix passing of Verilog data types in ANSI input/output ports
9156         such as "output logic" into the AUTOs.  Special case "wire" and
9157         "reg" for backwards compatibility presuming Verilog 2001.
9158         (verilog-auto-ascii-enum): Add "auto enum" as alias.
9159         (verilog-preprocess): Fix replication of preprocess output.
9160         Reported by Brad Dobbie.
9161         (verilog-auto-inst-interfaced-ports):
9162         Create verilog-auto-inst-interfaced-ports, bug429.
9163         Reported by Julian Gorfajn.
9164         (verilog-after-save-font-hook)
9165         (verilog-before-save-font-hook): New variable.
9166         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
9167         (verilog-save-font-mods): Wrap disabling fontification, reported
9168         by David Rogoff.
9169         (verilog-do-indent, verilog-pretty-declarations-auto)
9170         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
9171         Reported by Pierre-David Pfister.
9172         (verilog-set-auto-endcomments): Fix endtask auto comments outside
9173         of class declarations, bug292.  Reported by Kevin Heilman.
9174         (verilog-read-decls): Fix 'parameter type' not appearing in
9175         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
9176         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
9177         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
9178         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
9179         Reported by David Kravitz.
9181 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
9183         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
9184         assignment with tests in ifs and for loops.
9185         (verilog-extended-complete-re, verilog-complete-reg): Change so
9186         that DPI inport functions don't look like fuction declarations.
9187         (verilog-pretty-expr): Don't line up assignment
9188         operations to the test and increment in if and for loops
9189         (verilog-extended-complete-re, verilog-complete-reg): Change so
9190         that DPI inport functions don't look like fuction declarations.
9192 2012-05-03  Kenichi Handa  <handa@m17n.org>
9194         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
9195         decoding, and show a warning message without signaling an error
9196         (Bug#11282).
9198 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9200         * emacs-lisp/bytecomp.el
9201         (byte-compile-file-form-custom-declare-variable): Compile all elements,
9202         since cconv.el might have introduced :fun-body, internal-make-closure,
9203         and friends for bytecomp to handle (bug#11391).
9204         * custom.el (defcustom): Avoid ((λ ..) ..).
9206 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9208         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
9210 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
9212         * notifications.el (dbus-debug):
9213         * term/linux.el (gpm-mouse-enable):
9214         * term/screen.el (xterm-register-default-colors): Declare.
9216 2012-05-02  Chong Yidong  <cyd@gnu.org>
9218         * cus-start.el (gc-cons-percentage, exec-suffixes)
9219         (dos-display-scancodes, dos-hyper-key, dos-super-key)
9220         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
9221         (make-cursor-line-fully-visible, void-text-area-pointer)
9222         (font-list-limit): Add customization data.
9224         * allout.el (allout-exposure-change-functions)
9225         (allout-structure-added-functions)
9226         (allout-structure-deleted-functions)
9227         (allout-structure-shifted-functions): Rename abnormal hooks from
9228         *-hook, and convert to defcustoms.
9229         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
9230         Convert to defcustoms.
9231         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
9233         * allout-widgets.el: Hook callers changed.
9235 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
9237         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
9238         the yanked message in preference to the default value of
9239         buffer-file-coding-system.
9241 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
9243         * window.el (display-buffer--action-function-custom-type):
9244         Fix entry.
9246 2012-05-02  Alan Mackenzie  <acm@muc.de>
9248         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
9250 2012-05-01  Glenn Morris  <rgm@gnu.org>
9252         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
9254         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
9256         * cus-edit.el (custom-variable-documentation): Simplify with format.
9258 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9259             Stefan Monnier  <monnier@iro.umontreal.ca>
9261         * simple.el (suggest-key-bindings, execute-extended-command):
9262         Move from keyboard.c.
9264 2012-05-01  Chong Yidong  <cyd@gnu.org>
9266         * follow.el: Eliminate advice.
9267         (set-process-filter, process-filter, sit-for): Advice deleted.
9268         (follow-mode-off-hook): Obsolete hook removed.
9269         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
9270         Vars deleted.
9271         (follow-auto): Use a :set function.
9272         (follow-mode): Rewritten.  Don't advise process filters.
9273         (follow-switch-to-current-buffer-all, follow-scroll-up)
9274         (follow-scroll-down): Assume follow-mode is bound.
9275         (follow-comint-scroll-to-bottom)
9276         (follow-align-compilation-windows): New functions.
9277         (follow--window-sorter): New function.
9278         (follow-all-followers): Use it to explicitly sort windows by their
9279         positions; don't make assumptions about next-window order.
9280         (follow-windows-start-end, follow-delete-other-windows-and-split)
9281         (follow-calc-win-start): Doc fix.
9282         (follow-windows-aligned-p, follow-select-if-visible): Don't call
9283         vertical-motion unnecessarily.
9284         (follow-adjust-window): New function.
9285         (follow-post-command-hook): Use it.
9286         (follow-call-set-process-filter, follow-call-process-filter)
9287         (follow-intercept-process-output, follow-tidy-process-filter-alist)
9288         (follow-stop-intercept-process-output, follow-generic-filter):
9289         Functions deleted.
9290         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
9291         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
9292         New functions, replacing advice on scroll-bar-* commands.
9293         (follow-mwheel-scroll): New function (Bug#4112).
9295         * comint.el (comint-adjust-point): New function.
9296         (comint-postoutput-scroll-to-bottom): Use it.
9297         Call follow-comint-scroll-to-bottom for Follow mode buffers.
9299 2012-05-01  Glenn Morris  <rgm@gnu.org>
9301         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
9302         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
9303         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
9304         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
9305         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
9306         Remove no-byte-compile setting.
9308 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9310         * minibuffer.el (completion-table-with-quoting): Fix compatibility
9311         all-completions code to not return a number in the last cdr.
9313 2012-04-30  Leo Liu  <sdl.web@gmail.com>
9315         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
9316         read-only error.
9318 2012-04-29  Chong Yidong  <cyd@gnu.org>
9320         * follow.el (follow-calc-win-end): Rewrite to handle partial
9321         screen lines correctly (Bug#8390).
9322         (follow-avoid-tail-recenter): Minor cleanup.
9324 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9326         Avoid the obsolete `assoc' package.
9327         * speedbar.el (speedbar-refresh): Avoid adelete.
9328         (speedbar-file-lists): Simplify and avoid aput.
9329         * man.el (Man--sections, Man--refpages): New vars, replacing
9330         Man-sections-alist and Man-refpages-alist.
9331         (Man-build-section-alist, Man-build-references-alist):
9332         Use them; avoid aput.
9333         (Man--last-section, Man--last-refpage): New vars.
9334         (Man-follow-manual-reference): Use them.
9335         Use the `default' arg of completing-read.
9336         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
9338 2012-04-27  Chong Yidong  <cyd@gnu.org>
9340         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
9342         * startup.el (x-apply-session-resources): New function.
9344         * term/ns-win.el (ns-initialize-window-system):
9345         * term/w32-win.el (w32-initialize-window-system):
9346         * term/x-win.el (x-initialize-window-system): Use it to properly
9347         set menu-bar-mode and other vars from X resources, even if the
9348         initial frame is not a window-system frame (Bug#2299).
9350         * subr.el (read-key): Avoid running filter function when setting
9351         up temporary tool bar entries (Bug#9922).
9353 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
9355         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
9356         (Bug#11344)
9358 2012-04-27  Chong Yidong  <cyd@gnu.org>
9360         * select.el (xselect--encode-string): New function, split from
9361         xselect-convert-to-string.
9362         (xselect-convert-to-string): Use it.
9363         (xselect-convert-to-filename, xselect-convert-to-os)
9364         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
9365         returned strings are properly encoded (Bug#11315).
9367 2012-04-27  Chong Yidong  <cyd@gnu.org>
9369         * simple.el (delete-active-region): Move to killing custom group.
9371 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
9373         * progmodes/which-func.el (which-func-current): Quote %
9374         characters for mode-line processing.
9376 2012-04-27  Chong Yidong  <cyd@gnu.org>
9378         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
9379         reaching eob (Bug#11286).
9381 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
9383         * progmodes/gdb-mi.el (gdb-control-level): New variable.
9384         (gdb): Make it buffer-local and init to zero.
9385         (gdb-control-commands-regexp): New variable.
9386         (gdb-send): Don't wrap in "-interpreter-exec console" if
9387         gdb-control-level is positive.  Increment gdb-control-level
9388         whenever the command matches gdb-control-commands-regexp, and
9389         decrement it each time the command is "end".  (Bug#11279)
9391 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
9393         * window.el (adjust-window-trailing-edge, enlarge-window)
9394         (shrink-window, window-resize):
9395         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
9396         windows (Bug#11276).
9398 2012-04-27  Chong Yidong  <cyd@gnu.org>
9400         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
9401         fix "missing prefix" warning.  All callers changed.
9403 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9405         * emacs-lisp/assoc.el: Move to obsolete/.
9407 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9409         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
9411         * term/ns-win.el (ns-define-service):
9412         * progmodes/pascal.el (pascal-goto-defun):
9413         * progmodes/js.el (js--read-tab):
9414         * progmodes/etags.el (tags-lazy-completion-table):
9415         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
9416         * emacs-lisp/ewoc.el (ewoc--wrap):
9417         * emacs-lisp/assoc.el (aput, adelete, amake):
9418         * doc-view.el (doc-view-convert-current-doc):
9419         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
9421 2012-04-26  Chong Yidong  <cyd@gnu.org>
9423         * image.el (image-type-from-buffer): Only return supported image
9424         type (Bug#9045).
9426         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
9427         value, for symmetry with diff-end-of-hunk.
9428         (diff-split-hunk, diff-find-source-location)
9429         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
9430         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
9431         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
9432         compute the relevant hunk or file properly (Bug#6005).
9433         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
9435 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9437         * vc/vc-mtn.el:
9438         * vc/vc-hg.el:
9439         * vc/vc-git.el:
9440         * vc/vc-dir.el:
9441         * vc/vc-cvs.el:
9442         * vc/vc-bzr.el:
9443         * vc/vc-arch.el:
9444         * vc/vc.el: Replace lexical-let by lexical-binding.
9445         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
9446         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
9447         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
9449 2012-04-26  Chong Yidong  <cyd@gnu.org>
9451         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
9452         (diff-mode-shared-map): Bind it to / and [remap undo].
9454         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
9455         (ediff-window-setup-function): Use it as the default, to set up
9456         windows based on whether the current frame is graphical (Bug#2138).
9457         (ediff-choose-window-setup-function-automatically): Make obsolete.
9459         * vc/ediff-init.el: Always define ediff-pixel-width/height.
9461 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9463         * ffap.el: Remove old code for obsolete package.
9464         (ffap-complete-as-file-p): Remove.
9466         Use completion-table-with-quoting for comint and pcomplete.
9467         * comint.el (comint--unquote&requote-argument)
9468         (comint--unquote-argument, comint--requote-argument): New functions.
9469         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
9470         (comint-quote-filename): Use regexp-opt-charset.
9471         (comint--common-suffix, comint--common-quoted-suffix)
9472         (comint--table-subvert): Remove.
9473         (comint-unquote-function, comint-requote-function): New vars.
9474         (comint--complete-file-name-data): Use them with
9475         completion-table-with-quoting.
9476         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
9477         * pcomplete.el (pcomplete-arg-quote-list)
9478         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
9479         (pcomplete-unquote-argument-function): Default to non-nil.
9480         (pcomplete-unquote-argument): Simplify.
9481         (pcomplete--common-quoted-suffix): Remove.
9482         (pcomplete-requote-argument-function): New var.
9483         (pcomplete--common-suffix): New function.
9484         (pcomplete-completions-at-point): Use completion-table-with-quoting
9485         and completion-table-subvert.
9487         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
9488         (minibuffer--double-dollars): Preserve properties.
9489         (completion--sifn-requote): New function.
9490         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
9492         * minibuffer.el: Add support for completion of quoted/escaped data.
9493         (completion-table-with-quoting, completion-table-subvert): New funs.
9494         (completion--twq-try, completion--twq-all): New functions.
9495         (completion--nth-completion): New function.
9496         (completion-try-completion, completion-all-completions): Use it.
9498 2012-04-25  Leo Liu  <sdl.web@gmail.com>
9500         * progmodes/python.el (python-pdbtrack-get-source-buffer):
9501         Use compilation-message if available to find real filename.
9503 2012-04-25  Chong Yidong  <cyd@gnu.org>
9505         * vc/diff-mode.el (diff-setup-whitespace): New function.
9506         (diff-mode): Use it.
9508         * vc/diff.el (diff-sentinel):
9509         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
9510         Whitespace mode variables based on diff style (Bug#8612).
9512 2012-04-25  Leo Liu  <sdl.web@gmail.com>
9514         * progmodes/python.el (python-send-region): Add suffix .py to the
9515         temp file.
9517         * files.el (auto-mode-alist): Use javascript-mode instead.
9519 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
9521         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
9523         * net/soap-client.el (soap-resolve-references-for-sequence-type)
9524         (soap-resolve-references-for-array-type): Hack to prevent self
9525         references, see Bug#9.
9526         (soap-parse-envelope): Report the contents of the 'detail' node
9527         when receiving a fault reply.
9528         (soap-parse-envelope): Report the contents of the entire 'detail' node.
9530         * net/soap-inspect.el (soap-sample-value-for-simple-type)
9531         (soap-inspect-simple-type): New function.
9533         * net/soap-client.el (soap-simple-type): New struct.
9534         (soap-default-xsd-types, soap-default-soapenc-types)
9535         (soap-decode-basic-type, soap-encode-basic-type):
9536         support unsignedInt and double basic types.
9537         (soap-resolve-references-for-simple-type)
9538         (soap-parse-simple-type, soap-encode-simple-type): New function.
9539         (soap-parse-schema): Parse xsd:simpleType declarations.
9541         * net/soap-client.el (soap-default-xsd-types)
9542         (soap-default-soapenc-types): Add integer, byte and anyURI types.
9543         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
9544         the local name of "soapenc:Array".
9545         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
9546         decoding integer, byte and anyURI xsd types.
9548 2012-04-25  Chong Yidong  <cyd@gnu.org>
9550         * cus-edit.el (custom-buffer-create-internal): Update header text.
9552 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
9554         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
9555         settings on 'system-type', not on 'window-system'.  On MS-Windows,
9556         set interactive-mode on in GDB.
9558 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9560         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
9561         (ruby-syntax-propertize-regexp): Remove.
9562         (ruby-syntax-propertize-function): Split regexp into chunks.
9563         Match following code directly.
9565 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
9567         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
9568         (ruby-syntax-propertize-regexp): New function.
9569         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
9570         by a special keyword.
9572         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
9573         (ruby-syntax-general-delimiters-goto-beg)
9574         (ruby-syntax-propertize-general-delimiters): New functions.
9575         (ruby-syntax-propertize-function): Use them to handle GDL.
9576         (ruby-font-lock-keywords): Move old handling of GDL...
9577         (ruby-font-lock-syntactic-keywords): .. to here.
9578         (ruby-calculate-indent): Adjust indentation for GDL.
9580 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
9582         * notifications.el (top): Remove unneeded declarations.
9583         (notifications-specification-version): Change to "1.2".
9584         (notifications-interface, notifications-notify-method)
9585         (notifications-close-notification-method): Fix docstring.
9586         (notifications-get-capabilities-method): New defconst.
9587         (notifications-notify): Add :action-items, :resident and
9588         :transient hints.  Change "image_data" to "image-data" and
9589         "image_path" to "image-path".
9590         (notifications-get-capabilities): New defun.
9592 2012-04-24  Leo Liu  <sdl.web@gmail.com>
9594         * progmodes/python.el: Move hideshow setup to the end.
9596 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
9598         * window.el (handle-select-window): Clear echo area since this is
9599         no more done by read_char (Bug#11304).
9601 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9603         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
9604         and `/ M' to filter-derived-mode.
9605         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
9606         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9607         (ibuffer-mark-by-mode): Use default rather than initial-input.
9608         (ibuffer-filter-by-derived-mode): Autoload and require-match.
9610 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
9612         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
9613         (ibuffer-filter-by-derived-mode): New filter.
9614         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
9616 2012-04-23  Andreas Politz  <politza@fh-trier.de>
9618         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
9620 2012-04-23  Chong Yidong  <cyd@gnu.org>
9622         * cus-edit.el (customize-apropos, customize-apropos-options):
9623         Disable matching of non-option variables (Bug#11176).
9624         (customize-option, customize-option-other-window)
9625         (customize-changed-options): Doc fix.
9626         (customize-apropos-options, customize-apropos-faces)
9627         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
9629         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
9630         Fix word list splitting (Bug#11132).
9631         (apropos-symbol, apropos-keybinding, apropos-label)
9632         (apropos-property, apropos-function-button)
9633         (apropos-variable-button, apropos-misc-button): New faces.
9634         (apropos-symbol-face, apropos-keybinding-face)
9635         (apropos-label-face, apropos-property-face, apropos-match-face):
9636         Variables removed (Bug#8396).
9637         (apropos-library-button, apropos-format-plist, apropos-print)
9638         (apropos-print-doc, apropos-describe-plist): Callers changed.
9640 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
9642         * net/xesam.el (xesam-mode-map): Use let-bound map in
9643         initialization.  (Bug#11292)
9645 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
9647         Preserve ispell session localwords when switching back to
9648         original buffer.
9650         * textmodes/ispell.el (ispell-buffer-session-localwords):
9651         New buffer-local variable to hold buffer session localwords.
9652         (ispell-kill-ispell): Add option 'clear to delete session
9653         localwords.
9654         (ispell-command-loop, ispell-change-dictionary)
9655         (ispell-buffer-local-words): Preserve session localwords when
9656         needed.
9658         * textmodes/flyspell.el (flyspell-process-localwords)
9659         (flyspell-do-correct): Preserve session localwords when needed.
9661 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
9663         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
9664         using obsolete `translation-table-for-input'.
9665         (ispell-word, ispell-process-line, ispell-complete-word):
9666         Use plain `insert' instead of removed `ispell-insert-word'.
9668 2012-04-22  Chong Yidong  <cyd@gnu.org>
9670         * cus-edit.el (custom-variable-menu)
9671         (custom-variable-reset-saved, custom-face-menu)
9672         (custom-face-reset-saved): If there is no saved value, make the
9673         "reset-saved" operation bring back the default (Bug#9509).
9674         (custom-face-state): Properly detect themed faces.
9676         * faces.el (face-spec-set): Stop supporting deprecated form of
9677         third arg.
9679 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
9681         Move functions from C to Lisp.  Make non-blocking method calls
9682         the default.  Implement further D-Bus standard interfaces.
9684         * net/dbus.el (dbus-message-internal): Declare function.
9685         Remove unneeded function declarations.
9686         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
9687         (dbus-message-type-method-return, dbus-message-type-error)
9688         (dbus-message-type-signal): Declare variables.  Remove local
9689         definitions.
9690         (dbus-interface-dbus, dbus-interface-peer)
9691         (dbus-interface-introspectable, dbus-interface-properties)
9692         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
9693         Adapt docstring.
9694         (dbus-interface-objectmanager): New defconst.
9695         (dbus-call-method, dbus-call-method-asynchronously)
9696         (dbus-send-signal, dbus-method-return-internal)
9697         (dbus-method-error-internal, dbus-register-service)
9698         (dbus-register-signal, dbus-register-method): New defuns, moved
9699         from dbusbind.c
9700         (dbus-call-method-handler, dbus-setenv)
9701         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
9702         New defuns.
9703         (dbus-call-method-non-blocking): Make it an obsolete function.
9704         (dbus-unregister-object, dbus-unregister-service)
9705         (dbus-handle-event, dbus-register-property)
9706         (dbus-property-handler): Obey the new structure of
9707         `bus-registered-objects'.
9708         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
9709         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9710         Use `dbus-call-method'.
9712 2012-04-22  Chong Yidong  <cyd@gnu.org>
9714         * cus-edit.el (custom-commands, custom-reset-menu)
9715         (Custom-reset-standard): Tweak labels.
9716         (custom-reset-button-menu): Change default to t.
9717         (custom-buffer-create-internal): For the custom-reset-button-menu
9718         case, put the revert button first.
9719         (custom-group-subtitle): New face.
9720         (custom-group-value-create): Align docstring to a specific column.
9722         * wid-edit.el (widget-documentation-link-add): Don't handle
9723         indentation in this function.
9724         (widget-documentation-string-indent-to): New function.
9725         (widget-documentation-string-value-create): Use it.
9727         * autorevert.el (auto-revert):
9728         * epg-config.el (epg):
9729         * ibuffer.el (ibuffer):
9730         * mpc.el (mpc):
9731         * ses.el (ses):
9732         * eshell/eshell.el (eshell):
9733         * net/ange-ftp.el (ange-ftp):
9734         * progmodes/ebnf2ps.el (postscript):
9735         * progmodes/flymake.el (flymake):
9736         * progmodes/prolog.el (prolog):
9737         * progmodes/verilog-mode.el (verilog-mode):
9738         * progmodes/which-func.el (which-func):
9739         * term/xterm.el (xterm):
9740         * textmodes/picture.el (picture):
9741         * textmodes/tildify.el (tildify):
9742         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
9743         customization buffers.
9745 2012-04-22  Alan Mackenzie  <acm@muc.de>
9747         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
9748         Adding a ) can hide the resulting (..) from searches.  Fix it.
9749         Bound the backward search to the position of the existing (.
9751 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
9753         * progmodes/verilog-mode.el (verilog-mode): Check whether
9754         which-func-modes is t before adding verilog-mode.
9755         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
9757 2012-04-21  Leo Liu  <sdl.web@gmail.com>
9759         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
9761 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
9763         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
9764         filling of the last column of a table (Bug#5635).
9765         (woman-find-next-control-line): New arg, specifying an additional
9766         regexp component for the control line.
9767         (woman2-roff-buffer): Use it.
9768         (woman-break-table): New function.
9769         (woman2-TS): Use it.
9771 2012-04-21  Chong Yidong  <cyd@gnu.org>
9773         * woman.el (woman-set-buffer-display-table, woman-decode-region)
9774         (woman-horizontal-escapes, woman-negative-vertical-space)
9775         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
9776         (WoMan-warn-ignored): Use ?\s instead of ?\ .
9778 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9780         * minibuffer.el (completion-file-name-table): Complete user names.
9782 2012-04-20  Leo Liu  <sdl.web@gmail.com>
9784         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
9785         and pcase-let*.
9787 2012-04-20  Chong Yidong  <cyd@gnu.org>
9789         * server.el (server-execute): Respect initial-buffer-choice if it
9790         is a string and there are no files to open (Bug#2825).
9791         (server-create-window-system-frame, server-create-tty-frame):
9792         Don't switch buffers here.
9793         (server-process-filter): Only try to open a window system frame if
9794         compiled with graphical support (Bug#8314).
9796 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
9798         * battery.el (battery-echo-area-format): Display remaining time
9799         for sysfs backend too (Bug#11269).
9800         (battery-linux-sysfs): Fix conditional for the charge.
9802 2012-04-20  Chong Yidong  <cyd@gnu.org>
9804         * progmodes/gdb-mi.el (gdb): Revert previous change.
9805         (gdb-inferior-io--init-proc): New function.
9806         (gdb-init-1): Use it.
9807         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
9808         responsible for allocating a new pty and hooking it to gdb when
9809         the old pty gets an EIO due to process exit.
9810         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
9811         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
9812         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
9814 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
9816         * window.el (window-min-size, window-sizable, window-min-delta)
9817         (window-max-delta, window--resizable, window-resizable)
9818         (window-total-size, window-full-height-p, window-full-width-p)
9819         (window-in-direction, window--resize-mini-window, window-resize)
9820         (window--resize-child-windows-normal)
9821         (window--resize-child-windows, window--resize-siblings)
9822         (window--resize-this-window, adjust-window-trailing-edge)
9823         (enlarge-window, shrink-window): Doc fixes.
9825 2012-04-20  Chong Yidong  <cyd@gnu.org>
9827         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
9828         New function to call delete-process on the gdb-inferior buffer's pty.
9829         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
9830         pty process (Bug#11273).
9831         (gdb-update): New arg to suppress talking to the gdb process.
9832         (gdb-done-or-error): Use it.
9833         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
9834         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
9835         sentinel not being called.
9837         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
9839         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
9841 2012-04-20  Glenn Morris  <rgm@gnu.org>
9843         * net/network-stream.el (open-network-stream): Doc fix.
9845 2012-04-20  Chong Yidong  <cyd@gnu.org>
9847         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
9849 2012-04-20  Alan Mackenzie  <acm@muc.de>
9851         Ensure searching for keywords is case sensitive.
9853         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
9854         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
9855         (c-defun-name, c-mark-function, c-cpp-define-name)
9856         (c-comment-indent, c-scan-conditionals, c-indent-defun)
9857         (c-context-line-break): Bind case-fold-search to nil.
9859         * progmodes/cc-mode.el (c-font-lock-fontify-region):
9860         Bind case-fold-search to nil.
9862 2012-04-20  Chong Yidong  <cyd@gnu.org>
9864         * mail/sendmail.el (mail-bury): Call return action with the right
9865         Rmail buffer (Bug#11242).
9867         * server.el (server-process-filter): Handle corner case where both
9868         tty and nowait options are present (Bug#11102).
9870 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
9872         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
9873         (top level): Put into the executable the ident-style '$Id:' tag on
9874         windows-nt as well.
9876 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9878         * electric.el (electric-indent-post-self-insert-function): Check that
9879         electric-indent-mode is enabled in current buffer.
9881 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
9883         * imenu.el (imenu-progress-message): Restore; it is "used" in
9884         erc/erc-imenu.el and net/snmp-mode.el.
9886 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
9888         * avoid.el (mouse-avoidance-mode): Mark unused arg.
9889         (mouse-avoidance-nudge-mouse): Remove unused binding.
9891         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9893         * descr-text.el (describe-char):
9894         * progmodes/python.el (python-describe-symbol):
9895         Don't call `toggle-read-only', set `buffer-read-only'.
9897         * imenu.el (imenu-default-goto-function): Mark unused args.
9898         (imenu-progress-message): Remove obsolete macro; all callers changed.
9900         * subr.el (keymap-canonicalize): Remove unused binding.
9901         (read-passwd): Mark unused arg.
9903         * tutorial.el (tutorial--display-changes): Remove unused binding.
9904         (tutorial--save-tutorial-to): Remove unused variable.
9906         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9907         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9908         (package-generate-autoloads, package-menu--generate)
9909         (package-menu--find-upgrades): Remove unused bindings.
9911         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9912         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
9913         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9914         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9915         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9916         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9917         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9918         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9919         (cua-delete-char-rectangle): Mark unused args.
9920         (cua-align-rectangle): Remove unused binding.
9922         * mail/rmail.el (compilation--message->loc)
9923         (epa--find-coding-system-for-mime-charset): Declare.
9925         * net/dbus.el (dbus-register-service): Declare.
9926         (dbus-name-owner-changed-handler): Remove unused binding.
9928         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9929         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9930         (nxml-scan-backward-within): Mark unused arg.
9931         (nxml-dynamic-markup-word): Remove unused binding.
9933         * mouse.el (mouse-menu-major-mode-map):
9934         * emacs-lisp/authors.el (authors-scan-change-log)
9935         (authors-add-to-author-list):
9936         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9937         * emacs-lisp/smie.el (smie-auto-fill):
9938         * mail/sendmail.el (mail-bury):
9939         * mail/unrmail.el (unrmail):
9940         * net/tls.el (open-tls-stream):
9941         * textmodes/picture.el (picture-mouse-set-point):
9942         Remove unused bindings.
9944 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
9946         * net/tramp.el (tramp-action-password): Let-bind
9947         `enable-recursive-minibuffers' to t.
9949 2012-04-18  Sam Steingold  <sds@gnu.org>
9951         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9952         instead of 'string to accommodate values like [f11].
9953         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9954         * progmodes/gdb-mi.el: Likewise.
9956 2012-04-18  Leo Liu  <sdl.web@gmail.com>
9958         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9959         current buffer.
9960         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9961         LOCAL is nil.
9963 2012-04-18  Chong Yidong  <cyd@gnu.org>
9965         * simple.el (line-move): Use forward-line if in batch mode
9966         (Bug#11053).
9968 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
9970         * files.el (after-find-file): Do not try to add a final newline if
9971         the buffer is read-only (Bug#11156).
9973 2012-04-17  Richard Stallman  <rms@gnu.org>
9975         * mail/rmail.el (rmail-start-mail):
9976         Pass (rmail-mail-return...) for the return-action.
9977         Pass (rmail-yank-current-message...) for the yank-action.
9978         (rmail-yank-current-message): New function.
9979         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9980         (rmail-reply): Likewise.
9981         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9983         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9984         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
9985         buffer, not newbuf.
9987 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
9989         * server.el (server-ensure-safe-dir): Simplify.
9991 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9993         * emacs-lisp/smie.el: Provide smarter auto-filling.
9994         (smie-auto-fill): New function.
9995         (smie-setup): Use it.
9997         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9999 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
10001         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
10002         (comment-indent): Use it.
10004 2012-04-17  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
10006         * ses.el: The overall change is to add cell renaming, that is
10007         setting fancy names for cell symbols other than name matching
10008         "\\`[A-Z]+[0-9]+\\'" regexp .
10009         (ses-localvars): Add ses--renamed-cell-symb-list.
10010         (ses-create-cell-variable): New defun.
10011         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
10012         (ses-relocate-formula): Relocate formulas only for cells the
10013         symbols of which are not renamed, i.e. symbols whose names do not
10014         match regexp "\\`[A-Z]+[0-9]+\\'".
10015         (ses-relocate-all): Relocate values only for cells the symbols of
10016         which are not renamed.
10017         (ses-load): Create cells variables as the (ses-cell ...) are read,
10018         in order to check row col consistency with cell symbol name only
10019         for cells that are not renamed.
10020         (ses-replace-name-in-formula): New defun.
10021         (ses-rename-cell): New defun.
10023 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
10025         * progmodes/perl-mode.el (perl-indent-parens-as-block):
10026         New option (bug#11118).
10027         (perl-calculate-indent): Respect it.
10029 2012-04-17  Glenn Morris  <rgm@gnu.org>
10031         * dired-aux.el (dired-mark-read-string): Doc fix.
10033 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
10035         * dired-aux.el (dired-mark-read-string): Offer optional completion.
10036         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
10038 2012-04-17  Glenn Morris  <rgm@gnu.org>
10040         * mouse.el (mouse-drag-track):
10041         * speedbar.el (speedbar-frame-mode):
10042         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
10044 2012-04-16  Leo Liu  <sdl.web@gmail.com>
10046         * progmodes/python.el: Trivial cleanup.
10048 2012-04-16  Glenn Morris  <rgm@gnu.org>
10050         * vc/vc.el (vc-string-prefix-p):
10051         * vc/pcvs-util.el (cvs-string-prefix-p):
10052         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
10053         * mpc.el (mpc-string-prefix-p):
10054         Make all of these into obsolete aliases for string-prefix-p.
10055         Update callers.
10056         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
10058         * textmodes/two-column.el: Move custom options to the start.
10059         (frame-width): Remove compat definition.
10060         (2C-associate-buffer, 2C-dissociate):
10061         Use with-current-buffer rather than save-excursion.
10062         (2C-dissociate): Force a mode-line update.
10063         (2C-autoscroll): Use ignore-errors.
10065         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
10066         Autoload trivia.
10068         * emacs-lisp/cl-extra.el (*random-state*):
10069         Remove unnecessary declaration.
10071         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
10073         * play/cookie1.el (cookie-snarf):
10074         Give an explicit error if input file cannot be read.
10076         * play/yow.el (yow-file): Use expand-file-name rather than concat.
10078         * progmodes/perl-mode.el (c-macro-expand):
10079         Remove unnecessary autoload (it is in loaddefs.el).
10081         * textmodes/picture.el (picture-desired-column)
10082         (picture-update-desired-column): Convert comments to doc-strings.
10083         (picture-substitute): Remove function.
10084         (picture-mode-map): Initialize in the defvar.
10086         * woman.el: Remove eval-after-load for tar-mode.
10087         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
10088         (woman-tar-extract-file): Autoload it.
10090         * frame.el (automatic-hscrolling): Make this alias obsolete.
10092 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
10094         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
10095         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
10096         (ispell-dictionary-base-alist): Revert to original XEmacs
10097         friendly version for default.  [:alpha:] will be added in
10098         `ispell-set-spellchecker-params' if needed.
10100 2012-04-16  Chong Yidong  <cyd@gnu.org>
10102         * image.el (imagemagick--file-regexp): New variable.
10103         (imagemagick-register-types): Use it.
10104         (imagemagick-types-inhibit): Add :set function.  Allow new value
10105         of t to inhibit all types.
10107         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
10108         so we can preload it.
10110         * loadup.el (fboundp): Preload regexp-opt, needed by
10111         imagemagick-register-types.
10113 2012-04-15  Chong Yidong  <cyd@gnu.org>
10115         * frame.el (scrolling): Remove nearly unused customization group.
10117         * scroll-all.el (scroll-all-mode): Move to windows group.
10119 2012-04-15  Chong Yidong  <cyd@gnu.org>
10121         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
10123 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10125         Avoid the use of ((lambda ...) ...) in lexical-binding code.
10126         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
10128 2012-04-15  Glenn Morris  <rgm@gnu.org>
10130         * simple.el (process-file-side-effects): Doc fix.
10132 2012-04-15  Glenn Morris  <rgm@gnu.org>
10134         * international/mule-cmds.el (set-language-environment): Doc fix.
10136 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
10138         * server.el (server-auth-key, server-generate-key): Doc fixes.
10139         (server-get-auth-key): Doc fix.  Use `string-match-p'.
10140         (server-start): Reflow docstring.
10142 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
10144         * server.el (server-generate-key): `called-interactively-p'
10145         requires a parameter.
10147 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
10149         * server.el (server-auth-key): New variable.
10150         (server-generate-key, server-get-auth-key): New function.
10151         (server-start): Use the new variable and functions to allow
10152         setting a permanent server key (bug#9423).
10154 2012-04-14  Leo Liu  <sdl.web@gmail.com>
10156         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
10158 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
10160         Spelling fixes.
10161         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
10162         Emacs uses American spelling.
10164 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
10166         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
10167         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
10168         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
10169         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
10171 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10173         * progmodes/which-func.el (which-func-modes): Change default.
10175 2012-04-14  Kim F. Storm  <storm@cua.dk>
10177         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
10178         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
10180 2012-04-14  Chong Yidong  <cyd@gnu.org>
10182         * custom.el (custom-theme-set-variables): Doc fix.
10184 2012-04-14  Glenn Morris  <rgm@gnu.org>
10186         * international/mule.el (set-auto-coding-for-load): Doc fix.
10188 2012-04-14  Alan Mackenzie  <acm@muc.de>
10190         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
10191         imenu work again for Objective C Mode.  Correct the *-index values,
10192         these having been disturbed by a previous change in 2011-08.
10194         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
10195         Correct two search limits.
10197 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10199         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
10201 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
10203         * international/characters.el: Fix sorting.
10205 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
10207         * international/characters.el: Add more missing Latin case pairs.
10209 2012-04-14  Glenn Morris  <rgm@gnu.org>
10211         * files.el (dir-locals-set-class-variables): Doc fix.
10213 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
10215         * international/characters.el: Add set-case-syntax-pair call for
10216         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
10217         counterpart.  (Bug#11209)
10219         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
10221 2012-04-14  Glenn Morris  <rgm@gnu.org>
10223         * calendar/holidays.el (calendar-check-holidays): Doc fix.
10225 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
10227         * textmodes/ispell.el (ispell-dictionary-base-alist):
10228         Add data for Hebrew.
10230 2012-04-14  Chong Yidong  <cyd@gnu.org>
10232         * net/rcirc.el (rcirc-cmd-quit):
10233         Revert 2012-03-18 change (Bug#11192).
10235 2012-04-14  Glenn Morris  <rgm@gnu.org>
10237         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
10239 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
10241         * minibuffer.el (completion-in-region-mode-map):
10242         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
10244 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
10246         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
10248 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
10250         * minibuffer.el (minibuffer-local-filename-syntax): New variable
10251         to allow `C-M-f' and `C-M-b' to move to the nearest path
10252         separator (bug#9511).
10254 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
10256         * avoid.el: Require cl when compiling.  And also move the
10257         `provide' to the end.
10259 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10261         * avoid.el (mouse-avoidance-banish-position): New variable.
10262         (mouse-avoidance-banish-destination): Use it (bug#10165).
10264 2012-04-13  Leo Liu  <sdl.web@gmail.com>
10266         * progmodes/which-func.el (which-func-modes): Add objc-mode.
10268 2012-04-13  Ken Brown  <kbrown@cornell.edu>
10270         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
10271         this is no longer needed now that cygstart understands file:// URLs.
10272         (browse-url-filename-alist): For the same reason, don't modify
10273         file:// URLs on Cygwin.
10275 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10277         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
10278         the region on shift if the binding is already shifted (bug#11221).
10280 2012-04-12  Glenn Morris  <rgm@gnu.org>
10282         * mail/mailpost.el: Move to obsolete/.
10284 2012-04-12  Drew Adams  <drew.adams@oracle.com>
10286         * imenu.el (imenu--generic-function): Ignore invisible definitions
10287         (bug#10123).
10289 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
10291         * hexl.el (hexl-bits): New variable.
10292         (hexl-options): Mention the variable in the doc string.
10293         (hexl-rulerise, hexl-line-displen): New functions.
10294         (hexl-mode): Mention the new variable.
10295         (hexl-mode, hexl-current-address, hexl-current-address):
10296         Use the displen.
10297         (hexl-ascii-start-column): New function.
10298         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
10299         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
10301 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
10303         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
10304         '("-i" ENCODING), in 2 separate command-line arguments, to specify
10305         the encoding, as expected by hunspell.
10307 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10309         * battery.el (battery--linux-sysfs-regexp): New const.
10310         (battery-status-function): Use it.  Remove yeeloong special case.
10311         (battery-yeeloong-sysfs): Remove.
10312         (battery-echo-area-format): Remove yeeloong special case.
10314 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10316         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
10317         Reported by Noah Friedman.
10319         * subr.el (read-passwd): Use read-string.
10321 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10323         * vcursor.el (vcursor-move): Increase the priority of the overlay
10324         (bug#9663).
10326 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
10328         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
10329         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
10331 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
10333         * textmodes/artist.el (artist-mode): Convert artist-mode to use
10334         define-minor-mode (bug#10760).
10336 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10338         * progmodes/grep.el (rgrep): Tweak the find command line so
10339         that directories matching `grep-find-ignored-files' won't be
10340         pruned (bug#10351).
10342 2012-04-11  Chong Yidong  <cyd@gnu.org>
10344         * startup.el (command-line): Remove support for long-obsolete
10345         variable font-lock-face-attributes.
10347 2012-04-11  Glenn Morris  <rgm@gnu.org>
10349         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
10351 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10353         * window.el (window--state-get-1): Obey window-point-insertion-type.
10355 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
10357         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
10358         to previous function when point is on the first character of a
10359         function.  Take care of that in `narrow-to-defun' (bug#6157).
10361 2012-04-11  Glenn Morris  <rgm@gnu.org>
10363         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
10364         not just file-errors.
10366         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
10367         (vc-bzr-sha1): Use internal sha1.
10369 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10371         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
10373 2012-04-10  SĂ©bastien Gross  <seb@chezwam.org>  (tiny change)
10375         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
10376         that start in the middle of the line (bug#10496).
10378 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
10380         * battery.el (battery-linux-proc-acpi): Only one battery is
10381         discharged at a time, but that seems to confuse battery.el when
10382         computing `rate-type' for the battery not being discharged
10383         (bug#10332).
10385 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10387         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
10389         * international/quail.el: Use dolist and simplify.
10390         (quail-define-package, quail-update-keyboard-layout)
10391         (quail-define-rules): Use dolist.
10392         (quail-insert-kbd-layout, quail-get-translation): CSE.
10394         * tmm.el: Use dolist, remove left over hook.
10395         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
10396         Use dolist.
10397         (calendar-load-hook): Don't mess with it.
10399         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
10400         Use derived-mode-p.  Run the diff asynchronously.
10402 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10404         * obsolete/mouse-sel.el: Add an Obsolete-since header.
10406 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
10408         * misc.el: Display absolute path of loaded DLLs (bug#10424).
10409         (list-dynamic-libraries--loaded): New function.
10410         (list-dynamic-libraries--refresh): Use it.
10412 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
10414         * progmodes/python.el (python-fill-paragraph):
10415         Make python-fill-region in a multiline string work when font-lock is
10416         disabled (bug#7018).
10418 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
10420         * language/european.el (cp775): Add oem/legacy (en)coding on
10421         DOS/MS Windows for the Baltic languages.  There are still plenty
10422         of texts written in this encoding/codepage (bug#6519).
10424 2012-04-10  Glenn Morris  <rgm@gnu.org>
10426         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
10427         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
10429 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
10431         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
10432         next-line "n" and previous-line "p" in order to make recentf more
10433         consistent with ibuffer, dired or org-mode (bug#9387).
10435 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10437         * image.el (put-image): Return the overlay created instead of the
10438         optional input string (bug#7834).  Note that this may break code
10439         that is (for some reason or other) depending on `put-image'
10440         returning the string.
10442         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
10444         * simple.el (zap-to-char): Allow zapping using input methods
10445         (bug#1580).
10447         * textmodes/fill.el (fill-region): Leave point and mark where they
10448         were before filling (bug#5399).
10450 2012-04-09  Glenn Morris  <rgm@gnu.org>
10452         * version.el (emacs-bzr-get-version):
10453         Handle lightweight checkouts of local branches.
10455 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
10457         * international/characters.el: Recover lost case pairs.  (Bug#11209)
10459 2012-04-09  Chong Yidong  <cyd@gnu.org>
10461         * custom.el (custom-variable-p): Return nil for non-symbol
10462         arguments instead of signaling an error.
10463         (user-variable-p): Obsolete alias for custom-variable-p.
10465         * apropos.el (apropos-variable):
10466         * files-x.el (read-file-local-variable):
10467         * simple.el (set-variable):
10468         * woman.el (woman-mini-help):
10469         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
10471 2012-04-09  Glenn Morris  <rgm@gnu.org>
10473         * startup.el (normal-top-level): Don't look for leim-list.el
10474         in places where it will not be found.  (Bug#910)
10476         * international/mule-cmds.el (set-default-coding-systems):
10477         * files.el (normal-mode):
10478         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
10479         This function was removed with ucs-tables.el in 2008.
10481 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
10483         * textmodes/ispell.el (ispell-check-version): For hunspell, set
10484         ispell-encoding8-command to "-i", without a trailing space.
10485         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
10486         separate command-line arguments, to specify the encoding, since
10487         that's how hunspell expects it.
10489 2012-04-08  Glenn Morris  <rgm@gnu.org>
10491         * loadup.el: Load bindings before cus-start.
10492         This reduces somewhat the number of "rogue" settings in emacs -Q.
10494 2012-04-07  Glenn Morris  <rgm@gnu.org>
10496         * version.el (emacs-bzr-get-version): New function.
10497         (emacs-bzr-version): New variable.
10498         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
10499         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
10501 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
10503         * international/uni-bidi.el, international/uni-category.el:
10504         * international/uni-combining.el, international/uni-decimal.el:
10505         * international/uni-decomposition.el, international/uni-digit.el:
10506         * international/uni-lowercase.el, international/uni-mirrored.el:
10507         * international/uni-name.el, international/uni-numeric.el:
10508         * international/uni-titlecase.el, international/uni-uppercase.el:
10509         Update for Unicode 6.1.
10511 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
10513         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
10515 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10517         * window.el (shrink-window): Mention the `window-min-height'
10518         variable in the doc string.
10520 2012-04-05  Bastien Guerry  <bzg@altern.org>
10522         * color.el (color-lighten-name): Fix typo.
10524 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10526         * server.el (server--on-display-p): New function.
10527         (server--on-display-p): Use it.
10529 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
10531         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
10532         (bug#11145).
10534 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10536         * comint.el (comint--common-quoted-suffix): Check string boundary
10537         before comparing (bug#11158).
10538         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
10540 2012-04-04  Chong Yidong  <cyd@gnu.org>
10542         * minibuffer.el (completion-extra-properties): Doc fix.
10544         * subr.el (delayed-warnings-hook): Doc fix.
10546 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
10548         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
10549         selection (Bug#11159).
10550         (epa-insert-keys): Inform that the default public key will be
10551         exported if no key is selected.
10553 2012-04-04  Richard Stallman  <rms@gnu.org>
10555         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
10557 2012-04-03  Chong Yidong  <cyd@gnu.org>
10559         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
10560         mail-insert-file, not its obsolete alias mail-attach-file.
10562 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
10564         * notifications.el (notifications-notify): Fix docstring.
10566 2012-04-02  Glenn Morris  <rgm@gnu.org>
10568         * emacs-lisp/authors.el (authors-aliases): Another addition.
10570 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
10572         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
10573         `tramp-compat-call-process' instead of `tramp-local-call-process'.
10574         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
10576 2012-04-01  Chong Yidong  <cyd@gnu.org>
10578         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
10579         Handle root directory properly.
10580         (copy-directory): Caller changed.
10582         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10583         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
10585 2012-03-31  Glenn Morris  <rgm@gnu.org>
10587         * term/xterm.el (xterm-extra-capabilities): Doc fix.
10589         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
10591         * calendar/calendar.el (calendar-window-list)
10592         (calendar-hide-window): Restore.  (Bug#11140)
10593         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
10595         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
10597 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10599         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10600         Check if file is a symlink (Bug#10489).
10602         * files.el (copy-directory): Likewise.
10604 2012-03-30  Chong Yidong  <cyd@gnu.org>
10606         * image.el (imagemagick-types-inhibit)
10607         (imagemagick-register-types): Doc fix.
10609 2012-03-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
10611         * textmodes/ispell.el (ispell-get-extended-character-mode):
10612         Disable extended-char-mode for hunspell.  hunspell does not support it
10613         and treats ~word as ordinary words in pipe mode.
10615 2012-03-30  Glenn Morris  <rgm@gnu.org>
10617         * tutorial.el (help-with-tutorial): Ensure local variables don't
10618         happen to make the buffer read-only.  (Bug#11127)
10620 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10622         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
10623         (perl-calculate-indent): Return `noindent' in strings.
10625 2012-03-28  Sam Steingold  <sds@gnu.org>
10627         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
10628         instead of the broken adhockery which does not prevent calendar
10629         buffers from being displayed at random after exit.
10630         (calendar-window-list, calendar-hide-window): Remove the broken
10631         adhockery.
10633 2012-03-28  Glenn Morris  <rgm@gnu.org>
10635         * replace.el (query-replace-map): Doc fix.
10637 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
10639         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
10640         contents.  (Bug#11109)
10642 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10644         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
10645         (bug#11077).
10646         (avl-tree--check, avl-tree--check-node): New funs.
10648 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
10650         * window.el (switch-to-visible-buffer): New option.
10651         (switch-to-prev-buffer, switch-to-next-buffer):
10652         Observe switch-to-visible-buffer.  Make sure that checking for a window
10653         showing a buffer already is done on the same frame.
10655 2012-03-27  Glenn Morris  <rgm@gnu.org>
10657         * startup.el (mail-host-address): Doc fix.
10659 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10661         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
10662         than 197 variables.
10664 2012-03-26  Ami Fischman  <ami@fischman.org>
10666         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
10668 2012-03-26  Glenn Morris  <rgm@gnu.org>
10670         * files.el (save-buffers-kill-emacs): Doc fix.
10672         * startup.el (normal-top-level, command-line, command-line-1):
10673         Give them doc strings.
10675 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
10677         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
10678         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
10680 2012-03-25  Chong Yidong  <cyd@gnu.org>
10682         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10683         theme if it was previously enabled before (Bug#11031).
10685         * cus-theme.el (custom-theme-write-faces): Retrieve current face
10686         spec with custom-face-get-current-spec if its :shown-value is not
10687         determined yet (Bug#9337).
10688         (customize-create-theme, custom-theme-revert): Doc fixes.
10690         * button.el (button-at): Minor addition to docstring.
10692 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
10694         * vc/vc.el (vc-merge): Fix a prompt.
10696 2012-03-24  Chong Yidong  <cyd@gnu.org>
10698         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
10699         point (Bug#9623).
10701         * button.el (button-at): Minor addition to docstring.
10703 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10705         * newcomment.el (comment-choose-indent): No space after BOL.
10707 2012-03-22  Sam Steingold  <sds@gnu.org>
10709         * window.el (switch-to-prev-buffer): Revert last patch because the
10710         bug turned out to be an advertised feature (Elisp manual 28.14).
10712 2012-03-22  Glenn Morris  <rgm@gnu.org>
10714         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
10715         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
10717 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719         * net/network-stream.el (network-stream-open-starttls): Make error
10720         message under Windows be less misleading.
10722 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
10724         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
10725         understands (bug#9942).
10727 2012-03-22  Chong Yidong  <cyd@gnu.org>
10729         * simple.el (end-of-visible-line): Handle return value of
10730         next-single-property-change properly (Bug#9371).
10732 2012-03-22  Kenichi Handa  <handa@m17n.org>
10734         * international/quail.el (quail-insert-kbd-layout): Fix previous
10735         change.  To avoid unwanted bidi reordering, use
10736         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
10738 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
10740         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
10741         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
10742         (ruby-beginning-of-indent): Be more careful with the difference
10743         between word-boundary and symbol boundary.
10744         (ruby-mode-syntax-table): Make : a symbol constituent.
10746 2012-03-21  Andreas Politz  <politza@fh-trier.de>
10748         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
10750 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10752         * progmodes/etags.el (tags-completion-at-point-function):
10753         Improve last fix.
10755         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
10757 2012-03-21  Sam Steingold  <sds@gnu.org>
10759         * progmodes/etags.el (tags-completion-at-point-function):
10760         Avoid the error when point is inside the pattern.
10762 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
10764         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
10765         line (Bug#10855).
10767 2012-03-21  Drew Adams  <drew.adams@oracle.com>
10769         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
10771 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
10773         * ido.el (ido-set-current-directory, ido-read-internal)
10774         (ido-choose-completion-string, ido-completion-help): Handle nil
10775         value of ido-completion-buffer (Bug#11008).
10777 2012-03-21  Sam Steingold  <sds@gnu.org>
10779         * window.el (switch-to-prev-buffer): Do not switch to a visible
10780         window previous buffer, just like with the frame previous buffers.
10782 2012-03-21  Chong Yidong  <cyd@gnu.org>
10784         * faces.el (make-face, make-empty-face, copy-face):
10785         * face-remap.el (face-remap-add-relative, face-remap-set-base):
10786         Doc fixes.
10788 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10790         * wid-edit.el (widget-complete-field): Remove (bug#11051).
10791         (widget-complete): Remove broken use of it.
10793 2012-03-20  Chong Yidong  <cyd@gnu.org>
10795         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10796         Use string-width and truncate-string-width to handle arbitrary
10797         characters.
10799 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
10801         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
10802         to draw rectangles, not squares.  (Regression introduced by revno
10803         103471)
10805 2012-03-18  Chong Yidong  <cyd@gnu.org>
10807         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
10808         it is not yet defined (for temacs).
10810 2012-03-18  Leo Liu  <sdl.web@gmail.com>
10812         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
10813         prefix.
10815 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
10817         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
10818         (ispell-choices-win-default-height, ispell-silently-savep)
10819         (ispell-dictionary-alist, ispell-encoding8-command)
10820         (ispell-check-version, ispell-aspell-find-dictionary)
10821         (ispell-valid-dictionary-list, ispell-words-keyword)
10822         (ispell-get-word, ispell-internal-change-dictionary)
10823         (ispell-region, ispell-skip-region-list)
10824         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
10825         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
10826         (ispell-message-text-end, ispell-message)
10827         (ispell-buffer-local-parsing): Doc fix.
10829 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
10831         * htmlfontify.el: Add support for code block fontification for ODT
10832         export (Bug #9914).
10833         (hfy-optimisations): Define new option
10834         `body-text-only'
10835         (hfy-fontify-buffer): Honor above setting.
10836         (hfy-begin-span, hfy-end-span): New routines factored out form
10837         `hfy-fontify-buffer'.
10838         (hfy-begin-span-handler, hfy-end-span-handler): New variables
10839         that permit insertion of custom tags.
10840         (hfy-fontify-buffer): Use above handlers.
10841         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
10842         (hfy-face-to-css): Re-defined to be a variable.
10843         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
10844         over multiple runs.  This is made possible by having the caller let
10845         bind a special variable `hfy-user-sheet-assoc'.
10846         (htmlfontify-string): New defun.
10847         (hfy-compile-face-map): Make sure that the last char in the
10848         buffer is correctly fontified.
10849         (hfy-face-resolve-face): Whitespace only change.
10851 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
10853         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
10854         message more clear.
10856 2012-03-16  Leo Liu  <sdl.web@gmail.com>
10858         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10860 2012-03-16  Alan Mackenzie  <acm@muc.de>
10862         Further optimise the handling of large macros.
10864         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10865         limit to a call of `c-literal-limits'.
10866         (c-determine-+ve-limit): New function.
10867         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10868         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
10869         In CASE 5B, restrict a search limit to 500.
10870         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10872         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10873         Restrict macro bounds to +-500 from after-change's BEG END.
10875 2012-03-16  Leo Liu  <sdl.web@gmail.com>
10877         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10879 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
10881         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
10882         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
10884 2012-03-16  Glenn Morris  <rgm@gnu.org>
10886         * view.el (view-buffer, view-buffer-other-window)
10887         (view-buffer-other-frame): Doc fixes re special mode-class.
10889         * subr.el (eval-after-load): If named feature is provided not from
10890         a file, run after-load forms.  (Bug#10946)
10892         * calendar/calendar.el (calendar-insert-at-column):
10893         Handle non-unit-width characters a bit better.  (Bug#10978)
10895 2012-03-15  Chong Yidong  <cyd@gnu.org>
10897         * emacs-lisp/ring.el (ring-extend): New function.
10898         (ring-insert+extend): Extend the ring correctly (Bug#11019).
10900         * comint.el (comint-read-input-ring)
10901         (comint-add-to-input-history): Grow comint-input-ring lazily.
10903 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10905         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10906         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10908         * imenu.el: Fix multiple inheritance breakage (bug#9199).
10909         (imenu-add-to-menubar): Don't add a redundant index.
10910         (imenu-update-menubar): Handle a dynamically composed keymap.
10912 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10914         * mail/sendmail.el (mail-encode-header):
10915         Bind rfc2047-encode-encoded-words to nil.
10917 2012-03-13  Glenn Morris  <rgm@gnu.org>
10919         * calendar/calendar.el (calendar-string-spread):
10920         Handle non-unit-width characters a bit better.  (Bug#10978)
10922 2012-03-13  Leo Liu  <sdl.web@gmail.com>
10924         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10925         directory and file as argument (Bug#10822).
10927 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
10929         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10930         For dynamically generated code, follow $PC.
10931         (gdb-disassembly-handler-custom): Handle no function name case.
10933 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
10935         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10936         * emulation/ws-mode.el (ws-query-replace):
10937         * sort.el (sort-regexp-fields):
10938         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
10940 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10942         * dabbrev.el: Fix cycle completion order (bug#10963).
10943         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10944         (dabbrev-completion): Don't use an obarray; provide
10945         a cycle-sort-function.
10947 2012-03-12  Leo Liu  <sdl.web@gmail.com>
10949         * simple.el (kill-new): Use equal-including-properties for comparison.
10950         (kill-do-not-save-duplicates): Doc fix.
10952 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10954         * dabbrev.el: Fix cycle completion (bug#10963).
10955         Use lexical binding and wrap to 80 columns.
10956         (dabbrev-completion): Delay computing the list of completions.
10958 2012-03-12  Kenichi Handa  <handa@m17n.org>
10960         * international/quail.el (quail-insert-kbd-layout): Surround each
10961         row by LRO and PDF instead of inserting many LRMs.  Pad the left
10962         and right of each non-spacing marks.  Insert invisible space
10963         between lower and upper characters to prevent composition.
10965 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10967         * minibuffer.el (minibuffer-complete): Don't get confused when the
10968         function is run twice via different commands (bug#10958).
10969         (complete-with-action): Fix docstring.
10971 2012-03-12  Chong Yidong  <cyd@gnu.org>
10973         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10974         (nxml-completion-at-point-function): New function.
10975         (nxml-mode): Use it.
10976         (nxml-bind-meta-tab-to-complete-flag): Default to t.
10978         * emacs-lisp/package.el (package-unpack, package-unpack-single):
10979         Load generated autoloads file before byte compiling (Bug#10970).
10980         (package--make-autoloads-and-compile): New helper fun.
10982 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
10984         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10986 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
10988         * autorevert.el (auto-revert-handler): Ensure, that
10989         file-readable-p is applied only for local files or in
10990         auto-revert-tail-mode.
10992 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
10994         * server.el (server-eval-at): Handle non-tcp connections.
10995         Decode result string.
10997         * server.el (server-msg-size): New constant.
10998         (server-reply-print): New function.
10999         (server-eval-and-print): Use it.
11000         (server-eval-at): Use server-quote-arg and server-unquote-arg.
11001         Handle -print-nonl.
11003 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
11005         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
11006         (Bug#10987).
11008 2012-03-11  Chong Yidong  <cyd@gnu.org>
11010         * simple.el (goto-line): Doc fix (Bug#9938).
11012         * subr.el (save-window-excursion): Doc fix (Bug#9979).
11014         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
11015         when finished (Bug#10963).
11017 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
11019         * window.el (split-window-below): Fix bug in case where
11020         split-window-keep-point is nil (Bug#10971).
11022 2012-03-11  Juri Linkov  <juri@jurta.org>
11024         * replace.el (replace-highlight): Set isearch-word to nil
11025         unconditionally.  (Bug#10887)
11027 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
11029         * net/mairix.el (mairix-replace-invalid-chars): Rename from
11030         mairix-replace-illegal-chars; all callers changed.  Don't remove
11031         ^, ~, and = characters: they are meaningful in mairix search specs.
11032         (mairix-widget-create-query): Add usage information about mairix
11033         search forms: negating words, searching for substrings, etc.
11035 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
11037         * international/fontset.el (font-encoding-alist): Add an entry for
11038         ksx1001 (Bug#5667).
11040 2012-03-10  Richard Stallman  <rms@gnu.org>
11042         * mail/sendmail.el (mail-encode-header):
11043         Set rfc2047-encode-encoded-words.
11045         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
11047         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
11048         view buffer means not swapped.
11049         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
11050         (rmail-write-region-annotate): Error if real text has disappeared.
11052         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
11054 2012-03-10  Chong Yidong  <cyd@gnu.org>
11056         * emulation/cua-rect.el (cua--init-rectangles):
11057         * emulation/cua-base.el (cua--init-keymaps):
11058         Add delete-forward-char to remappings (Bug#9666).
11060 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
11062         * speedbar.el (speedbar-unhighlight-one-tag-line):
11063         Avoid unhighlighting due to frame switching (Bug#10275).
11065 2012-03-10  Chong Yidong  <cyd@gnu.org>
11067         * minibuffer.el (completion-in-region, completion-help-at-point):
11068         Give the completion field overlay a high priority (Bug#6830).
11070         * dired.el (dired-goto-file): Recognize absolute file name
11071         listings (Bug#7126).
11072         (dired-goto-file-1): New helper function.
11073         (dired-toggle-read-only): Inhibit warnings.
11075 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
11077         * net/dbus.el (dbus-property-handler): Return empty array if
11078         there are no properties.
11080 2012-03-09  Leo Liu  <sdl.web@gmail.com>
11082         * savehist.el (savehist-printable): Stricter check for string
11083         value (Bug#10937).
11085 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
11087         * mail/smtpmail.el (smtpmail-send-it):
11088         Bind coding-system-for-write to *-unix, so that FCC files are kept in
11089         valid mbox format.
11091 2012-03-09  Glenn Morris  <rgm@gnu.org>
11093         * files.el (dir-locals-find-file):
11094         Don't check result is regular, readable.
11095         (dir-locals-read-from-file): Demote errors.
11097 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
11099         * international/quail.el (quail-insert-kbd-layout):
11100         Insert invisible LRM characters before each character in a keyboard
11101         layout cell, to prevent their reordering by bidi display engine.
11102         For details, see the discussion in
11103         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
11105 2012-03-08  Alan Mackenzie  <acm@muc.de>
11107         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
11108         the starting position; make it extend the marked region when
11109         invoked repeatedly - all under appropriate circumstances.
11110         Fixes bugs #5525, #10906.
11112 2012-03-08  Glenn Morris  <rgm@gnu.org>
11114         * files.el (locate-dominating-file, dir-locals-find-file):
11115         Undo 2012-03-06 change.
11117 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
11119         * international/quail.el (quail-help):
11120         Force bidi-paragraph-direction be left-to-right.  See discussion in
11121         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
11122         for the reason.
11124 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
11126         Avoid superfluous registering of signals.  (Bug#10807)
11128         * notifications.el (notifications-on-action-object)
11129         (notifications-on-close-object): New defvars.
11130         (notifications-on-action-signal, notifications-on-closed-signal):
11131         Unregister the signal if not needed any longer.
11132         (notifications-notify): Register `notifications-action-signal' or
11133         `notifications-closed-signal', if :on-action or :on-close has been
11134         passed as argument.
11136 2012-03-07  Chong Yidong  <cyd@gnu.org>
11138         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
11139         non-X platforms.
11141 2012-03-06  Glenn Morris  <rgm@gnu.org>
11143         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11144         (x-disown-selection-internal, x-get-selection-internal):
11145         Doc fix (add arglist signatures).  (Bug#10783)
11147 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
11149         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11150         Handle breakpoints with no "type".
11152 2012-03-06  Glenn Morris  <rgm@gnu.org>
11154         * files.el (locate-dominating-file): Add optional predicate argument.
11155         (dir-locals-find-file): Make use of above change.
11157 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
11159         * info.el (Info-insert-dir): Also try "dir.gz".
11161 2012-03-06  Glenn Morris  <rgm@gnu.org>
11163         * files.el (dir-locals-find-file):
11164         Ignore non-readable or non-regular files.  (Bug#10928)
11166         * files.el (locate-dominating-file): Doc fix.
11168 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
11170         * calendar/calendar.el (calendar-set-mode-line):
11171         `getenv' returns a string.  (Bug#10951)
11173 2012-03-05  Leo Liu  <sdl.web@gmail.com>
11175         * simple.el (backward-delete-char-untabify): Constrain point to
11176         field (Bug#10939).
11178         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
11180 2012-03-05  Chong Yidong  <cyd@gnu.org>
11182         * simple.el (count-words): If called from Lisp, return the word
11183         count, for symmetry with `count-lines'.  Arglist changed.
11184         (count-words--message): Args changed.  Consolidate counting code
11185         from count-words and count-words-region.
11186         (count-words-region): Caller changed.
11187         (count-lines-region): Make it an obsolete alias.
11189 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
11191         * saveplace.el (save-place-to-alist)
11192         (save-place-ignore-files-regexp): Allow value nil to disable this
11193         feature.
11195 2012-03-04  Chong Yidong  <cyd@gnu.org>
11197         * faces.el (face-spec-reset-face): For the default face, reset the
11198         attributes to default values (Bug#10748).
11200 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11202         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
11203         previous patch: Check `message-send-mail-function', and not the
11204         default function (bug#10897).
11206 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
11208         * notifications.el (notifications-on-action-signal)
11209         (notifications-on-closed-signal): Check for unique service name of
11210         incoming event.  Fix error in removing entry.
11211         (top): Register for signals with wildcard service name.
11212         (notifications-notify): Use daemon unique service name for map entries.
11214 2012-03-04  Chong Yidong  <cyd@gnu.org>
11216         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
11218 2012-03-04  Glenn Morris  <rgm@gnu.org>
11220         * abbrev.el (copy-abbrev-table, abbrev-table-p)
11221         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
11222         (expand-abbrev, define-abbrev-table): Doc fixes.
11224 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11226         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
11227         `message-default-send-mail-function' and not `send-mail-function'
11228         when doing the prompting for `sendmail-query-once' before sending
11229         in Message buffers (bug#10897).
11231         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
11232         This is inconsistent with all the other stream functions, which leave
11233         the setting up to the higher levels (if so wanted) (bug#10931).
11235 2012-03-02  Alan Mackenzie  <acm@muc.de>
11237         Depessimize the handling of very large macros.
11239         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
11240         (c-macro-cache-syntactic): New variables to implement a one
11241         element macro cache.
11242         (c-invalidate-macro-cache): New function.
11243         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
11244         Adapt to use the new cache.
11245         (c-state-safe-place): Use better the cache of safe positions.
11246         (c-state-semi-nonlit-pos-cache)
11247         (c-state-semi-nonlit-pos-cache-limit):
11248         New variables for...
11249         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
11250         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
11251         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
11252         Use c-state-semi-safe-place.
11254         * progmodes/cc-langs.el (c-get-state-before-change-functions):
11255         Add c-invalidate-macro-cache to the C, C++, Obj entries.
11257 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
11259         * jka-compr.el (jka-compr-call-process):
11260         Apply `file-accessible-directory-p' only when the default directory is
11261         not remote.
11263 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
11265         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
11266         access of FILE2, if FILE1 does not exist.
11268         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
11269         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
11271         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
11272         Add "PAGER=" to `process-environment'.
11274 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
11276         * progmodes/sql.el: Bug fix
11277         (sql-get-login-ext): Save login values in globals.
11278         (sql-get-login): Use new version of `sql-get-login-ext'.
11279         (sql-interactive-mode): Set global `sql-connection' to nil.
11280         (sql-connect): Set global values for connection.
11281         (sql-product-interactive): Save global values as buffer local.
11283 2012-02-29  Leo Liu  <sdl.web@gmail.com>
11285         * abbrev.el (define-abbrevs): Reset sys to nil.
11287 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11289         * files.el (file-equal-p): Rename from `files-equal-p'.
11290         Return nil when one or both files don't exist.
11291         (file-subdir-of-p): Now only top directory must exists,
11292         return nil if it doesn't.
11293         (copy-directory): No need to test with `file-subdir-of-p' after
11294         creating dir.
11295         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
11296         to `file-equal-p'.
11298 2012-02-28  Glenn Morris  <rgm@gnu.org>
11300         * shell.el (shell-mode):
11301         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
11302         * play/landmark.el (landmark-font-lock-face-O):
11303         * play/handwrite.el (handwrite):
11304         * play/gomoku.el (gomoku-O):
11305         * net/browse-url.el (browse-url-browser-display):
11306         * international/mule.el (define-charset):
11307         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
11308         * filesets.el (filesets-find-file-delay):
11309         * eshell/em-xtra.el (eshell-xtra):
11310         * eshell/em-unix.el (eshell-grep):
11311         * emulation/viper.el (viper-mode):
11312         * emacs-lisp/regexp-opt.el (regexp-opt-group):
11313         * emacs-lisp/easymenu.el (easy-menu-define):
11314         * calendar/timeclock.el (timeclock-use-display-time):
11315         * bs.el (bs-mode):
11316         * bookmark.el (bookmark-save-flag):
11317         Doc fix (standardize possessive apostrophe usage).
11319 2012-02-27  Chong Yidong  <cyd@gnu.org>
11321         * emulation/viper-cmd.el (viper-intercept-ESC-key):
11322         Fix key-binding lookup for ESC key (Bug#9146).
11324         * font-lock.el (font-lock-specified-p): Rename from
11325         font-lock-spec-present.  Callers changed.
11327 2012-02-27  Daniel Hackney  <dan@haxney.org>
11329         * emacs-lisp/package.el (package-compute-transaction):
11330         Handle holding a package version to t in package-load-list.
11332 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
11334         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
11335         (tramp-get-inode, tramp-get-device): Use cached values.
11337 2012-02-26  Alan Mackenzie  <acm@muc.de>
11339         Check there is a font-lock specification before doing initial
11340         fontification.
11342         * font-core.el (font-lock-mode): Move the conditional from
11343         :after-hook to font-lock-initial-fontify.
11344         (font-lock-default-function): Move the check for a specification
11345         to font-lock-spec-present.
11347         * font-lock.el (font-lock-initial-fontify): Call ...
11348         (font-lock-spec-present): New function.
11350 2012-02-26  Jim Blandy  <jimb@red-bean.com>
11352         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
11353         (gdb-send): Apply it to the operand of the '-interpreter-exec
11354         console' command, so that we can pass arguments with (say) quotes
11355         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
11357 2012-02-26  Chong Yidong  <cyd@gnu.org>
11359         * help-fns.el (describe-function-1): Clarify description of
11360         remapping (Bug#10844).
11362         * files.el (files-equal-p): Doc fix.
11363         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
11364         and quit the loop once a mismatch is found.
11366 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
11368         * bs.el (bs--show-with-configuration): Don't throw an error
11369         if the window cannot be split; otherwise, subsequent calls to
11370         bs-show fail, restoring a stale window config.  (Bug#10882)
11372 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
11374         * term/ns-win.el (global-map): Bind ns-drag-file to
11375         ns-find-file (Bug#5855, Bug#10050).
11377 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
11379         * calendar/parse-time.el (parse-time-string): Allow extractor to
11380         return nil.
11382 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
11384         * net/tramp.el (tramp-file-name-for-operation):
11385         Add `files-equal-p' and `file-subdir-of-p'.
11387         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
11388         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
11389         Add COPY-CONTENTS argument.
11391 2012-02-25  Chong Yidong  <cyd@gnu.org>
11393         Add custom groups for VC backends, for consistency with vc-bzr.
11395         * vc/vc-arch.el (vc-arch):
11396         * vc/vc-cvs.el (vc-cvs):
11397         * vc/vc-git.el (vc-git):
11398         * vc/vc-hg.el (vc-hg):
11399         * vc/vc-mtn.el (vc-mtn):
11400         * vc/vc-rcs.el (vc-rcs):
11401         * vc/vc-sccs.el (vc-sccs):
11402         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
11403         All relevant defcustoms reassigned.
11405 2012-02-25  Chong Yidong  <cyd@gnu.org>
11407         * newcomment.el (comment-styles): Add autoload (Bug#10868).
11409         * term/x-win.el (x-initialize-window-system): Reduce default for
11410         x-selection-timeout to 5 seconds (Bug#8869).
11412 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11414         * files.el (files-equal-p, file-subdir-of-p): New functions.
11415         (copy-directory): Error when trying to copy a directory on itself.
11416         Add missing copy-contents arg to tramp handler.
11417         * dired-aux.el (dired-copy-file-recursive): Same.
11418         (dired-create-files): Modify destination when source is equal to
11419         dest when copying files.
11420         Return also when dest is a subdir of source.  (Bug#10489)
11422 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
11424         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
11425         (Bug#10874)
11427 2012-02-23  Alan Mackenzie  <acm@muc.de>
11429         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
11430         parameter "after-hook:" to allow the expansion to run code after
11431         the execution of the mode hooks.
11433         * font-lock.el (font-lock-initial-fontify): New function extracted
11434         from font-lock-mode-internal.
11436         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
11437         :after-hook.
11439 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11441         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
11442         (completion--cache-all-sorted-completions): New function.
11443         (completion-all-sorted-completions): Use it.
11444         (completion--do-completion, minibuffer-force-complete):
11445         Use it to re-instate the flush hook.
11447         * icomplete.el (icomplete-completions): Replace last fix with a better
11448         one (bug#10850).
11450 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
11452         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
11453         when it might call us back infinitely (bug#10797).
11455 2012-02-23  Glenn Morris  <rgm@gnu.org>
11457         * minibuffer.el (completion-category-overrides): Doc fix.
11459 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11461         * minibuffer.el (completion-table-with-context): Fix inf-loop.
11462         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
11464 2012-02-23  Glenn Morris  <rgm@gnu.org>
11466         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
11467         (authors-obsolete-files-regexps, authors-ignored-files)
11468         (authors-ambiguous-files, authors-renamed-files-alist):
11469         Add more entries.
11471 2012-02-23  Juri Linkov  <juri@jurta.org>
11473         * isearch.el (isearch-occur): Sync interactive spec with occur's
11474         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
11476         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
11478 2012-02-22  Juri Linkov  <juri@jurta.org>
11480         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
11481         (ucs-insert): Doc fix.  Check for hex digits in the string.
11482         Don't display `nil' in the error message.  (Bug#10857)
11484 2012-02-22  Alan Mackenzie  <acm@muc.de>
11486         * progmodes/cc-mode.el: Revert change #107149 from 2012-02-06.
11488 2012-02-22  Glenn Morris  <rgm@gnu.org>
11490         * ffap.el (ffap-c-path):
11491         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
11493 2012-02-22  Chong Yidong  <cyd@gnu.org>
11495         * custom.el (load-theme): Doc fix.
11497 2012-02-22  Glenn Morris  <rgm@gnu.org>
11499         * dired-x.el (dired-guess-shell-alist-default):
11500         Remove escape sequences from nroff output.  (Bug#172)
11502 2012-02-21  Glenn Morris  <rgm@gnu.org>
11504         * vc/emerge.el (emerge-defvar-local):
11505         Set `permanent-local' property rather than unused `preserved'.
11507         * textmodes/picture.el (picture-delete-char): New alias.
11508         (picture-mode-map): Use it.  (Bug#10860)
11509         (picture-mode): Doc fix.
11511 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
11513         * newcomment.el (uncomment-region-default): Remove unused binding.
11515 2012-02-21  Glenn Morris  <rgm@gnu.org>
11517         * textmodes/picture.el (picture-motion, picture-motion-reverse)
11518         (picture-self-insert, picture-tab-chars): Doc fix.
11519         (picture-mode-map): Fix C-a, C-e.
11521 2012-02-20  Glenn Morris  <rgm@gnu.org>
11523         * emacs-lisp/authors.el (authors-aliases): Add another entry.
11525 2012-02-20  Leo Liu  <sdl.web@gmail.com>
11527         * icomplete.el (icomplete-completions): Check FROM arg before
11528         passing to substring (Bug#10850).
11530 2012-02-19  Chong Yidong  <cyd@gnu.org>
11532         * comint.el: Require ansi-color.
11533         (comint-output-filter-functions): Add ansi-color-process-output.
11535         * ansi-color.el: Don't set comint-output-filter-functions; it is
11536         now in the initial value defined in comint.el.
11537         (ansi-color-apply-face-function): New variable.
11538         (ansi-color-apply-on-region): Use it.
11539         (ansi-color-apply-overlay-face): New function.
11541         * shell.el (shell): No need to require ansi-color.
11542         (shell-mode): Use ansi-color-apply-face-function to highlight
11543         color escapes using font-lock-face property (Bug#10835).
11545 2012-02-19  Chong Yidong  <cyd@gnu.org>
11547         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
11548         mode-line formats (Bug#10839).
11550 2012-02-18  Glenn Morris  <rgm@gnu.org>
11552         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
11554         * mail/undigest.el (unforward-rmail-message): Doc fix.
11556         * saveplace.el (save-place-ignore-files-regexp): Add :version.
11558 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
11560         * international/characters.el (script-list): Sync with the latest
11561         Unicode Character Database.
11563 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
11565         * international/titdic-cnv.el: Remove duplicate coding tag.
11566         * language/cham.el: Likewise.
11567         * language/tai-viet.el: Likewise.
11569 2012-02-18  Glenn Morris  <rgm@gnu.org>
11571         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
11572         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
11573         (calendar-bahai-all-holidays-flag, calendar-other-dates):
11574         * calendar/diary-lib.el (diary-abbreviated-year-flag):
11575         * calendar/holidays.el (holiday-bahai-holidays)
11576         (calendar-holidays, list-holidays):
11577         Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
11579 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
11581         * saveplace.el (save-place-ignore-files-regexp): New variable
11582         allowing for excluding files from saving their location of point.
11583         The default value matches the temporary commit message editing
11584         files from Git, SVN, Bazaar, and Mercurial.
11585         (save-place-to-alist): Use it.
11587 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
11588             Stefan Monnier  <monnier@iro.umontreal.ca>
11590         * newcomment.el (uncomment-region-default): Don't leave extra space
11591         when an arg is provided (bug#8150).
11593 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
11595         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
11597 2012-02-17  Glenn Morris  <rgm@gnu.org>
11599         * net/socks.el: Require network-stream.  (Bug#10599)
11601 2012-02-17  Kenichi Handa  <handa@m17n.org>
11603         * international/charprop.el:
11604         * international/uni-name.el:
11605         * international/uni-old-name.el:
11606         * international/uni-comment.el: Regenerate.
11608 2012-02-16  Glenn Morris  <rgm@gnu.org>
11610         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
11611         Interactively in calendar buffer, give an error if not on a date.
11613 2012-02-15  Glenn Morris  <rgm@gnu.org>
11615         * shell.el (shell-delimiter-argument-list):
11616         Revert 2011-02-17 change.  (Bug#8027)
11618 2012-02-15  Chong Yidong  <cyd@gnu.org>
11620         * minibuffer.el (completion-at-point-functions): Doc fix.
11622         * custom.el (defcustom): Doc fix; note use of defvar.
11624 2012-02-15  Glenn Morris  <rgm@gnu.org>
11626         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
11627         Doc fixes.
11629 2012-02-14  Glenn Morris  <rgm@gnu.org>
11631         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
11633 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
11635         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
11636         way the ports list is computed.
11637         (smtpmail-query-smtp-server): Prompt the user for a port number if
11638         we can't connect to any of the standard ports (bug#10810).
11640 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11642         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
11644 2012-02-13  Glenn Morris  <rgm@gnu.org>
11646         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
11648 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
11650         * net/gnutls.el (gnutls-trustfiles): New variable.
11651         (gnutls-negotiate): Use it.
11653 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
11655         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
11656         does its stuff if Gnus is running.
11658 2012-02-13  Alan Mackenzie  <acm@muc.de>
11660         Fix a loop in c-set-fl-decl-start.
11662         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
11663         c-backward-syntactic-ws actually moves backwards.
11665 2012-02-13  Leo Liu  <sdl.web@gmail.com>
11667         * net/rcirc.el (rcirc-markup-attributes): Move point to the
11668         beginning so that all \C-o chars are removed.
11670 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
11672         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
11674 2012-02-12  Alan Mackenzie  <acm@muc.de>
11676         Fix infinite loop with long macros.
11677         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
11679 2012-02-12  Chong Yidong  <cyd@gnu.org>
11681         * window.el (display-buffer): Doc fix (Bug#10785).
11683 2012-02-12  Glenn Morris  <rgm@gnu.org>
11685         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11686         (x-disown-selection-internal, x-get-selection-internal):
11687         Sync docs with the xselect.c versions.
11689         * allout-widgets.el: Add missing license notice.
11691 2012-02-11  Glenn Morris  <rgm@gnu.org>
11693         * select.el (x-get-selection-internal, x-own-selection-internal)
11694         (x-disown-selection-internal):
11695         * x-dnd.el (x-get-selection-internal): Update declarations.
11697         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
11699         * window.el (window-sides-slots):
11700         * tool-bar.el (tool-bar-position):
11701         * term/xterm.el (xterm-extra-capabilities):
11702         * ses.el (ses-self-reference-early-detection):
11703         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
11704         (verilog-auto-wire-type)
11705         (verilog-auto-delete-trailing-whitespace)
11706         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
11707         (verilog-auto-tieoff-declaration):
11708         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
11709         (sql-oracle-statement-starters, sql-oracle-scan-on):
11710         * progmodes/prolog.el (prolog-align-comments-flag)
11711         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
11712         (prolog-left-indent-regexp, prolog-paren-indent-p)
11713         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
11714         (prolog-types, prolog-mode-specificators)
11715         (prolog-determinism-specificators, prolog-directives)
11716         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
11717         (prolog-electric-dot-flag)
11718         (prolog-electric-dot-full-predicate-template)
11719         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
11720         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
11721         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
11722         (prolog-program-switches, prolog-prompt-regexp)
11723         (prolog-debug-on-string, prolog-debug-off-string)
11724         (prolog-trace-on-string, prolog-trace-off-string)
11725         (prolog-zip-on-string, prolog-zip-off-string)
11726         (prolog-use-standard-consult-compile-method-flag)
11727         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
11728         (prolog-imenu-max-lines, prolog-info-predicate-index)
11729         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
11730         (prolog-char-quote-workaround):
11731         * progmodes/cc-vars.el (c-defun-tactic):
11732         * net/tramp.el (tramp-encoding-command-interactive)
11733         (tramp-local-end-of-line):
11734         * net/soap-client.el (soap-client):
11735         * net/netrc.el (netrc-file):
11736         * net/gnutls.el (gnutls):
11737         * minibuffer.el (completion-category-overrides)
11738         (completion-cycle-threshold)
11739         (completion-pcm-complete-word-inserts-delimiters):
11740         * man.el (Man-name-local-regexp):
11741         * mail/feedmail.el (feedmail-display-full-frame):
11742         * international/characters.el (glyphless-char-display-control):
11743         * eshell/em-ls.el (eshell-ls-date-format):
11744         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
11745         (lisp-lambda-list-keyword-parameter-indentation)
11746         (lisp-lambda-list-keyword-parameter-alignment):
11747         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
11748         * dired-x.el (dired-omit-verbose):
11749         * cus-theme.el (custom-theme-allow-multiple-selections):
11750         * calc/calc.el (calc-highlight-selections-with-faces)
11751         (calc-lu-field-reference, calc-lu-power-reference)
11752         (calc-note-threshold):
11753         * battery.el (battery-mode-line-limit):
11754         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11755         (archive-7z-update):
11756         * allout.el (allout-prefixed-keybindings)
11757         (allout-unprefixed-keybindings)
11758         (allout-inhibit-auto-fill-on-headline)
11759         (allout-flattened-numbering-abbreviation):
11760         * allout-widgets.el (allout-widgets-auto-activation)
11761         (allout-widgets-icons-dark-subdir)
11762         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
11763         (allout-widgets-theme-dark-background)
11764         (allout-widgets-theme-light-background)
11765         (allout-widgets-item-image-properties-emacs)
11766         (allout-widgets-item-image-properties-xemacs)
11767         (allout-widgets-run-unit-tests-on-load)
11768         (allout-widgets-time-decoration-activity)
11769         (allout-widgets-hook-error-post-time)
11770         (allout-widgets-track-decoration):
11771         Add missing :version tags to new defcustoms and defgroups.
11773         * progmodes/sql.el (sql-ansi-statement-starters)
11774         (sql-oracle-statement-starters): Add custom type.
11776         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
11777         (prolog-system-version): Give it a type.
11779 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
11781         * term/pc-win.el (x-select-text, x-selection-owner-p)
11782         (x-own-selection-internal, x-disown-selection-internal)
11783         (x-get-selection-internal): Sync doc strings and argument lists
11784         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
11786 2012-02-11  Leo Liu  <sdl.web@gmail.com>
11788         * progmodes/python.el (python-end-of-statement): Fix infinite
11789         loop.  (Bug#10788)
11791 2012-02-10  Glenn Morris  <rgm@gnu.org>
11793         * international/mule-cmds.el (unify-8859-on-encoding-mode)
11794         (unify-8859-on-decoding-mode): Properly mark as obsolete.
11796 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
11798         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
11799         about SMTP before checking the From header.
11801         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
11802         into own function for reuse by emacsbug.el.
11804 2012-02-10  Leo Liu  <sdl.web@gmail.com>
11806         * subr.el (condition-case-unless-debug): Rename from
11807         condition-case-no-debug.  All callers changed.
11808         (with-demoted-errors): Fix caller.
11810         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
11811         * nxml/rng-valid.el (rng-do-some-validation):
11812         * emacs-lisp/package.el (package-refresh-contents)
11813         (package-menu-execute):
11814         * desktop.el (desktop-create-buffer):
11815         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
11817 2012-02-10  Glenn Morris  <rgm@gnu.org>
11819         * textmodes/bibtex.el:
11820         Add missing :version tags for new/changed defcustoms.
11822         * files.el (remote-file-name-inhibit-cache): Doc fixes.
11824 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
11826         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
11827         (smtpmail-via-smtp): Use it, or fall back on the From address.
11828         (smtpmail-send-it): Ditto.
11830 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11832         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
11833         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
11834         (byte-compile-tmp-var): New const.
11835         (byte-compile-defvar): Use it to minimize .elc size.
11836         Just use `defvar' rather than simulate it (bug#10761).
11838 2012-02-09  Glenn Morris  <rgm@gnu.org>
11840         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
11842         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
11843         Add :version tags.
11845         * progmodes/compile.el (compilation-error-screen-columns)
11846         (compilation-first-column, compilation-filter-start): Doc fixes.
11848         * vc/log-view.el (log-view-toggle-entry-display):
11849         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
11851         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
11852         (report-emacs-bug-can-use-xdg-email):
11853         (report-emacs-bug-insert-to-mailer): Doc fixes.
11854         (report-emacs-bug): Message fix.
11856         * net/browse-url.el (browse-url-can-use-xdg-open)
11857         (browse-url-xdg-open): Doc fixes.
11859         * electric.el (electric-indent-mode, electric-pair-mode)
11860         (electric-layout-rules, electric-layout-mode): Doc fixes.
11861         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11863 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
11865         * server.el (server-unselect-display): Don't inadvertently kill
11866         the current buffer.  (Bug#10729)
11868 2012-02-08  Glenn Morris  <rgm@gnu.org>
11870         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11871         (sql-list-table): Doc fixes.
11873         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11874         Comment out (does nothing).
11876         * completion.el (dynamic-completion-mode):
11877         * dirtrack.el (dirtrack-debug-mode):
11878         * electric.el (electric-layout-mode):
11879         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11880         * face-remap.el (text-scale-mode, buffer-face-mode):
11881         * iimage.el (iimage-mode):
11882         * image-mode.el (image-transform-mode):
11883         * minibuffer.el (completion-in-region-mode):
11884         * scroll-lock.el (scroll-lock-mode):
11885         * simple.el (next-error-follow-minor-mode):
11886         * tar-mode.el (tar-subfile-mode):
11887         * tooltip.el (tooltip-mode):
11888         * vcursor.el (vcursor-use-vcursor-map):
11889         * wid-browse.el (widget-minor-mode):
11890         * emulation/tpu-edt.el (tpu-edt-mode):
11891         * emulation/tpu-extras.el (tpu-cursor-free-mode):
11892         * international/iso-ascii.el (iso-ascii-mode):
11893         * language/thai-util.el (thai-word-mode):
11894         * mail/supercite.el (sc-minor-mode):
11895         * net/goto-addr.el (goto-address-mode):
11896         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11897         * progmodes/cwarn.el (cwarn-mode):
11898         * progmodes/flymake.el (flymake-mode):
11899         * progmodes/glasses.el (glasses-mode):
11900         * progmodes/hideshow.el (hs-minor-mode):
11901         * progmodes/pascal.el (pascal-outline-mode):
11902         * textmodes/enriched.el (enriched-mode):
11903         * vc/smerge-mode.el (smerge-mode):
11904         Doc fixes (minor mode argument).
11906 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
11908         * ls-lisp.el (ls-lisp-sanitize): New function.
11909         (ls-lisp-insert-directory): Use it to fix or remove any elements
11910         in file-alist with missing attributes.  (Bug#4673)
11912 2012-02-07  Alan Mackenzie  <acm@muc.de>
11914         Fix spurious recognition of c-in-knr-argdecl.
11916         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11917         putative K&R region.
11919 2012-02-07  Alan Mackenzie  <acm@muc.de>
11921         * progmodes/cc-engine.el (c-forward-objc-directive):
11922         Prevent looping in "#pragma mark @implementation".
11924 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
11926         * notifications.el (notifications-on-closed-signal): Make `reason'
11927         optional.  (Bug#10744)
11929 2012-02-07  Glenn Morris  <rgm@gnu.org>
11931         * emacs-lisp/easy-mmode.el (define-minor-mode):
11932         Doc fixes for the macro and the mode it defines.
11934         * image.el (imagemagick-types-inhibit): Doc fix.
11936         * cus-start.el (imagemagick-render-type): Add it.
11938 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
11940         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11941         Set the default at load time, too, so that `font-lock-fontify-buffer'
11942         can be called without setting up the entire mode first.  This fixes
11943         a bug in `mm-inline-text' with C MIME parts.
11945 2012-02-06  Chong Yidong  <cyd@gnu.org>
11947         * simple.el (list-processes--refresh): Delete exited processes
11948         (Bug#8094).
11950         * comint.el (comint-next-prompt): next-single-char-property-change
11951         and prev-single-char-property-change never return nil (Bug#8657).
11953         * custom.el (defcustom): Doc fix (Bug#9711).
11955 2012-02-05  Chong Yidong  <cyd@gnu.org>
11957         * cus-edit.el (custom-variable-reset-backup): Quote the value
11958         before storing it in the customized-value property (Bug#6712).
11959         (custom-display): Add a customization type tag.
11960         (custom-buffer-create-internal): Improve tooltip message.
11962         * wid-edit.el (widget-field-value-get): New optional arg to
11963         suppress trailing whitespace truncation.
11964         (character): Use it (Bug#2689).
11966 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
11968         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11969         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11971 2012-02-05  Chong Yidong  <cyd@gnu.org>
11973         * cus-edit.el (custom-variable-value-create): For mismatched
11974         types, show the current value (Bug#7600).
11976         * custom.el (defcustom): Doc fix.
11978 2012-02-05  Glenn Morris  <rgm@gnu.org>
11980         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11982 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
11984         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11985         (pp-buffer): Use `ignore-errors', `looking-at-p'.
11986         (pp-last-sexp): Use `looking-at-p'.
11988 2012-02-04  Glenn Morris  <rgm@gnu.org>
11990         * files.el (revert-buffer):
11991         Doc fix (mention revert-buffer-in-progress-p).
11993         * emacs-lisp/ert-x.el (ert-simulate-command):
11994         Check deferred-action-list (which is obsolete) is bound.
11996         * subr.el (with-wrapper-hook): Doc fixes.
11998         * simple.el (filter-buffer-substring-functions)
11999         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
12001 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
12003         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
12004         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
12006 2012-02-04  Leo Liu  <sdl.web@gmail.com>
12008         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
12010 2012-02-04  Glenn Morris  <rgm@gnu.org>
12012         * image.el (image-extension-data): Add obsolete alias.
12014         * isearch.el (isearch-update): Doc fix.
12016         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
12018         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
12020 2012-02-03  Glenn Morris  <rgm@gnu.org>
12022         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
12023         (image-animate-timeout): Doc fix.
12025         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
12027 2012-02-02  Glenn Morris  <rgm@gnu.org>
12029         * server.el (server-auth-dir): Doc fix.
12030         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
12032         * subr.el (run-mode-hooks): Doc fix.
12034 2012-02-02  Juri Linkov  <juri@jurta.org>
12036         * image-mode.el (image-toggle-display-image): Remove tautological
12037         `major-mode' from the `derived-mode-p' test.
12039 2012-02-02  Kenichi Handa  <handa@m17n.org>
12041         * composite.el (compose-region): Cancel previous change.
12043 2012-02-02  Kenichi Handa  <handa@m17n.org>
12045         * composite.el (compose-region, compose-string): Signal error for
12046         a null string component (Bug#6988).
12048 2012-02-01  Chong Yidong  <cyd@gnu.org>
12050         * view.el (view-buffer-other-window, view-buffer-other-frame):
12051         Handle special modes like view-buffer (Bug#10650).
12052         (view-buffer): Simplify.
12054         * frame.el (set-frame-font): Tweak meaning of third argument.
12056         * dynamic-setting.el (font-setting-change-default-font):
12057         Use set-frame-font (Bug#9982).
12059 2012-02-01  Glenn Morris  <rgm@gnu.org>
12061         * progmodes/compile.el (compilation-internal-error-properties):
12062         Respect compilation-first-column in the "*compilation*" buffer.
12064         * emacs-lisp/easy-mmode.el (define-minor-mode):
12065         Relax :variable's test for a named function.
12067 2012-01-31  Alan Mackenzie  <acm@muc.de>
12069         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
12070         off by one error.
12072 2012-01-31  Chong Yidong  <cyd@gnu.org>
12074         * frame.el (set-frame-font): New arg ALL-FRAMES.
12076         * menu-bar.el (menu-set-font): Use set-frame-font.
12078         * faces.el (face-spec-reset-face): Don't apply unspecified
12079         attribute values to the default face.
12081 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
12083         * progmodes/cwarn.el (cwarn): Remove dead link.
12084         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
12085         Remove * from defcustom docstrings.
12086         (turn-on-cwarn-mode): Make obsolete.
12087         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
12088         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
12090 2012-01-31  Glenn Morris  <rgm@gnu.org>
12092         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12093         Fix :variable handling of mode a symbol not equal to modefun.
12094         Allow named functions to be used as the cdr of :variable.
12096 2012-01-30  Glenn Morris  <rgm@gnu.org>
12098         * emacs-lisp/authors.el (authors-fixed-entries):
12099         Remove reference to deleted file rnewspost.el.
12101 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
12103         * window.el (window-with-parameter): Remove unused variable `windows'.
12104         (window--side-check): Remove unused variable `code'.
12105         (window--resize-siblings): Remove unused variable `first'.
12106         (adjust-window-trailing-edge): Remove unused variable `failed'.
12107         (window-deletable-p, window--delete): Remove unused variable `buffer'.
12108         Use `let', not `let*'.
12109         (balance-windows-2): Remove unused variable `found'.
12110         (window--state-put-2): Remove unused variable `splits'.
12111         (window-state-put): Remove unused variable `selected'.
12112         (same-window-p): Use `string-match-p'.
12113         (display-buffer-assq-regexp): Remove unused variable `value'.
12114         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12115         Mark argument ALIST as ignored.
12116         (pop-to-buffer): Remove unused variable `old-window'.
12118 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
12120         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
12121         and .lzma compressed files.
12123 2012-01-29  Chong Yidong  <cyd@gnu.org>
12125         * frame.el (window-system-default-frame-alist): Doc fix.
12127         * dynamic-setting.el (font-setting-change-default-font): Don't
12128         change the default face if SET-FONT argument is non-nil (Bug#9982).
12130 2012-01-29  Samuel Bronson  <naesten@gmail.com>
12132         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
12134 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
12136         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
12137         breakpoints in files outside current directory (Bug#6098).
12139 2012-01-29  Chong Yidong  <cyd@gnu.org>
12141         * progmodes/python.el: Require ansi-color at top-level.
12143         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
12144         Define and use in Emacs Lisp mode (Bug#9360).
12145         (lisp-mode-abbrev-table): Add doc.
12146         (lisp-mode-variables): Don't set local-abbrev-table.
12147         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
12149 2012-01-28  Roland Winkler  <winkler@gnu.org>
12151         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
12153 2012-01-28  Roland Winkler  <winkler@gnu.org>
12155         * textmodes/bibtex.el (bibtex-entry-alist): New function.
12156         (bibtex-set-dialect): Use it.  Either set global values of
12157         dialect-dependent variables or bind these variables buffer-locally
12158         (Bug#10254).
12159         (bibtex-mode): Call bibtex-set-dialect via
12160         hack-local-variables-hook.
12161         (bibtex-dialect): Update docstring.
12162         Add safe-local-variable predicate.
12163         (bibtex-entry-alist, bibtex-field-alist): Initialize via
12164         bibtex-set-dialect.
12165         (bibtex-mode-map): Define menu for each dialect.
12166         (bibtex-entry): Fix docstring.
12168 2012-01-28  Chong Yidong  <cyd@gnu.org>
12170         * eshell/esh-arg.el (eshell-quote-argument): New function.
12172         * eshell/esh-ext.el (eshell-invoke-batch-file):
12173         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
12174         first arg to eshell-parse-command (Bug#10523).
12176 2012-01-28  Drew Adams  <drew.adams@oracle.com>
12178         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
12179         `default-directory' is non-nil.
12181 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
12183         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
12184         line that displays system-configuration-options.  (Bug#9924)
12186 2012-01-28  Drew Adams  <drew.adams@oracle.com>
12188         * descr-text.el (describe-char): Show information about POS, in
12189         addition to information about the character at POS.  Improve and
12190         update the doc string.  Change "code point" to "code point in
12191         charset", to avoid confusion with the character's Unicode code
12192         point shown above that.  (Bug#10129)
12194 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
12196         * descr-text.el (describe-char): Show the raw character, not only
12197         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
12198         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
12199         for the reasons.
12201 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
12203         * emacs-lisp/package.el (package-install):
12204         Run package-refresh-contents if there is no archive yet (Bug#9798).
12206 2012-01-28  Chong Yidong  <cyd@gnu.org>
12208         * emacs-lisp/package.el (package-maybe-load-descriptor):
12209         New function, split from package-maybe-load-descriptor.
12210         (package-maybe-load-descriptor): Use it.
12211         (package-download-transaction): Fully load required packages
12212         inside the loop, so that `require' calls work (Bug#10593).
12213         (package-install): No need to call package-initialize now.
12215 2012-01-28  Chong Yidong  <cyd@gnu.org>
12217         * simple.el (deactivate-mark): Doc fix (Bug#8614).
12219         * tooltip.el (tooltip-mode): Doc fix.
12220         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
12222         * frame.el (set-cursor-color): Doc fix (Bug#352).
12224         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
12225         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
12227         * cus-edit.el (custom-buffer-create-internal): Fix search button
12228         action (Bug#10542).
12229         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
12231 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
12233         * dired.el (dired-mark-files-regexp):
12234         Include any subdirectory components.  (Bug#10445)
12236 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
12238         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
12239         Handle [host]:port syntax.  (Bug#10533)
12241 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
12243         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
12245 2012-01-26  Glenn Morris  <rgm@gnu.org>
12247         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
12248         * term.el (term-raw-escape-map): Use Control-X-prefix.
12249         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
12251 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
12253         * window.el (window-state-get, window--state-get-1): Don't deal
12254         with fixed-sizeness of windows.  Simplify code.
12256 2012-01-25  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
12258         * window.el (window--state-get-1, window--state-put-2):
12259         Don't save and restore the mark.
12261 2012-01-25  Chong Yidong  <cyd@gnu.org>
12263         * custom.el (custom-variable-p): Doc fix.
12265 2012-01-25  Glenn Morris  <rgm@gnu.org>
12267         * dired.el (dired-goto-file): Handle some of the more common
12268         characters that `ls -b' escapes.  (Bug#10596)
12270         * progmodes/compile.el (compilation-next-error-function):
12271         Respect compilation-first-column in the "*compilation*" buffer.
12272         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
12274         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
12276 2012-01-24  Glenn Morris  <rgm@gnu.org>
12278         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
12280 2012-01-24  Julien Danjou  <julien@danjou.info>
12282         * color.el (color-rgb-to-hsl): Fix value computing.
12283         (color-hue-to-rgb): New function.
12284         (color-hsl-to-rgb): New function.
12285         (color-clamp, color-saturate-hsl, color-saturate-name)
12286         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
12287         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
12289 2012-01-24  Glenn Morris  <rgm@gnu.org>
12291         * vc/vc-rcs.el (vc-rcs-create-tag):
12292         * vc/vc-sccs.el (vc-sccs-create-tag):
12293         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
12295 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
12297         * eshell/esh-util.el (eshell-read-hosts-file):
12298         Skip comment lines.  (Bug#10549)
12300         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
12302 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
12304         * subr.el (display-delayed-warnings): Doc fix.
12305         (collapse-delayed-warnings): New function to collapse identical
12306         adjacent warnings.
12307         (delayed-warnings-hook): Add it.
12309 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
12311         * net/tramp.el (tramp-action-login): Set connection property "login-as".
12313         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
12314         (tramp-default-user-alist): Don't add "pscp".
12315         (tramp-do-copy-or-rename-file-out-of-band): Use connection
12316         property "login-as", if set.  (Bug#10530)
12318 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
12320         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
12321         "plink1" and "psftp".  (Bug#10530)
12323 2012-01-21  Kenichi Handa  <handa@m17n.org>
12325         * international/mule-cmds.el (prefer-coding-system): Show a
12326         warning message if the default value of file-name-coding-system
12327         was not changed.
12329 2012-01-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
12331         * windmove.el (windmove-reference-loc):
12332         Fix windmove-reference-loc miscalculation.
12334 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
12336         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
12337         default unit.
12339 2012-01-21  Glenn Morris  <rgm@gnu.org>
12341         * international/mule.el (auto-coding-alist): Add .tbz.
12343         * files.el (local-enable-local-variables): Doc fix.
12344         (inhibit-local-variables-regexps): Rename from
12345         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
12346         Doc fix.  Add some extensions from auto-coding-alist.
12347         (inhibit-local-variables-suffixes):
12348         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
12349         (inhibit-local-variables-p):
12350         New function, extracted from set-auto-mode-1.
12351         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
12352         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
12353         (hack-local-variables): Doc fix.  Make the mode-only case
12354         respect enable-local-variables and friends.
12355         Respect inhibit-local-variables-regexps for file-locals, but
12356         not for directory-locals.
12357         (set-visited-file-name):
12358         Take account of inhibit-local-variables-regexps.
12359         Whether it applies may change as the file name is changed.
12360         * jka-cmpr-hook.el (jka-compr-install):
12361         * jka-compr.el (jka-compr-uninstall):
12362         Update for inhibit-first-line-modes-suffixes name change.
12364 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
12366         * help-macro.el (make-help-screen): Temporarily restore original
12367         binding for minor-mode-map-alist (Bug#10454).
12369 2012-01-19  Julien Danjou  <julien@danjou.info>
12371         * color.el (color-name-to-rgb): Use the white color to find the max
12372         color component value and return correctly computed values.
12373         (color-name-to-rgb): Add missing float conversion for max value.
12375 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
12377         * window.el (window--state-get-1, window-state-get): Do not use
12378         special state value for window-persistent-parameters.
12379         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
12380         (window--state-put-2): Reset all window parameters to nil before
12381         assigning values of persistent parameters.
12383 2012-01-18  Alan Mackenzie  <acm@muc.de>
12385         Eliminate sluggishness and hangs in fontification of "semicolon
12386         deserts".
12388         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
12389         Change value 10000 -> 3000.
12390         (c-state-safe-place): Reformulate so it doesn't stack up an
12391         infinite number of wrong entries in c-state-nonlit-pos-cache.
12392         (c-determine-limit-get-base, c-determine-limit): New functions to
12393         determine backward search limits disregarding literals.
12394         (c-find-decl-spots): Amend commenting.
12395         (c-cheap-inside-bracelist-p): New function which detects "={".
12397         * progmodes/cc-fonts.el
12398         (c-make-font-lock-BO-decl-search-function): Give a limit to a
12399         backward search.
12400         (c-font-lock-declarations): Fix an occurrence of point being
12401         undefined.  Check additionally for point being in a bracelist or
12402         near a macro invocation without a semicolon so as to avoid a
12403         fruitless time consuming search for a declarator.  Give a more
12404         precise search limit for declarators using the new
12405         c-determine-limit.
12407 2012-01-18  Glenn Morris  <rgm@gnu.org>
12409         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
12410         (set-auto-mode): Doc fixes.
12412 2012-01-17  Glenn Morris  <rgm@gnu.org>
12414         * isearch.el (search-nonincremental-instead): Fix doc typo.
12416         * dired.el (dired-insert-directory): Handle newlines in directory name.
12417         (dired-build-subdir-alist): Unescape newlines in directory name.
12419 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
12421         * net/tramp.el (tramp-local-end-of-line): New defcustom.
12422         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
12423         (tramp-action-terminal): Use it.  (Bug#10530)
12425 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12427         * minibuffer.el (completion--replace): Strip properties (bug#10062).
12429 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
12431         * window.el (window-state-ignored-parameters): Remove variable.
12432         (window--state-get-1): Rename argument MARKERS to IGNORE.
12433         Handle persistent window parameters.  Make copy of clone-of
12434         parameter only if requested.  (Bug#10348)
12435         (window--state-put-2): Install a window parameter only if it has
12436         a non-nil value or an existing parameter shall be overwritten.
12438 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
12440         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
12442 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
12444         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
12445         don't pass the (nil) value of `upnode' to string-match.
12447 2012-01-14  Chong Yidong  <cyd@gnu.org>
12449         * startup.el (command-line): Fix X resource class for cursorColor.
12450         Fix values recognized by the cursorBlink resource.
12452 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
12454         * epg.el (epg--make-temp-file): Avoid permission race condition
12455         when running on old Emacs versions (bug#10403).
12457 2012-01-14  Glenn Morris  <rgm@gnu.org>
12459         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
12461 2012-01-13  Alan Mackenzie  <acm@muc.de>
12463         Fix filling for when filladapt mode is enabled.
12465         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
12466         c-mask-paragraph, pass in `fill-paragraph' rather than
12467         `fill-region-as-paragraph'.  (This is a reversion of a previous
12468         change.)
12469         * progmodes/cc-mode.el (c-basic-common-init):
12470         Make fill-paragraph-handle-comment buffer local and set it to nil.
12472 2012-01-13  Glenn Morris  <rgm@gnu.org>
12474         * dired.el (dired-switches-escape-p): New function.
12475         (dired-insert-directory): Use dired-switches-escape-p.
12476         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
12478         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
12480 2012-01-12  Glenn Morris  <rgm@gnu.org>
12482         * mail/sendmail.el (mail-mode): Update paragraph-separate for
12483         changes in adaptive-fill-regexp.  (Bug#10276)
12485 2012-01-11  Alan Mackenzie  <acm@muc.de>
12487         Fix Emacs bug #10463 - put `widen's around the critical spots.
12489         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
12490         widen around each invocation of c-state-pp-to-literal.  Remove an
12491         unused let variable.
12493 2012-01-11  Glenn Morris  <rgm@gnu.org>
12495         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
12496         Doc fix.
12498 2012-01-10  Chong Yidong  <cyd@gnu.org>
12500         * net/network-stream.el (network-stream-open-starttls):
12501         Avoid emitting a confusing error message when the server gives a bad
12502         response to the capability command.
12504 2012-01-10  Glenn Morris  <rgm@gnu.org>
12506         * mail/unrmail.el (unrmail): Tweak previous change.
12508 2012-01-09  Chong Yidong  <cyd@gnu.org>
12510         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
12512 2012-01-08  Alan Mackenzie  <acm@muc.de>
12514         Optimise font locking in long enum definitions.
12516         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
12517         arm to a cond form to handle enums.
12518         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
12519         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
12521 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
12523         * files.el (move-file-to-trash): Preserve default file modes on error.
12524         (Bug#10401)
12526 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12528         * faces.el (set-face-attribute): Clarify the meaning of the nil
12529         frame (bug#10294).
12531         * subr.el (with-selected-frame): Mention that the selected frame
12532         is restored (bug#9980).
12534         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
12535         (bug#9759).
12537         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
12538         (password-read): Don't autoload unused function.
12540 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
12542         * progmodes/which-func.el (which-func-mode): Turn into a
12543         non-interactive function and mark as obsolete (bug#10428).
12545 2012-01-06  Chong Yidong  <cyd@gnu.org>
12547         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
12548         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
12549         functions, along with 1 and -1.
12551 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
12553         * time.el (display-time-load-average)
12554         (display-time-default-load-average): Doc fixes.  See the thread
12555         starting at
12556         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
12557         for the details.
12559 2012-01-06  Glenn Morris  <rgm@gnu.org>
12561         * mail/unrmail.el (unrmail): Give an explicit error if the input file
12562         has no messages.  (Bug#10377)
12564         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
12565         than Info-edit.  (Bug#10385)
12567         * time.el (display-time-load-average, display-time-next-load-average):
12568         Doc fixes.
12570         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
12571         local setting of buffer-read-only to the input buffer.  (Bug#10419)
12573         * calendar/calendar.el (calendar-mode):
12574         Locally set scroll-margin to 0.  (Bug#10379)
12576 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
12578         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
12580 2012-01-05  Glenn Morris  <rgm@gnu.org>
12582         * eshell/em-unix.el (diff-no-select): Autoload it.
12583         (eshell/diff): Use diff-no-select.  (Bug#10420)
12585 2012-01-05  Chong Yidong  <cyd@gnu.org>
12587         * shell.el (shell-dynamic-complete-functions): Revert last change.
12588         (shell-command-completion-function): New function.
12589         (shell-completion-vars): Use it to implement
12590         shell-completion-execonly (Bug#10417).
12592         * custom.el (enable-theme): Don't set custom-safe-themes.
12594         * cus-theme.el (custom-theme-merge-theme):
12595         Ignore custom-enabled-themes and custom-safe-themes.
12597 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
12599         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
12600         first prompt in `sql-interacive-mode'.
12601         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
12602         keywords.
12603         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
12604         (sql-product-interactive): Bug fix: Set `sql-buffer' in
12605         context of original buffer.  Invoke `sql-login-hook'.
12607 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
12609         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
12610         letters in cite-prefix.
12612 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12614         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
12616 2012-01-03  Chong Yidong  <cyd@gnu.org>
12618         * shell.el (shell-dynamic-complete-functions):
12619         Put pcomplete-completions-at-point, so as to try
12620         comint-filename-completion first (Bug#10417).
12622 2012-01-02  Richard Stallman  <rms@gnu.org>
12624         * battery.el (battery-status-function):
12625         Detect when to use battery-yeeloong-sysfs.
12626         (battery-echo-area-format): Add string for Yeeloong.
12627         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
12628         (battery-yeeloong-sysfs): New function.
12630 2012-01-02  Chong Yidong  <cyd@gnu.org>
12632         * dirtrack.el (dirtrack-list): Eliminate unused third element.
12633         (dirtrack): Merge code for handling relative filenames in prompt
12634         from shell-dir-cookie-watcher.
12635         (dirtrack-debug-message): New arg to avoid excess format calls.
12637         * shell.el (shell-dir-cookie-re): Variable deleted.
12638         (shell-dir-cookie-watcher): Function deleted.
12639         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
12640         with dirtrack-mode.
12642 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
12644         * term/w32-win.el (dynamic-library-alist) <gnutls>:
12645         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
12646         libgnutls-26.dll.
12648 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
12650         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
12652 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
12654         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
12655         headers of non-MIME messages, when rmail-enable-mime is non-nil.
12657 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
12659         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
12660         also for alternative shells.
12661         (tramp-open-connection-setup-interactive-shell): Check, whether
12662         the shell is a busybox.
12663         (tramp-send-command): Don't suppress multiple prompts for
12664         busyboxes, it hurts.
12666 2011-12-28  Chong Yidong  <cyd@gnu.org>
12668         * progmodes/gdb-mi.el (gdb-get-source-file-list)
12669         (gdb-get-source-file): Move mode line update to
12670         gdb-get-source-file (Bug#10087).
12672 2011-12-25  Chong Yidong  <cyd@gnu.org>
12674         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
12675         gud-gdb-marker-filter without taking it as an argument.
12676         (gud-gdb-run-command-fetch-lines): Caller changed.
12677         (gud-gdb-completion-function): New variable.
12678         (gud-gdb-completion-at-point): Use it.
12679         (gud-gdb-completions-1): Split from gud-gdb-completions.
12681         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
12682         function as separate arguments.
12683         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
12684         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
12685         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
12686         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
12687         (gdb-stopped, def-gdb-auto-update-trigger)
12688         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
12689         (gdb-get-changed-registers, gdb-get-main-selected-frame):
12690         Callers changed.
12691         (gud-gdbmi-completions): New function.
12692         (gdb): Use it for generating the completion table.
12694 2011-12-24  Alan Mackenzie  <acm@muc.de>
12696         Introduce a mechanism to widen the region used in context font
12697         locking.  Use this to protect declarations from losing their contexts.
12699         * progmodes/cc-langs.el (c-before-font-lock-functions):
12700         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
12701         (c-before-context-fontification-functions): New defvar, a list of
12702         functions to be run just before context (etc.) font locking.
12704         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
12705         New, functionality extracted from
12706         c-neutralize-syntax-in-and-mark-CPP.
12707         (c-in-after-change-fontification): New variable.
12708         (c-after-change): Set c-in-after-change-fontification.
12709         (c-set-fl-decl-start): Rejig its interface, so it can be called
12710         from both after-change and context fontifying.
12711         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
12712         New functions.
12713         (c-standard-font-lock-fontify-region-function): New variable.
12714         (c-font-lock-fontify-region): New function.
12716 2011-12-24  Juri Linkov  <juri@jurta.org>
12718         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
12719         (Bug#10348)
12721 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
12723         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
12724         existence of source file.  (Bug#10325)
12726 2011-12-23  Alan Mackenzie  <acm@muc.de>
12728         Fix unstable fontification inside templates.
12730         * progmodes/cc-langs.el (c-before-font-lock-functions):
12731         Newly created from the singular version.  The (c c++ objc) entry now
12732         additionally has c-set-fl-decl-start.  The other languages (apart
12733         from AWK) have that as a single entry.
12735         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12736         The functionality for "local" declarations has been extracted to
12737         c-set-fl-decl-start.
12739         * progmodes/cc-mode.el (c-common-init, c-after-change):
12740         Changes due to pluralisation of c-before-font-lock-functions.
12741         (c-set-fl-decl-start): New function, extracted from
12742         c-font-lock-enclosing-decls and enhanced.
12744 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
12746         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
12748 2011-12-22  Juri Linkov  <juri@jurta.org>
12750         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
12752 2011-12-22  Chong Yidong  <cyd@gnu.org>
12754         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
12756 2011-12-21  Drew Adams  <drew.adams@oracle.com>
12758         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
12760 2011-12-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
12762         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
12764 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12766         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
12767         highlighting and support.  Fix up comments for capitalization.
12768         (cfengine-mode-debug): New var.
12769         (cfengine3-mode): Change the modeline indicator to "CFE3".
12770         (cfengine3-font-lock-keywords): Improve defun highlighting.
12771         (cfengine2-actions): Rename from `cfengine-actions'.
12772         (cfengine2-font-lock-keywords): Rename from
12773         `cfengine-font-lock-keywords'.
12774         (cfengine2-imenu-expression): Rename from
12775         `cfengine-imenu-expression'.
12776         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
12777         (cfengine2-beginning-of-defun): Rename from
12778         `cfengine-beginning-of-defun'.
12779         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
12780         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
12781         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
12782         modeline indicator to "CFE2".
12783         (cfengine-mode): Defalias to `cfengine-auto-mode'.
12784         (cfengine-mode-abbrevs): Mark obsolete.
12786 2011-12-21  Chong Yidong  <cyd@gnu.org>
12788         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
12789         filename argument.
12791 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
12793         * window.el (window-normalize-buffer-to-display): Remove.
12794         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
12796 2011-12-19  Chong Yidong  <cyd@gnu.org>
12798         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
12799         Don't signal an error in a predicate function; return non-nil.
12800         (vc-dir-mark-file): Move the error here.
12801         (vc-dir-mark-unmark): If acting on the region, keep going if one
12802         of the entries cannot be marked/unmarked.
12803         (vc-dir-mark-all-files): If current entry is a directory, mark
12804         only child files, as documented.
12806 2011-12-19  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
12808         * ses.el: Ooops... undo changes of revision 106664, as trunk
12809         branch is feature frozen, and revision 106664 was a feature
12810         addition.
12812 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
12814         * term/ns-win.el (ns-get-selection-internal)
12815         (ns-store-selection-internal): Declare.
12816         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
12817         Declare as obsolete.
12818         (ns-get-pasteboard, ns-paste-secondary):
12819         Use ns-get-selection-internal.
12820         (ns-set-pasteboard, ns-copy-including-secondary):
12821         Use ns-store-selection-internal.
12823 2011-12-17  Chong Yidong  <cyd@gnu.org>
12825         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
12826         (vc-deduce-fileset): Doc fix.
12828 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
12830         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
12832 2011-12-13  Sam Steingold  <sds@gnu.org>
12834         * man.el (Man-getpage-in-background): When running under a
12835         window-system, ignore $MANWIDTH and $COLUMNS.
12837 2011-12-15  Kenichi Handa  <handa@m17n.org>
12839         * language/ethio-util.el: Change coding tag to utf-8-emacs.
12840         (setup-ethiopic-environment-internal): Comment out key-binding for
12841         ethio-toggle-punctuation.
12843 2011-12-13  Alan Mackenzie  <acm@muc.de>
12845         Add the switch statement to AWK Mode.
12847         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
12848         "default" to the keywords regexp.
12850         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
12851         expression as the rest.
12852         (c-nonlabel-token-key): Allow string literals for AWK.
12853         Refactor for the other modes.
12855         Large brace-block initialisation makes CC Mode slow: Fix.
12856         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
12857         routines.  Limit backward searching in c-font-lock-enclosing.decl.
12859         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12860         pp-state and literal type in addition to the limits.
12861         (c-state-safe-place): New defun, extracted from c-state-literal-at.
12862         (c-state-literal-at): Use the above new defun.
12863         (c-slow-in-literal, c-fast-in-literal): Remove.
12864         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
12866         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12867         being in a literal.  Add a limit for backward searching.
12869         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12870         c-slow-in-literal.
12872 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12874         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12876 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
12878         * window.el (delete-other-windows): Use correct frame in call to
12879         window-with-parameter.
12881 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
12883         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12884         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12885         (makefile-gmake-statements, makefile-makepp-statements):
12886         Use it and add new makepp keywords.
12887         (makefile-makepp-font-lock-keywords): Add new patterns.
12888         (makefile-match-function-end): Match new [...] and [[...]].
12890 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
12892         * ses.el (ses-call-printer-return, ses-cell-property-get)
12893         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12894         (ses-create-cell-variable, ses-reset-header-string)
12895         (ses-cell-set-formula, ses-repair-cell-reference-all)
12896         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12897         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12898         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12899         (ses-aset-with-undo, ses-load, ses-truncate-cell)
12900         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12901         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12902         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12903         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12904         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12905         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12906         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12907         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12909 2011-12-11  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
12911         * ses.el: The overall change is to add cell renaming, that is
12912         setting fancy names for cell symbols other than name matching
12913         "\\`[A-Z]+[0-9]+\\'" regexp .
12914         (ses-create-cell-variable): New defun.
12915         (ses-relocate-formula): Relocate formulas only for cells the
12916         symbols of which are not renamed, i.e. symbols whose names do not
12917         match regexp "\\`[A-Z]+[0-9]+\\'".
12918         (ses-relocate-all): Relocate values only for cells the symbols of
12919         which are not renamed.
12920         (ses-load): Create cells variables as the (ses-cell ...) are read,
12921         in order to check row col consistency with cell symbol name only
12922         for cells that are not renamed.
12923         (ses-replace-name-in-formula): New defun.
12924         (ses-rename-cell): New defun.
12926 2011-12-11  Chong Yidong  <cyd@gnu.org>
12928         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12929         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12931 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
12933         * window.el (other-window): Fix docstring.
12935 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
12937         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12938         `from' or `to' address before taking its substring.
12939         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12940         encoded name is chopped in the middle of the encoded string, and
12941         thus displayed encoded.
12943 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
12945         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12947 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
12949         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
12950         to use texinfo-update-node and commands that call it if the
12951         Texinfo file uses @node lines without next/prev/up pointers.
12952         Correct outdated description about texinfo-master-menu.
12953         (texinfo-all-menus-update, texinfo-master-menu)
12954         (texinfo-update-node, texinfo-every-node-update)
12955         (texinfo-multiple-files-update): Doc fix.  Warn against updating
12956         all the @node lines.
12957         (texinfo-master-menu): Only call texinfo-update-node if the prefix
12958         argument is numeric.  Explain better in the doc string what the
12959         function really does.
12960         (texinfo-insert-master-menu-list): Improve the error message
12961         displayed if there's no menu in the Top node.
12962         (Bug#2975)  See also this thread:
12963         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12965 2011-12-09  Manuel GĂ³mez  <mgrojo@gmail.com>  (tiny change)
12967         * speedbar.el (speedbar-supported-extension-expressions):
12968         Add .adb and .ads, commonly used for Ada source code (bug#10256).
12970 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
12972         * printing.el (pr-mode-alist):
12973         * simple.el (filter-buffer-substring-functions)
12974         (completion-list-insert-choice-function):
12975         * window.el (window-with-parameter, window-atom-root)
12976         (window-sides-slots, window-size-fixed, window-min-delta)
12977         (window-max-delta, window--resize-mini-window)
12978         (window--resize-child-windows-normal, window-tree)
12979         (delete-other-windows, quit-window, split-window)
12980         (display-buffer-record-window, special-display-buffer-names)
12981         (special-display-regexps, special-display-popup-frame)
12982         (same-window-p, split-window-sensibly)
12983         (display-buffer-overriding-action, display-buffer-alist)
12984         (display-buffer-base-action, display-buffer, switch-to-buffer)
12985         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12986         (fit-window-to-buffer, recenter-positions)
12987         (mouse-autoselect-window-state, mouse-autoselect-window-select):
12988         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12989         and remove unneeded backslashes in docstrings.
12991 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12993         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12995         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12996         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12997         end in ".mk".
12998         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12999         when reading the makefile (bug#10116).
13001 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13003         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
13004         (bug#10116).
13006 2011-12-06  Glenn Morris  <rgm@gnu.org>
13008         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
13010 2011-12-06  Chong Yidong  <cyd@gnu.org>
13012         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
13014 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
13016         * textmodes/table.el (table-shorten-cell): Fix typo.
13018 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
13020         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
13022 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
13024         * descr-text.el (describe-char): Fix display of strong
13025         right-to-left characters and directional embeddings and overrides.
13027         * simple.el (what-cursor-position): Fix display of codepoints of
13028         strong right-to-left characters.
13030 2011-12-05  Chong Yidong  <cyd@gnu.org>
13032         * faces.el (read-color): Doc fix.
13034 2011-12-05  Glenn Morris  <rgm@gnu.org>
13036         * align.el (align--set-marker): Add doc-string.
13037         Don't try to move something that is not a marker.  (Bug#10216)
13039 2011-12-04  Glenn Morris  <rgm@gnu.org>
13041         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
13042         overly zealous deletion of trailing whitespace.
13044 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
13046         * server.el (server-delete-client): On Windows, do not try to delete
13047         the only terminal.
13048         (server-process-filter): On Windows, treat requests for a tty frame as
13049         if they were for a GUI frame if the running server is in GUI mode.
13051 2011-12-03  Glenn Morris  <rgm@gnu.org>
13053         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
13055 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13057         * electric.el: Streamline electric-indent's hook.
13058         (electric-indent-chars): Revert to simple list.
13059         (electric-indent-functions): New var.
13060         (electric-indent-post-self-insert-function): Use it.
13062         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
13063         there's no inferior buffer (bug#10196).
13064         (prolog-consult-compile): Don't use toggle-read-only.
13066 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
13068         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
13069         interrupt.  (Bug#10187)
13071 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13073         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
13074         (bug#9160).
13076         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
13077         (bug#10191).
13079 2011-12-02  Juri Linkov  <juri@jurta.org>
13081         * info.el (Info-search): Display "end of manual" when Isearch
13082         reaches the end of single-file Info manual.  (Bug#9918)
13084 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
13086         * isearch.el (isearch-message-prefix): Run the input method part
13087         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
13089 2011-12-02  Juri Linkov  <juri@jurta.org>
13091         * isearch.el (isearch-occur): Use `word-search-regexp' for
13092         `isearch-word'.
13093         (isearch-search-and-update): Add condition for `isearch-word' and
13094         call `word-search-regexp'.  (Bug#10145)
13096 2011-12-01  Glenn Morris  <rgm@gnu.org>
13098         * eshell/em-hist.el (eshell-hist-initialize):
13099         Handle eshell-history-size nil and HISTSIZE set or unset.
13100         (eshell-history-file-name, eshell-history-size): Fix custom type.
13102 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13104         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
13106 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
13108         * progmodes/verilog-mode.el (verilog-pretty-expr):
13109         Rework verilog-pretty-expr to handle new assignment operators in system
13110         verilog, such as += *= and the like.
13111         (verilog-assignment-operator-re): Regular expression to find the
13112         assigment operator in a verilog assignment.
13113         (verilog-assignment-operation-re): Regular expression to find an
13114         assignment statement for pretty-expr.
13115         (verilog-in-attribute-p): Query returns true if point is in an
13116         attribute context; used to skip these for expression line up from
13117         pretty-expr.
13118         (verilog-in-parameter-p): Query returns true if point is in an
13119         parameter definition context; used to skip these for expression
13120         line up from pretty-expr.
13121         (verilog-in-parenthesis-p): Query returns true if point is in a
13122         parenthetical expression, specifically ( ) but not [ ] or { };
13123         used by pretty-expr.
13124         (verilog-just-one-space): If there is no space, don't add one.
13125         (verilog-get-lineup-indent-2): Specifically skip just attribute
13126         contexts for expression lineup, rather than skipping all
13127         parenthetical expressions.
13128         (verilog-calculate-indent): Fix comment, and fix indent.
13129         (verilog-do-indent): Indent declarations in lists (suggested by
13130         Joachim Lechner).
13131         (verilog-mode-abbrev-table): Populate abbrev mode with the various
13132         skeleton items.
13133         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
13134         by Alain Mellan).
13136 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
13138         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
13139         parameters with embedded comments.  Reported by Ray Stevens.
13140         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
13141         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
13142         Reported by Tim Holt.
13143         (verilog-auto): Fix AUTOing a upper module then AUTOing module
13144         instantiated by upper module causing wrong expansion until AUTOed a
13145         second time.  Reported by K C Buckenmaier.
13146         (verilog-diff-auto): Fix showing .* as a difference when
13147         `verilog-auto-star-save' off.  Reported by Dan Dever.
13148         (verilog-auto-reset, verilog-read-always-signals)
13149         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
13150         temporary signals in reset list if
13151         verilog-auto-reset-blocking-in-non is nil, and match assignment
13152         style to each signal's assignment type, bug381.
13153         Reported by Thomas Esposito.
13154         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
13155         (verilog-uvm-statement-re): Support UVM indentation and
13156         highlighting, with old OVM keywords only.
13157         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
13158         Support AUTOTIEOFF creating non-wire data types.
13159         Suggested by Jonathan Greenlaw.
13160         (verilog-auto-insert-lisp, verilog-delete-to-paren)
13161         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
13162         (verilog-inject-sense, verilog-read-inst-pins)
13163         (verilog-read-sub-decls, verilog-read-sub-decls-line):
13164         Fix mismatching parenthesis inside commented out code when deleting
13165         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
13166         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
13167         non-numeric vector width.  Reported by Alex Reed.
13168         (verilog-auto-ascii-enum): Add "onehot" option to work around not
13169         detecting signals with parameter widths.  Reported by Alex Reed.
13170         (verilog-auto-delete-trailing-whitespace):
13171         With `verilog-auto-delete-trailing-whitespace' remove trailing
13172         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
13173         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
13174         Fix verilog-scan-cache corruption when running user AUTO expansion
13175         hooks that call indentation routines.
13176         (verilog-simplify-range-expression): Fix typo ignoring lower case
13177         identifiers.
13178         (verilog-delete-auto): Fix delete-autos to also remove user created
13179         automatics, as long as they start with AUTO.
13180         (verilog-batch-diff-auto, verilog-diff-auto)
13181         (verilog-diff-function): Add `verilog-diff-auto' and bind to
13182         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
13183         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
13184         (verilog-in-paren-quick, verilog-re-search-backward-quick)
13185         (verilog-re-search-forward-quick, verilog-syntax-ppss):
13186         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
13187         is disabled and its cache will get corrupt, causing AUTOS not to
13188         expand.  Instead use only -quick functions.
13189         (verilog-scan-region): Fix scanning over escaped quotes.
13190         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
13191         (verilog-re-search-backward-quick)
13192         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
13193         related functions now ignore strings, to fix misparsing of strings
13194         with magic comments embedded in them.
13195         (verilog-read-auto-template):
13196         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
13197         Reported by Brad Dobbie.
13198         (verilog-read-auto-template):
13199         Fix 'verilog-auto-inst-template-numbers' with comments.
13200         Reported by Brad Dobbie.
13201         (verilog-auto-inst, verilog-auto-inst-param)
13202         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
13203         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
13204         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
13205         debugging templates without merge conflicts, bug357.
13206         Reported by Brad Dobbie.
13207         (verilog-read-auto-template):
13208         Fix verilog-auto-inst-template-numbers with multiple templates.
13209         Reported by Brad Dobbie.
13210         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
13211         abbrevs so user won't be asked to save.
13212         (verilog-read-auto-lisp-present): Fix to start at beginning of
13213         buffer in case called outside of verilog-auto.
13214         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
13215         to "X-2".  Reported by Matthew Myers.
13216         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
13217         all inputs from module templates.  Reported by Leith Johnson.
13218         (verilog-module-inside-filename-p): Fix locating programs as with
13219         modules.
13220         (verilog-auto-inst-port): Fix vl-width expressions when using
13221         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
13222         (verilog-decls-get-regs, verilog-decls-get-signals,
13223         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
13224         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
13225         verilog-read-decls): Combine reg and wire structures into one var
13226         structure to represent SystemVerilog concepts.
13227         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
13228         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
13229         (verilog-auto-wire-type, verilog-insert-definition):
13230         Add verilog-auto-wire-type and AUTOLOGIC to support using
13231         SystemVerilog "logic" keyword instead of "wire"/"reg".
13232         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
13233         to declares outputs that also have assignments (presumably in an
13234         ifdef or generate if so there's not a driver conflict).
13235         Reported by Matthew Myers.
13236         (verilog-auto-declare-nettype, verilog-insert-definition):
13237         Add verilog-auto-declare-nettype to fix declarations using
13238         `default_nettype none.  Reported by Julian Gorfajn.
13239         (verilog-read-always-signals-recurse, verilog-read-decls)
13240         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
13241         malformed end statement, bug325.  Reported by Joshua Wise and
13242         Andrew Drake.
13243         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
13244         (verilog-inst-comment-re): Fix not deleting Interfaced comment
13245         when expanding .* in interfaces, bug320.
13246         Reported by Pierre-David Pfister.
13247         (verilog-read-module-name): Fix import statements between module
13248         name and open parenthesis, bug317.
13249         Reported by Pierre-David Pfister.
13250         (verilog-simplify-range-expression): Fix simplification of
13251         multiplications inside AUTOWIRE connections, bug303.
13252         (verilog-auto-inst-port): Support parameter expansion in
13253         multidimensional arrays.
13254         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
13255         after "assert property".  Reported by Julian Gorfajn.
13256         (verilog-simplify-range-expression): Fix "couldn't merge" errors
13257         with multiplication, bug303.
13258         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
13259         Reported by Jan Frode Lonnum.
13261 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
13263         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
13264         (hfy-shell-file-name, hfy-shell):
13265         * international/fontset.el (x-decompose-font-name): Fix typos.
13267 2011-11-29  Ken Brown  <kbrown@cornell.edu>
13269         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
13270         (gdb-version): Remove defvar.
13271         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
13272         (gdb-gud-context-command, gdb-non-stop-handler)
13273         (gdb-current-context-command, gdb-stopped): Use it.
13274         (gdb-init-1): Enable pretty printing here.
13275         (gdb-non-stop-handler): Don't enable pretty-printing here.
13276         Check to see if the target supports non-stop mode; if not, turn off
13277         non-stop mode.  Use the following.
13278         (gdb-check-target-async): New defun.
13279         (gud-watch, gdb-stopped): Fix whitespace.
13280         (gdb-get-source-file): Don't try to display the source file if
13281         `gdb-main-file' is nil.
13283 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13285         * align.el: Try to generate fewer markers (bug#10047).
13286         (align--set-marker): New macro.
13287         (align-region): Use it.
13289 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13291         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
13293 2011-11-29  Chong Yidong  <cyd@gnu.org>
13295         * indent.el (indent-for-tab-command, indent-according-to-mode):
13296         Doc fix.
13297         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
13299 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
13301         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
13302         aware of remote file names.  (Bug#10124)
13304 2011-11-29  Chong Yidong  <cyd@gnu.org>
13306         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
13308 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13310         * files.el (find-file): Don't use force-same-window (bug#10144).
13311         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
13312         use pop-to-buffer if the selected window can't be used.
13313         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
13315 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
13317         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
13318         special-mode-map.
13320 2011-11-28  Chong Yidong  <cyd@gnu.org>
13322         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
13324 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
13326         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
13327           gdb-get-source-file-list on gdb-create-source-file-list.
13329 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
13331         * whitespace.el (whitespace-newline): Use a different foreground
13332         color for 16-color light-background displays.
13334 2011-11-24  Chong Yidong  <cyd@gnu.org>
13336         * window.el (display-buffer--special-action): Doc fix.
13338 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
13340         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
13341         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
13342         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
13343         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
13344         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
13345         (avl-tree-stack-first):
13346         * emacs-lisp/cconv.el (cconv--analyse-use):
13347         * net/gnutls.el (gnutls-negotiate): Fix typos.
13349 2011-11-24  Glenn Morris  <rgm@gnu.org>
13351         * lpr.el (lpr-windows-system, lpr-lp-system):
13352         * mail/binhex.el (binhex-begin-line):
13353         * progmodes/grep.el (grep-history, grep-find-history):
13354         * textmodes/flyspell.el:
13355         * vc/pcvs-defs.el (cvs-global-menu):
13356         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
13357         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
13358         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
13360         * net/tls.el: Fix case of "GnuTLS".
13362         * paths.el (rmail-file-name): Format doc-string for make-docfile.
13364         * version.el (emacs-build-system): Give it a doc-string.
13366 2011-11-24  Juri Linkov  <juri@jurta.org>
13368         * view.el (view-buffer): Revert revno:105285 from 2011-07-19 (bug#8615).
13370 2011-11-24  Glenn Morris  <rgm@gnu.org>
13372         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
13373         if called on a non-mime message just toggle the headers.  (Bug#8006)
13375 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
13377         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
13378         (allout-lead-with-comment-string, allout-structure-deleted-hook)
13379         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
13380         (allout-rebullet-heading, allout-open-sibtopic)
13381         (allout-toggle-current-subtree-encryption)
13382         (allout-toggle-subtree-encryption, allout-encrypt-string)
13383         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
13384         (allout-distinctive-bullets-string, allout-auto-activation):
13385         * window.el (window-normalize-buffer-to-display):
13386         * progmodes/verilog-mode.el (verilog-batch-indent):
13387         * textmodes/bibtex.el (bibtex-field-braces-opt)
13388         (bibtex-field-strings-opt):
13389         * vc/cvs-status.el (cvs-tree-merge):
13390         Fix typos.
13392 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
13394         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
13395         `non-essential' to t, in order to avoid remote connections.
13397 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
13399         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13400         On MS-DOS and MS-Windows, compare with loaddefs.el
13401         case-insensitively.
13403 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
13405         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
13407 2011-11-23  Glenn Morris  <rgm@gnu.org>
13409         * paths.el (rmail-file-name): Reformat the doc-string so that it
13410         is picked up.
13412         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
13413         (rmail-auto-file): Ignore case in the "special" field names,
13414         as mail-fetch-field does for all others.
13416         * mail/rmail.el (rmail-forward):
13417         * mail/rmailkwd.el (rmail-set-label):
13418         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
13419         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
13421         * mail/rmail.el (rmail-current-message): Doc fix.
13423         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
13425 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13427         * server.el (server-eval-and-print): Allow C-g (bug#6585).
13429 2011-11-22  Glenn Morris  <rgm@gnu.org>
13431         * mail/rmailmm.el (test-rmail-mime-handler)
13432         (test-rmail-mime-bulk-handler)
13433         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
13435 2011-11-21  Juri Linkov  <juri@jurta.org>
13437         * calc/calc.el (calc-read-key-sequence):
13438         Let-bind `input-method-function' to nil.  (Bug#10018)
13440 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13442         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
13443         Tell the caller that the next line needs recomputation, even
13444         though it doesn't start a sexp (bug#10094).
13446 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13448         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
13450 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13452         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13453         Use force-same-window.
13455 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
13457         * descr-text.el (describe-char-unicode-data):
13458         * json.el (json-string-escape):
13459         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
13460         (Footnote-unicode, Footnote-style-p):
13461         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
13463 2011-11-20  Chong Yidong  <cyd@gnu.org>
13465         * window.el (replace-buffer-in-windows): Restore interactive spec.
13467 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13469         * electric.el (electric-indent-mode): Fix last change (too optimistic).
13471         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
13472         (byte-compile-global-not-obsolete-vars): New var.
13473         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
13474         Use it.
13475         (byte-compile-warn-obsolete): Align text with the one in *Help*.
13477 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
13479         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
13480         * progmodes/pascal.el (electric-pascal-equal):
13481         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
13482         * xml.el (xml-substitute-special): Fix typos.
13484 2011-11-20  Glenn Morris  <rgm@gnu.org>
13486         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
13487         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
13488         Doc fixes.
13489         (rmail-decode-mime-charset): Mark as obsolete.
13491         * mail/rmailsum.el (rmail-message-regexp-p-1):
13492         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
13493         Before using mime functions, check they are set.  (Bug#10077)
13495 2011-11-19  Juri Linkov  <juri@jurta.org>
13497         * info.el (Info-finder-find-node): Use `package--builtins' instead
13498         of `package-alist'.  Use node names formed by the pattern "Keyword "
13499         and the keyword name.
13501 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
13503         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
13505 2011-11-19  Juri Linkov  <juri@jurta.org>
13507         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
13508         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
13509         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
13510         `old-history', `old-history-forward'.  Add let-binding
13511         `window-selected'.  Remove calls to `kill-buffer',
13512         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
13513         before calling `Info-find-node', so `Info-find-node-2' will reread
13514         the Info file.  Restore window positions only when `window-selected'
13515         is non-nil.
13517 2011-11-19  Juri Linkov  <juri@jurta.org>
13519         * isearch.el (isearch-lazy-highlight-new-loop):
13520         Remove condition `(not isearch-error)'.  (Bug#9918)
13522         * misearch.el (multi-isearch-search-fun): Add condition
13523         `(not bound)' to ignore lazy-highlighting search.
13524         Add the search-failed message "end of multi" when the end of
13525         multi-sequence is reached.  Uncapitalize the search-failed
13526         message "Repeat for next buffer".
13528         * info.el (Info-search): Add the search-failed message
13529         "end of the manual" when the end of the manual is reached
13530         in Isearch mode.
13532 2011-11-19  Juri Linkov  <juri@jurta.org>
13534         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
13535         Use non-destructive `remove' instead of `delete' because
13536         `Info-history-list' stored to `Info-isearch-initial-history-list' in
13537         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
13539 2011-11-19  Juri Linkov  <juri@jurta.org>
13541         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
13542         to nil instead of binding `search-ring' and `regexp-search-ring'.
13543         (Bug#9185)
13545 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
13547         * simple.el (line-move): Force movement by logical lines for any
13548         hscrolled window, not only when auto-hscroll-mode is on.
13549         (line-move-visual): Update doc string to that effect.  (Bug#10076)
13551 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
13553         * language/european.el (macintosh): Define as alias for mac-roman.
13555 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
13557         * mail/rmailmm.el (rmail-mime-display-header)
13558         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
13559         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
13560         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
13561         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
13562         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
13563         of a raw aref.
13564         (rmail-mime-entity-segment): To get past the tagline, move forward
13565         2 more lines, to account for the 2 empty lines that precede and
13566         follow the line with the buttons.
13567         (rmail-mime-update-tagline): Move one more line, to get past the
13568         empty line that follows the buttons in the tagline.  (Bug#9520)
13570 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
13572         * window.el (window-max-delta-1, window-min-delta-1)
13573         (window-min-size-1, window-state-get-1, window-state-put-1)
13574         (window-state-put-2): Use "window--" prefix.
13576 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13578         * emacs-lisp/smie.el: Improve warnings and conflict detection.
13579         (smie-warning-count): New var.
13580         (smie-set-prec2tab): Use it.
13581         (smie-bnf->prec2): Improve warnings.  Add docstring.
13582         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
13583         (smie-bnf--set-class): New function.
13584         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
13585         corner case.
13587         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
13588         (compilation-error-properties, compilation-move-to-column):
13589         Handle compilation-first-column while in the target buffer.
13591         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
13592         Don't hardcode point-min==1.
13594         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
13595         (eshell-rewrite-for-command): Remove workaround.
13596         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
13597         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
13598         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
13600         * files-x.el (modify-file-local-variable): Obey commenting conventions.
13602 2011-11-17  Glenn Morris  <rgm@gnu.org>
13604         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13605         Ignore buffer-local generated-autoload-file if it is the same
13606         as the global value.  (Bug#10049)
13608 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
13610         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
13611         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
13612         (reftex-toc-previous-heading, reftex-toc-max-level)
13613         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
13614         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
13615         (reftex-toc-do-promote, reftex-toc-promote-prepare)
13616         (reftex-toc-promote-action, reftex-toc-extract-section-number)
13617         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
13618         (reftex-toc-rename-label, reftex-toc-visit-location)
13619         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
13620         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
13621         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
13622         leaving "*toc*" only for references to the buffer.
13624 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
13626         * window.el (window-resize, delete-window, split-window):
13627         Replace window-splits by window-combination-resize.
13628         * cus-start.el (window-splits): Replace by window-combination-resize.
13630 2011-11-17  Glenn Morris  <rgm@gnu.org>
13632         * progmodes/sh-script.el (sh-font-lock-keywords-var):
13633         Make bash entry derive from sh entry, not shell entry.
13635 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
13637         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
13638         local file name.
13640 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
13642         * menu-bar.el (menu-bar-file-menu):
13643         * printing.el (pr-ps-utility):
13644         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
13645         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
13646         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
13647         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
13648         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
13649         (icalendar--convert-cyclic-to-ical)
13650         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
13651         (icalendar--convert-ical-to-diary)
13652         (icalendar--convert-recurring-to-diary)
13653         (icalendar--convert-non-recurring-all-day-to-diary)
13654         (icalendar-import-format-sample):
13655         * progmodes/idlw-shell.el (idlwave-shell-mode):
13656         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
13657         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
13658         (vhdl-ps-print-init): Fix typos.
13660 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
13662         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
13663         FSF and collapse date sequence, obscure author/maintainer email address
13664         better, remove extra version line, track relocation of author's webpage.
13666         * progmodes/python.el (python-pdbtrack-input-prompt)
13667         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
13668         regular python pdb prompts.  Adjustments shamelessly taken exactly as
13669         suggested in EmacsWiki page (tiny change):
13670         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
13672 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
13674         * expand.el (expand-pos, expand-index, expand-point):
13675         Remove redundant info from docstring.
13676         (expand-add-abbrevs): Doc fix.
13677         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
13678         (expand-sample-perl-mode-expand-list): Fix typos.
13680         * net/dbus.el (dbus-event-member-name):
13681         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
13682         * term/pc-win.el (msdos-create-frame-with-faces):
13683         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
13685 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
13687         * window.el (split-window, window-state-get-1)
13688         (window-state-put-1, window-state-put-2): Rename occurrences of
13689         window-nest to window-combination-limit.
13690         * cus-start.el (window-nest): Rename to window-combination-limit.
13692 2011-11-16  Chong Yidong  <cyd@gnu.org>
13694         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
13695         regexp (Bug#10033).
13697 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13699         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
13700         `completing-read' will remove *Completions* and will preserve
13701         current-buffer for us.
13702         (tmm-add-prompt): Users of *Completions* will always (re)set its
13703         major mode.
13704         (tmm-old-comp-map): Remove.
13706 2011-11-16  Glenn Morris  <rgm@gnu.org>
13708         * mail/rmailedit.el: Require rmailmm when compiling.
13709         (rmail-old-mime-state): New declaration.
13710         (rmail-edit-current-message): If editing a mime message,
13711         edit the "raw" message from the mbox buffer.
13712         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
13714 2011-11-15  Glenn Morris  <rgm@gnu.org>
13716         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
13717         which wasn't being used.  Add optional arg to force given state.
13718         (rmail-mime): Add optional arg to force given state.
13720 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
13722         * allout.el (allout-encryption-plaintext-sanitization-regexps):
13723         * frame.el (display-mm-dimensions-alist):
13724         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
13725         (outline-move-subtree-down):
13726         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
13727         (newsticker--treeview-do-get-node):
13728         * net/quickurl.el (quickurl-list-buffer-name):
13729         * progmodes/dcl-mode.el (dcl-mode):
13730         * progmodes/gdb-mi.el (gdb-mapcar*):
13731         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
13733 2011-11-15  Glenn Morris  <rgm@gnu.org>
13735         * mail/rmail.el (rmail-file-coding-system): It's only ever used
13736         in a boolean sense, so just make it a boolean, and fix the doc.
13737         (rmail-show-mime-function, rmail-mime-feature)
13738         (rmail-require-mime-maybe): Doc fixes.
13739         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
13741         * mail/rmailmm.el (rmail-show-mime): Doc fix.
13743 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
13745         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
13746         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
13747         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
13748         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
13750 2011-11-15  Glenn Morris  <rgm@gnu.org>
13752         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
13753         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
13754         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
13755         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
13756         (rmail-mime, rmail-show-mime): Doc fixes.
13758         * term/ns-win.el (mode-line-frame-identification):
13759         Leave it alone.  (Bug#10051)
13761         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
13763         * mail/rmailout.el (rmail-output-to-rmail-buffer):
13764         Handle empty buffers.  (Bug#9978)
13766 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
13768         * international/mule.el (define-charset):
13769         * mail/rmailmm.el (rmail-mime-find-header-encoding):
13770         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
13771         * progmodes/verilog-mode.el (verilog-backward-token):
13772         * textmodes/ispell.el (lookup-words):
13773         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
13775 2011-11-14  Glenn Morris  <rgm@gnu.org>
13777         * progmodes/executable.el
13778         (executable-make-buffer-file-executable-if-script-p):
13779         Handle file-modes returning nil.
13781         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
13782         message - not necessary, and causes problems.  (Bug#9831)
13784         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
13786         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
13788         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
13789         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
13790         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
13792 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
13794         * window.el (window-resize, delete-window): Use window-splits
13795         variable instead of function.
13796         (window-state-get-1, window-state-put-2, window-state-put):
13797         Don't deal with windows' splits status.
13799 2011-11-12  Glenn Morris  <rgm@gnu.org>
13801         * apropos.el (apropos-do-all, apropos-library, apropos-value)
13802         (apropos-documentation): Doc fixes.
13804 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
13806         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
13807         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
13809 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13811         * electric.el (electric-indent-post-self-insert-function): Make it
13812         possible for a char to only indent in some circumstances.
13813         (electric-indent-mode): Simplify.
13815 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
13817         * window.el (windows-with-parameter): Remove unused function.
13818         (windows-at-side): Rename to window-at-side-list.
13819         (window-check, window-atom-check, window-atom-check-1)
13820         (window-side-check, window-size-ignore, window-size-fixed-1)
13821         (window-in-direction-2): Prefix with "window--".
13822         (window-tree-1): Rename to window--subtree, fix doc-string.
13824 2011-11-11  Glenn Morris  <rgm@gnu.org>
13826         * subr.el (eval-after-load): If FILE is already loaded,
13827         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
13829 2011-11-10  Glenn Morris  <rgm@gnu.org>
13831         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
13832         Call svn via vc-svn-command rather than vc-do-command.
13833         (vc-svn-command): Add --non-interactive.  (Bug#9993)
13834         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
13836         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13837         Add toggle-read-only.  (Bug#7292)
13838         * files.el (toggle-read-only): Mention that it should only
13839         be used interactively.  (Bug#10006)
13841 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13843         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13844         Adjust regexp for OCaml warnings.
13846         * electric.el (electric-pair-post-self-insert-function): Let user
13847         turn it off buffer-locally (bug#9932).
13849         * progmodes/python.el (python-beginning-of-statement):
13850         Rewrite (bug#2703).
13852         * progmodes/compile.el: Better handle TABs (bug#9749).
13853         (compilation-internal-error-properties)
13854         (compilation-next-error-function): Obey the target buffer's
13855         compilation-error-screen-columns.
13857 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
13859         * progmodes/meta-mode.el: Remove obsolete comments.
13860         (meta-right-comment-regexp, meta-ignore-comment-regexp):
13861         Fix typos in docstrings.
13863 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
13865         * window.el (window-size-fixed-p): Rewrite doc-string.
13866         (window-resizable-p): Rename to window--resizable-p.  Update callers.
13867         (window--resizable): New function.  Make all callers of
13868         window-resizable call window--resizable instead.
13869         (window-resizable): Rewrite in terms of window--resizable.
13871 2011-11-08  Glenn Morris  <rgm@gnu.org>
13873         * progmodes/delphi.el (delphi-mode-syntax-table):
13874         Let define-derived-mode define a proper syntax table.  (Bug#9994)
13876 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13878         * window.el: Stay away from defsubst.
13879         (window-list-no-nils): Remove.
13880         (window-state-get-1, window-state-get): Use backquote instead.
13882 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13884         * emacs-lisp/find-func.el (find-function-read):
13885         Fix incorrect use of default argument in `completing-read'.
13887 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
13889         * window.el (display-buffer-function, special-display-function):
13890         Mention display-buffer-record-window but do not mention
13891         help-setup parameter in doc-strings.
13892         (window-min-delta): Fix doc-string typo.
13894 2011-11-08  Chong Yidong  <cyd@gnu.org>
13896         * window.el (window-total-height, window-total-width): Doc fix.
13897         (window-body-size): Move from C.
13898         (window-body-height, window-body-width): Move to C.
13900 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13902         * window.el: Make special-display like display-buffer-alist (bug#9532).
13903         (display-buffer--special-action): New function, morphed
13904         from display-buffer--special.
13905         (display-buffer): Use it to handle special-display-buffers at higher
13906         priority (just after display-buffer-alist).
13907         (display-buffer-fallback-action, display-buffer--other-frame-action)
13908         (pop-to-buffer-same-window): Remove display-buffer--special.
13910 2011-11-07  Glenn Morris  <rgm@gnu.org>
13912         * calendar/cal-menu.el (cal-menu-set-date-title):
13913         Do nothing if not in a calendar.  (Bug#9976)
13915 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13917         * files.el (find-file): Always use selected-window.
13919 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
13921         * window.el (window-combinations): Make WINDOW argument
13922         mandatory.  Rewrite doc-string.
13923         (walk-window-subtree, window-atom-check, window-min-delta)
13924         (window-max-delta, window--resize-this-window)
13925         (window--resize-root-window-vertically, window-tree)
13926         (balance-windows, window-state-put): Rewrite doc-strings as to
13927         not mention the term "subwindow".
13928         (window--resize-subwindows-skip-p): Rename to
13929         window--resize-child-windows-skip-p.
13930         (window--resize-subwindows-normal): Rename to
13931         window--resize-child-windows-normal.
13932         (window--resize-subwindows): Rename to
13933         window--resize-child-windows.
13934         (window-or-subwindow-p): Rename to window--in-subtree-p.
13936 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
13938         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13939         Ensure that mbox format messages end in two newlines (Bug#9974).
13941 2011-11-06  Chong Yidong  <cyd@gnu.org>
13943         * window.el (window-combination-p): Function deleted; its
13944         side-effect is not used in any existing code.
13945         (window-combinations, window-combined-p): Call window-*-child
13946         directly.
13948 2011-11-05  Chong Yidong  <cyd@gnu.org>
13950         * window.el (window-valid-p): Rename from window-any-p.
13951         (window-size-ignore, window-state-get): Callers changed.
13952         (window-normalize-window): Rename from window-normalize-any-window.
13953         New arg LIVE-ONLY, replacing window-normalize-live-window.
13954         (window-normalize-live-window): Delete.
13955         (window-combination-p, window-combined-p, window-combinations)
13956         (walk-window-subtree, window-atom-root, window-min-size)
13957         (window-sizable, window-sizable-p, window-size-fixed-p)
13958         (window-min-delta, window-max-delta, window-resizable)
13959         (window-resizable-p, window-full-height-p, window-full-width-p)
13960         (window-current-scroll-bars, window-point-1, set-window-point-1)
13961         (window-at-side-p, window-in-direction, window-resize)
13962         (adjust-window-trailing-edge, maximize-window, minimize-window)
13963         (window-deletable-p, delete-window, delete-other-windows)
13964         (record-window-buffer, unrecord-window-buffer)
13965         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13966         (quit-window, split-window, window-state-put)
13967         (set-window-text-height, fit-window-to-buffer)
13968         (shrink-window-if-larger-than-buffer): Callers changed.
13970 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
13972         * mail/rmail.el (rmail-simplified-subject): Decode subject with
13973         rfc2047-decode-string.
13974         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13975         warnings.
13977         * window.el (window-body-height, window-body-width): Mention in
13978         the doc string that the return values are in frame's canonical
13979         units.  (Bug#9949)
13981 2011-11-03  Alan Mackenzie  <acm@muc.de>
13983         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13984         change in cc-engine.el.
13986 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13988         * window.el (switch-to-buffer): Use `force-same-window' interactively.
13990 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
13992         * window.el (quit-window): Call unrecord-window-buffer after
13993         showing another buffer in the window.  (Bug#9937)
13994         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13996 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
13998         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13999         Accept status with more than 9 shelves.  (Bug#9935)
14000         Reported by Colin D Bennett <colin@gibibit.com>.
14002 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
14004         * help.el (with-help-window): Don't reference
14005         temp-buffer-show-specifiers in doc-string.
14007 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
14009         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
14010         menu-item.
14012 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14014         * whitespace.el: New version 13.2.2.
14015         (whitespace-newline-mode): Disable properly.  Reported by Sarah
14016         <EmacsWiki>.
14018 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
14020         * net/newst-treeview.el: Remove "Time-stamp".
14021         (newsticker--group-manage-orphan-feeds): Do not call
14022         newsticker--treeview-tree-update.
14023         (newsticker-treeview-update, newsticker-treeview):
14024         Call newsticker--treeview-tree-update if necessary.
14026 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
14028         * window.el (window-iso-combination-p, window-iso-combined-p)
14029         (window-iso-combinations): Remove "iso-" infix.
14030         Suggested by Chong Yidong.
14031         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
14032         (window-max-delta-1, window-resize, window--resize-siblings)
14033         (window--resize-this-window, adjust-window-trailing-edge)
14034         (split-window, balance-windows-1)
14035         (shrink-window-if-larger-than-buffer):
14036         * calendar/calendar.el (calendar-generate-window):
14037         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
14039 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14041         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
14042         in place (bug#9907).
14043         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
14044         (eshell-rewrite-if-command, eshell-rewrite-for-command)
14045         (eshell-structure-basic-command, eshell-rewrite-while-command)
14046         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
14047         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
14048         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
14049         (eshell-do-pipelines-synchronously, eshell-eval-command):
14050         Use backquotes and prefer setq to set.
14051         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
14052         (eshell-macrop): Use functionp.
14053         (eshell-do-eval): Handle multiple expressions in `while' body.
14055 2011-10-30  Chong Yidong  <cyd@gnu.org>
14057         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
14058         instead of set-mark (Bug#9810).
14060 2011-10-30  Chong Yidong  <cyd@gnu.org>
14062         * window.el (split-window-below, split-window-right): Rename from
14063         split-window-above-each-other and split-window-side-by-side
14064         respectively.  All callers changed.
14065         (split-window-sensibly, split-window-sensibly): Use them.
14066         (split-window-keep-point): Doc fix.
14068         * isearch.el: Add isearch-scroll property to split-window-below
14069         and split-window-right.
14071         * follow.el (follow-mode):
14072         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
14073         * progmodes/ada-xref.el (ada-gdb-application):
14074         * emulation/vip.el (vip-buffer-in-two-windows):
14075         * image-dired.el (image-dired-dired-with-window-configuration):
14076         * dired-x.el (dired-do-find-marked-files):
14077         * dired.el (dired-pop-to-buffer):
14078         * bs.el (bs--show-with-configuration):
14079         * vc/emerge.el (emerge-setup-windows):
14080         * textmodes/two-column.el (2C-two-columns):
14081         * textmodes/reftex-toc.el (reftex-toc):
14082         * progmodes/gdb-mi.el (gdb-setup-windows):
14083         * progmodes/fortran.el (fortran-window-create):
14084         * net/newst-treeview.el (newsticker--treeview-window-init):
14085         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
14086         * emulation/tpu-edt.el (tpu-gold-map):
14087         * emulation/crisp.el (crisp-mode-map):
14088         * calendar/calendar.el (calendar-basic-setup): Callers changed.
14090 2011-10-29  Chong Yidong  <cyd@gnu.org>
14092         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
14094         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
14096         * textmodes/flyspell.el (flyspell-word): Fix char offset for
14097         forged Ispell output (Bug#7904).
14099         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
14101 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14103         * doc-view.el: Avoid ugly errors about not finding nil.
14104         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
14105         (doc-view-dvipdf-program, doc-view-unoconv-program)
14106         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
14107         Avoid nil or absolute file name as default value.
14108         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
14110 2011-10-28  Alan Mackenzie  <acm@muc.de>
14112         * progmodes/cc-defs.el (c-version): -> 5.32.2.
14114 2011-10-28  Alan Mackenzie  <acm@muc.de>
14116         Amend the handling of c-beginning/end-of-defun in nested declaration
14117         scopes.
14119         * progmodes/cc-vars.el (c-defun-tactic): Move here from
14120         cc-langs.el.  Change it to a defcustom.
14122         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
14123         cc-vars.el.
14125         * progmodes/cc-engine.el (c-beginning-of-statement-1):
14126         Prevent "class foo : bar" being spuriously recognized as a label.
14128         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
14129         Add parameter `inclusive' (to include enclosing braces in the region).
14130         (c-widen-to-enclosing-decl-scope): New function.
14131         (c-while-widening-to-decl-block): New macro.
14132         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
14133         outward for defun boundaries, and correspondingly change symbol
14134         `respect-enclosure' to `go-outward'.
14135         (c-declaration-limits): Change algorithm to report only the "innermost"
14136         defun's boundaries.
14138 2011-10-28  Deniz Dogan  <deniz@dogan.se>
14140         * net/rcirc.el (rcirc-mode): Use hard newlines.
14142 2011-10-28  Alan Mackenzie  <acm@muc.de>
14144         Amend to indent and fontify macros "which include their own semicolon"
14145         correctly, using the "virtual semicolon" mechanism.
14147         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
14149         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14150         Recode to scan one line at a time rather than having \n and \r
14151         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
14152         (c-forward-label): Amend for virtual semicolons.
14153         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
14155         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
14156         of the new C macros.
14158         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
14159         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
14160         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
14161         (c-opt-cpp-macro-define): Make into a full language variable.
14162         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
14163         AWK Mode (including \n, \r) removed, no longer needed.
14165         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
14166         Invoke c-make-macro-with-semi-re.
14168         * progmodes/cc-vars.el (c-macro-with-semi-re):
14169         (c-macro-names-with-semicolon): New variables.
14170         (c-make-macro-with-semi-re): New function.
14172 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14174         * vc/log-edit.el: Fill empty field rather than adding new one.
14175         (log-edit-add-field): New function.
14176         (log-edit-insert-changelog): Use it.
14178 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
14180         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
14182 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14184         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
14185         (gdb--check-interpreter): New function.
14186         (gdb): Use it.
14188 2011-10-27  Glenn Morris  <rgm@gnu.org>
14190         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
14191         (least-positive-float, least-negative-float)
14192         (least-positive-normalized-float, least-negative-normalized-float)
14193         (float-epsilon, float-negative-epsilon):
14194         Remove unnecessary declarations.
14196         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
14197         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
14198         (least-positive-float, least-negative-float)
14199         (least-positive-normalized-float, least-negative-normalized-float)
14200         (float-epsilon, float-negative-epsilon): Add doc-strings,
14201         based on those in cl.texi.
14203         * files.el (set-visited-file-name): If the major-mode changed,
14204         reload the local variables.  (Bug#9796)
14206 2011-10-27  Chong Yidong  <cyd@gnu.org>
14208         * subr.el (change-major-mode-after-body-hook): New hook.
14209         (run-mode-hooks): Run it.
14211         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14212         Use change-major-mode-before-body-hook.
14214         * simple.el (fundamental-mode):
14215         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
14216         change introducing fundamental-mode-hook.
14218 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
14220         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
14222 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
14224         * ido.el (ido-file-name-all-completions-1): Do not require
14225         tramp.el explicitly.  (Bug#7583)
14227 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14229         * progmodes/octave-mod.el:
14230         * progmodes/octave-inf.el: Update maintainer.
14232 2011-10-26  Chong Yidong  <cyd@gnu.org>
14234         * subr.el (with-wrapper-hook): Rewrite doc.
14236 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
14238         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
14239         filenames "/method:foo:".  (Bug#9793)
14241 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14243         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
14244         (bug#9865).
14246 2011-10-24  Glenn Morris  <rgm@gnu.org>
14248         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
14250 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
14252         * notifications.el: Add the requirement of a running D-Bus session
14253         bus to the Commentary.
14255 2011-10-24  Juri Linkov  <juri@jurta.org>
14257         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14258         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
14259         (Bug#9364)
14261 2011-10-24  Juri Linkov  <juri@jurta.org>
14263         * info.el (Info-following-node-name-re): Add newline to the list
14264         of allowed characters for leading space.  (Bug#9824)
14266 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14268         * progmodes/octave-inf.el (inferior-octave-mode-map):
14269         Fix C-c C-h binding.
14270         * progmodes/octave-mod.el (octave-help): Remove.
14272 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
14274         Sync with Tramp 2.2.3.
14276         * net/tramp-cache.el (top): Pacify byte-compiler using
14277         `init-file-user' and `site-run-file'.
14279         * net/trampver.el: Update release number.
14281 2011-10-23  Chong Yidong  <cyd@gnu.org>
14283         * files.el (toggle-read-only): Remove obsolete comment about
14284         version control.
14286         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
14287         for toggle-read-only.  Note that this hasn't called vc-next-action
14288         since 2008-05-02, though it wasn't documented at the time.
14290         * vc/ediff-init.el (ediff-toggle-read-only-function):
14291         Use toggle-read-only.
14293 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
14295         Fix bug #9560, sporadic wrong indentation; improve instrumentation
14296         of c-parse-state.
14298         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14299         correct faulty logical expression.
14300         (c-parse-state-state, c-record-parse-state-state):
14301         (c-replay-parse-state-state): New defvar/defuns.
14302         (c-debug-parse-state): Use new functions.
14304 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
14306         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
14307         last fix.  Use window-in-direction correctly.
14309 2011-10-21  Chong Yidong  <cyd@gnu.org>
14311         * progmodes/idlwave.el (idlwave-mode):
14312         * progmodes/vera-mode.el (vera-mode): No need to set
14313         require-final-newline; that's done in prog-mode.
14314         Suggested by Stefan Monnier.
14316 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
14318         * mouse.el (mouse-drag-window-above)
14319         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
14320         (mouse-drag-mode-line-1, mouse-drag-header-line)
14321         (mouse-drag-vertical-line-rightward-window): Remove.
14322         (mouse-drag-line): New function.
14323         (mouse-drag-mode-line, mouse-drag-header-line)
14324         (mouse-drag-vertical-line): Call mouse-drag-line.
14325         * window.el (window-at-side-p, windows-at-side): New functions.
14327 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
14329         * tar-mode.el (tar-grind-file-mode):
14330         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
14332 2011-10-21  Chong Yidong  <cyd@gnu.org>
14334         * progmodes/idlwave.el (idlwave-mode):
14335         * progmodes/vera-mode.el (vera-mode):
14336         Use mode-require-final-newline.
14338 2011-10-20  Glenn Morris  <rgm@gnu.org>
14340         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
14342 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
14344         * emulation/cua-base.el (cua-set-mark): Fix case of string.
14346 2011-10-20  Chong Yidong  <cyd@gnu.org>
14348         * emulation/cua-base.el (cua-mode):
14349         * mail/footnote.el (footnote-mode):
14350         * mail/mailabbrev.el (mail-abbrevs-mode):
14351         * net/xesam.el (xesam-minor-mode):
14352         * progmodes/bug-reference.el (bug-reference-mode):
14353         * progmodes/cap-words.el (capitalized-words-mode):
14354         * progmodes/compile.el (compilation-minor-mode)
14355         (compilation-shell-minor-mode):
14356         * progmodes/gud.el (gud-tooltip-mode):
14357         * progmodes/hideif.el (hide-ifdef-mode):
14358         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14359         * progmodes/subword.el (subword-mode):
14360         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14361         * progmodes/which-func.el (which-function-mode):
14362         * term/tvi970.el (tvi970-set-keypad-mode):
14363         * term/vt100.el (vt100-wide-mode):
14364         * textmodes/flyspell.el (flyspell-mode):
14365         * textmodes/ispell.el (ispell-minor-mode):
14366         * textmodes/nroff-mode.el (nroff-electric-mode):
14367         * textmodes/paragraphs.el (use-hard-newlines):
14368         * textmodes/refill.el (refill-mode):
14369         * textmodes/reftex.el (reftex-mode):
14370         * textmodes/rst.el (rst-minor-mode):
14371         * textmodes/sgml-mode.el (html-autoview-mode)
14372         (sgml-electric-tag-pair-mode):
14373         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
14374         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
14375         * emulation/crisp.el (crisp-mode):
14376         * emacs-lisp/eldoc.el (eldoc-mode):
14377         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
14378         minor mode behavior.
14380 2011-10-19  Juri Linkov  <juri@jurta.org>
14382         * descr-text.el (describe-char): Add #x2010 and #x2011 to
14383         the list of hard-coded chars with escape-glyph face.
14385 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14387         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
14389 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
14391         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
14392         running process.
14394 2011-10-19  Glenn Morris  <rgm@gnu.org>
14396         * vc/vc-bzr.el (vc-bzr-after-dir-status):
14397         Ignore ignored files.  (Bug#9726)
14399 2011-10-19  Chong Yidong  <cyd@gnu.org>
14401         Doc fix for minor modes, stating that an omitted argument enables
14402         the mode unconditionally when called from Lisp.
14404         * abbrev.el (abbrev-mode):
14405         * allout.el (allout-mode):
14406         * autoinsert.el (auto-insert-mode):
14407         * autoarg.el (autoarg-mode, autoarg-kp-mode):
14408         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14409         (global-auto-revert-mode):
14410         * battery.el (display-battery-mode):
14411         * composite.el (global-auto-composition-mode)
14412         (auto-composition-mode):
14413         * delsel.el (delete-selection-mode):
14414         * desktop.el (desktop-save-mode):
14415         * dired-x.el (dired-omit-mode):
14416         * dirtrack.el (dirtrack-mode):
14417         * doc-view.el (doc-view-minor-mode):
14418         * double.el (double-mode):
14419         * electric.el (electric-indent-mode, electric-pair-mode):
14420         * emacs-lock.el (emacs-lock-mode):
14421         * epa-hook.el (auto-encryption-mode):
14422         * follow.el (follow-mode):
14423         * font-core.el (font-lock-mode):
14424         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
14425         * help.el (temp-buffer-resize-mode):
14426         * hilit-chg.el (highlight-changes-mode)
14427         (highlight-changes-visible-mode):
14428         * hi-lock.el (hi-lock-mode):
14429         * hl-line.el (hl-line-mode, global-hl-line-mode):
14430         * icomplete.el (icomplete-mode):
14431         * ido.el (ido-everywhere):
14432         * image-file.el (auto-image-file-mode):
14433         * image-mode.el (image-minor-mode):
14434         * iswitchb.el (iswitchb-mode):
14435         * jka-cmpr-hook.el (auto-compression-mode):
14436         * linum.el (linum-mode):
14437         * longlines.el (longlines-mode):
14438         * master.el (master-mode):
14439         * mb-depth.el (minibuffer-depth-indicate-mode):
14440         * menu-bar.el (menu-bar-mode):
14441         * minibuf-eldef.el (minibuffer-electric-default-mode):
14442         * mouse-sel.el (mouse-sel-mode):
14443         * msb.el (msb-mode):
14444         * mwheel.el (mouse-wheel-mode):
14445         * outline.el (outline-minor-mode):
14446         * paren.el (show-paren-mode):
14447         * recentf.el (recentf-mode):
14448         * reveal.el (reveal-mode, global-reveal-mode):
14449         * rfn-eshadow.el (file-name-shadow-mode):
14450         * ruler-mode.el (ruler-mode):
14451         * savehist.el (savehist-mode):
14452         * scroll-all.el (scroll-all-mode):
14453         * scroll-bar.el (scroll-bar-mode):
14454         * server.el (server-mode):
14455         * shell.el (shell-dirtrack-mode):
14456         * simple.el (auto-fill-mode, transient-mark-mode)
14457         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
14458         (line-number-mode, column-number-mode, size-indication-mode)
14459         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
14460         * strokes.el (strokes-mode):
14461         * time.el (display-time-mode):
14462         * t-mouse.el (gpm-mouse-mode):
14463         * tool-bar.el (tool-bar-mode):
14464         * tooltip.el (tooltip-mode):
14465         * type-break.el (type-break-mode-line-message-mode)
14466         (type-break-query-mode):
14467         * view.el (view-mode):
14468         * whitespace.el (whitespace-mode, whitespace-newline-mode)
14469         (global-whitespace-mode, global-whitespace-newline-mode):
14470         * xt-mouse.el (xterm-mouse-mode): Doc fix.
14472         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14473         Fix autogenerated docstring.
14475 2011-10-19  Juri Linkov  <juri@jurta.org>
14477         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
14478         by checking environment variables "DESKTOP_SESSION" and
14479         "XDG_CURRENT_DESKTOP".  (Bug#9779)
14481 2011-10-19  Juri Linkov  <juri@jurta.org>
14483         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
14484         (browse-url-chromium-program, browse-url-chromium-arguments):
14485         New defcustoms.
14486         (browse-url-default-browser): Check for `browse-url-chromium' and
14487         call `browse-url-chromium-program'.
14488         (browse-url-chromium): New command.  (Bug#9779)
14490 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
14492         * facemenu.el (list-colors-duplicates): On Windows, detect more
14493         duplicates by assuming that only colors matching "^System" are
14494         special "system colors".  (Bug#9722)
14496 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14498         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
14499         to distinguish the author from the committer.
14501 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
14503         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
14505 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
14507         * international/mule.el (sgml-html-meta-auto-coding-function):
14508         Add support for detecting encoding in HTML5 specified only as
14509         <meta charset="UTF-8">.  Implementation just makes http-equiv and
14510         content-type parts from HTML4 encoding string optional.  (Bug#9716)
14512 2011-10-18  Glenn Morris  <rgm@gnu.org>
14514         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
14516 2011-10-18  Chong Yidong  <cyd@gnu.org>
14518         * faces.el (cursor): Doc fix.
14520 2011-10-17  Chong Yidong  <cyd@gnu.org>
14522         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
14524 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
14526         * dirtrack.el (dirtrack): Support shell buffers with path
14527         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
14529 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
14531         * json.el: Bump version to 1.3 and note change in History.
14532         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
14534 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14536         * comint.el (comint-insert-input, comint-send-input)
14537         (comint-get-old-input-default, comint-backward-matching-input)
14538         (comint-next-prompt): Use nil instead of `input' for field property of
14539         past user input (bug#114).
14541         * minibuffer.el (completion--replace): Inherit surrounding properties
14542         (bug#114).
14543         (minibuffer-complete-and-exit): Use it.
14545         * comint.el (comint--table-subvert): Quote the all-completions output
14546         (bug#9160).
14548 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
14550         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
14552         * menu-bar.el (menu-bar-file-menu): Add entry for making new
14553         window on right of selected.  (Bug#9350) Reword other window
14554         entries and separate them from frame entries.
14556 2011-10-15  Glenn Morris  <rgm@gnu.org>
14558         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
14559         Doc fixes.
14561 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
14563         * net/network-stream.el (network-stream-open-starttls):
14564         Improve detection of failure due to lack of TLS support.
14566         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
14567         putting the input text in front and in bold.
14569 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14571         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
14573         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
14574         empty buffer.
14576         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
14577         unread-command-events rather than pushing yet-another event.
14579 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
14581         * mail/sendmail.el (sendmail-query-once): Improve the wording of
14582         the explanation of the possible choices.  Make the options passed
14583         to completing-read shorter.
14585 2011-10-13  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14587         * textmodes/flyspell.el (flyspell-large-region): Make sure
14588         extended character mode is used if defined (Bug#1339).
14590 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
14592         * simple.el (what-cursor-position): Fix the display of the
14593         character info for LRE, LRO, RLE, and RLO characters by appending
14594         an invisible PDF.
14596 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14598         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
14599         even in case of error; add debug spec; simplify data flow.
14600         (with-timeout-handler): Remove.
14602 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
14604         Fix Bug#6019, Bug#9315.
14606         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
14607         complete `buffer-file-name', the local file name part could look
14608         remotely (for example on VMS).
14610         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
14611         `tramp-run-real-handler'.
14612         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
14613         already quoted by '"'.
14615         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
14616         Let `file-name-handler-alist' be nil, the local file name part
14617         could look remotely (for example on VMS).
14619 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14621         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
14622         from here...
14623         (flyspell-post-command-hook): ...to here.
14625 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14627         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
14628         if not needed.
14629         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
14630         using completion.  Protect against "slow" callers.
14631         Remove the "message hack".
14633 2011-10-11  Juri Linkov  <juri@jurta.org>
14635         * isearch.el (isearch-lazy-highlight-word): New variable.
14636         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
14637         Use it.  (Bug#9727)
14639 2011-10-11  Glenn Morris  <rgm@gnu.org>
14641         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
14642         like f90-previous-statement does.
14644 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14646         * eshell/eshell.el (eshell-command): History should be saved
14647         only in interactive use, to avoid error.
14649 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14651         * minibuffer.el (completion-file-name-table): Fix last change,
14652         i.e. ignore normal errors but not the other ones.
14654 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
14656         * window.el (special-display-buffer-names)
14657         (special-display-regexps): Remove some remnants of earlier
14658         changes from doc-strings.
14659         (quit-windows-on): New function.
14661         * vc/vc.el (vc-revert, vc-rollback):
14662         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
14663         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
14664         (Bug#6183) (Bug#7074) (Bug#7447)
14666 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
14668         * window.el (frame-auto-hide-function): Add version tag.
14669         (Bug#9699)
14671 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
14673         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
14674         condition.
14676 2011-10-09  Leo Liu  <sdl.web@gmail.com>
14678         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
14679         (Bug#9701)
14681 2011-10-08  Glenn Morris  <rgm@gnu.org>
14683         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
14684         before the first code statement zero indent.  (Bug#9690)
14686 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
14688         * simple.el (count-words-region): Always count in the region.
14689         Report the number of lines and characters too.
14690         (count-words): New command, which counts in the buffer if the
14691         region is inactive, as count-words-region used to.
14692         (count-words--message): New function.  Handle plurals.
14693         (count-lines-region): Make it an alias for count-words-region.
14695         * bindings.el (esc-map): Replace count-lines-region with
14696         count-words-region.
14698 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
14700         * window.el (window--delete): Delete dedicated frame
14701         unconditionally when argument KILL is non-nil.  (Bug#9699)
14702         (switch-to-buffer): Fix doc-string typo.
14704 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14706         * eshell/eshell.el (eshell-command): Avoid using hooks.
14708 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
14710         * bindings.el ([M-left],[M-right]): Bind to left-word and
14711         right-word respectively.
14713 2011-10-07  Glenn Morris  <rgm@gnu.org>
14715         * cus-start.el (debug-on-quit): Fix custom type.
14717 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14719         * subr.el (define-key-after): Clarify that the function is not
14720         useful for non-menu keymaps.
14722         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
14724 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14726         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
14727         in current minibuffer (Fix bug with recursive minibuffers).
14729 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
14731         * progmodes/gdb-mi.el (gdb): Doc fix.
14733 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
14735         * window.el (frame-auto-hide-function): New option replacing
14736         frame-auto-delete.  Suggested by Stefan Monnier.
14737         (window--delete): Call frame-auto-hide-function instead of
14738         investigating frame-auto-delete.
14739         (window-point-1, set-window-point-1): New functions.
14740         (window-in-direction, record-window-buffer, window-state-get-1)
14741         (display-buffer-record-window): Use window-point-1 instead of
14742         window-point.
14743         (set-window-buffer-start-and-point): Use set-window-point-1.
14745 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14747         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
14749 2011-10-05  Glenn Morris  <rgm@gnu.org>
14751         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
14752         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
14754 2011-10-05  Leo Liu  <sdl.web@gmail.com>
14756         * subr.el (read-char-choice): Fix argument to buffer-live-p which
14757         works with buffer object.
14759 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14761         * mpc.el (mpc-tool-bar-map): Add labels.
14763 2011-10-04  Glenn Morris  <rgm@gnu.org>
14765         * calendar/holidays.el (calendar-check-holidays): Doc fix.
14767 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
14769         * window.el (window--delete): New function.
14770         (frame-auto-delete): Resuscitate option.
14771         (bury-buffer, replace-buffer-in-windows)
14772         (quit-window): Rewrite using window--delete.
14773         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14774         Pass display-buffer-mark-dedicated to window--display-buffer-2
14775         (Bug#9639).
14777 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14779         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
14780         returns a list (bug#9554).  Add remote file name completion.
14781         * comint.el (comint--table-subvert): Curry and get quote&unquote
14782         functions as arguments.
14783         (comint--complete-file-name-data): Adjust call accordingly.
14784         * pcomplete.el (pcomplete--table-subvert): Remove.
14785         (pcomplete-completions-at-point): Use comint--table-subvert instead.
14787         * minibuffer.el (completion-table-case-fold): Use currying.
14788         (completion--styles-type, completion--cycling-threshold-type):
14789         New constants.
14790         (completion-styles, completion-category-overrides)
14791         (completion-cycle-threshold): Use them.
14792         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
14793         completion-table-case-fold.
14795 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
14797         * minibuffer.el (completion-category-overrides): Fix type of styles
14798         and add more user friendly tags (bug#9660).
14800 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14802         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
14803         (mule-input-method-string): New widget.
14804         (default-input-method, language-info-custom-alist): Use it.
14806 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14808         * pcomplete.el: Require comint.
14809         (pcomplete--common-suffix): Remove.
14810         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
14811         (pcomplete--table-subvert): Sync with comint--table-subvert.
14812         (pcomplete--entries): Use comint-completion-file-name-table.
14813         * comint.el (comint-unquote-filename): Simplify.
14814         (comint-completion-file-name-table): New function (bug#9616).
14815         (comint--complete-file-name-data): Use it.
14817         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
14818         (pcmpl-gnu-tar-buffer): Remove.
14819         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
14820         around.  Make sure pcomplete-suffix-list is only changed temporarily.
14821         Don't look inside the tar's file if it's too large.
14823 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
14825         * cus-edit.el (custom-mode-map):
14826         * epa.el (epa-key-list-mode-map):
14827         * man.el (Man-mode-map):
14828         * startup.el (splash-screen-keymap):
14829         * simple.el (special-mode-map): Use scroll-up-command and
14830         scroll-down-command.
14832         * progmodes/idlw-help.el (idlwave-help-mode-map):
14833         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
14834         * net/newst-plainview.el (newsticker-mode-map):
14835         * emulation/ws-mode.el (wordstar-mode-map):
14836         * emulation/vi.el (vi-com-map):
14837         * calc/calc-graph.el (calc-graph-show-dumb):
14838         * term/sun.el (terminal-init-sun):
14839         * term/ns-win.el (global-map):
14840         * progmodes/grep.el (grep-mode-map):
14841         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
14842         * mail/rmail.el (rmail-mode-map):
14843         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
14845         * custom.el (custom-safe-themes, load-theme): Treat value of t for
14846         custom-safe-themes as special.
14848 2011-10-01  Julien Danjou  <julien@danjou.info>
14850         * notifications.el (notifications-notify): Fix docstring.
14852 2011-10-01  Per Starbäck  <per@starback.se>
14854         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
14856 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
14858         * startup.el (command-line-1): Fix last fix by inserting
14859         initial-scratch-message into *scratch* before displaying it.
14860         (Bug#9605) and (Bug#9636)
14862 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
14864         * simple.el (line-move): If auto-hscroll-mode is disabled and the
14865         window is hscrolled, move by logical lines.  (Bug#9607)
14866         (line-move-visual): Update the doc string to the above effect.
14868 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
14870         * window.el (display-buffer-record-window): When WINDOW is the
14871         selected window use `point' instead of `window-point'.  (Bug#9626)
14873         * startup.el (command-line-1): Use insert-before-markers when
14874         inserting initial-scratch-message.  (Bug#9605)
14876         * help.el (help-window): Remove variable.
14878 2011-09-29  Glenn Morris  <rgm@gnu.org>
14880         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14882 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
14884         * descr-text.el (describe-char-categories): Accept category
14885         descriptions more than one line long.
14887 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14889         * simple.el (delete-trailing-whitespace): Fix last change.
14891         * progmodes/perl-mode.el (perl-syntax-propertize-function):
14892         Don't confuse "y => 3" as the beginning of a `y' operation.
14894         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14895         object has more than 4 slots (bug#9613).
14897 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
14899         * subr.el (with-output-to-temp-buffer):
14900         * net/quickurl.el (quickurl, quickurl-browse-url):
14901         Fix typos in docstrings.
14903 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
14905         * minibuffer.el (completion-styles)
14906         (completion-category-overrides): Cross reference each other in doc
14907         strings.
14909 2011-09-27  Glenn Morris  <rgm@gnu.org>
14911         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14912         to split-string.  (Bug#9606)
14914 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14916         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14917         (bug#9615).
14919 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
14921         * emacs-lisp/package.el (list-packages): Fix echo area message.
14923 2011-09-27  Leo Liu  <sdl.web@gmail.com>
14925         * ido.el (ido-read-internal): Accept cons cell HIST arg.
14927 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
14929         * net/dbus.el (dbus-unregister-object): Don't release services for
14930         registered signals.  (Bug#9581)
14932 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14934         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14935         function that picks between cfengine 2 and 3 support
14936         automatically.  Update docs accordingly.
14938 2011-09-22  Kenichi Handa  <handa@m17n.org>
14940         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14941         ZERO.
14942         (indian-itrans-v5-table-for-tamil): New variable.
14943         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14945 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
14947         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14948         that's true if the current command involved collapsing of text.
14949         It's reset to false at the beginning of the next command.
14950         (allout-post-command-business): Move the cursor to the beginning
14951         of entry if the cursor is hidden and collapsing activity just
14952         happened.
14954 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
14956         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14957         tracking (Bug#9541).
14959 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
14961         * net/newst-reader.el (newsticker-html-renderer)
14962         (newsticker-show-news): Automatically load html rendering package
14963         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
14964         because w3m-fill-column is let-bound" and the error "Symbol's value
14965         as variable is void: w3m-fill-column".
14967 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
14969         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14970         Release services only if they are defined.  (Bug#9581)
14972 2011-09-23  Richard Stallman  <rms@gnu.org>
14974         * textmodes/paragraphs.el (forward-sentence): For backwards case,
14975         distinguish start of paragraph from start of its text.
14977         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14979         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14980         (rmail-generate-viewer-buffer): Put that hook on view buffer.
14981         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14983 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
14985         * international/mule-diag.el (mule-diag): Insert a newline after
14986         each fontset description.
14988 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14990         * simple.el (delete-trailing-whitespace):
14991         Document last change; simplify.
14993 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
14995         * simple.el (delete-trailing-whitespace): Also delete
14996         extra newlines at the end of the buffer.
14998         * textmodes/picture.el: Make motion commands obey shift-select-mode.
14999         (picture-newline): Use forward-line so as to ignore fields.
15001 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15003         * subr.el (with-wrapper-hook): Fix edebug spec.
15005 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15007         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
15008         (bug#4538).
15010 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
15012         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
15013         Fix nasty bug using wrong cached values.
15015 2011-09-23  Alan Mackenzie  <acm@muc.de>
15017         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
15019 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
15021         * window.el (pop-to-buffer): Ensure right window is selected if we
15022         chose another frame.
15024 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
15026         * simple.el (what-cursor-position): Use get-char-property-change
15027         and next-single-char-property-change, to be able to show display
15028         properties that come from overlays as well as text properties.
15030 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
15032         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
15034         * cmuscheme.el (run-scheme, switch-to-scheme):
15035         * cus-edit.el (customize-group, custom-buffer-create)
15036         (customize-browse):
15037         * info.el (info):
15038         * shell.el (shell):
15039         * mail/sendmail.el (mail):
15040         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
15042 2011-09-22  Richard Stallman  <rms@gnu.org>
15044         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
15045         move back only to line beg, don't move back over blank lines.
15047 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
15049         * files.el (copy-directory): Set directory attributes only in case
15050         they could be retrieved from the source directory.  (Bug#9565)
15052 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
15054         * progmodes/hideshow.el (hs-looking-at-block-start-p)
15055         (hs-find-block-beginning, hs-hide-level-recursive):
15056         Ignore strings as well as comments.  (Bug#9502)
15058 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
15060         * progmodes/sql.el (sql-comint-postgres):
15061         Convert port number to a string.  (Bug#9566)
15063 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
15065         * window.el (quit-window): Undedicate window when switching to
15066         previous buffer.  Reported by Thierry Volpiatto
15067         <thierry.volpiatto@gmail.com>.
15068         (special-display-popup-frame): When popping up a new frame reset
15069         its previous buffers to nil.  Simplify code.
15071 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
15073         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
15074         and process filter, as done also in `shell-command'.
15076 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
15078         * window.el (set-window-buffer-start-and-point):
15079         Call set-window-start with NOFORCE argument t.
15080         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15081         (quit-window): Reword doc-string.  Handle new format of
15082         quit-restore parameter.  Don't delete window if it has a
15083         previous buffer we can show instead of the present one.
15084         (display-buffer-record-window): Rewrite using a new format for
15085         the quit-restore window parameter
15086         (special-display-popup-frame, display-buffer-same-window)
15087         (display-buffer-reuse-window, display-buffer-pop-up-frame)
15088         (display-buffer-pop-up-window, display-buffer-use-some-window):
15089         Adapt symbol passed to display-buffer-record-window.
15090         * help.el (help-window-setup): Handle new format of quit-restore
15091         parameter.
15093 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15095         * faces.el (face-list): Fix docstring (bug#9564).
15097         * window.el (display-buffer--action-function-custom-type):
15098         Don't include internal functions in the Custom interface.
15100 2011-09-20  Juri Linkov  <juri@jurta.org>
15102         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
15103         (Info-forward-node, Info-backward-node, Info-next-preorder)
15104         (Info-last-preorder): Use it.  (Bug#9528)
15106 2011-09-20  Juri Linkov  <juri@jurta.org>
15108         * info.el (Info-last-preorder): Visit last menu item only when
15109         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
15111 2011-09-20  Julien Danjou  <julien@danjou.info>
15113         * password-cache.el (password-cache-remove): Remove entries even if the
15114         value is nil, so that password with a nil value (negative caching) is
15115         possible to invalidate.
15117 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
15119         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
15120         all whitespace around breakpoint.  (Bug#9553)
15121         (f90-find-breakpoint): Only break at whitespace inside a comment.
15123 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15125         * minibuffer.el (completion-file-name-table): Keep track of errors.
15126         (completion-table-with-predicate): Handle the case where pred1 is nil.
15127         * pcomplete.el (pcomplete-completions-at-point): Simplify.
15129 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15131         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
15132         (debugger-return-value): Signal an error if the debugging context does
15133         not await any return value.
15135         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
15136         * image-mode.el (image-toggle-display-text)
15137         (image-toggle-display-image): Stay away from evil `intangible'.
15139 2011-09-19  Leo Liu  <sdl.web@gmail.com>
15141         * replace.el (occur-revert-arguments): Make it permanent-local.
15142         (occur-mode): Don't call font-lock-defontify.
15144 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
15146         * net/ldap.el (ldap-search-internal): Don't push empty search
15147         result (Bug#9508).
15149 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15151         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
15153 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
15155         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
15156         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
15158 2011-09-18  Juri Linkov  <juri@jurta.org>
15160         * buff-menu.el (Buffer-menu-mode-map):
15161         * dired.el (dired-mode-map):
15162         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
15163         (lisp-interaction-mode-map):
15164         * emacs-lisp/package.el (package-menu-mode-map):
15165         * epa.el (epa-key-list-mode-map):
15166         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
15167         (menu-bar-options-menu):
15168         * outline.el (outline-mode-menu-bar-map):
15169         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
15170         * vc/vc-dir.el (vc-dir-menu-map):
15171         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
15172         Capitalize non-function content words in menu item strings.
15174         * dired.el (dired-mode-map): Add menu item for
15175         `image-dired-dired-toggle-marked-thumbs'.
15177 2011-09-18  Juri Linkov  <juri@jurta.org>
15179         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
15180         to `isearch-case-fold-search' and restore its original value
15181         after the `isearch-mode' call.
15183 2011-09-18  Juri Linkov  <juri@jurta.org>
15185         * progmodes/grep.el (grep-process-setup): Don't check code for 1
15186         because `zgrep' returns 1 for successful matches (bug#9226).
15188 2011-09-18  Juri Linkov  <juri@jurta.org>
15190         * info.el (Info-extract-menu-node-name): Check the second match
15191         for empty string (second test-case of bug#9528).
15192         (Info-last-preorder): Let-bind `Info-history' to nil to not add
15193         intermediate nodes to the history (first test-case of bug#9528).
15195 2011-09-18  Juri Linkov  <juri@jurta.org>
15197         * info.el (Info-mode-syntax-table): New variable.
15198         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
15200 2011-09-18  Juri Linkov  <juri@jurta.org>
15202         * info.el (Info-file-supports-index-cookies):
15203         Increment line-beginning-position's arg from 3 to 4 because makeinfo
15204         outputs one more line for long file names (bug#4142).
15206 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
15208         * newcomment.el (comment-normalize-vars): If prompting for
15209         comment-start, set comment-start-skip too (Bug#8424).
15211 2011-09-18  Johan BockgĂ¥rd  <bojohan@gnu.org>
15213         * icomplete.el: Fix previous fix of Bug#5849.
15214         (icomplete-mode): Don't set completion-show-inline-help.
15215         (icomplete-minibuffer-setup): Set completion-show-inline-help
15216         locally during icompletion.
15218 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
15220         * woman.el (woman2-process-escapes): Don't delete unrecognized
15221         escapes (Bug#7843).
15223         * files.el (inhibit-first-line-modes-regexps): Add image files.
15224         (hack-local-variables-prop-line): Return nil for malformed
15225         prop-lines (Bug#9044).
15227 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
15229         * net/tramp.el (top): Don't require 'shell.
15230         (tramp-methods): Fix docstring.
15231         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
15232         Return complete remote file name.  Handle "smb" case.
15233         Use `tramp-tmpdir', if defined for the respective method.
15234         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
15236         * net/tramp-compat.el (top): Require 'shell.
15238         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15239         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
15240         `tramp-current-host'.
15241         (tramp-get-remote-tmpdir): Remove.
15243         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
15244         `tramp-tmpdir' entries.
15245         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
15246         (tramp-smb-handle-file-attributes): Ignore errors.
15247         (tramp-smb-wait-for-output): Check also for process end.
15249 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15251         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
15252         when sending QUIT (bug#9312).
15254 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
15256         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
15257         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
15258         occur-mode-display-occurrence.
15259         (occur-edit-mode): Add usage message.
15260         (occur-cease-edit): New command.
15261         (occur-after-change-function): Use text properties to find the
15262         position of the prefix text.
15263         (occur-engine): Set stickiness of prefix text properties.
15265 2011-09-17  Glenn Morris  <rgm@gnu.org>
15267         * progmodes/etags.el (complete-tag):
15268         Fix call to completion-in-region.  (Bug#9526)
15270 2011-09-17  Juri Linkov  <juri@jurta.org>
15272         * textmodes/ispell.el (ispell-word): Add to the error message
15273         the word, ispell program name and current dictionary (bug#9121).
15274         (ispell-tex-arg-end): Capitalize "error" in the error message.
15276 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
15278         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
15279         check.  (Bug#4251)
15281 2011-09-17  Juri Linkov  <juri@jurta.org>
15283         * window.el (window-safe-min-height, window-safe-min-width):
15284         Fix typos (followup to bug#9522).
15286 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
15288         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
15290 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
15292         * simple.el (line-move): If goal-column is set, move by logical
15293         lines, not by display lines.  (Bug#971)
15294         (next-line, previous-line, goal-column, line-move-visual): Doc fix
15295         to reflect the above change.
15297 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15299         * image.el (imagemagick-register-types): Use regexp-opt.
15301 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
15303         * window.el (display-buffer-base-action): Rename from
15304         display-buffer-default-action.  Make default value empty.
15305         (display-buffer-overriding-action): Convert to defvar.
15306         (display-buffer-fallback-action): New var.
15308 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
15310         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
15311         declaration.
15312         (package--add-to-archive-contents): If there is a duplicate entry
15313         with an older version, remove it.
15314         (package-menu-mark-delete, package-menu-mark-install)
15315         (package-menu-mark-unmark): Make unused args optional.
15316         (package-menu-mark-obsolete-for-deletion):
15317         Use package-menu-get-status instead of a regexp search.
15318         (package-menu-get-status): Use tabulated-list-entry.
15319         (package-menu-mark-upgrades): New command.
15320         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
15321         (package-menu-execute): Do installation before deletion.
15322         (package-menu-refresh, package-menu-execute): Use derived-mode-p
15323         instead of checking major-mode.
15324         (package-menu--find-upgrades): New function.
15326 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15328         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
15329         passwords in the log buffer.
15330         (smtpmail-process-filter): Update the process marker so that the
15331         "broken by peer" status message is inserted in the right place.
15333 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15335         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
15336         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
15337         bibtex-completion-at-point-function.
15338         (bibtex-completion-at-point-function): Use them.
15340         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
15342         * mpc.el (mpc-constraints-tag-lookup): New function.
15343         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
15344         also to browser "album|playlist".
15346 2011-09-14  Juri Linkov  <juri@jurta.org>
15348         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
15349         (isearch-edit-string): Use length of `isearch-string' when
15350         `isearch-fail-pos' returns nil.
15351         (isearch-message): Remove duplicate code and call
15352         `isearch-fail-pos' with arg `t'.
15354 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
15356         * replace.el (occur-mode-goto-occurrence): Don't force using other
15357         window (Bug#9499).
15359         * dired-aux.el (dired-do-chmod): Don't provide initial input.
15361 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
15363         * window.el (display-buffer-window): Remove.
15364         (display-buffer-record-window): Use help-setup window parameter
15365         instead of variable display-buffer-window.
15366         (display-buffer-function, special-display-buffer-names)
15367         (special-display-function): Mention help-setup parameter instead
15368         of display-buffer-window in doc-string.
15369         * help.el (help-window-setup): New argument help-window.
15370         Use help-window-setup parameter instead of display-buffer-window.
15371         Reword some messages.
15372         (with-help-window): Pass window used for displaying the buffer
15373         to help-window-setup.  Don't set display-buffer-window.
15375 2011-09-13  Glenn Morris  <rgm@gnu.org>
15377         * emacs-lisp/debug.el (debugger-make-xrefs):
15378         Preserve point.  (Bug#9462)
15380 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
15382         * window.el (window-deletable-p): Use next-frame.
15384 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
15386         * window.el (window-auto-delete): Remove.
15387         (window-deletable-p): Remove argument FORCE.  Don't deal with
15388         dedication and previous buffers.
15389         (switch-to-prev-buffer): Don't delete window.
15390         (delete-windows-on): Delete a window's frame if and only if the
15391         window is dedicated.
15392         (replace-buffer-in-windows): Delete buffer's window or frame if
15393         and only if window is dedicated.
15394         (quit-window): Handle quit-restore as before last change.
15395         (bury-buffer): Delete window only if window-deletable-p returns t.
15397 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
15399         * window.el (window-deletable-p): Never delete the last frame on a
15400         given terminal.
15402 2011-09-13  Glenn Morris  <rgm@gnu.org>
15404         * help.el (describe-key-briefly): Copy previous standard-output change.
15406 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
15408         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
15410 2011-09-13  Glenn Morris  <rgm@gnu.org>
15412         * emacs-lisp/lisp-mode.el (lisp-indent-function):
15413         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
15415 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
15417         * dired-aux.el (dired-mark-read-string): Don't return default
15418         value on empty input (Bug#9361).
15419         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
15420         Omit initial minibuffer contents.
15421         (dired-do-chmod): Signal an error on empty input.
15422         (dired-mark-read-string): Don't return default on empty input.
15424         * files.el (file-modes-symbolic-to-number): Doc fix.
15426 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15428         * international/mule-cmds.el (ucs-completions): Remove.
15429         (read-char-by-name): Use complete-with-action instead; add metadata.
15431 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
15433         * window.el (display-buffer--action-function-custom-type)
15434         (display-buffer--action-custom-type): New vars.
15435         (display-buffer-alist, display-buffer-default-action)
15436         (display-buffer-overriding-action): Add defcustom types.
15438         * frame.el (delete-other-frames): Doc fix (Bug#276).
15440 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15442         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
15444 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
15446         Change modes that used same-window-* vars to use switch-to-buffer.
15448         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
15449         Use switch-to-buffer.
15451         * cus-edit.el (customize-group, custom-buffer-create)
15452         (customize-browse, custom-buffer-create-other-window):
15453         Use switch-to-buffer or switch-to-buffer-other-window.
15455         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
15456         (Info-prev, Info-up, Info-speedbar-goto-node)
15457         (info-display-manual): Use switch-to-buffer.
15458         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
15460         * mail/sendmail.el (mail): Use switch-to-buffer.
15461         (mail-recover): Use switch-to-buffer-other-window.
15463         * cmuscheme.el (run-scheme, switch-to-scheme):
15464         * ielm.el (ielm):
15465         * shell.el (shell):
15466         * net/rlogin.el (rlogin):
15467         * net/telnet.el (telnet, rsh):
15468         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
15470 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
15472         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
15474 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15476         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
15477         so don't mention it (bug#9301).
15478         (dired-sort-toggle-or-edit): Clarify string further.
15480         * faces.el (face-spec-set-match-display): Make `(type graphic)'
15481         match `x', `w32' and `ns', like the manual says (bug#9029).
15483         * subr.el (eval-after-load): Doc string clarification (bug#9125).
15484         (process-kill-buffer-query-function): Mention the buffer name in
15485         the query.
15487         * image-mode.el (image-next-line): The line parameter is mandatory
15488         (bug#9258).
15490         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
15491         which can be useful (bug#9301).
15493         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
15495         * subr.el (match-string): Mention that the current buffer should
15496         be the same as the search was done in (bug#9282).
15498         * facemenu.el: Disable the remove-* commands if the mark isn't
15499         active (bug#9162).
15501 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
15503         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
15504         of display-buffer.
15505         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
15507         * replace.el (occur-mode-goto-occurrence)
15508         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
15509         and display-buffer.
15511         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
15512         display-buffer.
15514         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
15515         special-display and same-window variables.
15516         (mail-other-window): Use switch-to-buffer-other-window.
15517         (mail-other-frame): USe switch-to-buffer-other-frame.
15519         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
15520         Use display-buffer-other-frame.
15521         (gdb-display-gdb-buffer): Use pop-to-buffer.
15523         * progmodes/gud.el (gud-goto-info): Use info-other-window.
15525         * progmodes/python.el: Don't set same-window-buffer-names.
15527         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
15529         * window.el (display-buffer-alist): Add *Python*.
15531 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
15533         * window.el (display-buffer-alist): Add entry for buffers
15534         previously handled same-window-*.
15535         (display-buffer-alist, display-buffer-default-action)
15536         (display-buffer-overriding-action): Mark as risky.
15537         (display-buffer-alist): Document action function changes.
15538         (display-buffer--same-window-action)
15539         (display-buffer--other-frame-action): New variables.
15540         (switch-to-buffer, display-buffer-other-frame): Use them.
15541         (display-buffer): Rename reuse-frame entry to reusable-frames.
15542         (display-buffer-reuse-selected-window): Function deleted.
15543         (display-buffer-reuse-window): Handle reusable-frames alist entry.
15544         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
15545         (display-buffer-special): New function.
15546         (display-buffer--maybe-pop-up-frame-or-window): Rename from
15547         display-buffer-reuse-or-pop-window.  Split off special-display
15548         part into display-buffer-special.
15549         (display-buffer-use-some-window): Don't perform any special
15550         pop-up-frames handling.
15551         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
15552         (display-buffer--maybe-same-window): Rename from
15553         display-buffer-maybe-same-window.
15555         * info.el: Don't set same-window-regexps.
15556         (info-setup): New function.
15557         (info-other-window, info): Call it.
15559         * cus-edit.el: Don't set same-window-regexps.
15560         (customize-group): New argument.
15561         (customize-group-other-window): Use it.
15562         (customize-face, customize-face-other-window): Likewise.
15563         (custom-buffer-create-other-window): Use pop-to-buffer directly.
15565         * net/rlogin.el:
15566         * net/telnet.el:
15567         * progmodes/gud.el: Don't set same-window-regexps.
15569         * cmuscheme.el:
15570         * ielm.el:
15571         * shell.el:
15572         * mail/sendmail.el:
15573         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
15575 2011-09-10  Juri Linkov  <juri@jurta.org>
15577         * isearch.el (isearch-edit-string): Remove obsolete mention of
15578         `C-w' (`isearch-yank-word-or-char') from docstring.
15579         (isearch-query-replace): Fix typo in docstring (bug#9466).
15581 2011-09-10  Juri Linkov  <juri@jurta.org>
15583         * paren.el (show-paren-function): Don't show escaped parens.
15584         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
15586 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
15588         * mail/sendmail.el (mml-to-mime, mml-attach-file)
15589         (mm-default-file-encoding): Remove autoload forms, they are
15590         replaced with autoload cookies in mml.el and mm-encode.el.
15591         (mail-add-attachment): New command.
15592         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
15593         (mail-mode): Mention mail-insert-file and mail-add-attachment in
15594         the doc string.
15595         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
15597 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
15599         * simple.el (count-words-region): Use buffer if there's no region
15600         (bug#9429).
15602 2011-09-09  Juri Linkov  <juri@jurta.org>
15604         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
15605         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
15606         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
15608 2011-09-09  Alan Mackenzie  <acm@muc.de>
15610         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
15611         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
15613 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
15615         Fix for Savannah bug#9392.
15616         * simple.el (mail-encode-mml): New defvar.
15618         * mail/rmail.el (mail-encode-mml): Add a defvar.
15619         (rmail-enable-mime-composing): Default to t.
15620         (rmail-forward): Use MIME method of forwarding only if both
15621         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
15622         Set mail-encode-mml non-nil if the MIME method was used.
15624         * mail/sendmail.el (mml-to-mime): Add autoload form.
15625         (mail-encode-mml): Add a defvar.
15626         (mail-mode): Make mail-encode-mml buffer-local and initialize it
15627         to nil.
15628         (mail-send): If mail-encode-mml is non-nil, run the outgoing
15629         message through mml-to-mime, and reset mail-encode-mml to nil.
15631 2011-09-09  Glenn Morris  <rgm@gnu.org>
15633         * woman.el (woman-if-body): When processing an .el block,
15634         do not delete the next .el block as well.  (Bug#9447)
15635         (woman-special-characters): Add oq, cq, and hy characters.
15637 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
15639         * window.el (window-deletable-p): Make sure window is live before
15640         invoking window-prev-buffers.
15642 2011-09-08  Leo Liu  <sdl.web@gmail.com>
15644         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
15646 2011-09-08  Juri Linkov  <juri@jurta.org>
15648         * progmodes/compile.el (compilation-environment): Make it
15649         a defcustom (bug#8340).
15651 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
15653         * window.el (frame-auto-delete): Rename to window-auto-delete.
15654         Make it control auto-deletion of windows and/or frames.
15655         (window-deletable-p): New argument FORCE.  Rewrite conditions
15656         for deleting window/frame.  (Bug#9419)
15657         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
15658         Rewrite handling of case when window/frame can be deleted.
15659         (delete-windows-on): Call window-deletable-p with new FORCE
15660         argument t.  (Bug#9456)
15662 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
15664         * help-mode.el (help-mode): Restore autoload.
15666 2011-09-07  Juri Linkov  <juri@jurta.org>
15668         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
15669         `compilation-environment'.  Set buffer-local
15670         `compilation-environment' to `thisenv' later after (funcall mode).
15671         (Bug#8340)
15673         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
15674         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
15675         instead of replacing its value.  (Bug#8340)
15677 2011-09-07  Juri Linkov  <juri@jurta.org>
15679         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
15680         based on text properties put by `grep-filter' instead of matching
15681         escape sequences.
15682         (grep-mode): Set buffer-local `compilation-error-screen-columns'
15683         to the value of `grep-error-screen-columns' (bug#9438).
15685 2011-09-07  Juri Linkov  <juri@jurta.org>
15687         * simple.el (next-error-highlight, next-error-highlight-no-select):
15688         Doc fix (bug#9432).
15690 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
15692         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15693         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
15695 2011-09-07  Leo Liu  <sdl.web@gmail.com>
15697         * net/rcirc.el (rcirc-mode): Conditionally initialize
15698         rcirc-input-ring.
15700 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15702         * emacs-lisp/find-func.el (find-function-C-source): Only set
15703         find-function-C-source-directory after checking that we found a source
15704         file there (bug#9440).
15706 2011-09-06  Alan Mackenzie  <acm@muc.de>
15708         * isearch.el (isearch-other-meta-char): Wherever a key list is
15709         unread, "unread" the prefix arg, too.  This fixes bug #8901.
15711 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
15713         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
15715 2011-09-05  Juri Linkov  <juri@jurta.org>
15717         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
15719 2011-09-05  Juri Linkov  <juri@jurta.org>
15721         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
15722         keeping point where processing of grep matches begins, and
15723         continue to delete remaining escape sequences from the same point.
15724         (grep-filter): Make leading zero optional in "0?1;31m" because
15725         git-grep emits "\033[1;31m" escape sequences unlike expected
15726         "\033[01;31m" as GNU Grep does (bug#9408).
15727         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
15729 2011-09-05  Juri Linkov  <juri@jurta.org>
15731         * subr.el (y-or-n-p): Capitalize "yes".
15733 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
15735         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
15736         `tramp-cache-unload-hook' where appropriate.
15737         (tramp-methods): Rename `tramp-remote-sh' to
15738         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
15739         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
15741         * net/tramp-sh.el (top): Don't require 'shell.
15742         (tramp-methods): Add `tramp-remote-shell' and
15743         `tramp-remote-shell-args' entries.
15744         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
15745         (tramp-sh-handle-shell-command): Remove.
15746         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15747         Use `tramp-remote-shell'.
15749 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
15751         * mail/sendmail.el (sendmail-query-once-function): Delete.
15752         (sendmail-query-once): Save directly to send-mail-function.
15753         Update message-send-mail-function too.
15755         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
15757 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
15759         * progmodes/python.el (python-mode-map): Use correct function to
15760         start python interpreter from menu-bar (as reported by Geert
15761         Kloosterman).
15762         (inferior-python-mode-map): Fix typo.
15763         (python-shell-map): Remove.
15765 2011-09-03  Deniz Dogan  <deniz@dogan.se>
15767         * net/rcirc.el (rcirc-print): Simplify code for
15768         rcirc-scroll-show-maximum-output.  There is no need to walk
15769         through all windows to find the right one.
15771 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
15773         * help.el (help-return-method): Doc fix.
15775 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
15777         * window.el (window-deletable-p): Don't return a non-nil value
15778         when there's a buffer that was shown in the window before.
15779         (Bug#9419)
15780         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15781         Set window's previous buffers to nil.
15783 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
15785         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
15786         newline before and after the tag line, so it doesn't interfere
15787         with determining the paragraph direction of bidirectional text.
15789 2011-09-03  Leo Liu  <sdl.web@gmail.com>
15791         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
15793 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
15795         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
15796         (pop-to-buffer): Change interactive spec.  Pass second argument
15797         directly to display-buffer.
15798         (display-buffer): Fix interactive spec.  Use functionp to
15799         distinguish between a function and a list of functions.
15801         * abbrev.el (edit-abbrevs):
15802         * arc-mode.el (archive-extract):
15803         * autoinsert.el (auto-insert):
15804         * bookmark.el (bookmark-bmenu-list):
15805         * files.el (find-file):
15806         * view.el (view-buffer):
15807         * progmodes/compile.el (compilation-goto-locus):
15808         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
15810 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
15812         * window.el (display-buffer-alist): Doc fix.
15813         (display-buffer): Add docstring.  Don't treat
15814         display-buffer-default specially.
15815         (display-buffer-reuse-selected-window)
15816         (display-buffer-same-window, display-buffer-maybe-same-window)
15817         (display-buffer-reuse-window, display-buffer-pop-up-frame)
15818         (display-buffer-pop-up-window)
15819         (display-buffer-reuse-or-pop-window)
15820         (display-buffer-use-some-window): New functions.
15821         (display-buffer-default-action): Use them.
15822         (display-buffer-default): Delete.
15823         (pop-to-buffer-1): Fix choice of actions.
15825 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15827         * minibuffer.el (completion--insert-strings): Don't get confused by
15828         completion entries that end with an LF char.
15830 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
15832         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
15834 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
15836         * window.el (display-buffer): Restore interactive spec.
15837         (display-buffer-same-window, display-buffer-other-window):
15838         New functions.
15839         (pop-to-buffer-1): New function.  Use the above.
15840         (pop-to-buffer, pop-to-buffer-same-window): Use it.
15841         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
15843         * view.el (view-buffer-other-window, view-buffer-other-frame):
15844         Just use pop-to-buffer.
15846 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15848         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
15850 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
15852         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
15854 2011-08-31  Richard Stallman  <rms@gnu.org>
15856         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
15857         of the separation of rmail-view-buffer from rmail-buffer.
15858         If you say no to "replace original", the decrypt is in the
15859         view buffer.  If you say yes, the decrypt goes into the
15860         rmail buffer also.
15862 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
15864         * window.el (display-buffer-window): Rewrite doc-string.
15865         (display-buffer-record-window): New function.
15866         (display-buffer-macro-specifiers)
15867         (display-buffer-even-window-sizes, display-buffer-set-height)
15868         (display-buffer-set-width, display-buffer-in-window)
15869         (display-buffer-reuse-window, display-buffer-split-specifiers)
15870         (display-buffer-side-specifiers, display-buffer-split-window-1)
15871         (display-buffer-split-window, display-buffer-split-atom-window)
15872         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15873         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15874         (display-buffer-other-window-means-other-frame)
15875         (display-buffer-normalize-special)
15876         (display-buffer-normalize-default)
15877         (display-buffer-normalize-argument)
15878         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15879         (display-buffer-normalize-specifiers, display-buffer-frame)
15880         (display-buffer-same-window, display-buffer-same-frame)
15881         (display-buffer-other-window)
15882         (display-buffer-same-frame-other-window)
15883         (display-buffer-other-frame, pop-to-buffer-same-window)
15884         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15885         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15886         (switch-to-buffer-same-frame)
15887         (switch-to-buffer-other-window-same-frame)
15888         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15889         (display-buffer-alist-set-1, display-buffer-alist-set-2)
15890         (display-buffer-alist-set): Remove.
15891         (display-buffer-function, special-display-buffer-names)
15892         (special-display-regexps, special-display-function):
15893         In doc-string refer to display-buffer-window and quit-restore
15894         parameter.
15895         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15896         (special-display-frame-alist, special-display-popup-frame)
15897         (same-window-buffer-names, same-window-regexps, same-window-p)
15898         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15899         (split-window-preferred-function, split-height-threshold)
15900         (split-width-threshold, window-splittable-p)
15901         (split-window-sensibly, window--try-to-split-window)
15902         (window--frame-usable-p, even-window-heights)
15903         (window--even-window-heights, window--display-buffer-1)
15904         (window--display-buffer-2, display-buffer-other-frame):
15905         Restore old Emacs 23 code, order and doc-strings where applicable.
15906         (display-buffer-default, display-buffer-assq-regexp): New functions.
15907         (display-buffer-alist): Rewrite doc-string.
15908         (display-buffer-default-action)
15909         (display-buffer-overriding-action): New variables.
15910         (display-buffer, switch-to-buffer): Rewrite.
15911         (pop-to-buffer): Restore Emacs 23 behavior but use
15912         window-normalize-buffer-to-display.
15913         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15914         Restore Emacs 23 behavior but use
15915         window-normalize-buffer-to-switch-to.
15916         (pop-to-buffer-same-window): Rewrite.
15917         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15918         Rewrite using Emacs 23 options.
15920 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
15922         * net/tramp.el (tramp-root-regexp): Remove.
15923         (tramp-completion-file-name-regexp-unified)
15924         (tramp-completion-file-name-regexp-separate)
15925         (tramp-completion-file-name-regexp-url): Don't use leading volume
15926         letter on w32 systems.  (Bug#5303, Bug#9311)
15927         (tramp-drop-volume-letter): Simplify definition.
15928         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15930 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15932         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15933         (bug#9356).
15935 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
15937         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15939 2011-08-29  Juri Linkov  <juri@jurta.org>
15941         * isearch.el (isearch-done): Don't display message "Mark saved"
15942         when arg `edit' is non-nil to prevent its flicker in the echo area.
15944 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
15946         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15947         obsolete packages for deletion.
15949 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
15951         * help-mode.el (help-mode-map): Add special-mode-map to parent.
15952         (help-mode): Derive help-mode from special-mode.  Don't invoke
15953         view-mode from help-mode.
15954         (help-xref-override-view-map): Remove.
15955         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15956         view-mode is not used anymore.
15958 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
15960         * server.el (server-port): Doc fix.
15962         * cus-theme.el (custom-theme-choose-mode): Inherit from
15963         special-mode (Bug#9124).
15964         (custom-theme-choose-mode-map): Add special-mode to parent.
15966 2011-08-28  Alan Mackenzie  <acm@muc.de>
15968         * progmodes/cc-fonts.el
15969         (c-make-font-lock-BO-decl-search-function): New function.
15970         (c-basic-matchers-after - "Fontify the clauses after various
15971         keywords"): Extract the three keyword lists for the 3 erroneous
15972         constructs from the list of four, and use the new function above
15973         in place of an old one.
15975 2011-08-28  Deniz Dogan  <deniz@dogan.se>
15977         * net/rcirc.el (rcirc-insert-prev-input)
15978         (rcirc-insert-next-input): Remove unused argument.
15980 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15982         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15984 2011-08-27  Alan Mackenzie  <acm@muc.de>
15986         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15987         handle function pointer parameters properly.
15989 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
15991         * window.el (display-buffer-reuse-window): Fix case where
15992         selected window was reused with non-nil OTHER-WINDOW argument.
15993         (Bug#9381)
15995 2011-08-27  Deniz Dogan  <deniz@dogan.se>
15997         * net/rcirc.el (rcirc-check-auth-status): Adding support for
15998         oftc's NickServ messages.
16000 2011-08-27  Glenn Morris  <rgm@gnu.org>
16002         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
16004 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
16006         * emacs-lisp/package.el (package-install): Call package-initialize
16007         if called interactively.
16009 2011-08-26  Leo Liu  <sdl.web@gmail.com>
16011         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
16013 2011-08-25  Juri Linkov  <juri@jurta.org>
16015         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16016         `search-whitespace-regexp' (bug#9364).
16018 2011-08-25  Juri Linkov  <juri@jurta.org>
16020         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
16021         `regexp-search-ring' to their global values to protect from
16022         updating by `read-from-minibuffer' (bug#9185).
16024 2011-08-25  Juri Linkov  <juri@jurta.org>
16026         * textmodes/ispell.el (ispell-command-loop): Add newline
16027         at the end of the "Use option `i'..." line.
16029 2011-08-25  Juri Linkov  <juri@jurta.org>
16031         * battery.el (display-battery-mode): If `battery-status-function'
16032         or `battery-mode-line-format' is nil, display the message and set
16033         `display-battery-mode' to nil (bug#9363).
16035 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
16037         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
16038         bidi-string-mark-left-to-right; they are unnecessary now.
16040 2011-08-25  Deniz Dogan  <deniz@dogan.se>
16042         * net/quickurl.el: Documentation typo fixes.
16044 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
16046         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
16048 2011-08-25  Glenn Morris  <rgm@gnu.org>
16050         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16052         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
16053         (smtpmail-via-smtp): Handle nil response from smtp.
16055 2011-08-24  Juri Linkov  <juri@jurta.org>
16057         * proced.el (proced-marked): Inherit from `error' instead of
16058         `font-lock-warning-face'.
16060         * ibuffer.el (ibuffer-marked-face): Change default face from
16061         `font-lock-warning-face' to `warning'.
16062         (ibuffer-deletion-face): Change default face from
16063         `font-lock-type-face' to `error'.
16065         * battery.el (battery-update): Use the face `error' instead of
16066         `font-lock-warning-face' (bug#6117).
16068 2011-08-24  Juri Linkov  <juri@jurta.org>
16070         * faces.el (success): Change face color from "Green3" to
16071         "ForestGreen" on light background (bug#9353).
16073 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
16075         * window.el (quit-window): Rename from quit-restore-window.
16076         Use same arglist as old quit-window.
16077         (frame-auto-delete): Doc fix.
16079         * view.el (view-mode-exit): Use quit-window.
16081 2011-08-24  Juri Linkov  <juri@jurta.org>
16083         * isearch.el (isearch-ring-adjust1): Start visiting previous
16084         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
16085         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
16086         for empty search string (when the last search string is reused
16087         automatically) to adjust the isearch ring to the last element and
16088         prepare the correct index for further M-p commands (bug#9185).
16090 2011-08-24  Kenichi Handa  <handa@m17n.org>
16092         * international/ucs-normalize.el: If decomposition property of
16093         CHAR is the default one (i.e. a list of CHAR itself), treat it as
16094         nil.
16095         (nfd, nfkd): Likewise.
16097 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16099         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
16100         from process filters aren't reliably transmitted to the surrounding
16101         accept-process-output.
16102         (mpc-proc-check): New function.
16103         (mpc-proc-sync): Use it (bug#8293)
16105 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16107         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
16108         Add compatibility functions (bug#9313).
16110 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
16112         * cus-start.el (all): Add entry for bidi-paragraph-direction.
16114         * international/uni-bidi.el: Regenerate.
16116 2011-08-23  Kenichi Handa  <handa@m17n.org>
16118         * international/charprop.el:
16119         * international/uni-bidi.el:
16120         * international/uni-category.el:
16121         * international/uni-combining.el:
16122         * international/uni-comment.el:
16123         * international/uni-decimal.el:
16124         * international/uni-decomposition.el:
16125         * international/uni-digit.el:
16126         * international/uni-lowercase.el:
16127         * international/uni-mirrored.el:
16128         * international/uni-name.el:
16129         * international/uni-numeric.el:
16130         * international/uni-old-name.el:
16131         * international/uni-titlecase.el:
16132         * international/uni-uppercase.el: Regenerate.
16134 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
16136         * help.el (help-window-setup): Fix message displayed when other
16137         window is reused.  (Bug#9341)
16139 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16141         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
16142         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
16144         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
16145         Mark obsolete.
16146         * shell.el (shell-parse-pcomplete-arguments): New function.
16147         (shell-completion-vars): Use it instead (bug#9160).
16149 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16151         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
16152         strings and comments (bug#9333).
16154         * emacs-lisp/debug.el (debug-arglist): New function.
16155         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
16156         (debug-on-entry-1): Handle interpreted closures (bug#9120).
16158 2011-08-22  Juri Linkov  <juri@jurta.org>
16160         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16161         Revert regexp that highlights output switches to its old
16162         pre-2010-10-28 value and remove one `?' from it (bug#9319).
16164         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
16165         to check for empty output (bug#9226).
16167 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
16169         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
16170         symbol-constituent as the default, as that stops font-lock from
16171         working properly (Bug#8843).
16173 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16175         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
16176         `coding-system-for-*' around the process open call to avoid
16177         auth-source side effects.
16178         (smtpmail-try-auth-methods): Expand the secret password.
16179         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
16180         probe hangs.
16182 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
16184         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
16186         * emacs-lisp/find-func.el (find-function-noselect): New arg
16187         lisp-only.
16189         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
16190         signal an error for built-in functions (Bug#6664).
16192 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16194         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
16195         (smtpmail-try-auth-methods): Use it.
16197 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
16199         * font-lock.el (font-lock-fontify-region)
16200         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
16201         (font-lock-default-unfontify-buffer)
16202         (font-lock-default-fontify-region)
16203         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
16205         * progmodes/compile.el (compilation-error-properties):
16206         Fix confusion between file struct and message struct (Bug#9319).
16207         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
16208         `ant' regexp.
16210         * net/browse-url.el (browse-url-firefox): Don't call
16211         browse-url-firefox-sentinel unless using -remote (Bug#9328).
16213 2011-08-20  Glenn Morris  <rgm@gnu.org>
16215         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
16217         * tutorial.el (tutorial--default-keys): Update some default bindings.
16219         * files.el (hack-local-variables): Fully ignore case for "mode:".
16221 2011-08-20  Alan Mackenzie  <acm@muc.de>
16223         Resolve invalid use of a regexp in regexp-opt.
16225         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
16226         detection for a java annotation.
16228         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
16229         detection for a java annotation.
16231         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
16232         handling for java.
16233         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
16235 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
16237         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
16238         (Bug#9274).
16240 2011-08-20  Alan Mackenzie  <acm@muc.de>
16242         Fontify CPP expressions correctly when starting in the middle of
16243         such a construct.  Mainly for when jit-lock etc. starts a chunk
16244         here.
16246         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
16247         variable.
16248         (c-make-font-lock-search-form): New function, extracted from
16249         c-make-font-lock-search-function.
16250         (c-make-font-lock-search-function): Use the above function.
16251         (c-make-font-lock-context-search-function): New function.
16252         (c-cpp-matchers): Enhance the preprocessor expression case with
16253         the above function
16254         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
16255         which takes an expression.
16257         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
16259 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
16261         * window.el (display-buffer-reuse-window)
16262         (display-buffer-pop-up-window): Don't reuse or split a side
16263         window.
16265 2011-08-19  Glenn Morris  <rgm@gnu.org>
16267         * files.el (hack-local-variables-prop-line, hack-local-variables):
16268         Downcase "Mode:".  (Bug#9331)
16270 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
16272         * international/characters.el: Add L and R categories.
16274         * subr.el (bidi-string-mark-left-to-right): Rename from
16275         string-mark-left-to-right.  Use category search.
16277         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
16279 2011-08-18  Juri Linkov  <juri@jurta.org>
16281         * faces.el (error, warning, success): New faces with definitions
16282         copied from old default values of `font-lock-warning-face',
16283         `compilation-warning', `compilation-info' (bug#6117).
16285         * font-lock.el (font-lock-warning-face): Inherit from `error'.
16287         * progmodes/compile.el (compilation-error): Inherit from `error'.
16288         (compilation-warning): Inherit from `warning'.
16289         (compilation-info): Inherit from `success'.
16291         * dired.el (dired-marked): Inherit from `warning'.
16292         (dired-flagged): Inherit from `error'.
16294 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16296         * mail/smtpmail.el (auth-source): Require to avoid problems with
16297         binding variables (bug#9298).  Also clean up some unused
16298         autoloads.
16300         * net/network-stream.el (network-stream-open-starttls):
16301         Support using starttls.el without using gnutls-cli.
16303 2011-08-17  Juri Linkov  <juri@jurta.org>
16305         * progmodes/grep.el (rgrep): Handle the case when
16306         `grep-find-command' is a cons cell (bug#9278).
16308 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
16310         * window.el (display-buffer-pop-up-frame): Run frame creation
16311         function with BUFFER current (as special-display-popup-frame
16312         does).  Reported by Drew Adams.
16314 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
16316         * epa-mail.el: Simplify GnuPG group expansion using
16317         epg-expand-group.
16318         (epa-mail-group-alist, epa-mail-group-modtime)
16319         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
16320         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
16321         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
16322         Remove.
16324 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
16326         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
16328 2011-08-16  Alan Mackenzie  <acm@muc.de>
16330         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
16331         Correct, to avoid the inside of macros.
16333 2011-08-16  Richard Stallman  <rms@gnu.org>
16335         * epa-mail.el: Handle GnuPG group definitions.
16336         (epa-mail-group-alist, epa-mail-group-modtime)
16337         (epa-mail-gnupg-conf-file): New variables.
16338         (epa-mail-parse-groups, epa-mail-sync-groups)
16339         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
16340         (epa-mail-expand-recipients): New functions.
16341         (epa-mail-encrypt): Call epa-mail-expand-recipients.
16343         * mail/rmail.el (rmail-epa-decrypt): New command.
16345         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
16346         Don't bind buffer-read-only, just inhibit-read-only.
16347         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
16348         (epa-decrypt-armor-in-region): Make error message clearer.
16350 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16352         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
16353         and "a2b" to "ab" for `prefix'.
16355 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
16357         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
16358         filter groups.
16359         (ibuffer-included-in-filter-p-1): Use it.  Suggested by RafaĂ«l
16360         Fourquet (Bug#8804).
16362 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
16364         * startup.el (argi): Declare as global variable (bug#9275).
16366 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
16368         * subr.el (string-mark-left-to-right): Search the entire string
16369         for RTL script, not just the terminating character.  Doc fix.
16371 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16373         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
16374         New function.
16375         (js--regexp-literal, js-syntax-propertize-function): Remove.
16376         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
16377         (js-mode-map): Don't rebind electric keys.
16378         (js-insert-and-indent): Remove.
16379         (js-mode): Setup electric-layout and electric-indent instead.
16381         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
16383 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
16385         * epa.el (epa-progress-callback-function): Fix the logic of
16386         displaying progress.
16387         * epa-file.el (epa-file-insert-file-contents): Make progress
16388         display more user-friendly.
16389         (epa-file-write-region): Ditto.
16391 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
16393         * subr.el (string-mark-left-to-right): New function.
16395         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
16396         Use string-mark-left-to-right.
16397         (list-buffers-noselect): Caller changed.
16399         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16400         Use string-mark-left-to-right.
16401         (tabulated-list-print): Recenter after moving point.
16403 2011-08-10  Juri Linkov  <juri@jurta.org>
16405         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
16406         This finishes incomplete reversion of revno:104787 (2011-06-30)
16407         intended by revno:104988 (2011-07-06).
16409 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
16411         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
16412         (Bug#7554).
16414 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
16416         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
16417         character.  (Bug#6594)
16419 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
16421         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
16422         (image-dired--with-db-file): New macro.
16423         (image-dired-write-tags, image-dired-remove-tag)
16424         (image-dired-create-gallery-lists, image-dired-write-comments)
16425         (image-dired-get-comment, image-dired-mark-tagged-files)
16426         (image-dired-list-tags, image-dired-gallery-generate): Use it.
16427         (image-dired-gallery-generate): Use insert-file-contents.
16429         * time.el (display-time-world-list, display-time-world-display):
16430         * time-stamp.el (time-stamp-string):
16431         * vc/add-log.el (add-change-log-entry): Use setenv instead of
16432         set-time-zone-rule (Bug#7337).
16434 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
16436         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
16437         (epg-error-to-string, epg-errors-to-string): New function.
16438         (epg-wait-for-completion): Reverse errors list.
16439         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
16440         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
16441         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
16442         (epg-sign-keys, epg-generate-key-from-file)
16443         (epg-generate-key-from-string): Format errors by using
16444         epg-errors-to-string (bug#9255).
16445         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
16447 2011-08-07  Juri Linkov  <juri@jurta.org>
16449         * faces.el (list-faces-display): Remove extra angle bracket
16450         from `help-mode-map'.
16452         * info.el (Info-history-toc-nodes): Doc fix.
16454         * longlines.el (longlines-mode): Doc fix.
16456 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16458         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
16459         of statements and in a few more cases (bug#9183).
16461         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
16462         New functions.
16463         (cl-transform-lambda): Use them (bug#9239).
16465 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
16467         * window.el (display-buffer-same-window)
16468         (display-buffer-same-frame, display-buffer-other-window)
16469         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16470         (pop-to-buffer-other-window)
16471         (pop-to-buffer-same-frame-other-window)
16472         (pop-to-buffer-other-frame): Make them defuns.
16473         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
16475 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16477         * subr.el (make-composed-keymap): Move from C.  Change calling
16478         convention, and improve docstring to bring attention to a subtle point.
16479         * minibuffer.el (completing-read-default): Adjust accordingly.
16481 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
16483         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
16484         (tramp-open-shell): Use `tramp-shell-quote-argument'.
16486         * net/trampver.el: Update release number.
16488 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16490         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
16491         "in" (bug#9190).
16493 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16495         * mail/sendmail.el (sendmail-query-once): Restore the current
16496         buffer after querying (bug#9074).
16498         * dired.el (dired-flagged): Use different faces for marked and
16499         flagged files (bug#6117).
16501         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
16502         (bug#4433).
16504         * ido.el (ido-mode): Switch off the message if called
16505         non-interactively.
16507         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
16508         before 587, since it appears that that's more likely to work for
16509         more people.
16511         * cus-edit.el (custom-file): When running under emacs -q, always
16512         refuse to save the customizations, even if the .emacs file doesn't
16513         exist.
16515         * info.el: Remove the `Info-beginning-of-buffer' function
16516         (bug#8325).
16518         * net/network-stream.el (network-stream-open-starttls):
16519         Use `starttls-available-p' to see whether starttls.el can be used.
16521 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
16523         * window.el (display-buffer-in-window): Don't set dedicated status
16524         of window here (Bug#9215).
16525         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16526         (display-buffer-pop-up-side-window)
16527         (display-buffer-in-side-window): Set dedicated status of window here.
16529 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16531         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
16532         before binding generated-autoload-file.
16534 2011-08-01  Deniz Dogan  <deniz@dogan.se>
16536         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
16538 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
16540         Sync with Tramp 2.2.2.
16542         * net/trampver.el: Update release number.
16544 2011-07-30  Juri Linkov  <juri@jurta.org>
16546         * dired-aux.el (dired-touch-initial): Remove function.
16547         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
16548         current time, and `default' to the last modification time of the
16549         current marked file (bug#6887).
16551 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
16553         * simple.el (goto-line): Use string-to-number to provide a
16554         numeric argument to read-number (bug#9163).
16556 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
16558         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
16559         connection process, it could be nil.
16561 2011-07-27  Leo Liu  <sdl.web@gmail.com>
16563         Simplify url handling in rcirc-mode.
16565         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
16566         (rcirc-browse-url-at-mouse): Remove.
16567         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
16569 2011-07-26  Alan Mackenzie  <acm@muc.de>
16571         Fontify bitfield declarations properly.
16573         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
16574         (c-symbol-chars): Now exported as a lang variable.
16575         (c-not-primitive-type-keywords): New lang variable.
16577         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
16578         QT keyword "more" to prevent "more slots: ...." being spuriously
16579         parsed as a bitfield declaration.
16581         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16582         Refactor and enhance to handle bitfield declarations.
16583         (c-punctuation-in): New function.
16584         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
16585         declarations properly.
16587 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
16589         * calendar/icalendar.el (icalendar--all-events): Take care of
16590         multiple vcalendars in a single file.
16591         (icalendar--convert-float-to-ical): Checkdoc fixes.
16593 2011-07-25  Deniz Dogan  <deniz@dogan.se>
16595         * image.el (insert-image): Clarifying docstring.
16597 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
16599         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
16600         `tramp-send-command-and-check' if there is no error.
16601         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
16603 2011-07-22  Alan Mackenzie  <acm@muc.de>
16605         Prevent cc-langs.elc being loaded at run time.
16607         * progmodes/cc-mode.el: Remove two autoload forms which loaded
16608         cc-langs.
16610         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
16611         "(require 'cc-langs)".  Quote a form so it will evaluate at
16612         (cc-mode's) compilation time.
16614 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
16616         * net/tramp.el (tramp-file-name-handler): Avoid recursive
16617         loading.  (Bug#9114)
16619 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
16621         * window.el (display-buffer-pop-up-window)
16622         (display-buffer-pop-up-side-window)
16623         (display-buffer-in-side-window): Call display-buffer-set-height
16624         and display-buffer-set-width after setting the new window's
16625         buffer so `fit-window-to-buffer' and friends work on the right buffer.
16627 2011-07-20  Sam Steingold  <sds@gnu.org>
16629         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
16630         (etags-tags-included-tables): Call `convert-standard-filename' on
16631         the file names contained in TAGS so that windows Emacs can handle
16632         TAGS files created by cygwin ctags.
16634 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16636         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
16637         which apparently didn't work.
16639 2011-07-19  Roland Winkler  <winkler@gnu.org>
16641         * proced.el (proced-send-signal): For *Marked Processes* buffer
16642         put point at beginning of buffer.
16644 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
16646         * proced.el (proced-format): Make header lines align with the text
16647         (bug#1779).
16649 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16651         * view.el (view-buffer): Allow running in `special' modes if we're
16652         visiting a file (bug#8615).
16654 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
16656         * window.el (display-buffer-alist-of-strings-p)
16657         (display-buffer-alist-set-1, display-buffer-alist-set-2):
16658         New functions.
16659         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
16660         more accurately.
16662 2011-07-18  Alan Mackenzie  <acm@muc.de>
16664         Fontify declarators properly when, e.g., a jit-lock chunk begins
16665         inside a declaration.
16667         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
16669         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16670         New function.
16671         (c-complex-decl-matchers): Insert reference to
16672         c-font-lock-enclosing-decls.
16674         * progmodes/cc-engine.el (c-backward-single-comment):
16675         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
16676         to nil around calls to (forward-comment -1).
16678 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16680         * image.el (put-image): Doc typo fix.
16682         * progmodes/etags.el (tags-search): Doc typo fix.
16684         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
16685         password if we get errors 550 to 554.
16687 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16689         * net/gnutls.el (gnutls-log-level): Remove.
16691         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
16692         indentation character (bug#6380).
16694         * files.el (buffer-offer-save): Made permanently local (bug#6241).
16696         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
16697         to clarify what the problem is (bug#4291).
16699         * simple.el (current-kill): Clarify what
16700         `interprogram-paste-function' does (bug#7500).
16701         (auto-fill-mode): Document `auto-fill-function' in relation to
16702         `auto-fill-mode' (bug#2470).
16704 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
16706         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
16707         method if slot is read-only (bug#9035).
16709 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
16711         * frame.el (select-frame-set-input-focus): New argument NORECORD.
16712         * window.el (pop-to-buffer): Select window used even if it was
16713         selected before, see discussion of (Bug#8615), (Bug#6954).
16714         Pass argument NORECORD on to select-frame-set-input-focus.
16716 2011-07-15  Glenn Morris  <rgm@gnu.org>
16718         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
16719         Respect help-form.
16721 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
16723         * net/gnutls.el (gnutls-min-prime-bits): New variable.
16724         (gnutls-negotiate): Use it.
16726 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16728         * net/gnutls.el (gnutls-negotiate):
16729         Upcase `gnutls-algorithm-priority'.
16731 2011-07-15  Glenn Morris  <rgm@gnu.org>
16733         * jka-compr.el (jka-compr-verbose): Move from here...
16734         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
16735         Add missing :version tag.
16736         * info.el: No need to require jka-compr when compiling.
16738 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16740         * net/gnutls.el (gnutls-algorithm-priority): New variable.
16741         (gnutls-negotiate): Use it.
16743         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
16745         * info.el (Info-beginning-of-buffer): New command.
16746         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
16747         announcing `b' as the key (bug#8325).
16748         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
16750         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
16752         * international/mule-cmds.el
16753         (describe-specified-language-support): Make the error message
16754         clearer (bug#8905).
16756         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
16758         * isearch.el (isearch-barrier): Add a doc string, since it's
16759         mentioned in a function doc string (bug#8678).
16761 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
16763         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
16764         buffer argument (Bug#9083) and self-identifying label argument.
16766 2011-07-15  Glenn Morris  <rgm@gnu.org>
16768         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
16770 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16772         * man.el (Man-fontify-manpage): Fix message when formatting the
16773         man page (bug#7929).
16775 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
16777         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
16778         argument LRM; if non-nil, append an invisible LRM character to the
16779         buffer name.
16780         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
16781         last argument non-nil, when formatting buffer names.
16782         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
16783         paragraph direction.
16785 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16787         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
16788         the man page name (bug#7929).
16790         * image.el (put-image): Mention the `put-image' overlay property
16791         (bug#7834).
16793         * scroll-bar.el (set-scroll-bar-mode): Mention that
16794         `scroll-bar-mode' lists the values (bug#7772).
16796         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
16797         command (bug#7729).
16799         * rect.el (apply-on-rectangle): Return the point after the last
16800         operation.
16801         (string-rectangle): Go to the point after the last operation
16802         (bug#7522).
16804         * printing.el (pr-toggle-region): Clarify the documentation
16805         slightly (bug#7493).
16807         * time.el (display-time-update):
16808         Allow `display-time-mail-function' to return nil (bug#7158).
16809         Fix suggested by Detlev Zundel.
16811         * vc/diff.el (diff): Clarify the order the file names are read
16812         (bug#7111).
16814         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
16815         the doc string (bug#7015).
16817         * font-lock.el (font-lock-maximum-decoration): Mention what
16818         numeric levels mean (bug#6935).
16820         * startup.el (initial-buffer-choice): Don't mention the `none'
16821         selection, which is against policy.
16823 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
16825         * window.el (display-buffer-normalize-special):
16826         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
16828 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
16830         * subr.el (version<, version<=, version=): Mention "-CVS" and
16831         "-12345" alpha version numbers.
16833 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
16835         * bindings.el: Add advertised binding for set-mark-command
16836         (Bug#5772).
16838 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
16840         * bindings.el (mode-line-other-buffer):
16841         * bookmark.el (bookmark-bmenu-2-window):
16842         * bs.el (bs-cycle-next, bs-cycle-previous):
16843         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
16844         switch-to-buffer.
16846         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16847         Delete.
16849 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
16851         * follow.el (follow-debug-message, follow-redisplay):
16852         * jka-cmpr-hook.el (with-auto-compression-mode):
16853         Fix typos in docstrings.
16855 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16857         * subr.el (with-silent-modifications): Clarify somewhat what the
16858         macro inhibits (bug#6525).
16860         * simple.el (eval-expression): Note what it does if called
16861         interactively (bug#6495).
16863 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
16865         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16866         Use pop-to-buffer buffer-or-name if it is nil.
16868         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16869         Remove switch-to-buffer.
16871 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16873         * files.el (make-directory): Clarify that an error will be raised
16874         if there's an error (bug#6397).
16876         * startup.el (initial-buffer-choice): Add `none' as a choice
16877         (bug#6234).
16879         * subr.el (add-hook): Clarify section about buffer-local hooks
16880         (bug#6218).
16882         * dired.el (dired-flagged): Clarify doc string (bug#6117).
16884 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
16886         * tabify.el (untabify): Preserve the current column so that point
16887         doesn't move (bug#6032).
16889 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16891         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16892         Rewrite to avoid awkward possessive "s" (bug#5986).
16894 2011-07-13  Glenn Morris  <rgm@gnu.org>
16896         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
16897         (dired-insert-directory): Give a message the first time
16898         if ls is found not to support --dired.
16900 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16902         * simple.el (toggle-truncate-lines): Clarify what is toggled
16903         (bug#5580).  Text by Drew Adams.
16905 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
16907         * simple.el (blink-matching-open): Make the error message from the
16908         last change less verbose.
16910 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
16912         * font-lock.el (font-lock-comment-face): Use the high contrast
16913         "yellow" color for font-lock-comment-face on low color terminals
16914         using a dark background color (bug#4221).
16916 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16918         * dired.el (dired-insert-set-properties): Make the doc string
16919         reflect what it does now (bug#5325).
16921         * simple.el (blink-matching-open): Say that we were unable to find
16922         the match within the limit, if we're limited (bug#5122).
16924         * international/mule-cmds.el (prefer-coding-system): Add an
16925         example (bug#4869).
16927         * progmodes/etags.el (tags-search): Document `file-list-form'
16928         (bug#4731).
16930 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
16932         * net/browse-url.el (browse-url-default-browser)
16933         (browse-url-browser-function): Make the default browser choice a
16934         bit more logical (bug#4300).  Also clean up the doc string.
16936 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
16938         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16939         binary endings (bug#4440).
16941 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16943         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16944         which can be pretty annoying (bug#8971).
16946         * jka-compr.el (jka-compr-verbose): New variable, and use
16947         throughout (bug#8971).
16949         * info.el (Info-find-file): Fall back on the installation
16950         directory if we can't find the info node anywhere else.
16952 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
16954         * vc/vc.el (vc-revert-file):
16955         Don't set file time-stamp in the past.  (Bug#5181)
16957 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16959         * files.el (after-find-file): Give a better error message when
16960         trying to find a symlink that points to a file that doesn't exist
16961         (bug#4398).
16963         * progmodes/cc-vars.el: Remove (probably) misleading comment
16964         (bug#4396).
16966 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
16968         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16970 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
16972         * mouse-sel.el: Hack restoring functionality, while keeping
16973         compatibility with 2010-07-03 changes to mouse selection.
16974         (mouse-sel-primary-overlay): New var.
16975         (mouse-sel-selection-alist): Use it.
16976         (mouse-sel-mode): Doc fix; remove points that are default features
16977         of mouse.el.
16979 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
16981         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16982         Fix previous fix (bug#2490).
16984 2011-07-12  Roland Winkler  <winkler@gnu.org>
16986         * textmodes/bibtex.el (bibtex-initialize):
16987         Use pop-to-buffer-same-window.
16988         (bibtex-search-entries): Fix interactive call.
16990 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16992         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16993         Fontise bytecomp Error lines more correctly (bug#2490).
16994         Fix suggested by Johan BockgĂ¥rd.
16996         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16998         * dired-x.el (dired-guess-default): Use `delete-dups'.
17000 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
17002         * dired.el (dired-mark-prompt):
17003         * dired-aux.el (dired-read-shell-command): Doc fix.
17005 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17007         * mail/sendmail.el (sendmail-query-once):
17008         Use `customize-save-variable' unconditionally, now that it works under
17009         emacs -Q.
17011         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17013         * cus-edit.el (custom-file): Take an optional no-error variable.
17014         (customize-save-variable): Set the variable, and give a warning if
17015         running under "emacs -q".
17017 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
17019         * loadhist.el (unload-feature-special-hooks):
17020         Add `auto-coding-functions', `fill-nobreak-predicate' and
17021         `find-directory-functions' (bug#5327).
17023 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17025         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
17027         * cus-edit.el (custom-guess-name-alist): -alist variables should
17028         use the `alist' type (bug#3120).  Suggested by Drew Adams.
17030         * printing.el: Add documentation to all the `pr-toggle-' commands.
17032 2011-07-11  Leo Liu  <sdl.web@gmail.com>
17034         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
17035         backends where it makes sense (bug#2623).
17037 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17039         * dired-x.el (dired-guess-default): Remove duplicate shell command
17040         entries (bug#2028).
17041         (dired-guess-default): Fix grammar in doc string (bug#2028).
17042         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
17044         * subr.el (remove-duplicates): New conveniency function.
17046 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17048         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
17049         (bug#1526).
17051 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
17053         * window.el (display-buffer-normalize-default): Don't invert
17054         meaning of even-window-heights.  Reported by Eli Zaretskii
17055         <eliz@gnu.org>.
17057 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
17059         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
17061 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
17063         * window.el (display-buffer): Fix arguments to
17064         display-buffer-reuse-window in last change.
17066         * faces.el (link): Use a less saturated blue on light backgrounds.
17068         * startup.el (fancy-startup-text, fancy-about-text)
17069         (fancy-startup-tail): Use font-lock faces, for background safety.
17071 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
17073         * emulation/viper-cmd.el (viper-change-state-to-vi):
17074         Limit triggering of abbrev expansion (Bug#9038).
17076 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
17078         * window.el (display-buffer-default-specifiers): Remove.
17079         (display-buffer-macro-specifiers): Remove default specifiers.
17080         (display-buffer-alist): Default to nil.
17081         (display-buffer-reuse-window): New optional argument other-window.
17082         (display-buffer-pop-up-window): Allow splitting internal
17083         windows.  Check whether a live window was created.
17084         (display-buffer-other-window-means-other-frame)
17085         (display-buffer-normalize-arguments): Rename to
17086         display-buffer-normalize-argument and rewrite.  Set the
17087         other-window specifier.
17088         (display-buffer-normalize-special): New function.
17089         (display-buffer-normalize-options): Rename to
17090         display-buffer-normalize-default and rewrite.
17091         (display-buffer-normalize-options-inhibit): Remove.
17092         (display-buffer-normalize-specifiers): Rewrite.
17093         (display-buffer): Process other-window specifier and call
17094         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
17095         more faithfully.
17096         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
17097         (display-buffer-alist-set): Don't handle 'unset default values.
17098         (display-buffer-in-window, display-buffer-alist-set):
17099         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
17100         <tassilo@member.fsf.org>.
17102 2011-07-09  Leo Liu  <sdl.web@gmail.com>
17104         * register.el (insert-register): Restore accidental change on
17105         2011-06-26.  (Bug#9028)
17107 2011-07-09  Glenn Morris  <rgm@gnu.org>
17109         * subr.el (remq): Handle the empty list.  (Bug#9024)
17111 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
17113         * mail/sendmail.el (send-mail-function): No longer delay custom
17114         initialization.
17115         * custom.el (custom-initialize-delay): Doc fix.
17117 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17119         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
17121 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
17123         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
17124         human-friendly prompt.
17126 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17128         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
17129         provided by a particular plugin.
17131 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17133         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
17134         save customizations (with "emacs -Q"), just set the variable
17135         instead of erroring out.
17137         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17139 2011-07-08  Juri Linkov  <juri@jurta.org>
17141         * arc-mode.el (archive-zip-expunge, archive-zip-update)
17142         (archive-zip-update-case): Use 7z if found by `executable-find'.
17143         The order of searching the available programs is the same as in
17144         `archive-zip-extract' (bug#8968).
17146 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
17148         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
17149         (menu-bar-options-menu): Tweak descriptions.
17151 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17153         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
17154         menu items into verb phrases (bug#1421).  Also refill to fit under
17155         80 columns.
17157 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
17159         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
17160         (Info-read-node-name): Doc fix (Bug#1084).
17162         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
17163         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
17164         (end-of-sexp, beginning-of-sexp)
17165         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
17166         (forward-symbol, forward-same-syntax, word-at-point)
17167         (sentence-at-point): Doc fix (Bug#1144).
17169 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17171         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
17172         should cover it (bug#1281).
17174         * cus-edit.el (custom-show): Mark as obsolete.
17176         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
17177         negotiation fails, then possibly try again with a non-encrypted
17178         connection (bug#9017).
17180         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
17181         be used.
17183 2011-07-07  Richard Stallman  <rms@gnu.org>
17185         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
17186         property, and handle its changed format.
17187         Look for the correct line number.
17188         Use file's line contents (but not past first =) to find
17189         correct line in message.
17191 2011-07-07  Kenichi Handa  <handa@m17n.org>
17193         * international/characters.el (build-unicode-category-table):
17194         Delete it.
17195         (unicode-category-table): Set it by unicode-property-table-internal.
17197         * international/mule-cmds.el (char-code-property-alist): Move to
17198         to src/chartab.c.
17199         (get-char-code-property): Call unicode-property-table-internal to
17200         load a file.  Call get-unicode-property-internal where necessary.
17201         (put-char-code-property): Call unicode-property-table-internal to
17202         load a file.  Call put-unicode-property-internal where necessary.
17203         put-unicode-property-internal where necessary.
17204         (char-code-property-description):
17205         Call unicode-property-table-internal to load a file.
17207         * international/charprop.el:
17208         * international/uni-bidi.el:
17209         * international/uni-category.el:
17210         * international/uni-combining.el:
17211         * international/uni-comment.el:
17212         * international/uni-decimal.el:
17213         * international/uni-decomposition.el:
17214         * international/uni-digit.el:
17215         * international/uni-lowercase.el:
17216         * international/uni-mirrored.el:
17217         * international/uni-name.el:
17218         * international/uni-numeric.el:
17219         * international/uni-old-name.el:
17220         * international/uni-titlecase.el:
17221         * international/uni-uppercase.el: Regenerate.
17223         * loadup.el: Load international/charprop.el before
17224         international/characters.
17226 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
17228         * window.el (next-buffer, previous-buffer): Signal an error if
17229         called from a minibuffer window.
17231         * bindings.el: Revert 2011-07-04 change.
17233 2011-07-06  Richard Stallman  <rms@gnu.org>
17235         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
17236         (rmail-mime-insert-bulk, rmail-mime-insert-text):
17237         Treat markers like ints.
17238         (rmail-mime-entity): Doc fix.
17240 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17242         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
17243         defcustom again for backwards compatibility.
17245         * simple.el (shell-command-on-region): Fill.
17247         * dired-aux.el (dired-kill-line): Add a doc string.
17249         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
17250         to "\\sw\\|\\s_" (bug#358).
17252         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
17253         (dired-unmark-backward): Ditto.
17254         (dired-flag-backup-files): Ditto.
17256         * dired-x.el (dired-mark-sexp): Ditto.
17258 2011-07-06  Richard Stallman  <rms@gnu.org>
17260         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
17261         (rmail-mime-entity): New arg TRUNCATED.
17262         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
17263         New functions.
17264         (rmail-mime-save): Warn if entity is truncated.
17265         (rmail-mime-toggle-hidden): Likewise, for showing.
17266         (rmail-mime-process-multipart): Record when an entity is truncated.
17268         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
17269         if ENTITY is a string.
17271 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17273         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
17274         of faces when `M-C-x'-ing their definitions (bug#8378).
17275         Also clean up the code slightly.
17277         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
17278         because that makes the colors go away.
17280         * mail/sendmail.el (send-mail-function): Change the default to
17281         `sendmail-query-once'.
17282         (sendmail-query-once): Add an autoload cookie.
17284         * net/network-stream.el (network-stream-open-starttls): Try using
17285         a plain connection even if the server offered STARTTLS, and we
17286         kinda wanted to use it, if Emacs doesn't have any STARTTLS
17287         capability.  This should make smtpmail.el work in slightly more
17288         configurations.
17290 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
17292         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17293         New defun.
17294         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
17296 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
17298         * progmodes/sql.el: Version 3.0
17299         (sql-product-alist): Add product :completion-object,
17300         :completion-column, and :statement attributes.
17301         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
17302         (sql-mode-syntax-table): Mark all punctuation.
17303         (sql-font-lock-keywords-builder): Temporarily remove fallback on
17304         ansi keywords.
17305         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
17306         (sql-mode-oracle-font-lock-keywords): Improve.
17307         (sql-oracle-show-reserved-words): New function for development.
17308         (sql-product-font-lock): Simplify for source code buffers.
17309         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
17310         New functions.
17311         (sql-highlight-product): Set product specific syntax table.
17312         (sql-mode-map): Add statement movement functions.
17313         (sql-ansi-statement-starters, sql-oracle-statement-starters):
17314         New variable.
17315         (sql-statement-regexp, sql-beginning-of-statement)
17316         (sql-end-of-statement, sql-signum): New functions.
17317         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
17318         (sql-show-sqli-buffer): Bug fix.
17319         (sql-interactive-mode): Store connection data as buffer local.
17320         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
17321         with sql-interactive-mode.
17322         (sql-save-connection): Save buffer local settings.
17323         (sql-connection-menu-filter): Change menu entry name.
17324         (sql-product-interactive): Bug fix.
17325         (sql-preoutput-hold): New variable.
17326         (sql-interactive-remove-continuation-prompt): Bug fixes.
17327         (sql-debug-redirect): New variable.
17328         (sql-str-literal): New function.
17329         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
17330         Redesign.
17331         (sql-oracle-save-settings, sql-oracle-restore-settings)
17332         (sql-oracle-list-all, sql-oracle-list-table): New functions.
17333         (sql-completion-object, sql-completion-column)
17334         (sql-completion-sqlbuf): New variables.
17335         (sql-build-completions-1, sql-build-completions)
17336         (sql-try-completion): New functions.
17337         (sql-read-table-name): Use them.
17338         (sql-contains-names): New buffer local variable.
17339         (sql-list-all, sql-list-table): Use it.
17340         (sql-oracle-completion-types): New variable.
17341         (sql-oracle-completion-object, sql-sqlite-completion-object)
17342         (sql-postgres-completion-object): New functions.
17344 2011-07-06  Glenn Morris  <rgm@gnu.org>
17346         * window.el (pop-to-buffer): Doc fix.
17348 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
17350         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
17352 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
17354         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
17356         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
17358 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
17360         * button.el (button): Inherit from link face.  Suggested by Dan
17361         Nicolaescu.
17363 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17365         * progmodes/gdb-mi.el: Fit in 80 columns.
17366         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
17367         switch-to-buffer.
17369         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
17370         if imenu is simply not configured (bug#8941).
17372 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
17374         * allout.el (allout-post-undo-hook): New allout outline-change
17375         event hook to signal undo activity.
17376         (allout-post-command-business): Run allout-post-undo-hook if an
17377         undo just occurred.
17378         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
17379         * allout-widgets.el (allout-widgets-after-undo-function):
17380         Ensure the integrity of the current item's decoration after it has been
17381         in the vicinity of an undo.
17382         (allout-widgets-mode): Include allout-widgets-after-undo-function
17383         on the new allout-post-undo-hook.
17385 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17387         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
17388         Let define-derived-mode define it.
17389         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
17390         cycles of abbrev-table inheritance (bug#8998).
17392 2011-07-05  Roland Winkler  <winkler@gnu.org>
17394         * textmodes/bibtex.el: Add support for biblatex.
17395         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
17396         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
17397         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
17398         (bibtex-entry-alist, bibtex-field-alist): New variables.
17399         (bibtex-entry-field-alist): Obsolete alias for
17400         bibtex-BibTeX-entry-alist.
17401         (bibtex-entry-alist, bibtex-field-alist): New widgets.
17402         (bibtex-set-dialect): New command.
17403         (bibtex-entry-type, bibtex-entry-head)
17404         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
17405         Bind via bibtex-set-dialect.
17406         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
17407         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
17408         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
17409         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
17410         Define via bibtex-set-dialect.
17411         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
17412         Obey bibtex-no-opt-remove-re.
17413         (bibtex-vec-push, bibtex-vec-incr): New functions.
17414         (bibtex-format-entry, bibtex-field-list)
17415         (bibtex-print-help-message, bibtex-validate)
17416         (bibtex-search-entries): Use new format of bibtex-entry-alist.
17418 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17420         * progmodes/compile.el (compilation-goto-locus):
17421         * net/tramp-cmds.el (tramp-append-tramp-buffers):
17422         * bs.el (bs-cycle-next, bs-cycle-previous):
17423         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
17424         * bindings.el (mode-line-other-buffer):
17425         * autoinsert.el (auto-insert):
17426         * arc-mode.el (archive-extract):
17427         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
17429 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
17431         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
17432         Fix check of `emacs-lock-unlockable-modes'.
17433         Coerce true values of `emacs-lock--try-unlocking' to t.
17435 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
17437         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
17438         * emacs-lock.el: New file.
17440 2011-07-05  Julien Danjou  <julien@danjou.info>
17442         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
17443         than `boundp' to check if face is set.
17445 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
17447         * register.el (registerv-make):
17448         * window.el (window-min-height): Fix typos in docstrings.
17450 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
17452         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
17453         Update doc string.
17455 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
17457         * server.el (server-execute): Catch quit and call
17458         `server-return-error' to pass the error back to emacsclient and
17459         close the connection (bug#8942).
17461 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
17463         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
17464         insecure exception for current topic.  Also note that auto-saves
17465         are handled differently.
17467         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
17468         State variables for tracking auto-save inhibition situation.
17470         (allout-write-contents-hook-handler): Rename from
17471         'allout-write-file-hook-handler', and describe how it depends on
17472         write-contents-functions sensitivity to non-nil value to prevent
17473         file write.
17475         (allout-auto-save-hook-handler): Remove.  auto-save does not check
17476         this in individual buffers, only in the starting buffer, so this
17477         is not the right way for us to inhibit auto-save in a buffer
17478         according to its condition.
17480         (allout-mode): Use new allout-write-contents-hook-handler, and
17481         only with write-contents-functions.  Remove auto-save provisions -
17482         they're implemented elsewhere.
17484         (allout-before-change-handler): If undo is in progress, note that
17485         for attention of allout-post-command-business.
17487         (allout-post-command-business): If the command we're following was
17488         an undo, check for change in the status of encrypted items and
17489         adjust auto-save inhibitions accordingly.
17491         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
17492         according to whether there are or aren't any plain-text topics
17493         pending encryption.
17495         (allout-inhibit-auto-save-info-for-decryption):
17496         Adjust buffer-saved-size and some allout state to inhibit auto-saves
17497         if there are plain-text topics pending encryption.
17499         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
17500         buffer-saved-size and some allout state to not inhibit auto-saves
17501         if there are no longer any plain-text topics pending encryption.
17503         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
17504         No longer provide for exemption of the current topic.
17506 2011-07-04  Juri Linkov  <juri@jurta.org>
17508         Add 7z operations to delete and save changed members (bug#8968).
17509         * arc-mode.el (archive-7z-expunge, archive-7z-update):
17510         New defcustoms.
17511         (archive-7z-write-file-member): New function.
17512         (archive-7z-summarize): Fix the number of dashes in the
17513         listing output.
17515 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17517         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
17518         (bug#8958).
17520 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
17522         * bindings.el: Ignore next-buffer and previous-buffer in
17523         minibuffer-local-map.
17525         * font-lock.el (font-lock-builtin-face): Change light background
17526         color to dark slate blue (Bug#6693).
17528 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
17530         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
17532 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17534         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
17535         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17536         Add switch-to-buffer.
17538 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17540         * isearch.el (isearch-search-fun-function): Clarify further the
17541         meaning of the function returned.
17543 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
17545         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
17547         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
17548         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
17549         Use it.
17550         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
17551         `tramp-default-remote-path' does not exist.
17552         (tramp-send-command-and-read): New optional argument NOERROR.
17553         (tramp-open-connection-setup-interactive-shell)
17554         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
17555         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
17556         (tramp-process-sentinel): Flush also process' connection property.
17557         (tramp-sh-handle-start-file-process): Do not set process
17558         sentinel.  It is done now ...
17559         (tramp-maybe-open-connection): ... here.  (Bug#8929)
17561 2011-07-04  MON KEY  <monkey@sandpframing.com>
17563         * play/animate.el (animate-string): Doc fixes and allow changing
17564         the buffer name (bug#5417).
17566 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17568         * play/animate.el (animation-buffer-name): Rename from *animate*.
17570 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
17572         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
17573         This is simpler and helps future-proof the code.
17574         (timer-until): Use time-subtract and float-time.
17575         (timer--time-less-p): Use time-less-p.
17577 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
17579         * type-break.el (timep): Use the value of `float-time' to avoid a
17580         byte-compiler warning.
17582         * server.el (server-eval-and-print): Return any result, even nil.
17584 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17586         * type-break.el: Accept time formats that the builtins accept.
17587         (timep, type-break-time-difference): Accept any format that
17588         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
17589         This is simpler and helps future-proof the code.
17590         (type-break-time-difference): Round rather than ignoring
17591         subseconds components.
17593 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17595         * info.el (Info-apropos-matches): Make non-interactive, since it
17596         doesn't seem to do anything useful as a command (bug#8829).
17598 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
17600         * frame.el (frame-background-mode, frame-set-background-mode):
17601         Move from faces.el.
17602         (frame-default-terminal-background): New function.
17604         * custom.el (custom-push-theme): Don't record faces in `changed'
17605         theme; this doesn't work correctly for per-frame face settings.
17606         (disable-theme): Use face-set-after-frame-default to reset faces.
17607         (custom--frame-color-default): New function.
17609 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17611         * dired.el (dired-flagging-regexp): Remove unused variable
17612         (bug#8769).
17614 2011-03-29  Kevin Ryde  <user42@zip.com.au>
17616         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17617         `perl-Test2' extend to match possible "fail #N" rep count
17618         (bug#8377).
17620 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17622         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
17623         `smtpmail-via-smtp' now returns the error instead of nil.
17625         * isearch.el (isearch-search-fun-function): Clarify the doc string
17626         (bug#8101).
17628 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
17630         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
17631         unnecessary spaces (bug#8987).
17633 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17635         * net/network-stream.el (open-network-stream): Use the
17636         :end-of-capability command thoughout.
17638 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17640         * net/network-stream.el (open-network-stream): Add the
17641         :end-of-capability command parameter, used by pop3.el.
17643 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17645         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
17647         * fringe.el (fringe-query-style): Remove redundant text " (type ?
17648         for list)" (bug#6475).
17650         * files.el (file-expand-wildcards): Ignore non-readable
17651         sub-directories while trying to find matches instead of signaling
17652         an error (bug#6297).
17654         * man.el (Man-reference-regexp): Allow matching possible
17655         word-wrapped references (bug#6289).
17657         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
17658         for consistency with the other vc buffers (bug#6197).
17659         (vc-checkin): Ditto.
17661         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
17663         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
17665 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17667         * custom.el (defcustom): Clarify that :set is only used in the
17668         Customize user interface (bug#6089).
17670         * progmodes/flymake.el (flymake-mode): If the buffer isn't
17671         associated with a file, refuse to run instead of erroring out
17672         (bug#6084).
17674         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
17675         the doc string, since it appears that using `fill-column' always
17676         controls the width (bug#7845).
17678         * simple.el (shell-command-on-region): Say where the error output
17679         went if `shell-command-default-error-buffer' is set (bug#6857).
17681 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
17683         * allout.el (allout-yank-processing): Adjust cursor position for
17684         backwards-deleted space.
17686         (allout-rebullet-heading): Register changes with
17687         allout-exposure-changed-hook, so the modified topic is properly
17688         decorated.
17690 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17692         * minibuffer.el (completion-in-region): Document PREDICATE
17693         (bug#7136).
17695         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
17696         of keyword/argument pairs (bug#6904).
17698         * replace.el (multi-occur):
17699         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
17701 2011-07-02  Drew Adams  <drew.adams@oracle.com>
17703         * dired.el (dired-mark-if): Make the message about whether it's
17704         marking or unmarking clearer (bug#8523).
17706 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17708         * disp-table.el (display-table-print-array): New function.
17709         (describe-display-table): Use it to print the vectors more pretty
17710         (Bug#8859).
17712 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
17714         * window.el (window-state-get-1): Don't assign clone numbers.
17715         Add clone-of item to list of window parameters.
17716         (window-state-put-2): Don't process clone numbers.
17717         (display-buffer-alist): Fix doc-string.
17719 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17721         * subr.el (remq): Don't allocate if it's not needed.
17722         (keymap--menu-item-binding, keymap--menu-item-with-binding)
17723         (keymap--merge-bindings): New functions.
17724         (keymap-canonicalize): Use them to refine the canonicalization.
17725         * minibuffer.el (minibuffer-local-completion-map)
17726         (minibuffer-local-must-match-map): Move initialization from C.
17727         (minibuffer-local-filename-completion-map): Move initialization from C;
17728         don't inherit from anything here.
17729         (minibuffer-local-filename-must-match-map): Make obsolete.
17730         (completing-read-default): Use make-composed-keymap to combine
17731         minibuffer-local-filename-completion-map with either
17732         minibuffer-local-must-match-map or
17733         minibuffer-local-filename-completion-map.
17735 2011-07-01  Glenn Morris  <rgm@gnu.org>
17737         * type-break.el (type-break-time-sum): Use dolist.
17739         * textmodes/flyspell.el (flyspell-word-search-backward):
17740         Replace CL function.
17742 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17744         * mouse.el (mouse--strip-first-event): New function.
17745         (function-key-map): Use it to map fringe clicks to normal clicks
17746         by default.
17748         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
17749         (vc-bzr-revision-completion-table): Add support for annotate and date.
17751         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
17752         inherit from parent.
17754 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17756         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
17757         (dired-show-file-type): Doc fixup (bug#8818).
17759         * dired.el (dired-mode): Fix up the doc string as suggested by
17760         Drew Adams (bug#8817).
17762         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
17763         cookie, since the manual says that it should be possible to add
17764         this function to `find-file-hook' (bug#8709).
17766 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
17768         * progmodes/cfengine.el: Moved all cfengine3.el functionality
17769         here.  Noted Ted Zlatanov as the maintainer.
17770         (cfengine-common-settings, cfengine-common-syntax): New functions
17771         to set up common things between `cfengine-mode' and
17772         `cfengine3-mode'.
17773         (cfengine3-mode): New mode.
17774         (cfengine3-defuns cfengine3-defuns-regex
17775         (cfengine3-class-selector-regex cfengine3-category-regex)
17776         (cfengine3-vartypes cfengine3-font-lock-keywords)
17777         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
17778         (cfengine3-indent-line): Add from cfengine3.el.
17780 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
17782         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
17784         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
17786 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
17788         * window.el (same-window-buffer-names, same-window-regexps)
17789         (same-window-p, special-display-frame-alist)
17790         (special-display-popup-frame, special-display-function)
17791         (special-display-buffer-names, special-display-regexps)
17792         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
17793         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17794         (split-window-preferred-function, split-height-threshold)
17795         (split-width-threshold, even-window-heights)
17796         (display-buffer-mark-dedicated, window-splittable-p)
17797         (split-window-sensibly, window-safely-shrinkable-p):
17798         Un-obsolete.
17799         (display-buffer): Don't spread args with function specifier
17800         because special-display-popup-frame won't like it.
17802 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
17804         Time-stamp simplifications and fixes.
17805         These improve accuracy slightly, and future-proof the code
17806         against some potential changes to current-time format.
17808         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
17809         by using time-since and float-time.
17811         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
17812         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
17813         + NNN microseconds".
17815         * type-break.el (type-break-time-sum): Rewrite using time-add.
17817         * play/hanoi.el (hanoi-current-time-float): Remove.
17818         All uses replaced by float-time.
17820         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
17821         This yields a more-accurate answer.
17822         (rng-time-to-float): Remove; no longer needed.
17824         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
17826         * calendar/timeclock.el (timeclock-seconds-to-time):
17827         Defalias to seconds-to-time, since they're the same thing.
17829         * emacs-lisp/elp.el (elp-elapsed-time):
17830         * emacs-lisp/benchmark.el (benchmark-elapse):
17831         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
17833 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17835         * window.el (bury-buffer): Don't iconify the only frame.
17836         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
17837         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
17839 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
17841         * eshell/em-smart.el (eshell-smart-display-navigate-list):
17842         Add mouse-yank-primary.
17844 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
17846         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
17848 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17850         * emacs-lisp/find-func.el (find-library--load-name): New fun.
17851         (find-library-name): Use it to find relative load names when provided
17852         absolute file name (bug#8803).
17854 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17856         * textmodes/flyspell.el (flyspell-word): Consider words that
17857         differ only in case as potential doublons (bug#5687).
17859         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17860         Remove two rather uninteresting debugging-like messages to make
17861         debbugs.el more silent.
17863         * comint.el (comint-password-prompt-regexp): Accept "Response" as
17864         a password-like phrase.
17866 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
17868         * progmodes/cc-guess.el: New file.
17870         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
17872         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17873         derived from `c-basic-common-init'.
17875         * progmodes/cc-mode.el (top-level): Require cc-guess.
17876         (c-basic-common-init): Use `cc-choose-style-for-mode'.
17878 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
17880         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17882 2011-06-30  Alan Mackenzie  <acm@muc.de>
17884         * progmodes/cc-engine.el (c-guess-continued-construct):
17885         Correct the handling of template-args-cont, particularly for when font
17886         lock is disabled.  Name this case as "CASE G".
17888 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
17890         * allout.el (allout-yank-processing): Fix injection of extra space
17891         between bullet and non-whitespace character in first topic when
17892         pasting, ensuring that the actual spacing in the pasted topic
17893         following the bullet char is preserved.  This extra space was
17894         causing pasted encrypted topics to get a decrypted status even
17895         when the content was actually still encrypted.  Now the decryption
17896         status from before the paste is preserved.
17898         (allout-flag-region): Set all allout overlays so they evaporate
17899         when reduced to zero length (evanescent), to prevent overlay
17900         leakage.
17902 2011-06-30  Glenn Morris  <rgm@gnu.org>
17904         * w32-fns.el (w32-charset-info-alist): Declare.
17906         * find-dired.el (find-grep-options): Simplify.
17908         * term/ns-win.el (ns-set-resource): Declare.
17910         * ses.el (row, col): Declare dynamic variables honestly.
17912         * textmodes/reftex-parse.el (index-tags): Declare.
17914 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
17916         * cus-edit.el (customize-push-and-save): New function.
17918         * files.el (hack-local-variables-confirm): Use it.
17920         * custom.el (load-theme): New arg NO-CONFIRM.
17921         Use customize-push-and-save (Bug#8720).
17922         (custom-enabled-themes): Doc fix.
17924         * cus-theme.el (customize-create-theme)
17925         (custom-theme-merge-theme): Callers to load-theme changed.
17927 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17929         * thingatpt.el (thing-at-point-short-url-regexp): Require that
17930         short URLs have at least one dot in them (bug #7614).
17932         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17933         nil, because using a pty is apparently too slow (bug #895).
17935 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17937         * mail/sendmail.el (sendmail-query-once): New function.
17938         (sendmail-query-once-function): New variable.
17940 2011-06-29  Glenn Morris  <rgm@gnu.org>
17942         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17944         * ses.el (top-level): Require cl when compiling.
17945         (ses-set-localvars): Fix error statement.
17946         Call it at compile time to silence a storm of warnings.
17948 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
17950         * window.el (normalize-live-buffer): Rename to
17951         window-normalize-buffer.
17952         (normalize-live-frame): Rename to window-normalize-frame.
17953         (normalize-any-window): Rename to window-normalize-any-window.
17954         (normalize-live-window): Rename to window-normalize-live-window.
17955         (make-window-atom): Rename to window-make-atom.
17956         (window-resize-reset): Rename to window--resize-reset.
17957         (window-resize-reset-1): Rename to window--resize-reset-1.
17958         (resize-mini-window): Rename to window--resize-mini-window.
17959         (resize-subwindows-skip-p): Rename to
17960         window--resize-subwindows-skip-p.
17961         (resize-subwindows-normal): Rename to
17962         window--resize-subwindows-normal.
17963         (resize-subwindows): Rename to window--resize-subwindows.
17964         (resize-other-windows): Rename to window--resize-siblings.
17965         (resize-this-window): Rename to window--resize-this-window.
17966         (resize-root-window): Rename to window--resize-root-window.
17967         (resize-root-window-vertically): Rename to
17968         window--resize-root-window-vertically.
17969         (normalize-buffer-to-display): Rename to
17970         window-normalize-buffer-to-display.
17971         (normalize-buffer-to-switch-to): Rename to
17972         window-normalize-buffer-to-switch-to.
17973         Correspondingly update all callers of the functions listed
17974         above.
17975         (display-buffer-alist, display-buffer-normalize-arguments)
17976         (display-buffer-normalize-options, display-buffer)
17977         (display-buffer-alist-set): Use "function" instead of
17978         "fun-with-args".
17980 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
17982         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17983         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
17984         debbugs.gnu.org.  Mention acknowledgment email.
17986 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17988         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17989         buffer multibyteness, since it shouldn't matter.
17991 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
17993         * window.el (display-buffer-in-side-window): Handle dedicated
17994         windows as in display-buffer-reuse-window.
17995         (display-buffer-normalize-alist): Use value of override
17996         specifier.
17997         (display-buffer-normalize-specifiers): Use value of
17998         other-window-means-other-frame specifier.
17999         (display-buffer-alist): Rewrite some texts in widgets.
18000         (display-buffer): Spread arguments when calling function
18001         specified by fun-with-args.
18003 2011-06-28  Deniz Dogan  <deniz@dogan.se>
18005         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18006         Unnest `let'.
18008         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
18009         selectors (Bug#5732).
18010         (css-proprietary-nmstart-re): Use `regexp-opt'.
18012 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
18014         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
18015         (eshell-ls-date-format): New defcustom.
18016         (eshell-ls-file): Use it.
18018 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18020         * help-fns.el (describe-variable): Fix message for terminal-local vars.
18022 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18024         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
18025         (ange-ftp-make-tmp-name): New arg.
18026         (ange-ftp-file-local-copy): Use it.
18028 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
18030         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
18031         no-conversion (Bug#8870).
18033 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
18035         * window.el (window-right, window-left, window-child)
18036         (window-child-count, window-last-child)
18037         (window-iso-combination-p, walk-window-tree-1)
18038         (window-atom-check-1, window-tree-1, delete-window)
18039         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
18040         new naming conventions - window-vchild, window-hchild,
18041         window-next and window-prev are now called window-top-child,
18042         window-left-child, window-next-sibling and window-prev-sibling
18043         respectively.
18044         (resize-window-reset): Rename to window-resize-reset.
18045         (resize-window-reset-1): Rename to window-resize-reset-1.
18046         (resize-window): Rename to window-resize.
18047         (window-min-height, window-min-width)
18048         (resize-mini-window, resize-this-window, resize-root-window)
18049         (resize-root-window-vertically, adjust-window-trailing-edge)
18050         (enlarge-window, shrink-window, maximize-window)
18051         (minimize-window, delete-window, quit-restore-window)
18052         (split-window, balance-windows, balance-windows-area-adjust)
18053         (balance-windows-area, window-state-put-2)
18054         (display-buffer-even-window-sizes, display-buffer-set-height)
18055         (display-buffer-set-width, set-window-text-height)
18056         (fit-window-to-buffer): Rename all "resize-window" prefixed
18057         calls to use the "window-resize" prefix convention.
18058         (display-buffer-alist): Fix symbol for label specifier.
18059         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
18060         corresponding specifier.
18061         Reported by Juanma Barranquero <lekktu@gmail.com>.
18063 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
18065         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
18066         convention.
18067         (ses-call-printer): Does not pass an empty string to formatter when the
18068         cell is empty to keep from barking printer Calc math-format-value.
18070 2011-06-27  Richard Stallman  <rms@gnu.org>
18072         * battery.el (battery-mode-line-limit): New variable.
18073         (battery-update): Handle it.
18075         * mail/rmailmm.el (rmail-mime-process-multipart):
18076         Handle truncated messages.
18078 2011-06-27  Glenn Morris  <rgm@gnu.org>
18080         * progmodes/flymake.el (flymake-err-line-patterns):
18081         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
18083 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
18085         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
18086         (ses--clean-!, ses--clean-_): New functions.
18087         (ses-range): Add configurability of readout order, and conversion
18088         to Calc vector.
18090         * ses.el (ses-repair-cell-reference-all): New function.
18091         (ses-cell-symbol): Set macro as safe, so that it can be used in
18092         formulas.
18094         * ses.el: Update cycle detection algorithm.
18095         (ses-localvars): Add ses--Dijkstra-attempt-nb and
18096         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
18097         (ses-set-localvars): New function.
18098         (ses-make-cell): Add property-list as a cell element.
18099         (ses-cell-property-get-fun, ses-cell-property-get)
18100         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
18101         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
18102         New functions.
18103         (ses-cell-property-set, ses-cell-property-pop)
18104         (ses-cell-property-get-handle): New macro.
18105         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
18106         New aliases, used for code readability.
18107         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
18108         cycle detection.
18109         (ses-self-reference-early-detection): New defcustom.
18110         (ses-formula-references): Robustify against self-referring cells.
18111         (ses-mode): Use ses-set-localvars.
18112         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
18113         before lauching the update processing.
18114         (ses-initialize-Dijkstra-attempt): New function.
18115         (ses-recalculate-cell): Update for cycle detection based on
18116         Dijkstra algorithm.
18118         * ses.el: Fix commenting and indenting convention.
18120 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18122         * bs.el (bs-cycle-next): Complete last change.
18124 2011-06-27  Drew Adams  <drew.adams@oracle.com>
18126         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
18128 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18130         * net/network-stream.el (network-stream-open-starttls):
18131         Don't re-get capabilities unless we've reestablished connection.
18132         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
18134         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
18135         to binary to possibly avoid line encoding issues on Windows (among
18136         other things).
18138 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18140         * net/network-stream.el (open-network-stream): Return an :error
18141         saying what the problem was, if possible.
18143         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
18144         server.
18146         * net/network-stream.el (network-stream-open-starttls): If we
18147         wanted to use STARTTLS, and the server offered it, but we weren't
18148         able to because we had no STARTTLS support, then close the connection.
18149         (open-network-stream): Return an :error element, if present.
18151 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
18153         * hl-line.el (hl-line-sticky-flag): Doc fix.
18154         (global-hl-line-sticky-flag): New option (Bug#8323).
18155         (global-hl-line-highlight): Obey it.
18157         * vc/vc.el (vc-revert-show-diff): Default to t.
18159 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
18161         * allout-widgets.el (allout-widgets-post-command-business):
18162         Stop decorating intermediate isearch matches.  They're not being
18163         undecorated when an isearch is continued past, and isearch
18164         automatically collapses them.  This leads to "widget leaks", where
18165         decorated items accumulate in collapsed areas.  Lines with lots of
18166         hidden widgets can slow down cursor travel, substantially.
18167         Too much complicated machinery would be needed to ensure undecoration,
18168         so we're doing without this nicety.
18170         (allout-widgets-tally-string): Don't try to do a hash-table-count
18171         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
18172         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
18173         *Messages* when allout-widgets-maintain-tally is t.
18175 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
18177         * window.el (display-buffer-normalize-argument): Rename to
18178         display-buffer-normalize-arguments.  Handle special meaning of
18179         LABEL argument.  Respect special-display-function when popping up
18180         a new frame.  Fix code searching for a window showing the buffer
18181         on another frame.
18182         (display-buffer-normalize-specifiers):
18183         Call display-buffer-normalize-arguments.
18184         (display-buffer-in-window): Don't undedicate the window if its
18185         buffer remains the same.
18186         Reported by Drew Adams <drew.adams@oracle.com>.
18187         (display-buffer-alist): Add choice for same-window macro
18188         specfier.
18189         (display-buffer): Mention special meaning of LABEL argument in
18190         doc-string.  Fix quoting.  Don't pop up a new frame even as
18191         fallback.
18193 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
18195         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
18196         avoid deleting the current window in some cases (bug#8911).
18198 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
18200         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
18201         (Bug#8934)
18203 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18205         * net/network-stream.el (network-stream-open-starttls):
18206         Use built-in TLS support if `gnutls-available-p' is true.
18207         (network-stream-open-tls): Ditto.
18209 2011-06-26  Leo Liu  <sdl.web@gmail.com>
18211         * register.el (registerv): New struct.
18212         (registerv-make): New function.
18213         (jump-to-register, describe-register-1, insert-register):
18214         Support the jump-func, print-func and insert-func slot of a registerv
18215         struct.  (Bug#8415)
18217 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
18219         * vc/vc.el (vc-revert-show-diff): New defcustom.
18220         (vc-diff-internal): New arg specifying diff buffer.
18221         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
18222         reuse an existing *vc-diff* buffer (Bug#8927).
18224         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
18226 2011-06-26  Glenn Morris  <rgm@gnu.org>
18228         * progmodes/f90.el (f90-critical-indent): New option.
18229         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
18230         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
18231         (f90-mode): Doc fix.
18232         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
18233         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
18234         (f90-beginning-of-block, f90-next-block, f90-indent-region)
18235         (f90-match-end): Handle block, critical.
18237 2011-06-25  Glenn Morris  <rgm@gnu.org>
18239         * calendar/diary-lib.el (diary-included-files): Doc fix.
18240         (diary-include-files): New function, extracted from
18241         diary-include-other-diary-files and diary-mark-included-diary-files.
18242         (diary-include-other-diary-files, diary-mark-included-diary-files):
18243         Just call diary-include-files.
18244         (diary-mark-entries): Reset diary-included-files on first call.
18246         * calendar/diary-lib.el (diary-mark-entries)
18247         (diary-mark-included-diary-files):
18248         Visit included diary-files in temp buffers.
18250         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
18251         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
18252         (f90-start-block-re, f90-imenu-generic-expression)
18253         (f90-looking-at-program-block-start, f90-no-block-limit):
18254         Add support for submodules.
18256         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
18257         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
18259 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
18261         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
18262         buffer-file-type before setting its value, to avoid disastrous
18263         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
18265 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
18267         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
18269         * ses.el (ses-unload-function):
18270         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
18272         * proced.el (proced-unload-function):
18273         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
18275 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
18277         * server.el (server-create-window-system-frame): Add parameters arg.
18278         (server-process-filter): Doc fix.  Handle frame-parameters.
18280 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
18282         Fix bug#8730, bug#8781.
18284         * loadhist.el (unload--set-major-mode): New function.
18285         (unload-feature): Use it.
18287         * progmodes/python.el (python-after-info-look): Add autoload cookie.
18288         (python-unload-function): New function.
18290 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18292         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
18294 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
18296         * net/browse-url.el (browse-url-firefox-program): Add icecat to
18297         the candidates list.
18299 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
18301         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
18303 2011-06-23  Richard Stallman  <rms@gnu.org>
18305         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
18306         (rmail-variables): Set next-error-move-function.
18307         (rmail-what-message): Take argument POS.
18308         (rmail-next-error-move): New function.
18310 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18312         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
18313         messages for adjacent non-terminals.
18315 2011-06-23  Richard Stallman  <rms@gnu.org>
18317         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
18318         (rmail-show-message-1): Preserve buffer modified flag.
18319         (rmail-start-mail): Don't specify use of rmail-mail-return;
18320         that's done by mail-bury now.
18321         (rmail-mail-return): Handle arg NEWBUF.
18323 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
18325         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
18326         SIZE is a number.
18328 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
18330         * window.el (get-lru-window, get-mru-window)
18331         (get-largest-window): Never return a minibuffer window.
18332         (display-buffer-pop-up-window): Fix a bug that could lead to
18333         reusing the minibuffer window.
18334         (display-buffer): Pass original specifier argument to
18335         display-buffer-function instead of the normalized one.
18336         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18338 2011-06-22  Leo Liu  <sdl.web@gmail.com>
18340         * minibuffer.el (completing-read-function)
18341         (completing-read-default): Move from minibuf.c.
18343 2011-06-22  Richard Stallman  <rms@gnu.org>
18345         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
18346         to Rmail even if not started by a special Rmail command.
18348         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
18349         Copy the buffer currently showing just one message.
18351 2011-06-22  Roland Winkler  <winkler@gnu.org>
18353         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
18354         (bibtex-clean-entry): First delete the old key so that a
18355         customized algorithm for generating the new key does not get
18356         confused by the old key.
18357         (bibtex-url): Obey regexp of first step.
18358         (bibtex-search-entries): Do not use add-to-list with local
18359         list-var.
18361 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18363         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
18364         stored a user name, then query for the password first, instead of
18365         waiting for SMTP to give an error message and the trying again.
18367 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
18369         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
18370         BUFFER in call-process.
18372 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18374         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
18375         QUIT twice.
18376         (smtpmail-try-auth-methods): Require user name and password from
18377         auth-source.
18379 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
18381         * window.el (display-buffer-default-specifiers)
18382         (display-buffer-alist): Remove entries for pop-up-frame-alist.
18383         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
18384         (split-window): Normalize SIDE argument (Bug#8916).
18386         * frame.el (pop-up-frame-alist, pop-up-frame-function)
18387         (special-display-frame-alist, special-display-popup-frame):
18388         Remove duplicate declarations.  These are now in window.el.
18390 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18392         * mail/smtpmail.el (smtpmail-via-smtp):
18393         Set :use-starttls-if-possible so that we always use STARTTLS if the
18394         server supports it.  SMTP servers that support STARTTLS commonly
18395         require it.
18397         * net/network-stream.el (network-stream-open-starttls): Support
18398         upgrading to STARTTLS always, even if we don't have built-in support.
18399         (open-network-stream): Add the :always-query-capabilities keyword.
18401         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
18402         upgrades with `open-network-stream', and rely solely on
18403         auth-source for all credentials.  Big changes throughout the file,
18404         but in particular:
18405         (smtpmail-auth-credentials): Remove.
18406         (smtpmail-starttls-credentials): Remove.
18407         (smtpmail-via-smtp): Check for servers saying they want AUTH after
18408         MAIL FROM, too.
18410         * net/network-stream.el (network-stream-open-starttls):
18411         Provide support for client certificates both for external and built-in
18412         STARTTLS.
18413         (auth-source): Require.
18414         (open-network-stream): Document the :client-certificate keyword.
18415         (network-stream-certificate): Change cert-cert to cert and
18416         cert-key to key.
18418 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
18420         * net/tramp-cache.el (top): Don't load the persistency file when
18421         "emacs -Q" has been called.
18423 2011-06-21  Tim Harper  <timcharper@gmail.com>
18425         * term/ns-win.el (ns-initialize-window-system):
18426         Set application-specific `ApplePressAndHoldEnabled' system
18427         resource to NO as it is not yet supported by the NS port.
18429 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
18431         * misc.el (list-dynamic-libraries--refresh): Compute header here...
18432         (list-dynamic-libraries): ...not here.
18434 2011-06-21  Leo Liu  <sdl.web@gmail.com>
18436         * subr.el (sha1): Implement sha1 using secure-hash.
18438 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
18440         * window.el (display-buffer-alist): In default value do not
18441         enforce searching a window on any but the selected frame.
18442         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18443         (display-buffer-select-window): Remove function.
18444         (display-buffer-in-window): When a window on another frame gets
18445         reused, do not select it any more but just raise its frame if
18446         necessary (Bug#8851) and (Bug#8856).
18447         (display-buffer-normalize-options): Handle pop-up-frames related
18448         options more faithfully.
18449         (pop-to-buffer): Don't rely on `display-buffer' selecting the
18450         window if it is on another frame.
18451         (display-buffer-alist, display-buffer-default-specifiers):
18452         Don't make new frame unsplittable by default.
18453         (display-buffer-normalize-argument): Fix doc-string typo and use
18454         'same-frame-other-window instead of 'other-window when associating
18455         with display-buffer-macro-specifiers.
18457 2011-06-21  Vincent BelaĂ¯che  <vincent.b.1@hotmail.fr>
18459         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
18460         New functions.
18461         (5x5-mode-map, 5x5-mode-menu): Bind them.
18462         (5x5-draw-grid): Tweak the solver's rendering.
18464 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18466         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
18467         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
18469 2011-06-21  Drew Adams  <drew.adams@oracle.com>
18471         * menu-bar.el: Use function variable instead of switch-to-buffer.
18472         (menu-bar-select-buffer-function): New variable.
18473         (menu-bar-update-buffers): Use it (bug#8876).
18475 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18477         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
18478         variable's status.
18480 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
18482         * x-dnd.el (x-dnd-version-from-flags)
18483         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
18484         and long as number (Bug#8899).
18485         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
18487 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18489         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
18490         (completion-try-completion, completion-all-completions): Compute the
18491         metadata argument if it's missing; make it optional (bug#8795).
18493         * wid-edit.el: Use lex-bind and move towards completion-at-point.
18494         (widget-complete): Use new :completion-function property.
18495         (widget-completions-at-point): New function.
18496         (default): Use :completion-function instead of :complete.
18497         (widget-default-completions): Rename from widget-default-complete;
18498         Rewrite.
18499         (widget-string-complete, widget-file-complete, widget-color-complete):
18500         Remove functions.
18501         (file, symbol, function, variable, coding-system, color):
18502         * international/mule-cmds.el (default-input-method, charset)
18503         (language-info-custom-alist):
18504         * cus-edit.el (face): Use new property :completions.
18506         * progmodes/pascal.el (pascal-completions-at-point): New function.
18507         (pascal-mode): Use it.
18508         (pascal-mode-map): Use completion-at-point.
18509         (pascal-toggle-completions): Make obsolete.
18510         (pascal-complete-word, pascal-show-completions):
18511         * progmodes/octave-mod.el (octave-complete-symbol):
18512         Redefine as obsolete alias.
18513         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
18514         Signal absence of completion info for old Octave,
18515         (inferior-octave-complete): Redefine as obsolete alias.
18516         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
18517         (meta-completions-at-point): Rename from meta-complete-symbol and
18518         adapt it for use on completion-at-point-functions.
18519         (meta-common-mode): Use it.
18520         (meta-looking-at-backward, meta-match-buffer): Remove.
18521         (meta-complete-symbol): Redefine as obsolete alias.
18522         (meta-common-mode-map): Use completion-at-point.
18523         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
18524         (makefile-mode-map): Use completion-at-point.
18525         (makefile-completions-at-point): Rename from makefile-complete and
18526         adapt it for use on completion-at-point-functions.
18527         (makefile-mode): Use it.
18528         (makefile-complete): Redefine as obsolete alias.
18530 2011-06-20  Deniz Dogan  <deniz@dogan.se>
18532         * net/rcirc.el: Delete trailing whitespaces once and for all.
18534 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
18536         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
18538 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
18540         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
18542         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
18544 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
18546         * window.el (display-buffer-other-window-means-other-frame):
18547         Call display-buffer-normalize-alist.
18548         (display-buffer-normalize-specifiers-1): Rename to
18549         display-buffer-normalize-argument.  New argument other-frame.
18550         Rewrite.
18551         (display-buffer-normalize-specifiers-2): Rename to
18552         display-buffer-normalize-options.
18553         (display-buffer-normalize-alist-1): New function.
18554         (display-buffer-normalize-specifiers-3): Rename to
18555         display-buffer-normalize-alist.
18556         Call display-buffer-normalize-alist-1.
18557         (display-buffer-normalize-options-inhibit): New variable.
18558         (display-buffer-normalize-specifiers): Rewrite calling
18559         display-buffer-normalize-alist,
18560         display-buffer-normalize-argument, and
18561         display-buffer-normalize-options.  Don't call the latter if
18562         display-buffer-normalize-options-inhibit is non-nil.
18563         (frame-auto-delete): New option.
18564         (window-deletable-p): Use frame-auto-delete.
18565         (window-list-no-nils, window-state-ignored-parameters)
18566         (window-state-get-1, window-state-get, window-state-put-list)
18567         (window-state-put-1, window-state-put-2, window-state-put):
18568         New functions.
18569         (display-buffer-normalize-options): Move special-display-p group
18570         after pop-up-frame group (Bug#8851) and (Bug#8856).
18572 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
18574         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
18575         groups (Bug#8776).
18576         (rx-submatch-n): New function.
18577         (rx): Document it.
18579         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
18580         (Bug#8768).
18582         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
18584         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
18586         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
18587         anytime existing face settings are present (Bug#8889).
18589         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
18590         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
18591         Remove unused argument.
18593 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
18595         * window.el (display-buffer-default-specifiers):
18596         Remove pop-up-frame.  Add pop-up-window-min-height,
18597         pop-up-window-min-width, and another reuse-window specifier
18598         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
18599         (display-buffer-normalize-specifiers-2):
18600         Handle split-height-threshold and split-width-threshold also when
18601         pop-up-windows is unset.  Add a reuse-window specifier for the
18602         case popping up a new window fails.
18603         (special-display-popup-frame): Remove double quoting.
18604         (display-buffer-normalize-specifiers-1): Fix thinko.
18606 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18608         * shell.el (shell-completion-vars): Set pcomplete-termination-string
18609         according to comint-completion-addsuffix.
18611         * pcomplete.el: Convert to lexical binding and fix bug#8819.
18612         (pcomplete-suffix-list): Mark as obsolete.
18613         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
18614         pcomplete-seen in the closure.
18615         (pcomplete-comint-setup): Setup completion-at-point as well.
18616         (pcomplete--entries): New function.
18617         (pcomplete--env-regexp): New var.
18618         (pcomplete-entries): Rewrite to work with partial-completion and
18619         without relying on pcomplete-suffix-list.
18620         (pcomplete-pare-list): Remove, unused.
18622 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
18624         * window.el (display-buffer-alist): Set pop-up-window-min-height
18625         and pop-up-window-min-width in default value.  Reported by
18626         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
18627         other-window-means-other-frame.
18628         (display-buffer-macro-specifiers): Comment out entry for
18629         other-window specifier.
18630         (display-buffer-other-window-means-other-frame): New function.
18631         (display-buffer-normalize-specifiers-1): New arguments
18632         buffer-name and label.  Treat other-window case specially.
18633         (display-buffer-normalize-specifiers-2): Treat other-window case
18634         specially.
18635         (display-buffer-normalize-specifiers-3): New function.
18636         (display-buffer-normalize-specifiers):
18637         Call display-buffer-normalize-specifiers-3.
18639 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
18641         * window.el (same-window-p): Fix two typos introduced when
18642         adding with-no-warnings.
18643         (display-buffer-normalize-specifiers-1): Don't check
18644         pop-up-frames for 'unset initialization.
18645         (display-buffer-normalize-specifiers-2): Major rewrite using
18646         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
18647         (pop-up-frames, display-buffer-reuse-frames)
18648         (display-buffer-mark-dedicated): Don't initialize to 'unset.
18649         Suggested by David Engster <deng@randomsample.de>.
18650         (even-window-heights): Initialize to 'unset.
18651         (display-buffer-alist-set): Handle new 'unset initializations.
18652         (display-buffer-macro-specifiers): Don't pop up a new frame in the
18653         other window case.
18655 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
18657         * window.el (display-buffer-normalize-specifiers-1):
18658         Respect current value of pop-up-frames for most reasonable values of
18659         second argument of display-buffer (Bug#8865).
18660         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
18661         (switch-to-buffer-other-window-same-frame)
18662         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
18663         Adams (Bug#8875).
18664         (display-buffer): Don't check noninteractive when calling
18665         display-buffer-pop-up-frame.
18666         (display-buffer-pop-up-frame): Never pop up a frame in
18667         noninteractive mode (Bug#8857).
18668         (enlarge-window, shrink-window): Don't report an error when the
18669         window can't be resized as requested (Bug#8862).
18671 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18673         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
18675         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
18677         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
18679 2011-06-15  Alan Mackenzie  <acm@muc.de>
18681         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
18682         for declarators, disable knr checking to speed up for normal files.
18683         2: Refactor, replacing a sequence of nested if forms by a cond form.
18685 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18687         * net/network-stream.el (open-network-stream): Add the keyword
18688         :always-query-capabilities for the case where you want to force a
18689         `plain' network connection, but the protocol still requires the
18690         capabilitiy command (i.e., SMTP and EHLO).
18692         * subr.el (process-live-p): Rename from `process-alive-p' for
18693         consistency with other `-live-p' functions.
18695 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18697         * window.el (same-window-buffer-names, same-window-regexps)
18698         (special-display-frame-alist, special-display-popup-frame)
18699         (special-display-function, special-display-buffer-names)
18700         (special-display-regexps, pop-up-frame-alist)
18701         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
18702         (pop-up-windows, split-window-preferred-function)
18703         (split-height-threshold, split-width-threshold, even-window-heights)
18704         (display-buffer-mark-dedicated): Don't encourage the use of
18705         display-buffer-alist from Elisp code.
18707 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
18709         * progmodes/python.el (python-mode): Derive from prog-mode.
18710         * progmodes/ps-mode.el (ps-mode):
18711         * progmodes/mixal-mode.el (mixal-mode):
18712         * progmodes/cfengine.el (cfengine-mode):
18713         * progmodes/ld-script.el (ld-script-mode): Likewise.
18715 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
18717         * window.el (display-buffer-alist): Trim default value to avoid
18718         popping up a new frame (Bug#8857) or reusing an arbitrary window
18719         on another frame.
18720         (display-buffer): Do not fall back on popping up a new frame in
18721         batch mode (Bug#8857).
18723 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
18725         * cus-theme.el (describe-theme-1): Use custom-theme-p.
18726         (custom-theme-summary): New function.
18727         (customize-themes): Use it.
18729 2011-06-13  Glenn Morris  <rgm@gnu.org>
18731         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
18733 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
18735         * help.el (help-window): Remove variable.
18736         (help-window-point-marker, temp-buffer-max-height)
18737         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
18738         (help-print-return-message): Don't set help-window.
18739         (resize-temp-buffer-window): Rewrite cod eand doc-string.
18740         (help-window-setup-finish): Remove.
18741         (help-window-display-message, help-window-setup)
18742         (with-help-window): Major rewrite based on new
18743         display-buffer-window variable.
18745         * help-mode.el (help-mode-finish): Remove help-window related
18746         code.
18748         * view.el (view-exits-all-viewing-windows): Remove reference to
18749         view-return-to-alist in doc-string.
18750         (view-return-to-alist): Make obsolete.
18751         (view-buffer): Call pop-to-buffer-same-window and remove
18752         undo-window code.
18753         (view-buffer-other-window): Call pop-to-buffer-other-window and
18754         simplify code.  Ignore second argument.
18755         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
18756         simplify code.  Ignore second argument.
18757         (view-return-to-alist-update): Make obsolete.
18758         (view-mode-enter): Rename second argument to QUIT-RESTORE.
18759         Rewrite using quit-restore window parameters.
18760         (view-mode-exit): Rename second argument to EXIT-ONLY.
18761         Rewrite using quit-restore-window.
18762         (View-exit, View-exit-and-edit, View-leave, View-quit)
18763         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
18764         appropriate arguments.
18765         (view-end-message): Use quit-restore window parameter.
18767         * window.el (display-buffer-function): Rewrite doc-string.
18768         (display-buffer-window, display-buffer-alist): New variables.
18769         (display-buffer-split-specifiers)
18770         (display-buffer-side-specifiers)
18771         (display-buffer-macro-specifiers): New constants.
18772         (display-buffer-even-window-sizes, display-buffer-set-height)
18773         (display-buffer-set-width, display-buffer-select-window)
18774         (display-buffer-in-window, display-buffer-reuse-window)
18775         (display-buffer-split-window-1, display-buffer-split-window)
18776         (display-buffer-split-atom-window, display-buffer-pop-up-window)
18777         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
18778         (display-buffer-in-side-window, normalize-buffer-to-display)
18779         (display-buffer-normalize-specifiers-1)
18780         (display-buffer-normalize-specifiers-2)
18781         (display-buffer-normalize-specifiers, display-buffer-frame):
18782         New functions.
18783         (display-buffer): Major rewrite.
18784         (display-buffer-other-window, display-buffer-other-frame)
18785         (pop-to-buffer, switch-to-buffer-other-window)
18786         (switch-to-buffer-other-frame): Rewrite.
18787         (display-buffer-same-window, display-buffer-same-frame)
18788         (display-buffer-same-frame-other-window)
18789         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18790         (pop-to-buffer-other-window)
18791         (pop-to-buffer-same-frame-other-window)
18792         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
18793         (switch-to-buffer-other-window-same-frame): New functions.
18794         (same-window-p, special-display-p): Rewrite disabling warnings.
18795         Make obsolete.
18796         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18797         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
18798         Make obsolete
18799         (same-window-buffer-names, same-window-regexps)
18800         (special-display-frame-alist, special-display-popup-frame)
18801         (special-display-function, special-display-buffer-names)
18802         (special-display-regexps, pop-up-frame-alist)
18803         (pop-up-frame-function, split-window-preferred-function)
18804         (split-height-threshold, split-width-threshold)
18805         (even-window-heights): Make obsolete.
18807 2011-06-12  Glenn Morris  <rgm@gnu.org>
18809         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
18810         Misc simplifications.
18812 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
18814         * window.el (window-safely-shrinkable-p): Restore function which
18815         was inadvertently removed in change from 2011-06-11.  Declare as
18816         obsolete.
18818         * calendar/calendar.el (calendar-generate-window):
18819         Use window-iso-combined-p instead of combination of one-window-p and
18820         window-safely-shrinkable-p.
18822 2011-06-12  Glenn Morris  <rgm@gnu.org>
18824         * progmodes/fortran.el (fortran-mode-syntax-table):
18825         * progmodes/f90.el (f90-mode-syntax-table):
18826         Set % to punctuation.  (Bug#8820)
18827         (f90-find-tag-default): Remove, no longer needed.
18829 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
18831         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
18833 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
18835         * image.el (image-animated-p): Return animation delay in seconds.
18836         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
18837         (image-animate-timeout): Remove DELAY argument.  Don't assume
18838         every subimage has the same delay; get it from image-animated-p.
18839         (image-animate): Caller changed.
18841 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
18843         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
18844         to ignored backtrace functions.
18846 2011-06-11  Glenn Morris  <rgm@gnu.org>
18848         * calendar/appt.el (appt-disp-window-function): Doc fix.
18849         (appt-check): Handle overlapping appointments.  (Bug#8337)
18851 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
18853         * window.el (window-tree-1, window-tree): New functions, moving
18854         the latter to window.el.
18855         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18856         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18857         (bw-refresh-edges): Remove.
18858         (balance-windows-1, balance-windows-2): New functions.
18859         (balance-windows): Rewrite in terms of window tree functions,
18860         balance-windows-1 and balance-windows-2.
18861         (bw-adjust-window): Remove.
18862         (balance-windows-area-adjust): New function with functionality of
18863         bw-adjust-window but using resize-window.
18864         (set-window-text-height): Rewrite doc-string.
18865         Use normalize-live-window and resize-window.
18866         (enlarge-window-horizontally, shrink-window-horizontally):
18867         Rename argument to DELTA.
18868         (window-buffer-height): New function.
18869         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18870         Rewrite using new window resize routines.
18871         (kill-buffer-and-window, mouse-autoselect-window-select):
18872         Use ignore-errors instead of condition-case.
18873         (quit-window): Call delete-frame instead of delete-windows-on
18874         for the only buffer on frame.
18876 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
18878         * loadup.el (top-level): Load window before files for the sake
18879         of replace-buffer-in-windows.
18881         * files.el (read-buffer-to-switch)
18882         (switch-to-buffer-other-window)
18883         (switch-to-buffer-other-frame, display-buffer-other-frame):
18884         Move to window.el.
18886         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18887         (previous-buffer): Move to window.el.
18889         * bindings.el (unbury-buffer): Move to window.el.
18891         * window.el (delete-other-windows-vertically): Move after
18892         definition of delete-other-windows.
18893         (other-window, delete-windows-on, replace-buffer-in-windows):
18894         Move here from window.c.
18895         (record-window-buffer, unrecord-window-buffer)
18896         (set-window-buffer-start-and-point, switch-to-prev-buffer)
18897         (switch-to-next-buffer): New functions.
18898         (get-next-valid-buffer, last-buffer, next-buffer): Move here
18899         from simple.el.  Call switch-to-next-buffer.
18900         (previous-buffer): Move here from simple.el.
18901         Call switch-to-prev-buffer.
18902         (bury-buffer): Move here from buffer.c.  Switch to previous
18903         buffer when window cannot be deleted.
18904         (unbury-buffer): Move here from bindings.el.
18905         (ctl-x-map): Move binding for other-window from window.c to
18906         here.
18907         (read-buffer-to-switch, switch-to-buffer-other-window)
18908         (switch-to-buffer-other-frame): Move here from files.el.
18909         (normalize-buffer-to-switch-to): New functions.
18910         (switch-to-buffer): Move here from buffer.c.
18911         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
18913 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
18915         * window.el (window-min-height, window-min-width): Move here
18916         from window.c.  Add defcustoms and rewrite doc-strings.
18917         (resize-mini-window, resize-window): New functions.
18918         (adjust-window-trailing-edge, enlarge-window, shrink-window):
18919         Move here from window.c.
18920         (maximize-window, minimize-window): New functions.
18921         (delete-window, delete-other-windows, split-window): Move here
18922         from window.c.
18923         (window-split-min-size): New function.
18924         (split-window-keep-point): Mention split-window-above-each-other
18925         instead of split-window-vertically.
18926         (split-window-above-each-other, split-window-vertically):
18927         Rename split-window-vertically to split-window-above-each-other
18928         and provide defalias for old definition.
18929         (split-window-side-by-side, split-window-horizontally):
18930         Rename split-window-horizontally to split-window-side-by-side
18931         and provide defalias for the old definition.
18932         (ctl-x-map): Move bindings for delete-window,
18933         delete-other-windows and enlarge-window here from window.c.
18934         Replace bindings for split-window-vertically and
18935         split-window-horizontally by bindings for
18936         split-window-above-each-other and split-window-side-by-side.
18938         * cus-start.el (all): Remove entries for window-min-height and
18939         window-min-width.  Add entries for window-splits and
18940         window-nest.
18942 2011-06-09  Glenn Morris  <rgm@gnu.org>
18944         * calendar/appt.el (appt-mode-line): New function.
18945         (appt-check, appt-disp-window): Use it.
18947         * files.el (hack-one-local-variable-eval-safep):
18948         Allow minor-modes with explicit +/-1 arguments.
18950 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
18952         * term/xterm.el (xterm): Add defgroup.
18953         (xterm-extra-capabilities): Add defcustom to supply known xterm
18954         capabilities, skip querying them, or query them (default).
18955         (terminal-init-xterm): Use it.
18956         (terminal-init-xterm-modify-other-keys): New function to set up
18957         modifyOtherKeys support to simplify `terminal-init-xterm'.
18959 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
18961         * window.el (resize-window-reset, resize-window-reset-1)
18962         (resize-subwindows-skip-p, resize-subwindows-normal)
18963         (resize-subwindows, resize-other-windows, resize-this-window)
18964         (resize-root-window, resize-root-window-vertically)
18965         (window-deletable-p, window-or-subwindow-p)
18966         (frame-root-window-p): New functions.
18968 2011-06-09  Glenn Morris  <rgm@gnu.org>
18970         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18971         (ange-ftp-get-files): Use it.
18973 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
18975         * mail/sendmail.el (mail-recover-1, mail-recover):
18976         * files.el (recover-file, recover-session):
18977         Handle dired-listing-switches not being just a single short option.
18979 2011-06-09  Glenn Morris  <rgm@gnu.org>
18981         * calendar/appt.el (appt-display-message, appt-disp-window):
18982         Handle lists of appointments.
18984 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
18986         * window.el (one-window-p): Move down in code.
18987         Rewrite doc-string.
18988         (window-current-scroll-bars): Rewrite doc-string.
18989         Normalize live window argument.
18990         (walk-windows, get-window-with-predicate, count-windows):
18991         Rewrite doc-string.  Use window-list-1.
18992         (window-in-direction-2, window-in-direction, get-mru-window):
18993         New functions.
18995 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
18997         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18998         Doc fix (Bug#8713).
19000 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
19002         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
19004 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
19006         * loadhist.el (unload-feature-special-hooks):
19007         Add `comint-output-filter-functions'.
19009 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
19011         * calendar/appt.el (appt-check): Move some initializations into the let.
19013 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
19015         * window.el (window-height): Defalias to window-total-height.
19016         (window-width): Defalias to window-body-width.
19018 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
19020         * image-mode.el (image-toggle-animation): New command.
19021         (image-mode-map): Bind it to RET.
19022         (image-mode): Update message.
19023         (image-toggle-display-image): Avoid a spurious cache flush.
19024         (image-transform-rotation): Doc fix.
19025         (image-transform-properties): Return quickly in the normal case.
19026         (image-animate-loop): Rename from image-animate-max-time.
19028         * image.el (image-animate-max-time): Move to image-mode.el.
19029         (create-animated-image): Remove unnecessary function.
19030         (image-animate): Rename from image-animate-start.  New arg.
19031         (image-animate-stop): Remove; just use image-animate-timer.
19032         (image-animate-timer): Use car-safe.
19033         (image-animate-timeout): Rename argument.
19035 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
19037         * window.el (get-lru-window, get-largest-window): Move here from
19038         window.c.  Rename first argument to ALL-FRAMES.
19039         Rephrase doc-strings.
19040         (get-buffer-window-list): Rewrite using window-list-1.
19041         Rephrase doc-string.
19042         (window-safe-min-height, window-safe-min-width): New constants.
19043         (window-size-ignore, window-min-size, window-min-size-1)
19044         (window-sizable, window-sizable-p, window-size-fixed-1)
19045         (window-size-fixed-p, window-min-delta-1, window-min-delta)
19046         (window-max-delta-1, window-max-delta, window-resizable)
19047         (window-resizable-p, window-total-height, window-total-width)
19048         (window-body-width): New functions.
19049         (window-full-height-p, window-full-width-p): Rewrite using
19050         window-total-size.
19051         (window-body-height): Rewrite using window-body-size.
19053 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
19055         * window.el (window-right, window-left, window-child)
19056         (window-child-count, window-last-child, window-any-p)
19057         (normalize-live-buffer, normalize-live-frame)
19058         (normalize-any-window, normalize-live-window)
19059         (window-iso-combination-p, window-iso-combined-p)
19060         (window-iso-combinations)
19061         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
19062         (windows-with-parameter, window-with-parameter)
19063         (window-atom-root, make-window-atom, window-atom-check-1)
19064         (window-atom-check, window-side-check, window-check):
19065         New functions.
19066         (ignore-window-parameters, window-sides, window-sides-vertical)
19067         (window-sides-slots): New variables.
19068         (window-size-fixed): Move down in code.  Minor doc-string fix.
19070 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
19072         * comint.el (comint-dynamic-complete-as-filename)
19073         (comint-dynamic-complete-filename): Correctly call
19074         completion-in-region.
19076 2011-06-05  Deniz Dogan  <deniz@dogan.se>
19078         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
19079         in last change.
19081 2011-06-05  Deniz Dogan  <deniz@dogan.se>
19083         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
19084         (rcirc): Use it to prompt for encryption.
19086 2011-06-05  Roland Winkler  <winkler@gnu.org>
19088         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
19089         (bibtex-search-entries): New command bound to C-c C-a.
19090         (bibtex-display-entries): New function.
19092 2011-06-05  Roland Winkler  <winkler@gnu.org>
19094         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
19095         (bibtex-insert-kill): After yanking insert newline if necessary.
19096         (bibtex-initialize): Call bibtex-string-files-init only once.
19097         (bibtex-mode): Do not call easy-menu-add.
19098         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
19099         (bibtex-yank): Set arg properly if nil.
19101 2011-06-05  Roland Winkler  <winkler@gnu.org>
19103         * textmodes/bibtex.el (bibtex-search-entry-globally):
19104         New variable.
19105         (bibtex-search-entry): Use it.
19107 2011-06-05  Roland Winkler  <winkler@gnu.org>
19109         * textmodes/bibtex.el (bibtex-entry-format): New option
19110         sort-fields.
19111         (bibtex-format-entry, bibtex-reformat): Honor this option.
19112         (bibtex-parse-entry): Return fields in proper order.
19114 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
19116         * doc-view.el (doc-view-remove-if): Move computation of result out
19117         of `dolist' to silence misleading lexical-binding warning.
19119 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
19121         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
19122         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
19124 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
19126         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
19127         "SunOS 5.10".
19129 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
19131         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
19132         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
19133         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
19134         (tramp-parse-putty):
19135         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
19136         (tramp-completion-function-alist-ssh)
19137         (tramp-completion-function-alist-telnet)
19138         (tramp-completion-function-alist-su)
19139         (tramp-completion-function-alist-putty): Set `tramp-autoload'
19140         cookie.
19142         * net/tramp-ftp.el:
19143         * net/tramp-sh.el:
19144         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
19145         load "tramp.el" `tramp-set-completion-function'.
19147 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19149         * shell.el: Require and use pcomplete.
19150         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
19151         (shell-completion-vars): Set pcomplete-default-completion-function.
19153 2011-06-04  Deniz Dogan  <deniz@dogan.se>
19155         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
19156         `memq' (Bug#8799).
19158 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19160         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
19162 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
19164         * bs.el (bs--mark-unmark, bs--nth-wrapper):
19165         * mpc.el (mpc-select-extend, mpc-songpointer-context):
19166         * vc/log-view.el (log-view-beginning-of-defun):
19167         * vc/smerge-mode.el (smerge-apply-resolution-patch)
19168         (smerge-refine-forward, smerge-refine-chopup-region):
19169         Silence warning for unused `dotimes' counter variables.
19171 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19173         * net/tramp.el (tramp-with-progress-reporter): Rename from
19174         with-progress-reporter.  Use `declare'.
19175         * net/tramp-smb.el:
19176         * net/tramp-sh.el:
19177         * net/tramp-gvfs.el: Update all uses.
19179 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
19181         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
19182         buffer isn't killed before making it current.
19184 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19186         Silence various byte-compiler warnings.
19187         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
19188         `access-type' and new obsolescence format.
19189         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
19190         new format.
19191         (byte-compile-check-variable): New `access-type' argument.
19192         Only warn if the access-type is obsolete.
19193         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19194         (byte-compile-variable-set): Adjust callers.
19195         * help-fns.el (describe-variable): Adjust to new obsolescence format.
19196         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
19197         setting it as obsolete.
19198         * simple.el (minibuffer-completing-symbol):
19199         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
19200         access as obsolete.
19201         * minibuffer.el (minibuffer-completing-file-name): Don't make it
19202         obsolete yet.
19203         * international/quail.el (quail-mouse-choose-completion): Remove unused
19204         code referring to obsolete var.
19205         (quail-choose-completion-string): Remove.
19206         * server.el (server-clients-with, server-kill-buffer-query-function)
19207         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
19208         * proced.el (proced-send-signal):
19209         * emacs-lisp/lisp.el (lisp-complete-symbol):
19210         Replace completion-annotate-function with completion-extra-properties.
19212 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19214         * simple.el (goto-line): Use read-number.
19215         (overriding-map-is-bound): Remove.
19216         (saved-overriding-map): Change default.
19217         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
19218         Take the map as argument.
19219         (universal-argument, negative-argument, digit-argument): Use it.
19220         (restore-overriding-map): Adjust.
19221         (do-auto-fill): Use fill-forward-paragraph.
19222         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
19224         * minibuffer.el (minibuffer-inactive-mode-map): New var.
19225         (minibuffer-inactive-mode): New major mode.
19226         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
19227         the *Messages* buffer" hack.
19228         (mouse-popup-menubar): Don't burp if the event is a normal key.
19230         Miscellaneous tweaks.
19231         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
19232         lexical scoping as in subr.el's dolist and dotimes.
19233         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
19234         Silence compiler warning.
19235         * thingatpt.el (forward-whitespace): Trivial coding style fix.
19236         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
19237         * international/ccl.el (ccl-compile): Trivial simplification.
19238         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
19239         * emacs-lisp/testcover.el (testcover-end): Remove spurious
19240         `printflag' argument.
19241         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
19242         Purecopy the whole obsolescence data.
19244 2011-06-01  Leo Liu  <sdl.web@gmail.com>
19246         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
19247         improve doc-string as suggested by Marco Pessotto
19248         <melmothx@gmail.com>.
19249         (rcirc-print): Fix last change.
19251 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19253         * minibuffer.el (complete-with-action): Return nil for the metadata and
19254         boundaries of non-functional tables.
19255         (completion-table-dynamic): Return nil for the metadata.
19256         (completion-table-with-terminator): Add default case, using
19257         complete-with-action.
19258         (completion--metadata): New function.
19259         (completion-all-sorted-completions, minibuffer-completion-help): Use it
19260         to try and avoid pathological performance problems.
19261         (completion--embedded-envvar-table): Return `category' metadata.
19263 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19265         * subr.el (process-alive-p): New tiny convenience function.
19267 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19269         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
19270         content but also its previous major mode.
19272 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
19274         * emacs-lisp/debug.el (debug): Restore the previous content of the
19275         *Backtrace* buffer when we exit with C-M-c.
19277 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19279         * minibuffer.el: Add metadata method to completion tables.
19280         (completion-category-overrides): New defcustom.
19281         (completion-metadata, completion--field-metadata)
19282         (completion-metadata-get, completion--styles)
19283         (completion--cycle-threshold): New functions.
19284         (completion-try-completion, completion-all-completions):
19285         Add `metadata' argument to choose completion-styles.
19286         (completion--do-completion): Use metadata to choose cycling.
19287         (completion-all-sorted-completions): Use metadata for sorting.
19288         Remove :completion-cycle-penalty which is not needed any more.
19289         (completion--try-word-completion): Add `metadata' argument.
19290         (minibuffer-completion-help): Check metadata for annotation function
19291         and sorting.
19292         (completion-file-name-table): Return `category' metadata.
19293         (minibuffer-completing-file-name): Make obsolete.
19294         * simple.el (minibuffer-completing-symbol): Make obsolete.
19295         * icomplete.el (icomplete-completions): Pass new `metadata' param to
19296         completion-try-completion.
19298 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19300         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
19302 2011-05-30  Leo Liu  <sdl.web@gmail.com>
19304         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
19305         (rcirc-print): Decode all incoming messages (bug#8744).
19306         (rcirc-decode-coding-system): Allow value nil for automatic coding
19307         system detection.
19309 2011-06-01  Glenn Morris  <rgm@gnu.org>
19311         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
19313 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
19315         * image.el (image-animate-max-time): Allow nil and t values.
19316         Default to nil.
19317         (create-animated-image): Doc fix.
19318         (image-animate-start): Remove second arg; just use
19319         image-animate-max-time.
19320         (image-animate-timeout): Doc fix.  Args changed.
19322         * image-mode.el (image-toggle-display-image): Ensure that the
19323         image spec passed to the animate timer is the same object as in
19324         the buffer's display property (Bug#6981).
19325         (image-transform-properties): Doc fix.
19327         * image.el (image-animate-max-time): Default to nil.
19329 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
19331         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
19332         entire buffer list (Bug#8184).
19334 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
19336         * image.el (imagemagick-types-inhibit)
19337         (imagemagick-register-types): Doc fix.
19339 2011-05-29  Deniz Dogan  <deniz@dogan.se>
19341         * net/rcirc.el (rcirc): Use the user's stored encryption method by
19342         default.
19344 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
19346         * select.el: Don't perform clipboard-manager saving in hooks;
19347         leave the hooks empty.
19349 2011-05-28  Leo Liu  <sdl.web@gmail.com>
19351         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
19352         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
19353         (occur-edit-mode): New major mode (Bug#8463).
19354         (occur-after-change-function): New function.
19355         (occur-engine): Give Occur tags a read-only property.
19357 2011-05-28  Kevin Ryde  <user42@zip.com.au>
19359         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
19361 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
19363         * bindings.el (help-echo): Make the initial non-indicator dash
19364         empty on graphical terminals (Bug#7295).
19366         * files.el (auto-mode-alist): Move config rule after the
19367         in-stripping one (Bug#8547).
19369         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
19371         * startup.el (normal-splash-screen): Remove gratuitous mode-line
19372         setting (Bug#8740).
19374 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
19376         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
19377         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
19378         (Bug#8539).
19380 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
19382         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
19384 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
19386         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
19387         (hs-hide-block-at-point, hs-find-block-beginning)
19388         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
19389         (Bug#8279).
19391 2011-05-28  Glenn Morris  <rgm@gnu.org>
19393         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
19395 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
19397         * help-fns.el (describe-function-1): If the function is a derived
19398         major mode, print the parent mode.
19400         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
19401         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
19403 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19405         * minibuffer.el (completion--capf-wrapper): Check applicability before
19406         returning non-nil for non-exclusive completion data.
19407         * progmodes/etags.el (tags-completion-at-point-function):
19408         * info-look.el (info-lookup-completions-at-point): Mark as
19409         non-exclusive.
19410         (info-complete): Adjust accordingly.
19412         * info-look.el: Convert to lexical-binding and completion-at-point.
19413         (info-lookup-completions-at-point): New function.
19414         (info-complete): Use it and completion-in-region.
19416 2011-05-28  Drew Adams  <drew.adams@oracle.com>
19418         * isearch.el: Let M-e start with point at the first mismatched char.
19419         (isearch-fail-pos): New function.
19420         (isearch-edit-string): Use it.
19422 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
19424         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19426 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
19428         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
19429         traversal functions for avl-trees.
19430         (avl-tree--stack): New struct.
19431         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
19432         (avl-tree-enter): Add optional `updatefun' arg.
19433         (avl-tree--do-enter): Add optional `updatefun' arg.
19434         Change return value.
19435         (avl-tree-delete): Add optional `test' and `nilflag' args.
19436         (avl-tree--do-delete): Add `test' and `nilflag' args.
19437         Change return value.
19438         (avl-tree-member): Add optional `nilflag'
19439         (avl-tree-member-p): New function.
19440         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
19441         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
19442         (avl-tree-stack-empty-p): New functions.
19444         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
19445         avl-tree--del-balance1 and make it work both ways.
19446         (avl-tree--del-balance2): Remove.
19447         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
19448         make it work both ways.
19449         (avl-tree--enter-balance2): Remove.
19450         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
19451         New macros.
19452         (avl-tree--mapc, avl-tree-map): Add direction argument.
19454 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
19456         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
19458 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
19460         * select.el: Support clipboard managers with built-in function
19461         x-clipboard-manager-save, via delete-frame-functions and
19462         kill-emacs-hook.
19463         (xselect-convert-to-targets): Add MULTIPLE target to list.
19464         (xselect-convert-to-save-targets): New function.
19466 2011-05-27  Kenichi Handa  <handa@m17n.org>
19468         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
19469         let-binding rfc2047-encode-encoded-words to nil.
19471 2011-05-27  Glenn Morris  <rgm@gnu.org>
19473         * mail/emacsbug.el: Don't require url-util.
19475         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
19477         * files.el (set-auto-mode):
19478         Also respect mode: entries at the end of the file.  (Bug#8586)
19480 2011-05-26  Glenn Morris  <rgm@gnu.org>
19482         * files.el (hack-local-variables-prop-line, hack-local-variables):
19483         Downcase mode names, as seems to be traditional.
19484         (hack-local-variables, hack-local-variables-apply): Doc fixes.
19486         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
19487         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
19489 2011-05-25  Julien Danjou  <julien@danjou.info>
19491         * textmodes/rst.el (rst-define-level-faces): Do not define face
19492         symbol if it is already defined.
19494 2011-05-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
19496         * play/5x5.el (5x5-new-game, 5x5-randomize):
19497         Reset 5x5-solver-output to nil when a new grid is cast.
19498         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
19499         these debugging traces, as defmacro breaks the compiled code.
19501 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
19503         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19505 2011-05-24  Leo Liu  <sdl.web@gmail.com>
19507         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
19508         (vc-bzr-sha1): Adapt.
19510         * sha1.el: Remove.  Function `sha1' is now builtin.
19512         * bindings.el: Provide sha1 feature.
19514 2011-05-24  Kenichi Handa  <handa@m17n.org>
19516         * mail/sendmail.el: Require `rfc2047'.
19517         (mail-insert-from-field): Do not perform RFC2047 encoding.
19518         (mail-encode-header): New function.
19519         (sendmail-send-it): Set buffer-file-coding-system of the work
19520         buffer to the return value of select-message-coding-system.
19521         Call mail-encode-header.
19523         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
19525 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
19527         * mail/supercite.el (sc-default-cite-frame):
19528         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
19530 2011-05-24  Glenn Morris  <rgm@gnu.org>
19532         * progmodes/python.el (brm-menu): Declare.
19534         * emulation/viper.el (viper-set-hooks): Declare.
19536         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
19537         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
19538         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
19539         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
19540         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
19541         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
19543 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19545         Add an :exit-function for completion-at-point.
19547         * minibuffer.el (completion--done): New fun.
19548         (completion--do-completion): Use it.  New arg `expect-exact'.
19549         (minibuffer-complete, minibuffer-complete-word): Don't output message,
19550         since completion--do-completion does it for us now.
19551         (minibuffer-force-complete): Use completion--done and
19552         completion--replace.  Handle sole-completion case with more care.
19553         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
19554         (completion-extra-properties): New var.
19555         (completion-annotate-function): Make obsolete.
19556         (minibuffer-completion-help): Adjust accordingly.
19557         Use completion-list-insert-choice-function.
19558         (completion-at-point, completion-help-at-point):
19559         Bind completion-extra-properties.
19560         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
19561         * simple.el (completion-list-insert-choice-function): New var.
19562         (completion-setup-function): Preserve it.
19563         (choose-completion): Pay attention to it, shuffle the code a bit.
19564         (choose-completion-string): New arg `insert-function'.
19566         * textmodes/bibtex.el: Convert to lexical binding.
19567         (bibtex-mode-map): Use completion-at-point.
19568         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
19569         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
19570         (bibtex-complete): Define as obsolete alias.
19571         (bibtex-complete-internal): Remove.
19572         (bibtex-format-entry): Remove unused sub-group in regexp.
19573         * shell.el (shell--command-completion-data)
19574         (shell-environment-variable-completion):
19575         * pcomplete.el (pcomplete-completions-at-point):
19576         * comint.el (comint--complete-file-name-data): Use :exit-function
19577         instead of completion-table-with-terminator so it also works for
19578         choose-completion.
19580 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19582         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
19584         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
19585         (bug#8710).
19587         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
19589 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
19591         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
19592         customization variable and implement: If non-nil, auto-fill will
19593         be inhibited while on topic's header line.
19595 2011-05-23  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
19597         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
19598         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
19599         always have a solution in grid size = 5 cases.
19600         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
19601         (5x5-solver-output, 5x5-log-buffer): New vars.
19602         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
19603         Make these variables buffer local to achieve 5x5 multi-session-ness.
19604         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
19605         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
19606         (5x5-solve-suggest): New funs.
19607         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
19608         randomize a grid so that we ensure that there is always a solution.
19609         (5x5-make-random-grid): Allow other movement than flipping.
19611 2011-05-23  Kevin Ryde  <user42@zip.com.au>
19613         * emacs-lisp/advice.el (ad-read-advised-function):
19614         Use `function-called-at-point' as the default, if it has
19615         advice and passes PREDICATE.
19617 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19619         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
19620         byte-compile-lambda if it's actually a lambda.
19622         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
19623         Fix function quoting.  Use backquote better.
19625 2011-05-22  Yuanle Song  <sylecn@gmail.com>
19627         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
19628         matching (Bug#8516).
19630 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
19632         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
19633         different face (Bug#8178).
19635 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
19637         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
19638         defface (Bug#8144).
19640 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19642         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
19643         funcall as well (bug#8712).  Warn when performing those conversions.
19644         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
19646         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
19648 2011-05-22  Glenn Morris  <rgm@gnu.org>
19650         * files.el (hack-local-variables-prop-line): Small simplifications.
19651         (hack-local-variables, hack-local-variables-prop-line):
19652         If MODE-ONLY, return the mode, rather than just `t'.
19654 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19656         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
19658 2011-05-21  Glenn Morris  <rgm@gnu.org>
19660         * files.el (hack-local-variables-prop-line, hack-local-variables):
19661         If only interested in the mode, don't bother doing the other stuff.
19663         * image-mode.el (image-after-revert-hook):
19664         Redraw all frames on which the image is visible.  (Bug#8567)
19666         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
19668         * wid-edit.el (widget-checklist-match-inline):
19669         Fix 2011-04-19 change.  (Bug#8649)
19671 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19673         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
19674         Also allow singlespace after single-letter capitals followed by a dot.
19676         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
19677         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
19679 2011-05-20  Nix  <nix@esperi.org.uk>
19681         * files.el (basic-save-buffer-2):
19682         Fix handling of break-hardlink-on-save with non-existent files.
19684 2011-05-19  Deniz Dogan  <deniz@dogan.se>
19686         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
19687         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
19689 2011-05-19  Glenn Morris  <rgm@gnu.org>
19691         * progmodes/f90.el (f90-type-def-re):
19692         Handle "type, bind(c)".  (Bug#8691)
19694         * emacs-lisp/autoload.el (batch-update-autoloads):
19695         Set autoload-excludes by parsing loadup.el rather than Makefiles.
19697 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
19699         * net/tramp.el (tramp-process-actions): Set "first-password-request"
19700         property for the correct connection in case of multihops.
19702 2011-05-18  Glenn Morris  <rgm@gnu.org>
19704         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
19705         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
19707         Rationalize calendar handling of day and month abbrev-arrays.
19708         * calendar/calendar.el (calendar-customized-p): New function.
19709         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
19710         (calendar-day-name-array, calendar-month-name-array): Doc fix.
19711         Add :set function.
19712         (calendar-abbrev-length, calendar-day-abbrev-array)
19713         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
19714         (calendar-day-abbrev-array, calendar-month-abbrev-array):
19715         Elements may no longer be nil.
19716         (calendar-day-name, calendar-month-name):
19717         Update for changed nature of abbrev arrays.
19718         * calendar/diary-lib.el (diary-name-pattern):
19719         Update for changed nature of abbrev arrays.
19720         (diary-mark-entries-1): Update calendar-make-alist calls.
19721         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
19722         * calendar/cal-html.el (cal-html-day-abbrev-array):
19723         Simply inherit from calendar-day-abbrev-array.
19725 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19727         * progmodes/grep.el (grep-mode): Disable default
19728         compilation-directory-matcher setting (bug#8684).
19730 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
19732         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
19733         instead of "head" and "tail".  There were problems with SunOS 5.9,
19734         and it performs better.
19736 2011-05-17  Glenn Morris  <rgm@gnu.org>
19738         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
19740         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
19741         Replace obsolete function.
19743         * shell.el (pcomplete-parse-arguments-function): Declare.
19745         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
19746         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
19747         (appt-check): Doc fixes.
19748         (appt-disp-window-function, appt-delete-window-function):
19749         Remove needless special case in custom :type.
19750         (appt-display-count): Default to 0, not nil.
19751         (appt-check): Reset appt-display-count to 0, not nil.
19753 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
19755         * progmodes/python.el (python-font-lock-keywords):
19756         Add the Python 3.X keyword "nonlocal" (bug#8639).
19758 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19760         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
19762 2011-05-16  Kevin Ryde  <user42@zip.com.au>
19764         * info-look.el (makefile-automake-mode): New setups, looking in
19765         automake manual, then makefile-mode.
19766         (makefile-mode): Remove automake manual, have it just in
19767         makefile-automake-mode since there's various things different or
19768         not relevant to plain make.
19769         (makefile-mode): Remove "other-modes" non-existent automake-mode,
19770         believe a hypothetical automake-mode would go to makefile-mode,
19771         not the other way around.
19773 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
19775         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
19776         hunk-end tags (Bug#8672).
19778         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
19779         vc-annotate-show-diff-revision-at-line (Bug#8671).
19781 2011-05-14  Glenn Morris  <rgm@gnu.org>
19783         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
19784         in the middle of an existing one with multiple authors.  (Bug#8645)
19785         (change-log-font-lock-keywords): Also handle multiple author lines
19786         with leading tabs.  (Bug#8644)
19788         * calendar/appt.el (appt-check): Rename some local variables.
19789         Some simplification/reordering.
19791         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
19792         (feedmail-sendmail-f-doesnt-sell-me-out)
19793         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19794         (feedmail-debug-sit-for, feedmail-queue-express-hook)
19795         (feedmail-queue-runner-message-sender): Set :version.
19796         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
19797         (bbdb-dwim-net-address, vm-mail): Declare.
19798         (feedmail-binmail-gnulinuxish-template):
19799         Rename from feedmail-binmail-linuxish-template.
19800         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
19801         Use insert-buffer-substring.
19803 2011-05-14  Bill Carpenter  <bill@carpenter.org>
19805         * mail/feedmail.el (feedmail-patch-level): Increase.
19806         (feedmail-debug): New custom group.
19807         (feedmail-confirm-outgoing-timeout)
19808         (feedmail-sendmail-f-doesnt-sell-me-out)
19809         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19810         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
19811         (feedmail-sender-line, feedmail-from-line)
19812         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
19813         (feedmail-spray-this-address)
19814         (feedmail-spray-address-fiddle-plex-list)
19815         (feedmail-queue-use-send-time-for-date)
19816         (feedmail-queue-use-send-time-for-message-id)
19817         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
19818         (feedmail-buffer-eating-function):
19819         Doc fixes.
19820         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
19821         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
19822         (feedmail-message-action-scroll-down): New functions.
19823         (feedmail-queue-directory, feedmail-queue-draft-directory):
19824         Use expand-file-name.
19825         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
19826         Remove C-v help entry.
19827         (feedmail-queue-buffer-file-name): New variable.
19828         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
19829         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
19830         (feedmail-message-action-send-strong, feedmail-message-action-edit)
19831         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
19832         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
19833         (feedmail-message-action-toggle-spray)
19834         (feedmail-run-the-queue-no-prompts)
19835         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
19836         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
19837         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
19838         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
19839         (feedmail-envelope-deducer, feedmail-fiddle-from)
19840         (feedmail-fiddle-sender, feedmail-default-date-generator)
19841         (feedmail-fiddle-date, feedmail-fiddle-message-id)
19842         (feedmail-fiddle-spray-address)
19843         (feedmail-fiddle-list-of-spray-fiddle-plexes)
19844         (feedmail-fiddle-list-of-fiddle-plexes)
19845         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
19846         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
19847         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
19848         Change default.  Doc fix.
19849         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
19850         (feedmail-binmail-linuxish-template): New constant.
19851         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
19852         Respect feedmail-sendmail-f-doesnt-sell-me-out.
19853         (feedmail-send-it): Add debug call.
19854         Use feedmail-queue-buffer-file-name, and
19855         feedmail-send-it-immediately-wrapper.
19856         (feedmail-message-action-send): Add debug call.
19857         Use feedmail-send-it-immediately-wrapper.
19858         (feedmail-queue-express-to-queue): Add debug call.
19859         Run feedmail-queue-express-hook.
19860         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
19861         (feedmail-message-action-help-blat):
19862         Rename from feedmail-queue-send-edit-prompt-help-first.
19863         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
19864         Check line-endings.  Handle errors better.
19865         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19866         Doc fix.  Add debug call.
19867         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
19868         Use feedmail-queue-send-edit-prompt-inner.
19869         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19870         (feedmail-queue-send-edit-prompt-inner): New function, extracted
19871         from feedmail-queue-send-edit-prompt.
19872         (feedmail-queue-send-edit-prompt-help)
19873         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19874         (feedmail-tidy-up-slug): Add debug call.
19875         Respect feedmail-queue-slug-suspect-regexp.
19876         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19877         (feedmail-dump-message-to-queue): Add debug call.
19878         Expand queue-directory.
19879         (feedmail-dump-message-to-queue): Change message slightly.
19880         Use feedmail-say-chatter.
19881         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
19882         (feedmail-send-it-immediately-wrapper): New function.
19883         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
19884         Insert empty string rather than newline.  Handle full-frame case.
19885         Use catch/throw.  Use feedmail-say-chatter.
19886         (feedmail-fiddle-from): Try mail-host-address.
19887         (feedmail-default-message-id-generator): Doc fix.
19888         Bind system-time-locale.  Handle missing end.
19889         (feedmail-fiddle-x-mailer): Add debug call.
19890         Handle feedmail-x-mailer-line being nil.
19891         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19892         Add debug call.  Use buffer-substring-no-properties.
19893         (feedmail-say-debug, feedmail-say-chatter): New functions.
19894         (feedmail-find-eoh): Give an explicit error.
19896 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
19898         * net/newst-treeview.el (newsticker-treeview-face): Change default
19899         family from helvetica to sans.
19900         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
19901         etc/images/newsticker.
19903         * net/newst-reader.el (newsticker-feed-face): Change default
19904         family from helvetica to sans.
19906         * net/newst-plainview.el (newsticker-new-item-face)
19907         (newsticker-old-item-face, newsticker-immortal-item-face)
19908         (newsticker-obsolete-item-face, newsticker-date-face)
19909         (newsticker-statistics-face): Change default family from
19910         helvetica to sans.
19911         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
19912         etc/images/newsticker.
19914         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19915         (newsticker--process-auto-mark-filter-match): Tell user about
19916         auto-marking.
19918 2011-05-13  Didier Verna  <didier@xemacs.org>
19920         Common Lisp indentation improvements on defmethod and lambda-lists.
19921         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19922         TODO entries.
19923         (lisp-lambda-list-keyword-parameter-indentation)
19924         (lisp-lambda-list-keyword-parameter-alignment)
19925         (lisp-lambda-list-keyword-alignment): New customizable user options.
19926         (lisp-indent-defun-method): Improve docstring.
19927         (extended-loop-p): Fix comment.
19928         (lisp-indent-lambda-list-keywords-regexp): New variable.
19929         (lisp-indent-lambda-list): New function.
19930         (lisp-indent-259): Use it.
19931         (lisp-indent-defmethod): Support for more than one
19932         method qualifier and properly indent methods lambda-lists.
19933         (defgeneric): Provide a missing common-lisp-indent-function property.
19935 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19937         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19938         bounds for the empty string (bug#8667).
19940 2011-05-13  Glenn Morris  <rgm@gnu.org>
19942         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19944         * mail/sendmail.el (sendmail-program): Try executable-find first.
19945         (sendmail-send-it): `sendmail-program' cannot be unbound.
19947         * calendar/appt.el (appt-make-list): Simplify.
19948         (appt-time-msg-list): Doc fix.
19949         (appt-check): Change mode-line message at the time of the appointment.
19951 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
19953         * progmodes/ld-script.el (ld-script-keywords)
19954         (ld-script-builtins): Update keywords list.
19956 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19958         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19960         * shell.el (shell-completion-vars): New function.
19961         (shell-mode):
19962         * simple.el (read-shell-command): Use it.
19963         (blink-matching-open): No need for " [...]" in minibuffer-message.
19965 2011-05-12  Glenn Morris  <rgm@gnu.org>
19967         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19968         (appt-check): Simplify.
19970 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
19972         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19973         literal "/dev/null".
19975 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19977         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19978         Fix typo.
19980 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
19982         * progmodes/which-func.el (which-function):
19983         Use add-log-current-defun instead of add-log-current-defun-function,
19984         which might not be defined (Bug#8260).
19986 2011-05-12  Glenn Morris  <rgm@gnu.org>
19988         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19989         Let byte-compile-initial-macro-environment always take precedence.
19991 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19993         * net/rcirc.el: Add support for SSL/TLS connections.
19994         (rcirc-server-alist): New field `encryption'.
19995         (rcirc): Check `encryption' settings.
19996         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
19997         Merge make-local-variable into `set'.
19998         (rcirc--connection-open-p): New function.
19999         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
20000         the process is not a network process (e.g. running gnutls-cli).
20001         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
20002         Make rcirc-(en|de)code-coding-system local here.
20003         (rcirc-mode): Merge make-local-variable into `set'.
20004         (rcirc-parent-buffer): Make permanent buffer-local.
20005         (rcirc-multiline-minor-mode): Don't do it here.
20006         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
20007         there's no server buffer.
20009 2011-05-11  Glenn Morris  <rgm@gnu.org>
20011         * newcomment.el (comment-kill): Prefix "unused" local.
20013         * term/w32console.el (get-screen-color): Declare.
20015         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
20016         Handle symbol elements of byte-compile-initial-macro-environment.
20018 2011-05-10  Leo Liu  <sdl.web@gmail.com>
20020         * bookmark.el (bookmark-bmenu-mode-map):
20021         Bind bookmark-bmenu-search to `/'.
20023         * mail/footnote.el: Convert to utf-8 encoding.
20024         (footnote-unicode-string, footnote-unicode-regexp): New variable.
20025         (Footnote-unicode): New function.
20026         (footnote-style-alist): Add unicode style to the list.
20027         (footnote-style): Doc fix.
20029 2011-05-10  Jim Meyering  <meyering@redhat.com>
20031         Fix doubled-word typos.
20032         * international/quail.el (quail-insert-kbd-layout): and and -> and
20033         * kermit.el: and and -> and
20034         * net/ldap.el (ldap-search-internal): to to -> to
20035         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
20036         * progmodes/js.el (js-mode): and and -> and
20037         * textmodes/artist.el (artist-move-to-xy): at at -> at
20038         (artist-draw-region-trim-line-endings): if if -> if
20039         And Safetyc -> Safety.
20040         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
20042 2011-05-10  Glenn Morris  <rgm@gnu.org>
20043             Stefan Monnier  <monnier@iro.umontreal.ca>
20045         * files.el (hack-one-local-variable-eval-safep):
20046         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
20048 2011-05-10  Glenn Morris  <rgm@gnu.org>
20050         * calendar/diary-lib.el (diary-list-entries-hook)
20051         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
20052         (diary-nongregorian-marking-hook, diary-list-entries)
20053         (diary-include-other-diary-files, diary-mark-entries)
20054         (diary-mark-included-diary-files): Doc fixes.
20056 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
20058         * misc.el: Require tabulated-list.el during compilation.
20060 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
20062         * progmodes/compile.el (compilation-start):
20063         Run compilation-filter-hook for the async case too.
20064         (compilation-filter-hook): Doc fix.
20066 2011-05-09  Deniz Dogan  <deniz@dogan.se>
20068         * wdired.el: Remove outdated installation comment.  Fix usage
20069         comment.
20071 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
20073         * misc.el: Implement new command `list-dynamic-libraries'.
20074         (list-dynamic-libraries--loaded-only-p): New variable.
20075         (list-dynamic-libraries--refresh): New function.
20076         (list-dynamic-libraries): New command.
20078 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
20080         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20081         Fix the ant regexp to handle end-line and end-column info from jikes.
20082         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
20083         higher priority to avoid clobbering by gnu.
20085 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
20087         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
20088         if the face has existing theme settings (Bug#8454).
20090 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
20092         * progmodes/perl-mode.el (perl-imenu-generic-expression):
20093         Only match variables declared via `my' or `our' (Bug#8261).
20095         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
20096         special file names `.' and `..' (Bug#8259).
20098 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
20100         * progmodes/grep.el (grep-mode-font-lock-keywords):
20101         Remove buffer-changing entries.
20102         (grep-filter): New function.
20103         (grep-mode): Add it to compilation-filter-hook.
20105         * progmodes/compile.el (compilation-filter-hook)
20106         (compilation-filter-start): New defvars.
20107         (compilation-filter): Call compilation-filter-hook prior to
20108         updating the process mark.
20110 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20112         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
20114 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
20116         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
20117         mailclient-send-it even if window-system is nil.  (Bug#8595)
20119         * term/w32console.el (terminal-init-w32console):
20120         Call get-screen-color and use its output to set the frame
20121         background-mode.  (Bug#8597)
20123 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20125         Make bytecomp.el understand that defmethod defines funs (bug#8631).
20126         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
20127         New functions.
20128         (defgeneric, eieio--defmethod): Use them.
20129         (eieio-defgeneric): Remove.
20130         (defmethod): Call defgeneric in a way visible to the byte-compiler.
20132 2011-05-07  Glenn Morris  <rgm@gnu.org>
20134         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
20135         Use let rather than let*.
20136         (timeclock-find-discrep): Remove unused local.
20138         * calendar/diary-lib.el (diary-comment-start): Doc fix.
20140         * calendar/appt.el (appt-time-msg-list): Doc fix.
20142 2011-05-06  Noah Friedman  <friedman@splode.com>
20144         * apropos.el (apropos-print-doc): Only use
20145         emacs-lisp-docstring-fill-column when it is bound to an integer,
20146         per that variable's documentation.
20148 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20150         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
20151         and warnings are not silently discarded (e.g. use -d instead of -P).
20153 2011-05-06  Glenn Morris  <rgm@gnu.org>
20155         * calendar/appt.el (appt-message-warning-time): Doc fix.
20156         (appt-warning-time-regexp): New option.
20157         (appt-make-list): Respect appt-message-warning-time.
20159         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
20160         New options.
20161         (diary-add-to-list): Strip comments from the displayed string.
20162         (diary-mode): Set comment-start and comment-end.
20164         * vc/diff-mode.el (smerge-refine-subst): Declare.
20165         (diff-refine-hunk): Don't require smerge-mode when compiling.
20167 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
20169         * simple.el (list-processes): Return nil as the docstring says.
20171 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
20173         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
20174         to "".
20175         (ange-ftp-write-region, ange-ftp-insert-file-contents)
20176         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
20177         determining of binary transfer.  (Bug#7383)
20179 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
20181         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20182         Fix port computation bug.  (Bug#8618)
20184 2011-05-05  Glenn Morris  <rgm@gnu.org>
20186         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
20188         * simple.el (shell-dynamic-complete-functions)
20189         (comint-dynamic-complete-functions): Declare.
20191         * net/network-stream.el (gnutls-negotiate):
20192         * simple.el (tabulated-list-print): Fix declarations.
20194         * progmodes/gud.el (syntax-symbol, syntax-point):
20195         Remove unnecessary and incorrect declarations.
20197         * emacs-lisp/check-declare.el (check-declare-scan):
20198         Handle byte-compile-initial-macro-environment in bytecomp.el.
20200 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20202         Fix earlier half-done eieio-defmethod change (bug#8338).
20203         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
20204         Streamline and change calling convention.
20205         (defmethod): Adjust accordingly and simplify.
20206         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
20207         new eieio--defmethod.
20208         (slot-boundp): Minor CSE simplification.
20210 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
20212         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
20213         (glasses-make-readable): Use glasses-separate-capital-groups.
20215 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
20217         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
20218         (warning-series): Doc fix.
20219         (display-warning): Don't try to create the buffer if we just found it.
20221 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
20223         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
20224         (autoload-find-generated-file): New function.
20225         (generate-file-autoloads): Bind generated-autoload-file to
20226         buffer-file-name.
20227         (update-file-autoloads, update-directory-autoloads):
20228         Use autoload-find-generated-file.  If called interactively, prompt for
20229         output file (Bug#7989).
20230         (batch-update-autoloads): Doc fix.
20232 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
20234         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
20236 2011-05-04  Glenn Morris  <rgm@gnu.org>
20238         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
20239         function, so it follows changes in calendar-date-style.
20240         (diary-fancy-date-matcher): New function.
20241         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
20242         (diary-fancy-font-lock-fontify-region-function):
20243         Use diary-fancy-date-pattern as a function.
20245         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
20246         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
20248 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
20250         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
20251         instead of positional arguments.  Allow :keylist and :crlfiles
20252         arguments.
20253         (open-gnutls-stream): Call it.
20255         * net/network-stream.el (network-stream-open-starttls): Adjust to
20256         call `gnutls-negotiate' with :process and :hostname arguments.
20258 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20260         * minibuffer.el (completion--message): New function.
20261         (completion--do-completion, minibuffer-complete)
20262         (minibuffer-force-complete, minibuffer-complete-word): Use it.
20263         (completion--do-completion): Don't ignore completion-auto-help when in
20264         icomplete-mode.
20266         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
20267         internal encoding (e.g. tibetan zero is not whitespace).
20268         (global-whitespace-mode): Prefer save-current-buffer.
20269         (whitespace-trailing-regexp): Remove useless save-match-data.
20270         (whitespace-empty-at-bob-regexp): Minor simplification.
20272 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
20274         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
20276 2011-05-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
20278         * textmodes/ispell.el (ispell-add-per-file-word-list):
20279         Use `concat' to create string for insertion.
20281 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20283         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
20284         Avoid open-line which runs post-self-insert-hook.
20285         (bibtex-fill-entry): Remove unused `end' var.
20287 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
20289         * textmodes/ispell.el (ispell-add-per-file-word-list):
20290         Protect against `nil' value of `comment-start' (Bug#8579).
20292 2011-05-03  Leo Liu  <sdl.web@gmail.com>
20294         * isearch.el (isearch-yank-pop): New command.
20295         (isearch-mode-map): Bind it to `M-y'.
20296         (isearch-forward): Mention it.
20298 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20300         * simple.el (minibuffer-complete-shell-command): Remove.
20301         (minibuffer-local-shell-command-map): Use completion-at-point.
20302         (read-shell-command): Setup completion vars here instead.
20303         (read-expression-map): Bind TAB to symbol completion.
20305         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
20306         error directly rather via storing it into `results'.
20308 2011-05-02  Leo Liu  <sdl.web@gmail.com>
20310         * vc/diff.el: Fix description.
20312 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20314         * server.el (server-eval-at): New function.
20316 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20318         * net/network-stream.el (open-network-stream): Take a :nowait
20319         parameter and pass it on to `make-network-process'.
20320         (network-stream-open-plain): Ditto.
20322 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
20324         * faces.el (face-spec-set-match-display): Don't match toolkit
20325         options on terminal frames.
20327 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20329         * progmodes/pascal.el: Use lexical binding.
20330         (pascal-mode-map): Remove author preferences.
20332         * pcomplete.el (pcomplete-std-complete): Don't abuse
20333         completion-at-point.
20335 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
20337         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
20338         removing code that has been dead since 1991 or so.
20340         * startup.el (command-line): When warning about "_emacs", use a
20341         delayed warning to allow the user to filter it out.
20343 2011-04-28  Deniz Dogan  <deniz@dogan.se>
20345         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
20346         user has not joined.
20348 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20350         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
20351         aren't any completions at point.
20353 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
20355         * subr.el (display-delayed-warnings): New function.
20356         (delayed-warnings-hook): New variable.
20358 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20360         * minibuffer.el (completion-at-point, completion-help-at-point):
20361         Don't presume that a given completion-at-point-function will always
20362         use the same calling convention.
20364         * pcomplete.el (pcomplete-completions-at-point):
20365         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
20366         pcomplete-seen is non-nil.
20367         (pcomplete-comint-setup): Also recognize the new comint/shell
20368         completion functions.
20369         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
20370         pcomplete-seen is non-nil.
20372 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
20374         * calendar/icalendar.el (diary-lib): Add require statement.
20375         (icalendar--create-uid): Read out a uid from a text-property on
20376         the first character in the entry.  This allows for code to add its
20377         own uid to the entry.
20378         (icalendar--convert-float-to-ical): Add export of
20379         `diary-float'-entries save for those with the optional DAY
20380         argument.
20382 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
20384         * subr.el (shell-quote-argument): Use alternate escaping strategy
20385         when we spot a variable reference in a string.
20387 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
20389         * cus-start.el (all): Define customization for debug-on-event.
20391 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
20393         * subr.el (shell-quote-argument): Escape correctly under Windows.
20395 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20397         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
20399 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
20401         * net/tramp.el (tramp-process-actions): Add POS argument.
20402         Delete region between POS and (pos).
20404         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20405         Use `nil' position in `tramp-process-actions' call.
20406         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
20408         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
20409         position in `tramp-process-actions' call.
20411         * net/trampver.el: Update release number.
20413 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20415         * custom.el (defcustom): Obey lexical-binding.
20417         Fix octave-inf completion problems reported by Alexander Klimov.
20418         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
20419         Inherit from octave-mode-syntax-table.
20420         (inferior-octave-mode): Set info-lookup-mode.
20421         (inferior-octave-completion-at-point): New function.
20422         (inferior-octave-complete): Use it and completion-in-region.
20423         (inferior-octave-dynamic-complete-functions): Use it as well, and use
20424         comint-filename-completion.
20425         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
20426         symbol elements which shouldn't be word elements.
20427         (octave-font-lock-keywords, octave-beginning-of-defun)
20428         (octave-function-header-regexp): Adjust regexps accordingly.
20429         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
20431 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
20433         * net/gnutls.el (gnutls-errorp): Declare before first use.
20435 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
20437         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
20438         verify-error, and verify-hostname-error parameters.  Check whether
20439         default trustfile exists before going to use it.  Add missing
20440         argument to gnutls-message-maybe call.  Return value.
20441         Reported by Claudio Bley <claudio.bley@gmail.com>.
20442         (open-gnutls-stream): Add usage example.
20444         * net/network-stream.el (network-stream-open-starttls): Give host
20445         parameter to `gnutls-negotiate'.
20446         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
20447         * subr.el (shell-quote-argument): Escape correctly under Windows.
20449 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
20451         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
20452         Use correct match group (bug#8438).
20454 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
20456         * emacs-lisp/package.el (package-built-in-p): Fix typo.
20457         (package-menu--generate): New arg specifying packages to show.
20458         (package-menu-refresh, package-menu-execute, list-packages):
20459         Callers changed.
20460         (package-show-package-list): New function, replacing deleted
20461         package--list-packages (renamed because it is non-internal).
20463         * finder.el (finder-list-matches): Use package-show-package-list
20464         instead of deleted package--list-packages.
20466         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
20467         Based on a previous implementation by Juanma Barranquero (Bug#8366).
20468         (vc-annotate-mode-map): Bind it to RET.
20470 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
20472         * progmodes/etags.el (next-file): Don't use set-buffer to change
20473         buffers (Bug#8478).
20475 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
20477         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
20479         * apropos.el (apropos-label-face): Avoid variable-pitch face.
20480         (apropos-accumulator): Doc fix.
20481         (apropos-function, apropos-macro, apropos-command)
20482         (apropos-variable, apropos-face, apropos-group, apropos-widget)
20483         (apropos-plist): Add face property.
20484         (apropos-symbols-internal): Fix indentation.
20485         (apropos-print): Simplify help, and recognize apropos-multi-type.
20486         (apropos-print-doc): Use button-type-get to extract the button's
20487         face property.  Fill docstring (Bug#8352).
20489 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
20491         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
20493         * play/mpuz.el (mpuz-silent): Doc fix.
20494         (mpuz-mode-map): Use mapc.
20495         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
20496         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
20497         Fix typos in docstrings.
20499         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
20500         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
20502         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
20504 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
20506         * minibuffer.el (completion--do-completion): Avoid the "Next char
20507         not unique" prompt if icomplete-mode is enabled (Bug#5849).
20509         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
20510         mouse-2 into unread-command-events, it is interpreted correctly.
20512         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
20513         (image-toggle-display): Doc fix.
20515 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
20517         * textmodes/page.el (what-page): Use line-number-at-pos to
20518         calculate line number (Bug#6825).
20520 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
20522         * eshell/esh-mode.el (find-tag-interactive): Declare function.
20523         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
20524         Pass argument NO-DEFAULT to `find-tag-interactive'.
20526 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
20528         Lexical-binding cleanup.
20530         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
20531         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
20532         * progmodes/ada-prj.el (ada-prj-initialize-values)
20533         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
20534         (ada-prj-show-value):
20535         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
20536         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
20537         (antlr-invalidate-context-cache, antlr-options-menu-filter)
20538         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
20539         * progmodes/bug-reference.el (bug-reference-push-button):
20540         * progmodes/fortran.el (fortran-line-length):
20541         * progmodes/glasses.el (glasses-change):
20542         * progmodes/octave-mod.el (octave-fill-paragraph):
20543         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
20544         (python-pdbtrack-grub-for-buffer, python-sentinel):
20545         * progmodes/sql.el (sql-save-connection):
20546         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
20547         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
20548         Mark unused parameters.
20550         * progmodes/compile.el (compilation--flush-directory-cache)
20551         (compilation--flush-parse, compile-internal): Mark unused parameters.
20552         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
20553         (compilation-next-error-function): Remove unused variable `timestamp'.
20555         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
20556         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
20558         * progmodes/dcl-mode.el (dcl-end-of-command):
20559         Remove unused variable `start'.
20560         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
20561         (dcl-option-value-basic, dcl-option-value-offset)
20562         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
20563         Mark unused parameters.
20564         (dcl-save-local-variable): Remove unused variable `val'.
20565         (mode): Declare.
20567         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
20568         Mark unused parameters.
20569         (delphi-ignore-changes): Move before first use.
20570         (delphi-charset-token-at): Remove unused variable `start'.
20571         (delphi-else-start): Remove unused variable `if-count'.
20572         (delphi-comment-block-start, delphi-comment-block-end):
20573         Remove unused variable `kind'.
20574         (delphi-indent-line): Remove unused variable `new-point'.
20576         * progmodes/ebrowse.el (ebrowse-files-list)
20577         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
20578         Mark unused parameters.  Don't quote `lambda'.
20579         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
20580         Don't quote `lambda'.
20581         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
20582         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
20583         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
20584         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
20585         Use `ignore-errors'.
20586         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
20587         (ebrowse-view/find-file-and-search-pattern)
20588         (ebrowse-view/find-member-declaration/definition):
20589         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
20590         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
20591         Rename parameter PREFIX-ARG to PREFIX.
20592         (ebrowse-tags-read-name): Remove unused variables `start' and
20593         `member-info'.
20594         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
20595         to `tags-file'.
20597         * progmodes/etags.el (local-find-tag-hook): Declare.
20598         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
20599         Mark unused parameters.
20601         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
20602         (executable-interpret): Mark unused parameter.
20604         * progmodes/flymake.el (flymake-process-sentinel)
20605         (flymake-after-change-function)
20606         (flymake-create-temp-with-folder-structure)
20607         (flymake-get-include-dirs-dot): Mark unused parameters.
20608         (flymake-safe-delete-directory): Remove unused variable `err'.
20610         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
20611         (speedbar-timer-fn, speedbar-line-text)
20612         (speedbar-change-expand-button-char, speedbar-delete-subblock)
20613         (speedbar-center-buffer-smartly): Declare functions.
20614         (gdb-find-watch-expression): Remove unused variable `array'.
20615         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
20616         (gdb-starting): Mark unused parameters.
20617         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
20618         (gdb-table-string): Remove unused variable `res'.
20619         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
20620         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
20621         (gdb-display-buffer): Remove unused variable `cur-size'.
20623         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
20624         allow lexical-binding compilation.
20625         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
20626         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
20627         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
20628         Mark unused parameters.
20629         (gud-gdb-marker-filter): Remove unused variable `match'.
20630         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
20631         lambda expressions and funcall them, instead of using `fset'.
20633         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
20634         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
20636         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
20637         variable `header-beg'; use `let'.
20639         * progmodes/icon.el (indent-icon-exp): Remove unused variables
20640         `restart', `last-sexp' and `at-do'.
20642         * progmodes/js.el (js--debug): Mark unused parameter.
20643         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
20644         (js--splice-into-items): Remove unused variable `item'.
20645         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
20647         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
20648         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
20649         (makefile-complete): Remove unused variable `try'.
20650         (makefile-fill-paragraph, makefile-match-function-end):
20651         Mark unused parameters.
20653         * progmodes/octave-inf.el (inferior-octave-complete):
20654         Remove unused variable `proc'.
20655         (inferior-octave-output-digest): Mark unused parameter.
20657         * progmodes/perl-mode.el (perl-calculate-indent):
20658         Remove unused variable `err'.
20660         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
20661         (prolog-indent-line): Mark unused parameters.
20662         (prolog-indent-line): Remove unused variable `beg'.
20664         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
20665         (reporter-dont-compact-list): Declare.
20667         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
20668         Remove unused variable `char'.
20669         (sh-debug): Mark unused parameter.
20670         (sh-get-indent-info): Remove unused variable `start'.
20671         (sh-calculate-indent): Remove unused variable `var'.
20673         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
20674         (simula-electric-keyword): Remove unused variable `null'.
20675         (simula-search-backward, simula-search-forward): Remove unused
20676         variables `begin' and `end'.
20678         * progmodes/vera-mode.el (vera-guess-basic-syntax):
20679         Remove unused variable `pos'.
20680         (vera-electric-tab, vera-comment-uncomment-region):
20681         Mark unused parameters.
20682         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
20684 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
20686         * emacs-lisp/package.el (package--builtins, package-alist)
20687         (package-load-descriptor, package-built-in-p, package-activate)
20688         (define-package, package-installed-p)
20689         (package-compute-transaction, package-buffer-info)
20690         (package--push): Doc fix.  Distinguish more clearly between
20691         version strings and version lists.
20693 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
20695         Lexical-binding cleanup.
20697         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
20698         (5x5-make-mutate-best):
20699         * play/fortune.el (fortune-in-buffer):
20700         * play/gomoku.el (gomoku-init-display):
20701         * play/solitaire.el (solitaire, solitaire-do-check):
20702         * play/tetris.el (tetris-default-update-speed-function):
20703         Mark unused parameters.
20705         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
20706         (bubbles--shift): Remove unused variable `char-org'.
20707         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
20708         (bubbles--show-images): Remove unused variable `char'.
20710         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
20711         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
20712         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
20713         (decipher-analyze-buffer): Use ?\s.
20714         (decipher-make-checkpoint): Remove unused variable `mapping'.
20716         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
20718         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
20719         Remove unused variable `result'; use `let'.
20721         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
20722         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
20723         (gametree-children-shown-p, gametree-compute-reduced-score):
20724         Use `ignore-errors'.
20726         * play/handwrite.el (ps-lpr-switches): Declare.
20727         (handwrite): Remove unused variables `pmin' and `lastp'.
20729         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
20731         * play/landmark.el (landmark-init-display)
20732         (landmark-update-naught-weights): Mark unused parameters.
20733         (landmark-y): Remove unused variable `noise'.  Simplify.
20734         (landmark-human-plays): Remove unused variable `score'.
20736         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
20737         (mpuz-try-proposal): Remove unused variable `game'.
20739         * play/zone.el (life-patterns): Declare.
20741 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
20743         * vc/vc.el (ediff-vc-internal): Declare function.
20745 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20747         * shell.el: Use lexical-binding and std completion UI.
20748         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
20749         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
20750         comint-preoutput-filter-functions rather than on
20751         comint-output-filter-functions.
20752         (shell-command-completion, shell--command-completion-data)
20753         (shell-filename-completion, shell-environment-variable-completion)
20754         (shell-c-a-p-replace-by-expanded-directory): New functions.
20755         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
20756         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
20757         (shell-dynamic-complete-environment-variable): Use them.
20758         (shell-dynamic-complete-as-environment-variable)
20759         (shell-dynamic-complete-as-command): Remove.
20760         (shell-match-partial-variable): Match past point.
20761         * comint.el: Clean up use of completion-at-point-functions.
20762         (comint-completion-at-point): New function.
20763         (comint-mode): Use it completion-at-point-functions.
20764         (comint-dynamic-complete): Make it obsolete.
20765         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
20766         (comint-c-a-p-replace-by-expanded-history): New function.
20767         (comint-dynamic-complete-functions)
20768         (comint-replace-by-expanded-history): Use it.
20769         * minibuffer.el (completion-table-with-terminator): Allow dynamic
20770         termination strings.  Try harder to avoid second try-completion.
20771         (completion-in-region-mode-map): Disable bindings that don't work yet.
20773         * comint.el: Use lexical-binding.  Require CL.
20774         (comint-dynamic-complete-functions): Use comint-filename-completion.
20775         (comint-completion-addsuffix): Tweak custom type.
20776         (comint-filename-completion, comint--common-suffix)
20777         (comint--common-quoted-suffix, comint--table-subvert)
20778         (comint--complete-file-name-data): New functions.
20779         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
20780         (comint-dynamic-list-filename-completions): Use them.
20781         (comint-dynamic-simple-complete): Make obsolete.
20783         * minibuffer.el (completion-in-region-mode):
20784         Keep completion-in-region-mode--predicate global.
20785         (completion-in-region--postch):
20786         Assume completion-in-region-mode--predicate is not null.
20788         * progmodes/flymake.el (flymake-start-syntax-check-process):
20789         Obey `dir'.  Simplify.
20791         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
20792         we're in VC after all.
20794 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
20796         * vc/vc.el (vc-diff-build-argument-list-internal)
20797         (vc-version-ediff, vc-ediff): New commands.
20798         (vc-version-diff): Use vc-diff-build-argument-list-internal.
20800 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20802         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
20803         add sanity check.
20805         * obsolete/erc-hecomplete.el: Make obsolete.
20806         * obsolete/: Standardize obsolescence info in the header.
20808 2011-04-20  Glenn Morris  <rgm@gnu.org>
20810         * calendar/solar.el (solar-horizontal-coordinates):
20811         Use the longitude argument rather than `calendar-longitude'.
20812         (solar-date-next-longitude): Remove unused locals.
20814 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20816         * whitespace.el: New version 13.2.1.
20818 2011-04-20  felix  <EmacsWiki>  (tiny change)
20820         * whitespace.el (global-whitespace-mode): Keep highlight when
20821         switching between major modes on a file.
20823 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20825         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
20826         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
20827         multi-line comments as well.
20829 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
20831         Lexical-binding cleanup.
20833         * arc-mode.el (archive-mode-revert):
20834         * cmuscheme.el (scheme-interactively-start-process):
20835         * custom.el (custom-initialize-delay):
20836         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
20837         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
20838         * emacs-lock.el (emacs-lock-clear-sentinel):
20839         * ezimage.el (defezimage):
20840         * follow.el (follow-avoid-tail-recenter):
20841         * fringe.el (set-fringe-mode-1):
20842         * generic-x.el (bat-generic-mode-compile):
20843         * help-mode.el (help-info-variable, help-do-xref)
20844         (help-mode-revert-buffer):
20845         * help.el (view-emacs-todo):
20846         * iswitchb.el (iswitchb-completion-help):
20847         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
20848         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
20849         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
20850         * locate.el (locate-update):
20851         * longlines.el (longlines-encode-region)
20852         (longlines-after-change-function):
20853         * outline.el (outline-isearch-open-invisible):
20854         * ps-def.el (declare-function, charset-dimension, char-width)
20855         (encode-char):
20856         * ps-mule.el (ps-mule-plot-string):
20857         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20858         (recentf-edit-list-select, recentf-edit-list-validate)
20859         (recentf-open-files-action):
20860         * rect.el (delete-whitespace-rectangle-line)
20861         (rectangle-number-line-callback):
20862         * register.el (window-configuration-to-register)
20863         (frame-configuration-to-register):
20864         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20865         * select.el (xselect-convert-to-string, xselect-convert-to-length)
20866         (xselect-convert-to-targets, xselect-convert-to-delete)
20867         (xselect-convert-to-filename, xselect-convert-to-charpos)
20868         (xselect-convert-to-lineno, xselect-convert-to-colno)
20869         (xselect-convert-to-os, xselect-convert-to-host)
20870         (xselect-convert-to-user, xselect-convert-to-class)
20871         (xselect-convert-to-name, xselect-convert-to-integer)
20872         (xselect-convert-to-atom, xselect-convert-to-identity):
20873         * subr.el (declare, ignore, process-kill-without-query)
20874         (text-clone-maintain):
20875         * terminal.el (te-get-char, te-tic-sentinel):
20876         * tool-bar.el (tool-bar-make-keymap):
20877         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20878         * type-break.el (type-break-mode, type-break-noninteractive-query):
20879         * view.el (View-back-to-mark):
20880         * wid-browse.el (widget-browse-action, widget-browse-widget)
20881         (widget-browse-widgets, widget-browse-sexp):
20882         * widget.el (define-widget-keywords):
20883         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20884         Mark unused parameters.
20886         * align.el (align-adjust-col-for-rule): Mark unused parameter.
20887         (align-areas): Remove unused variable `look'.
20888         (align-region): Remove unused variables `real-end' and `pos-list'.
20890         * apropos.el (apropos-score-doc): Remove unused variable `i'.
20892         * bindings.el (mode-line-modified, mode-line-remote):
20893         Mark unused parameters.
20894         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20896         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20897         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20899         * comint.el (comint-history-isearch-pop-state)
20900         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20901         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20902         (comint-substitute-in-file-name): Doc fix.
20904         * completion.el (cmpl-statistics-block): Mark unused parameter.
20905         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20906         (save-completions-to-file, load-completions-from-file):
20907         Remove unused local variable `e'.
20909         * composite.el (compose-chars): Remove unused variable `len'.
20910         (lgstring-insert-glyph): Remove unused variable `g'.
20911         (compose-glyph-string): Remove unused variables `ascent',
20912         `descent', `lbearing' and `rbearing'.
20913         (compose-glyph-string-relative): Remove unused variables
20914         `lbearing', `rbearing' and `wadjust'.
20915         (compose-gstring-for-graphic): Remove unused variables `header',
20916         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
20917         (compose-gstring-for-terminal): Remove unused variables `header'
20918         and `nchars'.  Use `let', not `let*'.
20920         * cus-edit.el (Custom-set, Custom-save, custom-reset)
20921         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20922         (Custom-buffer-done, custom-buffer-create-internal)
20923         (custom-browse-visibility-action, custom-browse-group-tag-action)
20924         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20925         (widget-magic-mouse-down-action, custom-toggle-parent)
20926         (custom-add-parent-links, custom-toggle-hide-variable)
20927         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20928         (custom-toggle-hide-face, face, hook, custom-group-link-action)
20929         (custom-face-menu-create, custom-variable-menu-create, get)
20930         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20931         (custom-reset-standard-save-and-update): Remove unused variable `value'.
20932         (customize-apropos): Remove unused variable `tests'.
20933         (custom-group-value-create): Remove unused variable `hidden-p'.
20934         (sort-fold-case): Declare.
20936         * cus-theme.el (custom-reset-standard-faces-list)
20937         (custom-reset-standard-variables-list): Declare.
20938         (customize-create-theme, custom-theme-revert, custom-theme-write)
20939         (custom-theme-choose-mode, customize-themes, custom-theme-save):
20940         Mark unused parameters.
20942         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20944         * delim-col.el (delimit-columns-max): Move defvar before first use.
20946         * descr-text.el (describe-char-categories): Don't quote `lambda'.
20947         (describe-char): Don't quote `lambda'.  Mark unused parameter.
20949         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20950         (auto-insert): Declare.
20951         (desktop-restore-file-buffer): Rename desktop-* parameters;
20952         mark unused ones.
20953         (desktop-create-buffer): Rename desktop-* parameters and bind them.
20954         (desktop-buffer): Rename desktop-* parameters.
20956         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20957         (dframe-reposition-frame-xemacs, dframe-help-echo)
20958         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20959         Mark unused parameters.
20961         * dired-aux.el (backup-extract-version-start, overwrite-query)
20962         (overwrite-backup-query, rename-regexp-query)
20963         (rename-non-directory-query): Declare.
20964         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20965         (dired-add-entry): Remove unused variable `orig-file-name'.
20966         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20967         Use parameter PRESERVE-TIME instead of accessing dynamic variable
20968         `dired-copy-preserve-time' directly.
20969         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20970         (dired-insert-subdir-newpos): Rename unused variable `pos'.
20972         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20973         (dired-virtual-revert, dired-make-relative-symlink):
20974         Mark unused parameters.
20975         (manual-program): Declare.
20976         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20977         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20978         wrapped in `with-no-warnings' to avoid replacing one warning by another.
20980         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20982         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20984         * echistory.el (electric-history-in-progress, Helper-return-blurb):
20985         Declare.
20987         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20989         * electric.el (Electric-command-loop): Rename parameter
20990         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20992         * expand.el (expand-in-literal): Remove unused variable `here'.
20994         * facemenu.el (facemenu-add-new-color):
20995         Remove unused variable `docstring'.
20997         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20998         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20999         (face-attr-construct): Mark unused parameter.  Doc fix.
21000         (read-color): Remove unused variable `hex-string'.
21002         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
21003         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
21004         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
21005         (display-buffer-other-frame): Remove unused variable `old-window'.
21006         (kill-buffer-hook): Declare.
21007         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
21008         Mark unused parameters.
21009         (after-find-file): Pass 1 to `auto-save-mode', not t.
21011         * files-x.el (auto-insert): Declare.
21012         (modify-file-local-variable-prop-line): Remove unused variable `val'.
21014         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
21015         variable `buf'.  Mark unused parameter.
21016         (find-lisp-insert-directory): Mark unused parameter.
21018         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
21019         (format-encode-region): Remove unused variables `cur-buf' and `result'.
21020         (format-common-tail): Remove, unused.
21021         (format-deannotate-region): Remove unused variable `loc'.
21022         (format-annotate-region): Remove unused variable `p'.
21023         (format-annotate-single-property-change): Remove unused variables
21024         `default' and `tail'.
21026         * forms.el (read-file-filter): Declare.
21027         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
21029         * frame.el (frame-creation-function-alist): Mark unused parameter.
21030         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
21032         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
21033         Remove unused parameters.
21034         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
21035         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
21037         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
21038         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
21039         (hfy-prepare-tag-map): Mark unused parameters.
21040         (htmlfontify-buffer): Use `called-interactively-p'.
21042         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
21043         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
21044         (ibuffer-do-occur): Mark unused parameters.
21045         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
21046         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
21048         * ibuffer.el: Don't quote `lambda'.
21049         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
21050         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
21051         Mark unused parameters.
21053         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
21054         (ido-completing-read): Mark unused parameters.
21055         (ido-copy-current-word): Mark unused parameters;
21056         remove unused variable `name'.
21057         (ido-sort-merged-list): Remove unused parameter `dirs'.
21059         * ielm.el (ielm-input-sender): Mark unused parameter.
21060         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
21061         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
21062         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
21063         `ielm-string' as a dynamic variable accessible from the IELM prompt.
21064         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
21066         * image-dired.el (image-dired-display-thumbs): Remove unused
21067         variables `curr-file' and `count'.
21068         (image-dired-remove-tag): Remove unused variable `start'.
21069         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
21070         variable `curr-file'
21071         (image-dired-rotate-original): Remove unused variable `temp-file'.
21072         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
21073         Remove unused variable `file'.
21074         (image-dired-gallery-generate): Remove unused variable `curr'.
21075         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
21077         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
21079         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
21081         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
21083         * isearch.el (minibuffer-history-symbol): Declare.
21084         (isearch-edit-string): Remove unused variable `err'.
21085         (isearch-message-prefix, isearch-message-suffix):
21086         Mark unused parameters.
21088         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
21090         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
21092         * makesum.el (double-column): Remove unused variable `cnt'.
21094         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
21095         (ido-ignore-item-temp-list): Declare.
21097         * mouse-drag.el (mouse-drag-throw): Remove unused variables
21098         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
21099         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
21100         (mouse-drag-drag): Remove unused variables `mouse-delta' and
21101         `mouse-col-delta'.
21103         * mouse-sel.el (mouse-extend-internal):
21104         Remove unused variable `orig-window-frame'.
21106         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
21107         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
21108         Move declarations before first use.
21109         (pcomplete-opt): Mark unused parameters; doc fix.
21111         * proced.el (proced-revert): Mark unused parameter.
21112         (proced-send-signal): Remove unused variable `err'.
21114         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
21115         Rename parameter PREFIX-ARG to ARG.
21116         (ps-basic-plot-string, ps-basic-plot-whitespace):
21117         Mark unused parameters.
21119         * replace.el (replace-count): Define.
21120         (occur-revert-function): Mark unused parameters.
21121         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
21122         (isearch-case-fold-search, isearch-string): Declare.
21123         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
21124         bind `case-fold-search'.  Remove unused variables `beg' and `end',
21125         and simplify.
21126         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
21127         COUNT and bind `replace-count'.
21128         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
21129         to COUNT.
21131         * savehist.el (print-readably, print-string-length): Declare.
21133         * shadowfile.el (shadow-expand-cluster-in-file-name):
21134         Remove unused variable `cluster'.
21135         (shadow-copy-file): Remove unused variable `i'.
21136         (shadow-noquery, shadow-clusters, shadow-site-cluster)
21137         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
21138         (shadow-define-literal-group, shadow-define-regexp-group)
21139         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
21141         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
21142         (shell): Use `called-interactively-p'.
21143         (shell-directory-tracker): Remove unused variable `chdir-failure'.
21145         * simple.el (compilation-context-lines, comint-file-name-quote-list)
21146         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
21147         (delete-backward-char): Remove unused variable `ocol'.
21148         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
21149         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
21150         (event-apply-hyper-modifier, event-apply-shift-modifier)
21151         (event-apply-control-modifier, event-apply-meta-modifier):
21152         Mark unused parameters.
21153         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
21154         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
21156         * speedbar.el (speedbar-ignored-directory-expressions)
21157         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
21158         (speedbar-find-file, speedbar-dir-follow)
21159         (speedbar-directory-buttons-follow, speedbar-tag-find)
21160         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
21161         (speedbar-buffers-line-directory, speedbar-buffer-click):
21162         Mark unused parameters.
21163         (speedbar-tag-file): Remove unused variable `mode'.
21164         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
21166         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
21168         * talk.el (talk): Remove unused variable `display'.
21170         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
21171         (tar-write-region-annotate): Mark unused parameter.
21173         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
21174         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
21175         Declare them, wrapped in `with-no-warnings' to avoid replacing one
21176         warning by another.
21178         * time-stamp.el (time-stamp-string-preprocess):
21179         Remove unused variable `require-padding'.
21181         * tree-widget.el (widget-glyph-enable): Declare.
21182         (tree-widget-action): Mark unused parameter.
21184         * w32-fns.el (x-get-selection): Mark unused parameter.
21185         (autoload-make-program, generated-autoload-file): Declare.
21187         * wdired.el (wdired-revert): Mark unused parameters.
21188         (wdired-xcase-word): Remove unused variable `err'.
21190         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
21191         (whitespace-help-scroll): Remove unused variable `data-help'.
21193         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
21194         (widget-image-insert, widget-after-change, default)
21195         (widget-default-format-handler, widget-default-notify)
21196         (widget-default-prompt-value, widget-info-link-action)
21197         (widget-url-link-action, widget-function-link-action)
21198         (widget-variable-link-action, widget-file-link-action)
21199         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
21200         (widget-field-prompt-internal, widget-field-action, widget-field-match)
21201         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
21202         (widget-insert-button-action, widget-delete-button-action, visibility)
21203         (widget-documentation-link-action, widget-documentation-string-action)
21204         (widget-const-prompt-value, widget-regexp-match, symbol)
21205         (widget-coding-system-prompt-value)
21206         (widget-key-sequence-value-to-external, sexp)
21207         (widget-sexp-value-to-internal, character, vector, cons)
21208         (widget-choice-prompt-value, widget-boolean-prompt-value)
21209         (widget-color--choose-action): Mark unused parameters.
21210         (widget-item-match-inline, widget-choice-match-inline)
21211         (widget-checklist-match, widget-checklist-match-inline)
21212         (widget-group-match): Rename parameter VALUES to VALS.
21213         (widget-field-value-set): Remove unused variable `size'.
21214         (widget-color-action): Remove unused variables `value' and `start'.
21216         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
21217         variable `dir'.  Doc fix.
21218         (windmove-find-other-window): Don't pass it.
21220         * window.el (count-windows): Mark unused parameter.
21221         (bw-adjust-window): Remove unused variable `err'.
21223         * woman.el (woman-file-name): Remove unused variable `default'.
21224         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
21225         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
21226         (global-font-lock-mode): Declare.
21227         (woman-decode-region): Mark unused parameter.
21228         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
21230         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
21231         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
21232         (x-dnd-handle-moz-url): Remove unused variable `title'.
21233         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
21235         * xml.el (xml-parse-tag, xml-parse-attlist):
21236         Remove unused variable `pos'.
21238 2011-04-19  Glenn Morris  <rgm@gnu.org>
21240         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
21241         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
21242         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21243         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
21244         * calendar/cal-html.el (cal-html-insert-minical):
21245         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
21246         (calendar-mark-date-pattern):
21247         Prefix "unused" locals.
21249         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
21250         optional argument `style'.
21252         * calendar/appt.el (appt-make-list):
21253         * calendar/cal-china.el (calendar-chinese-date-string):
21254         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
21255         (diary-hebrew-yahrzeit):
21256         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
21257         * calendar/calendar.el (calendar-generate-window):
21258         * calendar/time-date.el (time-to-days):
21259         Remove unused local variables.
21261 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
21263         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
21264         glyphless-char-display table.
21265         (tabulated-list-glyphless-char-display): New var.
21267 2011-04-18  Sam Steingold  <sds@gnu.org>
21269         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
21270         to acknowledgments.
21272 2011-04-17  Glenn Morris  <rgm@gnu.org>
21274         * calendar/diary-lib.el (diary-sexp-entry):
21275         * calendar/holidays.el (holiday-sexp):
21276         Set debug-on-error rather than the removed stack-trace-on-error.
21278 2011-04-16  Glenn Morris  <rgm@gnu.org>
21280         * progmodes/f90.el: Use lexical-binding.
21281         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
21283 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21285         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
21286         (mail-mode): Setup mailalias completion here instead.
21287         * mail/mailalias.el: Use lexical-binding.
21288         (pattern, mailalias-done): Declare dynamic.
21289         (mail-completion-at-point-function): New function, from mail-complete.
21290         (mail-complete): Use it.
21291         (mail-completion-expand): New function.
21292         (mail-get-names): Use it.
21293         (mail-directory, mail-directory-process, mail-directory-stream):
21294         Don't use `pattern' for lexically bound arg.
21296         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
21298         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
21299         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
21300         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
21302         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
21303         (byte-save-window-excursion, byte-temp-output-buffer-setup)
21304         (byte-interactive-p): Define them again, for use when inlining
21305         old code.
21307 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
21309         * loadup.el: Use `string-to-number', not `string-to-int'.
21311 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21313         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
21314         gud-gdb-complete-command.
21315         (gud-gdb-completions): New function, from gud-gdb-complete-command.
21316         (gud-gdb-completion-at-point): New function.
21317         (gud-gdb-completions): Remove.
21319 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
21321         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
21322         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
21323         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
21324         whether `executable-find' is bound.
21326         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
21328 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21330         * minibuffer.el (completion-in-region-mode-predicate)
21331         (completion-in-region-mode--predicate): New vars.
21332         (completion-in-region, completion-in-region--postch)
21333         (completion-in-region-mode): Use them.
21334         (completion--capf-wrapper): Also return the hook function.
21335         (completion-at-point, completion-help-at-point):
21336         Adjust and provide a predicate.
21338         Preserve arg names for advice of subr and lexical functions (bug#8457).
21339         * help-fns.el (help-function-arglist): Consolidate the subr and
21340         new-byte-code cases.  Add argument `preserve-names' to extract names
21341         from the docstring when needed.
21342         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
21343         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
21344         (ad-arglist): Use help-function-arglist's new arg.
21345         (ad-definition-type): Use cond.
21347 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
21349         * autorevert.el (auto-revert-handler):
21350         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
21351         which was removed in revno:101730 (2010-10-02).
21352         Don't quote lambda.
21354         * image-mode.el (image-transform-set-scale):
21355         Fix change in revno:103877 (2011-04-09).
21357 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21359         * net/network-stream.el (network-stream-open-starttls): Only do
21360         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
21361         Upgrades via gnutls-cli are too slow to be done opportunistically.
21363 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
21365         * dframe.el (dframe-current-frame): Remove spurious quote.
21367 2011-04-12  Glenn Morris  <rgm@gnu.org>
21369         * calendar/cal-tex.el (cal-tex-end-document):
21370         Try to automatically use latin1 input if needed.
21372         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
21373         Don't try to cons a mark onto an empty element.
21375 2011-04-11  Leo Liu  <sdl.web@gmail.com>
21377         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
21378         buffers.
21379         (ido-kill-buffer-at-head): Support killing virtual buffers.
21381 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
21383         * minibuffer.el (completion-show-inline-help): New var.
21384         (completion--do-completion, minibuffer-complete)
21385         (minibuffer-force-complete, minibuffer-complete-word):
21386         Inhibit minibuffer messages if completion-show-inline-help is nil.
21388         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
21389         to avoid interference from inline help (Bug#5849).
21391 2011-04-10  Leo Liu  <sdl.web@gmail.com>
21393         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21394         Fix typo.
21396 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
21398         * image-mode.el (image-toggle-display-image): Signal an error if
21399         not in Image mode.
21400         (image-transform-mode, image-transform-resize)
21401         (image-transform-set-rotation): Doc fix.
21402         (image-transform-set-resize): Delete.
21403         (image-transform-set-scale, image-transform-fit-to-height)
21404         (image-transform-fit-to-width): Handle image-toggle-display-image
21405         and image-transform-resize directly.
21407 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
21409         * doc-view.el (doc-view-fit-width-to-window)
21410         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
21411         New functions for fitting the shown image to the Emacs window size.
21412         (doc-view-mode-map): Add bindings for the new functions.
21414 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
21416         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
21417         Fix typo in docstring.
21419 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
21421         * files.el (file-size-human-readable): Produce one digit after
21422         decimal, like "ls -lh" does.
21424         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
21425         the file size representation.
21427         * simple.el (list-processes): If async subprocesses are not
21428         available, error out with a clear error message.
21430 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
21432         * help.el (help-form-show): New function, to be called from C.
21433         Put help-form output in a buffer named differently than *Help*.
21435 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
21437         * files.el (file-size-human-readable): New function.
21439         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
21440         computing the representation inline.  Don't require `cl'.
21442 2011-04-08  Glenn Morris  <rgm@gnu.org>
21444         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
21446         * net/browse-url.el (browse-url-firefox):
21447         Test system-type, not system-configuration.
21449         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
21450         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
21451         Use log-edit-empty-buffer-p.  (Bug#7598)
21453         * net/rlogin.el (rlogin-process-connection-type): Simplify.
21454         (rlogin-mode-map): Initialize in the defvar.
21455         (rlogin): Use ignore-errors.
21457         * replace.el (occur-mode-map): Some fixes for menu items.
21459 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
21461         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
21463 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
21465         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
21466         issuing unused warnings.
21468         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
21469         macro directly.
21471         * simple.el: Lisp reimplement of list-processes.  Based on an
21472         earlier reimplementation by Leo Liu, but using tabulated-list.el.
21473         (process-menu-mode): New major mode.
21474         (list-processes--refresh, list-processes):
21475         (process-menu-visit-buffer): New functions.
21477         * files.el (save-buffers-kill-emacs): Don't assume any return
21478         value of list-processes, which is undocumented anyway.
21480 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
21482         * emacs-lisp/tabulated-list.el: New file.
21484         * emacs-lisp/package.el: Use Tabulated List mode.
21485         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
21486         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
21487         table format using Tabulated List mode variables.
21488         (package--push): New macro, replacing package-list-maybe-add.
21489         (package-menu--generate): Use package--push.  Renamed from
21490         package--generate-package-list.
21491         (package-menu-refresh, list-packages): Use it.
21492         (package-menu--print-info): Rename from package-print-package.
21493         Return insertion data instead of inserting it directly.
21494         (package-menu-describe-package, package-menu-execute):
21495         Use tabulated-list-get-id.
21496         (package-menu-mark-delete, package-menu-mark-install)
21497         (package-menu-mark-unmark, package-menu-backup-unmark)
21498         (package-menu-mark-obsolete-for-deletion):
21499         Use tabulated-list-put-tag.
21500         (package--list-packages, package-menu-revert)
21501         (package-menu-get-package, package-menu-get-version)
21502         (package-menu-sort-by-column): Functions deleted.
21503         (package-menu-package-list, package-menu-sort-key): Vars deleted.
21504         (package-menu--status-predicate, package-menu--version-predicate)
21505         (package-menu--name-predicate)
21506         (package-menu--description-predicate): Handle arguments in the
21507         Tabulated List format.
21508         (package-list-packages-no-fetch): Call list-packages.
21510 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
21512         * files.el (after-find-file-from-revert-buffer): Remove variable.
21513         (after-find-file): Don't bind it.
21514         (revert-buffer-in-progress-p): New variable.
21515         (revert-buffer): Bind it.
21516         Pass nil for `after-find-file-from-revert-buffer'.
21518         * saveplace.el (save-place-find-file-hook): Use new variable
21519         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
21521 2011-04-06  Glenn Morris  <rgm@gnu.org>
21523         * Makefile.in (AUTOGEN_VCS): New variable.
21524         (autoloads): Use $AUTOGEN_VCS.
21526         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
21527         * calendar/calendar.el (calendar-mode-map):
21528         Check for toolkit scroll bars.  (Bug#8305)
21530 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
21532         * minibuffer.el (completion-in-region--postch)
21533         (completion-in-region-mode): Remove unnecessary messages.
21535 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
21537         * font-lock.el (font-lock-refresh-defaults):
21538         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
21539         revno:99634.2.463 (2010-10-09) and revno:101913 (2010-10-12).
21541         * info.el (Info-directory-list, Info-read-node-name-2)
21542         (Info-split-parameter-string): Doc fixes.
21543         (Info-virtual-nodes): Reflow docstring.
21544         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
21545         (Info-apropos-toc-nodes, info-finder, Info-get-token)
21546         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
21547         Fix typos in docstrings.
21548         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
21549         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
21550         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
21551         (Info-restore-desktop-buffer): Mark unused parameters.
21552         (Info-directory-find-file, Info-directory-find-node)
21553         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
21554         (Info-virtual-index-find-node, Info-apropos-find-file)
21555         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
21556         Mark unused parameters; fix typos in docstrings.
21557         (Info-virtual-index): Remove unused local variable `nodename'.
21559 2011-04-05  Deniz Dogan  <deniz@dogan.se>
21561         * net/rcirc.el: Update my e-mail address.
21562         (rcirc-mode-map): Remove M-o binding.
21564 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
21566         * startup.el (command-line): Save the cursor's theme-face
21567         directly, instead of using face-override-spec.
21569         * custom.el (load-theme): Minor optimization in assigning faces.
21571 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
21573         * help-fns.el (describe-variable): Complete all variables having
21574         documentation, including keywords.
21575         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
21577 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
21579         Convert to lexical-binding.
21581         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
21582         (bs--get-marked-string, bs--get-modified-string)
21583         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
21584         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
21585         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
21587         * ehelp.el (electric-help-execute-extended)
21588         (electric-help-ctrl-x-prefix):
21589         * hexl.el (hexl-revert-buffer-function):
21590         * linum.el (linum-after-change, linum-after-scroll):
21591         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
21593         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
21595 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
21597         * epa-dired.el:
21598         * epa-mail.el:
21599         * epa-hook.el:
21600         * epa-file.el:
21601         * epa.el:
21602         * epg.el: Use lexical binding.
21604 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
21606         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
21608         * textmodes/flyspell.el (flyspell-word): Recognize default
21609         dictionary case for flyspell-mark-duplications-exceptions.
21610         Use regexp matching for languages.
21611         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
21612         default dictionary (Bug#7926).
21614 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
21616         * emacs-lisp/package.el (package--with-work-buffer):
21617         Recognize https URLs.
21619         * net/network-stream.el: Move from gnus/proto-stream.el.
21620         Change prefix to network-stream throughout.
21621         (open-protocol-stream): Merge into open-network-stream, leaving
21622         open-protocol-stream as an alias.  Handle nil BUFFER args.
21624         * subr.el (open-network-stream): Move to net/network-stream.el.
21626 2011-04-02  Glenn Morris  <rgm@gnu.org>
21628         * find-dired.el (find-exec-terminator): New option.
21629         (find-ls-option): Test for -ls support.
21630         (find-ls-subdir-switches): Test for -b in find-ls-option.
21631         (find-dired, find-grep-dired): Doc fixes.
21632         (find-dired): Use find-exec-terminator.
21634         * find-dired.el (find-ls-option, find-ls-subdir-switches)
21635         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
21636         (find-name-arg): Remove purecopy.
21638         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
21639         (grep-compute-defaults): Check for `-exec COMMAND +' support.
21640         Set grep-find-use-xargs, grep-find-command, and grep-find-template
21641         accordingly.  Don't add the null-device if not needed.
21643         * files.el (save-some-buffers): Doc fix.
21645 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
21647         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
21649 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
21651         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
21652         Use `dolist' rather than `mapcar'.
21654 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21656         Add lexical binding.
21658         * subr.el (apply-partially): Use new closures rather than CL.
21659         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
21660         (dolist, dotimes): Use slightly different expansion for lexical code.
21661         (functionp): Move to C.
21662         (letrec): New macro.
21663         (with-wrapper-hook): Use it and apply-partially instead of CL.
21664         (eval-after-load): Preserve lexical-binding.
21665         (save-window-excursion, with-output-to-temp-buffer): Turn them
21666         into macros.
21668         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
21670         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
21671         than the arglist.
21672         (help-add-fundoc-usage): Don't add `Not documented'.
21673         (help-function-arglist): Handle closures, subroutines, and new
21674         byte-code-functions.
21675         (help-make-usage): Remove leading underscores.
21676         (describe-function-1): Handle closures.
21677         (describe-variable): Use special-variable-p for completion.
21679         * files.el (lexical-binding): Declare safe.
21681         * emacs-lisp/pcase.el: Don't use destructuring-bind.
21682         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
21683         (pcase): Add `let' pattern.
21684         Change memoization so it actually works.
21685         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
21686         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
21687         <let>: New case.
21689         * emacs-lisp/macroexp.el: Use lexical binding.
21690         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
21691         Don't convert ' to #' without checking that it's indeed quoting
21692         a lambda.
21694         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
21695         Use eval-sexp-add-defvars.
21696         (eval-sexp-add-defvars): New fun.
21698         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
21700         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
21701         Don't autoload.
21702         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
21703         than the internal `byte-compile-lambda'.
21704         (defmethod): Don't hide code under quotes.
21705         (eieio-defmethod): New `code' argument.
21707         * emacs-lisp/eieio-comp.el: Remove.
21709         * emacs-lisp/edebug.el (edebug-eval-defun)
21710         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
21711         (edebug-toggle): Avoid `eval'.
21713         * emacs-lisp/disass.el (disassemble-internal): Handle new
21714         `closure' objects.
21715         (disassemble-1): Handle new byte codes.
21717         * emacs-lisp/cl.el (pushnew): Silence warning.
21719         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
21720         (cl-byte-compile-throw): Remove.
21721         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
21723         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
21724         closures.
21726         * emacs-lisp/cconv.el: New file.
21728         * emacs-lisp/bytecomp.el: Use lexical binding instead of
21729         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
21730         (byte-compile-initial-macro-environment):
21731         Handle declare-function here.
21732         (byte-compile--lexical-environment): New var.
21733         (byte-stack-ref, byte-stack-set, byte-discardN)
21734         (byte-discardN-preserve-tos): New lap codes.
21735         (byte-interactive-p): Don't use any more.
21736         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
21737         New macros.
21738         (byte-compile-lapcode): Use them and handle new lap codes.
21739         (byte-compile-obsolete): Remove.
21740         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
21741         (byte-compile-arglist-warn): Check late def of inlinable funs.
21742         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
21743         since they should have been expanded by now.
21744         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
21745         (byte-compile-from-buffer): Remove unused second arg.
21746         (byte-compile-preprocess): New function.
21747         (byte-compile-toplevel-file-form): New function to distinguish
21748         file-form calls from outside from file-form calls from hunk-handlers.
21749         (byte-compile-file-form): Simplify.
21750         (byte-compile-file-form-defsubst): Remove.
21751         (byte-compile-file-form-defmumble): Simplify now that
21752         byte-compile-lambda always returns a byte-code-function.
21753         (byte-compile): Preprocess.
21754         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
21755         Remove, not used any more.
21756         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
21757         (byte-compile-make-args-desc): New funs.
21758         (byte-compile-lambda): Handle lexical functions.  Always return
21759         a byte-code-function.
21760         (byte-compile-reserved-constants): New var, to make up room for
21761         closed-over variables.
21762         (byte-compile-constants-vector): Obey it.
21763         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
21764         (byte-compile-macroexpand-declare-function): New function.
21765         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
21766         byte-code-functions.
21767         (byte-compile-form): Check obsolescence here.
21768         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
21769         (byte-compile-variable-ref): Remove.
21770         (byte-compile-dynamic-variable-op): New fun.
21771         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21772         (byte-compile-variable-set): New funs.
21773         (byte-compile-discard): Add 2 args.
21774         (byte-compile-stack-ref, byte-compile-stack-set)
21775         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
21776         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
21777         macroexpand-all instead.
21778         (byte-compile-quote-form): Remove.
21779         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
21780         (byte-compile-bind, byte-compile-unbind): New funs.
21781         (byte-compile-let): Handle let* and lexical binding.
21782         (byte-compile-let*): Remove.
21783         (byte-compile-catch, byte-compile-unwind-protect)
21784         (byte-compile-track-mouse, byte-compile-condition-case):
21785         Handle a new :fun-body form, used for lexical scoping.
21786         (byte-compile-save-window-excursion)
21787         (byte-compile-with-output-to-temp-buffer): Remove.
21788         (byte-compile-defun): Simplify.
21789         (byte-compile-stack-adjustment): New fun.
21790         (byte-compile-out): Use it.
21791         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
21793         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
21794         handler any more.
21796         * emacs-lisp/byte-opt.el: Use lexical binding.
21797         (byte-inline-lapcode): Remove (to bytecomp).
21798         (byte-compile-inline-expand): Pay attention to inlining to/from
21799         lexically bound code.
21800         (byte-compile-unfold-lambda): Don't handle byte-code-functions
21801         any more.
21802         (byte-optimize-form-code-walker): Don't handle save-window-excursion
21803         any more and don't call compiler-macros.
21804         (byte-compile-splice-in-already-compiled-code): Remove.
21805         (byte-code): Don't inline any more.
21806         (disassemble-offset): Receive `bytes' as argument rather than via
21807         dynamic scoping.
21808         (byte-compile-tag-number): Declare before first use.
21809         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
21810         `return' even if make-spliceable.
21811         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
21812         obsolete interactive-p.
21813         (byte-optimize-lapcode): Optimize new lap-codes.
21814         Don't trip up on new form of `byte-constant' lap code.
21816         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
21818         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
21820         * custom.el (custom-initialize-default, custom-declare-variable):
21821         Use `defvar'.
21823         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
21824         New variables.
21825         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
21826         (COMPILE_FIRST): Add macroexp and cconv.
21827         * makefile.w32-in: Mirror changes in Makefile.in.
21829         * vc/cvs-status.el:
21830         * vc/diff-mode.el:
21831         * vc/log-edit.el:
21832         * vc/log-view.el:
21833         * vc/smerge-mode.el:
21834         * textmodes/bibtex-style.el:
21835         * textmodes/css-mode.el:
21836         * startup.el:
21837         * uniquify.el:
21838         * minibuffer.el:
21839         * newcomment.el:
21840         * reveal.el:
21841         * server.el:
21842         * mpc.el:
21843         * emacs-lisp/smie.el:
21844         * doc-view.el:
21845         * dired.el:
21846         * abbrev.el: Use lexical binding.
21848 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
21850         * info.el (info-display-manual): New function.
21852 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21854         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
21856 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
21858         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
21859         an entry for that server in rcirc-authinfo.  (Bug#8385)
21861 2011-03-31  Glenn Morris  <rgm@gnu.org>
21863         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21865         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21867 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
21869         * progmodes/python.el (python-default-interpreter)
21870         (python-python-command-args, python-jython-command-args)
21871         (python-which-shell, python-which-args, python-which-bufname)
21872         (python-file-queue, python-comint-output-filter-function)
21873         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21874         variables and functions.
21876 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21878         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21879         (completion-in-region-mode): New minor mode.
21880         (completion-in-region): Use it.
21881         (completion-in-region--data, completion-in-region-mode-map): New vars.
21882         (completion-in-region--postch): New function.
21883         (completion--capf-misbehave-funs, completion--capf-safe-funs):
21884         New vars.
21885         (completion--capf-wrapper): New function.
21886         (completion-at-point): Use it to track well-behavedness of
21887         hook functions.
21888         (completion-help-at-point): New command.
21890 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
21892         * vc/add-log.el (add-change-log-entry): Don't use whitespace
21893         syntax class to search for whitespace on a single line
21894         (Message-ID: <4D938140.4030905@redhat.com>).
21896 2011-03-30  Leo Liu  <sdl.web@gmail.com>
21898         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21899         New commands.
21900         (edit-abbrevs-map): Bind them here.
21901         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
21903 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
21905         * allout.el (allout-hide-by-annotation, allout-flag-region):
21906         Reduce possibility of overlay leakage by making them volatile.
21908         * allout-widgets.el (allout-widgets-tally): Define as nil so the
21909         hash is not shared between buffers.  Mode initialization is
21910         responsible for giving it a useful starting value.
21911         (allout-item-span): Reduce possibility of overlay leakage by
21912         making them volatile.
21913         (allout-widgets-count-buttons-in-region): Add diagnostic function
21914         for tracking down button overlay leaks.
21916 2011-03-29  Leo Liu  <sdl.web@gmail.com>
21918         * ido.el (ido-read-internal): Use the default history var
21919         minibuffer-history if no HISTORY is specified.
21921 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
21923         * net/imap.el (imap-shell-open, imap-process-connection-type):
21924         Use imap-process-connection-type for 'shell' streams as well as
21925         Kerberos, SSL, other subprocesses.
21927 2011-03-28  Leo Liu  <sdl.web@gmail.com>
21929         * abbrev.el (abbrev-table-empty-p): New function.
21930         (prepare-abbrev-list-buffer): Place empty abbrev tables after
21931         nonempty ones.  (Bug#5937)
21933 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
21935         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21937 2011-03-27  Leo Liu  <sdl.web@gmail.com>
21939         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21940         for foreground and background colors.
21941         (ansi-color-make-color-map): Adapt.
21943 2011-03-25  Leo Liu  <sdl.web@gmail.com>
21945         * midnight.el (midnight-time-float): Remove.  Note it calculates
21946         the microsecond component incorrectly and seconds-to-time does the
21947         same job.
21948         Remove redundant (require 'timer).
21950         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21951         (ido-completions): Remove unused arguments.  (Bug#8329)
21953 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21955         * minibuffer.el (completion--flush-all-sorted-completions):
21956         Remove itself from hook.
21957         (completion-at-point): Let the functions perform the completion
21958         immediately and return nil or t.
21959         * comint.el (comint-dynamic-complete-functions): Now identical to
21960         completion-at-point-functions.
21961         (comint-dynamic-list-input-ring): Remove unused var `index'.
21962         (comint--match-partial-filename, comint--unquote&expand-filename):
21963         New funs, split from comint-match-partial-filename.
21964         (comint-dynamic-complete): Use completion-at-point.
21965         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21967 2011-03-24  Drew Adams  <drew.adams@oracle.com>
21969         * thingatpt.el: Support `defun'.
21971 2011-03-23  Leo Liu  <sdl.web@gmail.com>
21973         * abbrevlist.el: Move to obsolete/abbrevlist.el.
21975         * help-mode.el (help-mode-finish): Tweak regexp.
21977 2011-03-23  Glenn Morris  <rgm@gnu.org>
21979         * eshell/esh-opt.el (eshell-eval-using-options):
21980         Do not bind unused local variable `eshell-option-stub'.
21982         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21984 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
21986         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21987         keymap variable in `with-no-warnings' to avoid a warning when the
21988         keymap has been already `defconst'ed.
21990 2011-03-22  Leo Liu  <sdl.web@gmail.com>
21992         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21993         encode all chars in abbrevs; otherwise use emacs-mule or
21994         utf-8-emacs.  (Bug#8308)
21996 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
21998         * simple.el (backward-delete-char-untabify):
21999         Avoid warning about using `delete-backward-char'.
22001         * image.el (image-type-file-name-regexps): Make it variable.
22002         `imagemagick-register-types' modifies it, and the user may want
22003         to add new extensions for known image types.
22004         (imagemagick-register-types): Throw error if not using ImageMagick.
22006 2011-03-22  Leo Liu  <sdl.web@gmail.com>
22008         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
22009         located before rcirc-prompt-end-marker.
22010         (rcirc-complete): Error if point is not after rcirc prompt.
22011         Handle the case when table is nil.
22012         (rcirc-user-authenticated): Define to fix compiler warning.
22014 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
22016         * custom.el (custom--inhibit-theme-enable): Make it affect only
22017         custom-theme-set-variables and custom-theme-set-faces.
22018         (provide-theme): Ignore custom--inhibit-theme-enable.
22019         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
22020         (custom-enabling-themes): Delete variable.
22021         (enable-theme): Accept only loaded themes as arguments.
22022         Ignore the special custom-enabled-themes variable.
22023         (custom-enabled-themes): Forbid themes from setting this.
22024         Eliminate use of custom-enabling-themes.
22025         (custom-push-theme): Quote "changed" custom var entry.
22027 2011-03-21  Leo Liu  <sdl.web@gmail.com>
22029         * ido.el (ido-read-internal): Add ido-selected to history instead
22030         of user input.
22032 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22034         * subr.el (deferred-action-list, deferred-action-function):
22035         Mark obsolete.
22037 2011-03-21  Leo Liu  <sdl.web@gmail.com>
22039         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
22040         change on 2011-02-13 (bug#8309).
22042         * minibuffer.el (read-file-name-function): Change default value.
22043         (read-file-name--defaults): Rename from read-file-name-defaults.
22044         (read-file-name-default): Rename from read-file-name.
22045         (read-file-name): Call read-file-name-function.
22047 2011-03-21  Glenn Morris  <rgm@gnu.org>
22049         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
22050         Doc fixes.
22052 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
22054         * cus-theme.el: Add missing provide statement.
22055         (customize-create-theme): Extract theme value correctly.
22056         (custom-theme-visit-theme): Autoload.
22057         (customize-create-theme): Prompt before inserting default faces.
22059 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
22061         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
22062         units and musical notes.
22064 2011-03-20  Leo Liu  <sdl.web@gmail.com>
22066         * ido.el (ido-read-internal): Use completing-read-default.
22067         (ido-completing-read): Fix compatibility with completing-read.
22069 2011-03-20  Christian Ohler  <ohler@gnu.org>
22071         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
22072         (ert-delete-all-tests): Use `called-interactively-p' rather than
22073         `interactive-p'.
22074         (ert--make-xrefs-region): Respect END.
22076 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
22078         * dired-aux.el (dired-create-directory): Signal an error if the
22079         directory already exists (Bug#8246).
22081         * facemenu.el (list-colors-display): Call list-faces-display
22082         inside with-help-window.
22083         (list-colors-print): Use display property to align the final
22084         column, instead of checking window-width.
22086 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
22088         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
22089         windows-nt systems.
22090         (emerge-protect-metachars): Quote correctly for ms-dos and
22091         windows-nt systems.
22093 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
22095         * info.el (info-initialize): Replace all uses of `:' with
22096         path-separator for compatibility with non-Unix systems.
22097         Cache quoting of path-separator.  (Bug#8258)
22099 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
22101         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
22102         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
22103         (mouse-avoidance-mode): Fix typos in docstrings.
22105 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
22107         * startup.el (package-subdirectory-regexp): Move from package.el.
22108         Omit \\` and \\', and let callers add them.
22110         * emacs-lisp/package.el (package-strip-version)
22111         (package-load-all-descriptors): Add \\` and \\' to
22112         package-subdirectory-regexp before using it.
22113         (package-untar-buffer): New arg DIR; ensure that file untars only
22114         into this expected directory.  Remove superfluous delete-region.
22115         (package-unpack): Caller changed.
22116         (package-tar-file-info): Use package-subdirectory-regexp.
22118 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22120         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
22121         diff-mode-shared-map (bug#8284).
22122         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
22124 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22126         * calendar/time-date.el (format-seconds): Use assoc instead of
22127         assoc-string, since assoc-string doesn't exist in XEmacs.
22129 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
22131         * custom.el (custom-known-themes): Reflow docstring.
22132         (custom-theme-load-path): Fix typo in docstring.
22133         (load-theme): Fix typo in error message.
22134         (custom-available-themes, custom-variable-theme-value):
22135         Use `let', not `let*'.
22137 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
22139         * calc/README: Mention inclusion of musical notes.
22141         * calc/calc-units.el (calc-lu-quant): Rename from
22142         `calc-logunits-quantity'.
22143         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
22144         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
22145         (calc-db): Rename from `calc-dblevel'.
22146         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
22147         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
22148         (calc-np): Rename from `calc-nplevel'.
22149         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
22150         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
22151         (calc-lu-plus): Rename from `calc-logunits-add'.
22152         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
22153         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
22154         (calc-lu-minus): Rename from `calc-logunits-sub'.
22155         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
22156         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
22157         (calc-lu-times): Rename from `calc-logunits-mul'.
22158         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
22159         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
22160         (calc-lu-divide): Rename from `calc-logunits-div'.
22161         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
22162         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
22164         * calc/calc-ext.el (calc-init-extensions): Update the names of the
22165         functions being autoloaded.
22167         * calc/calc.el (calc-lu-power-reference): Rename from
22168         `calc-logunits-power-reference'.
22169         (calc-lu-field-reference): Rename from
22170         `calc-logunits-field-reference'.
22172         * calc/calc-help.el (calc-l-prefix-help):
22173         Mention musical note functions.
22175 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22177         * minibuffer.el (completion-all-sorted-completions):
22178         Use :completion-cycle-penalty text property if present.
22180 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
22182         * allout.el (allout-yank-processing): Adjust for new rebulleting
22183         regime so bullet being yanked is used without prompting the user
22184         for a choice.
22186 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
22188         * startup.el (command-line): Warn the user that _emacs is deprecated.
22190 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
22192         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
22193         (delphi-verbose, delphi-comment-face, delphi-string-face)
22194         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
22195         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
22196         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
22197         (delphi-new-comment-line, delphi-font-lock-defaults)
22198         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
22199         Fix typos in docstrings.
22201 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
22203         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
22204         Invert the roles of character and string values for INSTEAD, so a
22205         string is used for the more common case of a defaulting prompt.
22207 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22209         * progmodes/ruby-mode.el (ruby-backward-sexp):
22210         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
22211         * play/gamegrid.el (gamegrid-make-face):
22212         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
22213         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
22214         * notifications.el (notifications-notify):
22215         * net/xesam.el (xesam-search-engines):
22216         * net/quickurl.el (quickurl-list-insert):
22217         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
22219 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
22221         * startup.el (command-line): Update package subdirectory regexp.
22223 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22225         * allout.el (allout-abbreviate-flattened-numbering)
22226         (allout-mode-deactivate-hook): Fix up obsolescence "date".
22228         * subr.el (read-char-choice): Only show the cursor after the prompt,
22229         not after the answer.
22231 2011-03-15  Kevin Ryde  <user42@zip.com.au>
22233         * help-fns.el (variable-at-point): Skip leading quotes, if any
22234         (bug#8253).
22236 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22238         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
22239         warning message.
22241 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
22243         * shell.el (shell): When called interactively, offer to change the
22244         shell file name on remote hosts.
22246 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
22248         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
22249         integration for LDAP parameters.  The host, base, user or binddn,
22250         and secret tokens can be specified in a netrc file, for instance.
22251         This is optional because an `auth-source' parameter must be
22252         specified in the search attributes.
22254 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
22256         * help.el (describe-mode): Link to the mode's definition (bug#8185).
22258 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22260         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
22261         into declaration.  Remove redundant and harmful binding.
22263 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
22265         * files.el (file-ownership-preserved-p): Pass `integer' as an
22266         explicit 2nd argument to `file-attributes'.  If the file's owner
22267         is the Administrators group on Windows, and the current user is
22268         Administrator, consider that a match.
22270         * server.el (server-ensure-safe-dir): Consider server directory
22271         safe on MS-Windows if its owner is the Administrators group while
22272         the current Emacs user is Administrator.  Use `=' to compare
22273         numerical UIDs, since they could be integers or floats.
22275 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
22277         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
22279 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
22281         Sync with Tramp 2.2.1.
22283         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
22285         * net/trampver.el: Update release number.
22287 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22289         * progmodes/compile.el (compilation--previous-directory): Fix up
22290         various nil/dead-marker mismatches (bug#8014).
22291         (compilation-directory-properties, compilation-error-properties):
22292         Don't call it at a position past the one we're about to change.
22294         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
22295         Disable obsolescence warnings in the file that declares it.
22297 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
22299         * allout-widgets.el (allout-widgets-tally):
22300         Initialize allout-widgets-tally as a hash table rather than nil to
22301         prevent mode-line redisplay warnings.  Also, clarify the module
22302         description and fix a comment typo.
22304 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
22306         * help-fns.el (describe-variable): Don't complete keywords.
22307         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
22309 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
22311         * emacs-lisp/package.el (package-version-join): Impose a standard
22312         string representation for pre/alpha/beta version lists.
22313         (package-unpack-single): Standardize the directory name by passing
22314         it through package-version-join.
22315         (package-strip-rcs-id): Accept any version string that does not
22316         signal an error in version-to-list.
22318 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
22320         * simple.el (delete-trailing-whitespace): Return nil for the
22321         benefit of `write-file-functions'.
22323 2011-03-10  Glenn Morris  <rgm@gnu.org>
22325         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
22327         * vc/vc-git.el (vc-git-program): New option.
22328         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
22329         (vc-git--call): Use it.
22331         * eshell/esh-util.el (eshell-condition-case): Doc fix.
22333         * cus-edit.el (Custom-newline): If no button at point, look
22334         for a subgroup button at start-of-line.  (Bug#2298)
22336         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
22338 2011-03-10  Julien Danjou  <julien@danjou.info>
22340         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
22341         `cursor-type' is nil.
22343 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
22345         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
22347 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
22349         * allout.el: Change so yank of distinctive-bullet items
22350         preserves the existing header prefix, rebulleting it if necessary,
22351         rather than replacing it.  This is necessary for proper operation
22352         of cooperative addons like allout-widgets.
22353         (allout-make-topic-prefix, allout-rebullet-heading):
22354         Change SOLICIT arg to INSTEAD, and interpret additionally a string
22355         value as alternate bullet to be used, instead of prompting the user
22356         for a bullet character.
22358 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
22360         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22361         Do not use `tramp-file-name-port', because this returns also
22362         `tramp-default-port'.
22364 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
22366         * net/rcirc.el (rcirc-handler-001): Remove useless
22367         with-rcirc-process-buffer.
22368         (rcirc-check-auth-status): Swap arguments to string-match.
22370 2011-03-09  Glenn Morris  <rgm@gnu.org>
22372         * shell.el (shell-mode):
22373         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
22375         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
22376         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
22378 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
22380         * emacs-lisp/package.el (package-refresh-contents)
22381         (package-menu-execute): Use condition-case-no-debug.
22383 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
22385         * simple.el (shell-command-to-string): Use `process-file'.
22387         * emacs-lisp/package.el (package-tar-file-info): Handle also
22388         remote files.
22390         * emacs-lisp/package-x.el (package-upload-buffer-internal):
22391         Use `equal' for upload base check.
22393 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
22395         * textmodes/texinfo.el (texinfo-environments):
22396         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
22398 2011-03-08  Glenn Morris  <rgm@gnu.org>
22400         * cus-start.el (cursor-in-non-selected-windows):
22401         Fix :set quoting oddness.  (Bug#8192)
22403         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
22404         in some setf expressions.  (Bug#2159)
22406 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
22408         * custom.el (custom-available-themes): Return themes in
22409         alphabetical order.
22411 See ChangeLog.15 for earlier changes.
22413 ;; Local Variables:
22414 ;; coding: utf-8
22415 ;; End:
22417   Copyright (C) 2011-2012  Free Software Foundation, Inc.
22419   This file is part of GNU Emacs.
22421   GNU Emacs is free software: you can redistribute it and/or modify
22422   it under the terms of the GNU General Public License as published by
22423   the Free Software Foundation, either version 3 of the License, or
22424   (at your option) any later version.
22426   GNU Emacs is distributed in the hope that it will be useful,
22427   but WITHOUT ANY WARRANTY; without even the implied warranty of
22428   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22429   GNU General Public License for more details.
22431   You should have received a copy of the GNU General Public License
22432   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.