Don't run view-mode-hook twice when calling view-mode (Bug#13315).
[emacs.git] / lisp / ChangeLog
blobe4ecda0d7892fb3eca9eb8d49395ffdca441e9ca
1 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
3         * view.el (view-mode-enable): New argument run-view-mode-hook.
4         Run view-mode-hook only when it's non-nil (Bug#13315).
5         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
6         argument t.
8 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
10         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
11         (No device connected, invalid device name). (Bug #13299)
13 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
15         * window.el (window-resizable--p): Rename to window-resizable-p.
16         (window-resize-no-error): New function.
18         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
19         broken in fix from 2012-12-28.
21 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * subr.el (special-form-p): Don't signal errors on undef aliases.
25 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
27         * calc/calc-forms.el (math-parse-date): Try using
28         `math-parse-iso-date' when it looks like it might be needed.
29         Allow times of 24:00.
30         (math-parse-date-validate, math-parse-iso-date-validate):  Allow times
31         of 24:00.
33 2012-12-30  Glenn Morris  <rgm@gnu.org>
35         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
36         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
37         (rmail-summary-displayed, rmail-summary): Declare.
38         (mairix-rmail-display): Just require rmail.
40 2012-12-30  Chong Yidong  <cyd@gnu.org>
42         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
43         check for the tarball contents.
45 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
47         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
48         tarfile content listings (Bug#13136).
50 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
52         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
53         Insert the undecoded text of the message being forwarded.  (Bug#9521)
55 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
57         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
58         integers, if they are real numbers.  (Bug#13282)
60         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
61         Return `t' on success.
63         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
64         Add handler for `set-file-selinux-context'.
66 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
68         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
69         (tramp-sh-handle-set-file-acl): Return `t' on success.
71 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
73         * files.el (backup-buffer-copy, basic-save-buffer-2):
74         If set-file-extended-attributes fails, fall back on set-file-modes
75         instead of signaling an error.  (Bug#13298)
76         (basic-save-buffer): Likewise.
78 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
80         * progmodes/python.el: Support other commands triggering
81         python-indent-line so indentation cycling continues to work.
82         (python-indent-trigger-commands): New defcustom.
83         (python-indent-line): Use it.
85 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
87         * progmodes/python.el (python-shell-send-region): Add blank lines
88         for non sent code so backtraces remain correct.
90 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
92         * progmodes/python.el: Remove cl dependency.
93         (python-syntax-count-quotes): Replace incf call.
94         (python-fill-string): Replace setf call.
96 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
98         * info.el (info-other-window): New arg, for consistency with info.
100 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
102         * mail/rmail.el (rmail-maybe-display-summary):
103         Rewrite (Bug#13066).
105 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
107         * epg.el (epg--start): Modify process-environment locally.
109 2012-12-28  Daiki Ueno  <ueno@gnu.org>
111         * epg.el: Support pinentry-curses.
112         Suggested by Werner Koch in
113         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
114         (epg-agent-file, epg-agent-mtime): New variable.
115         (epg--start): Record the modified time of gpg-agent socket file,
116         to restore Emacs frame after pinentry-curses termination.
117         (epg-wait-for-completion): Restore Emacs frame here.
119 2012-12-27  Juri Linkov  <juri@jurta.org>
121         * info.el (Info-file-completions): New variable.
122         (Info-read-node-name-1): Complete node names in the Info file
123         when a file name is given.  Call `Info-build-node-completions'
124         with a file name.
125         (Info-build-node-completions): Add new arg `file'.  When it is
126         non-nil, visit it in a temporary buffer and cache its completions in
127         `Info-current-file-completions'.  Move most of the function body to
128         `Info-build-node-completions-1'.
129         (Info-build-node-completions-1): New function with the body from
130         `Info-build-node-completions'.  (Bug#12456)
132 2012-12-27  Juri Linkov  <juri@jurta.org>
134         * frame.el (frame-maximization-style): Remove user option.
135         (cycle-frame-maximized): Remove function.
136         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
137         (toggle-frame-fullscreen): New command bound to <f11> instead of
138         `toggle-frame-maximized'.
139         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
141 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
143         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
145         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
146         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
147         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
148         for `file-accessible-directory-p'.  (Bug#13275)
150 2012-12-27  Sam Steingold  <sds@gnu.org>
152         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
153         continuations, see <http://stackoverflow.com/questions/3582436>.
155 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
157         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
158         "module" and "def" to have indentation before them.
159         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
161         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
163 2012-12-27  Alan Mackenzie  <acm@muc.de>
165         Speed up fontification where there's large brace blocks.
166         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
167         to a call of c-beginning-of-decl-1.
169 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
171         * comint.el (comint-adjust-window-point): New function.
172         (comint-postoutput-scroll-to-bottom):
173         Call comint-adjust-window-point (Bug#13248).
175 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
177         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
178         Rakefile regexp.
179         (auto-mode-alist): Associate .gemspec files with ruby-mode
180         (https://bugs.ruby-lang.org/issues/5453).
182 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
184         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
185         Suppress coloring, if possible (required for BusyBox based systems like
186         CynagenMod).
187         (tramp-adb-handle-file-attributes)
188         (tramp-adb-handle-insert-directory)
189         (tramp-adb-handle-file-name-all-completions): Use it.
190         (tramp-adb-get-toolbox): New defun.  Check for remote shell
191         implementation (BusyBox or Toolbox).
193 2012-12-24  Constantin Kulikov <zxnotdead@gmail.com>  (tiny change)
195         * startup.el (initial-buffer-choice): Allow function as value
196         (Bug#13251).
197         (command-line-1): Handle case where initial-buffer-choice
198         specifies a function.
199         * server.el (server-execute): Handle case where
200         initial-buffer-choice specifies a function.
202 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
204         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
205         its own function.
206         (smtpmail-try-auth-methods): Forget the user name/password if the
207         login is unsuccessful (bug#12424).
209 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
211         * notifications.el (notifications-notify): Protect body with
212         `with-demoted-errors'.
214         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
215         Check properties of remote device.  Restart connection, if there is a
216         change.
218 2012-12-21  Chong Yidong  <cyd@gnu.org>
220         * sort.el (sort-subr): Doc fix (Bug#13056).
222 2012-12-21  Bastien Guerry  <bzg@gnu.org>
224         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
226 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
228         * simple.el (process-file): Overwrite stderr file, if exists.
230 2012-12-21  Daiki Ueno  <ueno@gnu.org>
232         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
233         (epg-error): Set `error-message' property.
235 2012-12-21  Chong Yidong  <cyd@gnu.org>
237         * international/mule-cmds.el (read-char-by-name): Signal an error
238         if the user does not supply a valid character (Bug#13177).
240         * simple.el (transpose-subr-1): Preserve marker positions by
241         changing the insertion sequence (Bug#13122).
243 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
245         * simple.el (kill-region): Deactivate mark even for empty regions
246         (Bug#13169).
248 2012-12-21  Chong Yidong  <cyd@gnu.org>
250         * help-fns.el (describe-variable): Make sure we get the right
251         buffer name (Bug#13105).  Suggested by Kelly Dean.
253 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
255         * comint.el (comint-redirect-previous-input-string): New variable.
256         (comint-redirect-setup, comint-redirect-cleanup)
257         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
258         (comint-redirect-preoutput-filter): Fix verbose message.
260 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
262         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
263         is too long for Tramp.  See discussion in
264         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
266         * progmodes/compile.el (compilation-start): Remove line escape
267         template.
269 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
271         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
272         Adjust comment.
274 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
276         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
277         following non-comment text (bug#13207).
278         (lm-header-multiline): Continuation lines need to be indented more than
279         the first line.
280         (lm-homepage): New function.
281         (lm-with-file): Don't be confused if narrowing is in effect.
283         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
284         very beginning of a hunk (e.g. killing the first line).
286 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
288         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
289         and text properties from returned ACL string.
290         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
291         for "setfacl" command.
293 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
295         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
296         `tramp-cleanup-this-connection', when the process has died.
297         (Bug#13151)
299 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
301         * icomplete.el (icomplete-completions): Also use … to truncate prefix.
303 2012-12-17  Kevin Ryde  <user42@zip.com.au>
305         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
307 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
309         Add support for preserving ACL entries of files.
311         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
312         `set-file-acl' handlers.
314         * net/tramp-adb.el (tramp-adb-handle-copy-file):
315         Handle PRESERVE-EXTENDED-ATTRIBUTES.
317         * net/tramp-compat.el (tramp-compat-copy-file):
318         Handle PRESERVE-EXTENDED-ATTRIBUTES.
320         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
321         Add `file-acl' and `set-file-acl' handlers.
322         (tramp-gvfs-handle-copy-file):
323         Handle PRESERVE-EXTENDED-ATTRIBUTES.
324         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
325         New defuns.
327         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
328         Add `file-acl' and `set-file-acl' handlers.
329         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
330         (tramp-sh-handle-set-file-acl): New defuns.
331         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
332         Handle PRESERVE-EXTENDED-ATTRIBUTES.
334         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
335         Add `file-acl' and `set-file-acl' handlers.
336         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
338 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com> (tiny change)
340         * help-macro.el (make-help-screen): Instead of switch-to-buffer
341         use pop-to-buffer with NORECORD argument t.  As buffer name, use
342         *Metahelp* with a leading space (Bug#13190).
344 2012-12-16  Romain Francoise  <romain@orebokech.com>
346         * files.el (file-extended-attributes)
347         (set-file-extended-attributes): New functions.
348         (backup-buffer): Use them to handle both SELinux context and ACL
349         entries.
350         (backup-buffer-copy): Work with an alist of extended attributes,
351         rather than an SELinux context.
352         (basic-save-buffer-2): Ditto.
354 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
356         * battery.el (battery-bsd-apm): New function.
358 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
360         * calc/calc.el (calc-standard-date-formats): Adjust one of the
361         standard date formats.
363 2012-12-15  Juri Linkov  <juri@jurta.org>
365         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
366         `isearch-insert-char-by-name'.
367         (with-isearch-suspended): New defmacro with body mostly from
368         `isearch-edit-string' except the part that sets
369         `isearch-new-string' and `isearch-new-message'.
370         (isearch-edit-string): Use new macro `with-isearch-suspended' with
371         body that sets `isearch-new-string' and `isearch-new-message'.
372         (isearch-insert-char-by-name): New command.
373         * international/mule-cmds.el (read-char-by-name): Let-bind
374         `enable-recursive-minibuffers' to t.
375         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
377 2012-12-15  Juri Linkov  <juri@jurta.org>
379         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
380         (Bug#13175)
382 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
384         * dired-x.el (dired-guess-shell-command): Put colon at the end of
385         the prompt.  (Bug#13045)
387 2012-12-14  Glenn Morris  <rgm@gnu.org>
389         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
390         Try to include filename in non-bytecomp warning.  (Bug#13132)
392 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
394         Fix permissions bugs with setgid directories etc. (Bug#13125)
395         * files.el (backup-buffer): Don't rely on 9th output of
396         file-attributes, as it's now a placeholder.  Instead, use the new
397         optional arg of file-ownership-preserved-p.
398         (file-ownership-preserved-p): New optional arg GROUP.
399         Fix mishandling of setuid directories that would cause this
400         function to return t when it should have returned nil.
401         Document what happens if the file does not exist, and when
402         it's not known whether the ownership will be preserved.
403         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
404         Likewise.
405         (tramp-get-local-gid): Use group-gid for integer, as that's
406         faster and more reliable.
408 2012-12-14  Julien Danjou  <julien@danjou.info>
410         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
411         Update keywords list, data type and PL/pgSQL.
413 2012-12-14  Dave Abrahams  <dave@boostpro.com>
415         * vc/ediff-util.el (ediff-buffer-type): New function.
416         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
417         rather than taking it as as argument.
418         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
420 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
422         * json.el: Add pretty-print option (bug#12634).
423         (json-encoding-separator, json-encoding-default-indentation)
424         (json--encoding-current-indentation, json-encoding-pretty-print)
425         (json-encoding-lisp-style-closings): New vars.
426         (json--with-indentation): New macro.
427         (json-encode-hash-table, json-encode-alist, json-encode-plist)
428         (json-encode-array): Use it to obey json-encoding-pretty-print.
429         (json-pretty-print-buffer, json-pretty-print): New commands.
431 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
433         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
434         Extract `ruby-syntax-propertize-expansions'.
435         (ruby-syntax-propertize-expansions): Only change syntax on
436         certain string delimiters, to punctuation.  This way the common
437         functions like forward-word and thing-at-point still work.
438         (ruby-match-expression-expansion): Improve readability.
439         (ruby-block-contains-point): New function.
440         (ruby-add-log-current-method): Handle several edge cases.
442 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
444         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
445         unload-feature finishes even when aborting an ongoing edebug session.
446         Also, do not worry about edebug-mode, unload-feature takes care of it.
448 2012-12-13  Andreas Schwab  <schwab@suse.de>
450         * net/tls.el (tls-program): Update customize type.
452 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
454         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
455         (edebug-setup-hook, cl-read-load-hooks): Use it.
456         (edebug-unload-function): New function.  (Bug#13163)
458 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
460         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
461         Otherwise, there could be errors in autoloading.  (Bug#13151)
463 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
465         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
466         sequences.
468 2012-12-13  Alan Mackenzie  <acm@muc.de>
470         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
471         * progmodes/cc-engine.el (c-backward-comments): Add code to work
472         around `forward-comment' not recognizing ^M as whitespace.
474 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
476         * progmodes/python.el (python-skeleton-class)
477         (python-skeleton-def): Do not add space after defun name.
479 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
481         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
482         (cl--symbol-function): Remove (now that funbound is like nil).
484 2012-12-12  Glenn Morris  <rgm@gnu.org>
486         * button.el (button--area-button-p): Fix typo.
488 2012-12-12  Sam Steingold  <sds@gnu.org>
490         * frame.el (frame-maximization-style): New user option.
491         (toggle-frame-maximized): Toggle frame maximization according to
492         `frame-maximization-style', bound to <f11>.
493         (cycle-frame-maximized): Cycle between all maximization styles and
494         non-maximized frame, bound to shift-<f11>.
496 2012-12-12  David Cadé  <codename68@gmail.com>
498         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
500 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
502         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
503         (eieio-override-prin1): Don't quote kewords and booleans.
504         (object-write) <eieio-default-superclass>: Don't put closing parens
505         on new line, avoid needless empty lines, align values that are objects
506         with the slot keyword (instead of beginning on the same line).
507         (eieio-list-prin1): Align value with slot keyword; increase
508         eieio-print-depth before printing members of the list.
510 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
512         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
513         a display text-property.
514         (report-emacs-bug-hook): Don't bother deleting it any more.
516         * hilit-chg.el (highlight-save-buffer-state): Delete.
517         Use with-silent-modifications instead.
518         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
520         * button.el: Handle buttons in display text-properties.
521         (button--area-button-p, button--area-button-string):
522         Use (STRING . STRING-POS) representation instead of just STRING.
524 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
526         * makefile.w32-in (compile4-SH): Fix a typo that caused term
527         subdirectory be skipped.
529 2012-12-11  Glenn Morris  <rgm@gnu.org>
531         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
533         * progmodes/f90.el (f90-line-continued, f90-indent-region):
534         Treat preprocessor lines embedded in continuations like comments.
535         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
537 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
539         * calc/calc.el (calc-standard-date-formats):  Add more date
540         formats.
541         * calc/calc-forms.el (math-parse-iso-date): New function.
542         (math-parse-date): Use `math-parse-iso-date' when appropriate.
543         (math-parse-iso-date-validate): Add extra error checking.
544         (calc-date-notation): Add ability to access new date formats.
546 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
548         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
549         font-lock as well as when there's no text-property.
551 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
553         * hi-lock.el: Refine the choice of default face.
554         (hi-lock-keyword->face): New function.  Use it wherever we used
555         cadadadr instead.
556         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
557         (hi-lock--last-face): Remove var.
558         (hi-lock--unused-faces): New var to replace it.
559         (hi-lock-read-face-name): Use/maintain it.
560         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
561         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
562         if it has another face.
564 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
566         * subr.el (w32notify-handle-event): New function.
567         (inotify-handle-event): Doc fix.
569 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
571         * subr.el (inotify-event-p, inotify-handle-event): New functions.
573 2012-12-10  Dani Moncayo <dmoncayo@gmail.com>
575         * simple.el (just-one-space): Doc fix.
577 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
579         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
581 2012-12-10  Le Wang  <l26wang@gmail.com>
583         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
584         narrowed buffer (bug#12361).
586 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
588         * vc/vc-hooks.el (vc-state): Doc fix.
590 2012-12-10  Glenn Morris  <rgm@gnu.org>
592         * mail/rmail.el (rmail-maybe-display-summary):
593         Preserve buffer, in case select-window changes it.  (Bug#13066)
595 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
597         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
598         cl-load-hook where they belong.
600 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
602         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
604 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
606         Parallelize byte compilation on MS-Windows.
607         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
608         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
609         (WINS_BASIC): Define as concatenation of the above.
610         (compile): Subdivide into 4 separate and independent jobs that can
611         be run in parallel.
612         (compile0-CMD, compile0-SH): New targets for compiling
613         COMPILE_FIRST files, which are prerequisites for the rest of the
614         byte-compilation.
615         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
616         New targets for parallel compilation with cmd.exe.
617         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
618         compiling under a Unixy shell.
620 2012-12-09  Chong Yidong  <cyd@gnu.org>
622         * simple.el (set-mark-default-inactive): Delete this
623         accidentally-introduced option.
624         (set-mark-command, exchange-point-and-mark): Remove calls.
626 2012-12-09  Glenn Morris  <rgm@gnu.org>
628         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
629         Respect a defcustom's :set function, if appropriate.  (Bug#109)
630         (eval-defun): Doc fix.
632 2012-12-08  Juri Linkov  <juri@jurta.org>
634         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
635         (Info-fontify-node, Info-bookmark-make-record): Remove the
636         file extension from Info-current-file (Bug#13016).
638 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
640         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
641         point, still provide some default.
642         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
643         names, since we don't use it right now.  Actually return the list.
644         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
646 2012-12-07  Chong Yidong  <cyd@gnu.org>
648         * novice.el (disabled-command-function): Remove a spurious help
649         xref (Bug#13043).  Suggested by Kelly Dean.
651         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
652         syntax is specified (Bug#13025).
654         * info.el (Info-set-mode-line): Remove the file extension from
655         Info-current-file if there is one (Bug#13016).
657 2012-12-07  Glenn Morris  <rgm@gnu.org>
659         * mail/rmail.el (rmail-mime-decoded): New permanent local.
660         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
661         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
662         and rmail-mime-decoded.  (Bug#9841)
664         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
665         (batch-unrmail, unrmail): Doc fixes.
666         (unrmail): Respect unrmail-mbox-format.
667         * mail/rmail.el (rmail-mbox-format): New option.
668         (rmail-show-message-1): Respect rmail-mbox-format.
670 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
672         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
674 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
676         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
677         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
678         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
679         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
680         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
681         (cl-progv): Don't rely on dynamic scoping to find the body.
682         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
683         (cl--proclaims-deferred): Rename from the "cl-" prefix.
684         (cl-declaim): Use backquotes.
685         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
686         Use "cl--" prefix for the object's tag.
688         * ses.el: Use advice-add/remove.
689         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
690         (copy-region-as-kill, yank): Use advice-add.
691         (ses-unload-function): Use advice-remove.
693 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
695         * button.el: Make them work in header-lines (bug#12817).
696         (button-map): Add bindings for header-line and mode-line use.
697         (button-get, button-put, button-label): `button' may now be a string.
698         (button-activate): Don't make it a defsubst.
699         (button--area-button-p, button--area-button-string): New functions.
700         (make-text-button): Fix the return value when `beg' was a string.
701         (push-button): Handle the mode-line case.
703 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
705         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
706         (sql-signum): Remove.  Use `cl-signum' instead.
707         (sql-read-passwd): Remove; use read-passwd instread.
708         (sql-get-login-ext): Use read-string.
709         (sql-get-login): Use dolist and pcase.
710         (sql--completion-table): Rename from sql-try-completion.
711         Use complete-with-action.
712         (sql-mode): Don't change abbrev-all-caps globally.
713         (sql-connect): Don't rely on dynamic scoping for `new-name'.
714         (sql-postgres-completion-object): Initialize vars in their `let'.
715         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
716         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
717         (sql-comint-interbase): Use a single append, without setq.
718         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
720         * hi-lock.el: Rework the default face and the serialize regexp code.
721         (hi-lock--auto-select-face-defaults): Remove.
722         (hi-lock-string-serialize-serial): Remove.
723         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
724         make weak.
725         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
726         equal string.
727         (hi-lock-set-pattern): Adjust accordingly.
728         (hi-lock--regexps-at-point): Simplify accordingly.
729         (hi-lock--auto-select-face-defaults): Remove.
730         (hi-lock--last-face): New var to replace it.
731         (hi-lock-read-face-name): Rewrite (bug#11095).
732         (hi-lock-unface-buffer): Arrange for the face to be the next default.
734 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
736         * net/tramp.el (tramp-replace-environment-variables):
737         Hide compiler warning.
738         (tramp-file-name-for-operation): Remove `executable-find',
739         `start-process', `call-process' and `call-process-region'.
741         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
743         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
744         compatibility.
746         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
748 2012-12-06  Chong Yidong  <cyd@gnu.org>
750         * ffap.el (ffap-replace-file-component): Fix typo.
752 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
754         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
755         fix open-paren-like token test (bug#12785).
757 2012-12-06  Glenn Morris  <rgm@gnu.org>
759         * mail/rmailsum.el (rmail-new-summary): Tweak for
760         rmail-maybe-display-summary changing buffer.  (Bug#13066)
762 2012-12-06  Juri Linkov  <juri@jurta.org>
764         * info.el (Info-fontify-node): Don't hide the last newline.
765         (Bug#12272)
767 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
769         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
770         so as to enable message-read-from-minibuffer to expand mail aliases.
772 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
774         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
775         the `intangible' property.
776         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
778 2012-12-05  Deniz Dogan  <deniz@dogan.se>
780         * net/rcirc.el (rcirc-urls): Update documentation.
781         (rcirc-condition-filter): New function.
782         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
783         and exclude consecutive duplicate URLs (Bug#6082).
785 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
787         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
788         Check return code of copy command.
790         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
791         Use group `tramp'.  Add version.
793 2012-12-05  Chong Yidong  <cyd@gnu.org>
795         * ffap.el (ffap-url-regexp): Don't require matching at front of
796         string (Bug#4952).
797         (ffap-url-p): If only a substring matches, return that.
798         (ffap-url-at-point): Use the return value of ffap-url-p.
799         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
800         (find-file-at-point, dired-at-point, dired-at-point-prompter)
801         (ffap-guess-file-name-at-point): Likewise.
802         (ffap-replace-file-component): Fix typo.
804         * info.el (info-display-manual): Add existing Info buffers, whose
805         files may not be in Info-directory-list, to the completion.
806         (info--manual-names): New helper function.
808 2012-12-05  Glenn Morris  <rgm@gnu.org>
810         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
811         New functions, for detecting and resolving conflicts.  (Bug#10709)
813 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
815         * hi-lock.el (hi-lock-auto-select-face): New user variable.
816         (hi-lock-auto-select-face-defaults): New buffer local variable.
817         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
818         (hi-lock-unface-buffer): Prompt user with useful defaults.
819         With prefix arg, unhighlight all hi-lock patterns in buffer.
821 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
823         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
825 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
827         * Makefile.in (TRAMP_SRC):
828         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
830 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
832         * net/tramp-adb.el: New package.
834 2012-12-04  Chong Yidong  <cyd@gnu.org>
836         * terminal.el: Move to obsolete/.
838         * longlines.el: Move to obsolete/.
840         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
841         Remove code referring to longlines mode.
843 2012-12-03  Juri Linkov  <juri@jurta.org>
845         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
847 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
849         * textmodes/ispell.el (ispell-init-process)
850         (ispell-start-process, ispell-internal-change-dictionary):
851         Make sure personal dictionary name is expanded after initial
852         `default-directory' value. Use expanded strings for
853         keep/restart checks and for value (Bug#13019).
855 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
857         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
859 2012-12-03  Leo Liu  <sdl.web@gmail.com>
861         * files.el (dir-locals-read-from-file): Check file non-empty
862         before reading.  (Bug#13038)
864 2012-12-03  Glenn Morris  <rgm@gnu.org>
866         * jka-cmpr-hook.el (jka-compr-get-compression-info):
867         Remove any version extension before checking filename.  (Bug#13006)
868         (jka-compr-compression-info-list): Belated :version bump.
870 2012-12-03  Chong Yidong  <cyd@gnu.org>
872         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
874         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
875         (buffer-menu): Doc fix (Bug#12294).
877 2012-12-03  Roland Winkler  <winkler@gnu.org>
879         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
880         of diary-show-all-entries in the diary buffer (Bug#12994).
882 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
884         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
885         "<STDIN>".  This is binary safe.
887 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
889         * calc/calc-forms.el (math-absolute-from-iso-dt)
890         (math-date-to-iso-dt, math-parse-iso-date-validate)
891         (math-iso-dt-to-date): New functions.
892         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
893         (math-fd-isoweekday): New variables.
894         (calc-date-notation, math-parse-standard-date, math-format-date)
895         (math-format-date-part): Add support for more formatting codes.
897 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
899         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
900         current buffer's file name when called interactively (Bug#12488).
902 2012-12-02  Juri Linkov  <juri@jurta.org>
904         * info.el (info-display-manual): Don't clobber an existing Info
905         buffer (Bug#10770).  Add completion (Bug#10771).
907 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
909         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
910         before using it for comparison (Bug#5297).
912 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
914         * textmodes/css-mode.el (css-current-defun-name): New function.
915         (css-mode): Use it.
917         * textmodes/sgml-mode.el (html-current-defun-name): New function.
918         (html-mode): Use it.
920 2012-12-01  Chong Yidong  <cyd@gnu.org>
922         Modularize add-log-current-defun (Bug#2224).
923         Suggested by Jari Aalto.
925         * vc/add-log.el (add-log-current-defun-function): Doc fix.
926         (add-log-current-defun): Move mode-specific code to other files.
927         (add-log-lisp-like-modes, add-log-c-like-modes)
928         (add-log-tex-like-modes): Variables deleted.
930         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
931         (lisp-mode-variables): Use it.
933         * progmodes/cc-mode.el (c-common-init):
934         * progmodes/cperl-mode.el (cperl-mode): Set a value for
935         add-log-current-defun-function.
937         * progmodes/m4-mode.el (m4-current-defun-name): New function.
938         (m4-mode): Use it.
940         * progmodes/perl-mode.el (perl-current-defun-name): New.
941         (perl-mode): Use it.
943         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
944         Use lisp-current-defun-name.
946         * textmodes/tex-mode.el (tex-current-defun-name): New.
947         (tex-common-initialization): Use it.
949         * textmodes/texinfo.el (texinfo-current-defun-name): New.
950         (texinfo-mode): Use it.
952 2012-12-01  Chong Yidong  <cyd@gnu.org>
954         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
955         * progmodes/autoconf.el (autoconf-mode):
956         * progmodes/js.el (js-mode):
957         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
958         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
959         * progmodes/perl-mode.el (perl-mode):
960         * progmodes/sh-script.el (sh-mode, sh-set-shell):
961         * textmodes/css-mode.el (css-mode):
962         * textmodes/sgml-mode.el (html-mode, sgml-mode)
963         (sgml-tags-invisible, sgml-guess-indent):
964         * textmodes/tex-mode.el (tex-common-initialization)
965         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
966         (doctex-mode, plain-tex-mode, latex-mode):
967         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
969 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
971         * vc/vc-hg.el (vc-hg-next-revision):
972         Ensure use of default "tip" output format.  (Bug#6968)
974 2012-12-01  Kim F. Storm  <storm@cua.dk>
976         * startup.el (fancy-startup-tail): Add a clickable link
977         (Bug#2176).
979 2012-12-01  Chong Yidong  <cyd@gnu.org>
981         * startup.el (fancy-startup-tail): Improve the message about
982         auto-save files (Bug#2176).
984         * files.el (recover-session): Improve the descriptive message, and
985         use substitute-command-keys.
987 2012-12-01  Glenn Morris  <rgm@gnu.org>
989         * ido.el (ido-file-internal):
990         Handle other-window, other-frame for dired.  (Bug#13036)
992 2012-11-30  Glenn Morris  <rgm@gnu.org>
994         * icomplete.el (icomplete-separator): Fix :version.
996 2012-11-30  Chong Yidong  <cyd@gnu.org>
998         * shell.el (shell): For C-u M-x shell, use an inactive shell
999         buffer as the default (Bug#1975).
1000         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
1001         (shell-mode): Use them to reapply ansi colorization if Shell mode
1002         is re-enabled.
1004 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
1006         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
1008 2012-11-30  Samuel Bronson  <naesten@gmail.com>
1010         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
1011         flag to xargs, for compatibility with BSD xargs (Bug#11703).
1013 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1015         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
1016         by move-to-column (Bug#3234).
1018 2012-11-30  Chong Yidong  <cyd@gnu.org>
1020         * longlines.el (longlines-wrap-line, longlines-encode-region):
1021         Preserve text properties (Bug#1425).
1023 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
1025         * vc/vc.el (vc-register): Allow registering a file which is
1026         already registered with a different backend (Bug#10589).
1028 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
1029             Stefan Monnier  <monnier@iro.umontreal.ca>
1031         * icomplete.el: Change separator; add ido-style commands.
1032         (icomplete-show-key-bindings): Remove custom var.
1033         (icomplete-get-keys): Remove function.
1034         (icomplete-forward-completions, icomplete-backward-completions):
1035         New commands.
1036         (icomplete-minibuffer-map): New var.
1037         (icomplete-minibuffer-setup): Use it.
1038         (icomplete-exhibit): Don't delay if the list of completions is known.
1039         (icomplete-separator): New custom.
1040         (icomplete-completions): Use it.
1041         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
1042         (minibuffer-force-complete-and-exit): New command.
1043         (minibuffer--complete-and-exit): New function extracted from
1044         minibuffer-complete-and-exit.
1045         (minibuffer-complete-and-exit): Use it.
1047         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
1048         error message when the file doesn't exist (bug#12974).
1050 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
1052         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
1054 2012-11-29  Glenn Morris  <rgm@gnu.org>
1056         * files.el (hack-dir-local-variables): Warn if try to set
1057         coding via dir-locals, since it doesn't work.  (Bug#7169)
1059         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
1060         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
1061         Set buffer-local value of desktop-save-buffer.
1062         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
1063         New functions.
1064         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
1065         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
1067         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
1068         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
1069         Doc fix.
1070         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
1071         Doc fixes.
1073 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
1075         * calc/calc-forms.el (calc-date-notation): Fix regexp
1076         used to find time codes.  Fix symbol for seconds.
1078 2012-11-27  Glenn Morris  <rgm@gnu.org>
1080         * emacs-lisp/derived.el (derived-mode-make-docstring):
1081         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
1083 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1085         * textmodes/table.el (table-insert): Don't use `symbol-name' on
1086         lexically scoped variables (bug#13005).
1088 2012-11-27  Glenn Morris  <rgm@gnu.org>
1090         * vc/vc-hooks.el (vc-mistrust-permissions):
1091         Default to t, to avoid data-loss.  (Bug#11490)
1093 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
1095         * progmodes/python.el (python-indent-guess-indent-offset):
1096         If indentation is guessed make python-indent-offset buffer-local.
1098         Fix Imenu regression.
1099         * progmodes/python.el (python-nav-beginning-of-defun):
1100         Fix forward movement when statement(s) separates point from defun.
1101         (python-imenu-prev-index-position): New function.
1103 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
1105         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
1107         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1108         Don't set buffer-file-type.  Return nil.  (Bug#12989)
1110 2012-11-27  Glenn Morris  <rgm@gnu.org>
1112         * hippie-exp.el (hippie-expand-try-functions-list):
1113         Re-autoload it.  (Bug#12982)
1115 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
1117         * descr-text.el (describe-char-padded-string):
1118         Call internal-char-font only on GUI frames.  (Bug#11964)
1120 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
1122         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
1123         and obsoletion message.
1125 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1127         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
1128         the constructs to keep outside of the `cl-block' (bug#12977).
1130 2012-11-27  Chong Yidong  <cyd@gnu.org>
1132         * mouse.el (mouse-drag-line): Even if the line is not draggable,
1133         keep reading until we get the up-event anyway, in order to process
1134         the up-event for mouse-1-click-follows-link (Bug#12971).
1136 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1138         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
1139         base function is not yet defined (bug#12965).
1140         (ad-activate-advised-definition): Use ad-compile-function.
1141         (ad-activate): Use cond.
1143 2012-11-25  Leo Liu  <sdl.web@gmail.com>
1145         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
1146         (Bug#12979)
1148 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1150         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
1151         reftex-section-info-function in order to be compatible with
1152         Texinfo integration.
1154         * textmodes/reftex.el (reftex-section-pre-regexp)
1155         (reftex-section-post-regexp, reftex-section-info-function):
1156         New variable.
1157         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
1158         reftex-section-post-regexp, and reftex-section-info-function in order
1159         to be compatible with Texinfo integration.
1161         * textmodes/reftex-toc.el (reftex-toc-promote-action):
1162         use reftex-section-pre-regexp variable in order to be compatible with
1163         Texinfo integration.
1165 2012-11-25  Chong Yidong  <cyd@gnu.org>
1167         * faces.el: Make face-spec-set more analogous to setq.
1168         (face-spec-set): Change the third arg to specify whether this
1169         function is being called via defface, customize, or a third party.
1170         Set the appropriate symbol properties.  Clear the override spec if
1171         setting via Custom.  Initialize face if necessary.  (Bug#4988)
1172         (face-spec-recalc): Allow theme faces to completely replace the
1173         defface spec, in the same way as custom faces (Bug#8454).
1175         * cus-face.el (custom-declare-face): Move face initialization to
1176         face-spec-set.
1177         (custom-theme-set-faces): Don't initialize the face name here, as
1178         that is now done in face-spec-set.
1180         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
1181         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
1182         Simplify by using the new arg to face-spec-set.
1184         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
1185         reset face-override-spec too, and use custom-declare-face.
1187 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
1189         * term/ns-win.el (ns-initialize-window-system): Move creation of
1190         fontsets here (Bug#11964).
1192 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1194         * ses.el (ses-rename-cell): Correct bug on mode-line update after
1195         cell renaming.
1197 2012-11-24  Chong Yidong  <cyd@gnu.org>
1199         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
1200         obsolete.
1202         * custom.el (custom-theme-set-variables): Use a topological sort
1203         for ordering by custom dependencies (Bug#12952).
1204         (custom--sort-vars, custom--sort-vars-1): New functions.
1206 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1208         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
1209         lexical-binding (bug#12938).
1211 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
1213         * image-mode.el (image-transform-check-size): Use assertions only
1214         for images of type imagemagick.
1216         Otherwise no error, image-transform-fit-to-{width,height} is
1217         silently ignored, as before.  Doc fix.
1219 2012-11-24  Chong Yidong  <cyd@gnu.org>
1221         * faces.el (color-defined-p): Doc fix (Bug#12853).
1223 2012-11-24  Juri Linkov  <juri@jurta.org>
1225         * dired.el (dired-mark): Add optional arg `interactive'.
1226         Check for `use-region-p' if `interactive' is non-nil.
1227         (dired-unmark, dired-flag-file-deletion): Add optional arg
1228         `interactive'.  Call `dired-mark' with the arg `interactive'.
1229         (Bug#10624)
1231         * wdired.el: Revert 2012-10-17 change partly and replace it with
1232         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
1233         (wdired-finish-edit): Add marks for new file names to
1234         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
1235         after `revert-buffer'.
1236         (wdired-do-renames): Remove calls to `dired-remove-file',
1237         `dired-add-file', `dired-add-entry'.  (Bug#11795)
1239 2012-11-24  Alan Mackenzie  <acm@muc.de>
1241         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
1243         Fix bugs in the state cache.  Enhance a debugging mechanism.
1244         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
1245         "brace at column zero" strategy for C++.
1246         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
1247         (c-parse-state-point): New variable.
1248         (c-record-parse-state-state): Record old parse state with
1249         `copy-tree'.  Record previous value of point.
1250         (c-debug-parse-state-double-cons): New debugging function.
1251         (c-debug-parse-state): Call the above new function.
1252         (c-toggle-parse-state-debug): Output a confirmatory message.
1254         * progmodes/cc-mode.el (c-before-change, c-after-change):
1255         Call c-invalidate-state-cache from `c-before-change' instead of
1256         `c-after-change'.
1258 2012-11-23  Chong Yidong  <cyd@gnu.org>
1260         * find-cmd.el (find-constituents): Add executable, ipath,
1261         readable, samefile, writable, daystart, regextype (Bug#12856).
1263 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1265         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
1267 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1269         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
1270         definition.  This fixes a bootstrap failure.
1271         (calc-gregorian-switch): In menu, put dates before regions.
1272         This is easier to follow, lines up better in the menu, and lets us
1273         coalesce regions that switch at the same time.  Give country
1274         names, not "Vatican", as that's better for non-expert users.
1275         Use names that are stable between the date of switch and now, e.g.,
1276         Bohemia and Moravia (which existed then and now) and not
1277         Czechoslovakia (which didn't exist then and doesn't exist now).
1278         What is now the U.S. mostly did not switch at the same time as
1279         Britain, so omit the U.S.  Correct spelling of "Britain".
1280         Catholic Switzerland was too much of a mess, so omit it.
1282 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
1284         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
1285         after the variable is changed.
1287 2012-11-21  Daniel Colascione  <dancol@dancol.org>
1289         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
1290         in SQL declarations for font-lock.
1291         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
1293 2012-11-21  Glenn Morris  <rgm@gnu.org>
1295         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
1296         (face-italic-p): Add optional argument "inherit".
1298         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
1299         Remove -p suffix from names, for consistency with other set-face-*.
1300         (set-face-inverse-video): Fix interactive spec.
1301         * play/gamegrid.el (gamegrid-make-mono-tty-face):
1302         * textmodes/table.el (table--update-cell-face):
1303         Use set-face-inverse-video rather than now obsolete alias.
1305 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
1307         * simple.el (line-move): Don't call line-move-partial if
1308         scroll-conservatively is in effect.  (Bug#12927)
1310 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1312         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
1313         Fallback on completion-at-point rather than
1314         pcomplete-expand-and-complete, and only if pcomplete actually failed.
1315         (eshell-cmpl-initialize): Setup completion-at-point.
1317         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
1319         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
1321 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
1323         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
1324         are remote, check out-of-band property for both.
1326 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1328         * window.el (switch-to-buffer): Re-add the warning that was lost in the
1329         code rewrite.
1331 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1333         More minor time fixes.
1334         * calendar/time-date.el: Commentary fix.
1335         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
1336         too much other code depends on (0 0) time stamps.
1337         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
1338         Add a couple of FIXME comments.
1340         Minor cleanup for times as lists of four integers.
1341         * files.el (dir-locals-directory-cache):
1342         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
1343         Doc fixes.
1344         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
1345         * ps-bdf.el (bdf-file-newer-than-time):
1346         Process four-integers time stamps, not two.  Doc fixes.
1348 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1350         * uniquify.el (uniquify-managed): Use defvar-local.
1351         (rename-buffer, create-file-buffer): Advise with advice-add.
1352         (uniquify-unload-function): Unadvise accordingly.
1354         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
1355         (trace-buffer): Don't purecopy.
1356         (trace-entry-message, trace-exit-message): Add `context' arg.
1357         (trace--timer): New var.
1358         (trace-make-advice): Adjust for use in nadvice.
1359         Add `context' argument.  Delay `display-buffer' via a timer.
1360         (trace-function-internal): Use advice-add.
1361         (trace--read-args): New function.
1362         (trace-function-foreground, trace-function-background): Use it.
1363         (trace-function): Rename to trace-function-foreground and redefine as
1364         an alias to that new name.
1365         (untrace-function, untrace-all): Adjust to the use of nadvice.
1367         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
1369         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
1371         * subr.el (called-interactively-p-functions): New var.
1372         (internal--called-interactively-p--get-frame): New macro.
1373         (called-interactively-p, interactive-p): Rewrite in Lisp.
1374         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
1375         (called-interactively-p-functions): Use it.
1376         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
1377         (called-interactively-p-functions): Use it.
1378         * allout.el (allout-called-interactively-p): Don't assume
1379         called-interactively-p is a subr.
1381 2012-11-20  Glenn Morris  <rgm@gnu.org>
1383         * profiler.el (profiler-report-mode-map): Add a menu.
1384         No need to bind `q' because we derive from special-mode.
1385         (profiler-report-find-entry): Handle calls from the menu-bar.
1387 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1389         * emacs-lisp/byte-run.el (defun-declarations-alist):
1390         Allow a compiler-macro to be a lambda expression.
1392         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
1393         eval-when-compile.
1394         (python-syntax-context): Add compiler-macro.
1395         (python-font-lock-keywords): Simplify with De Morgan.
1397         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
1399         * files.el (load-file): Require match in minibuffer selection, as was
1400         the case in Emacs-20 before we changed the spec to allow .elc files
1401         (bug#12935).
1403         * json.el: Don't require cl since we don't use it.
1404         * color.el: Don't require cl.
1405         (color-complement): `caddr' -> `nth 2'.
1407         * calendar/time-date.el (time-to-seconds): De-obsolete.
1409 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
1411         * calc/calc-forms.el (math-leap-year-p):  Fix formula for negative
1412         year numbers.
1413         (math-date-to-julian-dt): Adjust the initial approximation for the
1414         year to deal with the new definition of the DATE.
1416 2012-11-19  Daniel Colascione  <dancol@dancol.org>
1418         * term/w32-win.el (cygwin-convert-path-from-windows):
1419         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
1421 2012-11-18  Chong Yidong  <cyd@gnu.org>
1423         * filecache.el (file-cache--read-list): New function.
1424         (file-cache-add-directory-list, file-cache-add-file-list)
1425         (file-cache-delete-file-list, file-cache-delete-directory-list):
1426         Use it to read a list of files or directories (Bug#12846).
1427         (file-cache-add-file, file-cache-add-directory)
1428         (file-cache-delete-file-list, file-cache-delete-file-regexp)
1429         (file-cache-delete-directory): Print an message.
1431 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
1433         * calc/calc-forms.el (math-date-to-dt): Use integer date when
1434         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
1436 2012-11-18  Glenn Morris  <rgm@gnu.org>
1438         * image.el (insert-image, insert-sliced-image): Doc fix.
1440 2012-11-18  Chong Yidong  <cyd@gnu.org>
1442         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
1443         (Bug#12810).
1445 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
1447         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
1448         response when the target file is in a subdirectory (Bug#12757).
1450 2012-11-18  Chong Yidong  <cyd@gnu.org>
1452         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
1454 2012-11-18  Glenn Morris  <rgm@gnu.org>
1456         * emacs-lisp/cl-lib.el (face-underline-p):
1457         Use set-face-underline rather than the alias set-face-underline-p.
1459         * window.el (with-temp-buffer-window): Doc fix.
1460         * subr.el (with-output-to-temp-buffer):
1461         Add doc xref to with-temp-buffer-window.
1463 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
1465         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
1466         * calc/calc.el (math-format-date-cache): Declare.
1468 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1470         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
1471         It also uses January 1, 1 AD as its day number 1.
1472         * calc/calc-forms.el (math-julian-date-beginning)
1473         (math-julian-date-beginning-int): Implement this.
1475 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
1477         * descr-text.el (quail-find-key):
1478         * dired.el (desktop-file-name):
1479         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
1480         * generic-x.el (comint-mode, comint-exec):
1481         * image-dired.el (widget-forward):
1482         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
1483         (speedbar-change-expand-button-char)
1484         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
1485         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
1486         * printing.el (easy-menu-add-item, easy-menu-remove-item)
1487         (widget-field-action, widget-value-set):
1488         * speedbar.el (imenu--make-index-alist):
1489         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
1490         (ring-length, ring-insert):
1491         * vcursor.el (compare-windows-skip-whitespace):
1492         * woman.el (dired-get-filename):
1493         Declare functions.
1495         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
1497 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
1499         * calc/calc.el (calc-gregorian-switch): New variable.
1501         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
1502         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
1503         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
1504         (math-leap-year-p): Add option to distinguish between Julian
1505         and Gregorian calendars.
1506         (math-day-number): Use `math-day-in-year' to do the computations.
1507         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
1508         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
1509         to do the computations.
1510         (math-date-to-dt): Use `math-date-to-julian-dt' and
1511         `math-date-to-gregorian-dt' to do the computations.
1512         (calcFunc-weekday, math-format-date-part): Use the new version of
1513         the DATE to determine the weekday.
1514         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
1515         when necessary.
1517 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
1519         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
1520         Cygwin; otherwise use 'file:'.  (Bug#12914)
1521         (cygwin-convert-path-from-windows): Declare, to avoid
1522         byte-compiler warnings.
1524 2012-11-17  Andreas Politz  <politza@fh-trier.de>
1526         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
1527         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
1528         prefix and negative numeric prefix args (Bug#12795).
1530 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
1532         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1533         Don't signal an error with a score that is too low to add to the
1534         list of top scores. (Bug#12779)
1536 2012-11-17  Chong Yidong  <cyd@gnu.org>
1538         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
1540         * filecache.el (file-cache-add-file): Handle relative file name in
1541         the argument (Bug#12694).
1543 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
1545         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
1547 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
1551         * emacs-lisp/cl-lib.el: Set more meaningful version number.
1553 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
1555         * window.el (enlarge-window, shrink-window): Don't mention return
1556         value in doc-string (Bug#12896).
1557         (window--display-buffer): Don't resize frames - it won't work
1558         with all window managers and defeat pop-up-frame-alist.
1559         (display-buffer-alist): In doc-string explain that CONDITION can
1560         be a function and which arguments are passed to it (Bug#12854).
1561         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
1562         expressions (Bug#12854).
1563         (display-buffer): Pass ACTION argument to
1564         display-buffer-assq-regexp.
1566 2012-11-16  Glenn Morris  <rgm@gnu.org>
1568         * window.el (fit-frame-to-buffer-bottom-margin)
1569         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
1571         * faces.el (face-underline-p): Use face-attribute-specified-or.
1573 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
1575         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
1577 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1579         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
1581 2012-11-16  Glenn Morris  <rgm@gnu.org>
1583         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
1584         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
1586         * faces.el (face-underline-p): Doc fix.  Handle :underline being
1587         things other than `t' (a string, a list).
1588         (face-inverse-video-p): Doc fix.
1589         (set-face-underline): Rename it back from set-face-underline-p.
1590         Doc fix.  Allow interactive input of values other than t.
1591         (read-face-attribute): Apply formatting to :underline,
1592         since like :box and :stipple it can take list values.
1594         * term.el (ansi-term): Don't let C-x escape-char binding
1595         clobber the more standard C-c binding.  (Bug#12842)
1597         * subr.el (set-temporary-overlay-map): Doc fix.
1599 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
1601         * window.el (record-window-buffer)
1602         (display-buffer-record-window): When copying the markers to
1603         window-point preserve window-point-insertion-type. (Bug#12588)
1605 2012-11-16  Glenn Morris  <rgm@gnu.org>
1607         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
1608         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
1609         Use new names for hooks rather than obsolete aliases.
1611 2012-11-15  Daniel Colascione  <dancol@dancol.org>
1613         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
1614         prefix instead of "file:" so that when FILE-NAME begins with "//",
1615         as it does when the target file is on a network share, url-handler
1616         isn't confused.
1618 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1620         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
1621         a preactivated advice from an old advice.el; they're not compatible!
1623 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1625         * emacs-lisp/nadvice.el (advice--make-interactive-form):
1626         Fix string-spec case.
1628         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
1630 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1632         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
1633         (advice--buffer-local-function-sample): New var.
1634         (advice--set-buffer-local, advice--buffer-local): New functions.
1635         (add-function, remove-function): Use them.
1637 2012-11-15  Drew Adams  <drew.adams@oracle.com>
1639         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
1641 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1643         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
1644         potential binding of print-gensym to t, and prettify (back)quotes in
1645         case they appear in args's default values (bug#12884).
1647 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1649         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
1650         (advice-eval-interactive-spec): New function.
1651         (advice--make-interactive-form): Support around advice (bug#12844).
1653 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
1655         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
1656         more strict.  Add docstring.
1657         (ruby-expression-expansion-re): Extract from
1658         `ruby-match-expression-expansion'.
1659         (ruby-syntax-propertize-function): After everything else, search
1660         for expansions in string literals, mark their insides as
1661         whitespace syntax and save match data for font-lock.
1662         (ruby-font-lock-keywords): Use the 2nd group from expression
1663         expansion matches.
1664         (ruby-match-expression-expansion): Use the match data saved to the
1665         text property in ruby-syntax-propertize-function.
1667 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1669         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
1670         (bug#12879).
1672 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1674         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
1675         start/end keyword a bit harder.  Works with different values of N.
1676         Add more comments.
1677         (ruby-end-of-block): Update accordingly.
1679 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1681         * woman.el (woman-file-name): Don't mess with unread-command-events
1682         (bug#12861).
1684         * emacs-lisp/advice.el: Layer on top of nadvice.el.
1685         Remove out of date self-require hack.
1686         (ad-do-advised-functions): Use simple `dolist'.
1687         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
1688         (ad-advice-definition): Redefine as functions.
1689         (ad-advice-classes): Move before first use.
1690         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
1691         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
1692         (ad--defalias-fset): Remove functions.
1693         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
1694         (ad-get-orig-definition): Rewrite.
1695         (ad-make-advised-definition-docstring): Change base docstring.
1696         (ad-real-orig-definition): Rewrite.
1697         (ad-map-arglists): Change name of called function.
1698         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
1699         (ad-make-advised-definition): Simplify.
1700         (ad-assemble-advised-definition): Tweak for new calling context.
1701         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
1702         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
1703         function and call ad-activate if needed.
1704         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
1705         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
1706         (ad-compile-function): Compile ad-Advice-*.
1707         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
1708         (ad-start-advice, ad-stop-advice): Remove.
1710 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1712         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
1713         period before class method names, not after.  Remove handling of
1714         one impossible case.  Add comments.
1716 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1718         * emacs-lisp/advice.el: Remove support for freezing.
1719         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
1720         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
1721         Remove support for `freeze'.
1723         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
1724         override the default.
1725         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
1726         cl--dotimes/dolist.
1727         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
1728         `cl' is loaded.
1730         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
1731         from add-advice.
1732         (advice--strip-macro): New function.
1733         (advice--defalias-fset): Use them to handle macros.
1734         (advice-add): Use them.
1735         (advice-member-p): Correctly handle macros.
1737 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1739         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1740         Never font-lock the beginning of singleton class as heredoc.
1742 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1744         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
1746 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
1748         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
1749         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
1750         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
1752 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
1754         Fix end-of-defun misbehavior.
1755         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
1756         python-beginning-of-defun-function.  Handle nested defuns
1757         correctly.
1758         (python-nav-end-of-defun): Rename from
1759         python-end-of-defun-function.  Ensure forward movement.
1760         (python-info-current-defun): Reimplement to work as intended
1761         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
1762         parent defuns as soon as possible.
1764 2012-11-13  Glenn Morris  <rgm@gnu.org>
1766         * progmodes/flymake.el (flymake-error-bitmap)
1767         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
1768         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
1770 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
1772         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
1773         backward, always stop at indentation.  Reverts the change from
1774         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
1776 2012-11-13  Glenn Morris  <rgm@gnu.org>
1778         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
1779         Add ibuffer-filter-by-derived-mode.
1781         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
1782         the same name shadowing each other.
1784         * window.el (with-temp-buffer-window): Doc tweak.
1786         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
1788         * help.el (temp-buffer-max-height):
1789         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
1790         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
1792 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1794         * emacs-lisp/nadvice.el: New package.
1795         * subr.el (special-form-p): New function.
1796         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
1797         (elp-all-instrumented-list): Remove var.
1798         (elp-not-profilable): Remove elp-wrapper.
1799         (elp-profilable-p): Use autoloadp and special-form-p.
1800         (elp--advice-name): New const.
1801         (elp-instrument-function): Use advice-add.
1802         (elp--instrumented-p): New predicate.
1803         (elp-restore-function): Use advice-remove.
1804         (elp-restore-all, elp-reset-all): Use mapatoms.
1805         (elp-set-master): Use elp--instrumented-p.
1806         (elp--make-wrapper): Rename from elp-wrapper, return a function
1807         suitable for advice-add.  Use cl-inf.
1808         (elp-results): Use mapatoms+elp--instrumented-p.
1809         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
1810         (debug-function-list): Remove var.
1811         (debug): Rename arg, and then let-bind it explicitly inside.
1812         (debugger-setup-buffer): Rename arg.
1813         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
1814         (debugger-frame-number): Adjust to new debug-on-entry setup.
1815         (debug--implement-debug-on-entry): Rename from
1816         implement-debug-on-entry, add argument.
1817         (debugger-special-form-p): Remove, use special-form-p instead.
1818         (debug-on-entry): Use advice-add.
1819         (debug--function-list): New function.
1820         (cancel-debug-on-entry): Use it, along with advice-remove.
1821         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
1822         (debugger-list-functions): Use debug--function-list instead of
1823         debug-function-list.
1824         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
1825         (ad-special-form-p): Remove, use special-form-p instead.
1826         (ad-set-advice-info): Use add-function and remove-function.
1827         (ad--defalias-fset): Adjust accordingly.
1829 2012-11-10  Glenn Morris  <rgm@gnu.org>
1831         * mail/emacsbug.el (report-emacs-bug-tracker-url)
1832         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
1833         (report-emacs-bug-create-existing-bugs-buffer)
1834         (report-emacs-bug-parse-query-results)
1835         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
1837         * term.el (term-default-fg-color, term-default-bg-color):
1838         Make obsolete, rather than just saying "deprecated" in the doc.
1840         * term.el (term): Rename from `term-face'.
1841         (term-current-face, ansi-term-color-vector)
1842         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
1843         Update all users.
1845 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
1847         * server.el (server-create-window-system-frame): Handle Nextstep
1848         specially (Bug#12780).
1850 2012-11-10  Glenn Morris  <rgm@gnu.org>
1852         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1853         Unautoload, and make obsolete.  (Bug#7449)
1855 2012-11-10  Chong Yidong  <cyd@gnu.org>
1857         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
1858         rename from diff-remove-trailing-whitespace (Bug#12831).
1860 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1862         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
1863         miscompilation of trace.el.
1865 2012-11-10  Glenn Morris  <rgm@gnu.org>
1867         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
1869 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
1872         (bug#12812).
1874 2012-11-10  Chong Yidong  <cyd@gnu.org>
1876         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
1877         a defcustom with an appropriate :set function.
1878         (minibuffer-default--in-prompt-regexps): New function.
1880 2012-11-10  Glenn Morris  <rgm@gnu.org>
1882         * emacs-lisp/cl.el (define-setf-expander, defsetf)
1883         (define-modify-macro): Doc fixes.
1885         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
1886         (gv-define-simple-setter): Update doc of `fix-return'.
1888 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1890         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
1891         twice when `fix-return' is set (bug#12813).
1893         * emacs-lisp/cl.el (defsetf): Pass the third arg to
1894         gv-define-simple-setter (bug#12812).
1896         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
1897         (bug#12756).
1899 2012-11-10  Glenn Morris  <rgm@gnu.org>
1901         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
1903         * emacs-lisp/cl-extra.el (cl-prettyexpand):
1904         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
1905         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
1906         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
1908         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
1910 2012-11-10  Leo Liu  <sdl.web@gmail.com>
1912         * ido.el (ido-set-matches-1): Improve flex matching performance by
1913         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
1915 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1917         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
1918         (ad--defalias-fset): New function.
1919         (ad-safe-fset): Remove.
1920         (ad-make-freeze-definition): Use cl-letf*.
1922 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1924         * subr.el (dolist): Don't bind VAR in RESULT.
1926         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
1927         (fset, documentation): Don't save real def since we don't advise.
1928         (ad-do-advised-functions): Remove problematic `result-form'.
1929         (ad-safe-fset): `ad-real-fset' => `fset'.
1930         (ad-read-advised-function): Don't assume that ad-do-advised-functions
1931         uses CL's dolist internally.
1932         (ad-arglist): Remove unused arg `name'.
1933         (ad-docstring, ad-make-advised-docstring):
1934         `ad-real-documentation' => `documentation'.
1935         (warning-suppress-types): Declare.
1936         (ad-set-arguments): Simple CSE.
1937         (ad-recover-normality): Sanity check.
1939         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
1940         (funcall '(lambda ..) ..) into ((lambda ..) ..).
1942 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1944         * ses.el: symbol to coordinate mapping is made by symbol property
1945         `ses-cell'.  This means that the same mapping is done for all SES
1946         sheets.  That is good enough for cells with standard A1 names, but
1947         not for named cell.  So a hash map is added for the latter.
1948         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
1949         (ses-sym-rowcol): Use hashmap for named cell.
1950         (ses-is-cell-sym-p): New defun.
1951         (ses-decode-cell-symbol): New defun.
1952         (ses-create-cell-variable): Add cell to hashmap when name is not
1953         A1-like.
1954         (ses-rename-cell): Check that cell new name is not already in
1955         spreadsheet with the use of ses-is-cell-sym-p
1956         (ses-rename-cell): Use hash map for named cells, but accept also
1957         renaming back to A1-like.
1959 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1961         * emacs-lisp/advice.el: Use new dynamic docstrings.
1962         (ad-make-advised-definition-docstring, ad-advised-definition-p):
1963         Use dynamic-docstring-function instead of ad-advice-info.
1964         (ad--make-advised-docstring): New function extracted from
1965         ad-make-advised-docstring.
1966         (ad-make-advised-docstring): Use it.
1967         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
1968         from sql-help.
1969         (sql-help): Use it with dynamic-docstring-function.
1971         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
1973 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1975         * files.el (hack-one-local-variable--obsolete): New function.
1976         (hack-one-local-variable): Use it for obsolete settings.
1978         * subr.el (locate-user-emacs-file): If both old and new name exist, use
1979         the new name.
1981         * progmodes/js.el (js--filling-paragraph): New var.
1982         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
1983         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
1984         less sneaky.
1986 2012-11-08  Julien Danjou  <julien@danjou.info>
1988         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
1989         `auto-mode-alist' (Bug#12835).
1991 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1993         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
1994         (perl--prettify-symbols-alist): New const.
1995         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
1996         New functions.
1997         (perl-font-lock-keywords-2): Use them.
1998         (perl-electric-noindent-p): New function.
1999         (perl-mode): Use it to set up electric-indent-mode.
2000         (perl-electric-terminator, perl-indent-command): Mark obsolete.
2001         (perl-mode-map): Remove bindings for them.
2002         (perl-imenu-generic-expression, perl-outline-level):
2003         Match functions&packages in column>0.
2005         * env.el (env--substitute-vars-regexp): New const.
2006         (substitute-env-vars): Use it.  Add `only-defined' arg.
2007         * net/tramp.el (tramp-replace-environment-variables): Use it.
2009         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
2010         Byte-compile *before* eval in eval-and-compile.
2011         (byte-compile-log-warning): Remove redundant inhibit-read-only.
2012         (byte-compile-file-form-autoload): Don't hide actual definition.
2013         (byte-compile-maybe-guarded): Accept `functionp' as well.
2015         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
2017 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
2019         * notifications.el (notifications-get-server-information-method):
2020         New defconst.
2021         (notifications-get-capabilities): Fix docstring.
2022         (notifications-get-server-information): New defun.
2024 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2026         * textmodes/ispell.el (ispell-region): Standard re-indent for better
2027         readability.
2029         * textmodes/ispell.el: Experimental support for support debugging.
2030         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
2031         buffer for ispell.
2032         (ispell-print-if-debug): New function to print stuff to
2033         `ispell-debug-buffer' if debugging is enabled.
2034         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
2035         show some debugging info.
2036         (ispell-buffer-with-debug): New function that creates a debugging
2037         buffer and calls `ispell-buffer' with debugging enabled.
2039         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
2040         comment in autoconf mode. (Bug#12768)
2042 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
2044         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
2045         frame-first-window, frame-root-window, frame-selected-window,
2046         minibuffer-selected-window, minibuffer-window,
2047         window-absolute-pixel-edges, window-at, window-body-height,
2048         window-body-width, window-display-table, window-combination-limit,
2049         window-frame, window-fringes, window-inside-absolute-pixel-edges,
2050         window-inside-edges, window-inside-pixel-edges, window-left-child,
2051         window-left-column, window-margins, window-next-buffers,
2052         window-next-sibling, window-new-normal, window-new-total,
2053         window-normal-size, window-parameter, window-parameters, window-parent,
2054         window-pixel-edges, window-point, window-prev-buffers,
2055         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
2056         window-start, window-text-height, window-top-child, window-top-line,
2057         window-total-height, window-total-width and window-use-time to the list
2058         of functions without side-effects.
2059         (toplevel): Add window-valid-p to the list of error-free functions
2060         without side-effects.
2062 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2064         * textmodes/ispell.el (ispell-program-name):
2065         Update spellchecker parameters when customized.
2067 2012-11-04  Glenn Morris  <rgm@gnu.org>
2069         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
2071 2012-11-04  Chong Yidong  <cyd@gnu.org>
2073         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
2074         same-window-* variables.
2076 2012-11-04  Juri Linkov  <juri@jurta.org>
2078         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
2079         (isearch-describe-key, isearch-describe-mode): Use a display
2080         action instead of binding same-window-* variables (Bug#10040).
2082 2012-11-03  Glenn Morris  <rgm@gnu.org>
2084         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
2085         Rename handler properties back from cl-- to cl-.  (Bug#12788)
2087         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
2089 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
2091         * term/pc-win.el: Don't load term/internal from here.
2093         * loadup.el: Load term/internal from here.
2095 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
2097         * progmodes/python.el (inferior-python-mode): Fix hang in
2098         jit-lock (Bug#12645).
2100 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
2102         * window.el (switch-to-visible-buffer)
2103         (switch-to-buffer-preserve-window-point): Fix doc-strings.
2105 2012-11-03  Glenn Morris  <rgm@gnu.org>
2107         * emacs-lisp/cl-lib.el (cl--random-time):
2108         Rename from cl-random-time.  (Bug#12773)
2109         (cl--gensym-counter, cl--random-state): Update callers.
2110         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
2112 2012-11-03  Chong Yidong  <cyd@gnu.org>
2114         * cus-start.el: Make cursor-type customizable (Bug#11633).
2116 2012-11-02  Glenn Morris  <rgm@gnu.org>
2118         * filecache.el: No need to load find-lisp when compiling.
2119         (find-lisp-find-files): Autoload it.
2120         (file-cache-add-directory-recursively): Don't require find-lisp.
2122         * image.el (image-type-from-file-name): Trivial simplification.
2124         * emacs-lisp/bytecomp.el (byte-compile-eval):
2125         Decouple "noruntime" and "cl-functions" warnings.
2127 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
2129         * play/gomoku.el (gomoku-display-statistics): Update mode line
2130         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
2132 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
2134         * window.el (quit-restore-window): If the window has been
2135         created on an existing frame and ended up as the sole window on
2136         that frame, do not delete it (Bug#12764).
2138 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2140         * progmodes/sh-script.el (sh--inside-noncommand-expression):
2141         Rename from sh--inside-arithmetic-expression, handle more cases
2142         (bug#11263).
2144         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
2145         (sh-font-lock-open-heredoc): Use it (bug#12770).
2147 2012-10-30  Glenn Morris  <rgm@gnu.org>
2149         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
2151         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
2153 2012-10-29  Chong Yidong  <cyd@gnu.org>
2155         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
2156         function key is stored in a keyboard macro (Bug#4894).
2158         * thingatpt.el (number-at-point): Apply a thing-at-point property.
2160 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2162         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
2163         header comments".
2164         (diff-unified->context, diff-context->unified)
2165         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
2167         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
2169         * files.el (find-alternate-file): Only ask one question (bug#12487).
2171 2012-10-29  Chong Yidong  <cyd@gnu.org>
2173         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
2174         Suggested by Dan Nicolaescu (Bug#6326).
2176         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
2178         * startup.el (fancy-about-screen): Don't message (Bug#12680).
2180         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
2182         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
2184         * face-remap.el (face-remap-add-relative): Handle the case where a
2185         face-remapping-alist entry is a cons cell (Bug#12762).
2187 2012-10-29  Kevin Ryde  <user42@zip.com.au>
2189         * woman.el (woman-parse-numeric-value): Handle picas correctly
2190         (Bug#12639).
2192 2012-10-29  Glenn Morris  <rgm@gnu.org>
2194         * emacs-lisp/cl.el (defsetf): Doc fix.
2196 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2198         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
2199         syntax to the matching opener, if any (bug#12547).
2200         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
2201         matching open as a "case-(".
2202         (sh-smie-rc-grammar): Add a corresponding rule for it.
2204 2012-10-28  Daniel Hackney  <dan@haxney.org>
2206         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
2207         "PKGNAME-autoloads.el" in case we created it.
2209 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2211         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
2212         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
2213         (completion--twq-all): Disable too-strict assertions.
2215         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
2217 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
2219         * profiler.el (profiler-report-make-entry-part): Fix help-echo
2220         text to match the real keybindings.
2222 2012-10-27  Juri Linkov  <juri@jurta.org>
2224         * wdired.el (wdired-keep-marker-rename): New defcustom.
2225         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
2226         (Bug#11795)
2228         * dired.el (dired-keep-marker-rename): Add reference to
2229         `wdired-keep-marker-rename' in the docstring.
2230         Add default character value ?R to display initially in
2231         Customization UI instead of ?@.
2233 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
2235         * window.el (display-buffer): In doc-string describe
2236         window-height and window-width alist entries.
2238         * time.el (display-time-world): Restore fit-window-to-buffer
2239         behavior.
2241 2012-10-27  Chong Yidong  <cyd@gnu.org>
2243         * subr.el (insert-buffer-substring-as-yank): Doc fix.
2245 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
2247         * minibuffer.el (completion-category-overrides): New completion
2248         category `bookmark' (bug#11131).
2250 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2252         * emacs-lisp/advice.el (ad-assemble-advised-definition):
2253         Silence bogus compiler warnings for ad-do-it.
2255         * bookmark.el (bookmark-completing-read): Set the completion category
2256         to `bookmark' (bug#11131).
2258 2012-10-26  Bastien  <bzg@altern.org>
2259             Stefan Monnier  <monnier@iro.umontreal.ca>
2261         * face-remap.el: Use lexical-binding.
2262         (text-scale-adjust): Improve docstring.  Use itself for the temporary
2263         overlay-map bindings, so as to repeat the "Use..." message each time.
2265 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2267         * emacs-lisp/macroexp.el (macroexp--expand-all):
2268         Obey byte-compile-warning-enabled-p (bug#12486).
2270         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
2271         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
2273 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
2275         * mouse.el (mouse-drag-line): Move last form into preceding when
2276         clause (Bug#12731).
2278         * help.el (resize-temp-buffer-window): Fix doc-string.
2280 2012-10-25  David Engster  <deng@randomsample.de>
2282         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
2283         Remove.  This feature is already integrated in imenu.
2285         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
2286         always loaded.  Require `speedbar' unconditionally.
2288 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2290         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
2292         * minibuffer.el (minibuffer-force-complete): Fix thinko.
2294         * net/ldap.el (ldap-search-internal): The official ldif format starts
2295         with a "version: 1" header (bug#12724).
2297         * emacs-lisp/package.el (package-installed-p): Warn if not ready
2298         (bug#12721).
2300 2012-10-25  Glenn Morris  <rgm@gnu.org>
2302         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
2304 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2306         * minibuffer.el (minibuffer-force-complete): Use one more marker
2307         for the temporary-overlay-map command (bug#12619).
2309 2012-10-24  Chong Yidong  <cyd@gnu.org>
2311         * time.el (display-time-world-mode): Derive from special-mode.
2312         (display-time-world): Use display-buffer (Bug#12708).
2313         (display-time-world-mode-map): Variable deleted.
2314         (display-time-world-display): Wrap the final delete-char inside
2315         inhibit-read-only.
2317 2012-10-24  Chong Yidong  <cyd@gnu.org>
2319         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
2320         Doc fix.
2322         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
2324 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2326         * minibuffer.el (completion--all-sorted-completions-location): New var.
2327         (completion--cache-all-sorted-completions)
2328         (completion--flush-all-sorted-completions): Use it.
2329         (completion-in-region, completion-in-region--postch)
2330         (completion-at-point, completion-help-at-point): Use markers in
2331         completion-in-region--data (bug#12619).
2333 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2335         * progmodes/compile.el (compilation-start): Try to handle common
2336         quoting of `cd' argument (bug#12640).
2338         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
2339         (bug#12671).
2341 2012-10-23  Glenn Morris  <rgm@gnu.org>
2343         * progmodes/gud.el (gud-menu-map):
2344         Check gdb-active-process is bound.  (Bug#12358)
2346 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2348         * repeat.el (repeat): Set real-this-command (bug#12232).
2350         * htmlfontify.el (hfy-post-html-hook):
2351         * filesets.el (filesets-cache-fill-content-hook):
2352         * arc-mode.el (archive-extract-hook):
2353         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
2354         * net/rcirc.el (rcirc-sentinel-functions)
2355         (rcirc-receive-message-functions, rcirc-activity-functions)
2356         (rcirc-print-functions):
2357         * net/dbus.el (dbus-event-error-functions):
2358         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
2359         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
2360         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
2361         * term/sun.el (sun-raw-prefix-hooks):
2362         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
2364 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
2366         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2367         Set `tramp-chunksize' to 1.  This improves the performance.
2368         (tramp-smb-wait-for-output): Add timeout to
2369         `tramp-accept-process-output' calls.
2371 2012-10-23  Chong Yidong  <cyd@gnu.org>
2373         * faces.el (font-list-limit): Define as an obsolete variable.
2375         * startup.el (command-line):
2376         * cus-start.el: Don't refer to font-list-limit.
2378         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
2380 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2382         * subr.el (internal-temp-output-buffer-show): Rename from
2383         temp-output-buffer-show, since previously compiled files expect this name.
2385 2012-10-23  Glenn Morris  <rgm@gnu.org>
2387         * image.el (image-type-from-file-name): If multiple types match,
2388         return the first one that is supported.  (Bug#9045)
2390 2012-10-22  Glenn Morris  <rgm@gnu.org>
2392         * image.el (imagemagick-enabled-types): Doc fix.
2394 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
2396         * progmodes/which-func.el (which-func-current): The hash-table may have
2397         an explicit nil (bug#12338).
2399 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2401         * electric.el (electric-pair-delete-selection-self-insert-function):
2402         Rename to electric-pair-will-use-region, return a boolean.
2403         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
2405         * delsel.el (delete-selection-helper): Use a function instead of a hook.
2406         (delete-selection-pre-hook): Use use-region-p.
2407         (delete-selection-self-insert-function): Remove.
2408         (self-insert-command): Obey self-insert-uses-region-functions.
2409         (self-insert-iso): Revert to previous setting, since we don't actually
2410         know what that command does.
2411         (delete-selection-self-insert-hooks): Remove.
2413 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
2415         * delsel.el (delete-selection-helper): New function, extracted from
2416         delete-selection-pre-hook.
2417         (delete-selection-pre-hook): Use it.
2418         (delete-selection-self-insert-function): New function.
2419         (delete-selection-self-insert-hooks): New hook.
2420         (self-insert-command, self-insert-iso): Use it.
2421         * electric.el (electric-pair-syntax): New function, extracted from
2422         electric-pair-post-self-insert-function.
2423         (electric-pair-post-self-insert-function): Use it.
2424         (electric-pair-delete-selection-self-insert-function): New function.
2425         (electric-pair-mode): Require delsel and setup
2426         delete-selection-self-insert-hooks (bug#11520).
2428 2012-10-20  Chong Yidong  <cyd@gnu.org>
2430         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
2431         no changes to show (Bug#12586).
2433         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
2434         list explicitly (Bug#12571).
2436 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
2438         * progmodes/flymake.el (flymake-create-temp-inplace):
2439         Use file-truename.
2441 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
2443         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
2445 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
2447         * calc/calc-units.el (math-extract-units): Properly extract powers
2448         of units.
2450 2012-10-20  Daniel Colascione  <dancol@dancol.org>
2452         * frame.el (make-frame): Set x-display-name as we used to in order
2453         to unbreak creating an X11 frame from an Emacs daemon started
2454         without a display.
2456 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2458         * minibuffer.el (minibuffer-force-complete): Make the next completion use
2459         the same completion-field (bug#12221).
2461 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
2463         * emacs-lisp/debug.el (debug): Record height of debugger window
2464         also when debugger will be back (Bug#8789).
2466 2012-10-18  Chong Yidong  <cyd@gnu.org>
2468         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2469         Convert to defcustom.
2470         (gdb-get-source-file): Don't bind pop-up-windows.
2472         * progmodes/gud.el (gud-display-line): Don't specially re-use
2473         other frames for the gdb-mi case (Bug#12648).
2475 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2477         * emacs-lisp/advice.el: Clean up commentary a bit.
2478         (ad-do-advised-functions, ad-with-originals): Use `declare'.
2479         (byte-code-function-p): Never redefine.
2481         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
2483 2012-10-18  Glenn Morris  <rgm@gnu.org>
2485         * dired.el (dired-sort-toggle): Some ls implementations only allow
2486         a single option string.  (Bug#12666)
2488         * minibuffer.el (completion-cycle-threshold): Doc fix.
2490 2012-10-17  Kenichi Handa  <handa@gnu.org>
2492         * international/mule.el (set-keyboard-coding-system):
2493         Recover input meta mode when the new coding system doesn not use 8-bit.
2494         Supply TERMINAL arg to set-input-meta-mode.
2496 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>
2498         * wdired.el (wdired-old-marks): New variable.
2499         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
2500         (wdired-do-renames): Move point with renamed file and don't lose
2501         mark status (Bug#11795).
2503 2012-10-16  Juri Linkov  <juri@jurta.org>
2505         * replace.el (query-replace-help): Mention multi-buffer replacement
2506         keys in the Help message.  (Bug#12655)
2508 2012-10-15  Chong Yidong  <cyd@gnu.org>
2510         * emacs-lisp/byte-run.el (defsubst): Doc fix.
2512 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
2514         * window.el (display-buffer): Doc fix.
2516         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2517         Adjust the msft regexp to the output of Studio 2010, and move msft
2518         before edg-1.  See the discussion on emacs-devel,
2519         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
2520         for the details.
2522 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2524         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
2525         (oset): Move uses of object-class-fast macro after its definition.
2527         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
2529 2012-10-13  Chong Yidong  <cyd@gnu.org>
2531         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
2532         enabled, re-enable it (Bug#11963).
2534 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
2536         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
2537         non-nil, restore window configuration (Bug#12623).
2539 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2541         * help-fns.el (describe-variable, describe-function-1):
2542         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
2544         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
2546 2012-10-12  Glenn Morris  <rgm@gnu.org>
2548         * mail/rmailsum.el (rmail-header-summary):
2549         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
2551 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
2553         * progmodes/python.el (python-mode-map):
2554         Replace subtitute-key-definition with proper command remapping.
2555         (python-nav--up-list): Fix behavior for blocks on the same level.
2557 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
2561         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
2562         changes to the format of load-history.
2564         * international/mule-cmds.el (read-char-by-name): Move let-binding of
2565         completion-ignore-case in case that var is buffer-local (bug#12615).
2567 2012-10-11  Kenichi Handa  <handa@gnu.org>
2569         * international/eucjp-ms.el: Re-generated.
2571 2012-10-10  Kenichi Handa  <handa@gnu.org>
2573         * select.el (xselect--encode-string): If a coding is specified for
2574         selection, and that is compatible with COMPOUND_TEXT, use it.
2576 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
2578         * window.el (switch-to-buffer-preserve-window-point): New option.
2579         (switch-to-buffer):
2580         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
2582 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2584         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
2585         Don't document nil as a useful value (bug#12583).
2587 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
2589         * net/tramp.el (tramp-debug-message):
2590         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
2591         (with-tramp-progress-reporter): Rename from
2592         `tramp-with-progress-reporter'.
2593         (with-tramp-file-property, with-tramp-connection-property):
2594         Move from tramp-cache.el, rename from `with-file-property' and
2595         `with-connection-property', respectively.
2597         * net/tramp-cache.el: Remove `with-file-property' and
2598         `with-connection-property'.
2600         * net/tramp.el:
2601         * net/tramp-gvfs.el:
2602         * net/tramp-sh.el:
2603         * net/tramp-smb.el: Adapt callees.
2605         * net/trampver.el: Update release number.
2607 2012-10-09  Glenn Morris  <rgm@gnu.org>
2609         * w32-fns.el (set-message-beep):
2610         * term/w32-win.el (set-message-beep): Update declarations.
2612 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2614         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
2615         (mode-line-widen, mode-line-input-method-map)
2616         (mode-line-coding-system-map, mode-line-remote)
2617         (mode-line-unbury-buffer, mode-line-bury-buffer)
2618         (mode-line-next-buffer, mode-line-previous-buffer):
2619         Replace save-selected-window+select-window => with-selected-window.
2621         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
2622         * progmodes/cc-vars.el (bq-process): Remove, unused.
2624         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
2626 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
2628         Implemented `backward-up-list'-like navigation.
2629         * progmodes/python.el (python-nav-up-list)
2630         (python-nav-backward-up-list): New functions.
2631         (python-mode-map): Define substitute key for backward-up-list to
2632         python-nav-backward-up-list.
2634 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
2636         * progmodes/python.el (python-fill-paragraph): Rename from
2637         python-fill-paragraph-function.  Fixed fill-paragraph for
2638         decorators (Bug#12605).
2640 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
2642         * progmodes/python.el (python-shell-output-filter): Handle extra
2643         carriage return in OSX (Bug#12409).
2645 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
2647         Fix shell handling of unbalanced quotes and parens in output.
2648         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
2649         (python-syntax-propertize-function): Use it.
2650         (python-shell-output-syntax-table): New var.
2651         (inferior-python-mode): Prevent unbalanced parens/quotes from
2652         previous output mess with current input context.
2654 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
2656         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
2657         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
2659 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
2661         * ffap.el (ffap-replace-file-component): Support Tramp file name
2662         syntax, not only ange-ftp's one.
2664 2012-10-08  Glenn Morris  <rgm@gnu.org>
2666         * cus-start.el (message-log-max): Set :version.
2668         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
2670 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
2672         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
2673         the minibuffer window (Bug#10851).
2675 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
2677         Enhancements on forward-sexp movement.
2678         * progmodes/python.el (python-nav-beginning-of-statement)
2679         (python-nav-end-of-statement): Return point-marker.
2680         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
2681         (python-info-current-symbol)
2682         (python-info-statement-starts-block-p): Rename from
2683         python-info-beginning-of-block-p.
2684         (python-info-statement-ends-block-p): Rename from
2685         python-info-end-of-block-p.
2686         (python-info-beginning-of-statement-p)
2687         (python-info-end-of-statement-p)
2688         (python-info-beginning-of-block-p, python-info-end-of-block-p):
2689         New functions.
2691 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2693         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
2694         frame-selected-windows.
2696 2012-10-08  Daniel Colascione  <dancol@dancol.org>
2698         * battery.el (battery-status-function): Check for
2699         w32-battery-status itself, not system-time windows-nt.
2701         * frame.el: Require cl-lib.
2702         (display-format-alist): New variable mapping frame types to
2703         functions that initialize them.
2704         (window-system-for-display): New function: interprets
2705         display-format-alist.
2706         (make-frame-on-display): Remove existing display-selection logic
2707         and just forward to make-frame, which will now DTRT.
2708         (make-frame): Restructure to use window-system-for-display to
2709         figure out how to create a frame on a given display.
2710         (display-mouse-p): Look for frame-type w32, not a particular
2711         system-type.
2713         * loadup.el: Load w32 lisp code when we have the w32 feature.
2715         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
2716         system-type windows-nt.
2718         * server.el (server-create-window-system-frame): Look for window
2719         type.
2720         (server-proces-filter): Only force a window system when windows-nt
2721         _and_ w32.  Explain why.
2723         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
2724         of window systems we configure for the mode.
2726         * startup.el (command-line): Mark window system is initialized
2727         after we've done it.
2729         * common-win.el (x-select-text): Look for w32, not windows-nt.
2731         * ns-win.el: Require cl-lib.  Add ourselves to
2732         display-format-alist.
2733         (ns-initialize-window-system): Assert we're not initialized twice.
2735         * w32-win.el: Enable lexical binding; require cl-lib; add
2736         ourselves to display-format-alist.
2737         (w32-handle-dropped-file): Convert incoming dropped files from
2738         Windows paths to Cygwin ones before passing them on to the rest of
2739         Emacs.
2740         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
2741         (w32-initialize-window-system): Assert we're not initialized twice.
2743         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
2744         (x-initialize-window-system): Assert we're not initialized twice.
2746         * w32-common-fns.el: New File.
2747         (w32-version, w32-using-nt, w32-get-clipboard-data)
2748         (w32-set-clipboard-data, x-set-selection, x-get-selection)
2749         (w32-charset-info-alist, x-last-selected, text)
2750         (x-get-selection-value, x-selection-value): Move here.
2752         * w32-fns.el: Require w32-common-fns.
2753         (w32-version, w32-using-nt, w32-get-clipboard-data)
2754         (w32-set-clipboard-data, x-set-selection, x-get-selection)
2755         (w32-charset-info-alist, x-last-selected, text)
2756         (x-get-selection-value, x-selection-value): Move to
2757         w32-common-fns.
2759         * w32-vars.el:
2760         (w32-allow-system-shell, w32-system-shells): Define only in
2761         non-cygwin case.
2763 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2765         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
2766         (read-passwd): Remove a few more potential sources of leaks.
2768 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
2770         * progmodes/python.el (inferior-python-mode)
2771         (python-shell-make-comint): Fix initialization of local
2772         variables copied from parent buffer.
2774 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
2776         * term/ns-win.el (ns-read-file-name): Update declaration to match
2777         nsfns.m.
2778         (ns-respond-to-change-font): Change fontsize separatly so we are sure
2779         it is set when font is acted upon.
2781 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
2783         Enhancements to indentation.
2784         * progmodes/python.el (python-indent-context): Give priority to
2785         inside-string context.  Make comments indentation markers.
2786         (python-indent-region): Do not mess with strings, unless it's the
2787         enclosing set of quotes.
2789 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2791         * window.el (internal--before-save-selected-window)
2792         (internal--after-save-selected-window): New functions extracted from
2793         save-selected-window.  Make sure we return the `alist' we construct.
2794         (save-selected-window): Use them.
2796         * textmodes/tex-mode.el (tex-recenter-output-buffer):
2797         Use with-selected-window.
2799         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
2800         forms that define macros (bug#12593).
2802 2012-10-07  Kenichi Handa  <handa@gnu.org>
2804         * international/mule-conf.el (compound-text-with-extensions):
2805         Add :mime-charset property as x-ctext.
2807 2012-10-07  Stefan Merten  <smerten@oekonux.de>
2809         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2810         (rst-indent-literal-normal, rst-indent-literal-minimized)
2811         (rst-indent-comment): Correct :version tag.
2812         (rst-official-cvs-rev): Correct version string.
2814 2012-10-07  Glenn Morris  <rgm@gnu.org>
2816         * mail/rmailmm.el (rmail-mime-process-multipart):
2817         Do not confuse a multipart message with an epilogue
2818         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
2820 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
2822         Fix shell output retrieval and comint-prompt-regexp init.
2823         * progmodes/python.el (inferior-python-mode):
2824         (python-shell-make-comint): Fix initialization of
2825         comint-prompt-regexp from copied file local variables.
2826         (python-shell-fetched-lines): Remove var.
2827         (python-shell-output-filter-in-progress): Rename from
2828         python-shell-fetch-lines-in-progress.
2829         (python-shell-output-filter-buffer): Rename from
2830         python-shell-fetch-lines-string.
2831         (python-shell-fetch-lines-filter): Delete function.
2832         (python-shell-output-filter): New function.
2833         (python-shell-send-string-no-output): Use them.
2835 2012-10-07  Glenn Morris  <rgm@gnu.org>
2837         * hi-lock.el (hi-lock-process-phrase):
2838         Try to make it less fragile.  (Bug#7161)
2840         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
2842 2012-10-06  Glenn Morris  <rgm@gnu.org>
2844         * ehelp.el (electric-help-mode): Use help-mode rather than
2845         non-existent mode `help'.
2846         (electric-help-map): Use button-buffer-map.  (Bug#10917)
2848         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
2849         (reftex-create-bibtex-footer): Fix custom types.
2851         * progmodes/sh-script.el (sh-indent-after-continuation):
2852         Add explicit :group.
2854         * textmodes/rst.el (rst-preferred-decorations)
2855         (rst-shift-basic-offset): Clarify obsolescence versions.
2857         * profiler.el (profiler): Add missing group :version tag.
2858         * avoid.el (mouse-avoidance-banish-position):
2859         * proced.el (proced-renice-command):
2860         * calc/calc.el (calc-ensure-consistent-units):
2861         * calendar/icalendar.el (icalendar-import-format-uid):
2862         * net/tramp.el (tramp-save-ad-hoc-proxies):
2863         * progmodes/bug-reference.el (bug-reference-bug-regexp):
2864         * progmodes/flymake.el (flymake-error-bitmap)
2865         (flymake-warning-bitmap, flymake-fringe-indicator-position):
2866         * progmodes/sh-script.el (sh-indent-after-continuation):
2867         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
2868         (verilog-before-save-font-hook, verilog-after-save-font-hook):
2869         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
2870         (vhdl-array-index-record-field-in-sensitivity-list)
2871         (vhdl-indent-comment-like-next-code-line):
2872         * textmodes/reftex-vars.el (reftex-ref-style-alist)
2873         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
2874         (reftex-cite-key-separator, reftex-create-bibtex-header)
2875         (reftex-create-bibtex-footer):
2876         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2877         (rst-indent-literal-normal, rst-indent-literal-minimized)
2878         (rst-indent-comment): Add missing custom :version tags.
2880         * calendar/timeclock.el (timeclock-modeline-display):
2881         Add missing obsolete alias for renamed user option.
2883         * strokes.el (strokes-modeline-string):
2884         * emulation/crisp.el (crisp-mode-modeline-string):
2885         * eshell/esh-mode.el (eshell-status-in-modeline):
2886         Aliases to defcustoms must come before the defcustom.
2888         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
2889         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2890         (cal-tex-cursor-week-monday): Doc fixes.
2891         (cal-tex-cursor-week2-summary): Doc fix.
2892         Rename from cal-tex-cursor-week-at-a-glance.
2894         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
2895         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
2897         * calendar/calendar.el (calendar-mode-map):
2898         Add cal-tex-cursor-week2-summary.
2900 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2902         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
2904         * subr.el (read-passwd-map): New var.
2905         (read-passwd): Use `read-string' again.
2906         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
2908 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
2910         * register.el (append-to-register, prepend-to-register):
2911         Deactivate mark, as does `copy-to-register' (bug#12389).
2913 2012-10-06  Chong Yidong  <cyd@gnu.org>
2915         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
2917 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
2919         * international/characters.el: Fix simple mistake ((car chars) ->
2920         elt), delete duplicated code.
2922 2012-10-06  Glenn Morris  <rgm@gnu.org>
2924         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
2926 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2928         * color.el (color-hsl-to-rgb): Fix incorrect results for
2929         small and large hue values.  (Bug#12559)
2931 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
2933         Enhancements to docstring formatting when filling paragraphs.
2934         * progmodes/python.el (python-fill-docstring-style): Rename from
2935         python-fill-string-style.  Added new style.
2936         (python-fill-string): Use new style.  Better checks for
2937         docstrings.
2939 2012-10-05  Glenn Morris  <rgm@gnu.org>
2941         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
2943         * color.el (color-name-to-rgb, color-rgb-to-hex)
2944         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2945         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2946         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2947         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2949         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
2951 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
2953         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
2954         to get the correct size across symlinks.
2956         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
2958 2012-10-04  Juri Linkov  <juri@jurta.org>
2960         * replace.el (query-replace-interactive): Declare obsolete.
2961         (query-replace-read-from): Add the last incremental search string
2962         to the list of default values accessible via M-n.
2963         (map-query-replace-regexp): Use `read-regexp'.
2964         (query-replace, query-replace-regexp, query-replace-regexp-eval)
2965         (map-query-replace-regexp, replace-string, replace-regexp):
2966         Fix docstrings to replace mentions of `query-replace-interactive'
2967         with alternatives.  (Bug#12526)
2969 2012-10-04  Juri Linkov  <juri@jurta.org>
2971         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
2972         (dired-pop-to-buffer): Declare obsolete.
2973         (dired-mark-pop-up): Doc fix.
2975 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
2977         Allow user to set docstring style for fill-paragraph.
2978         * progmodes/python.el
2979         (python-fill-comment-function, python-fill-string-function)
2980         (python-fill-decorator-function, python-fill-paren-function):
2981         Remove :safe for defcustoms.
2982         (python-fill-string-style): New defcustom
2983         (python-fill-paragraph-function): Enhance context detection.
2984         (python-fill-string): Honor python-fill-string-style settings.
2986 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
2988         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
2989         after setting its buffer (Bug#10805).
2991 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
2993         Fix cornercase for string syntax.
2994         * progmodes/python.el (python-syntax-propertize-function):
2995         Simplify and enhance the regexp for unescaped quotes.  Now it also
2996         matches quotes in weird situations like the single quote in
2997         "something\"'".
2998         (python-syntax-stringify): Simplify num-quotes detecting code.
3000 2012-10-03  Glenn Morris  <rgm@gnu.org>
3002         * help-macro.el (three-step-help):
3003         Revert 2012-09-29 change.  (Bug#12567)
3005 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
3007         * menu-bar.el (kill-this-buffer): Don't do anything when
3008         `menu-frame' is not alive or visible (Bug#8184).
3010         * emacs-lisp/debug.el (debug): When quitting the debugger window
3011         restore current buffer (Bug#12502).
3013 2012-10-02  Chong Yidong  <cyd@gnu.org>
3015         * progmodes/hideif.el (hif-lookup, hif-defined):
3016         Handle semantic-c-takeover-hideif.
3018 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
3020         Change sampling interval units from ms to ns.
3021         * profiler.el (profiler-sampling-interval): Change units
3022         from ms to ns, multiplying the default by 1000000 so that
3023         it remains 1 ms.
3024         (profiler-report-cpu-line-format): Give enough room for
3025         the maximum counters on 64-bit hosts.
3026         (profiler-report-render-calltree-1): Call them "CPU samples",
3027         not "Time (ms)", since they are not milliseconds now (and
3028         never really were).
3030 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
3032         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
3033         Fix querying BBDB for entries without a last name (Bug#11580).
3035 2012-10-02  Chong Yidong  <cyd@gnu.org>
3037         * emacs-lisp/eieio.el: Restore Version header.
3039 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3041         * vc/diff-mode.el (diff--auto-refine-data): New var.
3042         (diff-hunk): Use it to delay refinement.
3043         (diff-mode): Remove overlays when we turn off font-lock.
3045         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
3046         (table-initialize-table-fixed-width-mode)
3047         (table-set-table-fixed-width-mode): Remove functions.
3048         (table-command-list): Move initialization into declaration.
3049         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
3050         (table-with-cache-buffer): Use `declare'.
3051         (table-span-cell): Simplify via CSE.
3052         (table-fixed-width-mode): Use define-minor-mode.
3053         (table-call-interactively, table-funcall, table-apply): Remove.
3054         (table-function): New function, to replace them.
3056         * bookmark.el (bookmark-search-pattern): Remove var.
3057         (bookmark-read-search-input): Remove function.
3058         (bookmark-bmenu-search): Reimplement using a minibuffer.
3060         * faces.el (modeline): Remove obsolete face name.
3062         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
3063         and give a non-nil default value.
3064         (add-change-log-entry): Simplify accordingly.
3066 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
3068         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
3069         (vc-git-log-edit-toggle-amend): New function.
3070         (vc-git-log-edit-toggle-signoff): New function.
3071         (vc-git-log-edit-mode): New major mode.
3072         (vc-git-log-edit-mode-map): Keymap for it.
3073         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
3075         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
3076         header names.
3077         (log-edit-toggle-header): New function.
3078         (log-edit-extract-headers): Accept function values in HEADERS alist.
3080 2012-10-01  David Engster  <deng@randomsample.de>
3082         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
3083         from symbol property and change message to be more consistent with
3084         Emacs proper.
3085         (eieio-describe-generic): Add filename for each implementation.
3086         Fix indices for generic and normal methods.
3087         (eieio-method-def, eieio-class-def): New buttons.
3088         (eieio-help-find-method-definition)
3089         (eieio-help-find-class-definition): New functions.
3090         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
3091         class, constructor and method definitions.
3093         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
3094         information in symbol property.
3095         (scoped-class): Remove.
3096         (eieio-slot-name-index, call-next-method): Check if it is bound.
3098 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
3100         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
3101         (eieio-custom-mode): New major mode.
3102         (eieio-customize-object): Use it.
3104 2012-10-01  Eric Ludlam  <zappo@gnu.org>
3106         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
3107         specifying the expected class, and whether subclassing is allowed.
3108         (eieio-persistent-convert-list-to-object):
3109         (eieio-persistent-validate/fix-slot-value)
3110         (eieio-persistent-slot-type-is-class-p): New functions.
3111         (eieio-named::slot-missing): Doc fix.
3113         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
3114         Stop using unused publd variable.
3116         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
3117         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
3118         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
3119         (eieio-speedbar-handle-click): Do not specify a class for the
3120         method.  Fixes method invocation order problems with EDE.
3122 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3124         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
3125         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
3127 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
3129         * bookmark.el (bookmark-version-control): Give tags in the
3130         :type choices (Bug#12309), and improve doc string.
3131         (bookmark-write-file): Bind `print-circle' to `t' to allow
3132         circular custom bookmark types.  (Bug#12503)
3134 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
3136         Revert the FOLLOW-SYMLINKS change for file-attributes.
3137         * files.el (remote-file-name-inhibit-cache, after-find-file):
3138         * time.el (display-time-file-nonempty-p): Undo last change.
3140         * profiler.el (profiler-sampling-interval): Change default back to 1.
3141         See Stefan Monnier in
3142         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
3144 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
3146         Shell output catching a la gud-gdb.
3147         * progmodes/python.el (python-shell-fetch-lines-in-progress)
3148         (python-shell-fetch-lines-string, python-shell-fetched-lines):
3149         New Vars.
3150         (python-shell-fetch-lines-filter): New function.
3151         (python-shell-send-string-no-output): Use them.
3153 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
3155         * profiler.el (profiler-sampling-interval): Rename from
3156         profiler-sample-interval.
3157         (profiler-sampling-interval): Default to 10.
3158         (profiler-find-profile): New command (was profiler-find-log).
3159         (profiler-find-profile-other-window): New command.
3160         (profiler-find-profile-other-frame): New command.
3161         (profiler-profile): Introduce API-level data structure.
3163 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
3165         file-attributes has a new optional arg FOLLOW-SYMLINKS.
3166         * files.el (remote-file-name-inhibit-cache):
3167         * time.el (display-time-file-nonempty-p): Use it.
3168         * files.el (after-find-file): Don't chase links before calling
3169         file-exists-p, as file-exists-p already does the right thing.
3171 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
3173         Merge from standalone RefTeX repository.
3175         The following ChangeLog entries are shortened versions of the
3176         original ones with file paths adapted.  A not so strongly edited
3177         version of the original ChangeLog can be found in the commit log.
3179         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
3180         (reftex-arg-cite): Use `reftex-cite-key-separator'.
3181         Correctly handle new value type returned by `reftex-citation'.
3183         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
3184         that entries with whitespace at various places are found.
3185         Doc fix. Include entries that are cross-referenced from cited entries.
3186         Include @String definitions in the resulting bib file.  Add header
3187         and footer defined in `reftex-create-bibtex-header' and
3188         `reftex-create-bibtex-footer'.
3189         (reftex-do-citation): Make it possible again to insert
3190         non-existent entries.  Save match data when asking for optional
3191         arguments. Return all keys, not just the first one.
3192         (reftex-all-used-citation-keys): Fix regexp to correctly extract
3193         all citations in the same line.
3194         (reftex-parse-bibtex-entry): Accept additional optional argument
3195         `raw' and keep quotes or braces if it is non-nil.  Match fields
3196         containing hyphens besides word constituents.
3197         (reftex-get-string-refs): New function.
3198         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
3199         and ask if it should be reread in case it did.
3200         (reftex-pop-to-bibtex-entry)
3201         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
3202         entries with spaces or tabs in front of arguments.
3203         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
3204         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
3205         Match entries containing numbers and symbol constituents.
3206         (reftex-do-citation, reftex-figure-out-cite-format):
3207         Use `reftex-cite-key-separator'.
3209         * textmodes/reftex-dcr.el: Move provide statement to end of file.
3210         (reftex-mouse-view-crossref): Explain why point is set.
3212         * textmodes/reftex-global.el: Whitespace changes.
3214         * textmodes/reftex-index.el: Move provide statement to end of
3215         file.
3216         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
3217         (reftex-index-visit-phrases-buffer): Set marker when visiting
3218         buffer.  This allows for returning from the phrases file to the
3219         file one was just editing instead of the file where the last
3220         phrases was added from.
3221         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
3222         punctuation syntax as it usually is not used as string quote in
3223         TeX-related modes and may occur unmatched.  The change also
3224         prevents fontification of quoted content.
3225         (reftex-index-phrases-mode): Use it.
3227         * textmodes/reftex-parse.el (reftex-parse-from-file):
3228         Move backward one char if a `\' was matched after a section macro.
3229         (reftex-parse-from-file): Use beginning of match instead of end as
3230         bound.
3232         * textmodes/reftex-ref.el: Adapt creation of
3233         `reftex-<package>-<macro>' functions to new structure of
3234         `reftex-ref-style-alist'.
3235         (reftex-reference): Use `reftex-ref-style-list' function.
3236         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
3237         reference macro if `reftex-ref-macro-prompt' is non-nil.
3238         (reftex-reference): Pass refstyle to `reftex-format-special'.
3239         Determine reference macro by looking at
3240         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
3241         Use only one special format function.
3242         (reftex-varioref-vref, reftex-fancyref-fref)
3243         (reftex-fancyref-Fref): Remove definitions.  The functions are now
3244         generated from `reftex-ref-style-alist'.
3245         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
3246         Remove.
3247         (reftex-format-special): New function.
3249         * textmodes/reftex-sel.el
3250         (reftex-select-cycle-ref-style-internal): Adapt to new structure
3251         of `reftex-ref-style-alist'. Remove code for testing macro type.
3252         (reftex-select-toggle-varioref)
3253         (reftex-select-toggle-fancyref): Remove.
3254         (reftex-select-cycle-ref-style-internal)
3255         (reftex-select-cycle-ref-style-forward)
3256         (reftex-select-cycle-ref-style-backward): New functions.
3257         (reftex-select-label-map): Use `v' and `V' for general cycling
3258         through reference styles.  Add `p' for switching between number
3259         and page reference types.
3261         * textmodes/reftex-toc.el (reftex-re-enlarge):
3262         Call `enlarge-window' only if there is something to do because in Emacs
3263         the horizontal version throws an error even if the parameter is 0.
3265         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
3266         (reftex-plug-into-AUCTeX): Doc fix.
3267         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
3268         string.  Adapt to new name.
3269         (reftex-ref-style-alist): Change structure so that it is not
3270         possible to use multiple different package names within a style.
3271         Remove the symbols for symbols for macro type distinction.
3272         Add characters for macro selection.
3273         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
3274         (reftex-create-bibtex-footer): New variables.
3275         (reftex-format-ref-function): Mention third argument of special
3276         format function.
3277         (reftex-ref-style-alist, reftex-ref-style-default-list):
3278         New variables.
3279         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
3280         to new implementation.  Mark as obsolete.  Add compatibility code
3281         for honoring the variable values in case they are set.
3282         (reftex-cite-format-builtin, reftex-bibliography-commands):
3283         Add support for ConTeXt.
3284         (reftex-format-ref-function, reftex-format-cite-function):
3285         Fix custom type.
3286         (reftex-cite-key-separator): New variable.
3288         * textmodes/reftex.el (reftex-syntax-table-for-bib)
3289         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
3290         `reftex-syntax-table' because parens have to retain their paren
3291         syntax in order for parsing of BibTeX entries like @book(...) to
3292         work.
3293         (reftex-in-comment): Do not error out if `comment-start-skip' is
3294         not set.  Deal correctly with escaped comment characters.
3295         (reftex-tie-multifile-symbols): Add doc string.
3296         Initialize `reftex-ref-style-list'.
3297         (reftex-untie-multifile-symbols): Add doc string.
3298         (reftex-add-index-macros): Doc fix.
3299         (reftex-ref-style-activate, reftex-ref-style-toggle)
3300         (reftex-ref-style-list): New functions.
3301         (reftex-mode-menu): Use them.  Adapt to new structure of
3302         `reftex-ref-style-alist'.
3303         (reftex-select-with-char): Kill the RefTeX Select buffer when
3304         done.
3305         (reftex-remove-if): New function.
3306         (reftex-erase-all-selection-and-index-buffers)
3307         (reftex-mode-menu): Reference styles are now computed from
3308         `reftex-ref-style-alist'.  Fix typo.
3309         (reftex-report-bug): New function.
3310         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
3311         algorithms with O(n log n).  Introduce optional argument SORT (not
3312         yet used).
3314 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
3316         Enhancements for triple-quote string syntax.
3317         * progmodes/python.el (python-syntax-propertize-function):
3318         Match both quote cases in one regexp.
3319         (python-syntax-stringify): Handle matches properly.
3321 2012-09-30  Juri Linkov  <juri@jurta.org>
3323         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
3324         to nil around the call to `insert' to prevent
3325         directory time modification by lock_file.  (Bug#2295)
3326         * tar-mode.el (tar-summarize-buffer): Idem.
3328 2012-09-30  Juri Linkov  <juri@jurta.org>
3330         * facemenu.el (list-colors-sort): Add option "Luminance".
3331         (list-colors-sort-key): Implement it.
3333         * vc/diff-mode.el (diff-refine-removed):
3334         * vc/ediff-init.el (ediff-fine-diff-A):
3335         * vc/smerge-mode.el (smerge-refined-removed):
3336         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
3338 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
3340         * term/ns-win.el (x-file-dialog): New function.
3342 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
3344         * ido.el (ido-max-directory-size): Default to nil; the current
3345         default is small for POSIX systems, and impractical on Windows 7
3346         now that lstat returns directory sizes for NTFS.
3348 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
3350         In buffer display functions handle window-height/window-width
3351         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
3352         * window.el (window--display-buffer): New argument ALIST.
3353         Obey window-height and window-width alist entries.
3354         (window--try-to-split-window): New argument ALIST.
3355         Bind window-combination-limit to t when the window's size shall be
3356         changed and window-combination-limit equals `window-size'.
3357         (display-buffer-in-atom-window)
3358         (display-buffer-in-major-side-window)
3359         (display-buffer-in-side-window, display-buffer-same-window)
3360         (display-buffer-reuse-window, display-buffer-pop-up-frame)
3361         (display-buffer-pop-up-window, display-buffer-below-selected)
3362         (display-buffer-at-bottom, display-buffer-in-previous-window)
3363         (display-buffer-use-some-window): Adjust all callers of
3364         window--display-buffer and window--try-to-split-window.
3365         (fit-frame-to-buffer): New option.
3366         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
3367         is non-nil.
3368         (display-buffer-in-major-side-window): Evaluate window-height /
3369         window-width alist entries.
3371         * help.el (temp-buffer-resize-frames)
3372         (temp-buffer-resize-regexps): Remove options.
3373         (temp-buffer-resize-mode): Adjust doc-string.
3374         (resize-temp-buffer-window): Don't consult
3375         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
3376         temp-buffer-resize-frames.
3378         * dired.el (dired-mark-pop-up):
3379         Call display-buffer-below-selected with a fit-window-to-buffer alist
3380         entry.
3382 2012-09-30  Chong Yidong  <cyd@gnu.org>
3384         * server.el (server-host): Document the security implications.
3385         (server-auth-key): Doc fix.
3387         * startup.el (initial-buffer-choice): Doc fix.
3389         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
3391         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
3392         restriction change.
3394         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
3396         * help-fns.el (help-fns--obsolete): Fix last change.
3398 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3400         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
3401         (minor-mode-map-alist): Remove redundant code.
3403         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
3404         visited in a buffer.
3405         (cvs-insert-visited-file): New function.
3406         (find-file-hook): Use it.
3408         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
3410         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
3411         chose face.
3412         (log-edit-empty-buffer-p): Don't require a space after a header.
3414         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
3416         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
3418         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
3419         a proper minor-mode.
3421         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
3423 2012-09-29  Glenn Morris  <rgm@gnu.org>
3425         * winner.el (winner-mode): Remove variable (let define-minor-mode
3426         handle it).
3427         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
3428         Doc fixes.
3429         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
3430         (winner-mode): Use define-minor-mode.
3432         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
3433         the full definition in loaddefs, rather than duplicating it.
3435         * help-macro.el (three-step-help): No need to autoload defcustom.
3437         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3438         (inferior-lisp-program, inferior-lisp-load-command)
3439         (inferior-lisp-prompt, inferior-lisp-mode-hook):
3440         No need to autoload defcustoms.
3442         * hippie-exp.el (hippie-expand-try-functions-list)
3443         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
3444         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
3445         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
3446         (hippie-expand-only-buffers): No need to autoload defcustoms.
3447         * progmodes/vhdl-mode.el (vhdl-line-expand):
3448         Explicitly load hippie-exp, so it does not get autoloaded
3449         while hippie-expand-try-functions-list is let-bound.
3451 2012-09-28  Glenn Morris  <rgm@gnu.org>
3453         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
3455         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
3456         Only "cl.el" counts as cl these days.
3458 2012-09-28  Juri Linkov  <juri@jurta.org>
3460         Display archive errors in the echo area instead of inserting
3461         to the file buffer.
3463         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
3464         to STDERR-TEST that can be a regexp matching a successful output.
3465         Create a temporary file and redirect stderr to it.  Search for
3466         STDERR-TEST in the stderr output and display it in the echo area
3467         if no match is found.
3468         (archive-extract-by-file): New function like
3469         `archive-extract-by-stdout' but extracting archives to files
3470         and looking for successful matches in stdout.  Function body is
3471         mostly copied from `archive-rar-extract'.
3472         (archive-rar-extract): Use `archive-extract-by-file'.
3473         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
3475 2012-09-28  Leo Liu  <sdl.web@gmail.com>
3477         * pcomplete.el (pcomplete-show-completions):
3478         Use minibuffer-message to make pcomplete usable in minibuffer.
3480         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
3482 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3484         * type-break.el: Use lexical-binding.
3485         (type-break-mode): Use define-minor-mode.
3487         * emacs-lisp/pcase.el (pcase--mark-used): New.
3488         (pcase--u1): Use it (bug#12512).
3490         * custom.el (load-theme): Set buffer-file-name so the load is recorded
3491         in load-history with the right file name.
3493 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
3495         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
3496         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
3497         (doc-view-get-bounding-box): Make bounding box slicing work for
3498         ODF and DVI documents.
3500 2012-09-28  Glenn Morris  <rgm@gnu.org>
3502         * type-break.el (type-break-mode, type-break-interval)
3503         (type-break-good-rest-interval, type-break-keystroke-threshold):
3504         No need to autoload.
3505         (type-break-good-rest-interval, type-break-keystroke-threshold):
3506         Add :set-after.
3508 2012-09-28  Chong Yidong  <cyd@gnu.org>
3510         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
3511         Add :version tag.
3513 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3515         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
3517 2012-09-27  Glenn Morris  <rgm@gnu.org>
3519         * faces.el (x-display-name): Declare (for without-x builds).
3521         * linum.el (linum-format): Don't autoload it.  Improve :type.
3523         * progmodes/tcl.el: Don't require outline when compiling.
3524         (outline-regexp, outline-level): Declare.
3525         * textmodes/sgml-mode.el: Don't require outline when compiling.
3526         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
3528         * term.el (term-ansi-reset):
3529         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
3531         * vc/vc.el (vc-next-action): Only gripe about committing read-only
3532         files for RCS and SCCS.  (Bug#9781)
3534 2012-09-27  Chong Yidong  <cyd@gnu.org>
3536         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
3537         change; value should be t.
3539 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3541         * image-mode.el: Use lexical-binding.
3542         (image-mode-winprops): Use t to stand for the window of
3543         a buffer that's not displayed.
3544         * doc-view.el (doc-view-new-window-function): Handle the new
3545         t in winprops.
3546         (doc-view-enlarge): Make it a real nop if the size is not changed.
3547         (doc-view-display): Handle the case where the buffer is not (yet?)
3548         displayed in any window.
3549         (doc-view-saved-settings): New var.
3550         (doc-view-mode): Use it.
3551         (doc-view-fallback-mode): Set it.
3553         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
3554         Set lexical-binding.
3555         (minibuffer-eldef-shorten-default): New var.
3556         (minibuffer-default-in-prompt-regexps): Use it for new default.
3557         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
3559 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
3561         * international/uni-bidi.el:
3562         * international/uni-category.el:
3563         * international/uni-name.el:
3564         * international/uni-numeric.el: Regenerate.
3566 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
3567             Stefan Monnier  <monnier@iro.umontreal.ca>
3569         * profiler.el: New file.
3571 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3573         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
3574         (testcover-reinstrument): Simplify with CSE.
3576 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
3578         * window.el (temp-buffer-window-setup): Fix typo in docstring.
3580 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
3582         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
3583         (verilog-auto-input, verilog-auto-insert-lisp)
3584         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
3585         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
3586         (verilog-auto-unused, verilog-auto-wire)
3587         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
3588         newline.  Reported by Andrew Jones.
3589         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
3590         Reported by Brad Dobbie.
3591         (verilog-batch-delete-trailing-whitespace):
3592         Create verilog-batch-delete-trailing-whitespace.
3593         Reported by Brad Dobbie.
3594         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
3595         parameters from another module.  Reported by Dan Katz.
3596         (verilog-auto, verilog-auto-assign-modport)
3597         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
3598         AUTOINOUTMODPORT for UVM interface module shell generation.
3599         Reported by Brad Dobbie.
3600         (verilog-auto-inst-interfaced-ports): Make default nil, as more
3601         standard behavior.
3602         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
3603         Reported by Matt Martin.
3605 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
3607         * window.el (window--resize-child-windows): When resizing child
3608         windows proportionally, process them in reverse order to
3609         preserve the "when splitting a window the new one gets the odd
3610         line" behavior.
3611         (window--resize-root-window-vertically): When resizing the
3612         minibuffer window try to affect only windows at the bottom of the
3613         frame.  (Bug#12419)
3615 2012-09-25  Chong Yidong  <cyd@gnu.org>
3617         * subr.el (declare): Doc fix.
3619         * help-fns.el (help-fns--obsolete): Handle macros properly.
3621 2012-09-25  Chong Yidong  <cyd@gnu.org>
3623         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
3624         this function obsolete.
3626         * calendar/cal-x.el (calendar-two-frame-setup)
3627         (calendar-only-one-frame-setup, calendar-one-frame-setup):
3628         * calendar/calendar.el (american-calendar, european-calendar)
3629         (calendar-for-loop):
3630         * comint.el (comint-dynamic-simple-complete)
3631         (comint-dynamic-complete-as-filename, comint-unquote-filename):
3632         * desktop.el (desktop-load-default):
3633         * dired-x.el (dired-omit-here-always)
3634         (dired-hack-local-variables, dired-default-directory):
3635         * emacs-lisp/derived.el (derived-mode-class):
3636         * emacs-lisp/timer.el (timer-set-time-with-usecs):
3637         * emacs-lock.el (toggle-emacs-lock):
3638         * epa.el (epa-display-verify-result):
3639         * epg.el (epg-sign-keys, epg-start-sign-keys)
3640         (epg-passphrase-callback-function):
3641         * eshell/esh-util.el (eshell-for):
3642         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
3643         (eshell-add-to-window-buffer-names):
3644         * files.el (locate-file-completion):
3645         * imenu.el (imenu-example--create-c-index)
3646         (imenu-example--create-lisp-index)
3647         (imenu-example--lisp-extract-index-name)
3648         (imenu-example--name-and-position):
3649         * international/mule-cmds.el (princ-list):
3650         * international/mule-diag.el (decode-codepage-char):
3651         * international/mule-util.el (detect-coding-with-priority):
3652         * iswitchb.el (iswitchb-read-buffer):
3653         * mail/mailalias.el (mail-complete):
3654         * mail/sendmail.el (mail-sent-via):
3655         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
3656         (mouse-major-mode-menu):
3657         * password-cache.el (password-read-and-add):
3658         * pcomplete.el (pcomplete-parse-comint-arguments):
3659         * progmodes/sh-script.el (sh-maybe-here-document):
3660         * replace.el (query-replace-regexp-eval):
3661         * savehist.el (savehist-load):
3662         * simple.el (choose-completion-delete-max-match):
3663         * term.el (term-dynamic-simple-complete):
3664         * vc/ediff-init.el (ediff-check-version):
3665         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
3666         * vc/vc.el (vc-diff-switches-list):
3667         * view.el (view-return-to-alist-update): Likewise.
3669         * subr.el (eval-next-after-load, makehash, insert-string)
3670         (assoc-ignore-representation, assoc-ignore-case): Use declare to
3671         mark obsolete.
3672         (mode-line-inverse-video): Variable deleted.
3674         * international/mule-util.el (string-to-sequence): Remove.
3676         * calendar/calendar.el (calendar-version):
3677         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
3678         (icalendar-convert-diary-to-ical):
3679         * cus-edit.el (custom-mode):
3680         * ansi-color.el (ansi-color-unfontify-region):
3681         * international/latin1-disp.el (latin1-char-displayable-p):
3682         * progmodes/cwarn.el (turn-on-cwarn-mode):
3683         * progmodes/which-func.el (which-func-update-1):
3684         Use define-obsolete-function-alias.
3686         * net/newst-backend.el (newsticker-cache-filename):
3687         * net/newst-treeview.el (newsticker-groups-filename):
3688         Fix incorrect obsolescence declaration.
3690         * allout.el (allout-passphrase-hint-string): Likewise.
3691         (allout-init): Use a declare form to mark obsolete.
3693         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
3694         this applies to functions.
3696         * iswitchb.el (iswitchb-read-buffer): Move code of
3697         iswitchb-define-mode-map here, and delete that obsolete function.
3699         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
3700         font-lock-reference-face.
3702 2012-09-25  Glenn Morris  <rgm@gnu.org>
3704         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
3705         Doc fixes.
3707         * eshell/em-term.el (eshell-term-name):
3708         Default to term-term-name.  (Bug#12485)
3710 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
3712         * progmodes/python.el (python-shell-send-buffer): Better handling
3713         of "if __name__ == '__main__':" conditionals when sending the buffer.
3715 2012-09-24  Glenn Morris  <rgm@gnu.org>
3717         * eshell/esh-cmd.el (eshell-find-alias-function):
3718         Tighten up file-name regexp.  (Bug#12499)
3720 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
3722         Enhancements for triple-quote string syntax.
3723         * progmodes/python.el (python-quote-syntax): Remove.
3724         (python-syntax-propertize-function): New value.
3725         (python-syntax-count-quotes, python-syntax-stringify):
3726         New functions.
3728 2012-09-24  Chong Yidong  <cyd@gnu.org>
3730         * mail/supercite.el (sc-version): Remove obsolete function.
3731         (sc-describe): Don't mark as obsolete, since it is bound.
3732         (sc-submit-bug-report): Remove.
3734         * vc/log-edit.el (cvs-changelog-full-paragraphs)
3735         (cvs-commit-buffer-require-final-newline): Remove.
3736         (log-edit-require-final-newline)
3737         (log-edit-changelog-full-paragraphs): Default to t.
3739         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
3740         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3741         * vc/vc.el (vc-checkout-carefully): Likewise.
3743         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
3744         (emerge-version): Remove.
3746         * progmodes/compile.el (compile-internal): Remove.
3747         (compilation-parse-errors-function): Fix typo.
3749         * international/mule.el (set-char-table-default): Remove.
3750         (set-coding-priority, make-coding-system, generic-char-p)
3751         (charset-list, charset-bytes, charset-id): Use declare to mark
3752         functions as obsolete.
3754         * vc/pcvs-defs.el (cvs-buffer-name-alist)
3755         (cvs-invert-ignore-marks): Remove references to obsolete vars.
3756         * vc/vc-hooks.el (vc-default-registered): Don't use
3757         vc-master-templates.
3759         * font-lock.el (font-lock-reference-face):
3760         Use define-obsolete-variable-alias.
3762         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
3763         * calendar/calendar.el (calendar-font-lock-keywords):
3764         * calendar/diary-lib.el (diary-font-lock-keywords)
3765         (diary-fancy-font-lock-keywords):
3766         * textmodes/reftex-sel.el (reftex-insert-docstruct):
3767         * textmodes/reftex-index.el (reftex-insert-index):
3768         * textmodes/reftex-cite.el (reftex-format-bib-entry):
3769         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3770         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3771         * progmodes/prolog.el (prolog-font-lock-keywords):
3772         * progmodes/idlwave.el (idlwave-idl-keywords):
3773         * progmodes/ada-mode.el (ada-font-lock-keywords):
3774         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
3776 2012-09-24  Glenn Morris  <rgm@gnu.org>
3778         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
3780 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
3782         * progmodes/python.el (python-indent-line): More consistent cursor
3783         movement behavior.
3785 2012-09-23  Stefan Merten  <smerten@oekonux.de>
3787         * textmodes/rst.el: Fix compiler warning.
3789 2012-09-23  Roland Winkler  <winkler@gnu.org>
3791         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
3792         Transcribe also LaTeX hyphenation.
3793         (bibtex-reformat): Bug fix. Do not quote twice the elements of
3794         bibtex-reformat-previous-options.
3796 2012-09-23  Roland Winkler  <winkler@gnu.org>
3798         * proced.el (proced-renice-command): New variable.
3799         (proced-marked-processes): New function.
3800         (proced-with-processes-buffer): New macro.
3801         (proced-send-signal): Use them.
3802         (proced-renice): New command bound to r.
3804 2012-09-23  Roland Winkler  <winkler@gnu.org>
3806         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
3807         ibuffer-saved-filter-groups has one element, shortcut the call of
3808         completing-read.  (Bug#12331)
3810 2012-09-23  Chong Yidong  <cyd@gnu.org>
3812         * bindings.el (mode-line-toggle-read-only):
3813         * bs.el (bs-toggle-readonly):
3814         * buff-menu.el (Buffer-menu-toggle-read-only):
3815         * dired.el (dired-toggle-read-only):
3816         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
3818 2012-09-23  Chong Yidong  <cyd@gnu.org>
3820         * image.el (image-type-available-p): Adapt to init-image-library
3821         argument changes.
3823 2012-09-22  Juri Linkov  <juri@jurta.org>
3825         * dired.el (dired-mode-map): Add [remap read-only-mode] for
3826         `dired-toggle-read-only'.  (Bug#12462)
3828 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
3830         * subr.el (temp-output-buffer-show): New function.
3831         (with-output-to-temp-buffer): Call temp-output-buffer-show
3832         instead of internal-temp-output-buffer-show.
3834 2012-09-22  Chong Yidong  <cyd@gnu.org>
3836         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
3837         (Bug#12462).
3839         * repeat.el (repeat): Doc fix (Bug#12348).
3841         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
3842         (Bug#10909).
3844         * simple.el (shell-command-on-region): Doc fix.
3845         (read-only-mode): Doc fix.
3847 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
3849         * emacs-lisp/timer.el (run-with-idle-timer)
3850         (timer-activate-when-idle): Warn against reinvoking an idle timer
3851         from within its own timer action.  (Bug#12447)
3853 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
3855         * cus-start.el (window-combination-limit): Add new optional
3856         values.
3857         * window.el (temp-buffer-window-show)
3858         (window--try-to-split-window): Handle new values of
3859         window-combination-limit (Bug#1806).
3860         (split-window): Test window-combination-limit for t instead of
3861         non-nil.
3862         (display-buffer-at-bottom): New buffer display action function.
3863         * help.el (temp-buffer-resize-regexps): New option.
3864         (temp-buffer-resize-mode): Rewrite doc-string.
3865         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
3866         Don't resize reused window.  Suggested by Glenn Morris.
3868 2012-09-22  Stefan Merten  <smerten@oekonux.de>
3870         * textmodes/rst.el: Revamp section title faces.
3871         (rst-official-version)
3872         (rst-package-emacs-version-alist): Sync with official version
3873         V1.4.0.
3874         (rst-faces-defaults, rst-set-level-default)
3875         (rst-level-face-max, rst-level-face-base-color)
3876         (rst-level-face-base-light, rst-level-face-format-light)
3877         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
3878         (rst-adornment-faces-alist): Match new setup.
3879         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
3880         (rst-level-5, rst-level-6): New faces.
3882 2012-09-22  Chong Yidong  <cyd@gnu.org>
3884         * simple.el (undo): Handle indirect buffers (Bug#8207).
3886 2012-09-21  Leo Liu  <sdl.web@gmail.com>
3888         IDO: Disable match re-ordering for buffer switching.
3889         * ido.el (ido-buffer-disable-smart-matches): New variable.
3890         (ido-set-matches-1): Use it.  (Bug#2042)
3892 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
3894         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
3895         Fix 2011-05-17 change.  (Bug#12418)
3897 2012-09-21  Leo Liu  <sdl.web@gmail.com>
3899         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
3901 2012-09-21  Glenn Morris  <rgm@gnu.org>
3903         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
3904         Be more robust about locating simple.el.
3906 2012-09-21  Glenn Morris  <rgm@gnu.org>
3908         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
3910 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
3912         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
3914 2012-09-20  Juri Linkov  <juri@jurta.org>
3916         * replace.el (query-replace-read-from): Use `read-regexp' instead
3917         of `read-from-minibuffer' when `regexp-flag' is non-nil.
3918         (occur-read-primary-args): Use `read-regexp' instead of
3919         `read-string'.
3920         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
3921         `read-from-minibuffer'.
3922         * isearch.el (isearch-occur): Use `read-regexp' instead of
3923         `read-string'.
3924         * dired.el (dired-read-regexp): Use `read-regexp' instead of
3925         `read-from-minibuffer'.
3926         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
3927         of `read-string'.  (Bug#7567)
3929         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
3930         and allow accepting a list of strings prepended to a list of
3931         standard default values.  Doc fix.  (Bug#12321)
3933         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
3935         * replace.el (read-regexp): Don't add ": " when PROMPT already
3936         ends with a colon and space.  (Bug#12321)
3938 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
3940         * doc-view.el (doc-view-display): Better fix for the cl-assertion
3941         error.
3943 2012-09-20  Stefan Merten  <smerten@oekonux.de>
3945         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
3946         Fixes feature request bug#11711.
3947         (rst-mode): Create `imenu-create-index-function'.
3948         (rst-get-stripped-line): Delete after refactoring.
3949         (rst-section-tree, rst-section-tree-rec)
3950         (rst-section-tree-point): Refactor and document properly.
3951         (rst-imenu-find-adornments-for-position)
3952         (rst-imenu-convert-cell, rst-imenu-create-index):
3953         New function.
3955 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3957         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
3958         (macroexp--expand-all): Use it.
3959         (macroexp--funcall-and-return): Remove by folding it into its sole
3960         caller (macroexp--warn-and-return).
3961         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
3962         Use macroexp--obsolete-warning.
3964         * calc/calc.el: Fix last change by removing the whole chunk, since it
3965         was only needed back when Calc was not bundled.
3967 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
3969         * emacs-lisp/debug.el (debug): Restore assignment to
3970         debugger-old-buffer removed on 2012-09-08.
3972 2012-09-20  Juri Linkov  <juri@jurta.org>
3974         * dired-aux.el (dired-diff): Remove (require 'diff) since
3975         `diff-latest-backup-file' is now autoloaded.
3977 2012-09-20  Chong Yidong  <cyd@gnu.org>
3979         * vc/diff.el (diff-latest-backup-file): Autoload.
3981 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3983         * calc/calc.el: Remove redundant autoload shape check.
3984         (sel-mode): Don't defvar.
3985         (calc-get-stack-element): Add `sel-mode' arg instead.
3986         (calc-top, calc-top-list): Pass it this additional argument.
3987         * calc/calc-store.el (calc-store-map):
3988         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
3989         (calc-map-equation, calc-outer-product, calc-inner-product):
3990         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
3992         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
3994 2012-09-19  Juri Linkov  <juri@jurta.org>
3996         * dired-aux.el (dired-diff): Add (require 'diff) because
3997         `diff-latest-backup-file' is not autoloaded.
3998         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
3999         of `dired-get-filename' to t to not report error when there is
4000         no default file on the current line.
4002 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4004         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
4005         macroexp--eval-if-compile.
4006         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
4007         (macroexp--expand-all): Use them (bug#12371).
4009         * doc-view.el (doc-view-guess-paper-size)
4010         (doc-view-scale-bounding-box): Fix unbound `caddr'.
4012 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
4014         New feature: set optimal slice from BoundingBox information.
4015         * doc-view.el (doc-view-mode-map): Add keybinding.
4016         (doc-view-menu): Add menu entry.
4017         (doc-view-set-slice): Adapt docstring.
4018         (doc-view-get-bounding-box, doc-view-guess-paper-size)
4019         (doc-view-scale-bounding-box)
4020         (doc-view-set-slice-from-bounding-box): New functions.
4021         (doc-view-paper-sizes): New defvar.
4023 2012-09-19  Glenn Morris  <rgm@gnu.org>
4025         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
4026         (byte-compile-log-warning): Autoload.  (Bug#12371)
4028         * calendar/calendar.el (calendar-american-month-header)
4029         (calendar-european-month-header, calendar-iso-month-header)
4030         (calendar-month-header): New options.
4031         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
4032         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
4034 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
4036         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
4038 2012-09-18  Juri Linkov  <juri@jurta.org>
4040         * dired-aux.el (dired-diff): Restore original functionality of
4041         getting the default value, but keep new feature of using the
4042         latest existing backup file (`diff-latest-backup-file').
4044 2012-09-18  Juri Linkov  <juri@jurta.org>
4046         * dired.el (dired-mark): If the region is active in Transient Mark
4047         mode, mark all files in the active region.  Doc fix.
4048         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
4049         Doc fix.  (Bug#10624)
4051 2012-09-18  Juri Linkov  <juri@jurta.org>
4053         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
4054         attributes for M-n are pulled from the file at point.
4055         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
4056         Suggested by Drew Adams.  (Bug#10624)
4058 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
4060         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
4061         whitespace after "end".
4062         (ruby-do-end-to-brace): Collapse block to one line if it fits
4063         within fill-column.
4065 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
4067         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
4068         value.
4069         (debug): Don't remove debugger window when debugger is expected
4070         to be back.
4072 2012-09-18  Chong Yidong  <cyd@gnu.org>
4074         * custom.el (defface): Doc fix.
4076         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
4078 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
4080         * progmodes/compile.el (compilation-start): Use compilation-always-kill
4081         to initialize query-on-exit; then test that instead (bug#12288).
4083 2012-09-17  Stefan Merten  <smerten@oekonux.de>
4085         * textmodes/rst.el: Add support for `testcover'.
4086         (rst-defcustom-testcover, rst-testcover-add-compose)
4087         (rst-testcover-add-1value): New functions.
4088         (rst-portable-mark-active-p): Replace by `use-region-p'.
4089         (rst-update-section, rst-classify-adornment)
4090         (rst-find-title-line): Mark `1value' forms.
4091         (rst-classify-adornment): Remove superfluous form.
4092         (rst-update-section, rst-get-adornments-around)
4093         (rst-adornment-complete-p, rst-get-next-adornment)
4094         (rst-adjust, rst-promote-region)
4095         (rst-display-adornments-hierarchy, rst-straighten-adornments)
4096         (rst-find-pfx-in-region, rst-section-tree-rec)
4097         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
4098         (rst-toc-node, rst-toc, rst-forward-section)
4099         (rst-iterate-leftmost-paragraphs)
4100         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
4101         (rst-bullet-list-region)
4102         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
4103         (rst-compile-find-conf, rst-compile)
4104         (rst-repeat-last-character): Fix style.
4106 2012-09-17  Chong Yidong  <cyd@gnu.org>
4108         * comint.el (comint--complete-file-name-data): Don't add a space
4109         if the status is `sole'; that adds a gratuitous space in the
4110         completion-cycling case (Bug#12092).
4112         * pcomplete.el (pcomplete-completions-at-point): Likewise.
4114 2012-09-17  Richard Stallman  <rms@gnu.org>
4116         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
4117         only in the mime-shown mode, not in raw mode.
4118         (rmail-mime): Toggle off mime by displaying the message without
4119         mime processing.  (Bug#12305)
4121         * mail/rmail.el (rmail-retry-failure):
4122         Turn off mime processing first.  (Bug#12037)
4124         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
4126 2012-09-17  Chong Yidong  <cyd@gnu.org>
4128         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
4129         (shell-dynamic-complete-functions): Convert to defcustom.
4130         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
4132         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
4133         * comint.el (comint-prompt-read-only):
4134         * custom.el (defcustom):
4135         * hi-lock.el (hi-lock-mode):
4136         * ibuffer.el (ibuffer-formats):
4137         * ielm.el (ielm-prompt-read-only):
4138         * novice.el (disable-command):
4139         * saveplace.el (toggle-save-place):
4140         * speedbar.el (speedbar-supported-extension-expressions):
4141         * startup.el (auto-save-list-file-prefix, init-file-user)
4142         (after-init-hook, inhibit-startup-echo-area-message):
4143         * strokes.el (strokes-help):
4144         * time-stamp.el (time-stamp):
4145         * calendar/calendar.el (calendar, diary-file):
4146         * calendar/diary-lib.el (diary-mail-entries, diary)
4147         (diary-list-entries-hook):
4148         * calendar/holidays.el (holidays, calendar-holidays):
4149         * calendar/lunar.el (lunar-phases):
4150         * calendar/solar.el (sunrise-sunset):
4151         * emulation/edt.el (edt-load-keys):
4152         * emulation/viper.el (viper-mode):
4153         * eshell/em-alias.el (eshell-command-aliases-list):
4154         * eshell/esh-util.el (eshell-convert-numeric-arguments):
4155         * international/ogonek.el (ogonek-information):
4156         * net/tramp-cmds.el (tramp-bug):
4157         * net/quickurl.el (quickurl-reread-hook-postfix):
4158         * play/decipher.el (decipher-font-lock-keywords):
4159         * progmodes/cc-styles.el (c-set-style):
4160         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
4161         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4162         * progmodes/octave-mod.el (octave-mode):
4163         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
4164         * progmodes/verilog-mode.el (verilog-read-defines):
4165         * textmodes/two-column.el (2C-mode): Likewise.
4167 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4169         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
4170         that holds many addresses.
4172 2012-09-16  Chong Yidong  <cyd@gnu.org>
4174         * align.el (align-areas): Call the indication function with
4175         positions instead of markers for arguments (Bug#12343).
4177         * files.el (parse-colon-path): Use split-string (Bug#12351).
4179         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4180         (display-buffer-function): Mark as obsolete.
4182         * progmodes/compile.el (compilation-parse-errors): Accept list
4183         values similar to font-lock-keywords (Bug#12136).
4184         Suggested by Oleksandr Manzyuk.
4185         (compilation-error-regexp-alist): Doc fix.
4187 2012-09-15  Glenn Morris  <rgm@gnu.org>
4189         * version.el (emacs-bzr-version-bzr): New function.
4190         (emacs-bzr-get-version): Add optional EXTERNAL argument.
4192         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
4193         checkouts, check the parent dirstate matches the branch.
4194         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
4195         empty string.
4197         * version.el (emacs-bzr-version): Doc fix.
4198         (emacs-bzr-version-dirstate): New function.
4199         (emacs-bzr-get-version): For lightweight checkouts, if the parent
4200         is local try and check that it matches the branch.  If not, just
4201         use dirstate information.  (Bug#12441)
4203 2012-09-14  Juri Linkov  <juri@jurta.org>
4205         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
4206         (Bug#12399)
4208 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4210         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
4212         * emacs-lisp/edebug.el: Miscellaneous cleanup.
4213         Remove obsolete byte-compiler hack that tried to silence some warnings.
4214         (edebug-submit-bug-report): Remove.
4215         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
4216         Remove aliases, use the un-prefixed name instead.
4217         (edebug-pop-to-buffer): Consider other frames.
4218         (edebug-original-read):: Make it more obvious that it's always defined.
4219         (edebug--make-form-data-entry, edebug--form-data-name)
4220         (edebug--form-data-begin, edebug--form-data-end): Rename from the
4221         single-dashed name, and implement with cl-defstruct.
4222         (edebug-set-form-data-entry): Use the standard accessors.
4223         (edebug-make-top-form-data-entry): Use push.
4224         (edebug-no-match): Drop useless `funcall'.
4225         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
4226         to functions.
4227         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
4228         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
4229         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
4230         (easy-menu-define, with-custom-print): Remove redundant specs.
4231         (edebug-outside-overriding-local-map)
4232         (edebug-outside-overriding-terminal-local-map): Remove, unused.
4233         (edebug--display): Bind unread-command-events directly to nil rather
4234         than binding it to unread-command-events and later setting it to nil.
4235         (edebug--display): Kill edebug-eval-buffer here...
4236         (edebug--recursive-edit): ...rather than here.
4237         Bind standard-output and standard-input.
4238         (edebug-eval): Check cl-macroexpand-all is fboundp.
4239         (edebug-temp-display-freq-count): Fix last change.
4241         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
4242         * subr.el (noreturn, 1value): Add `debug' spec.
4243         * emacs-lisp/advice.el: Require cl-lib.
4244         (ad-copy-tree): Remove, use copy-tree instead.
4245         (ad-dolist): Remove use dolist or cl-dolist instead.
4246         (ad-do-return): Remove, use cl-return instead.
4247         (defadvice): Add `debug' spec.
4249 2012-09-13  Juri Linkov  <juri@jurta.org>
4251         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
4252         (Bug#12399)
4254 2012-09-13  Glenn Morris  <rgm@gnu.org>
4256         * calc/calc.el (math-compose-expr):
4257         * calc/calc-ext.el (math-compose-expr):
4258         * progmodes/cc-defs.el (cl-macroexpand-all):
4259         * progmodes/cc-langs.el (delete-duplicates, mapcan)
4260         (cl-macroexpand-all): Update declarations.
4262         * vc/vc.el: No need to require ediff.
4263         (ediff-load-version-control): Declare.
4264         (ediff-vc-internal): Fix declaration.
4265         (vc-version-ediff): Require ediff.
4267 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4269         Use a more backwards-compatible timer format (Bug#12430).
4270         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
4271         being right after USECS, as that better supports old code that
4272         inadvisedly looked directly at the timer vector.
4274 2012-09-13  Kenichi Handa  <handa@gnu.org>
4276         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4277         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
4278         `coding-priority' property of these language environment.
4280 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4282         Fix glitches caused by addition of psec to timers (Bug#12430).
4283         * image.el (image-animate-timer):
4284         * time.el (display-time-world-timer):
4285         Use timer--function and timer--args rather than raw access to
4286         timer vector.
4288 2012-09-13  Glenn Morris  <rgm@gnu.org>
4290         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4291         If not compiling a file, try using load-file-name.
4293 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4295         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
4296         Fix last change.
4297         (edebug-update-eval-list): Use `push'.
4299         * emacs-lisp/edebug.el: Use lexical-binding.
4300         Remove the "edebug-" prefix from non-dynamically-scoped variables.
4301         Mark unused args with underscore.
4302         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
4303         (edebug-form-data): Use defvar-local.
4304         (edebug-make-before-and-after-form, edebug-make-after-form):
4305         Use backquote.
4306         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
4307         Not dynamically scoped any more.
4308         (edebug--enter-trace): Add arguments `function' and `args'.
4309         Rename from edebug-enter-trace.
4310         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
4311         (edebug--update-coverage): Add `after-index' and `value' args.
4312         Rename from edebug-update-coverage.
4313         (edebug-slow-after): Call it accordingly.
4314         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
4315         edebug-recursive-edit.
4316         (edebug--display): Call it accordingly.  Add args `value',
4317         `offset-index', and `arg-mode'.  Rename from edebug-display.
4318         (edebug-debugger, edebug): Call it accordingly.
4319         (edebug-eval-display-list): Use dolist.
4321 2012-09-12  Juri Linkov  <juri@jurta.org>
4323         * info.el (Info-search): Don't check for isearch-mode and
4324         isearch-regexp before let-binding search-spaces-regexp to
4325         Info-search-whitespace-regexp.
4326         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
4327         search-whitespace-regexp if isearch-lax-whitespace or
4328         isearch-regexp-lax-whitespace is non-nil.
4329         (Info-mode): Don't set local variable search-whitespace-regexp.
4330         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
4332 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4334         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
4335         (debugger-env-macro): Remove support for unread-command-char.
4337         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
4338         the temporary map re-appearing on emulation-mode-map-alists.
4340         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
4341         since 22.1.
4343         * ehelp.el (with-electric-help): Accept functions in
4344         electric-help-form-to-execute.
4345         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
4346         And replace unread-command-char -> unread-command-events.
4348 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
4350         Sync with Tramp 2.2.6.
4352         * net/tramp.el (tramp-accept-process-output): Don't use
4353         JUST-THIS-ONE in the XEmacs case.
4355         * net/trampver.el: Update release number.
4357 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
4359         * emacs-lisp/debug.el (debugger-previous-window-height):
4360         New variable.
4361         (debug): When debugger-jumping-flag is non-nil try to restore
4362         height of debugger window.  (Bug#8789)
4364 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4366         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
4367         overriding-local-map and pre/post-command-hook here.
4368         (edebug-recursive-edit): Do it here instead (bug#12345).
4369         (edebug-outside-unread-command-char): Remove all uses of
4370         unread-command-char.
4372         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
4373         inhibit-debugger is bound instead.
4375 2012-09-11  Bastien Guerry  <bzg@gnu.org>
4377         * subr.el (set-temporary-overlay-map): Add a docstring.
4378         (Bug#12346)
4380 2012-09-11  Bastien Guerry  <bzg@gnu.org>
4382         * minibuffer.el (completion-table-subvert): Fix docstring.
4383         (Bug#12347)
4385 2012-09-11  Bastien Guerry  <bzg@gnu.org>
4387         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
4389 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
4391         * progmodes/sql.el: Version 3.1
4392         (sql-db2-escape-newlines): New variable.
4393         (sql-escape-newlines-filter): Use it.
4395 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
4397         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
4399 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
4401         * vc/diff-mode.el (diff-mode-menu):
4402         Bind diff-remove-trailing-whitespace.
4404 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4406         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
4407         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
4408         (emacs-lisp-byte-code-mode): New functions.
4409         (eval-sexp-add-defvars): Don't skip defvars in column >0.
4410         (eval-defun-2): Remove bogus interactive spec.
4411         (lisp-indent-line): Remove redundant whole-exp code, now done in
4412         indent-according-to-mode.
4413         (save-match-data): Remove redundant indent data.
4415         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
4416         Use `declare'.
4418 2012-09-09  Juri Linkov  <juri@jurta.org>
4420         * replace.el (replace-regexp-lax-whitespace): New defcustom.
4421         (replace-lax-whitespace, query-replace-regexp)
4422         (query-replace-regexp-eval, replace-regexp): Doc fix.
4423         (perform-replace, replace-highlight): Let-bind
4424         isearch-lax-whitespace to replace-lax-whitespace and
4425         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
4427         * isearch.el (isearch-query-replace): Let-bind
4428         replace-lax-whitespace to isearch-lax-whitespace and
4429         replace-regexp-lax-whitespace to
4430         isearch-regexp-lax-whitespace.  (Bug#10885)
4432 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4434         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
4436 2012-09-09  Alan Mackenzie  <acm@muc.de>
4438         * progmodes/cc-engine.el (c-state-cache-init):
4439         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
4440         (c-record-parse-state-state):
4441         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
4443 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
4445         * register.el (register-separator): Rename from
4446         separator-register.  All uses changed.  Doc fix.
4447         (register): Fix version.
4449 2012-09-09  Chong Yidong  <cyd@gnu.org>
4451         * replace.el (query-replace-map): Bind four new symbols for
4452         requesting window scrolling.
4454         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
4455         query-replace-map (Bug#8948).
4457         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
4459         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
4460         since they are now in query-replace-map.
4462         * window.el (scroll-other-window-down): Make the arg optional.
4464 2012-09-09  Chong Yidong  <cyd@gnu.org>
4466         * files.el (hack-local-variables-confirm): Use quit-window to kill
4467         the *Local Variables* buffer.
4469 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
4471         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
4472         not just expect to be at its beginning.  Adjust callees.
4473         Succeed when do-end block has no space before the pipe character.
4474         (ruby-brace-to-do-end): When the original block is one-liner,
4475         convert to multiline.  Reindent the result.
4477 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
4479         * register.el (register): New group.
4480         (separator-register): New user option.
4481         (increment-register): Route it to `append-to-register', if
4482         register contains text.  Implication is that `C-x r +' can now be
4483         used for appending to a text register (bug#12217).
4484         (append-to-register, prepend-to-register): Add separator based on
4485         `separator-register'.
4487 2012-09-08  Alan Mackenzie  <acm@muc.de>
4489         AWK Mode: make auto-newline work when there's "==" in the pattern.
4490         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
4491         correctly.
4492         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
4493         Test more rigorously for "=" token.
4495 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
4497         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
4498         Only fail when reached LIMIT.
4500 2012-09-08  Chong Yidong  <cyd@gnu.org>
4502         * dired.el (dired-mode-map): Don't bind M-=.
4504         * dired-aux.el (dired-diff): Use backup file as default.
4506 2012-09-08  Drew Adams  <drew.adams@oracle.com>
4508         * subr.el (add-to-history): Fix delete usage (Bug#12314).
4510 2012-09-08  Chong Yidong  <cyd@gnu.org>
4512         * subr.el (syntax-after, syntax-class): Doc fix.
4514 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
4516         * window.el (display-buffer-in-previous-window): New buffer
4517         display action function.
4519         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
4520         (debugger-previous-window): New variable.
4521         (debug): Rewrite using display-buffer-in-previous-window,
4522         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
4524 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4526         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
4528 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
4530         * progmodes/python.el (python-shell-send-string):
4531         When default-directory is remote, create temp file on remote
4532         filesystem.
4533         (python-shell-send-file): When file is remote, pass local view of
4534         file paths to remote Python interpreter.  (Bug#12340)
4536 2012-09-07  Chong Yidong  <cyd@gnu.org>
4538         * window.el (switch-to-buffer): Doc fix (Bug#12181).
4540         * files.el (after-find-file): Don't fail on a read-only buffer if
4541         require-final-newline is `visit' or `visit-save' (Bug#11156).
4543         * subr.el (read-char-choice): Allow quitting via ESC ESC.
4545         * userlock.el (ask-user-about-supersession-threat):
4546         Use read-char-choice (Bug#12093).
4548 2012-09-07  Chong Yidong  <cyd@gnu.org>
4550         * subr.el (buffer-narrowed-p): New function.
4552         * ses.el (ses-widen):
4553         * simple.el (count-words--buffer-message):
4554         * net/browse-url.el (browse-url-of-buffer): Use it.
4556         * simple.el (count-words-region): Don't signal an error if there
4557         is a non-nil prefix arg and the mark is not set.
4559         * help.el (describe-key-briefly): Allow the message to be seen
4560         when invoked from the minibuffer (Bug#7014).
4562 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
4564         * progmodes/ruby-mode.el (ruby-end-of-defun)
4565         (ruby-beginning-of-defun): Simplify, allow indentation before
4566         block beginning and end keywords.
4567         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
4568         (ruby-end-of-defun): Expect that the point is at the beginning of
4569         the defun.
4571 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4573         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
4574         (bug#12367).
4575         (cl--make-usage-args): Strip _ from argument names.
4577 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4579         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
4580         obsolete alias speedbar-key-map.
4581         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
4582         (vhdl-index-menu-init): Don't use obsolete variable
4583         font-lock-maximum-size.
4585 2012-09-06  Chong Yidong  <cyd@gnu.org>
4587         * frame.el (window-system-version): Mark as obsolete.
4589         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
4590         of obsolete variable speedbar-key-map.
4592 2012-09-06  Juri Linkov  <juri@jurta.org>
4594         * replace.el (replace-lax-whitespace): New defcustom.
4595         (query-replace, query-replace-regexp, query-replace-regexp-eval)
4596         (replace-string, replace-regexp): Mention it in docstrings.
4597         (perform-replace, replace-highlight): Let-bind
4598         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
4599         to the values of replace-lax-whitespace and regexp-flag.
4600         Don't let-bind search-whitespace-regexp.  (Bug#10885)
4602         * isearch.el (isearch-query-replace): Let-bind
4603         replace-lax-whitespace instead of let-binding
4604         replace-search-function and replace-re-search-function.
4605         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
4606         and isearch-regexp-lax-whitespace to lazy-highlight variables.
4607         (isearch-toggle-symbol): Set isearch-regexp to nil
4608         in isearch-word mode (like in isearch-toggle-word).
4610 2012-09-06  Juri Linkov  <juri@jurta.org>
4612         * replace.el (replace-search-function)
4613         (replace-re-search-function): Set default values to nil.
4614         (perform-replace): Let-bind isearch-related variables based on
4615         replace-related values, call `isearch-search-fun' and let-bind
4616         the result to `search-function'.  Remove code that sets
4617         `search-function' and `search-string' separately for
4618         `delimited-flag'.
4619         (replace-highlight): Add new argument `delimited-flag' and
4620         rename other arguments to the names used in `perform-replace'.
4621         Let-bind `isearch-word' to the argument `delimited-flag'.
4622         (Bug#10885, bug#10887)
4624 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
4626         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
4627         ruby-beginning-of-indent, simplify, allow all keywords to have
4628         indentation before them.
4629         (ruby-beginning-of-indent): Adjust for above.  Search until the
4630         found point is not inside a string or comment.
4631         (ruby-font-lock-keywords): Allow symbols to start with "@"
4632         character, give them higher priority than variables.
4633         (ruby-syntax-propertize-function)
4634         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
4635         matchers.  Expression expansions are not comments when inside a
4636         string, and there comment syntax status is irrelevant.
4637         (ruby-match-expression-expansion): New function.  Check that
4638         expression expansion is inside a string, and it's not escaped.
4639         (ruby-font-lock-keywords): Use it.
4641 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
4643         * help.el (temp-buffer-max-height): New default value.
4644         (temp-buffer-resize-frames): New option.
4645         (resize-temp-buffer-window): Optionally resize frame.
4647         * window.el (fit-frame-to-buffer-bottom-margin): New option.
4648         (fit-frame-to-buffer): New function.
4650 2012-09-05  Glenn Morris  <rgm@gnu.org>
4652         * emulation/cua-rect.el (cua--init-rectangles):
4653         * textmodes/picture.el (picture-mode-map):
4654         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
4655         like forward-char and backward-char.  (Bug#12317)
4657 2012-09-05  Leo Liu  <sdl.web@gmail.com>
4659         * progmodes/flymake.el (flymake-warning-re): New variable.
4660         (flymake-parse-line): Use it.
4662 2012-09-05  Glenn Morris  <rgm@gnu.org>
4664         * calendar/holidays.el (holiday-christian-holidays):
4665         Rename an entry.  (Bug#12289)
4667 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4669         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
4670         (bug#12222).
4672 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4674         * loadup.el: Load macroexp.  Remove hack.
4675         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
4676         (macroexp--expand-all): Use it to get better warnings.
4677         (macroexp--backtrace, macroexp--trim-backtrace-frame)
4678         (internal-macroexpand-for-load): New functions.
4679         (macroexp--pending-eager-loads): New var.
4680         (emacs-startup-hook): New hack to replace one in loadup.el.
4681         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
4682         (cl--compiler-macro-cXXr): Move to top, before they can be used.
4683         (cl-psetf): Simplify.
4684         (cl-defstruct): Add indent rule.
4686 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
4688         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
4689         over `user-mail-address' for the SMTP MAIL FROM envelope.
4690         (smtpmail-via-smtp): Ditto.
4692 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
4694         * progmodes/ruby-mode.el: Clean up keybindings.
4695         (ruby-mode-map): Don't bind ruby-electric-brace,
4696         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
4697         backward-kill-word, reindent-then-newline-and-indent.
4698         (ruby-mark-defun): Remove.
4699         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
4700         (ruby-mode): Set local beginning-of-defun-function and
4701         end-of-defun-function values.
4703 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
4705         * window.el (temp-buffer-window-setup-hook)
4706         (temp-buffer-window-show-hook): New hooks.
4707         (temp-buffer-window-setup, temp-buffer-window-show)
4708         (with-temp-buffer-window): New functions.
4709         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
4710         (special-display-popup-frame): Make sure the window used shows BUFFER.
4712         * help.el (temp-buffer-resize-mode): Fix doc-string.
4713         (resize-temp-buffer-window): New optional argument WINDOW.
4715         * files.el (recover-file, save-buffers-kill-emacs):
4716         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
4718 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
4720         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
4721         remote definition of `default-directory', ensure we can connect.
4723 2012-09-02  Juri Linkov  <juri@jurta.org>
4725         Toggle whitespace matching mode with M-s SPC.
4726         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
4728         * isearch.el (search-whitespace-regexp): Doc fix.
4729         Remove cons cell customization.
4730         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
4731         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
4732         New variables.
4733         (isearch-forward, isearch-forward-regexp): Doc fix.
4734         (isearch-toggle-lax-whitespace): New command.
4735         (search-forward-lax-whitespace, search-backward-lax-whitespace)
4736         (re-search-forward-lax-whitespace)
4737         (re-search-backward-lax-whitespace): New functions.
4738         (isearch-whitespace-regexp): Remove function.
4739         (isearch-query-replace): Let-bind replace-search-function and
4740         replace-re-search-function.
4741         (isearch-occur): Let-bind search-spaces-regexp according to the
4742         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
4743         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
4744         condition for C-q SPC.
4745         (isearch-search-fun-default): Use new functions mentioned above.
4746         (isearch-search-forward, isearch-search-backward): Remove functions.
4747         (isearch-search): Don't let-bind search-spaces-regexp.
4748         (isearch-lazy-highlight-space-regexp): Remove variable.
4749         (isearch-lazy-highlight-lax-whitespace)
4750         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
4751         (isearch-lazy-highlight-new-loop): Use them.
4752         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
4754 2012-09-02  Chong Yidong  <cyd@gnu.org>
4756         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
4758 2012-09-02  Glenn Morris  <rgm@gnu.org>
4760         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
4762 2012-09-01  Glenn Morris  <rgm@gnu.org>
4764         * term.el: Tidy up menu definitions.
4765         (term-mode-map): Use easymenu for In/Out, Complete menus.
4766         (term-pager-break-map): Initialize in the defvar.
4767         (term-terminal-menu, term-signals-menu): Define with easymenu.
4768         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
4769         (term-pager-menu): New, extracted from term-process-pager.
4770         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
4771         (term-update-mode-line): Propertize line/char and page items.
4772         (term-process-pager): Move keymap initialization elsewhere.
4774 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
4776         * window.el (switch-to-prev-buffer): Handle additional values of
4777         BURY-OR-KILL argument.  Don't switch in minibuffer window.
4778         (switch-to-next-buffer): Don't switch in minibuffer window.
4779         (quit-restore-window): New function based on quit-window.
4780         Handle additional values of former KILL argument.
4781         (quit-window): Call quit-restore-window with appropriate
4782         interpretation of KILL argument.
4783         (display-buffer-below-selected): New buffer display action
4784         function.
4786 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4788         * minibuffer.el (completion-at-point-functions): Complete docstring
4789         (bug#12254).
4791 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4793         Better seed support for (random).
4794         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
4795         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
4796         * play/mpuz.el, play/tetris.el, play/zone.el:
4797         * calc/calc-comb.el (math-init-random-base):
4798         * play/blackbox.el (bb-init-board):
4799         * play/life.el (life):
4800         * server.el (server-use-tcp):
4801         * type-break.el (type-break):
4802         Remove unnecessary call to (random t).
4803         * net/sasl.el (sasl-unique-id-function):
4804         Change (random t) to (random), now that the latter is more random.
4805         * play/life.el (life-initialized): Remove no-longer-needed var.
4807 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
4809         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4810         Consider frame's buffer predicate when choosing the buffer.
4811         (Bug#12081)
4813 2012-08-30  Richard Stallman  <rms@gnu.org>
4815         * simple.el (special-mode-map): Delete binding for `z'.
4817 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
4819         * progmodes/compile.el (compilation-always-kill): Doc fix.
4821 2012-08-30  Chong Yidong  <cyd@gnu.org>
4823         * window.el (display-buffer-reuse-frames): Make the obsolescence
4824         message more informative.
4826 2012-08-30  Glenn Morris  <rgm@gnu.org>
4828         * paren.el (show-paren-delay):
4829         Add a :set function.  Doc fix.  (Bug#12297)
4831 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
4833         * progmodes/compile.el (compilation-always-kill): New var.
4834         (compilation-start): Use it.
4836 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4838         * simple.el (read-only-mode): Move from files.el for bootstrapping.
4839         * files.el (read-only-mode): Move to simple.el.
4841         * files.el (read-only-mode): New minor mode.
4842         (toggle-read-only): Use it and mark obsolete.
4843         (find-file--read-only):
4844         * vc/vc.el (vc-next-action, vc-checkout):
4845         * vc/vc-cvs.el (vc-cvs-checkout):
4846         * obsolete/vc-mcvs.el (vc-mcvs-update):
4847         * ffap.el (ffap--toggle-read-only): Update callers.
4849 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
4851         * eshell/esh-ext.el (eshell-external-command): Do not examine
4852         remote shell scripts.
4853         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
4855         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
4856         "/usr/local/sbin".
4858 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4860         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
4862 2012-08-28  Leo Liu  <sdl.web@gmail.com>
4864         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
4865         completion-at-point.  (Bug#12220)
4867         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
4869         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
4871 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4873         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
4874         be buffer-local; add delete-trailing-whitespace (bug#12259).
4876 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
4878         * progmodes/hideif.el (hif-compress-define-list):
4879         Fix typo.  (Bug#11951)
4881 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
4883         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
4884         buffer local setting.
4886         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
4887         rcirc-encode-coding-system.
4889 2012-08-28  Leo Liu  <sdl.web@gmail.com>
4891         * net/rcirc.el (rcirc-split-message): New function.
4892         (rcirc-send-message): Use it.  (Bug#12051)
4894 2012-08-28  Juri Linkov  <juri@jurta.org>
4896         * info.el (Info-fontify-node): Hide empty lines at the end of
4897         the node.  (Bug#12272)
4899 2012-08-27  Drew Adams  <drew.adams@oracle.com>
4901         * dired.el (dired-pop-to-buffer): Make window start at beginning
4902         of buffer (Bug#12281).
4904 2012-08-26  Chong Yidong  <cyd@gnu.org>
4906         * window.el (special-display-regexps, special-display-frame-alist)
4907         (special-display-buffer-names, special-display-function)
4908         (display-buffer-reuse-frames): Mark as obsolete.
4910         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
4912         * help.el (help-print-return-message): Don't treat
4913         display-buffer-reuse-frames specially.
4915 2012-08-26  Chong Yidong  <cyd@gnu.org>
4917         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4918         New variable, replacing gdb-frame-parameters.
4919         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
4920         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
4921         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
4922         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
4923         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
4924         the functions directly with gdb-display-buffer-other-frame-action.
4925         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
4926         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
4927         (gdb-display-stack-buffer, gdb-display-locals-buffer)
4928         (gdb-display-registers-buffer): Define directly.
4929         (def-gdb-display-buffer): Macro deleted.
4930         (gdb-display-buffer): Remove second and third args, callers don't
4931         use them.  Defer to the default display-buffer behavior, apart
4932         from making windows dedicated.
4933         (gdb-setup-windows): Don't call display-buffer unnecessarily.
4935         * progmodes/gud.el (gud-display-line): Just use display-buffer.
4937         * window.el (display-buffer-pop-up-frame): Handle a
4938         pop-up-frame-parameters alist entry.
4939         (display-buffer): Document it.
4941 2012-08-26  Chong Yidong  <cyd@gnu.org>
4943         * isearch.el (search-whitespace-regexp): Make string and nil
4944         values apply to both ordinary and regexp search.  Allow a cons
4945         cell value to distinguish between the two.
4946         (isearch-whitespace-regexp, isearch-search-forward)
4947         (isearch-search-backward): New functions.
4948         (isearch-occur, isearch-search-fun-default, isearch-search)
4949         (isearch-lazy-highlight-new-loop): Use them.
4950         (isearch-forward, isearch-forward-regexp): Doc fix.
4952 2012-08-26  Chong Yidong  <cyd@gnu.org>
4954         * faces.el (help-argument-name): Always inherit from italic
4955         (Bug#12213).
4957 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
4959         * window.el (window--even-window-heights): Even heights when
4960         WINDOW and the selected window form a vertical combination.
4961         (display-buffer-use-some-window): Provide that window used gets
4962         sized back by quit-window.  (Bug#11880) and (Bug#12091)
4964 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4966         Fix file time stamp problem with bzr and CVS (Bug#12001).
4967         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
4968         in the file's time stamp, since the version control system loses
4969         that information.
4971 2012-08-22  Juri Linkov  <juri@jurta.org>
4973         * info.el (Info-fontify-node): Hide the suffix of the
4974         Info file name in the header line.  (Bug#12187)
4976 2012-08-22  Glenn Morris  <rgm@gnu.org>
4978         * calendar/cal-tex.el (cal-tex-weekly-common):
4979         Restore leading blank page.
4981 2012-08-22  Le Wang  <l26wang@gmail.com>
4983         * misc.el (forward-to-word, backward-to-word): Activate or extend
4984         the region under `shift-select-mode'.  (Bug#12231)
4986 2012-08-22  Bastien Guerry  <bzg@gnu.org>
4988         * progmodes/executable.el (executable-prefix): Set to "#!" instead
4989         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
4990         gives details on why the space is never needed.
4992 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
4994         * window.el (walk-window-tree, window-with-parameter):
4995         New optional argument MINIBUF to control whether these functions
4996         should run on the minibuffer window.
4997         (window-at-side-list): Don't operate on minibuffer window.
4998         (window-in-direction): Simplify and rewrite doc-string.
4999         (window--size-ignore): Rename to window--size-ignore-p.
5000         Update callers.
5001         (display-buffer-in-atom-window, window--major-non-side-window)
5002         (window--major-side-window, display-buffer-in-major-side-window)
5003         (delete-side-window, display-buffer-in-side-window):
5004         New functions.
5005         (window--side-check, window-deletable-p, delete-window)
5006         (delete-other-windows, split-window): Handle side windows and
5007         atomic windows appropriately.
5008         (window--display-buffer): Call display-buffer-record-window also
5009         when the window buffer did not change.
5011 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
5013         * help-fns.el (help-fns--key-bindings):
5014         Abbreviate non-symbol remap targets.  (Bug#12174)
5016 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
5018         * dired.el (dired-mark-remembered): Don't clobber point.
5019         (Bug#11795)
5021 2012-08-22  Glenn Morris  <rgm@gnu.org>
5023         * progmodes/bug-reference.el (bug-reference): New custom group.
5024         (bug-reference-bug-regexp): Make it a defcustom.
5026 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
5028         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
5029         (js-paren-indent-offset, js-square-indent-offset)
5030         (js-curly-indent-offset): Add :safe (Bug#12257).
5032 2012-08-22  Edward O'Connor  <hober0@gmail.com>
5034         * json.el (json-key-format): Add error properties.
5035         (json-encode-key): New function.
5036         (json-encode-hash-table, json-encode-alist, json-encode-plist):
5037         Use json-encode-key.
5039 2012-08-22  Glenn Morris  <rgm@gnu.org>
5041         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
5042         (cal-tex-leftday, cal-tex-rightday): Remove functions.
5043         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
5044         Update for above change.
5046 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
5048         * cus-face.el (custom-face-attributes): Fix customize type for the
5049         :underline attribute.  (Bug#11805)
5051 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
5053         * window.el (window-point-1, set-window-point-1): Remove.
5054         (window-in-direction, record-window-buffer)
5055         (set-window-buffer-start-and-point, split-window-below)
5056         (window--state-get-1, display-buffer-record-window):
5057         Replace calls to window-point-1 and set-window-point-1 by calls to
5058         window-point and set-window-point respectively.
5060 2012-08-21  Glenn Morris  <rgm@gnu.org>
5062         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
5063         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
5064         Use it.
5066         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
5067         (cal-tex-shortday): New function.
5068         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
5069         (cal-tex-cursor-filofax-daily): Use the above.
5071         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
5072         New functions.
5073         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
5074         (cal-tex-cursor-filofax-week): Use them.
5076         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
5077         New constants.
5078         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
5079         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
5081         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
5082         (cal-tex-end-document): Don't rely on buffer name.
5084         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
5085         Use cal-tex-vspace.
5086         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
5087         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
5088         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
5089         Use cal-tex-arg.
5091         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
5092         (cal-tex-cursor-week, cal-tex-cursor-week2)
5093         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
5094         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5095         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
5096         (cal-tex-insert-preamble, cal-tex-b-document)
5097         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
5098         Improve cal-tex-cmd usage.
5100         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
5101         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
5102         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
5103         (cal-tex-weekly-paper): New function.
5104         (cal-tex-cursor-week, cal-tex-cursor-week2)
5105         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
5106         (cal-tex-cursor-day): Use it.
5108         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
5109         (cal-tex-cursor-filofax-week): Remove leading blank page.
5111         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
5112         Add autoload cookie.  For now at least, don't use color, since
5113         no other cal-tex function does.
5115         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
5116         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5117         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
5119 2012-08-21  Juri Linkov  <juri@jurta.org>
5121         * info.el (Info-file-attributes): New variable.
5122         (info-insert-file-contents): Add file attributes to
5123         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
5124         `Info-toc-nodes' when previous modtime of the Info file is less
5125         than new modtime.
5126         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
5127         of info.el.  (Bug#12230)
5129 2012-08-20  Glenn Morris  <rgm@gnu.org>
5131         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
5132         * calendar/holidays.el (calendar-holiday-list):
5133         Report errors with display-warning rather than beep'n'sleep.
5135 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
5137         * net/tramp.el (tramp-accept-process-output): Accept only output
5138         from PROC.  Otherwise, process filters and sentinels might be
5139         confused.  (Bug#12145)
5141 2012-08-20  Chong Yidong  <cyd@gnu.org>
5143         * descr-text.el (describe-text-properties-1): Use overlays-in to
5144         report on empty overlays (Bug#3322).
5146 2012-08-20  Glenn Morris  <rgm@gnu.org>
5148         * mail/rmailout.el (rmail-output-read-file-name):
5149         Trap and report errors in rmail-output-file-alist elements.
5151         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
5152         since most non-font-lock faces are not also variables).
5154 2012-08-20  Edward Reingold  <reingold@iit.edu>
5156         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
5157         New function.  (Bug12160)
5159 2012-08-19  Glenn Morris  <rgm@gnu.org>
5161         * mail/rmailout.el (rmail-output-read-file-name):
5162         Fix previous change (when the alist is nil or does not match).
5164 2012-08-19  Chong Yidong  <cyd@gnu.org>
5166         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
5167         (Bug#12228).
5169 2012-08-18  Chong Yidong  <cyd@gnu.org>
5171         * simple.el (yank-handled-properties): New defcustom.
5172         (yank-excluded-properties): Add font-lock-face and category.
5173         (yank): Doc fix.
5175         * subr.el (remove-yank-excluded-properties):
5176         Obey yank-handled-properties.  The special handling of font-lock-face
5177         and category is now done this way, instead of being hard-coded.
5178         (insert-for-yank-1): Remove font-lock-face handling.
5179         (yank-handle-font-lock-face-property)
5180         (yank-handle-category-property): New function.
5182 2012-08-17  Glenn Morris  <rgm@gnu.org>
5184         * mail/rmailout.el (rmail-output-read-file-name):
5185         Check rmail-output-file-alist against the full message body
5186         in the correct rmail buffer.  (Bug#12214)
5188 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
5190         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5191         Eliminate superfluous prompt.  (Bug#12203)
5193 2012-08-17  Chong Yidong  <cyd@gnu.org>
5195         * mouse.el (mouse-appearance-menu): If x-select-font returns a
5196         font spec, set the font directly (Bug#3228).
5198 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
5200         * window.el (delete-window): Fix last fix.
5202 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
5204         * window.el (window-valid-p): Move to window.c.
5205         (window-child, window-child-count, window-last-child)
5206         (window-normalize-window, window-combined-p)
5207         (window-combinations, window-atom-root, window-min-size)
5208         (window-sizable, window-sizable-p, window-size-fixed-p)
5209         (window-min-delta, window-max-delta, window--resizable)
5210         (window--resizable-p, window-resizable, window-total-size)
5211         (window-full-height-p, window-full-width-p, window-body-size)
5212         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
5213         (minimize-window, window-deletable-p, delete-window)
5214         (delete-other-windows, set-window-buffer-start-and-point)
5215         (next-buffer, previous-buffer, split-window, balance-windows-2)
5216         (set-window-text-height, window-buffer-height)
5217         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5218         (truncated-partial-width-window-p): Minor code adjustments.
5219         In doc-strings state whether the argument window has to denote a
5220         live, valid or any window.
5222 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
5224         * progmodes/subword.el (subword-forward-function)
5225         (subword-backward-function, subword-forward-regexp)
5226         (subword-backward-regexp): New variables.
5227         (subword-forward, subword-forward-internal, subword-backward-internal):
5228         Use new variables, eg so that different "word" definitions
5229         can be easily used.  (Bug#11411)
5231 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5233         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
5234         for composite selectors.
5235         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
5236         operation just because we can't find a previous revision.
5238 2012-08-15  Chong Yidong  <cyd@gnu.org>
5240         * frame.el (set-frame-font): Accept font objects.
5242 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5244         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
5246 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
5248         * man.el (Man-overstrike-face, Man-underline-face)
5249         (Man-reverse-face): Remove variables.
5250         (Man-overstrike, Man-underline, Man-reverse): New faces.
5251         (Man-fontify-manpage): Use them instead of the variables.
5252         (Man-cleanup-manpage): Comment change.
5253         (Man-ansi-color-map): New variable.
5254         (Man-fontify-manpage): Use it.
5255         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
5257         Implement ANSI SGR parameters 22-27 (bug#12146).
5258         * ansi-color.el (ansi-colors): Doc fix.
5259         (ansi-color-context, ansi-color-context-region): Doc fix.
5260         (ansi-color--find-face): New function.
5261         (ansi-color-apply, ansi-color-apply-on-region): Use it.
5262         Rename the local variable `face' to `codes' since it is now a list of
5263         ansi codes.  Doc fix.
5264         (ansi-color-get-face): Remove.
5265         (ansi-color-parse-sequence): New function, derived from
5266         ansi-color-get-face.
5267         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
5268         codes 22-27.
5270 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5272         * subr.el (read-passwd): Allow use from a minibuffer.
5274 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
5276         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
5277         inside comments and strings as identifiers.
5279         * progmodes/gud.el (gud-tooltip-print-command): Quote the
5280         expression to evaluate.  This allows to evaluate expressions with
5281         embedded whitespace.
5282         (gud-tooltip-tips): Add a blank before the newline in the
5283         message-box text, for the benefit of message-box emulation on
5284         MS-Windows.
5286         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
5287         messages from GDB, pop them up in a tooltip to give feedback to
5288         user.
5289         (gdb-tooltip-print-1): Quote the expression to evaluate.
5290         This allows to evaluate expressions with embedded whitespace.
5291         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
5292         if the TTY name is nil or empty (which happens when communicating
5293         with the inferior via pipes, e.g. on MS-Windows).
5294         (gdb-internals): If GDB sends a "&\n" empty debugging message,
5295         don't send that to the GUD buffer.
5297 2012-08-14  Glenn Morris  <rgm@gnu.org>
5299         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
5300         Optimize away setq-default with no args, as for setq.  (Bug#12195)
5302 2012-08-14  Chong Yidong  <cyd@gnu.org>
5304         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
5306         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
5307         (Bug#12085).
5309 2012-08-14  Glenn Morris  <rgm@gnu.org>
5311         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
5313 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
5315         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
5316         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5317         Use cached shell name.
5319 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
5321         * progmodes/python.el (python-shell-send-string):
5322         (python-shell-send-setup-code): Do not use `format' with `message'.
5324 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
5326         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
5327         (ruby-percent-literal-beg-re): New constant.
5328         (ruby-syntax-general-delimiters-goto-beg): Rename to
5329         `ruby-syntax-enclosing-percent-literal', improve literal type check.
5330         (ruby-syntax-propertize-general-delimiters): Rename to
5331         `ruby-syntax-propertize-percent-literal', it's a shorter and more
5332         popular term.  Adjust comments everywhere.
5333         (ruby-syntax-propertize-percent-literal): Only propertize when not
5334         inside a simple string or comment.  When the literal is unclosed,
5335         leave the text after it unpropertized.
5336         (ruby-syntax-methods-before-regexp): New constant.
5337         (ruby-syntax-propertize-function): Use it to recognize regexps.
5338         Don't look at the text after regexp, just use the whitelist.
5340 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
5342         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
5343         non-nil always load the compiled file if it exists.  (Bug#12197)
5345 2012-08-14  Chong Yidong  <cyd@gnu.org>
5347         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
5348         (hi-lock-set-pattern): When deciding whether to use font lock or
5349         overlays, look at font-lock-mode instead of font-lock-fontified
5350         (Bug#12168).
5351         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
5352         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
5354 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
5356         * subr.el (internal--after-with-selected-window): Fix typo
5357         (Bug#12193).
5359 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
5361         Use `completion-table-dynamic' for completion functions.
5362         * progmodes/python.el
5363         (python-shell-completion--do-completion-at-point)
5364         (python-shell-completion--get-completions):
5365         Remove functions.
5366         (python-shell-completion-complete-at-point): New function.
5367         (python-completion-complete-at-point): Use it.
5369 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
5371         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
5372         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
5374 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5376         * subr.el (function-get): Refine `autoload' arg so it can also
5377         autoload functions for gv.el (bug#12191).
5378         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
5379         autoloads macros.
5381         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
5382         Prefer pcase-let over destructuring-bind.
5383         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
5384         Also, remove whitespace as we go, rather than after accumulating the
5385         various places.
5387         * subr.el (internal--before-with-selected-window)
5388         (internal--after-with-selected-window): Fix typo seleted->selected.
5389         (with-selected-window): Adjust callers.
5390         Reported by Dmitry Gutov <dgutov@yandex.ru>.
5392 2012-08-13  Bastien Guerry  <bzg@gnu.org>
5394         * window.el (special-display-popup-frame): Minor docstring
5395         enhancement.  (Bug#12172)
5397 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5399         * tar-mode.el (tar-header-data-end): Only ignore size for files of
5400         type 1-6.
5401         (tar-header-block-summarize, tar-get-descriptor): Handle pax
5402         extended headers.
5404         * files.el (hack-local-variables-filter): Remove useless eval.
5406 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
5408         * subr.el (with-selected-window): Fix last change.
5410 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5412         * subr.el (internal--before-with-seleted-window)
5413         (internal--after-with-seleted-window): New functions.
5414         (with-selected-window): Use them, to replace dependency on
5415         tty-top-frame.
5417 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
5419         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
5420         binding for `newline'.
5421         (ruby-move-to-block): When moving backward, stop at block opening,
5422         not indentation.
5423         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
5424         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
5425         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5426         `ruby-toggle-block'.
5428 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5430         * ibuffer.el (ibuffer-do-toggle-read-only):
5431         * dired.el (dired-toggle-read-only):
5432         * buff-menu.el (Buffer-menu-toggle-read-only):
5433         * bindings.el (mode-line-toggle-read-only):
5434         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
5436 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
5438         * descr-text.el (describe-char): Put the overlays over the
5439         "displayed as" character.
5441 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
5443         * calc/calc-units.el (math-default-units-table): Give an
5444         initial value.
5445         (math-put-default-units): Add options to put composite units and
5446         unit systems in the default units table.
5447         (calc-convert-units): Send composite units to
5448         `math-put-default-units' when appropriate.
5450 2012-08-11  Glenn Morris  <rgm@gnu.org>
5452         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
5454         * tutorial.el (help-with-tutorial):
5455         * emacs-lisp/copyright.el (copyright-update-directory):
5456         * emacs-lisp/autoload.el (autoload-find-generated-file)
5457         (autoload-find-file): Disable local eval: (for insurance).
5459         * files.el (hack-local-variables-filter): If an eval: form is not
5460         known to be safe, and enable-local-variables is :safe, then ignore
5461         the form totally, as is done for non-eval forms.  (Bug#12155)
5462         This is CVE-2012-3479.
5464 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5466         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
5467         (rx-form): Simplify.
5469 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
5471         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
5472         ?, _, and : are symbol constituents, ! is not (but kinda should be).
5473         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
5474         (ruby-syntax-propertize-function): Adjust for changes in
5475         `ruby-syntax-propertize-heredoc'.
5477 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
5479         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
5480         binding (use `M-;' instead).
5481         (ruby-singleton-class-p): New function.
5482         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
5484 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5486         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
5488 2012-08-10  Chong Yidong  <cyd@gnu.org>
5490         * progmodes/python.el (python-shell-get-process-name): Don't mess
5491         with same-window-buffer-names.
5493         * eshell/eshell.el (eshell-add-to-window-buffer-names)
5494         (eshell-remove-from-window-buffer-names): Make obsolete.
5495         (eshell-buffer-name, eshell-unload-hook): Don't use them.
5496         (eshell): Just use pop-to-buffer-same-window instead.
5498 2012-08-10  Chong Yidong  <cyd@gnu.org>
5500         * bindings.el: Bind M-= back to count-words-region.
5502         * simple.el (count-words-region): Accept a prefix arg for acting
5503         on the entire buffer.
5504         (count-words--buffer-message): New helper function.
5506 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5508         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
5509         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
5510         (event-start, event-end): Use posn-at-point to return a more
5511         informative posn.
5512         (posnp): New function.
5513         * mouse.el (popup-menu-normalize-position): Use it.
5515 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
5517         * mouse.el (popup-menu-normalize-position): New function.
5518         (popup-menu): Use `popup-menu-normalize-position' to normalize
5519         the form for POSITION argument.
5521         * term/x-win.el (x-menu-bar-open):
5522         Use the value returend from (posn-at-point) as position
5523         passed to `popup-menu'.
5525 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
5527         * calc/calccomp.el (math-compose-expr): Add extra argument
5528         indicating that parentheses should be put around products in
5529         denominators.  Give multiplication precedence over division during
5530         composition.
5532 2012-08-09  Chong Yidong  <cyd@gnu.org>
5534         * man.el (Man-switches, Man-sed-command, Man-awk-command)
5535         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
5536         (Man-untabify-command, manual-program): Convert to defcustom
5537         (Bug#10429).
5539         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
5541         * descr-text.el (describe-char): Don't insert extra newlines
5542         (Bug#10127).
5544         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
5545         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
5547         * align.el (align-region): Delete temporary markers (Bug#10047).
5548         Plus some code cleanups.
5550 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
5552         * progmodes/python.el (python-pdbtrack-tracked-buffer)
5553         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
5554         (python-shell-internal-last-output): Use make-local-variable
5555         instead of make-variable-buffer-local.
5557 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
5559         * progmodes/python.el: Enhancements to forward-sexp.
5560         (python-nav-forward-sexp): Rename from
5561         python-nav-forward-sexp-function.
5562         (python-nav--forward-sexp, python-nav--backward-sexp):
5563         New functions.
5565 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
5567         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
5568         modes and simplification modes.
5570 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5572         * delsel.el (delete-selection-pre-hook): Don't propagate the
5573         file-supersession signals (bug#12161).
5575 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5577         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
5578         (cl-map-extents): Add compatibility aliases (bug#12135).
5580 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
5582         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
5583         tests by `ignore-error'.
5584         (tramp-find-shell): Open also a new shell, when cache is already
5585         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
5587 2012-08-08  Juri Linkov  <juri@jurta.org>
5589         * bookmark.el: Add `defaults' property to the bookmark record.
5590         (bookmark-current-buffer): Doc fix.
5591         (bookmark-make-record): Add `defaults' property with default values
5592         to the bookmark record.
5593         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
5594         with `bookmark-insert-current-bookmark'.
5595         (bookmark-set): Get `defaults' property from the bookmark record
5596         and use it in `read-from-minibuffer'.
5597         (bookmark-insert-current-bookmark): Remove function.
5599         * info.el (Info-bookmark-make-record): Add `defaults' property
5600         with values of canonical Info node name, the current Info file
5601         name and the current Info node name.  (Bug#12107)
5603 2012-08-08  Juri Linkov  <juri@jurta.org>
5605         * files.el (basic-save-buffer): Use `buffer-name' as the default
5606         of `read-file-name' when buffer is not visiting a file (bug#12128).
5608 2012-08-08  Juri Linkov  <juri@jurta.org>
5610         * info.el (Info-isearch-search): Doc fix.
5611         (Info-search): Change search-failed message from "initial node" to
5612         "end of node" (bug#12078).
5613         (Info-isearch-search): Change `isearch-string-state' to
5614         `isearch--state-string'.
5616 2012-08-08  Glenn Morris  <rgm@gnu.org>
5618         * language/persian.el: Remove file.
5619         * language/misc-lang.el: Move unique part of persian.el here.
5620         * loadup.el: Remove language/persian.
5622 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
5624         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
5626 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5628         * progmodes/python.el Fixed defsubst warning.
5629         (python-syntax-context) Rename from python-info-ppss-context.
5630         (python-syntax-context-type): Rename from
5631         python-info-ppss-context-type.
5632         (python-syntax-comment-or-string-p): Rename from
5633         python-info-ppss-comment-or-string-p.
5635 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
5637         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
5639 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
5641         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
5642         a defcustom that is quoted with backquote.
5644         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
5645         Fix handling of interactive spec when the body uses return.
5646         (math-do-arg-check, math-define-function-body): Use backquote forms.
5647         * calc/calc-ext.el (math-defcache): Likewise.
5648         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
5649         * allout.el (allout-new-exposure): Likewise.
5650         * calc/calcalg2.el (math-tracing-integral): Likewise.
5651         * info.el (Info-last-menu-item): Likewise.
5652         * emulation/vip.el (vip-loop): Likewise.
5653         * textmodes/artist.el (artist-funcall): Likewise.
5654         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
5655         Construct menu-item directly.
5657         * progmodes/autoconf.el (font-lock-syntactic-keywords):
5658         Don't declare.
5660 2012-08-07  Chong Yidong  <cyd@gnu.org>
5662         * simple.el (deactivate-mark): Preserve text properties when
5663         saving the primary selection (Bug#8384).
5665 2012-08-07  Kevin Ryde  <user42@zip.com.au>
5667         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
5668         (woman-parse-numeric-value): On a bad .IP line, issue a warning
5669         and continue processing (Bug#12110).
5671 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5673         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
5674         syntax-propertize-function (bug#10095).
5676 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5678         * help-fns.el (help-fns--key-bindings, help-fns--signature)
5679         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
5680         describe-function-1.
5681         (describe-function-1): Use them.  Move compiler macro after sig.
5682         (help-fns--compiler-macro): Use function-get.  Assume we're already in
5683         standard-output.  Adjust layout to new call order.
5685         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
5686         re-binding a symbol that has a symbol-macro (bug#12119).
5688 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
5690         * language/persian.el: New file.  (Bug#11812)
5691         * loadup.el: Add language/persian.el.
5693 2012-08-06  Chong Yidong  <cyd@gnu.org>
5695         * window.el (window--maybe-raise-frame): New function.
5696         (window--display-buffer): Split off from here.
5697         (display-buffer-reuse-window, display-buffer-pop-up-frame)
5698         (display-buffer-pop-up-window, display-buffer-use-some-window):
5699         Obey an inhibit-switch-frame action alist entry.
5700         (display-buffer): Update doc.
5702         * replace.el (occur-after-change-function): Avoid losing focus by
5703         using the inhibit-switch-frame display parameter (Bug#12139).
5705 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
5707         Make internal shell process buffer names start with space.
5708         * progmodes/python.el (python-shell-make-comint): Add optional
5709         argument INTERNAL.
5710         (run-python-internal): Use it.
5711         (python-shell-internal-get-or-create-process): Check for new
5712         internal buffer names.
5714 2012-08-06  Glenn Morris  <rgm@gnu.org>
5716         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5717         Do less getting and setting of environment variables.
5719 2012-08-05  Chong Yidong  <cyd@gnu.org>
5721         * proced.el (proced): Add substitution string to docstring to
5722         trigger autoloading of the proced library on C-h f (Bug#1768).
5724         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5725         Don't show defvars which have no second argument (Bug#8638).
5727         * imenu.el (imenu-generic-expression): Move documentation here
5728         from imenu--generic-function.
5729         (imenu--generic-function): Refer to imenu-generic-expression.
5731 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
5733         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
5734         indentation declaration.
5735         (viper-loop): Add indentation declaration (Bug#7025).
5737 2012-08-05  Chong Yidong  <cyd@gnu.org>
5739         * help-fns.el (describe-variable): Add hyperlink for
5740         directory-local variables files.  Improve buffer-local and
5741         permanent-local reporting; suggested by MON KEY (Bug#6644).
5743         * help-mode.el (help-dir-local-var-def): New button type.
5745         * files.el (kill-buffer-hook): Provide a defvar.
5747 2012-08-05  Glenn Morris  <rgm@gnu.org>
5749         * eshell/esh-ext.el (eshell/addpath):
5750         Also update eshell-path-env.  (Bug#12013)
5752 2012-08-05  Chong Yidong  <cyd@gnu.org>
5754         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
5756         * fringe.el (fringe-styles): Add docstring.
5757         (fringe--check-mode): New function.
5758         (set-fringe-mode, set-fringe-style): Use it.
5759         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
5761         * files.el (set-auto-mode): Fix invalid setq call.
5763 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5765         * isearch.el: Misc simplification; use defstruct.
5766         (isearch-mode-map): Dense maps now work like sparse ones.
5767         (isearch--state): New defstruct.
5768         (isearch-string-state, isearch-message-state, isearch-point-state)
5769         (isearch-success-state, isearch-forward-state)
5770         (isearch-other-end-state, isearch-word-state, isearch-error-state)
5771         (isearch-wrapped-state, isearch-barrier-state)
5772         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
5773         replaced by defstruct's accessors.
5774         (isearch--set-state): Rename from isearch-top-state and change
5775         calling convention.
5776         (isearch-push-state): Use new isearch--get-state.
5777         (isearch-toggle-word): Disable regexp when enabling word.
5778         (isearch-message-prefix): Remove unused arg _c-q-hack.
5779         (isearch-message-suffix): Remove unused arg _ellipsis.
5781 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
5783         * simple.el (list-processes--refresh): For a server use :host or
5784         :local as the address.
5785         (list-processes): Doc fix.
5787 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
5789         * lisp/mpc.el: Support password in host argument.
5790         (mpc--proc-connect): Parse and use new password element.
5791         Set mpc-proc variable instead of returning process.
5792         (mpc-proc): Adjust accordingly.
5794 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
5796         * whitespace.el (whitespace-display-mappings): Use Unicode
5797         codepoints, instead of emacs-mule codepoints.  See
5798         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
5799         for the details.
5801         * files.el (file-truename): Don't skip symlink-chasing part on
5802         windows-nt.  Incorporate the resolution of 8+3 short aliases on
5803         Windows into the loop that recursively chases symlinks.
5804         Compare directory and its parent case-insensitively on MS-Windows and
5805         MS-DOS.
5807 2012-08-03  Chong Yidong  <cyd@gnu.org>
5809         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
5811         * sort.el (sort-regexp-fields): Doc fix.
5813 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
5815         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
5816         labels regex position point at the expected place.
5818 2012-08-03  MON KEY  <monkey@sandpframing.com>
5820         * net/imap.el (imap-interactive-login, imap-authenticate)
5821         (imap-mailbox-lsub, imap-mailbox-list)
5822         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
5823         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
5824         (imap-parse-response): Doc fix.
5826 2012-08-03  João Távora  <joaotavora@gmail.com>
5828         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
5829         if sexp scanning does not move point (Bug#5734).
5831 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
5833         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
5834         Add listings, minted, and ctable packages.
5835         (reftex-label-alist-builtin): Move listings, minted, and ctable
5836         entries before LaTeX.
5837         (reftex-label-alist): Docfix.
5839 2012-08-02  Bastien Guerry  <bzg@gnu.org>
5841         * replace.el (occur): Fix docstring (bug#12122).
5843 2012-08-02  Glenn Morris  <rgm@gnu.org>
5845         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
5847 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
5849         Obsolete alias inactivate-current-input-method-function (Bug#10150).
5850         * international/mule-cmds.el: Create
5851         inactivate-current-input-method-function as an obsolete alias for
5852         deactivate-current-input-method-function.  See Katsumi Yamaoka in
5853         <http://bugs.gnu.org/10150#46>.
5855 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
5857         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
5858         of nested `if's.
5860 2012-08-01  Glenn Morris  <rgm@gnu.org>
5862         * progmodes/autoconf.el (autoconf-definition-regexp):
5863         Add AH_TEMPLATE, adjust submatch numbering.
5864         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
5865         (autoconf-current-defun-function): Update for above change.
5866         (autoconf-current-defun-function): First skip to end of current word.
5868 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
5870         * calendar/cal-html.el (cal-html-insert-agenda-days):
5871         Fix typo.  (Bug#12018)
5873 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
5875         Shell processes: enhancements to startup and CEDET compatibility.
5876         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
5877         (python-shell-make-comint): accept-process-output at startup.
5878         (run-python-internal): Set inferior-python-mode-hook to nil.
5879         (python-shell-internal-get-or-create-process): call sit-for.
5880         (python-preoutput-result): Add obsolete alias.
5881         (python-shell-internal-send-string): Use it.
5882         (python-shell-send-setup-code): Remove call to
5883         accept-process-output.
5885 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
5887         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
5888         (Bug#12108)
5890 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
5892         * calc-mode.el (calc-basic-simplification-mode): Rename from
5893         `calc-limited-simplification-mode'.
5894         (calc-alg-simplification-mode): New function.
5895         (calc-set-simplify-mode): Adjust message.
5897         * calc.el (calc-set-mode-line): Adjust mode line display for
5898         basic simplification mode.
5900         * calc-help.el (calc-m-prefix-help): Update help message.
5902         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
5903         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
5905 2012-07-31  Bastien Guerry  <bzg@gnu.org>
5907         * man.el (man): Fix comment.  (bug#12101)
5909 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
5911         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5912         Don't return a non-nil value when no suitable buffer was found.
5914 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
5916         * progmodes/python.el (run-python-internal): Disable font lock for
5917         internal shells.
5919 2012-07-30  Stefan Merten  <smerten@oekonux.de>
5921         * textmodes/rst.el: Silence `checkdoc-ispell'.
5922         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5923         (rst-official-version, rst-official-cvs-rev)
5924         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
5925         (rst-mode-map): New key binding.
5927 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
5929         Update .PHONY listings in makefiles.
5930         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
5931         autoloads, update-subdirs, updates, bzr-update, update-authors,
5932         compile-onefile, compile-calc, backup-compiled-files,
5933         compile-after-backup, compile-one-process, mh-autoloads,
5934         bootstrap-clean, distclean, maintainer-clean.
5936 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
5938         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
5939         (calc-set-mode-line): Don't display "AlgSimp ".
5941         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
5942         (calc-lim-simplify-mode): New function.
5943         (calc-set-simplify-mode): Default to 'alg.
5944         (calc-default-simplify-mode): Make algebraic simplifications
5945         the default.
5947         * calc/calc-ext.el (calc-init-extensions): Remove binding for
5948         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
5950         * calc/calc-help.el (calc-m-prefix-help): Change messages to
5951         indicate new simplification modes.
5953         * calc/README: Mention new default simplification mode.
5955         * calc/calc.el (math-normalize-error): New variable.
5956         (math-normalize): Set `math-normalize-error' to t
5957         when there's an error.
5959         * calc/calc-alg.el (math-simplify): Don't simplify when
5960         `math-normalize' returns an error.
5962 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
5964         * international/mule-cmds.el (set-locale-environment): Revert last
5965         change, since display-graphic-p returns nil when this function is
5966         called during startup.  Instead...
5968         * term/w32console.el (terminal-init-w32console): ...setup the
5969         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
5971 2012-07-29  Juri Linkov  <juri@jurta.org>
5973         * simple.el (goto-line): Don't display default line number in the
5974         prompt because it should be displayed by `read-number' (bug#9952).
5975         Add the current line number to the defaults of `goto-line' to
5976         allow its easier modification by users with `M-n' (bug#9201).
5978         * subr.el (read-number): Support multiple default values like in
5979         other minibuffer reading functions.  Replace `read' with
5980         `string-to-number' for consistency with `number-to-string'.
5982 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
5984         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
5985         * emulation/viper-init.el (viper-deactivate-input-method-action):
5986         Rename from viper-inactivate-input-method-action.
5987         (viper-deactivate-input-method):
5988         Rename from viper-inactivate-input-method.
5989         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
5990         * international/mule-cmds.el (deactivate-input-method):
5991         Rename from inactivate-input-method.
5992         Also run input-method-deactivate-hook.
5993         (deactivate-current-input-method-function):
5994         Rename from inactivate-current-input-method-function.
5995         (input-method-deactivate-hook): New hook.
5996         (input-method-inactivate-hook): Mark obsolete.
5997         (inactivate-input-method): Mark obsolete.
5999         * international/quail.el (quail-activate):
6000         Also run quail-deactivate-hook.
6001         (quail-deactivate): Rename from quail-inactivate.
6002         * international/robin.el (robin-activate):
6003         Also run robin-deactivate-hook.
6004         (robin-deactivate): Rename from robin-inactivate.
6006 2012-07-29  Chong Yidong  <cyd@gnu.org>
6008         * simple.el (indicate-copied-region): New function.
6009         (kill-ring-save): Split off from here.
6011         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
6012         (kill-rectangle): Set deactivate-mark to t on read-only error.
6014         * register.el (copy-to-register, copy-rectangle-to-register):
6015         Deactivate the mark, and use indicate-copied-region (Bug#10056).
6016         (append-to-register, prepend-to-register): Call indicate-copied-region.
6018 2012-07-29  Juri Linkov  <juri@jurta.org>
6020         * simple.el (async-shell-command-buffer): New defcustom.
6021         (shell-command): Use it.  (Bug#4719)
6023 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
6025         * international/mule-cmds.el (set-locale-environment): In a
6026         console session on MS-Windows, set up keyboard and terminal
6027         encoding from the OEM codepage, not the ANSI codepage.
6028         (Bug#12055)
6030 2012-07-28  Chong Yidong  <cyd@gnu.org>
6032         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
6033         gdb-get-location.
6035 2012-07-28  Leo Liu  <sdl.web@gmail.com>
6037         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
6038         the alist (bug#12029).
6040 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
6042         * makefile.w32-in (custom-deps, finder-data, updates, compile)
6043         (compile-always, compile-first)
6044         ($(lisp)/calendar/cal-loaddefs.el)
6045         ($(lisp)/calendar/diary-loaddefs.el)
6046         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
6047         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
6048         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
6049         instead of on update-subdirs.
6050         (bootstrap-clean): Delete $(lisp)/subdirs.el.
6052 2012-07-28  Chong Yidong  <cyd@gnu.org>
6054         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
6055         directory if vc-deduce-backend returns nil (Bug#7350).
6057         * simple.el (delete-trailing-lines): New option.
6058         (delete-trailing-whitespace): Obey it (Bug#11879).
6060 2012-07-28  David Engster  <deng@randomsample.de>
6062         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
6063         Explanation of new 'symbol-qnames feature in doc-strings.
6064         (xml-maybe-do-ns): Return expanded names as plain symbols if
6065         'symbol-qnames was provided in XML-NS argument (Bug#11916).
6066         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
6068 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
6070         Consistent completion in inferior python with emacs -nw.
6071         * progmodes/python.el (inferior-python-mode): replace "<tab>"
6072         binding in inferior-python-mode-map with "\t".
6073         (python-shell-completion-complete-at-point)
6074         (python-completion-complete-at-point): Remove interactive spec.
6076 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
6078         * calc/calccomp.el (math-compose-expr): Undo previous change.
6080 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
6082         * progmodes/python.el (python-mode-map): Add keybinding for
6083         run-python.
6084         (python-shell-make-comint): Fix pop-to-buffer call.
6085         (run-python): Autoload.  New arg SHOW.
6086         (python-shell-get-or-create-process): Do not pop python process
6087         buffer.
6089 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
6091         * notifications.el (notifications-on-action-signal)
6092         (notifications-on-closed-signal): Use also the bus address for the map.
6093         (notifications-notify, notifications-close-notification)
6094         (notifications-get-capabilities): Add optional argument BUS.
6096 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
6098         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
6099         Add support for the lstlisting and minted environments, and for the
6100         ctable macro.
6101         * textmodes/reftex.el (reftex-compile-variables): Also recognize
6102         labels written in keyvals syntax.
6104 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
6106         * calc/calccomp.el (math-compose-expr): Use parentheses when
6107         there is a product in the denominator of a fraction.
6109 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
6111         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
6112         ($(lisp)/calendar/diary-loaddefs.el)
6113         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
6114         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
6115         Fixes failures in parallel bootstrap because subdirs.el is being
6116         rewritten while the autoload files are built at the same time,
6117         which needs to load subdirs.el.
6119 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
6121         * mouse.el (popup-menu): Fix doc-string and re-indent code.
6122         (mouse-drag-line): Don't exit tracking when a switch-frame or
6123         switch-window event occurs (Bug#12006).
6125 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6127         * mouse.el (popup-menu): Fix last change.
6129 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6131         Autoload from Lisp with more care.  Follow aliases when looking for
6132         function properties.
6133         * subr.el (autoloadp): New function.
6134         (symbol-file): Use it.
6135         (function-get): New function.
6136         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
6137         autoload-do-load.
6138         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
6139         (lisp-indent-function):
6140         * emacs-lisp/gv.el (gv-get):
6141         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
6142         * emacs-lisp/byte-opt.el (byte-optimize-form):
6143         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6144         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
6145         Use function-get.
6146         * emacs-lisp/cl.el: Don't propagate function properties any more.
6148         * speedbar.el (speedbar-add-localized-speedbar-support):
6149         * emacs-lisp/disass.el (disassemble-internal):
6150         * desktop.el (desktop-load-file):
6151         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
6152         (describe-function-1):
6153         * emacs-lisp/find-func.el (find-function-noselect):
6154         * emacs-lisp/elp.el (elp-instrument-function):
6155         * emacs-lisp/advice.el (ad-has-proper-definition):
6156         * apropos.el (apropos-safe-documentation, apropos-macrop):
6157         * emacs-lisp/debug.el (debug-on-entry):
6158         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
6159         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6160         * calc/calc.el (name): Use autoloadp & autoload-do-load.
6162 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
6164         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
6165         function, not an obsolete variable (Bug#12046).
6167 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
6169         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
6171 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
6173         * emacs-lisp/pp.el (pp-display-expression): Select old selected
6174         window only if it is still live (Bug#12034).
6176 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
6178         * subr.el (redirect-frame-focus): Add advertised calling
6179         convention (Bug#12030).
6181 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
6183         Prefer typical American spelling for "acknowledgment".
6184         * vc/add-log.el (change-log-acknowledgment): Rename from
6185         change-log-acknowledgement, with an alias for the old name.
6187 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
6189         * calc-alg.el (math-simplify-divide): Don't cross multiply
6190         in an equation when the lhs is a variable.
6192 2012-07-24  Julien Danjou  <julien@danjou.info>
6194         * net/netrc.el (netrc-find-service-number, netrc-store-data):
6195         Remove, unused.
6197 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
6199         * startup.el (command-line): Don't display an empty user name in
6200         the error message about non-existent home directory, when
6201         init-file-user was set to an empty string.  See
6202         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
6203         for the details and context.
6205 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
6207         * ses.el (ses-cell-formula-aset): New macro.
6208         (ses-cell-references-aset): New macro.
6209         (ses-cell-p): New function.
6210         (ses-rename-cell): Do no longer rely on complex operations like
6211         ses-cell-set-formula or ses-set-cell to change the cell and handle
6212         the undo at the same time, but rather use lower level new macros
6213         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
6214         the undo directly.  Refresh the mode line.
6216 2012-07-21  Leo Liu  <sdl.web@gmail.com>
6218         * progmodes/cc-cmds.el (c-defun-name):
6219         Use match-string-no-properties instead for consistency.
6221 2012-07-20  Leo Liu  <sdl.web@gmail.com>
6223         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
6224         (Bug#7879)
6226         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
6228 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6230         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
6231         * progmodes/bug-reference.el, misearch.el: Provide themselves
6232         (bug#11915).
6234         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
6235         of narrowed buffer (bug#11966).
6237 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
6239         * ses.el (ses-rename-cell): Set new name also in reference list of
6240         cells of which the renamed cell depends.
6242 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
6244         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
6245         to check whether menu-bar is shown or not.  If not shown,
6246         show the menu-bar as a popup menu instead of using tmm.
6247         * mouse.el (popup-menu): Accept `point' as `position' argument.
6249 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
6251         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
6252         up inside string symbol literal (bug#11923).
6254 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
6256         * startup.el (fancy-startup-text): Read the whole tutorial, not
6257         just its first 256 bytes.  Prevents gibberish in display of the
6258         tutorial title.
6260 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
6262         Drop idle buffer compaction due to an absence of the
6263         proved efficiency.
6264         * compact.el: Remove.
6266 2012-07-19  Sam Steingold  <sds@gnu.org>
6268         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
6269         vc-bzr-pull & vc-bzr-merge-branch.
6270         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
6271         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
6272         for consistency with compilation-error-regexp-alist.
6273         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
6274         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
6275         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
6276         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
6278 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6280         * emacs-lisp/chart.el: Use lexical-binding.
6281         (chart-emacs-storage): Don't hardcode the list of entries.
6283 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
6285         Next round of tweaks caused by Fgarbage_collect changes.
6286         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
6288 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
6290         Compact buffers when idle.
6291         * compact.el: New file.
6293 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6295         * subr.el (eventp): Presume that if it looks vaguely like an event,
6296         it's an event (bug#10190).
6298 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
6300         Enhancements to ppss related code (thanks Stefan).
6301         * progmodes/python.el (python-indent-context)
6302         (python-indent-calculate-indentation, python-indent-dedent-line)
6303         (python-indent-electric-colon, python-nav-forward-block)
6304         (python-mode-abbrev-table)
6305         (python-info-assignment-continuation-line-p): Simplify checks
6306         for ppss context.
6307         (python-info-continuation-line-p): Cleanup.
6308         (python-info-ppss-context): Do not catch 'quote.
6309         (python-info-ppss-context-type)
6310         (python-info-ppss-comment-or-string-p): Simplify.
6312 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
6314         * progmodes/python.el: Enhancements to eldoc support.
6315         (python-info-current-symbol): New function.
6316         (python-eldoc-at-point): Use python-info-current-symbol.
6317         (python-info-current-defun): Fix cornercase on first defun scan.
6318         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
6319         and signal error when no inferior python process is available.
6321 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
6323         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
6324         assume it's always t.
6325         (vc-git-registered): Remove caching, the function is only called
6326         once.
6327         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
6329 2012-07-18  Chong Yidong  <cyd@gnu.org>
6331         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
6333         * simple.el (count-words): Report on narrowing (Bug#9959).
6335         * bindings.el: Bind M-= to count-words.
6337         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
6339 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
6341         * progmodes/sh-script.el (sh-imenu-generic-expression):
6342         Capture a function with `function' keyword and without parentheses
6343         like "function FOO" (bug#11856).
6345 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
6347         * window.el (split-window-sensibly): Make WINDOW argument
6348         optional.
6350 2012-07-18  Chong Yidong  <cyd@gnu.org>
6352         * subr.el (keyboard-translate): Doc fix (Bug#7261).
6354         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
6355         and make C-x 8 RET exit isearch (Bug#11439).
6357         * international/iso-transl.el: Move isearch-mode-map key
6358         definitions to isearch.el.
6360 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6362         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
6363         (eieio-defclass): Use gv-define-setter when possible.
6365 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
6367         Reflect recent changes in Fgarbage_collect.
6368         * emacs-lisp/chart.el (chart-emacs-storage): Change to
6369         reflect new format of data returned by Fgarbage_collect.
6371 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
6373         New utility functions + python-info-ppss-context fix (Bug#11910).
6374         * progmodes/python.el (python-info-beginning-of-block-statement-p)
6375         (python-info-ppss-comment-or-string-p): New functions.
6376         (python-info-ppss-context): Small fix for string check.
6378 2012-07-17  Juri Linkov  <juri@jurta.org>
6380         * dired-aux.el (dired-do-async-shell-command): Doc fix.
6381         (dired-do-async-shell-command): Don't add `*' at the end of the
6382         command (Bug#11815).
6383         (dired-do-shell-command): Doc fix.
6384         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
6385         Join the individual commands using either "&" or ";" as the
6386         separator depending on the values of these trailing characters.
6387         At the end re-add the trailing "&".  (Bug#10598)
6389         * simple.el (async-shell-command): Sync the interactive spec with
6390         `shell-command'.  Doc fix.
6391         (shell-command): Doc fix.
6393 2012-07-17  Juri Linkov  <juri@jurta.org>
6395         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
6397 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
6399         Final renames and doc fixes for movement commands (bug#11899).
6400         * progmodes/python.el (python-nav-beginning-of-statement):
6401         Rename from python-nav-statement-start.
6402         (python-nav-end-of-statement): Rename from
6403         python-nav-statement-end.
6404         (python-nav-beginning-of-block): Rename from
6405         python-nav-block-start.
6406         (python-nav-end-of-block): Rename from python-nav-block-end.
6408 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
6410         * progmodes/python.el (python-shell-send-string-no-output):
6411         Allow accept-process-output to quit, keeping shell process ready for
6412         future interactions (Bug#11868).
6414 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6416         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
6418         * emacs-lisp/elint.el (elint-find-args-in-code):
6419         Use help-function-arglist, so as to handle lexical byte-code.
6421         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
6422         change (bug#11826).
6424 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6426         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
6427         Avoid spuriously marking the buffer as modified because of c-is-sws.
6429         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
6430         as not-a-comment (bug#11946).
6432         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
6433         for uninterned vars.
6435         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
6436         Use read-event since we don't really want to read chars but bytes.
6438         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
6439         $$..$$ but also $..$ using regexps (bug#11953).
6440         Use tex-verbatim for \url and \path.
6441         (tex-font-lock-keywords): Define as defconst like the others.
6442         (tex-common-initialization): Don't use font-lock-syntax-table any more.
6444 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
6446         * international/mule-cmds.el (ucs-insert): Make it an obsolete
6447         alias for insert-char.
6449 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
6451         * progmodes/python.el: Simplified imenu implementation.
6452         (python-nav-jump-to-defun): Remove command.
6453         (python-mode-map): Use `imenu' instead.
6454         (python-nav-list-defun-positions-cache)
6455         (python-imenu-include-defun-type, python-imenu-make-tree)
6456         (python-imenu-subtree-root-label, python-imenu-index-alist):
6457         Remove vars.
6458         (python-nav-list-defun-positions, python-nav-read-defun)
6459         (python-imenu-tree-assoc, python-imenu-make-element-tree)
6460         (python-imenu-make-tree, python-imenu-create-index):
6461         Remove functions.
6462         (python-mode): Update to interact with imenu by setting
6463         `imenu-extract-index-name-function' only.
6465 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
6467         * progmodes/python.el: Enhancements to navigation commands.
6468         (python-nav-backward-sentence)
6469         (python-nav-forward-sentence): Remove.
6470         (python-nav-backward-statement, python-nav-forward-statement)
6471         (python-nav-statement-start, python-nav-statement-end)
6472         (python-nav-backward-block, python-nav-forward-block)
6473         (python-nav-block-start, python-nav-block-end)
6474         (python-nav-forward-sexp-function)
6475         (python-info-current-line-comment-p)
6476         (python-info-current-line-empty-p): New functions.
6477         (python-indent-context): Use `python-nav-statement-start'.
6479 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
6481         * eshell/em-ls.el (eshell/ls): Use `apply'.
6483         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
6484         multi-hops, instead of Tramp internals.
6486         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
6488         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
6489         when F1 and F2 are located on different hosts.
6491 2012-07-14  Chong Yidong  <cyd@gnu.org>
6493         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
6494         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
6495         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
6496         (xterm-mouse--read-event-sequence-1000)
6497         (xterm-mouse--read-event-sequence-1006): New functions.  For old
6498         mouse protocol, handle M-mouse-X events correctly.
6499         (xterm-mouse-event): New arg specifying mouse protocol.
6500         (turn-on-xterm-mouse-tracking-on-terminal)
6501         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
6502         sequence to toggle extended coordinates on newer XTerms.
6503         This appears to be harmless on terminals which do not support this.
6505 2012-07-14  Leo Liu  <sdl.web@gmail.com>
6507         Add fringe bitmap indicators for flymake.  (Bug#11253)
6508         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
6509         (flymake-make-overlay): New arg BITMAP.
6510         (flymake-error-bitmap, flymake-warning-bitmap)
6511         (flymake-fringe-indicator-position): New user variables.
6513         * fringe.el: New bitmap exclamation-mark.
6515 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
6517         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
6518         also (Bug#7879).
6520 2012-07-14  Chong Yidong  <cyd@gnu.org>
6522         * electric.el (electric-pair-post-self-insert-function): Fix pair
6523         insertion in empty-region case (Bug#11520).
6525 2012-07-14  Chong Yidong  <cyd@gnu.org>
6527         * bindings.el: Consolidate ctl-x-r-map bindings.
6528         Bind copy-rectangle-as-kill to C-x r w.
6530         * rect.el, register.el: Move bindings to bindings.el.
6532 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
6534         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
6536 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
6538         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
6540 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
6542         * bindings.el (top): Use `mapc' instead of `mapcar'.
6544         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
6546 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
6548         * progmodes/sql.el (sql-comint): Suppress the check for program on
6549         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
6550         (Bug#11908)
6552 2012-07-13  Chong Yidong  <cyd@gnu.org>
6554         * bindings.el: Assign a non-nil permanent-local property to
6555         per-buffer variables which lack a default value (Bug#11930).
6557         * help-fns.el (describe-variable): In the "automatically becomes
6558         local" notice, take note of permanent-local variables.
6560 2012-07-13  Chong Yidong  <cyd@gnu.org>
6562         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
6563         to allow printing the message when called from Lisp.
6565         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6566         Remove toggle-read-only.
6568         * bs.el (bs-toggle-readonly):
6569         * buff-menu.el (Buffer-menu-toggle-read-only):
6570         Remove with-no-warnings around toggle-read-only.
6572         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
6573         Remove with-no-warnings around toggle-read-only.
6574         (ffap-read-only, ffap-read-only-other-window)
6575         (ffap-read-only-other-frame): Callers changed.
6577         * help-mode.el: Don't require view package.
6578         (help-mode-finish): Set buffer-read-only instead of calling
6579         toggle-read-only.
6581         * bindings.el (mode-line-toggle-read-only):
6582         * dired.el (dired-toggle-read-only):
6583         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
6584         with non-nil second arg.
6586         * emacs-lisp/eieio-custom.el (eieio-customize-object):
6587         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
6588         directly.
6590 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
6592         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
6593         not incf.
6595 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6597         More CL cleanups and reduction of use of cl.el.
6598         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
6599         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
6600         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
6601         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
6602         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
6603         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
6604         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
6605         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
6606         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
6607         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
6608         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
6609         * eshell/em-cmpl.el, eshell/em-banner.el:
6610         * calendar/parse-time.el: Use cl-lib.
6611         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
6612         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
6613         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
6614         * term/ns-win.el, term.el, shell.el, ps-samp.el:
6615         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
6616         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
6617         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
6618         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
6619         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
6620         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
6621         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
6622         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
6623         `lambda' rather than with `quote'.
6624         (eshell-do-opt): Adjust accordingly.
6625         (eshell-process-option): Simplify.
6626         * eshell/esh-var.el:
6627         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
6628         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
6629         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
6630         to `pcase--dontcare'.
6631         * emacs-lisp/cl.el (labels): Mark obsolete.
6632         (cl--letf, letf): Move to cl-lib.
6633         (cl--letf*, letf*): Remove.
6634         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
6635         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
6636         (cl-progv): Rewrite.
6637         (cl--letf, cl-letf): Move from cl.el.
6638         (cl-letf*): New macro.
6639         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
6641 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
6643         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
6645 2012-07-11  Chong Yidong  <cyd@gnu.org>
6647         * vc/log-edit.el (log-edit-vc-backend): New variable.
6648         (log-edit): Doc fix.
6650         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
6651         argument of log-edit to set up all local variables.
6652         (vc-start-logentry): New optional arg specifying VC backend.
6654         * vc/vc.el (vc-checkin): Use it.
6655         (vc-deduce-fileset): Handle Log Edit buffers.
6656         (vc-diff): Make first argument optional too.
6658         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
6660 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
6662         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
6663         command, just in case.  The function is not needed anymore.
6664         (eshell-external-command): Do not call `eshell-remote-command'.
6666 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6668         Reduce use of (require 'cl).
6669         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
6670         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
6671         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
6672         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
6673         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
6674         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
6675         * battery.el, avoid.el, abbrev.el: Use cl-lib.
6676         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
6677         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
6678         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
6679         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
6680         * calculator.el, autorevert.el, apropos.el: Don't require CL.
6681         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
6682         (byte-compile-unfold-bcf, byte-compile-check-variable):
6683         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
6684         (byte-compile-nilconstp):
6685         * emacs-lisp/autoload.el (make-autoload): Use pcase.
6686         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
6688         * emacs-lisp/gv.el (cond): Make it a valid place.
6689         (if): Simplify slightly.
6691         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
6692         (pcase--self-quoting-p): New function.
6693         (pcase--u1): Use it.
6695 2012-07-10  Glenn Morris  <rgm@gnu.org>
6697         * emacs-lisp/authors.el (authors-fixed-entries):
6698         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
6700 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6702         Rename configure.in to configure.ac (Bug#11603).
6703         * emacs-lisp/authors.el (authors-canonical-file-name):
6704         * progmodes/autoconf.el (autoconf-mode):
6705         Prefer configure.ac to configure.in.
6707 2012-07-08  Chong Yidong  <cyd@gnu.org>
6709         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
6710         Implement the mouse-1-click-follows-link handling properly.
6712         * info.el (Info-link-keymap): Use follow-link mechanism for
6713         header-line links (Bug#374).
6715         * simple.el (deactivate-mark): Do not set the primary selection
6716         if another program has acquired it (Bug#11772).
6718 2012-07-07  Kevin Ryde  <user42@zip.com.au>
6720         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
6721         (woman-decode-region): Replace escaped-escapes without destroying
6722         bold or underline (Bug#11552).
6723         (woman2-process-escapes): Handle nofill regions (Bug#11591).
6725 2012-07-07  Chong Yidong  <cyd@gnu.org>
6727         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
6728         (interprogram-cut-function, interprogram-paste-function):
6729         Mention that we typically mean the clipboard.
6731 2012-07-06  Glenn Morris  <rgm@gnu.org>
6733         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
6735         * files.el (toggle-read-only): Restrict message to interactive use.
6737 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
6739         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
6741         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
6743 2012-07-06  Glenn Morris  <rgm@gnu.org>
6745         * Makefile.in (compile-one-process): Rename from "recompile".
6747         * Makefile.in (bzr-update): "compile" is the same as "recompile
6748         autoloads", but parallelizable, so use that instead.
6750 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
6752         * window.el (quit-window): Always restore window height when
6753         it's saved in quit-restore parameter (Bug#11810).
6755 2012-07-06  Glenn Morris  <rgm@gnu.org>
6757         * simple.el (kill-whole-line): Doc tweak.
6759 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
6761         * files.el (file-relative-name): Compare file names
6762         case-insensitively if on MS-Windows or MS-DOS, or if
6763         read-file-name-completion-ignore-case is non-nil.  Don't use
6764         case-fold-search for this purpose.  (Bug#11827)
6766 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
6768         * calendar/cal-dst.el (calendar-current-time-zone):
6769         Return calendar-current-time-zone-cache if non-nil.
6771 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
6772 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
6774         * calendar/cal-dst.el (calendar-current-time-zone):
6775         Return calendar-current-time-zone-cache if non-nil.
6777 2012-07-06  Glenn Morris  <rgm@gnu.org>
6779         * Makefile.in (cvs-update): Remove old alias.
6781 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
6783         Sync with Tramp 2.2.6-pre.
6785         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
6786         compatible declaration.
6788         * net/tramp-cmds.el (tramp-append-tramp-buffers):
6789         Protect `list-load-path-shadows' call.
6791         * net/tramp-compat.el (top): Require packages, which aren't
6792         autoloaded anymore for XEmacs.  Protect call of
6793         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
6794         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
6795         it hurts at least for SXEmacs.
6796         (tramp-compat-temporary-file-directory): In XEmacs, there is no
6797         standard-value for `temporary-file-directory'.
6799         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
6800         Redirect stderr to /dev/null.
6801         (tramp-sh-handle-write-region): uid and gid can be floats.
6802         Reported by Russell Sim <russell.sim@gmail.com>.
6803         (tramp-sh-handle-vc-registered): Hide errors.
6804         (tramp-vc-file-name-handler): Use dummy results for `process-file'
6805         and `start-file-process'.
6806         (tramp-maybe-open-connection): Check also whether `non-essential'
6807         is bound.
6809 2012-07-04  Chong Yidong  <cyd@gnu.org>
6811         * xml.el (xml--parse-buffer): Use xml-syntax-table.
6812         (xml-parse-tag): Likewise, and avoid changing entity tables.
6813         (xml-syntax-table): Define from scratch, making sure not to give
6814         x2000 and other Unicode spaces whitespace syntax, since those are
6815         not spaces in XML.
6816         (xml-parse-fragment): Delete unused function.
6817         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
6818         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
6819         (xml-entity-ref, xml-pe-reference-re)
6820         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
6821         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
6822         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
6823         (xml-entity-value-re): Use syntax references in regexps where
6824         possible; no need to define inside a let-binding.
6825         (xml-parse-dtd): Use xml-pe-reference-re.
6826         (xml-entity-or-char-ref-re): New defconst.
6827         (xml-parse-string, xml-substitute-special): Use it.
6829 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6831         * files.el (locate-dominating-file): Allow `name' to be a predicate.
6832         (find-file--read-only): New function.
6833         (find-file-read-only, find-file-read-only-other-window)
6834         (find-file-read-only-other-frame): Use it.
6835         (insert-file-contents-literally): Don't `fset'.
6836         (get-free-disk-space): Use locate-dominating-file.
6838         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
6839         function is already compiled.
6841         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
6843 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
6845         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
6846         files on the same host.
6848 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
6850         * help-fns.el (describe-function-1): Only call
6851         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
6853 2012-07-03  Chong Yidong  <cyd@gnu.org>
6855         * xml.el: Protect parser against XML bombs.
6856         (xml-entity-expansion-limit): New variable.
6857         (xml-parse-string, xml-substitute-special): Use it.
6858         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
6860 2012-07-03  Glenn Morris  <rgm@gnu.org>
6862         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6863         Allow linking to specific messages in debbugs reports (eg 123#5).
6865 2012-07-02  Chong Yidong  <cyd@gnu.org>
6867         * xml.el: Fix entity and character reference expansion, allowing
6868         them to expand into markup as per XML spec.
6869         (xml-default-ns): New variable.
6870         (xml-entity-alist): Use XML spec definitions for lt and amp.
6871         (xml-parse-region): Make first two arguments optional.
6872         Discard text properties.
6873         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
6874         All callers changed.
6875         (xml-parse-tag): Call xml-parse-tag-1.  For backward
6876         compatibility, this function should not modify buffer contents.
6877         (xml-parse-tag-1): Fix opening-tag regexp.
6878         (xml-parse-string): Rewrite, handling entity and character
6879         references properly.
6880         (xml--entity-replacement-text): Signal an error if a parameter
6881         entity is undefined.
6883 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6885         * comint.el (comint-output-filter): Filter out repeated prompts.
6887         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
6888         and file-name-absolute-p.
6889         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
6890         internal calls.
6892 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6894         Spelling fixes.
6895         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
6896         Rename from byte-compile--refiy-function.  All uses changed.
6898 2012-07-01  Chong Yidong  <cyd@gnu.org>
6900         * xml.el (xml--parse-buffer): New function.  Move most of
6901         xml-parse-region here.
6902         (xml-parse-region): Copy region into a temporary buffer, since
6903         parameter entity substitution requires changing buffer contents.
6904         Use xml--parse-buffer.
6905         (xml-parse-file): Use xml--parse-buffer.
6906         (xml-parse-dtd): Make parameter entity substitution work right.
6907         Use proper regexps for ELEMENT declarations (Bug#7172).
6909 2012-06-30  Glenn Morris  <rgm@gnu.org>
6911         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
6913         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
6914         Remove outdated and unnecessary dbus declarations.
6916 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
6918         * emacs-lisp/timer.el (timer-until): Subtract results of
6919         float-time, instead of taking float-time of the result of
6920         time-subtract, since float-time signals an error for negative time
6921         arguments.
6923 2012-06-30  Chong Yidong  <cyd@gnu.org>
6925         * xml.el (xml-*-re): Convert defvars into defconsts, and
6926         eval-and-compile them so eval-and-compile works on derivatives.
6927         (xml--entity-replacement-text): Use eval-and-comple.
6929 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
6931         * vc/vc-git.el (vc-git-registered): Use cache property
6932         `git-registered'.
6933         (vc-git-mode-line-string): Call `vc-working-revision' instead of
6934         `vc-git-working-revision' in order to benefit from the cache.
6935         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
6937 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
6939         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
6940         removed (likely outside Emacs).  (Bug#11757)
6942 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6944         * emacs-lisp/cl-lib.el: Require macroexp.
6946 2012-06-30  Chong Yidong  <cyd@gnu.org>
6948         * xml.el: Implement XML parameter entities.
6949         (xml-parameter-entity-alist): New variable.
6950         (xml-parse-region, xml-parse-fragment): Preserve previous values
6951         of xml-entity-alist and xml-parameter-entity-alist, so that
6952         repeated calls on different documents do not change them.
6953         (xml-parse-tag): Fix doctype regexp.
6954         (xml--entity-replacement-text): New function.
6955         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
6956         properly requires url retrieval which is unimplemented.
6957         (xml-escape-string): Doc fix.
6959 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6961         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
6963 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
6965         * fringe.el (fringe-mode): Doc fix.
6967 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
6969         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
6970         is non-nil.
6971         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
6972         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
6974 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
6976         * calendar/cal-dst.el (calendar-current-time-zone):
6977         Return calendar-current-time-zone-cache if non-nil.
6979 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
6981         * progmodes/which-func.el (which-func-format):
6982         Add mouse-face.  (Bug#11698)
6984 2012-06-29  Leo Liu  <sdl.web@gmail.com>
6986         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
6988 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6990         * minibuffer.el (minibuffer-confirm-exit-commands):
6991         Add completion-at-point (bug#11725).
6993 2012-06-29  Glenn Morris  <rgm@gnu.org>
6995         * progmodes/f90.el (f90-font-lock-keywords-2):
6996         Add some preprocessor elements.  (Bug#10499)
6998 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7000         * progmodes/cperl-mode.el (cperl-update-syntaxification):
7001         Use syntax-propertize (bug#11739).
7003 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
7005         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
7007 2012-06-28  Julien Danjou  <julien@danjou.info>
7009         * term.el (term-handle-colors-array): Use a set of new faces to
7010         color the terminal.  Also uses :inverse-video property.
7011         (term-default-fg-color): Set to nil by default, deprecate in favor
7012         of `term-face'.
7013         (term-default-bg-color): Set to nil by default, deprecate in favor
7014         of `term-face'.
7015         (term-current-face): Use `term-face' by default.
7016         (term-bold-attribute): Variable deleted.
7018 2012-06-28  Glenn Morris  <rgm@gnu.org>
7020         * simple.el (completion-list-mode-finish):
7021         Don't use toggle-read-only.  (Since completion-list-mode has
7022         a special mode-class, it wasn't doing anything extra anyway.)
7024 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7026         Make inlining of other-mode interpreted functions work (bug#11799).
7027         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
7028         (byte-compile): Use it to fix compilation of lexical-binding closures.
7029         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
7030         function, if needed.
7032 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7034         * help-mode.el (help-make-xrefs): Don't just withstand
7035         cyclic-variable-indirection but any error in documentation-property.
7037         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
7038         memory use.
7039         * bindings.el (bindings--define-key): New function.
7040         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
7041         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
7042         * bindings.el: Use it to purecopy define-key bindings.
7044         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
7046         * emacs-lisp/cl.el (flet): Mark obsolete.
7047         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
7048         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
7049         * progmodes/js.el (js-c-fill-paragraph):
7050         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
7051         (ebrowse-switch-member-buffer-to-derived-class):
7052         * play/5x5.el (5x5-solver): Use cl-flet.
7054         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
7055         (cl--symbol-function): New macro.
7056         (cl--letf, cl--letf*): Use it.
7058         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7059         Strip "toggle-" if any.
7061 2012-06-27  Glenn Morris  <rgm@gnu.org>
7063         * info.el (Info-default-directory-list): Move here from paths.el.
7064         * paths.el: Remove file, which is now empty.
7065         * loadup.el: No longer load "paths".
7067         * custom.el (custom-initialize-delay): Doc fix.
7069         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7070         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7071         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7072         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7073         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7074         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
7075         * eshell/eshell.el (eshell-defgroup): Remove alias.
7077 2012-06-27  Chong Yidong  <cyd@gnu.org>
7079         * help.el (help-enable-auto-load): New variable.
7081         * help-fns.el (help-fns--autoloaded-p): New function.
7082         (describe-function-1): Refer to a function as "autoloaded" if it
7083         was autoloaded at any time in the past.  Perform autoloading if
7084         help-enable-auto-load is non-nil.
7086 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
7088         * makefile.w32-in (compile, compile-always): Depend on
7089         update-subdirs, not on subdirs.el.  Otherwise, several different
7090         sub-targets of 'bootstrap' running in parallel could
7091         simultaneously write to subdirs.el, producing a garbled file.
7093 2012-06-26  Sam Steingold  <sds@gnu.org>
7095         * files.el (file-name-base): New convenience function.
7096         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
7097         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
7098         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
7099         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
7100         * textmodes/ispell.el, textmodes/reftex-ref.el:
7101         * textmodes/tex-mode.el: Use it.
7102         Did not touch cedet and org because they are maintained elsewhere.
7104 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
7106         * calendar/calendar.el (calendar-exit): Don't try to delete or
7107         iconify last frame.  See:
7108         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
7110 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
7112         * server.el (server-process-filter): Remember dir in the
7113         process's `server-client-directory' properties.
7115 2012-06-24  Chong Yidong  <cyd@gnu.org>
7117         * xml.el (xml-parse-tag): Correctly handle comment embedded in
7118         non-tag text.
7120 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
7122         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
7124 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7126         * help-fns.el (describe-variable): Don't croak when doc is not found.
7127         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
7128         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
7129         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
7130         * emacs-lisp/smie.el (smie-next-sexp): CSE.
7131         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
7132         ((lambda ..) ..).
7133         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
7135 2012-06-23  Chong Yidong  <cyd@gnu.org>
7137         * info.el (Info-mouse-follow-link): Accept symbol values of
7138         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
7139         (Info-fontify-node): Use Info-link-keymap for all navigation
7140         buttons, with link-args property to perform the desired action.
7141         (Info-link-keymap): Doc fix.
7142         (Info-next-link-keymap, Info-prev-link-keymap)
7143         (Info-up-link-keymap): Delete now-unused keymaps.
7145 2012-06-23  Chong Yidong  <cyd@gnu.org>
7147         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
7149         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
7150         system abbrevs.
7152         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
7154 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7156         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
7157         (bug#11719).
7159         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
7160         the requote function doesn't work properly (bug#11714).
7162 2012-06-23  Glenn Morris  <rgm@gnu.org>
7164         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
7166 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7168         Further GV/CL cleanups.
7169         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
7170         gv-expander.
7171         (gv--defun-declaration): New function.
7172         (defun-declarations-alist): Use it.
7173         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
7174         (gv-place): Autoload.
7175         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
7176         original definition of dotimes and dolist.
7177         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
7178         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
7179         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
7180         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7181         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
7182         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
7183         to the function's definition.
7184         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
7185         * window.el:
7186         * files.el:
7187         * faces.el:
7188         * env.el: Don't use CL.
7190 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7192         Support higher-resolution time stamps (Bug#9000).
7194         * calendar/time-date.el (with-decoded-time-value): New arg
7195         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
7196         (encode-time-value): New optional arg PICO.  New type 3.
7197         (time-to-seconds) [!float-time]: Support the new picoseconds
7198         component if it's used.
7199         (seconds-to-time, time-subtract, time-add):
7200         Support ps-resolution time stamps as well.
7202         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
7203         (timerp): Timer vectors now have length 9, not 8.
7204         (timer--time): Support new-style (4-part) time stamps.
7205         (timer-next-integral-multiple-of-time): Time stamps now have
7206         picosecond resolution, so take a bit more care about rounding.
7207         (timer-relative-time, timer-inc-time): New optional arg psecs.
7208         (timer-set-time-with-usecs): Set psecs to 0.
7209         (timer--activate): Check psecs component, too.
7211         * proced.el (proced-time-lessp): Support ps-resolution stamps.
7213 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7215         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
7216         Move the non-essential binding to the post/pre-command-hook where it is
7217         more obviously correct.
7219         * subr.el (read-passwd): Don't use a history at all.
7220         * savehist.el (savehist-save): Remove password saved accidentally
7221         because of the above bug.
7223 2012-06-22  Bastien Guerry  <bzg@gnu.org>
7225         * files.el (toggle-read-only): Display a message telling whether
7226         the buffer is read-only or not (bug#11726).
7228 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7230         * emacs-lisp/gv.el: New file.
7231         * subr.el (push, pop): Extend to generalized variables.
7232         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
7233         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
7234         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
7235         gv-define-simple-setter, and gv-define-expander.
7236         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
7237         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
7238         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
7239         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
7240         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
7241         gv-letplace.
7242         (cl-defstruct): Don't define setf-method any more.
7243         * emacs-lisp/cl.el (flet): Don't autoload.
7244         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
7245         (define-setf-expander, defsetf, define-modify-macro)
7246         (cl-struct-setf-expander): Move from cl-lib.el.
7247         * emacs-lisp/syntax.el:
7248         * emacs-lisp/ewoc.el:
7249         * emacs-lisp/smie.el:
7250         * emacs-lisp/cconv.el:
7251         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
7252         (timer--time): Use gv-define-simple-setter.
7253         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
7254         to avoid coding-system problems in subr.el.  Adjust all users.
7255         (macroexp--maxsize, macroexp-small-p): New functions.
7256         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
7257         * scroll-bar.el (scroll-bar-mode):
7258         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7259         (normal-erase-is-backspace-mode): Don't use the `eq' place.
7260         * winner.el (winner-configuration, winner-make-point-alist)
7261         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
7262         * files.el (locate-file-completion-table): Avoid list*.
7264 2012-06-22  Chong Yidong  <cyd@gnu.org>
7266         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
7267         (dired-create-files): Doc fix (Bug#11329).
7268         (dired-do-copy): Doc fix (Bug#11334).
7269         (dired-mark-read-string): Doc fix (Bug#11553).
7271         * dired.el (dired-recursive-copies, dired-recursive-deletes):
7272         Doc fix (Bug#11326).
7273         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
7274         (dired-dwim-target): Doc fix.
7276         * wdired.el (wdired-mode): Doc fix.
7278 2012-06-22  Glenn Morris  <rgm@gnu.org>
7280         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
7281         (pcmpl-rpm-cache-stamp-file): New constant.
7282         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
7283         (pcmpl-rpm-packages): Optionally cache list of packages.
7285         * pcmpl-rpm.el (pcmpl-rpm): New group.
7286         (pcmpl-rpm-query-options): New option.
7287         (pcmpl-rpm-packages): No need to inline it.
7288         Use pcmpl-rpm-query-options.
7290         * calendar/calendar.el (calendar-in-read-only-buffer):
7291         Avoid some needless mode changes.
7293 2012-06-21  Chong Yidong  <cyd@gnu.org>
7295         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
7296         (desktop-path): Remove . from the default value (Bug#10977).
7297         (desktop-read): Use user-emacs-directory if desktop-path is nil.
7299 2012-06-20  Chong Yidong  <cyd@gnu.org>
7301         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
7303 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
7305         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
7306         (bug#11201).
7308 2012-06-20  Chong Yidong  <cyd@gnu.org>
7310         * term.el (term-window-width): Handle the case of a missing right
7311         fringe (Bug#8837).
7312         (term-check-size): Use window-text-height (Bug#5445).
7313         (term-mode): Use define-derived-mode.  Minor cleanups.
7314         Set font-lock-defaults (Bug#7692).
7315         (term-move-columns, term-insert-char, term-emulate-terminal)
7316         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
7318 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
7320         * net/ange-ftp.el (ange-ftp-get-passwd):
7321         Bind `enable-recursive-minibuffers'.
7322         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
7324 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
7326         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
7328 2012-06-19  Glenn Morris  <rgm@gnu.org>
7330         * progmodes/python.el (python-mode): Derive from prog-mode.
7332 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
7334         * emulation/edt.el (edt-default-menu-bar-update-buffers)
7335         (edt-user-menu-bar-update-buffers): New functions.
7336         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
7338 2012-06-19  Chong Yidong  <cyd@gnu.org>
7340         * subr.el (with-selected-window): Preserve the selected window's
7341         terminal's top-frame (Bug#4702).
7343         * window.el (save-selected-window): Likewise.
7345 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7347         * progmodes/python.el (python-rx-constituents): Move backquote.
7348         (python-skeleton-define, python-define-auxiliary-skeleton):
7349         Use `declare'.
7351 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
7353         * minibuffer.el (read-file-name-default): Revert the patch from
7354         2012-06-17.
7356 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7358         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
7359         (pcase--u1, pcase--q1): Don't use apply-partially.
7361 2012-06-18  Glenn Morris  <rgm@gnu.org>
7363         * progmodes/python.el (python-proc, python-buffer)
7364         (python-send-receive, python-send-string): Fix obsolete versions.
7366 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
7368         * window.el (special-display-p): Completely remove stringp
7369         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
7371 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
7373         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
7375         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
7377         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
7378         * net/tramp-sh.el (tramp-maybe-open-connection):
7379         Throw if `non-essential' is non-nil.
7381 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
7383         * window.el (special-display-p): Signal an error if BUFFER-NAME
7384         is not a string (Bug#11713).
7386 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
7388         * progmodes/python.el (python-info-beginning-of-backslash):
7389         Rename from python-info-beginning-of-backlash, as a spelling fix.
7391 2012-06-17  Chong Yidong  <cyd@gnu.org>
7393         * term.el (term-emulate-terminal): If term-check-size is called,
7394         move point to the process mark without resetting point (Bug#4635).
7396 2012-06-17  Glenn Morris  <rgm@gnu.org>
7398         * international/mule-cmds.el (mule-menu-keymap)
7399         (set-language-environment, set-locale-environment): Doc tweaks.
7401 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
7403         * cus-face.el (custom-face-attributes): Add wave-style underline
7404         attribute.
7405         * faces.el (set-face-attribute): Update docstring to describe
7406         wave-style underline attribute.
7408 2012-06-16  Chong Yidong  <cyd@gnu.org>
7410         * term/xterm.el (terminal-init-xterm): Discard input before
7411         querying background mode (Bug#10959).
7413 2012-06-16  Stefan Merten  <smerten@oekonux.de>
7415         * textmodes/rst.el: Added and corrected some comments.
7416         (rst-re-alist-def): Improve symbol syntax.
7417         (rst-mode-syntax-table): Correct syntax entries.
7418         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7419         (rst-official-version, rst-official-cvs-rev): Update version
7420         information.
7422 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
7424         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
7425         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
7427 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
7429         * progmodes/python.el: New python.el merge.
7430         (python-guess-indent): Obsolete var.
7431         (python-indent-guess-indent-offset): New defcustom.
7432         (python-indent): Obsolete var.
7433         (python-indent-offset): New defcustom.
7434         (python-python-command, python-jython-command): Delete var.
7435         (python-shell-interpreter): New defcustom.
7436         (python-pdbtrack-do-tracking-p): Delete var.
7437         (python-pdbtrack-activate): New defcustom.
7438         (python-use-skeletons): Obsolete var.
7439         (python-skeleton-autoinsert): New defcustom.
7440         (inferior-python-filter-regexp, python-continuation-offset)
7441         (python-honour-comment-indentation, python-indent-string-contents)
7442         (python-jython-packages, python-mode-hook)
7443         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
7444         (python-shell-prompt-alist)
7445         (python-source-modes): Delete defcustoms.
7446         (python-check-buffer-name, python-eldoc-setup-code)
7447         (python-eldoc-string-code, python-ffap-setup-code)
7448         (python-ffap-string-code, python-fill-comment-function)
7449         (python-fill-decorator-function, python-fill-paren-function)
7450         (python-fill-string-function, python-imenu-include-defun-type)
7451         (python-imenu-make-tree, python-imenu-subtree-root-label)
7452         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
7453         (python-shell-compilation-regexp-alist)
7454         (python-shell-completion-module-string-code)
7455         (python-shell-completion-pdb-string-code)
7456         (python-shell-completion-setup-code)
7457         (python-shell-completion-string-code)
7458         (python-shell-enable-font-lock, python-shell-exec-path)
7459         (python-shell-extra-pythonpaths)
7460         (python-shell-internal-buffer-name, python-shell-interpreter-args)
7461         (python-shell-process-environment)
7462         (python-shell-prompt-block-regexp)
7463         (python-shell-prompt-output-regexp)
7464         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
7465         (python-shell-send-setup-max-wait, python-shell-setup-codes)
7466         (python-shell-virtualenv-path): New defcustoms.
7467         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
7468         (inferior-python-mode-syntax-table, python--prompt-regexp)
7469         (python-buffer, python-command python-python-command)
7470         (python-default-template, python-imports, python-indent-index)
7471         (python-indent-list, python-indent-list-length)
7472         (python-mode-running, python-pdbtrack-is-tracking-p)
7473         (python-preoutput-continuation, python-preoutput-leftover)
7474         (python-preoutput-result, python-preoutput-skip-next-prompt)
7475         (python-prev-dir/file, python-recursing)
7476         (python-saved-check-command, python-version-checked)
7477         (python-which-func-length-limit)
7478         (view-return-to-alist): Delete vars.
7479         (python-check-custom-command, python-dotty-syntax-table)
7480         (python-imenu-index-alist, python-indent-current-level)
7481         (python-indent-dedenters, python-indent-levels)
7482         (python-nav-beginning-of-defun-regexp)
7483         (python-nav-list-defun-positions-cache)
7484         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
7485         (python-shell-internal-buffer)
7486         (python-skeleton-available): New vars.
7487         (def-python-skeleton): Delete macro.
7488         (python-skeleton-define): New macro.
7489         (python-define-auxiliary-skeleton, python-rx): New macros.
7490         (python-insert-class): Delete command.
7491         (python-skeleton-class): New command.
7492         (python-insert-def): Delete command.
7493         (python-skeleton-def): New command.
7494         (python-insert-for): Delete command.
7495         (python-skeleton-for): New command.
7496         (python-insert-if): Delete command.
7497         (python-skeleton-if): New command.
7498         (python-insert-try/except, python-insert-try/finally): Delete commands.
7499         (python-skeleton-try): New command.
7500         (python-insert-while): Delete command.
7501         (python-skeleton-while): New command.
7502         (python-backspace): Delete command.
7503         (python-indent-dedent-line-backspace): New command.
7504         (python-electric-colon): Delete command.
7505         (python-indent-electric-colon): New command.
7506         (python-guess-indent): Delete command.
7507         (python-indent-guess-indent-offset): New command.
7508         (python-shift-left): Delete command.
7509         (python-indent-shift-left): New command.
7510         (python-shift-right): Delete command.
7511         (python-indent-shift-right): New command.
7512         (python-find-function): Delete command.
7513         (python-nav-jump-to-defun): New command.
7514         (python-next-statement): Delete command.
7515         (python-nav-forward-sentence): New command.
7516         (python-previous-statement): Delete command.
7517         (python-nav-backward-sentence): New command.
7518         (python-fill-paragraph): Delete command.
7519         (python-fill-paragraph-function): New command.
7520         (python-send-buffer): Delete command.
7521         (python-shell-send-buffer): New command.
7522         (python-send-defun): Delete command.
7523         (python-shell-send-defun): New command.
7524         (python-send-region, python-send-region-and-go): Delete commands.
7525         (python-shell-send-region)
7526         (python-shell-switch-to-shell): New commands.
7527         (python-send-string): Delete command.
7528         (python-shell-send-string): New command.
7529         (python-switch-to-python): Delete command.
7530         (python-shell-switch-to-shell): New command.
7531         (python-describe-symbol): Delete command.
7532         (python-eldoc-at-point): New command.
7533         (python--set-prompt-regexp, python-args-to-list)
7534         (python-after-info-look, python-check-version)
7535         (python-check-comint-prompt, python-find-imports)
7536         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
7537         (python-unload-function, python-expand-template)
7538         (python-maybe-jython, python-preoutput-filter)
7539         (python-pdbtrack-get-source-buffer)
7540         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
7541         (python-pdbtrack-toggle-stack-tracking)
7542         (python-pdbtrack-track-stack-file, python-initial-text)
7543         (python-first-word, python-comment-line-p, python-send-command)
7544         (python-setup-brm, python-sentinel, python-set-proc)
7545         (python-skip-out, python-input-filter, python-outdent-p)
7546         (python-outline-level, python-backslash-continuation-line-p)
7547         (python-end-of-block, python-end-of-statement, python-mark-block)
7548         (python-beginning-of-block, python-beginning-of-statement)
7549         (python-blank-line-p, python-beginning-of-string)
7550         (python-open-block-statement-p): Delete functions.
7551         (python-indent-line, python-indent-line-1): Delete functions.
7552         (python-indent-line): New function.
7553         (python-indentation-levels): Delete function.
7554         (python-indent-calculate-levels): New function.
7555         (python-proc): Delete function.
7556         (python-shell-get-process): New function.
7557         (python-send-receive): Delete function.
7558         (python-shell-send-string-no-output): New function.
7559         (python-module-path): Delete function.
7560         (python-ffap-module-path): New function.
7561         (python-completion-at-point)
7562         (python-symbol-completions): Delete functions.
7563         (python-completion-complete-at-point): New function.
7564         (python-load-file): Delete function.
7565         (python-shell-send-file): New function.
7566         (python-calculate-indentation): Delete function.
7567         (python-indent-calculate-indentation): New function.
7568         (python-skip-comments/blanks): Delete function.
7569         (python-util-forward-comment): New function.
7570         (python-continuation-line-p): Delete function.
7571         (python-info-continuation-line-p): New function.
7572         (python-which-func, python-current-defun): Delete function.
7573         (python-info-current-defun): New function.
7574         (python-beginning-of-defun): Delete function.
7575         (python-nav-beginning-of-defun): New function.
7576         (python-close-block-statement-p)
7577         (python-block-end-p): Delete function.
7578         (python-info-closing-block): New function.
7579         (python-comint-output-filter-function)
7580         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
7581         (python-fill-comment, python-fill-decorator, python-fill-paren)
7582         (python-fill-string, python-imenu-make-element-tree)
7583         (python-imenu-make-tree, python-imenu-tree-assoc)
7584         (python-indent-context, python-indent-dedent-line)
7585         (python-indent-line-function)
7586         (python-indent-post-self-insert-function)
7587         (python-indent-toggle-levels)
7588         (python-info-assignment-continuation-line-p)
7589         (python-info-beginning-of-backlash)
7590         (python-info-block-continuation-line-p)
7591         (python-info-closing-block-message)
7592         (python-info-line-ends-backslash-p)
7593         (python-info-looking-at-beginning-of-defun)
7594         (python-info-ppss-context, python-info-ppss-context-type)
7595         (python-nav-list-defun-positions, python-nav-read-defun)
7596         (python-nav-sentence-end, python-nav-sentence-start)
7597         (python-pdbtrack-comint-output-filter-function)
7598         (python-pdbtrack-set-tracked-buffer)
7599         (python-shell-calculate-exec-path)
7600         (python-shell-calculate-process-environment)
7601         (python-shell-completion--do-completion-at-point)
7602         (python-shell-completion--get-completions)
7603         (python-shell-completion-complete-at-point)
7604         (python-shell-completion-complete-or-indent)
7605         (python-shell-get-or-create-process)
7606         (python-shell-get-process-name)
7607         (python-shell-internal-get-or-create-process)
7608         (python-shell-internal-get-process-name)
7609         (python-shell-internal-send-string, python-shell-make-comint)
7610         (python-shell-parse-command, python-shell-send-setup-code)
7611         (python-skeleton-add-menu-items)
7612         (python-util-clone-local-variables, python-util-position)
7613         (run-python-internal, python-indentation-levels)
7614         (python-nav-beginning-of-defun)
7615         (python-completion-complete-at-point): New functions.
7616         (run-python): Change arguments.  New API requirements.
7618 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7620         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
7621         (bug#11649).
7623         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
7624         (macroexp--expand-all): Use it.
7626         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
7627         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
7628         Use `cl-function' instead.
7630 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
7632         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
7633         Suggested by Stefan Monnier while discussing bug#11657.
7635 2012-06-14  Sam Steingold  <sds@gnu.org>
7637         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
7639 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7641         * play/doctor.el (doctor-doc): Remove parameter and use
7642         doctor-sent instead of sent.
7643         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
7645 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * files.el: Require cl-lib.
7648         (file-name-non-special): Replace case -> cl-case.
7650         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
7652         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
7653         mapping from #' to function*.
7655 2012-06-13  Chong Yidong  <cyd@gnu.org>
7657         * mouse.el (mouse-drag-track): Do not set the mark if the user
7658         releases the mouse without selecting anything (Bug#11588).
7660 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7662         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
7663         as well (bug#11646).
7665         * loadup.el: Count byte-code functions as well.
7667         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
7668         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
7670         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
7671         (bug#11649).  Add cl-defun and cl-defmacro.
7673 2012-06-13  Drew Adams  <drew.adams@oracle.com>
7675         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7676         Fix last change.
7678 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
7680         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
7681         Otherwise, it blocks in batch mode.
7683 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
7685         * help-mode.el (bookmark-make-record-default): Declare.
7687 2012-06-13  Chong Yidong  <cyd@gnu.org>
7689         * emacs-lisp/package.el (list-packages): Compute a list of
7690         packages that are newly-available since the last list-packages
7691         invocation.
7692         (package-menu--new-package-list): New var.
7693         (package-menu--generate, package-menu--print-info)
7694         (package-menu--status-predicate, package-menu-mark-install):
7695         Handle new status label "new".
7697 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7699         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
7700         conversion to backquotes.
7702 2012-06-12  Chong Yidong  <cyd@gnu.org>
7704         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
7705         Rename from gud-inhibit-global-bindings.
7707         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
7709         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
7710         hook from nxml-glyph-set-hook.
7712         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
7713         declaration.
7715         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
7717         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
7718         Convert to defcustom.
7720 2012-06-12  Drew Adams  <drew.adams@oracle.com>
7722         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
7723         New functions.
7724         (help-mode): Use them.
7726 2012-06-11  Glenn Morris  <rgm@gnu.org>
7728         * progmodes/fortran.el (fortran-font-lock-keywords-3):
7729         Use preprocessor face for directives.
7730         (fortran-directive-re): Doc fix.
7732 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7734         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
7735         conversion to backquotes (bug#11652).
7737         Fix compiler-expansion of CL's cXXr functions (bug#11673).
7738         * emacs-lisp/cl-lib.el (cl--defalias): New function.
7739         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
7740         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
7741         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
7742         (cl-ninth, cl-tenth): Mark them as inlinable.
7743         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
7744         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
7745         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
7746         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
7747         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
7748         (cl-list*, cl-adjoin): Don't put an autoload manually.
7749         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
7750         (cl--compiler-macro-list*): Add autoload cookie.
7751         (cl--compiler-macro-cXXr): New function.
7753         * help-fns.el (help-fns--compiler-macro): New function extracted from
7754         describe-function-1; follow aliases and use `compiler-macro' property.
7755         (describe-function-1): Use it.
7757 2012-06-11  Chong Yidong  <cyd@gnu.org>
7759         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
7760         is uninstalled, if imagemagick is installed.
7762 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7764         * emacs-lisp/cl-lib.el: Use lexical-binding.
7765         (cl-map-extents, cl-maclisp-member): Remove.
7766         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
7767         (cl--set-substring, cl--block-wrapper, cl--block-throw)
7768         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
7769         * emacs-lisp/cl-extra.el: Use lexical-binding.
7770         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
7771         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
7772         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
7773         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
7774         * emacs-lisp/cl-seq.el: Use lexical-binding.
7775         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
7776         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
7777         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
7778         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
7779         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
7780         CL's internals.
7782 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
7784         Sync with Tramp 2.2.6-pre.
7786         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
7787         `print-length' and `print-level' to nil, in order to avoid
7788         truncation.  Reported by Christopher Schmidt
7789         <christopher@ristopher.com>.
7791         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
7793         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
7794         New defmacro.
7795         (tramp-compat-copy-directory): Add optional argument
7796         COPY-CONTENTS.  It is not handled yet.
7798         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
7799         (tramp-ftp-file-name-p): Simplify.
7801         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
7802         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
7803         connection vector.
7805         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
7806         (tramp-methods): Do not use `tramp-password-end-of-line'.
7807         (tramp-completion-function-alist-putty): Handle UNIX case.
7808         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
7809         (tramp-do-file-attributes-with-stat)
7810         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
7811         gid as real numbers.  They could run out of integer range on cygwin.
7812         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
7813         (tramp-sh-handle-expand-file-name): Handle hops.
7814         (tramp-open-connection-setup-interactive-shell):
7815         Use `tramp-cleanup'.  Move check for busyboxes ...
7816         (tramp-find-shell): ... here.  Simplify implementation.
7817         Set "remote-shell" property also for alternative shells.
7818         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
7819         If failing, a regular file would be written otherwise.
7820         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
7821         (tramp-find-inline-encoding): Cache the coding commands in the
7822         process cache.  Apply test command on the remote side, if defined.
7823         (tramp-find-inline-compress): Cache the compress commands in the
7824         process cache.
7825         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
7826         when requested.  Handle hops.
7827         (tramp-current-connection): New defvar.
7828         (tramp-maybe-open-connection): Use `tramp-cleanup'.
7829         Throw `suppress', if there was a failed connection shortly before.
7830         Handle user interrupt.  (Bug#10187)
7831         (tramp-get-inline-compress, tramp-get-inline-coding):
7832         Read connection properties from the process cache.
7834         * net/tramp-smb.el (tramp-smb-server-version)
7835         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
7836         New defconsts.
7837         (tramp-smb-prompt): Extend for powershell prompt.
7838         (tramp-smb-file-name-handler-alist): Add handlers for
7839         `process-file', `shell-command' and `start-file-process'.
7840         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
7841         (tramp-smb-winexe-shell-command-switch): New defcustoms.
7842         (tramp-smb-file-name-p): Simplify.
7843         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
7844         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
7845         (tramp-smb-shell-quote-argument): New defuns.
7846         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
7847         Implement using "tar".  By this, time-stamps are preserved.
7848         (tramp-smb-handle-copy-file): Handle also the case of directories.
7849         (tramp-smb-do-file-attributes-with-stat)
7850         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
7851         Use `tramp-get-connection-buffer').
7852         (tramp-smb-handle-rename-file): Use "rename", when source and
7853         target are on the same share.
7854         (tramp-smb-maybe-open-connection): Handle wrong passwords.
7855         Use `tramp-smb-server-version'.
7856         (tramp-smb-wait-for-output): Remove prompt.
7858         * net/tramp.el (top): Require 'cl.
7859         (tramp-methods, tramp-rsh-end-of-line):
7860         Remove `tramp-password-end-of-line' from docstring.
7861         (tramp-save-ad-hoc-proxies): New defcustom.
7862         (tramp-completion-function-alist): Adapt docstring.
7863         (tramp-default-password-end-of-line): Remove defcustom.
7864         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
7865         (tramp-user-regexp, tramp-file-name-regexp-unified)
7866         (tramp-file-name-regexp-url): Extend regexp by hop separator.
7867         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
7868         (tramp-remote-file-name-spec-regexp): New defconst.
7869         (tramp-file-name-structure): Extend structure for hops.
7870         (tramp-get-method-parameter): Move up.
7871         (tramp-file-name-p, tramp-dissect-file-name)
7872         (with-parsed-tramp-file-name): Handle hops.
7873         (tramp-file-name-hop): New defun.
7874         (tramp-make-tramp-file-name): New optional arg HOP.
7875         (tramp-message-show-progress-reporter-message): New defvar.
7876         (tramp-with-progress-reporter): Use it.  We cannot use
7877         `tramp-message-show-message' here, because this suppresses also
7878         error buffers.
7879         (tramp-error-with-buffer): Suppress buffer view, if
7880         `tramp-message-show-message' is nil.
7881         Use `tramp-get-connection-buffer'.
7882         (tramp-cleanup): New defun.
7883         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
7884         (tramp-file-name-handler): If `debug-on-error' is set, propagate
7885         an error unchanged.
7886         (tramp-completion-handle-file-name-all-completions): Handle hops.
7887         Fix an error when called from ido.
7888         (tramp-completion-dissect-file-name): Use better local variable
7889         name.  Add hop to the vector.
7890         (tramp-handle-insert-file-contents): Use progress-reporter for the
7891         whole scenario.
7892         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
7893         to `t'.
7894         (tramp-check-for-regexp): Simplify search.
7895         (tramp-enter-password): Remove it.  Move implementation ...
7896         (tramp-action-password): ... here.
7897         (tramp-mode-string-to-int, tramp-local-host-p)
7898         (tramp-make-tramp-temp-file, tramp-read-passwd)
7899         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
7900         Set tramp-autoload cookie.
7902         * net/trampver.el: Update release number.
7904 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7905             Michael Albinus  <michael.albinus@gmx.de>
7907         * net/tramp.el (tramp-set-completion-function): Fix docstring.
7908         (tramp-parse-group, tramp-parse-file)
7909         (tramp-parse-shostkeys-sknownhosts): New defuns.
7910         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
7911         (tramp-parse-shosts-group, tramp-parse-sconfig)
7912         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
7913         (tramp-parse-sknownhosts, tramp-parse-hosts)
7914         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
7915         Use them.
7916         (tramp-parse-passwd-group, tramp-parse-netrc-group)
7917         (tramp-parse-putty-group): Don't narrow.
7918         (tramp-parse-putty): Make a loop.
7919         (tramp-file-name-handler): Catch the `suppress' signal.
7921 2012-06-11  Chong Yidong  <cyd@gnu.org>
7923         * image.el (imagemagick-register-types): Put the ImageMagick entry
7924         at the end of image-type-file-name-regexps.
7926 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
7928         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
7929         (pcase, pcase-let*, pcase-dolist): Use them.
7931 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7933         * emacs-lisp/pcase.el (pcase--let*): New function.
7934         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
7935         (pcase--expand): Use macroexp-let².
7937 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7939         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
7940         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
7941         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
7942         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
7943         * emacs-lisp/derived.el: Use pcase instead of `cl'.
7944         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
7946 2012-06-10  Glenn Morris  <rgm@gnu.org>
7948         * mail/rmail.el (rmail-yank-current-message): Leave point at
7949         correct position.  (Bug#11660)
7951 2012-06-10  Chong Yidong  <cyd@gnu.org>
7953         * allout-widgets.el: Fix code header.
7955 2012-06-10  Chong Yidong  <cyd@gnu.org>
7957         * cus-edit.el (customize-changed-options-previous-release):
7958         Bump to 24.1.
7960 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
7962         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
7964 2012-06-09  Chong Yidong  <cyd@gnu.org>
7966         * ebuff-menu.el (electric-buffer-list): Preserve header line.
7968 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
7970         * window.el (special-display-popup-frame): Don't use
7971         window--display-buffer (Bug#11651).
7973 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
7975         Fix parallel builds: make sure loaddefs.el is not being written
7976         while Lisp files are compiled.
7977         (compile): Don't depend on 'mh-autoloads'.
7978         (compile-CMD, compile-SH): Depend on 'autoloads'.
7979         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
7981         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
7983 2012-06-09  Chong Yidong  <cyd@gnu.org>
7985         * face-remap.el (face-remap-add-relative, face-remap-set-base)
7986         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
7987         Doc fixes (Bug#11225).
7989 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7991         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
7992         a function if there's a clear indication that it has a compiler-macro.
7993         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
7994         (macro-declarations-alist): Add arglist to declaration functions.
7995         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
7996         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
7997         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
7998         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
7999         Also add autoload to find the compiler macro.
8000         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
8001         (cl--compiler-macro-member, cl--compiler-macro-assoc)
8002         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
8003         (cl--compiler-macro-get): New functions, replacing calls to
8004         cl-define-compiler-macro.
8005         (cl-typep) [compiler-macro]: Use macroexp-let².
8007 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
8009         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
8010         string properly, fixes Bug#11473.
8012 2012-06-08  Chong Yidong  <cyd@gnu.org>
8014         * faces.el (set-face-attribute): Doc fix.
8015         (modify-face): Don't use :bold and :italic.
8016         (error, warning, success): Tweak definitions.
8018         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
8019         (custom-modified, custom-set, custom-changed, custom-themed)
8020         (custom-saved, custom-button, custom-button-mouse)
8021         (custom-button-pressed, custom-state, custom-comment-tag)
8022         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
8023         (custom-group-subtitle): Use new-style face specs.
8024         (custom-invalid-face, custom-rogue-face, custom-modified-face)
8025         (custom-set-face, custom-changed-face, custom-saved-face)
8026         (custom-button-face, custom-button-pressed-face)
8027         (custom-documentation-face, custom-state-face)
8028         (custom-comment-face, custom-comment-tag-face)
8029         (custom-variable-tag-face, custom-variable-button-face)
8030         (custom-face-tag-face, custom-group-tag-face-1)
8031         (custom-group-tag-face): Remove obsolete face alias.
8033         * epa.el (epa-validity-high, epa-validity-medium)
8034         (epa-validity-low, epa-mark, epa-field-name, epa-string)
8035         (epa-field-name, epa-field-body):
8036         * font-lock.el (font-lock-comment-face, font-lock-string-face)
8037         (font-lock-keyword-face, font-lock-builtin-face)
8038         (font-lock-function-name-face, font-lock-variable-name-face)
8039         (font-lock-type-face, font-lock-constant-face):
8040         * ido.el (ido-first-match, ido-only-match, ido-subdir)
8041         (ido-virtual, ido-indicator, ido-incomplete-regexp):
8042         * speedbar.el (speedbar-button-face, speedbar-file-face)
8043         (speedbar-directory-face, speedbar-tag-face)
8044         (speedbar-selected-face, speedbar-highlight-face)
8045         (speedbar-separator-face):
8046         * whitespace.el (whitespace-newline, whitespace-space)
8047         (whitespace-hspace, whitespace-tab, whitespace-trailing)
8048         (whitespace-line, whitespace-space-before-tab)
8049         (whitespace-space-after-tab, whitespace-indentation)
8050         (whitespace-empty):
8051         * emulation/cua-base.el (cua-global-mark):
8052         * eshell/em-prompt.el (eshell-prompt):
8053         * net/newst-plainview.el (newsticker-new-item-face)
8054         (newsticker-old-item-face, newsticker-immortal-item-face)
8055         (newsticker-obsolete-item-face, newsticker-date-face)
8056         (newsticker-statistics-face, newsticker-default-face):
8057         * net/newst-reader.el (newsticker-feed-face)
8058         (newsticker-extra-face, newsticker-enclosure-face):
8059         * net/newst-treeview.el (newsticker-treeview-face)
8060         (newsticker-treeview-new-face, newsticker-treeview-old-face)
8061         (newsticker-treeview-immortal-face)
8062         (newsticker-treeview-obsolete-face)
8063         (newsticker-treeview-selection-face):
8064         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
8065         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
8066         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
8067         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
8068         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
8069         (nxml-outline-active-indicator, nxml-outline-ellipsis):
8070         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8071         (mpuz-text):
8072         * progmodes/vera-mode.el (vera-font-lock-number)
8073         (vera-font-lock-function, vera-font-lock-interface):
8074         * textmodes/table.el (table-cell): Use new-style face specs, and
8075         don't use the old :bold and :italic attributes.
8077         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8078         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
8079         (ebrowse-member-class, ebrowse-progress): Likewise.
8080         (ebrowse-tree-mark-face, ebrowse-root-class-face)
8081         (ebrowse-file-name-face, ebrowse-default-face)
8082         (ebrowse-member-attribute-face, ebrowse-member-class-face)
8083         (ebrowse-progress-face): Remove obsolete faces.
8085         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8086         Inherit from error and warning faces respectively.
8088         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8089         Likewise.
8090         (flyspell-incorrect-face, flyspell-duplicate-face):
8091         Remove obsolete aliases.
8093 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
8095         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
8096         Avoid infloop.
8098 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8100         * startup.el (argv, argi): Make lexically scoped.
8101         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
8102         * emacs-lisp/cl-macs.el: Use lexical-binding.
8103         Rename cl-bind-* to cl--bind-*.
8104         * files.el: Don't require `cl' since it doesn't use it.
8105         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
8107 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
8109         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
8110         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
8111         instead of calling external sort utility.
8112         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
8114 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
8116         * descr-text.el (describe-char): Mention how to insert the
8117         character, if the current input method doesn't support it.
8118         See the discussion in this thread for the details:
8119         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
8121 2012-06-08  Sam Steingold  <sds@gnu.org>
8123         * bindings.el (global-map): Bind XF86Forward to next-buffer and
8124         XF86Back to previous-buffer.
8125         (minibuffer-local-map): Bind them to next-history-element and
8126         previous-history-element respectively.
8127         * help-mode.el (help-mode-map): Bind them to help-go-forward and
8128         help-go-back respectively.
8129         * info.el (Info-mode-map): Bind them to Info-history-forward and
8130         Info-history-back respectively.
8131         These are the keys next to Up on the ThinkPad keyboard.
8133 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8135         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
8136         * emacs-lisp/cl-macs.el: Provide itself.
8137         (cl--labels-convert-cache): New var.
8138         (cl--labels-convert): New function.
8139         (cl-flet, cl-labels): New implementation with new semantics, relying on
8140         lexical-binding.
8141         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
8142         (cl-closure-vars, cl--function-convert-cache)
8143         (cl--function-convert): Move from cl-macs.el.
8144         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
8145         rename by removing the "cl-" prefix.
8146         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
8148 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8150         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
8151         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
8152         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
8153         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
8154         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
8155         (cl-hash-table-count): Add old compatibility aliases.
8157         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
8158         Use macroexpand-all-environment instead.
8159         (cl--old-macroexpand): New var.
8160         (cl--sm-macroexpand): New function.
8161         (cl-symbol-macrolet): Use it during macro expansion.
8162         (cl--function-convert-cache): New var.
8163         (cl--function-convert): New function, extracted from
8164         cl-macroexpand-all.
8165         (cl-lexical-let): Use it.
8167         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
8168         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
8169         (cl-member): Remove old alias.
8171         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
8172         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
8173         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
8174         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
8175         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
8176         (cl-macroexpand-cmacs): Remove var.
8177         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
8178         Use macroexpand-all instead.
8180 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8182         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
8183         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
8184         (macroexp-copyable-p): New functions and macros.
8185         * emacs-lisp/edebug.el (edebug-unwrap):
8186         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
8187         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
8188         (pcase--let*): Remove.
8189         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
8190         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
8191         macroexp-const-p instead.
8192         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
8194         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
8195         instead of "cl-" for internal definitions.  Use macroexp-const-p.
8196         (cl-old-bc-file-form): Remove var.
8197         (cl-const-exprs-p): Remove fun.
8198         (cl-labels, cl-macrolet): Use backquote.
8199         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
8200         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
8201         (cl-define-setf-expander): Rename from cl-define-setf-method.
8202         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
8204         * international/mule-cmds.el: Don't require CL.
8205         (view-hello-file): Don't use `letf'.
8207 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8209         * tmm.el (tmm-prompt): Use string-prefix-p.
8210         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
8211         (tmm-add-prompt): Use minibuffer-completion-help.
8212         (tmm-delete-map): Remove.
8214         * subr.el (kbd): Make it its own function.
8216 2012-06-07  Stefan Merten  <smerten@oekonux.de>
8218         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
8219         Silence compiler warnings.  Fix versions.
8220         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
8221         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
8222         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
8223         (rst-package-emacs-version-alist): Correct Emacs version to
8224         represent major merge with upstream.
8225         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
8227 2012-06-06  Glenn Morris  <rgm@gnu.org>
8229         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
8230         Only print environment variables if set.
8232 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8234         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
8235         (macroexp--cons): Rename from maybe-cons.
8236         (macroexp--accumulate): Rename from macroexp-accumulate.
8237         (macroexp--all-forms): Rename from macroexpand-all-forms.
8238         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
8239         (macroexp--expand-all): Rename from macroexpand-all-1.
8241 2012-06-06  Sam Steingold  <sds@gnu.org>
8243         * calendar/calendar.el (calendar-in-read-only-buffer):
8244         Call `special-mode' to enable the standard read-only keybindings.
8246 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8248         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
8249         with "loading" messages (bug#11635).
8251 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
8253         * files.el (enable-remote-dir-locals): New option.
8254         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
8256         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
8257         Ensure, that the temp directory is local.
8259         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
8260         `temporary-file-directory'.
8262         * progmodes/python.el (python-send-region): Ensure, that the
8263         temporary file is created also in the remote case.
8265 2012-06-06  Glenn Morris  <rgm@gnu.org>
8267         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
8268         (vc-rcs-update-changelog): Use it.
8270         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
8272         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
8273         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
8274         (vc-sccs-diff): Replace use of the external vcdiff script.
8276 2012-06-05  Glenn Morris  <rgm@gnu.org>
8278         * ledit.el: Move to obsolete/.
8280 2012-06-05  Sam Steingold  <sds@gnu.org>
8282         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
8283         patch (Bug#11140).
8285 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8287         * emacs-lisp/cust-print.el: Move to obsolete.
8289         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
8290         compiler-macro expansion.
8292         Add native compiler-macro support.
8293         * emacs-lisp/macroexp.el (macroexpand-all-1):
8294         Support compiler-macros directly.  Properly follow aliases and apply
8295         the compiler macros more thoroughly.
8296         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
8297         macroexpand now properly follows aliases.
8298         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
8299         (cl-compiler-macroexpand): Use new prop.
8300         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
8302         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
8304 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
8306         * window.el (get-lru-window, get-mru-window, get-largest-window):
8307         New argument NOT-SELECTED to avoid picking the selected window.
8308         (window--display-buffer-1, window--display-buffer-2): Replace by
8309         new function window--display-buffer
8310         (display-buffer-same-window, display-buffer-reuse-window)
8311         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8312         Use window--display-buffer.
8313         (display-buffer-use-some-window): Remove temporary dedication
8314         hack by calling get-lru-window and get-largest-window with
8315         NOT-SELECTED argument non-nil.  Call window--display-buffer.
8317 2012-06-05  Glenn Morris  <rgm@gnu.org>
8319         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
8320         Replace external vcdiff script.
8322 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8324         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
8326 2012-06-04  Chong Yidong  <cyd@gnu.org>
8328         * image.el (imagemagick-types-inhibit): Revert last change.
8329         Add INFO and M.
8330         (imagemagick-enabled-types): Remove CIN and EPS*.
8332 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8334         * emacs-lisp/cl-lib.el: Rename from cl.el.
8335         * emacs-lisp/cl.el: New compatibility file.
8336         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
8337         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
8338         to obey the "cl-" prefix.
8339         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
8341 2012-06-03  Glenn Morris  <rgm@gnu.org>
8343         * emacs-lisp/authors.el (authors-aliases): Addition.
8345         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
8346         Fix :version.
8348 2012-06-03  Stefan Merten  <smerten@oekonux.de>
8350         * textmodes/rst.el: Add comments.
8351         (rst-transition, rst-adornment): New faces.
8352         (rst-adornment-faces-alist): Make default safe to reevaluate.
8353         Fixes
8354         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
8355         Improve customization tags.
8356         (rst-define-level-faces): Clarify meaning.
8358 2012-06-03  Chong Yidong  <cyd@gnu.org>
8360         * progmodes/compile.el (compilation-mode-line-fail)
8361         (compilation-mode-line-run, compilation-mode-line-exit):
8362         New faces.
8363         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
8365 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
8367         * progmodes/which-func.el (which-func-update-ediff-windows):
8368         New function.  Use it in ediff-select-hook (Bug#11478).
8370 2012-06-03  Chong Yidong  <cyd@gnu.org>
8372         * bindings.el: Remove explicit help text from format-mode-line.
8373         It is now supplied by mode-line-default-help-echo.
8374         (mode-line-front-space, mode-line-end-spaces)
8375         (mode-line-misc-info): New variables.
8376         (mode-line-modes, mode-line-position): Move the default value to
8377         the variable definition.
8378         (mode-line-default-help-echo): New defcustom.
8379         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
8380         (mode-line-modified-help-echo): New functions.
8381         (mode-line-mule-info, mode-line-modified): Use them.
8382         (mode-line-eol-desc, propertized-buffer-identification):
8383         Consistency fixes for help text.
8384         (mode-line-coding-system-map): Allow using mouse-3 to invoke
8385         set-buffer-file-coding-system (Bug#289).
8386         (mode-line-mule-info-help-echo): Update help text.
8388 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8390         * simple.el (execute-extended-command): Set real-this-command
8391         (bug#11506).
8393 2012-06-02  Chong Yidong  <cyd@gnu.org>
8395         Remove incorrect uses of "modeline" in comments, docstrings, and
8396         function/variable names (Bug#10329).
8398         * cus-edit.el (mode-line):
8399         * dframe.el (dframe-mouse-hscroll):
8400         * emacs-lisp/re-builder.el:
8401         * emacs-lisp/easy-mmode.el (define-minor-mode):
8402         * frame.el (set-frame-name):
8403         * help.el (lookup-minor-mode-from-indicator):
8404         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
8405         * progmodes/cc-cmds.el (c-toggle-auto-newline)
8406         (c-toggle-hungry-state):
8407         * progmodes/antlr-mode.el (antlr-language-alist):
8408         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
8409         * progmodes/vhdl-mode.el (vhdl-mode):
8410         * progmodes/which-func.el (which-func, which-func-cleanup-function):
8411         * term/ns-win.el (ns-face-at-pos):
8412         * term/sup-mouse.el (sup-mouse-report):
8413         * textmodes/flyspell.el (flyspell-mode-line-string):
8414         * textmodes/ispell.el (ispell-highlight-face):
8415         * textmodes/reftex-global.el:
8416         * vc/vc-arch.el (vc-arch-mode-line-string):
8417         * vc/vc-cvs.el (vc-cvs-mode-line-string):
8418         * vc/vc-git.el (vc-git-mode-line-string):
8419         * vc/vc-hooks.el (vc-display-status)
8420         (vc-default-mode-line-string):
8421         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
8423         * ansi-color.el (ansi-color-faces-vector): Change default faces.
8425         * dired.el (dired-sort-set-mode-line): Rename from
8426         dired-sort-set-modeline.  All callers changed.
8428         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
8429         eshell-status-in-modeline.
8431         * foldout.el (foldout-mode-line-string): Rename from
8432         foldout-modeline-string.  All callers changed.
8433         (foldout-update-mode-line): Rename from foldout-update-modeline.
8435         * subr.el (redraw-modeline): Make into obsolete alias.
8437         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
8438         timeclock-modeline-display.  Make old name an alias.
8439         (timeclock-update-mode-line): Likewise.  All callers changed.
8440         (timeclock-mode-line-display): No need to check before using
8441         add-hook.
8442         (timeclock-relative, timeclock-day-over-hook)
8443         (timeclock-use-elapsed, timeclock-mode-string)
8444         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
8446         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
8447         crisp-mode-modeline-string.
8449         * play/solitaire.el (solitaire-build-mode-line): Rename from
8450         solitaire-build-modeline.  All callers changed.
8452         * play/zone.el (zone-hiding-mode-line): Rename from
8453         zone-hiding-modeline.  All callers changed.
8454         (zone): Remove unusued `modeline-hidden-level' property.
8456         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
8457         xscheme-modeline-initialize.  All callers changed.
8459         * strokes.el (strokes-lighter): Rename from
8460         strokes-modeline-string.
8462         * textmodes/sgml-mode.el (html-face-tag-alist)
8463         (html-tag-face-alist): Use mode-line face instead of obsolete
8464         alias modeline.
8466 2012-06-02  Stefan Merten  <smerten@oekonux.de>
8468         * textmodes/rst.el: Always require `cl'.
8469         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
8471 2012-06-02  Chong Yidong  <cyd@gnu.org>
8473         * image.el (imagemagick-enabled-types): Rename from
8474         imagemagick-types-enable.  Add many more types.
8475         (imagemagick-types-inhibit): Change default to nil.
8476         (imagemagick-filter-types): Caller changed.
8478 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8480         * emacs-lisp/cl-macs.el: Use backquotes.
8481         (cl-transform-function-property): Use eval-and-compile rather than
8482         abusing `require'.
8483         (defstruct): Use declare-function instead of with-no-warnings.
8485         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
8486         (byte-compile-output-docform): Re-add the print-circle bindings.
8487         (byte-compile-fix-header): Use #$ just because it's shorter.
8488         (byte-compile-output-file-form): Remove defun/defmacro.
8490 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
8492         * simple.el (choose-completion): Remove now obsolete binding for
8493         owindow.
8495 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
8497         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
8498         in order to avoid "Stack overflow in regexp matcher".
8500 2012-05-31  Glenn Morris  <rgm@gnu.org>
8502         * image.el: For clarity, call imagemagick-register-types at
8503         top-level, rather than relying on a custom :initialize.
8504         (imagemagick-types-enable): New option.  (Bug#11557)
8505         (imagemagick-filter-types): New function.  (Bug#7406)
8506         (imagemagick-register-types): Use imagemagick-filter-types.
8507         If disabling support, remove elements altogether rather
8508         than using an impossible regexp.
8509         (imagemagick-types-inhibit): Give it the default init function.
8511 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8513         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
8514         Handle arbitrary file name lengths (Bug#11585).
8516 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
8518         * desktop.el (desktop-read): Clear previous and next buffers for
8519         all windows and bury *Messages* buffer (bug#11556).
8521 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8523         Add `declare' for `defun'.  Align `defmacro's with it.
8524         * emacs-lisp/easy-mmode.el (define-minor-mode)
8525         (define-globalized-minor-mode): Don't autoload the var definitions.
8526         * emacs-lisp/byte-run.el: Use lexical-binding.
8527         (defun-declarations-alist, macro-declarations-alist): New vars.
8528         (defmacro, defun): Use them.
8529         (make-obsolete, define-obsolete-function-alias)
8530         (make-obsolete-variable, define-obsolete-variable-alias):
8531         Use `declare'.
8532         (macro-declaration-function): Mark obsolete.
8533         * emacs-lisp/autoload.el: Use lexical-binding.
8534         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
8536 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8538         * textmodes/ispell.el (ispell-with-no-warnings):
8539         Define as a macro.
8540         (ispell-kill-ispell, ispell-change-dictionary):
8541         Use `called-interactively-p' for Emacs instead of obsolete
8542         `interactive-p'.
8544 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8546         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
8547         (macro-declaration-function): Move var from C code.
8548         (macro-declaration-function): Define function with defalias.
8549         * emacs-lisp/macroexp.el (macroexpand-all-1):
8550         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
8551         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
8552         defun/defmacro any more.
8553         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
8554         Provide fallback for unknown arglist.
8555         (byte-compile-arglist-warn): Change calling convention.
8556         (byte-compile-output-file-form): Move print-vars binding.
8557         (byte-compile-output-docform): Simplify accordingly.
8558         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
8559         (byte-compile-defmacro-declaration): Remove.
8560         (byte-compile-file-form-defmumble): Generalize to defalias.
8561         (byte-compile-output-as-comment): Return byte-positions.
8562         Simplify callers accordingly.
8563         (byte-compile-lambda): Use `assert'.
8564         (byte-compile-defun, byte-compile-defmacro): Remove.
8565         (byte-compile-file-form-defalias):
8566         Use byte-compile-file-form-defmumble.
8567         (byte-compile-defalias-warn): Remove.
8569 2012-05-29  Stefan Merten  <smerten@oekonux.de>
8571         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
8572         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
8574         (rst-mode-abbrev-table): Merge definition.
8575         (rst-mode): Make sure `font-lock-defaults' is buffer local.
8576         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
8578 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
8580         * calendar/icalendar.el
8581         (icalendar-export-region): Export UID properly.
8583 2012-05-29  Leo Liu  <sdl.web@gmail.com>
8584         * calendar/icalendar.el (icalendar-import-format):
8585         Add `icalendar-import-format-uid' (Bug#11525).
8586         (icalendar-import-format-uid): New.
8587         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
8588         Export UID.
8590 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8592         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
8593         different alternative patterns.
8594         (pcase-codegen): Be more careful to preserve identity.
8595         (pcase--u1): Don't forget to mark vars as used.
8597         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
8598         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
8599         (byte-compile-from-buffer): ...rather than here.
8601         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
8602         functions from byte-compile-function-environment.
8604 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
8606         * window.el (window-deletable-p): Avoid deleting the root window
8607         of a frame with an active minibuffer.
8609 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
8611         * simple.el (choose-completion): Use quit-window (Bug#11567).
8613 2012-05-29  Chong Yidong  <cyd@gnu.org>
8615         * whitespace.el (whitespace-cleanup): Fix usage of
8616         whitespace-empty-at-bob-regexp (Bug#11492).
8618 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8620         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
8621         revert (Bug#11488).
8623 2012-05-29  Juri Linkov  <juri@jurta.org>
8625         * isearch.el (isearch-mode-map): Bind `M-s _' to
8626         `isearch-toggle-symbol'.  Bind `M-s c' to
8627         `isearch-toggle-case-fold'.
8628         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
8629         (isearch-forward): Add `M-s _' to the docstring.
8630         (isearch-forward-symbol, isearch-toggle-case-fold)
8631         (isearch-symbol-regexp): New functions.  (Bug#11381)
8633 2012-05-29  Juri Linkov  <juri@jurta.org>
8635         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
8636         (isearch-occur, isearch-search-and-update): If `isearch-word' is
8637         a function, call it to get the regexp.
8638         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
8639         property `isearch-message-prefix' instead of the string "word ".
8640         (isearch-search-fun-default): For the case of `isearch-word',
8641         return a lambda that calls re-search-forward/re-search-backward
8642         with a regexp returned by `word-search-regexp' or by the function
8643         in `isearch-word'.
8645 2012-05-29  Juri Linkov  <juri@jurta.org>
8647         * isearch.el (isearch-search-fun-default): New function.
8648         (isearch-search-fun): Move default part to the new function
8649         `isearch-search-fun-default'.
8650         (isearch-search-fun-function): Set the default value to
8651         `isearch-search-fun-default'.  (Bug#11381)
8653         * comint.el (comint-history-isearch-end):
8654         Use `isearch-search-fun-default'.
8655         (comint-history-isearch-search): Use `isearch-search-fun-default'
8656         and remove spacial case for `isearch-word'.
8657         (comint-history-isearch-wrap): Remove spacial case for
8658         `isearch-word'.
8660         * hexl.el (hexl-isearch-search-function):
8661         Use `isearch-search-fun-default'.
8663         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
8664         Use `word-search-regexp' for `isearch-word'.
8666         * misearch.el (multi-isearch-search-fun):
8667         Use `isearch-search-fun-default'.
8669         * simple.el (minibuffer-history-isearch-search):
8670         Use `isearch-search-fun-default' and remove spacial case for
8671         `isearch-word'.
8672         (minibuffer-history-isearch-wrap): Remove spacial case for
8673         `isearch-word'.
8675         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
8676         Remove spacial case for `isearch-word'.
8677         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
8679 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8681         Decrease XEmacs incompatibilities.
8682         * textmodes/flyspell.el (flyspell-check-pre-word-p):
8683         Use `string-match'.
8684         (flyspell-delete-region-overlays): Use alternative definition for
8685         XEmacs.
8686         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
8687         (flyspell-word): Use `process-kill-without-query' if XEmacs.
8688         (flyspell-mode-on): Use `interactive-p' if XEmacs.
8689         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
8690         `define-obsolete-face-alias' under XEmacs, but old method.
8692         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
8693         `with-no-warnings' definition or Emacs alias.
8694         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
8695         (ispell-word): Do not use `region-p' if XEmacs.
8697 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8699         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8700         Check for `ispell-dictionary-base-alist' instead of full
8701         `ispell-dictionary-alist'.
8702         (ispell-init-process): Show spellchecker when starting new Ispell
8703         process.
8705 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8707         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
8708         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
8710 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
8712         * version.el (motif-version-string, gtk-version-string)
8713         (ns-version-string): Declare.
8715 2012-05-27  Juri Linkov  <juri@jurta.org>
8717         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
8718         after the `eval-defun-1' specialcaseing
8719         like in `edebug-eval-defun' (bug#10181).
8721         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
8722         like in `eval-defun-1'.
8724 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
8726         * mail/sendmail.el (mail-yank-region):
8727         Recognize rmail-yank-current-message in addition to insert-buffer.
8728         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
8729         a *mail* buffer created through rmail-start-mail with sendmail as
8730         mail-user-agent.
8732 2012-05-27  Chong Yidong  <cyd@gnu.org>
8734         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
8735         Default to 256 (Bug#11267).
8737         * help.el (describe-mode): Doc fix.
8739 2012-05-26  Glenn Morris  <rgm@gnu.org>
8741         * w32-fns.el (w32-init-info): Remove.
8742         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
8744         * info.el (info-initialize): For self-contained NS builds, put the
8745         included info/ directory at the front.  (Bug#2791)
8747         * paths.el (Info-default-directory-list): Make it a defcustom,
8748         mainly so that we can use custom-initialize-delay.
8750 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8752         * subr.el (buffer-has-markers-at): Mark obsolete.
8754         * subr.el (lambda): Use declare.
8756         * emacs-lisp/lisp-mode.el (lambda):
8757         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
8759 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8761         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
8763 2012-05-26  Glenn Morris  <rgm@gnu.org>
8765         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
8767 2012-05-25  Glenn Morris  <rgm@gnu.org>
8769         * paths.el: Remove no-byte-compile.
8770         * loadup.el: No need to load paths.el uncompiled.
8772         * image.el (imagemagick-types-inhibit): Doc fix.
8774         * version.el: Remove no-byte-compile and associated formatting.
8775         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
8776         is ancient code from when there was an "inc-vers.el".
8778 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8780         * progmodes/gdb-mi.el: Minor style changes.
8781         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
8782         Turn into minor modes.
8783         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
8784         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
8785         (gdb-shell): Remove unneeded let-binding.
8786         (gdb-get-many-fields): Eliminate O(n²) behavior.
8788 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
8790         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
8791         platforms that don't link in fontset.c.
8793 2012-05-25  Juri Linkov  <juri@jurta.org>
8795         Use the same diff color scheme as in modern VCSes (bug#10181).
8797         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
8798         to avoid confusion with `diff-added' that now uses green colors.
8799         (diff-removed): Use shades of red.
8800         (diff-added): Use shades of green.
8801         (diff-changed): Leave just the yellow color.
8802         (diff-use-changed-face): New variable.
8803         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
8804         how to highlight context diff changes.
8805         (diff-refine-change): Use shades of yellow.
8806         (diff-refine-removed): New face that uses shades of red.
8807         (diff-refine-added): New face that uses shades of green.
8808         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
8809         `diff-refine-removed' in the call to `smerge-refine-subst'
8810         depending on the value of `diff-use-changed-face'.
8812         * vc/smerge-mode.el (smerge-mine): Use shades of red.
8813         (smerge-other): Use shades of green.
8814         (smerge-base): Use shades of yellow.
8815         (smerge-refined-change): Empty face.
8816         (smerge-refined-removed): New face that uses shades of red.
8817         (smerge-refined-added): New face that uses shades of green.
8818         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
8819         args `props-r' and `props-a', and use them.  Doc fix.
8820         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
8821         on its value use different faces `smerge-refined-change',
8822         `smerge-refined-removed', `smerge-refined-added' in the call to
8823         `smerge-refine-subst'.
8825         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
8826         Add face condition `min-colors 88' with shades of red.
8827         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
8828         `min-colors 88' with shades of green.
8829         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
8830         `min-colors 88' with shades of yellow.
8832 2012-05-24  Glenn Morris  <rgm@gnu.org>
8834         * paths.el (prune-directory-list, remote-shell-program): Move to...
8835         * files.el (prune-directory-list, remote-shell-program): ...here.
8836         For the latter, delay initialization, prefer ssh, just search PATH.
8838         * paths.el (term-file-prefix): Move to faces.el (the only user).
8839         * faces.el (term-file-prefix): Move here, make it a defcustom.
8841         * paths.el (news-directory, news-path, news-inews-program):
8842         Move to gnus/nnspool.el.
8844         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
8846         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
8847         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
8848         Make the latter a defcustom, with a delayed initialization.
8850         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
8851         These were deleted from Gnus itself late 2010.
8853 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
8855         * progmodes/which-func.el (which-func-ff-hook):
8856         Check against user-error, not error.
8858         * emacs-lisp/edebug.el (top): Do not load or set up loading of
8859         cl-specs.el, which no longer exists.
8861 2012-05-22  Glenn Morris  <rgm@gnu.org>
8863         * info.el (info-emacs-bug): New command.
8864         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
8865         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
8867 2012-05-21  Glenn Morris  <rgm@gnu.org>
8869         * makefile.w32-in (update-subdirs-SH):
8870         * Makefile.in (update-subdirs): Update for moved update-subdirs.
8872 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8874         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
8876         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8877         Simplify Maven regexp, and make sure the file can't start with a space
8878         (bug#11517).
8880 2012-05-21  Glenn Morris  <rgm@gnu.org>
8882         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8883         Scrap superfluous subshells.
8885 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8887         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
8888         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
8890 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
8892         * calc/calc.el (calc-ensure-consistent-units): New variable.
8894         * calc/calc-units.el (math-consistent-units-p)
8895         (math-check-unit-consistency): New functions.
8896         (calc-quick-units, calc-convert-units):
8897         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
8898         is non-nil.
8899         (calc-extract-units): Fix typo.
8901 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8903         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
8905         * textmodes/flyspell.el: Commenting style, plus code simplifications.
8906         (flyspell-default-deplacement-commands): Don't spell check after
8907         repeated window/frame switches (e.g. triggered by mouse-movement).
8908         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
8909         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
8910         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
8911         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
8912         Remove unused vars.
8913         (flyspell-get-casechars, flyspell-get-not-casechars):
8914         Simplify; Don't bother removing a ] just to add it back.
8915         * textmodes/ispell.el (ispell-program-name): Use executable-find.
8917 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8919         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
8920         New functions.
8921         (math-function-table): Add support for more C functions.
8923 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8925         * textmodes/flyspell.el (flyspell-check-pre-word-p)
8926         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8927         Protect delay handling for otherchars against empty otherchars.
8929 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8931         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
8932         their respective macro declarations.
8933         * skeleton.el (define-skeleton):
8934         * progmodes/compile.el (define-compilation-mode):
8935         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
8936         (define-ibuffer-filter):
8937         * emacs-lisp/generic.el (define-generic-mode):
8938         * emacs-lisp/easy-mmode.el (define-minor-mode)
8939         (define-globalized-minor-mode):
8940         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
8941         * emacs-lisp/byte-run.el (defsubst):
8942         * custom.el (deftheme): Add doc-string metadata.
8944 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8946         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
8948 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8950         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
8952         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
8953         * emacs-lisp/cl-macs.el: Idem.
8954         * emacs-lisp/cl-specs.el: Remove.
8956 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8958         Minor renaming of internal CL functions and variables.
8959         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
8960         (cl--position): Rename from cl-position.
8961         (cl--delete-duplicates): Rename from cl-delete-duplicates.
8962         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
8963         (cl--random-state): Rename from *random-state*.
8965 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8967         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
8968         parens around the arg list (bug#11499).
8970 2012-05-17  Juri Linkov  <juri@jurta.org>
8972         * isearch.el (word-search-regexp, word-search-backward)
8973         (word-search-forward, word-search-backward-lax)
8974         (word-search-forward-lax): Move functions from search.c
8975         (bug#10145, bug#11381).
8977 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8979         * textmodes/flyspell.el (flyspell-check-pre-word-p)
8980         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8981         Delay for otherchars as for normal word components.
8983 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8985         * minibuffer.el (completion--sifn-requote): Fix last change.
8986         (minibuffer-local-must-match-filename-map):
8987         Move define-obsolete-variable-alias before its var.
8989 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8991         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
8993         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
8994         behavior.
8995         (completion--string-equal-p): New function.
8996         (completion--twq-all): Use it to get better assertion failure data.
8998         Only handle ".." and '..' quoting in shell-mode (bug#11466).
8999         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
9000         (shell--requote-argument): New functions.
9001         (shell-completion-vars): Use them.
9002         (shell--parse-pcomplete-arguments): Rename from
9003         shell-parse-pcomplete-arguments.
9004         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
9005         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
9006         Obey comint-file-name-quote-list.
9008         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
9009         (smie-indent-keyword): Use it.
9011 2012-05-14  Stefan Merten  <smerten@oekonux.de>
9013         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
9015 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9017         * net/rlogin.el (rlogin-mode-map): Fix last change.
9019 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
9021         * mail/smtpmail.el (smtpmail-send-command): Send the command and
9022         the following \r\n using a single `process-send-string', since the
9023         Lotus SMTP server refuses to accept any commands if they are sent
9024         with two `process-send-string's (Bug#11444).
9026 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9028         * shell.el (shell-parse-pcomplete-arguments):
9029         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
9031 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
9033         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
9034         (image-transform-scale, image-transform-right-angle-fudge): New vars.
9035         (image-transform-width, image-transform-fit-width): New functions.
9036         (image-transform-properties): Use them.
9037         (image-transform-check-size): New function.
9038         (image-toggle-display-image): Use it (for testing).
9039         (image-transform-set-rotation): Reduce angle mod 360.
9040         Delete obsolete comment.
9042 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
9044         * image-mode.el: Fix scaling (bug#11399).
9045         (image-transform-resize): Doc fix.
9046         (image-transform-properties): Default scale is 1 and height should
9047         be an integer.
9049 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
9051         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
9052         than hard-coding `car', to fix misbehavior when moving forward.
9054 2012-05-13  Chong Yidong  <cyd@gnu.org>
9056         * emacs-lisp/tabulated-list.el (tabulated-list-format)
9057         (tabulated-list-entries, tabulated-list-padding)
9058         (tabulated-list-sort-key): Make permanent-local.
9060         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
9061         (electric-buffer-list): Put electric buffer menu
9062         command descriptions in this docstring, instead of the docstring
9063         of electric-buffer-menu-mode.  Code cleanups.
9064         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
9065         Electric-buffer-menu-mode.
9066         (electric-buffer-update-highlight): Minor code cleanup.
9068 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
9070         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
9071         (Bug#11447)
9073 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9075         Move define-obsolete-variable-alias before the var's definition.
9076         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
9077         * tooltip.el (tooltip-hook):
9078         * textmodes/reftex-toc.el (reftex-toc-map):
9079         * textmodes/reftex-sel.el (reftex-select-label-map)
9080         (reftex-select-bib-map):
9081         * textmodes/reftex-index.el (reftex-index-map)
9082         (reftex-index-phrases-map):
9083         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
9084         * progmodes/meta-mode.el (meta-mode-map):
9085         * novice.el (disabled-command-hook):
9086         * loadhist.el (unload-hook-features-list):
9087         * frame.el (blink-cursor):
9088         * files.el (find-file-not-found-hooks, write-file-hooks)
9089         (write-contents-hooks):
9090         * emulation/tpu-edt.el (GOLD-map):
9091         * emacs-lock.el (emacs-lock-from-exiting):
9092         * emacs-lisp/generic.el (generic-font-lock-defaults):
9093         * emacs-lisp/chart.el (chart-map):
9094         * dos-fns.el (register-name-alist):
9095         * dired-x.el (dired-omit-files-p):
9096         * desktop.el (desktop-enable):
9097         * cus-edit.el (custom-mode-hook):
9098         * buff-menu.el (buffer-menu-mode-hook):
9099         * bookmark.el (bookmark-read-annotation-text-func)
9100         (bookmark-exit-hooks):
9101         * allout.el (allout-mode-deactivate-hook)
9102         (allout-exposure-change-hook, allout-structure-added-hook)
9103         (allout-structure-deleted-hook, allout-structure-shifted-hook):
9104         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
9105         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
9106         comes before the corresponding variable's definition.
9108 2012-05-12  Chong Yidong  <cyd@gnu.org>
9110         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
9111         (Buffer-menu-mouse-select): Restore function (Bug#11459).
9112         (Buffer-menu-mode-map): Bind it.
9113         (Buffer-menu--pretty-name): Add a mouse-face property.
9115 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9117         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
9118         (prolog-upper-case-string, prolog-lower-case-string)
9119         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
9120         (prolog-use-smie, prolog-smie-grammar): New vars.
9121         (prolog-smie-forward-token, prolog-smie-backward-token)
9122         (prolog-smie-rules): New funs.
9123         (prolog-comment-indent): Remove.
9124         (prolog-mode-variables): Use default comment indentation instead.
9125         Setup SMIE.
9126         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
9127         (prolog-mode): Don't call them any more.
9128         (prolog-electric-colon, prolog-electric-dash)
9129         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
9131         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
9133         * minibuffer.el (completion--twq-all): Again, allow case differences.
9135         * term.el: Move keymap initialization code to be more idiomatic.
9136         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
9137         (term-terminal-menu): Move initialization into declaration.
9138         (term-escape-char): Let the user set it in her .emacs.
9140         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
9141         Provide SMIE-based indentation (not enabled by default yet).
9142         (sh-mode-map): Don't bind electric keys.
9143         Use electric-pair-mode instead of skeleton-pair.
9144         (sh-assignment-regexp): Fit within 80 columns.
9145         (sh-indent-supported): Specify actual shell name instead of boolean.
9146         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
9147         (sh-maybe-here-document): Use it.  Make obsolete.
9148         (sh-electric-here-document-mode) New minor mode.
9149         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
9150         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
9151         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
9152         (sh-smie-rc-grammar, sh-use-smie): New vars.
9153         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
9154         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
9155         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
9156         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
9157         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
9158         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
9159         (sh-set-shell): Use smie-setup if requested.
9161         * term.el (term-set-escape-char): Properly set term-escape-char.
9162         See http://stackoverflow.com/questions/10524656.
9164 2012-05-10  Chong Yidong  <cyd@gnu.org>
9166         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
9167         Use url-generic-parse-url, and handle host names and Windows
9168         filenames properly.
9169         (ffap-url-unwrap-remote): Use url-generic-parse-url.
9170         (ffap-url-unwrap-remote): Accept list values, specifying a list of
9171         URL schemes to work on.
9172         (ffap--toggle-read-only): New function.
9173         (ffap-read-only, ffap-read-only-other-window)
9174         (ffap-read-only-other-frame): Use it.
9175         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
9176         necessary for ffap-url-unwrap-remote.
9178 2012-05-10  Dave Abrahams  <dave@boostpro.com>
9180         * cus-start.el (create-lockfiles): Add it.
9182 2012-05-09  Chong Yidong  <cyd@gnu.org>
9184         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
9185         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
9187 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9189         * shell.el (shell-completion-vars): Fix last change (bug#11348).
9191 2012-05-09  Chong Yidong  <cyd@gnu.org>
9193         * ansi-color.el (ansi-color-process-output): Check for validity of
9194         comint-last-output-start before using it.  This avoids a bad
9195         interaction with gdb-mi's input/output buffer.
9197 2012-05-09  Glenn Morris  <rgm@gnu.org>
9199         * files.el (dir-locals-read-from-file):
9200         Mention dir-locals in any error message.
9202 2012-05-09  Chong Yidong  <cyd@gnu.org>
9204         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
9205         package (Bug#11410).
9207         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
9208         variables into description.
9210 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9212         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
9213         shell-delimiter-argument-list (bug#11348).
9214         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
9216 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
9218         * textmodes/rst.el: Silence byte-compiler warnings.
9219         (rst-re-alist, rst-reset-section-caches): Move around.
9220         (rst-re): Use `characterp', not `char-valid-p'.
9221         (font-lock-beg, font-lock-end): Declare.
9223         * progmodes/idlw-shell.el (specs): Remove reference to deleted
9224         variable `idlwave-shell-activate-alt-keybindings' and simplify.
9226         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
9228 2012-05-08  Glenn Morris  <rgm@gnu.org>
9230         * files.el (auto-mode-alist): Treat ".make" like ".mk".
9232 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9234         * vc/log-edit.el: Add GNU coding standards highlighting.
9235         (log-edit-font-lock-gnu-style)
9236         (log-edit-font-lock-gnu-keywords): New vars.
9237         (log-edit-font-lock-keywords): New fun.
9238         (log-edit-mode): Don't fold case in font-lock.
9239         (log-edit-font-lock-keywords): Do not assume case-folding.
9241         * imenu.el: Misc cleanup.  Make docstrings out of comments.
9242         Use lexical-binding.
9243         (imenu--index-alist, imenu--last-menubar-index-alist)
9244         (imenu-menubar-modified-tick): Use defvar-local.
9245         (imenu--split-menu): Remove unused var.
9246         (imenu--cleanup-seen): Declare as global.
9247         (imenu--cleanup): Use dolist.
9249         * subr.el (defvar-local): Add debug spec and doc-string position.
9251 2012-05-08  Glenn Morris  <rgm@gnu.org>
9253         * language/burmese.el, language/cham.el, language/czech.el:
9254         * language/english.el, language/georgian.el, language/greek.el:
9255         * language/japanese.el, language/khmer.el, language/korean.el:
9256         * language/lao.el, language/misc-lang.el, language/romanian.el:
9257         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
9258         * language/thai.el, language/utf-8-lang.el:
9259         Remove no-byte-compile setting.
9261         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
9263 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9265         * progmodes/make-mode.el (makefile-browse):
9266         Remove unnecessary interactive.  (Bug#11324)
9268 2012-05-07  Glenn Morris  <rgm@gnu.org>
9270         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
9272         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
9274 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9276         * loadup.el: Preload newcomment.el.
9277         * newcomment.el: Move autoload-only code to toplevel.
9279         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
9280         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9281         Handle new :right-align column property.
9282         (tabulated-list-print-col): Idem, plus use `display' text-property to
9283         try and preserve alignment for variable pitch fonts.
9285 2012-05-07  Chong Yidong  <cyd@gnu.org>
9287         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
9288         (tabulated-list-use-header-line): New var.
9289         (tabulated-list-init-header): Use it.
9290         (tabulated-list-print-fake-header): New function.
9291         (tabulated-list-print): Use it.
9292         (tabulated-list-sort-button-map): Add non-header-line commands.
9293         (tabulated-list-init-header): Add column name property to basic
9294         labels as well.
9295         (tabulated-list-col-sort): Handle non-header-line button case.
9296         (tabulated-list--sort-by-column-name): Fix a corner case.
9298         * buff-menu.el (list-buffers--refresh):
9299         Handle Buffer-menu-use-header-line.
9301 2012-05-06  Chong Yidong  <cyd@gnu.org>
9303         * buff-menu.el: Convert to Tabulated List mode.
9304         (Buffer-menu-buffer+size-width): Make obsolete.
9305         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
9306         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
9307         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
9308         documentation into docstring of buffer-menu.
9309         (Buffer-menu-toggle-files-only): Add an informative message.
9310         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
9311         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
9312         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
9313         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
9314         (Buffer-menu-execute, Buffer-menu-select)
9315         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
9316         (Buffer-menu-bury): Use Tabulated List machinery.
9317         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
9318         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
9319         Delete.
9320         (list-buffers--refresh): New function.
9321         (list-buffers-noselect): Use it.
9322         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
9323         (Buffer-menu--pretty-file-name): New helper functions.
9325         * loadup.el: Preload tabulated-list.
9327         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
9328         tabulated-list-sort-column.
9329         (tabulated-list-init-header): Add the initial aligning space even
9330         if tabulated-list-padding is zero.
9332 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
9334         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
9335         whose cdr is not a cons cell correctly (bug#11038).
9337 2012-05-06  Chong Yidong  <cyd@gnu.org>
9339         * emacs-lisp/tabulated-list.el (tabulated-list-format):
9340         Accept additional plist in column descriptors.
9341         (tabulated-list-init-header): Obey it.
9342         (tabulated-list-get-entry): New function.
9343         (tabulated-list-put-tag): Use it.  Use string-width instead of
9344         length.
9345         (tabulated-list--column-number): New function.
9346         (tabulated-list-print): Use it.
9347         (tabulated-list-print-col): New function.
9348         Set `tabulated-list-column-name' property on each column's text.
9349         (tabulated-list-print-entry): Use it.
9350         (tabulated-list-delete-entry, tabulated-list-set-col):
9351         New functions.
9352         (tabulated-list-sort-column): New command (Bug#11337).
9354         * buff-menu.el (list-buffers): Move C-x C-b binding from
9355         buff-menu.el to bindings.el.
9357         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
9358         :advertised-binding feature.
9360 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
9362         * progmodes/compile.el (compilation-internal-error-properties):
9363         Calculate start position correctly when end-col is set but
9364         end-line is not (Bug#11382).
9366 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
9368         * man.el (Man-unindent): Use text-property-default-nonsticky to
9369         prevent untabify from inheriting face properties (Bug#11408).
9371 2012-05-05  Stefan Merten  <smerten@oekonux.de>
9373         * textmodes/rst.el: Major merge with upstream development up to
9374         Docutils SVN r7399 / rst.el V1.2.1.
9376         Clarify maintainership and authors.
9378         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
9379         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
9380         (rst-official-version, rst-official-cvs-rev, rst-version)
9381         (rst-package-emacs-version-alist): New functions and variables
9382         for version information.
9384         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
9385         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
9386         (rst-mode-syntax-table, rst-mode): New and corrected functions
9387         and variables representing reStructuredText features.
9389         (rst-re): New function for reStructuredText regexes.  Use in
9390         many places.
9392         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
9393         (rst-mode-map): Rebind keys.
9395         (rst-mode-lazy, rst-font-lock-keywords)
9396         (rst-font-lock-extend-region)
9397         (rst-font-lock-extend-region-internal)
9398         (rst-font-lock-extend-region-extend)
9399         (rst-font-lock-find-unindented-line-limit)
9400         (rst-font-lock-find-unindented-line-match)
9401         (rst-adornment-level, rst-font-lock-adornment-level)
9402         (rst-font-lock-adornment-match)
9403         (rst-font-lock-handle-adornment-pre-match-form)
9404         (rst-font-lock-handle-adornment-matcher): Major revision of
9405         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
9407         (rst-preferred-adornments, rst-adjust-hook)
9408         (rst-new-adornment-down, rst-preferred-bullets)
9409         (rst-preferred-bullets, rst-indent, rst-indent-width)
9410         (rst-indent-field, rst-indent-literal-normal)
9411         (rst-indent-literal-minimized, rst-indent-comment): Change,
9412         extend and improve customization.
9414         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
9415         (rst-normalize-cursor-position, rst-get-decoration)
9416         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
9417         (rst-rstrip, rst-toc-insert-find-delete-contents)
9418         (rst-shift-fill-region, rst-compute-bullet-tabs)
9419         (rst-debug-print-tabs, rst-debug-mark-found)
9420         (rst-shift-region-guts, rst-shift-region-right)
9421         (rst-shift-region-left, rst-use-char-classes)
9422         (rst-font-lock-keywords-function)
9423         (rst-font-lock-indentation-point)
9424         (rst-font-lock-find-unindented-line-begin)
9425         (rst-font-lock-find-unindented-line-end)
9426         (rst-font-lock-find-unindented-line)
9427         (rst-font-lock-adornment-point, rst-font-lock-level)
9428         (rst-adornment-level-alist): Remove functions and variables.
9430         (rst-compare-adornments, rst-get-adornment-match)
9431         (rst-suggest-new-adornment, rst-get-adornments-around)
9432         (rst-adornment-complete-p, rst-get-next-adornment)
9433         (rst-adjust-adornment, rst-display-adornments-hierarchy)
9434         (rst-straighten-adornments): Standardize function names to
9435         use "adornment" instead of "decoration".  Correct callers.
9436         Similar standardizing in many places.
9438         (rst-update-section, rst-adjust, rst-promote-region)
9439         (rst-enumerate-region, rst-bullet-list-region)
9440         (rst-repeat-last-character): Correct use of `interactive'.
9442         (rst-classify-adornment, rst-find-all-adornments)
9443         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
9444         (rst-find-leftmost-column, rst-repeat-last-character):
9445         Refactor functions.
9447         (rst-find-title-line, rst-reset-section-caches)
9448         (rst-get-adornments-around, rst-adjust-adornment-work)
9449         (rst-arabic-to-roman, rst-roman-to-arabic)
9450         (rst-insert-list-pos, rst-insert-list-new-item)
9451         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
9452         New functions.
9454         (rst-all-sections, rst-section-hierarchy)
9455         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
9456         New variables.
9458         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
9459         configuration instead of only buffer.  Change where necessary.
9461         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
9462         (rst-shift-region, rst-adaptive-fill): New functions for
9463         indentation and filling.
9465         (rst-comment-line-break, rst-comment-indent)
9466         (rst-comment-insert-comment, rst-comment-region)
9467         (rst-uncomment-region): New functions for handling comments.
9469         (rst-compile): Quote shell arguments.
9471         (rst-compile-pdf-preview, rst-compile-slides-preview):
9472         Delete temporary files after use.
9474 2012-05-05  Glenn Morris  <rgm@gnu.org>
9476         * calendar/cal-html.el: Optionally include holidays in the output.
9477         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
9478         (cal-html-holidays): New option.
9479         (cal-html-css-default): Add holiday entry.
9480         (holiday-in-range): Autoload it.
9481         (cal-html-htmlify-entry): Add optional class argument.
9482         (cal-html-htmlify-list): Add optional holidays argument.
9483         (cal-html-insert-agenda-days): Include holidays in the output.
9484         (cal-html-one-month): Maybe include holidays.
9486         * calendar/holidays.el (holiday-in-range):
9487         Move here from cal-tex-list-holidays.
9488         * calendar/cal-tex.el (cal-tex-list-holidays):
9489         Make it an obsolete alias for holiday-in-range.  Update all callers.
9491 2012-05-05  Chong Yidong  <cyd@gnu.org>
9493         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
9494         Nextstep.
9496 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
9498         * files.el (file-auto-mode-skip): New var.
9499         (set-auto-mode-1): Use it.
9501 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9503         * repeat.el: Use lexical-binding.
9504         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
9505         (repeat-undo-count): Remove.
9506         (repeat):
9507         * progmodes/octave-mod.el (octave-abbrev-start):
9508         * progmodes/f90.el (f90-abbrev-start):
9509         * face-remap.el (text-scale-adjust):
9510         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
9512         * emacs-lisp/pcase.el (pcase--let*): New function.
9513         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
9514         a bit more.
9515         (pcase--split-pred): Be more clever about ruling out overlap between
9516         a predicate and some constant pattern.
9517         (pcase--q1): Use `null' instead of (eq foo nil).
9519         * subr.el (setq-local, defvar-local): New macros.
9520         (kbd): Redefine as an alias.
9521         (with-selected-window): Leave unrelated frames alone.
9522         (set-temporary-overlay-map): New function.
9524 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9526         * subr.el (user-error): New function.
9527         * window.el (switch-to-buffer):
9528         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
9529         (smerge-match-conflict):
9530         * simple.el (previous-matching-history-element)
9531         (next-matching-history-element, goto-history-element, undo-more)
9532         (undo-start):
9533         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
9534         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
9535         (next-file, tags-loop-scan, list-tags, complete-tag):
9536         * progmodes/compile.el (compilation-loop):
9537         * mouse.el (mouse-minibuffer-check):
9538         * man.el (Man-bgproc-sentinel, Man-goto-page):
9539         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
9540         (Info-history-forward, Info-follow-reference, Info-menu)
9541         (Info-extract-menu-item, Info-extract-menu-counting)
9542         (Info-forward-node, Info-backward-node, Info-next-menu-item)
9543         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
9544         (Info-next-reference, Info-prev-reference, Info-index)
9545         (Info-index-next, Info-follow-nearest-node)
9546         (Info-copy-current-node-name):
9547         * imenu.el (imenu--make-index-alist)
9548         (imenu-default-create-index-function, imenu-add-to-menubar):
9549         * files.el (basic-save-buffer, recover-file):
9550         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9551         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9552         (checkdoc-message-text, checkdoc-defun):
9553         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
9554         * cus-edit.el (customize-changed-options, customize-rogue)
9555         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
9556         (custom-variable-mark-to-reset-standard)
9557         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
9558         (custom-file):
9559         * completion.el (check-completion-length):
9560         * comint.el (comint-search-arg)
9561         (comint-previous-matching-input-string-position)
9562         (comint-previous-matching-input)
9563         (comint-replace-by-expanded-history-before-point, comint-send-input)
9564         (comint-copy-old-input, comint-backward-matching-input)
9565         (comint-goto-process-mark, comint-set-process-mark):
9566         * calendar/calendar.el (calendar-cursor-to-date): Use it.
9567         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
9569 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9571         * dabbrev.el (dabbrev--ignore-case-p): New function.
9572         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
9573         Use it.
9575         * files.el (automount-dir-prefix): Mark as obsolete.
9577 2012-05-04  Glenn Morris  <rgm@gnu.org>
9579         * patcomp.el, play/bruce.el: Move to obsolete/.
9581 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
9583         Fix minor Y10k bugs.
9584         * arc-mode.el (archive-unixdate):
9585         * autoinsert.el (auto-insert-alist):
9586         * calc/calc-forms.el (math-this-year):
9587         * emacs-lisp/copyright.el (copyright-current-year)
9588         (copyright-update-year, copyright):
9589         * tar-mode.el (tar-clip-time-string):
9590         * time.el (display-time-update):
9591         Don't assume years have 4 digits.
9593 2012-05-04  Chong Yidong  <cyd@gnu.org>
9595         * dos-w32.el (file-name-buffer-file-type-alist)
9596         (direct-print-region-use-command-dot-com):
9597         * ffap.el (ffap-menu-regexp):
9598         * find-file.el (ff-special-constructs):
9599         * follow.el (follow-debug):
9600         * forms.el (forms--debug):
9601         * iswitchb.el (iswitchb-all-frames):
9602         * ido.el (ido-all-frames):
9603         * emacs-lisp/timer.el (timer-max-repeats):
9604         * mail/feedmail.el (feedmail-mail-send-hook)
9605         (feedmail-mail-send-hook-queued):
9606         * mail/footnote.el (footnote-signature-separator):
9607         * mail/mailabbrev.el (mail-alias-separator-string)
9608         (mail-abbrev-mode-regexp):
9609         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
9610         * progmodes/idlwave.el (idlwave-libinfo-file)
9611         (idlwave-default-completion-case-is-down)
9612         (idlwave-library-routines): Convert defvars to defcustoms.
9614         * mail/rmail.el (rmail-decode-mime-charset):
9615         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
9616         (idlwave-shell-fix-inserted-breaks)
9617         (idlwave-shell-activate-alt-keybindings)
9618         (idlwave-shell-use-breakpoint-glyph):
9619         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
9621 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9623         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
9625 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
9627         * progmodes/verilog-mode.el (font-lock-keywords):
9628         Fix mis-highligting auto.  Reported by Craig Barner.
9629         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
9630         defines from global name space.  Reported by Dan Dever.
9631         (verilog-auto-reset, verilog-auto-reset-widths)
9632         (verilog-auto-tieoff): Support using unbased numbers for
9633         AUTORESET and AUTOTIEOFF.
9634         (verilog-submit-bug-report): Update variable list.
9635         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
9636         parenthesis from not matching.  Reported by Michael Rytting.
9637         (verilog-auto-template-lint): Fix hash error when linting modules
9638         with no used templates.
9639         (verilog-warn, verilog-warn-error)
9640         (verilog-warn-fatal): When non-interactive report multiple
9641         warnings before exiting.  Suggested by Brad Dobbie.
9642         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
9643         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
9644         to report unused template errors.  Reported by Brad Dobbie.
9645         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
9646         nets, bug438.  Reported by Vns Blore.
9647         (verilog-auto-inout-module, verilog-auto-reg)
9648         (verilog-read-decls, verilog-read-sub-decls-sig)
9649         (verilog-signals-edit-wire-reg, verilog-signals-with):
9650         Fix passing of Verilog data types in ANSI input/output ports
9651         such as "output logic" into the AUTOs.  Special case "wire" and
9652         "reg" for backwards compatibility presuming Verilog 2001.
9653         (verilog-auto-ascii-enum): Add "auto enum" as alias.
9654         (verilog-preprocess): Fix replication of preprocess output.
9655         Reported by Brad Dobbie.
9656         (verilog-auto-inst-interfaced-ports):
9657         Create verilog-auto-inst-interfaced-ports, bug429.
9658         Reported by Julian Gorfajn.
9659         (verilog-after-save-font-hook)
9660         (verilog-before-save-font-hook): New variable.
9661         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
9662         (verilog-save-font-mods): Wrap disabling fontification, reported
9663         by David Rogoff.
9664         (verilog-do-indent, verilog-pretty-declarations-auto)
9665         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
9666         Reported by Pierre-David Pfister.
9667         (verilog-set-auto-endcomments): Fix endtask auto comments outside
9668         of class declarations, bug292.  Reported by Kevin Heilman.
9669         (verilog-read-decls): Fix 'parameter type' not appearing in
9670         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
9671         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
9672         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
9673         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
9674         Reported by David Kravitz.
9676 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
9678         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
9679         assignment with tests in ifs and for loops.
9680         (verilog-extended-complete-re, verilog-complete-reg): Change so
9681         that DPI inport functions don't look like fuction declarations.
9682         (verilog-pretty-expr): Don't line up assignment
9683         operations to the test and increment in if and for loops
9684         (verilog-extended-complete-re, verilog-complete-reg): Change so
9685         that DPI inport functions don't look like fuction declarations.
9687 2012-05-03  Kenichi Handa  <handa@m17n.org>
9689         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
9690         decoding, and show a warning message without signaling an error
9691         (Bug#11282).
9693 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9695         * emacs-lisp/bytecomp.el
9696         (byte-compile-file-form-custom-declare-variable): Compile all elements,
9697         since cconv.el might have introduced :fun-body, internal-make-closure,
9698         and friends for bytecomp to handle (bug#11391).
9699         * custom.el (defcustom): Avoid ((λ ..) ..).
9701 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9703         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
9705 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
9707         * notifications.el (dbus-debug):
9708         * term/linux.el (gpm-mouse-enable):
9709         * term/screen.el (xterm-register-default-colors): Declare.
9711 2012-05-02  Chong Yidong  <cyd@gnu.org>
9713         * cus-start.el (gc-cons-percentage, exec-suffixes)
9714         (dos-display-scancodes, dos-hyper-key, dos-super-key)
9715         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
9716         (make-cursor-line-fully-visible, void-text-area-pointer)
9717         (font-list-limit): Add customization data.
9719         * allout.el (allout-exposure-change-functions)
9720         (allout-structure-added-functions)
9721         (allout-structure-deleted-functions)
9722         (allout-structure-shifted-functions): Rename abnormal hooks from
9723         *-hook, and convert to defcustoms.
9724         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
9725         Convert to defcustoms.
9726         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
9728         * allout-widgets.el: Hook callers changed.
9730 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
9732         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
9733         the yanked message in preference to the default value of
9734         buffer-file-coding-system.
9736 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
9738         * window.el (display-buffer--action-function-custom-type):
9739         Fix entry.
9741 2012-05-02  Alan Mackenzie  <acm@muc.de>
9743         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
9745 2012-05-01  Glenn Morris  <rgm@gnu.org>
9747         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
9749         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
9751         * cus-edit.el (custom-variable-documentation): Simplify with format.
9753 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9754             Stefan Monnier  <monnier@iro.umontreal.ca>
9756         * simple.el (suggest-key-bindings, execute-extended-command):
9757         Move from keyboard.c.
9759 2012-05-01  Chong Yidong  <cyd@gnu.org>
9761         * follow.el: Eliminate advice.
9762         (set-process-filter, process-filter, sit-for): Advice deleted.
9763         (follow-mode-off-hook): Obsolete hook removed.
9764         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
9765         Vars deleted.
9766         (follow-auto): Use a :set function.
9767         (follow-mode): Rewritten.  Don't advise process filters.
9768         (follow-switch-to-current-buffer-all, follow-scroll-up)
9769         (follow-scroll-down): Assume follow-mode is bound.
9770         (follow-comint-scroll-to-bottom)
9771         (follow-align-compilation-windows): New functions.
9772         (follow--window-sorter): New function.
9773         (follow-all-followers): Use it to explicitly sort windows by their
9774         positions; don't make assumptions about next-window order.
9775         (follow-windows-start-end, follow-delete-other-windows-and-split)
9776         (follow-calc-win-start): Doc fix.
9777         (follow-windows-aligned-p, follow-select-if-visible): Don't call
9778         vertical-motion unnecessarily.
9779         (follow-adjust-window): New function.
9780         (follow-post-command-hook): Use it.
9781         (follow-call-set-process-filter, follow-call-process-filter)
9782         (follow-intercept-process-output, follow-tidy-process-filter-alist)
9783         (follow-stop-intercept-process-output, follow-generic-filter):
9784         Functions deleted.
9785         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
9786         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
9787         New functions, replacing advice on scroll-bar-* commands.
9788         (follow-mwheel-scroll): New function (Bug#4112).
9790         * comint.el (comint-adjust-point): New function.
9791         (comint-postoutput-scroll-to-bottom): Use it.
9792         Call follow-comint-scroll-to-bottom for Follow mode buffers.
9794 2012-05-01  Glenn Morris  <rgm@gnu.org>
9796         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
9797         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
9798         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
9799         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
9800         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
9801         Remove no-byte-compile setting.
9803 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9805         * minibuffer.el (completion-table-with-quoting): Fix compatibility
9806         all-completions code to not return a number in the last cdr.
9808 2012-04-30  Leo Liu  <sdl.web@gmail.com>
9810         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
9811         read-only error.
9813 2012-04-29  Chong Yidong  <cyd@gnu.org>
9815         * follow.el (follow-calc-win-end): Rewrite to handle partial
9816         screen lines correctly (Bug#8390).
9817         (follow-avoid-tail-recenter): Minor cleanup.
9819 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9821         Avoid the obsolete `assoc' package.
9822         * speedbar.el (speedbar-refresh): Avoid adelete.
9823         (speedbar-file-lists): Simplify and avoid aput.
9824         * man.el (Man--sections, Man--refpages): New vars, replacing
9825         Man-sections-alist and Man-refpages-alist.
9826         (Man-build-section-alist, Man-build-references-alist):
9827         Use them; avoid aput.
9828         (Man--last-section, Man--last-refpage): New vars.
9829         (Man-follow-manual-reference): Use them.
9830         Use the `default' arg of completing-read.
9831         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
9833 2012-04-27  Chong Yidong  <cyd@gnu.org>
9835         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
9837         * startup.el (x-apply-session-resources): New function.
9839         * term/ns-win.el (ns-initialize-window-system):
9840         * term/w32-win.el (w32-initialize-window-system):
9841         * term/x-win.el (x-initialize-window-system): Use it to properly
9842         set menu-bar-mode and other vars from X resources, even if the
9843         initial frame is not a window-system frame (Bug#2299).
9845         * subr.el (read-key): Avoid running filter function when setting
9846         up temporary tool bar entries (Bug#9922).
9848 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
9850         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
9851         (Bug#11344)
9853 2012-04-27  Chong Yidong  <cyd@gnu.org>
9855         * select.el (xselect--encode-string): New function, split from
9856         xselect-convert-to-string.
9857         (xselect-convert-to-string): Use it.
9858         (xselect-convert-to-filename, xselect-convert-to-os)
9859         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
9860         returned strings are properly encoded (Bug#11315).
9862 2012-04-27  Chong Yidong  <cyd@gnu.org>
9864         * simple.el (delete-active-region): Move to killing custom group.
9866 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
9868         * progmodes/which-func.el (which-func-current): Quote %
9869         characters for mode-line processing.
9871 2012-04-27  Chong Yidong  <cyd@gnu.org>
9873         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
9874         reaching eob (Bug#11286).
9876 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
9878         * progmodes/gdb-mi.el (gdb-control-level): New variable.
9879         (gdb): Make it buffer-local and init to zero.
9880         (gdb-control-commands-regexp): New variable.
9881         (gdb-send): Don't wrap in "-interpreter-exec console" if
9882         gdb-control-level is positive.  Increment gdb-control-level
9883         whenever the command matches gdb-control-commands-regexp, and
9884         decrement it each time the command is "end".  (Bug#11279)
9886 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
9888         * window.el (adjust-window-trailing-edge, enlarge-window)
9889         (shrink-window, window-resize):
9890         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
9891         windows (Bug#11276).
9893 2012-04-27  Chong Yidong  <cyd@gnu.org>
9895         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
9896         fix "missing prefix" warning.  All callers changed.
9898 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9900         * emacs-lisp/assoc.el: Move to obsolete/.
9902 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9904         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
9906         * term/ns-win.el (ns-define-service):
9907         * progmodes/pascal.el (pascal-goto-defun):
9908         * progmodes/js.el (js--read-tab):
9909         * progmodes/etags.el (tags-lazy-completion-table):
9910         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
9911         * emacs-lisp/ewoc.el (ewoc--wrap):
9912         * emacs-lisp/assoc.el (aput, adelete, amake):
9913         * doc-view.el (doc-view-convert-current-doc):
9914         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
9916 2012-04-26  Chong Yidong  <cyd@gnu.org>
9918         * image.el (image-type-from-buffer): Only return supported image
9919         type (Bug#9045).
9921         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
9922         value, for symmetry with diff-end-of-hunk.
9923         (diff-split-hunk, diff-find-source-location)
9924         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
9925         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
9926         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
9927         compute the relevant hunk or file properly (Bug#6005).
9928         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
9930 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9932         * vc/vc-mtn.el:
9933         * vc/vc-hg.el:
9934         * vc/vc-git.el:
9935         * vc/vc-dir.el:
9936         * vc/vc-cvs.el:
9937         * vc/vc-bzr.el:
9938         * vc/vc-arch.el:
9939         * vc/vc.el: Replace lexical-let by lexical-binding.
9940         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
9941         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
9942         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
9944 2012-04-26  Chong Yidong  <cyd@gnu.org>
9946         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
9947         (diff-mode-shared-map): Bind it to / and [remap undo].
9949         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
9950         (ediff-window-setup-function): Use it as the default, to set up
9951         windows based on whether the current frame is graphical (Bug#2138).
9952         (ediff-choose-window-setup-function-automatically): Make obsolete.
9954         * vc/ediff-init.el: Always define ediff-pixel-width/height.
9956 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9958         * ffap.el: Remove old code for obsolete package.
9959         (ffap-complete-as-file-p): Remove.
9961         Use completion-table-with-quoting for comint and pcomplete.
9962         * comint.el (comint--unquote&requote-argument)
9963         (comint--unquote-argument, comint--requote-argument): New functions.
9964         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
9965         (comint-quote-filename): Use regexp-opt-charset.
9966         (comint--common-suffix, comint--common-quoted-suffix)
9967         (comint--table-subvert): Remove.
9968         (comint-unquote-function, comint-requote-function): New vars.
9969         (comint--complete-file-name-data): Use them with
9970         completion-table-with-quoting.
9971         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
9972         * pcomplete.el (pcomplete-arg-quote-list)
9973         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
9974         (pcomplete-unquote-argument-function): Default to non-nil.
9975         (pcomplete-unquote-argument): Simplify.
9976         (pcomplete--common-quoted-suffix): Remove.
9977         (pcomplete-requote-argument-function): New var.
9978         (pcomplete--common-suffix): New function.
9979         (pcomplete-completions-at-point): Use completion-table-with-quoting
9980         and completion-table-subvert.
9982         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
9983         (minibuffer--double-dollars): Preserve properties.
9984         (completion--sifn-requote): New function.
9985         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
9987         * minibuffer.el: Add support for completion of quoted/escaped data.
9988         (completion-table-with-quoting, completion-table-subvert): New funs.
9989         (completion--twq-try, completion--twq-all): New functions.
9990         (completion--nth-completion): New function.
9991         (completion-try-completion, completion-all-completions): Use it.
9993 2012-04-25  Leo Liu  <sdl.web@gmail.com>
9995         * progmodes/python.el (python-pdbtrack-get-source-buffer):
9996         Use compilation-message if available to find real filename.
9998 2012-04-25  Chong Yidong  <cyd@gnu.org>
10000         * vc/diff-mode.el (diff-setup-whitespace): New function.
10001         (diff-mode): Use it.
10003         * vc/diff.el (diff-sentinel):
10004         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
10005         Whitespace mode variables based on diff style (Bug#8612).
10007 2012-04-25  Leo Liu  <sdl.web@gmail.com>
10009         * progmodes/python.el (python-send-region): Add suffix .py to the
10010         temp file.
10012         * files.el (auto-mode-alist): Use javascript-mode instead.
10014 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
10016         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
10018         * net/soap-client.el (soap-resolve-references-for-sequence-type)
10019         (soap-resolve-references-for-array-type): Hack to prevent self
10020         references, see Bug#9.
10021         (soap-parse-envelope): Report the contents of the 'detail' node
10022         when receiving a fault reply.
10023         (soap-parse-envelope): Report the contents of the entire 'detail' node.
10025         * net/soap-inspect.el (soap-sample-value-for-simple-type)
10026         (soap-inspect-simple-type): New function.
10028         * net/soap-client.el (soap-simple-type): New struct.
10029         (soap-default-xsd-types, soap-default-soapenc-types)
10030         (soap-decode-basic-type, soap-encode-basic-type):
10031         support unsignedInt and double basic types.
10032         (soap-resolve-references-for-simple-type)
10033         (soap-parse-simple-type, soap-encode-simple-type): New function.
10034         (soap-parse-schema): Parse xsd:simpleType declarations.
10036         * net/soap-client.el (soap-default-xsd-types)
10037         (soap-default-soapenc-types): Add integer, byte and anyURI types.
10038         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
10039         the local name of "soapenc:Array".
10040         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
10041         decoding integer, byte and anyURI xsd types.
10043 2012-04-25  Chong Yidong  <cyd@gnu.org>
10045         * cus-edit.el (custom-buffer-create-internal): Update header text.
10047 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
10049         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
10050         settings on 'system-type', not on 'window-system'.  On MS-Windows,
10051         set interactive-mode on in GDB.
10053 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10055         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
10056         (ruby-syntax-propertize-regexp): Remove.
10057         (ruby-syntax-propertize-function): Split regexp into chunks.
10058         Match following code directly.
10060 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
10062         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
10063         (ruby-syntax-propertize-regexp): New function.
10064         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
10065         by a special keyword.
10067         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
10068         (ruby-syntax-general-delimiters-goto-beg)
10069         (ruby-syntax-propertize-general-delimiters): New functions.
10070         (ruby-syntax-propertize-function): Use them to handle GDL.
10071         (ruby-font-lock-keywords): Move old handling of GDL...
10072         (ruby-font-lock-syntactic-keywords): .. to here.
10073         (ruby-calculate-indent): Adjust indentation for GDL.
10075 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
10077         * notifications.el (top): Remove unneeded declarations.
10078         (notifications-specification-version): Change to "1.2".
10079         (notifications-interface, notifications-notify-method)
10080         (notifications-close-notification-method): Fix docstring.
10081         (notifications-get-capabilities-method): New defconst.
10082         (notifications-notify): Add :action-items, :resident and
10083         :transient hints.  Change "image_data" to "image-data" and
10084         "image_path" to "image-path".
10085         (notifications-get-capabilities): New defun.
10087 2012-04-24  Leo Liu  <sdl.web@gmail.com>
10089         * progmodes/python.el: Move hideshow setup to the end.
10091 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
10093         * window.el (handle-select-window): Clear echo area since this is
10094         no more done by read_char (Bug#11304).
10096 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10098         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
10099         and `/ M' to filter-derived-mode.
10100         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
10101         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10102         (ibuffer-mark-by-mode): Use default rather than initial-input.
10103         (ibuffer-filter-by-derived-mode): Autoload and require-match.
10105 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
10107         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
10108         (ibuffer-filter-by-derived-mode): New filter.
10109         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
10111 2012-04-23  Andreas Politz  <politza@fh-trier.de>
10113         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
10115 2012-04-23  Chong Yidong  <cyd@gnu.org>
10117         * cus-edit.el (customize-apropos, customize-apropos-options):
10118         Disable matching of non-option variables (Bug#11176).
10119         (customize-option, customize-option-other-window)
10120         (customize-changed-options): Doc fix.
10121         (customize-apropos-options, customize-apropos-faces)
10122         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
10124         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
10125         Fix word list splitting (Bug#11132).
10126         (apropos-symbol, apropos-keybinding, apropos-label)
10127         (apropos-property, apropos-function-button)
10128         (apropos-variable-button, apropos-misc-button): New faces.
10129         (apropos-symbol-face, apropos-keybinding-face)
10130         (apropos-label-face, apropos-property-face, apropos-match-face):
10131         Variables removed (Bug#8396).
10132         (apropos-library-button, apropos-format-plist, apropos-print)
10133         (apropos-print-doc, apropos-describe-plist): Callers changed.
10135 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
10137         * net/xesam.el (xesam-mode-map): Use let-bound map in
10138         initialization.  (Bug#11292)
10140 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
10142         Preserve ispell session localwords when switching back to
10143         original buffer.
10145         * textmodes/ispell.el (ispell-buffer-session-localwords):
10146         New buffer-local variable to hold buffer session localwords.
10147         (ispell-kill-ispell): Add option 'clear to delete session
10148         localwords.
10149         (ispell-command-loop, ispell-change-dictionary)
10150         (ispell-buffer-local-words): Preserve session localwords when
10151         needed.
10153         * textmodes/flyspell.el (flyspell-process-localwords)
10154         (flyspell-do-correct): Preserve session localwords when needed.
10156 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
10158         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
10159         using obsolete `translation-table-for-input'.
10160         (ispell-word, ispell-process-line, ispell-complete-word):
10161         Use plain `insert' instead of removed `ispell-insert-word'.
10163 2012-04-22  Chong Yidong  <cyd@gnu.org>
10165         * cus-edit.el (custom-variable-menu)
10166         (custom-variable-reset-saved, custom-face-menu)
10167         (custom-face-reset-saved): If there is no saved value, make the
10168         "reset-saved" operation bring back the default (Bug#9509).
10169         (custom-face-state): Properly detect themed faces.
10171         * faces.el (face-spec-set): Stop supporting deprecated form of
10172         third arg.
10174 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
10176         Move functions from C to Lisp.  Make non-blocking method calls
10177         the default.  Implement further D-Bus standard interfaces.
10179         * net/dbus.el (dbus-message-internal): Declare function.
10180         Remove unneeded function declarations.
10181         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
10182         (dbus-message-type-method-return, dbus-message-type-error)
10183         (dbus-message-type-signal): Declare variables.  Remove local
10184         definitions.
10185         (dbus-interface-dbus, dbus-interface-peer)
10186         (dbus-interface-introspectable, dbus-interface-properties)
10187         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
10188         Adapt docstring.
10189         (dbus-interface-objectmanager): New defconst.
10190         (dbus-call-method, dbus-call-method-asynchronously)
10191         (dbus-send-signal, dbus-method-return-internal)
10192         (dbus-method-error-internal, dbus-register-service)
10193         (dbus-register-signal, dbus-register-method): New defuns, moved
10194         from dbusbind.c
10195         (dbus-call-method-handler, dbus-setenv)
10196         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
10197         New defuns.
10198         (dbus-call-method-non-blocking): Make it an obsolete function.
10199         (dbus-unregister-object, dbus-unregister-service)
10200         (dbus-handle-event, dbus-register-property)
10201         (dbus-property-handler): Obey the new structure of
10202         `bus-registered-objects'.
10203         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
10204         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10205         Use `dbus-call-method'.
10207 2012-04-22  Chong Yidong  <cyd@gnu.org>
10209         * cus-edit.el (custom-commands, custom-reset-menu)
10210         (Custom-reset-standard): Tweak labels.
10211         (custom-reset-button-menu): Change default to t.
10212         (custom-buffer-create-internal): For the custom-reset-button-menu
10213         case, put the revert button first.
10214         (custom-group-subtitle): New face.
10215         (custom-group-value-create): Align docstring to a specific column.
10217         * wid-edit.el (widget-documentation-link-add): Don't handle
10218         indentation in this function.
10219         (widget-documentation-string-indent-to): New function.
10220         (widget-documentation-string-value-create): Use it.
10222         * autorevert.el (auto-revert):
10223         * epg-config.el (epg):
10224         * ibuffer.el (ibuffer):
10225         * mpc.el (mpc):
10226         * ses.el (ses):
10227         * eshell/eshell.el (eshell):
10228         * net/ange-ftp.el (ange-ftp):
10229         * progmodes/ebnf2ps.el (postscript):
10230         * progmodes/flymake.el (flymake):
10231         * progmodes/prolog.el (prolog):
10232         * progmodes/verilog-mode.el (verilog-mode):
10233         * progmodes/which-func.el (which-func):
10234         * term/xterm.el (xterm):
10235         * textmodes/picture.el (picture):
10236         * textmodes/tildify.el (tildify):
10237         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
10238         customization buffers.
10240 2012-04-22  Alan Mackenzie  <acm@muc.de>
10242         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
10243         Adding a ) can hide the resulting (..) from searches.  Fix it.
10244         Bound the backward search to the position of the existing (.
10246 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
10248         * progmodes/verilog-mode.el (verilog-mode): Check whether
10249         which-func-modes is t before adding verilog-mode.
10250         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
10252 2012-04-21  Leo Liu  <sdl.web@gmail.com>
10254         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
10256 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
10258         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
10259         filling of the last column of a table (Bug#5635).
10260         (woman-find-next-control-line): New arg, specifying an additional
10261         regexp component for the control line.
10262         (woman2-roff-buffer): Use it.
10263         (woman-break-table): New function.
10264         (woman2-TS): Use it.
10266 2012-04-21  Chong Yidong  <cyd@gnu.org>
10268         * woman.el (woman-set-buffer-display-table, woman-decode-region)
10269         (woman-horizontal-escapes, woman-negative-vertical-space)
10270         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
10271         (WoMan-warn-ignored): Use ?\s instead of ?\ .
10273 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10275         * minibuffer.el (completion-file-name-table): Complete user names.
10277 2012-04-20  Leo Liu  <sdl.web@gmail.com>
10279         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
10280         and pcase-let*.
10282 2012-04-20  Chong Yidong  <cyd@gnu.org>
10284         * server.el (server-execute): Respect initial-buffer-choice if it
10285         is a string and there are no files to open (Bug#2825).
10286         (server-create-window-system-frame, server-create-tty-frame):
10287         Don't switch buffers here.
10288         (server-process-filter): Only try to open a window system frame if
10289         compiled with graphical support (Bug#8314).
10291 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
10293         * battery.el (battery-echo-area-format): Display remaining time
10294         for sysfs backend too (Bug#11269).
10295         (battery-linux-sysfs): Fix conditional for the charge.
10297 2012-04-20  Chong Yidong  <cyd@gnu.org>
10299         * progmodes/gdb-mi.el (gdb): Revert previous change.
10300         (gdb-inferior-io--init-proc): New function.
10301         (gdb-init-1): Use it.
10302         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
10303         responsible for allocating a new pty and hooking it to gdb when
10304         the old pty gets an EIO due to process exit.
10305         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
10306         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
10307         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
10309 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
10311         * window.el (window-min-size, window-sizable, window-min-delta)
10312         (window-max-delta, window--resizable, window-resizable)
10313         (window-total-size, window-full-height-p, window-full-width-p)
10314         (window-in-direction, window--resize-mini-window, window-resize)
10315         (window--resize-child-windows-normal)
10316         (window--resize-child-windows, window--resize-siblings)
10317         (window--resize-this-window, adjust-window-trailing-edge)
10318         (enlarge-window, shrink-window): Doc fixes.
10320 2012-04-20  Chong Yidong  <cyd@gnu.org>
10322         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
10323         New function to call delete-process on the gdb-inferior buffer's pty.
10324         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
10325         pty process (Bug#11273).
10326         (gdb-update): New arg to suppress talking to the gdb process.
10327         (gdb-done-or-error): Use it.
10328         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
10329         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
10330         sentinel not being called.
10332         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
10334         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
10336 2012-04-20  Glenn Morris  <rgm@gnu.org>
10338         * net/network-stream.el (open-network-stream): Doc fix.
10340 2012-04-20  Chong Yidong  <cyd@gnu.org>
10342         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
10344 2012-04-20  Alan Mackenzie  <acm@muc.de>
10346         Ensure searching for keywords is case sensitive.
10348         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
10349         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
10350         (c-defun-name, c-mark-function, c-cpp-define-name)
10351         (c-comment-indent, c-scan-conditionals, c-indent-defun)
10352         (c-context-line-break): Bind case-fold-search to nil.
10354         * progmodes/cc-mode.el (c-font-lock-fontify-region):
10355         Bind case-fold-search to nil.
10357 2012-04-20  Chong Yidong  <cyd@gnu.org>
10359         * mail/sendmail.el (mail-bury): Call return action with the right
10360         Rmail buffer (Bug#11242).
10362         * server.el (server-process-filter): Handle corner case where both
10363         tty and nowait options are present (Bug#11102).
10365 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
10367         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
10368         (top level): Put into the executable the ident-style '$Id:' tag on
10369         windows-nt as well.
10371 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10373         * electric.el (electric-indent-post-self-insert-function): Check that
10374         electric-indent-mode is enabled in current buffer.
10376 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
10378         * imenu.el (imenu-progress-message): Restore; it is "used" in
10379         erc/erc-imenu.el and net/snmp-mode.el.
10381 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
10383         * avoid.el (mouse-avoidance-mode): Mark unused arg.
10384         (mouse-avoidance-nudge-mouse): Remove unused binding.
10386         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
10388         * descr-text.el (describe-char):
10389         * progmodes/python.el (python-describe-symbol):
10390         Don't call `toggle-read-only', set `buffer-read-only'.
10392         * imenu.el (imenu-default-goto-function): Mark unused args.
10393         (imenu-progress-message): Remove obsolete macro; all callers changed.
10395         * subr.el (keymap-canonicalize): Remove unused binding.
10396         (read-passwd): Mark unused arg.
10398         * tutorial.el (tutorial--display-changes): Remove unused binding.
10399         (tutorial--save-tutorial-to): Remove unused variable.
10401         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
10402         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
10403         (package-generate-autoloads, package-menu--generate)
10404         (package-menu--find-upgrades): Remove unused bindings.
10406         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
10407         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
10408         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
10409         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
10410         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
10411         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
10412         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
10413         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
10414         (cua-delete-char-rectangle): Mark unused args.
10415         (cua-align-rectangle): Remove unused binding.
10417         * mail/rmail.el (compilation--message->loc)
10418         (epa--find-coding-system-for-mime-charset): Declare.
10420         * net/dbus.el (dbus-register-service): Declare.
10421         (dbus-name-owner-changed-handler): Remove unused binding.
10423         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
10424         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
10425         (nxml-scan-backward-within): Mark unused arg.
10426         (nxml-dynamic-markup-word): Remove unused binding.
10428         * mouse.el (mouse-menu-major-mode-map):
10429         * emacs-lisp/authors.el (authors-scan-change-log)
10430         (authors-add-to-author-list):
10431         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
10432         * emacs-lisp/smie.el (smie-auto-fill):
10433         * mail/sendmail.el (mail-bury):
10434         * mail/unrmail.el (unrmail):
10435         * net/tls.el (open-tls-stream):
10436         * textmodes/picture.el (picture-mouse-set-point):
10437         Remove unused bindings.
10439 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
10441         * net/tramp.el (tramp-action-password): Let-bind
10442         `enable-recursive-minibuffers' to t.
10444 2012-04-18  Sam Steingold  <sds@gnu.org>
10446         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
10447         instead of 'string to accommodate values like [f11].
10448         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
10449         * progmodes/gdb-mi.el: Likewise.
10451 2012-04-18  Leo Liu  <sdl.web@gmail.com>
10453         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
10454         current buffer.
10455         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
10456         LOCAL is nil.
10458 2012-04-18  Chong Yidong  <cyd@gnu.org>
10460         * simple.el (line-move): Use forward-line if in batch mode
10461         (Bug#11053).
10463 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
10465         * files.el (after-find-file): Do not try to add a final newline if
10466         the buffer is read-only (Bug#11156).
10468 2012-04-17  Richard Stallman  <rms@gnu.org>
10470         * mail/rmail.el (rmail-start-mail):
10471         Pass (rmail-mail-return...) for the return-action.
10472         Pass (rmail-yank-current-message...) for the yank-action.
10473         (rmail-yank-current-message): New function.
10474         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
10475         (rmail-reply): Likewise.
10476         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
10478         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
10479         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
10480         buffer, not newbuf.
10482 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
10484         * server.el (server-ensure-safe-dir): Simplify.
10486 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10488         * emacs-lisp/smie.el: Provide smarter auto-filling.
10489         (smie-auto-fill): New function.
10490         (smie-setup): Use it.
10492         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
10494 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
10496         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
10497         (comment-indent): Use it.
10499 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
10501         * ses.el: The overall change is to add cell renaming, that is
10502         setting fancy names for cell symbols other than name matching
10503         "\\`[A-Z]+[0-9]+\\'" regexp .
10504         (ses-localvars): Add ses--renamed-cell-symb-list.
10505         (ses-create-cell-variable): New defun.
10506         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
10507         (ses-relocate-formula): Relocate formulas only for cells the
10508         symbols of which are not renamed, i.e. symbols whose names do not
10509         match regexp "\\`[A-Z]+[0-9]+\\'".
10510         (ses-relocate-all): Relocate values only for cells the symbols of
10511         which are not renamed.
10512         (ses-load): Create cells variables as the (ses-cell ...) are read,
10513         in order to check row col consistency with cell symbol name only
10514         for cells that are not renamed.
10515         (ses-replace-name-in-formula): New defun.
10516         (ses-rename-cell): New defun.
10518 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
10520         * progmodes/perl-mode.el (perl-indent-parens-as-block):
10521         New option (bug#11118).
10522         (perl-calculate-indent): Respect it.
10524 2012-04-17  Glenn Morris  <rgm@gnu.org>
10526         * dired-aux.el (dired-mark-read-string): Doc fix.
10528 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
10530         * dired-aux.el (dired-mark-read-string): Offer optional completion.
10531         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
10533 2012-04-17  Glenn Morris  <rgm@gnu.org>
10535         * mouse.el (mouse-drag-track):
10536         * speedbar.el (speedbar-frame-mode):
10537         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
10539 2012-04-16  Leo Liu  <sdl.web@gmail.com>
10541         * progmodes/python.el: Trivial cleanup.
10543 2012-04-16  Glenn Morris  <rgm@gnu.org>
10545         * vc/vc.el (vc-string-prefix-p):
10546         * vc/pcvs-util.el (cvs-string-prefix-p):
10547         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
10548         * mpc.el (mpc-string-prefix-p):
10549         Make all of these into obsolete aliases for string-prefix-p.
10550         Update callers.
10551         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
10553         * textmodes/two-column.el: Move custom options to the start.
10554         (frame-width): Remove compat definition.
10555         (2C-associate-buffer, 2C-dissociate):
10556         Use with-current-buffer rather than save-excursion.
10557         (2C-dissociate): Force a mode-line update.
10558         (2C-autoscroll): Use ignore-errors.
10560         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
10561         Autoload trivia.
10563         * emacs-lisp/cl-extra.el (*random-state*):
10564         Remove unnecessary declaration.
10566         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
10568         * play/cookie1.el (cookie-snarf):
10569         Give an explicit error if input file cannot be read.
10571         * play/yow.el (yow-file): Use expand-file-name rather than concat.
10573         * progmodes/perl-mode.el (c-macro-expand):
10574         Remove unnecessary autoload (it is in loaddefs.el).
10576         * textmodes/picture.el (picture-desired-column)
10577         (picture-update-desired-column): Convert comments to doc-strings.
10578         (picture-substitute): Remove function.
10579         (picture-mode-map): Initialize in the defvar.
10581         * woman.el: Remove eval-after-load for tar-mode.
10582         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
10583         (woman-tar-extract-file): Autoload it.
10585         * frame.el (automatic-hscrolling): Make this alias obsolete.
10587 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
10589         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
10590         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
10591         (ispell-dictionary-base-alist): Revert to original XEmacs
10592         friendly version for default.  [:alpha:] will be added in
10593         `ispell-set-spellchecker-params' if needed.
10595 2012-04-16  Chong Yidong  <cyd@gnu.org>
10597         * image.el (imagemagick--file-regexp): New variable.
10598         (imagemagick-register-types): Use it.
10599         (imagemagick-types-inhibit): Add :set function.  Allow new value
10600         of t to inhibit all types.
10602         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
10603         so we can preload it.
10605         * loadup.el (fboundp): Preload regexp-opt, needed by
10606         imagemagick-register-types.
10608 2012-04-15  Chong Yidong  <cyd@gnu.org>
10610         * frame.el (scrolling): Remove nearly unused customization group.
10612         * scroll-all.el (scroll-all-mode): Move to windows group.
10614 2012-04-15  Chong Yidong  <cyd@gnu.org>
10616         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
10618 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10620         Avoid the use of ((lambda ...) ...) in lexical-binding code.
10621         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
10623 2012-04-15  Glenn Morris  <rgm@gnu.org>
10625         * simple.el (process-file-side-effects): Doc fix.
10627 2012-04-15  Glenn Morris  <rgm@gnu.org>
10629         * international/mule-cmds.el (set-language-environment): Doc fix.
10631 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
10633         * server.el (server-auth-key, server-generate-key): Doc fixes.
10634         (server-get-auth-key): Doc fix.  Use `string-match-p'.
10635         (server-start): Reflow docstring.
10637 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
10639         * server.el (server-generate-key): `called-interactively-p'
10640         requires a parameter.
10642 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
10644         * server.el (server-auth-key): New variable.
10645         (server-generate-key, server-get-auth-key): New function.
10646         (server-start): Use the new variable and functions to allow
10647         setting a permanent server key (bug#9423).
10649 2012-04-14  Leo Liu  <sdl.web@gmail.com>
10651         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
10653 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
10655         Spelling fixes.
10656         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
10657         Emacs uses American spelling.
10659 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
10661         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
10662         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
10663         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
10664         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
10666 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10668         * progmodes/which-func.el (which-func-modes): Change default.
10670 2012-04-14  Kim F. Storm  <storm@cua.dk>
10672         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
10673         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
10675 2012-04-14  Chong Yidong  <cyd@gnu.org>
10677         * custom.el (custom-theme-set-variables): Doc fix.
10679 2012-04-14  Glenn Morris  <rgm@gnu.org>
10681         * international/mule.el (set-auto-coding-for-load): Doc fix.
10683 2012-04-14  Alan Mackenzie  <acm@muc.de>
10685         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
10686         imenu work again for Objective C Mode.  Correct the *-index values,
10687         these having been disturbed by a previous change in 2011-08.
10689         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
10690         Correct two search limits.
10692 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10694         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
10696 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
10698         * international/characters.el: Fix sorting.
10700 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
10702         * international/characters.el: Add more missing Latin case pairs.
10704 2012-04-14  Glenn Morris  <rgm@gnu.org>
10706         * files.el (dir-locals-set-class-variables): Doc fix.
10708 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
10710         * international/characters.el: Add set-case-syntax-pair call for
10711         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
10712         counterpart.  (Bug#11209)
10714         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
10716 2012-04-14  Glenn Morris  <rgm@gnu.org>
10718         * calendar/holidays.el (calendar-check-holidays): Doc fix.
10720 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
10722         * textmodes/ispell.el (ispell-dictionary-base-alist):
10723         Add data for Hebrew.
10725 2012-04-14  Chong Yidong  <cyd@gnu.org>
10727         * net/rcirc.el (rcirc-cmd-quit):
10728         Revert 2012-03-18 change (Bug#11192).
10730 2012-04-14  Glenn Morris  <rgm@gnu.org>
10732         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
10734 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
10736         * minibuffer.el (completion-in-region-mode-map):
10737         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
10739 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
10741         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
10743 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
10745         * minibuffer.el (minibuffer-local-filename-syntax): New variable
10746         to allow `C-M-f' and `C-M-b' to move to the nearest path
10747         separator (bug#9511).
10749 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
10751         * avoid.el: Require cl when compiling.  And also move the
10752         `provide' to the end.
10754 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10756         * avoid.el (mouse-avoidance-banish-position): New variable.
10757         (mouse-avoidance-banish-destination): Use it (bug#10165).
10759 2012-04-13  Leo Liu  <sdl.web@gmail.com>
10761         * progmodes/which-func.el (which-func-modes): Add objc-mode.
10763 2012-04-13  Ken Brown  <kbrown@cornell.edu>
10765         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
10766         this is no longer needed now that cygstart understands file:// URLs.
10767         (browse-url-filename-alist): For the same reason, don't modify
10768         file:// URLs on Cygwin.
10770 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10772         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
10773         the region on shift if the binding is already shifted (bug#11221).
10775 2012-04-12  Glenn Morris  <rgm@gnu.org>
10777         * mail/mailpost.el: Move to obsolete/.
10779 2012-04-12  Drew Adams  <drew.adams@oracle.com>
10781         * imenu.el (imenu--generic-function): Ignore invisible definitions
10782         (bug#10123).
10784 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
10786         * hexl.el (hexl-bits): New variable.
10787         (hexl-options): Mention the variable in the doc string.
10788         (hexl-rulerise, hexl-line-displen): New functions.
10789         (hexl-mode): Mention the new variable.
10790         (hexl-mode, hexl-current-address, hexl-current-address):
10791         Use the displen.
10792         (hexl-ascii-start-column): New function.
10793         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
10794         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
10796 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
10798         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
10799         '("-i" ENCODING), in 2 separate command-line arguments, to specify
10800         the encoding, as expected by hunspell.
10802 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10804         * battery.el (battery--linux-sysfs-regexp): New const.
10805         (battery-status-function): Use it.  Remove yeeloong special case.
10806         (battery-yeeloong-sysfs): Remove.
10807         (battery-echo-area-format): Remove yeeloong special case.
10809 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10811         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
10812         Reported by Noah Friedman.
10814         * subr.el (read-passwd): Use read-string.
10816 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10818         * vcursor.el (vcursor-move): Increase the priority of the overlay
10819         (bug#9663).
10821 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
10823         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
10824         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
10826 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
10828         * textmodes/artist.el (artist-mode): Convert artist-mode to use
10829         define-minor-mode (bug#10760).
10831 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10833         * progmodes/grep.el (rgrep): Tweak the find command line so
10834         that directories matching `grep-find-ignored-files' won't be
10835         pruned (bug#10351).
10837 2012-04-11  Chong Yidong  <cyd@gnu.org>
10839         * startup.el (command-line): Remove support for long-obsolete
10840         variable font-lock-face-attributes.
10842 2012-04-11  Glenn Morris  <rgm@gnu.org>
10844         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
10846 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10848         * window.el (window--state-get-1): Obey window-point-insertion-type.
10850 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
10852         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
10853         to previous function when point is on the first character of a
10854         function.  Take care of that in `narrow-to-defun' (bug#6157).
10856 2012-04-11  Glenn Morris  <rgm@gnu.org>
10858         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
10859         not just file-errors.
10861         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
10862         (vc-bzr-sha1): Use internal sha1.
10864 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10866         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
10868 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
10870         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
10871         that start in the middle of the line (bug#10496).
10873 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
10875         * battery.el (battery-linux-proc-acpi): Only one battery is
10876         discharged at a time, but that seems to confuse battery.el when
10877         computing `rate-type' for the battery not being discharged
10878         (bug#10332).
10880 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10882         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
10884         * international/quail.el: Use dolist and simplify.
10885         (quail-define-package, quail-update-keyboard-layout)
10886         (quail-define-rules): Use dolist.
10887         (quail-insert-kbd-layout, quail-get-translation): CSE.
10889         * tmm.el: Use dolist, remove left over hook.
10890         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
10891         Use dolist.
10892         (calendar-load-hook): Don't mess with it.
10894         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
10895         Use derived-mode-p.  Run the diff asynchronously.
10897 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10899         * obsolete/mouse-sel.el: Add an Obsolete-since header.
10901 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
10903         * misc.el: Display absolute path of loaded DLLs (bug#10424).
10904         (list-dynamic-libraries--loaded): New function.
10905         (list-dynamic-libraries--refresh): Use it.
10907 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
10909         * progmodes/python.el (python-fill-paragraph):
10910         Make python-fill-region in a multiline string work when font-lock is
10911         disabled (bug#7018).
10913 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
10915         * language/european.el (cp775): Add oem/legacy (en)coding on
10916         DOS/MS Windows for the Baltic languages.  There are still plenty
10917         of texts written in this encoding/codepage (bug#6519).
10919 2012-04-10  Glenn Morris  <rgm@gnu.org>
10921         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
10922         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
10924 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
10926         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
10927         next-line "n" and previous-line "p" in order to make recentf more
10928         consistent with ibuffer, dired or org-mode (bug#9387).
10930 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10932         * image.el (put-image): Return the overlay created instead of the
10933         optional input string (bug#7834).  Note that this may break code
10934         that is (for some reason or other) depending on `put-image'
10935         returning the string.
10937         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
10939         * simple.el (zap-to-char): Allow zapping using input methods
10940         (bug#1580).
10942         * textmodes/fill.el (fill-region): Leave point and mark where they
10943         were before filling (bug#5399).
10945 2012-04-09  Glenn Morris  <rgm@gnu.org>
10947         * version.el (emacs-bzr-get-version):
10948         Handle lightweight checkouts of local branches.
10950 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
10952         * international/characters.el: Recover lost case pairs.  (Bug#11209)
10954 2012-04-09  Chong Yidong  <cyd@gnu.org>
10956         * custom.el (custom-variable-p): Return nil for non-symbol
10957         arguments instead of signaling an error.
10958         (user-variable-p): Obsolete alias for custom-variable-p.
10960         * apropos.el (apropos-variable):
10961         * files-x.el (read-file-local-variable):
10962         * simple.el (set-variable):
10963         * woman.el (woman-mini-help):
10964         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
10966 2012-04-09  Glenn Morris  <rgm@gnu.org>
10968         * startup.el (normal-top-level): Don't look for leim-list.el
10969         in places where it will not be found.  (Bug#910)
10971         * international/mule-cmds.el (set-default-coding-systems):
10972         * files.el (normal-mode):
10973         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
10974         This function was removed with ucs-tables.el in 2008.
10976 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
10978         * textmodes/ispell.el (ispell-check-version): For hunspell, set
10979         ispell-encoding8-command to "-i", without a trailing space.
10980         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
10981         separate command-line arguments, to specify the encoding, since
10982         that's how hunspell expects it.
10984 2012-04-08  Glenn Morris  <rgm@gnu.org>
10986         * loadup.el: Load bindings before cus-start.
10987         This reduces somewhat the number of "rogue" settings in emacs -Q.
10989 2012-04-07  Glenn Morris  <rgm@gnu.org>
10991         * version.el (emacs-bzr-get-version): New function.
10992         (emacs-bzr-version): New variable.
10993         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
10994         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
10996 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
10998         * international/uni-bidi.el, international/uni-category.el:
10999         * international/uni-combining.el, international/uni-decimal.el:
11000         * international/uni-decomposition.el, international/uni-digit.el:
11001         * international/uni-lowercase.el, international/uni-mirrored.el:
11002         * international/uni-name.el, international/uni-numeric.el:
11003         * international/uni-titlecase.el, international/uni-uppercase.el:
11004         Update for Unicode 6.1.
11006 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
11008         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
11010 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11012         * window.el (shrink-window): Mention the `window-min-height'
11013         variable in the doc string.
11015 2012-04-05  Bastien Guerry  <bzg@altern.org>
11017         * color.el (color-lighten-name): Fix typo.
11019 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11021         * server.el (server--on-display-p): New function.
11022         (server--on-display-p): Use it.
11024 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
11026         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
11027         (bug#11145).
11029 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11031         * comint.el (comint--common-quoted-suffix): Check string boundary
11032         before comparing (bug#11158).
11033         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
11035 2012-04-04  Chong Yidong  <cyd@gnu.org>
11037         * minibuffer.el (completion-extra-properties): Doc fix.
11039         * subr.el (delayed-warnings-hook): Doc fix.
11041 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
11043         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
11044         selection (Bug#11159).
11045         (epa-insert-keys): Inform that the default public key will be
11046         exported if no key is selected.
11048 2012-04-04  Richard Stallman  <rms@gnu.org>
11050         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
11052 2012-04-03  Chong Yidong  <cyd@gnu.org>
11054         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
11055         mail-insert-file, not its obsolete alias mail-attach-file.
11057 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
11059         * notifications.el (notifications-notify): Fix docstring.
11061 2012-04-02  Glenn Morris  <rgm@gnu.org>
11063         * emacs-lisp/authors.el (authors-aliases): Another addition.
11065 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
11067         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
11068         `tramp-compat-call-process' instead of `tramp-local-call-process'.
11069         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
11071 2012-04-01  Chong Yidong  <cyd@gnu.org>
11073         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
11074         Handle root directory properly.
11075         (copy-directory): Caller changed.
11077         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
11078         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
11080 2012-03-31  Glenn Morris  <rgm@gnu.org>
11082         * term/xterm.el (xterm-extra-capabilities): Doc fix.
11084         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
11086         * calendar/calendar.el (calendar-window-list)
11087         (calendar-hide-window): Restore.  (Bug#11140)
11088         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
11090         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
11092 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11094         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
11095         Check if file is a symlink (Bug#10489).
11097         * files.el (copy-directory): Likewise.
11099 2012-03-30  Chong Yidong  <cyd@gnu.org>
11101         * image.el (imagemagick-types-inhibit)
11102         (imagemagick-register-types): Doc fix.
11104 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11106         * textmodes/ispell.el (ispell-get-extended-character-mode):
11107         Disable extended-char-mode for hunspell.  hunspell does not support it
11108         and treats ~word as ordinary words in pipe mode.
11110 2012-03-30  Glenn Morris  <rgm@gnu.org>
11112         * tutorial.el (help-with-tutorial): Ensure local variables don't
11113         happen to make the buffer read-only.  (Bug#11127)
11115 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11117         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
11118         (perl-calculate-indent): Return `noindent' in strings.
11120 2012-03-28  Sam Steingold  <sds@gnu.org>
11122         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
11123         instead of the broken adhockery which does not prevent calendar
11124         buffers from being displayed at random after exit.
11125         (calendar-window-list, calendar-hide-window): Remove the broken
11126         adhockery.
11128 2012-03-28  Glenn Morris  <rgm@gnu.org>
11130         * replace.el (query-replace-map): Doc fix.
11132 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
11134         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
11135         contents.  (Bug#11109)
11137 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11139         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
11140         (bug#11077).
11141         (avl-tree--check, avl-tree--check-node): New funs.
11143 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
11145         * window.el (switch-to-visible-buffer): New option.
11146         (switch-to-prev-buffer, switch-to-next-buffer):
11147         Observe switch-to-visible-buffer.  Make sure that checking for a window
11148         showing a buffer already is done on the same frame.
11150 2012-03-27  Glenn Morris  <rgm@gnu.org>
11152         * startup.el (mail-host-address): Doc fix.
11154 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11156         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
11157         than 197 variables.
11159 2012-03-26  Ami Fischman  <ami@fischman.org>
11161         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
11163 2012-03-26  Glenn Morris  <rgm@gnu.org>
11165         * files.el (save-buffers-kill-emacs): Doc fix.
11167         * startup.el (normal-top-level, command-line, command-line-1):
11168         Give them doc strings.
11170 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
11172         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
11173         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
11175 2012-03-25  Chong Yidong  <cyd@gnu.org>
11177         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
11178         theme if it was previously enabled before (Bug#11031).
11180         * cus-theme.el (custom-theme-write-faces): Retrieve current face
11181         spec with custom-face-get-current-spec if its :shown-value is not
11182         determined yet (Bug#9337).
11183         (customize-create-theme, custom-theme-revert): Doc fixes.
11185         * button.el (button-at): Minor addition to docstring.
11187 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
11189         * vc/vc.el (vc-merge): Fix a prompt.
11191 2012-03-24  Chong Yidong  <cyd@gnu.org>
11193         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
11194         point (Bug#9623).
11196         * button.el (button-at): Minor addition to docstring.
11198 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11200         * newcomment.el (comment-choose-indent): No space after BOL.
11202 2012-03-22  Sam Steingold  <sds@gnu.org>
11204         * window.el (switch-to-prev-buffer): Revert last patch because the
11205         bug turned out to be an advertised feature (Elisp manual 28.14).
11207 2012-03-22  Glenn Morris  <rgm@gnu.org>
11209         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
11210         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
11212 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11214         * net/network-stream.el (network-stream-open-starttls): Make error
11215         message under Windows be less misleading.
11217 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
11219         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
11220         understands (bug#9942).
11222 2012-03-22  Chong Yidong  <cyd@gnu.org>
11224         * simple.el (end-of-visible-line): Handle return value of
11225         next-single-property-change properly (Bug#9371).
11227 2012-03-22  Kenichi Handa  <handa@m17n.org>
11229         * international/quail.el (quail-insert-kbd-layout): Fix previous
11230         change.  To avoid unwanted bidi reordering, use
11231         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
11233 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
11235         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
11236         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
11237         (ruby-beginning-of-indent): Be more careful with the difference
11238         between word-boundary and symbol boundary.
11239         (ruby-mode-syntax-table): Make : a symbol constituent.
11241 2012-03-21  Andreas Politz  <politza@fh-trier.de>
11243         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
11245 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11247         * progmodes/etags.el (tags-completion-at-point-function):
11248         Improve last fix.
11250         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
11252 2012-03-21  Sam Steingold  <sds@gnu.org>
11254         * progmodes/etags.el (tags-completion-at-point-function):
11255         Avoid the error when point is inside the pattern.
11257 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
11259         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
11260         line (Bug#10855).
11262 2012-03-21  Drew Adams  <drew.adams@oracle.com>
11264         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
11266 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
11268         * ido.el (ido-set-current-directory, ido-read-internal)
11269         (ido-choose-completion-string, ido-completion-help): Handle nil
11270         value of ido-completion-buffer (Bug#11008).
11272 2012-03-21  Sam Steingold  <sds@gnu.org>
11274         * window.el (switch-to-prev-buffer): Do not switch to a visible
11275         window previous buffer, just like with the frame previous buffers.
11277 2012-03-21  Chong Yidong  <cyd@gnu.org>
11279         * faces.el (make-face, make-empty-face, copy-face):
11280         * face-remap.el (face-remap-add-relative, face-remap-set-base):
11281         Doc fixes.
11283 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11285         * wid-edit.el (widget-complete-field): Remove (bug#11051).
11286         (widget-complete): Remove broken use of it.
11288 2012-03-20  Chong Yidong  <cyd@gnu.org>
11290         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11291         Use string-width and truncate-string-width to handle arbitrary
11292         characters.
11294 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
11296         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
11297         to draw rectangles, not squares.  (Regression introduced by revno
11298         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
11300 2012-03-18  Chong Yidong  <cyd@gnu.org>
11302         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
11303         it is not yet defined (for temacs).
11305 2012-03-18  Leo Liu  <sdl.web@gmail.com>
11307         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
11308         prefix.
11310 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
11312         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
11313         (ispell-choices-win-default-height, ispell-silently-savep)
11314         (ispell-dictionary-alist, ispell-encoding8-command)
11315         (ispell-check-version, ispell-aspell-find-dictionary)
11316         (ispell-valid-dictionary-list, ispell-words-keyword)
11317         (ispell-get-word, ispell-internal-change-dictionary)
11318         (ispell-region, ispell-skip-region-list)
11319         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
11320         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
11321         (ispell-message-text-end, ispell-message)
11322         (ispell-buffer-local-parsing): Doc fix.
11324 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
11326         * htmlfontify.el: Add support for code block fontification for ODT
11327         export (Bug #9914).
11328         (hfy-optimisations): Define new option
11329         `body-text-only'
11330         (hfy-fontify-buffer): Honor above setting.
11331         (hfy-begin-span, hfy-end-span): New routines factored out form
11332         `hfy-fontify-buffer'.
11333         (hfy-begin-span-handler, hfy-end-span-handler): New variables
11334         that permit insertion of custom tags.
11335         (hfy-fontify-buffer): Use above handlers.
11336         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
11337         (hfy-face-to-css): Re-defined to be a variable.
11338         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
11339         over multiple runs.  This is made possible by having the caller let
11340         bind a special variable `hfy-user-sheet-assoc'.
11341         (htmlfontify-string): New defun.
11342         (hfy-compile-face-map): Make sure that the last char in the
11343         buffer is correctly fontified.
11344         (hfy-face-resolve-face): Whitespace only change.
11346 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
11348         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
11349         message more clear.
11351 2012-03-16  Leo Liu  <sdl.web@gmail.com>
11353         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
11355 2012-03-16  Alan Mackenzie  <acm@muc.de>
11357         Further optimise the handling of large macros.
11359         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
11360         limit to a call of `c-literal-limits'.
11361         (c-determine-+ve-limit): New function.
11362         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
11363         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
11364         In CASE 5B, restrict a search limit to 500.
11365         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
11367         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
11368         Restrict macro bounds to +-500 from after-change's BEG END.
11370 2012-03-16  Leo Liu  <sdl.web@gmail.com>
11372         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
11374 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
11376         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
11377         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
11379 2012-03-16  Glenn Morris  <rgm@gnu.org>
11381         * view.el (view-buffer, view-buffer-other-window)
11382         (view-buffer-other-frame): Doc fixes re special mode-class.
11384         * subr.el (eval-after-load): If named feature is provided not from
11385         a file, run after-load forms.  (Bug#10946)
11387         * calendar/calendar.el (calendar-insert-at-column):
11388         Handle non-unit-width characters a bit better.  (Bug#10978)
11390 2012-03-15  Chong Yidong  <cyd@gnu.org>
11392         * emacs-lisp/ring.el (ring-extend): New function.
11393         (ring-insert+extend): Extend the ring correctly (Bug#11019).
11395         * comint.el (comint-read-input-ring)
11396         (comint-add-to-input-history): Grow comint-input-ring lazily.
11398 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11400         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
11401         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
11403         * imenu.el: Fix multiple inheritance breakage (bug#9199).
11404         (imenu-add-to-menubar): Don't add a redundant index.
11405         (imenu-update-menubar): Handle a dynamically composed keymap.
11407 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11409         * mail/sendmail.el (mail-encode-header):
11410         Bind rfc2047-encode-encoded-words to nil.
11412 2012-03-13  Glenn Morris  <rgm@gnu.org>
11414         * calendar/calendar.el (calendar-string-spread):
11415         Handle non-unit-width characters a bit better.  (Bug#10978)
11417 2012-03-13  Leo Liu  <sdl.web@gmail.com>
11419         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
11420         directory and file as argument (Bug#10822).
11422 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
11424         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
11425         For dynamically generated code, follow $PC.
11426         (gdb-disassembly-handler-custom): Handle no function name case.
11428 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
11430         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
11431         * emulation/ws-mode.el (ws-query-replace):
11432         * sort.el (sort-regexp-fields):
11433         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
11435 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11437         * dabbrev.el: Fix cycle completion order (bug#10963).
11438         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
11439         (dabbrev-completion): Don't use an obarray; provide
11440         a cycle-sort-function.
11442 2012-03-12  Leo Liu  <sdl.web@gmail.com>
11444         * simple.el (kill-new): Use equal-including-properties for comparison.
11445         (kill-do-not-save-duplicates): Doc fix.
11447 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11449         * dabbrev.el: Fix cycle completion (bug#10963).
11450         Use lexical binding and wrap to 80 columns.
11451         (dabbrev-completion): Delay computing the list of completions.
11453 2012-03-12  Kenichi Handa  <handa@m17n.org>
11455         * international/quail.el (quail-insert-kbd-layout): Surround each
11456         row by LRO and PDF instead of inserting many LRMs.  Pad the left
11457         and right of each non-spacing marks.  Insert invisible space
11458         between lower and upper characters to prevent composition.
11460 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11462         * minibuffer.el (minibuffer-complete): Don't get confused when the
11463         function is run twice via different commands (bug#10958).
11464         (complete-with-action): Fix docstring.
11466 2012-03-12  Chong Yidong  <cyd@gnu.org>
11468         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
11469         (nxml-completion-at-point-function): New function.
11470         (nxml-mode): Use it.
11471         (nxml-bind-meta-tab-to-complete-flag): Default to t.
11473         * emacs-lisp/package.el (package-unpack, package-unpack-single):
11474         Load generated autoloads file before byte compiling (Bug#10970).
11475         (package--make-autoloads-and-compile): New helper fun.
11477 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
11479         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
11481 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
11483         * autorevert.el (auto-revert-handler): Ensure, that
11484         file-readable-p is applied only for local files or in
11485         auto-revert-tail-mode.
11487 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
11489         * server.el (server-eval-at): Handle non-tcp connections.
11490         Decode result string.
11492         * server.el (server-msg-size): New constant.
11493         (server-reply-print): New function.
11494         (server-eval-and-print): Use it.
11495         (server-eval-at): Use server-quote-arg and server-unquote-arg.
11496         Handle -print-nonl.
11498 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
11500         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
11501         (Bug#10987).
11503 2012-03-11  Chong Yidong  <cyd@gnu.org>
11505         * simple.el (goto-line): Doc fix (Bug#9938).
11507         * subr.el (save-window-excursion): Doc fix (Bug#9979).
11509         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
11510         when finished (Bug#10963).
11512 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
11514         * window.el (split-window-below): Fix bug in case where
11515         split-window-keep-point is nil (Bug#10971).
11517 2012-03-11  Juri Linkov  <juri@jurta.org>
11519         * replace.el (replace-highlight): Set isearch-word to nil
11520         unconditionally.  (Bug#10887)
11522 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
11524         * net/mairix.el (mairix-replace-invalid-chars): Rename from
11525         mairix-replace-illegal-chars; all callers changed.  Don't remove
11526         ^, ~, and = characters: they are meaningful in mairix search specs.
11527         (mairix-widget-create-query): Add usage information about mairix
11528         search forms: negating words, searching for substrings, etc.
11530 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
11532         * international/fontset.el (font-encoding-alist): Add an entry for
11533         ksx1001 (Bug#5667).
11535 2012-03-10  Richard Stallman  <rms@gnu.org>
11537         * mail/sendmail.el (mail-encode-header):
11538         Set rfc2047-encode-encoded-words.
11540         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
11542         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
11543         view buffer means not swapped.
11544         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
11545         (rmail-write-region-annotate): Error if real text has disappeared.
11547         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
11549 2012-03-10  Chong Yidong  <cyd@gnu.org>
11551         * emulation/cua-rect.el (cua--init-rectangles):
11552         * emulation/cua-base.el (cua--init-keymaps):
11553         Add delete-forward-char to remappings (Bug#9666).
11555 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
11557         * speedbar.el (speedbar-unhighlight-one-tag-line):
11558         Avoid unhighlighting due to frame switching (Bug#10275).
11560 2012-03-10  Chong Yidong  <cyd@gnu.org>
11562         * minibuffer.el (completion-in-region, completion-help-at-point):
11563         Give the completion field overlay a high priority (Bug#6830).
11565         * dired.el (dired-goto-file): Recognize absolute file name
11566         listings (Bug#7126).
11567         (dired-goto-file-1): New helper function.
11568         (dired-toggle-read-only): Inhibit warnings.
11570 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
11572         * net/dbus.el (dbus-property-handler): Return empty array if
11573         there are no properties.
11575 2012-03-09  Leo Liu  <sdl.web@gmail.com>
11577         * savehist.el (savehist-printable): Stricter check for string
11578         value (Bug#10937).
11580 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
11582         * mail/smtpmail.el (smtpmail-send-it):
11583         Bind coding-system-for-write to *-unix, so that FCC files are kept in
11584         valid mbox format.
11586 2012-03-09  Glenn Morris  <rgm@gnu.org>
11588         * files.el (dir-locals-find-file):
11589         Don't check result is regular, readable.
11590         (dir-locals-read-from-file): Demote errors.
11592 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
11594         * international/quail.el (quail-insert-kbd-layout):
11595         Insert invisible LRM characters before each character in a keyboard
11596         layout cell, to prevent their reordering by bidi display engine.
11597         For details, see the discussion in
11598         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
11600 2012-03-08  Alan Mackenzie  <acm@muc.de>
11602         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
11603         the starting position; make it extend the marked region when
11604         invoked repeatedly - all under appropriate circumstances.
11605         Fixes bugs #5525, #10906.
11607 2012-03-08  Glenn Morris  <rgm@gnu.org>
11609         * files.el (locate-dominating-file, dir-locals-find-file):
11610         Undo 2012-03-06 change.
11612 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
11614         * international/quail.el (quail-help):
11615         Force bidi-paragraph-direction be left-to-right.  See discussion in
11616         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
11617         for the reason.
11619 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
11621         Avoid superfluous registering of signals.  (Bug#10807)
11623         * notifications.el (notifications-on-action-object)
11624         (notifications-on-close-object): New defvars.
11625         (notifications-on-action-signal, notifications-on-closed-signal):
11626         Unregister the signal if not needed any longer.
11627         (notifications-notify): Register `notifications-action-signal' or
11628         `notifications-closed-signal', if :on-action or :on-close has been
11629         passed as argument.
11631 2012-03-07  Chong Yidong  <cyd@gnu.org>
11633         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
11634         non-X platforms.
11636 2012-03-06  Glenn Morris  <rgm@gnu.org>
11638         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11639         (x-disown-selection-internal, x-get-selection-internal):
11640         Doc fix (add arglist signatures).  (Bug#10783)
11642 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
11644         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11645         Handle breakpoints with no "type".
11647 2012-03-06  Glenn Morris  <rgm@gnu.org>
11649         * files.el (locate-dominating-file): Add optional predicate argument.
11650         (dir-locals-find-file): Make use of above change.
11652 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
11654         * info.el (Info-insert-dir): Also try "dir.gz".
11656 2012-03-06  Glenn Morris  <rgm@gnu.org>
11658         * files.el (dir-locals-find-file):
11659         Ignore non-readable or non-regular files.  (Bug#10928)
11661         * files.el (locate-dominating-file): Doc fix.
11663 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
11665         * calendar/calendar.el (calendar-set-mode-line):
11666         `getenv' returns a string.  (Bug#10951)
11668 2012-03-05  Leo Liu  <sdl.web@gmail.com>
11670         * simple.el (backward-delete-char-untabify): Constrain point to
11671         field (Bug#10939).
11673         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
11675 2012-03-05  Chong Yidong  <cyd@gnu.org>
11677         * simple.el (count-words): If called from Lisp, return the word
11678         count, for symmetry with `count-lines'.  Arglist changed.
11679         (count-words--message): Args changed.  Consolidate counting code
11680         from count-words and count-words-region.
11681         (count-words-region): Caller changed.
11682         (count-lines-region): Make it an obsolete alias.
11684 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
11686         * saveplace.el (save-place-to-alist)
11687         (save-place-ignore-files-regexp): Allow value nil to disable this
11688         feature.
11690 2012-03-04  Chong Yidong  <cyd@gnu.org>
11692         * faces.el (face-spec-reset-face): For the default face, reset the
11693         attributes to default values (Bug#10748).
11695 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
11698         previous patch: Check `message-send-mail-function', and not the
11699         default function (bug#10897).
11701 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
11703         * notifications.el (notifications-on-action-signal)
11704         (notifications-on-closed-signal): Check for unique service name of
11705         incoming event.  Fix error in removing entry.
11706         (top): Register for signals with wildcard service name.
11707         (notifications-notify): Use daemon unique service name for map entries.
11709 2012-03-04  Chong Yidong  <cyd@gnu.org>
11711         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
11713 2012-03-04  Glenn Morris  <rgm@gnu.org>
11715         * abbrev.el (copy-abbrev-table, abbrev-table-p)
11716         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
11717         (expand-abbrev, define-abbrev-table): Doc fixes.
11719 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11721         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
11722         `message-default-send-mail-function' and not `send-mail-function'
11723         when doing the prompting for `sendmail-query-once' before sending
11724         in Message buffers (bug#10897).
11726         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
11727         This is inconsistent with all the other stream functions, which leave
11728         the setting up to the higher levels (if so wanted) (bug#10931).
11730 2012-03-02  Alan Mackenzie  <acm@muc.de>
11732         Depessimize the handling of very large macros.
11734         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
11735         (c-macro-cache-syntactic): New variables to implement a one
11736         element macro cache.
11737         (c-invalidate-macro-cache): New function.
11738         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
11739         Adapt to use the new cache.
11740         (c-state-safe-place): Use better the cache of safe positions.
11741         (c-state-semi-nonlit-pos-cache)
11742         (c-state-semi-nonlit-pos-cache-limit):
11743         New variables for...
11744         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
11745         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
11746         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
11747         Use c-state-semi-safe-place.
11749         * progmodes/cc-langs.el (c-get-state-before-change-functions):
11750         Add c-invalidate-macro-cache to the C, C++, Obj entries.
11752 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
11754         * jka-compr.el (jka-compr-call-process):
11755         Apply `file-accessible-directory-p' only when the default directory is
11756         not remote.
11758 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
11760         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
11761         access of FILE2, if FILE1 does not exist.
11763         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
11764         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
11766         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
11767         Add "PAGER=" to `process-environment'.
11769 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
11771         * progmodes/sql.el: Bug fix
11772         (sql-get-login-ext): Save login values in globals.
11773         (sql-get-login): Use new version of `sql-get-login-ext'.
11774         (sql-interactive-mode): Set global `sql-connection' to nil.
11775         (sql-connect): Set global values for connection.
11776         (sql-product-interactive): Save global values as buffer local.
11778 2012-02-29  Leo Liu  <sdl.web@gmail.com>
11780         * abbrev.el (define-abbrevs): Reset sys to nil.
11782 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11784         * files.el (file-equal-p): Rename from `files-equal-p'.
11785         Return nil when one or both files don't exist.
11786         (file-subdir-of-p): Now only top directory must exists,
11787         return nil if it doesn't.
11788         (copy-directory): No need to test with `file-subdir-of-p' after
11789         creating dir.
11790         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
11791         to `file-equal-p'.
11793 2012-02-28  Glenn Morris  <rgm@gnu.org>
11795         * shell.el (shell-mode):
11796         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
11797         * play/landmark.el (landmark-font-lock-face-O):
11798         * play/handwrite.el (handwrite):
11799         * play/gomoku.el (gomoku-O):
11800         * net/browse-url.el (browse-url-browser-display):
11801         * international/mule.el (define-charset):
11802         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
11803         * filesets.el (filesets-find-file-delay):
11804         * eshell/em-xtra.el (eshell-xtra):
11805         * eshell/em-unix.el (eshell-grep):
11806         * emulation/viper.el (viper-mode):
11807         * emacs-lisp/regexp-opt.el (regexp-opt-group):
11808         * emacs-lisp/easymenu.el (easy-menu-define):
11809         * calendar/timeclock.el (timeclock-use-display-time):
11810         * bs.el (bs-mode):
11811         * bookmark.el (bookmark-save-flag):
11812         Doc fix (standardize possessive apostrophe usage).
11814 2012-02-27  Chong Yidong  <cyd@gnu.org>
11816         * emulation/viper-cmd.el (viper-intercept-ESC-key):
11817         Fix key-binding lookup for ESC key (Bug#9146).
11819         * font-lock.el (font-lock-specified-p): Rename from
11820         font-lock-spec-present.  Callers changed.
11822 2012-02-27  Daniel Hackney  <dan@haxney.org>
11824         * emacs-lisp/package.el (package-compute-transaction):
11825         Handle holding a package version to t in package-load-list.
11827 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
11829         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
11830         (tramp-get-inode, tramp-get-device): Use cached values.
11832 2012-02-26  Alan Mackenzie  <acm@muc.de>
11834         Check there is a font-lock specification before doing initial
11835         fontification.
11837         * font-core.el (font-lock-mode): Move the conditional from
11838         :after-hook to font-lock-initial-fontify.
11839         (font-lock-default-function): Move the check for a specification
11840         to font-lock-spec-present.
11842         * font-lock.el (font-lock-initial-fontify): Call ...
11843         (font-lock-spec-present): New function.
11845 2012-02-26  Jim Blandy  <jimb@red-bean.com>
11847         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
11848         (gdb-send): Apply it to the operand of the '-interpreter-exec
11849         console' command, so that we can pass arguments with (say) quotes
11850         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
11852 2012-02-26  Chong Yidong  <cyd@gnu.org>
11854         * help-fns.el (describe-function-1): Clarify description of
11855         remapping (Bug#10844).
11857         * files.el (files-equal-p): Doc fix.
11858         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
11859         and quit the loop once a mismatch is found.
11861 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
11863         * bs.el (bs--show-with-configuration): Don't throw an error
11864         if the window cannot be split; otherwise, subsequent calls to
11865         bs-show fail, restoring a stale window config.  (Bug#10882)
11867 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
11869         * term/ns-win.el (global-map): Bind ns-drag-file to
11870         ns-find-file (Bug#5855, Bug#10050).
11872 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
11874         * calendar/parse-time.el (parse-time-string): Allow extractor to
11875         return nil.
11877 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
11879         * net/tramp.el (tramp-file-name-for-operation):
11880         Add `files-equal-p' and `file-subdir-of-p'.
11882         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
11883         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
11884         Add COPY-CONTENTS argument.
11886 2012-02-25  Chong Yidong  <cyd@gnu.org>
11888         Add custom groups for VC backends, for consistency with vc-bzr.
11890         * vc/vc-arch.el (vc-arch):
11891         * vc/vc-cvs.el (vc-cvs):
11892         * vc/vc-git.el (vc-git):
11893         * vc/vc-hg.el (vc-hg):
11894         * vc/vc-mtn.el (vc-mtn):
11895         * vc/vc-rcs.el (vc-rcs):
11896         * vc/vc-sccs.el (vc-sccs):
11897         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
11898         All relevant defcustoms reassigned.
11900 2012-02-25  Chong Yidong  <cyd@gnu.org>
11902         * newcomment.el (comment-styles): Add autoload (Bug#10868).
11904         * term/x-win.el (x-initialize-window-system): Reduce default for
11905         x-selection-timeout to 5 seconds (Bug#8869).
11907 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11909         * files.el (files-equal-p, file-subdir-of-p): New functions.
11910         (copy-directory): Error when trying to copy a directory on itself.
11911         Add missing copy-contents arg to tramp handler.
11912         * dired-aux.el (dired-copy-file-recursive): Same.
11913         (dired-create-files): Modify destination when source is equal to
11914         dest when copying files.
11915         Return also when dest is a subdir of source.  (Bug#10489)
11917 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
11919         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
11920         (Bug#10874)
11922 2012-02-23  Alan Mackenzie  <acm@muc.de>
11924         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
11925         parameter "after-hook:" to allow the expansion to run code after
11926         the execution of the mode hooks.
11928         * font-lock.el (font-lock-initial-fontify): New function extracted
11929         from font-lock-mode-internal.
11931         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
11932         :after-hook.
11934 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11936         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
11937         (completion--cache-all-sorted-completions): New function.
11938         (completion-all-sorted-completions): Use it.
11939         (completion--do-completion, minibuffer-force-complete):
11940         Use it to re-instate the flush hook.
11942         * icomplete.el (icomplete-completions): Replace last fix with a better
11943         one (bug#10850).
11945 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
11947         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
11948         when it might call us back infinitely (bug#10797).
11950 2012-02-23  Glenn Morris  <rgm@gnu.org>
11952         * minibuffer.el (completion-category-overrides): Doc fix.
11954 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11956         * minibuffer.el (completion-table-with-context): Fix inf-loop.
11957         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
11959 2012-02-23  Glenn Morris  <rgm@gnu.org>
11961         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
11962         (authors-obsolete-files-regexps, authors-ignored-files)
11963         (authors-ambiguous-files, authors-renamed-files-alist):
11964         Add more entries.
11966 2012-02-23  Juri Linkov  <juri@jurta.org>
11968         * isearch.el (isearch-occur): Sync interactive spec with occur's
11969         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
11971         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
11973 2012-02-22  Juri Linkov  <juri@jurta.org>
11975         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
11976         (ucs-insert): Doc fix.  Check for hex digits in the string.
11977         Don't display `nil' in the error message.  (Bug#10857)
11979 2012-02-22  Alan Mackenzie  <acm@muc.de>
11981         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
11983 2012-02-22  Glenn Morris  <rgm@gnu.org>
11985         * ffap.el (ffap-c-path):
11986         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
11988 2012-02-22  Chong Yidong  <cyd@gnu.org>
11990         * custom.el (load-theme): Doc fix.
11992 2012-02-22  Glenn Morris  <rgm@gnu.org>
11994         * dired-x.el (dired-guess-shell-alist-default):
11995         Remove escape sequences from nroff output.  (Bug#172)
11997 2012-02-21  Glenn Morris  <rgm@gnu.org>
11999         * vc/emerge.el (emerge-defvar-local):
12000         Set `permanent-local' property rather than unused `preserved'.
12002         * textmodes/picture.el (picture-delete-char): New alias.
12003         (picture-mode-map): Use it.  (Bug#10860)
12004         (picture-mode): Doc fix.
12006 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
12008         * newcomment.el (uncomment-region-default): Remove unused binding.
12010 2012-02-21  Glenn Morris  <rgm@gnu.org>
12012         * textmodes/picture.el (picture-motion, picture-motion-reverse)
12013         (picture-self-insert, picture-tab-chars): Doc fix.
12014         (picture-mode-map): Fix C-a, C-e.
12016 2012-02-20  Glenn Morris  <rgm@gnu.org>
12018         * emacs-lisp/authors.el (authors-aliases): Add another entry.
12020 2012-02-20  Leo Liu  <sdl.web@gmail.com>
12022         * icomplete.el (icomplete-completions): Check FROM arg before
12023         passing to substring (Bug#10850).
12025 2012-02-19  Chong Yidong  <cyd@gnu.org>
12027         * comint.el: Require ansi-color.
12028         (comint-output-filter-functions): Add ansi-color-process-output.
12030         * ansi-color.el: Don't set comint-output-filter-functions; it is
12031         now in the initial value defined in comint.el.
12032         (ansi-color-apply-face-function): New variable.
12033         (ansi-color-apply-on-region): Use it.
12034         (ansi-color-apply-overlay-face): New function.
12036         * shell.el (shell): No need to require ansi-color.
12037         (shell-mode): Use ansi-color-apply-face-function to highlight
12038         color escapes using font-lock-face property (Bug#10835).
12040 2012-02-19  Chong Yidong  <cyd@gnu.org>
12042         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
12043         mode-line formats (Bug#10839).
12045 2012-02-18  Glenn Morris  <rgm@gnu.org>
12047         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
12049         * mail/undigest.el (unforward-rmail-message): Doc fix.
12051         * saveplace.el (save-place-ignore-files-regexp): Add :version.
12053 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
12055         * international/characters.el (script-list): Sync with the latest
12056         Unicode Character Database.
12058 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
12060         * international/titdic-cnv.el: Remove duplicate coding tag.
12061         * language/cham.el: Likewise.
12062         * language/tai-viet.el: Likewise.
12064 2012-02-18  Glenn Morris  <rgm@gnu.org>
12066         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
12067         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
12068         (calendar-bahai-all-holidays-flag, calendar-other-dates):
12069         * calendar/diary-lib.el (diary-abbreviated-year-flag):
12070         * calendar/holidays.el (holiday-bahai-holidays)
12071         (calendar-holidays, list-holidays):
12072         Use utf-8 Bahá'í in doc-strings, menus, etc.
12074 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
12076         * saveplace.el (save-place-ignore-files-regexp): New variable
12077         allowing for excluding files from saving their location of point.
12078         The default value matches the temporary commit message editing
12079         files from Git, SVN, Bazaar, and Mercurial.
12080         (save-place-to-alist): Use it.
12082 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
12083             Stefan Monnier  <monnier@iro.umontreal.ca>
12085         * newcomment.el (uncomment-region-default): Don't leave extra space
12086         when an arg is provided (bug#8150).
12088 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
12090         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
12092 2012-02-17  Glenn Morris  <rgm@gnu.org>
12094         * net/socks.el: Require network-stream.  (Bug#10599)
12096 2012-02-17  Kenichi Handa  <handa@m17n.org>
12098         * international/charprop.el:
12099         * international/uni-name.el:
12100         * international/uni-old-name.el:
12101         * international/uni-comment.el: Regenerate.
12103 2012-02-16  Glenn Morris  <rgm@gnu.org>
12105         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
12106         Interactively in calendar buffer, give an error if not on a date.
12108 2012-02-15  Glenn Morris  <rgm@gnu.org>
12110         * shell.el (shell-delimiter-argument-list):
12111         Revert 2011-02-17 change.  (Bug#8027)
12113 2012-02-15  Chong Yidong  <cyd@gnu.org>
12115         * minibuffer.el (completion-at-point-functions): Doc fix.
12117         * custom.el (defcustom): Doc fix; note use of defvar.
12119 2012-02-15  Glenn Morris  <rgm@gnu.org>
12121         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
12122         Doc fixes.
12124 2012-02-14  Glenn Morris  <rgm@gnu.org>
12126         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
12128 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
12130         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
12131         way the ports list is computed.
12132         (smtpmail-query-smtp-server): Prompt the user for a port number if
12133         we can't connect to any of the standard ports (bug#10810).
12135 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12137         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
12139 2012-02-13  Glenn Morris  <rgm@gnu.org>
12141         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
12143 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
12145         * net/gnutls.el (gnutls-trustfiles): New variable.
12146         (gnutls-negotiate): Use it.
12148 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
12150         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
12151         does its stuff if Gnus is running.
12153 2012-02-13  Alan Mackenzie  <acm@muc.de>
12155         Fix a loop in c-set-fl-decl-start.
12157         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
12158         c-backward-syntactic-ws actually moves backwards.
12160 2012-02-13  Leo Liu  <sdl.web@gmail.com>
12162         * net/rcirc.el (rcirc-markup-attributes): Move point to the
12163         beginning so that all \C-o chars are removed.
12165 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
12167         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
12169 2012-02-12  Alan Mackenzie  <acm@muc.de>
12171         Fix infinite loop with long macros.
12172         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
12174 2012-02-12  Chong Yidong  <cyd@gnu.org>
12176         * window.el (display-buffer): Doc fix (Bug#10785).
12178 2012-02-12  Glenn Morris  <rgm@gnu.org>
12180         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12181         (x-disown-selection-internal, x-get-selection-internal):
12182         Sync docs with the xselect.c versions.
12184         * allout-widgets.el: Add missing license notice.
12186 2012-02-11  Glenn Morris  <rgm@gnu.org>
12188         * select.el (x-get-selection-internal, x-own-selection-internal)
12189         (x-disown-selection-internal):
12190         * x-dnd.el (x-get-selection-internal): Update declarations.
12192         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
12194         * window.el (window-sides-slots):
12195         * tool-bar.el (tool-bar-position):
12196         * term/xterm.el (xterm-extra-capabilities):
12197         * ses.el (ses-self-reference-early-detection):
12198         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
12199         (verilog-auto-wire-type)
12200         (verilog-auto-delete-trailing-whitespace)
12201         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
12202         (verilog-auto-tieoff-declaration):
12203         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
12204         (sql-oracle-statement-starters, sql-oracle-scan-on):
12205         * progmodes/prolog.el (prolog-align-comments-flag)
12206         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
12207         (prolog-left-indent-regexp, prolog-paren-indent-p)
12208         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
12209         (prolog-types, prolog-mode-specificators)
12210         (prolog-determinism-specificators, prolog-directives)
12211         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
12212         (prolog-electric-dot-flag)
12213         (prolog-electric-dot-full-predicate-template)
12214         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
12215         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
12216         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
12217         (prolog-program-switches, prolog-prompt-regexp)
12218         (prolog-debug-on-string, prolog-debug-off-string)
12219         (prolog-trace-on-string, prolog-trace-off-string)
12220         (prolog-zip-on-string, prolog-zip-off-string)
12221         (prolog-use-standard-consult-compile-method-flag)
12222         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
12223         (prolog-imenu-max-lines, prolog-info-predicate-index)
12224         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
12225         (prolog-char-quote-workaround):
12226         * progmodes/cc-vars.el (c-defun-tactic):
12227         * net/tramp.el (tramp-encoding-command-interactive)
12228         (tramp-local-end-of-line):
12229         * net/soap-client.el (soap-client):
12230         * net/netrc.el (netrc-file):
12231         * net/gnutls.el (gnutls):
12232         * minibuffer.el (completion-category-overrides)
12233         (completion-cycle-threshold)
12234         (completion-pcm-complete-word-inserts-delimiters):
12235         * man.el (Man-name-local-regexp):
12236         * mail/feedmail.el (feedmail-display-full-frame):
12237         * international/characters.el (glyphless-char-display-control):
12238         * eshell/em-ls.el (eshell-ls-date-format):
12239         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
12240         (lisp-lambda-list-keyword-parameter-indentation)
12241         (lisp-lambda-list-keyword-parameter-alignment):
12242         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
12243         * dired-x.el (dired-omit-verbose):
12244         * cus-theme.el (custom-theme-allow-multiple-selections):
12245         * calc/calc.el (calc-highlight-selections-with-faces)
12246         (calc-lu-field-reference, calc-lu-power-reference)
12247         (calc-note-threshold):
12248         * battery.el (battery-mode-line-limit):
12249         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
12250         (archive-7z-update):
12251         * allout.el (allout-prefixed-keybindings)
12252         (allout-unprefixed-keybindings)
12253         (allout-inhibit-auto-fill-on-headline)
12254         (allout-flattened-numbering-abbreviation):
12255         * allout-widgets.el (allout-widgets-auto-activation)
12256         (allout-widgets-icons-dark-subdir)
12257         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
12258         (allout-widgets-theme-dark-background)
12259         (allout-widgets-theme-light-background)
12260         (allout-widgets-item-image-properties-emacs)
12261         (allout-widgets-item-image-properties-xemacs)
12262         (allout-widgets-run-unit-tests-on-load)
12263         (allout-widgets-time-decoration-activity)
12264         (allout-widgets-hook-error-post-time)
12265         (allout-widgets-track-decoration):
12266         Add missing :version tags to new defcustoms and defgroups.
12268         * progmodes/sql.el (sql-ansi-statement-starters)
12269         (sql-oracle-statement-starters): Add custom type.
12271         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
12272         (prolog-system-version): Give it a type.
12274 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
12276         * term/pc-win.el (x-select-text, x-selection-owner-p)
12277         (x-own-selection-internal, x-disown-selection-internal)
12278         (x-get-selection-internal): Sync doc strings and argument lists
12279         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
12281 2012-02-11  Leo Liu  <sdl.web@gmail.com>
12283         * progmodes/python.el (python-end-of-statement): Fix infinite
12284         loop.  (Bug#10788)
12286 2012-02-10  Glenn Morris  <rgm@gnu.org>
12288         * international/mule-cmds.el (unify-8859-on-encoding-mode)
12289         (unify-8859-on-decoding-mode): Properly mark as obsolete.
12291 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
12293         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
12294         about SMTP before checking the From header.
12296         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
12297         into own function for reuse by emacsbug.el.
12299 2012-02-10  Leo Liu  <sdl.web@gmail.com>
12301         * subr.el (condition-case-unless-debug): Rename from
12302         condition-case-no-debug.  All callers changed.
12303         (with-demoted-errors): Fix caller.
12305         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
12306         * nxml/rng-valid.el (rng-do-some-validation):
12307         * emacs-lisp/package.el (package-refresh-contents)
12308         (package-menu-execute):
12309         * desktop.el (desktop-create-buffer):
12310         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
12312 2012-02-10  Glenn Morris  <rgm@gnu.org>
12314         * textmodes/bibtex.el:
12315         Add missing :version tags for new/changed defcustoms.
12317         * files.el (remote-file-name-inhibit-cache): Doc fixes.
12319 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
12321         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
12322         (smtpmail-via-smtp): Use it, or fall back on the From address.
12323         (smtpmail-send-it): Ditto.
12325 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12327         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
12328         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
12329         (byte-compile-tmp-var): New const.
12330         (byte-compile-defvar): Use it to minimize .elc size.
12331         Just use `defvar' rather than simulate it (bug#10761).
12333 2012-02-09  Glenn Morris  <rgm@gnu.org>
12335         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
12337         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
12338         Add :version tags.
12340         * progmodes/compile.el (compilation-error-screen-columns)
12341         (compilation-first-column, compilation-filter-start): Doc fixes.
12343         * vc/log-view.el (log-view-toggle-entry-display):
12344         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
12346         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
12347         (report-emacs-bug-can-use-xdg-email):
12348         (report-emacs-bug-insert-to-mailer): Doc fixes.
12349         (report-emacs-bug): Message fix.
12351         * net/browse-url.el (browse-url-can-use-xdg-open)
12352         (browse-url-xdg-open): Doc fixes.
12354         * electric.el (electric-indent-mode, electric-pair-mode)
12355         (electric-layout-rules, electric-layout-mode): Doc fixes.
12356         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
12358 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
12360         * server.el (server-unselect-display): Don't inadvertently kill
12361         the current buffer.  (Bug#10729)
12363 2012-02-08  Glenn Morris  <rgm@gnu.org>
12365         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
12366         (sql-list-table): Doc fixes.
12368         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
12369         Comment out (does nothing).
12371         * completion.el (dynamic-completion-mode):
12372         * dirtrack.el (dirtrack-debug-mode):
12373         * electric.el (electric-layout-mode):
12374         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
12375         * face-remap.el (text-scale-mode, buffer-face-mode):
12376         * iimage.el (iimage-mode):
12377         * image-mode.el (image-transform-mode):
12378         * minibuffer.el (completion-in-region-mode):
12379         * scroll-lock.el (scroll-lock-mode):
12380         * simple.el (next-error-follow-minor-mode):
12381         * tar-mode.el (tar-subfile-mode):
12382         * tooltip.el (tooltip-mode):
12383         * vcursor.el (vcursor-use-vcursor-map):
12384         * wid-browse.el (widget-minor-mode):
12385         * emulation/tpu-edt.el (tpu-edt-mode):
12386         * emulation/tpu-extras.el (tpu-cursor-free-mode):
12387         * international/iso-ascii.el (iso-ascii-mode):
12388         * language/thai-util.el (thai-word-mode):
12389         * mail/supercite.el (sc-minor-mode):
12390         * net/goto-addr.el (goto-address-mode):
12391         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
12392         * progmodes/cwarn.el (cwarn-mode):
12393         * progmodes/flymake.el (flymake-mode):
12394         * progmodes/glasses.el (glasses-mode):
12395         * progmodes/hideshow.el (hs-minor-mode):
12396         * progmodes/pascal.el (pascal-outline-mode):
12397         * textmodes/enriched.el (enriched-mode):
12398         * vc/smerge-mode.el (smerge-mode):
12399         Doc fixes (minor mode argument).
12401 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
12403         * ls-lisp.el (ls-lisp-sanitize): New function.
12404         (ls-lisp-insert-directory): Use it to fix or remove any elements
12405         in file-alist with missing attributes.  (Bug#4673)
12407 2012-02-07  Alan Mackenzie  <acm@muc.de>
12409         Fix spurious recognition of c-in-knr-argdecl.
12411         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
12412         putative K&R region.
12414 2012-02-07  Alan Mackenzie  <acm@muc.de>
12416         * progmodes/cc-engine.el (c-forward-objc-directive):
12417         Prevent looping in "#pragma mark @implementation".
12419 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
12421         * notifications.el (notifications-on-closed-signal): Make `reason'
12422         optional.  (Bug#10744)
12424 2012-02-07  Glenn Morris  <rgm@gnu.org>
12426         * emacs-lisp/easy-mmode.el (define-minor-mode):
12427         Doc fixes for the macro and the mode it defines.
12429         * image.el (imagemagick-types-inhibit): Doc fix.
12431         * cus-start.el (imagemagick-render-type): Add it.
12433 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
12435         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
12436         Set the default at load time, too, so that `font-lock-fontify-buffer'
12437         can be called without setting up the entire mode first.  This fixes
12438         a bug in `mm-inline-text' with C MIME parts.
12440 2012-02-06  Chong Yidong  <cyd@gnu.org>
12442         * simple.el (list-processes--refresh): Delete exited processes
12443         (Bug#8094).
12445         * comint.el (comint-next-prompt): next-single-char-property-change
12446         and prev-single-char-property-change never return nil (Bug#8657).
12448         * custom.el (defcustom): Doc fix (Bug#9711).
12450 2012-02-05  Chong Yidong  <cyd@gnu.org>
12452         * cus-edit.el (custom-variable-reset-backup): Quote the value
12453         before storing it in the customized-value property (Bug#6712).
12454         (custom-display): Add a customization type tag.
12455         (custom-buffer-create-internal): Improve tooltip message.
12457         * wid-edit.el (widget-field-value-get): New optional arg to
12458         suppress trailing whitespace truncation.
12459         (character): Use it (Bug#2689).
12461 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
12463         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
12464         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
12466 2012-02-05  Chong Yidong  <cyd@gnu.org>
12468         * cus-edit.el (custom-variable-value-create): For mismatched
12469         types, show the current value (Bug#7600).
12471         * custom.el (defcustom): Doc fix.
12473 2012-02-05  Glenn Morris  <rgm@gnu.org>
12475         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
12477 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
12479         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
12480         (pp-buffer): Use `ignore-errors', `looking-at-p'.
12481         (pp-last-sexp): Use `looking-at-p'.
12483 2012-02-04  Glenn Morris  <rgm@gnu.org>
12485         * files.el (revert-buffer):
12486         Doc fix (mention revert-buffer-in-progress-p).
12488         * emacs-lisp/ert-x.el (ert-simulate-command):
12489         Check deferred-action-list (which is obsolete) is bound.
12491         * subr.el (with-wrapper-hook): Doc fixes.
12493         * simple.el (filter-buffer-substring-functions)
12494         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
12496 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
12498         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
12499         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
12501 2012-02-04  Leo Liu  <sdl.web@gmail.com>
12503         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
12505 2012-02-04  Glenn Morris  <rgm@gnu.org>
12507         * image.el (image-extension-data): Add obsolete alias.
12509         * isearch.el (isearch-update): Doc fix.
12511         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
12513         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
12515 2012-02-03  Glenn Morris  <rgm@gnu.org>
12517         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
12518         (image-animate-timeout): Doc fix.
12520         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
12522 2012-02-02  Glenn Morris  <rgm@gnu.org>
12524         * server.el (server-auth-dir): Doc fix.
12525         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
12527         * subr.el (run-mode-hooks): Doc fix.
12529 2012-02-02  Juri Linkov  <juri@jurta.org>
12531         * image-mode.el (image-toggle-display-image): Remove tautological
12532         `major-mode' from the `derived-mode-p' test.
12534 2012-02-02  Kenichi Handa  <handa@m17n.org>
12536         * composite.el (compose-region): Cancel previous change.
12538 2012-02-02  Kenichi Handa  <handa@m17n.org>
12540         * composite.el (compose-region, compose-string): Signal error for
12541         a null string component (Bug#6988).
12543 2012-02-01  Chong Yidong  <cyd@gnu.org>
12545         * view.el (view-buffer-other-window, view-buffer-other-frame):
12546         Handle special modes like view-buffer (Bug#10650).
12547         (view-buffer): Simplify.
12549         * frame.el (set-frame-font): Tweak meaning of third argument.
12551         * dynamic-setting.el (font-setting-change-default-font):
12552         Use set-frame-font (Bug#9982).
12554 2012-02-01  Glenn Morris  <rgm@gnu.org>
12556         * progmodes/compile.el (compilation-internal-error-properties):
12557         Respect compilation-first-column in the "*compilation*" buffer.
12559         * emacs-lisp/easy-mmode.el (define-minor-mode):
12560         Relax :variable's test for a named function.
12562 2012-01-31  Alan Mackenzie  <acm@muc.de>
12564         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
12565         off by one error.
12567 2012-01-31  Chong Yidong  <cyd@gnu.org>
12569         * frame.el (set-frame-font): New arg ALL-FRAMES.
12571         * menu-bar.el (menu-set-font): Use set-frame-font.
12573         * faces.el (face-spec-reset-face): Don't apply unspecified
12574         attribute values to the default face.
12576 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
12578         * progmodes/cwarn.el (cwarn): Remove dead link.
12579         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
12580         Remove * from defcustom docstrings.
12581         (turn-on-cwarn-mode): Make obsolete.
12582         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
12583         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
12585 2012-01-31  Glenn Morris  <rgm@gnu.org>
12587         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12588         Fix :variable handling of mode a symbol not equal to modefun.
12589         Allow named functions to be used as the cdr of :variable.
12591 2012-01-30  Glenn Morris  <rgm@gnu.org>
12593         * emacs-lisp/authors.el (authors-fixed-entries):
12594         Remove reference to deleted file rnewspost.el.
12596 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
12598         * window.el (window-with-parameter): Remove unused variable `windows'.
12599         (window--side-check): Remove unused variable `code'.
12600         (window--resize-siblings): Remove unused variable `first'.
12601         (adjust-window-trailing-edge): Remove unused variable `failed'.
12602         (window-deletable-p, window--delete): Remove unused variable `buffer'.
12603         Use `let', not `let*'.
12604         (balance-windows-2): Remove unused variable `found'.
12605         (window--state-put-2): Remove unused variable `splits'.
12606         (window-state-put): Remove unused variable `selected'.
12607         (same-window-p): Use `string-match-p'.
12608         (display-buffer-assq-regexp): Remove unused variable `value'.
12609         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12610         Mark argument ALIST as ignored.
12611         (pop-to-buffer): Remove unused variable `old-window'.
12613 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
12615         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
12616         and .lzma compressed files.
12618 2012-01-29  Chong Yidong  <cyd@gnu.org>
12620         * frame.el (window-system-default-frame-alist): Doc fix.
12622         * dynamic-setting.el (font-setting-change-default-font): Don't
12623         change the default face if SET-FONT argument is non-nil (Bug#9982).
12625 2012-01-29  Samuel Bronson  <naesten@gmail.com>
12627         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
12629 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
12631         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
12632         breakpoints in files outside current directory (Bug#6098).
12634 2012-01-29  Chong Yidong  <cyd@gnu.org>
12636         * progmodes/python.el: Require ansi-color at top-level.
12638         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
12639         Define and use in Emacs Lisp mode (Bug#9360).
12640         (lisp-mode-abbrev-table): Add doc.
12641         (lisp-mode-variables): Don't set local-abbrev-table.
12642         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
12644 2012-01-28  Roland Winkler  <winkler@gnu.org>
12646         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
12648 2012-01-28  Roland Winkler  <winkler@gnu.org>
12650         * textmodes/bibtex.el (bibtex-entry-alist): New function.
12651         (bibtex-set-dialect): Use it.  Either set global values of
12652         dialect-dependent variables or bind these variables buffer-locally
12653         (Bug#10254).
12654         (bibtex-mode): Call bibtex-set-dialect via
12655         hack-local-variables-hook.
12656         (bibtex-dialect): Update docstring.
12657         Add safe-local-variable predicate.
12658         (bibtex-entry-alist, bibtex-field-alist): Initialize via
12659         bibtex-set-dialect.
12660         (bibtex-mode-map): Define menu for each dialect.
12661         (bibtex-entry): Fix docstring.
12663 2012-01-28  Chong Yidong  <cyd@gnu.org>
12665         * eshell/esh-arg.el (eshell-quote-argument): New function.
12667         * eshell/esh-ext.el (eshell-invoke-batch-file):
12668         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
12669         first arg to eshell-parse-command (Bug#10523).
12671 2012-01-28  Drew Adams  <drew.adams@oracle.com>
12673         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
12674         `default-directory' is non-nil.
12676 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
12678         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
12679         line that displays system-configuration-options.  (Bug#9924)
12681 2012-01-28  Drew Adams  <drew.adams@oracle.com>
12683         * descr-text.el (describe-char): Show information about POS, in
12684         addition to information about the character at POS.  Improve and
12685         update the doc string.  Change "code point" to "code point in
12686         charset", to avoid confusion with the character's Unicode code
12687         point shown above that.  (Bug#10129)
12689 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
12691         * descr-text.el (describe-char): Show the raw character, not only
12692         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
12693         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
12694         for the reasons.
12696 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
12698         * emacs-lisp/package.el (package-install):
12699         Run package-refresh-contents if there is no archive yet (Bug#9798).
12701 2012-01-28  Chong Yidong  <cyd@gnu.org>
12703         * emacs-lisp/package.el (package-maybe-load-descriptor):
12704         New function, split from package-maybe-load-descriptor.
12705         (package-maybe-load-descriptor): Use it.
12706         (package-download-transaction): Fully load required packages
12707         inside the loop, so that `require' calls work (Bug#10593).
12708         (package-install): No need to call package-initialize now.
12710 2012-01-28  Chong Yidong  <cyd@gnu.org>
12712         * simple.el (deactivate-mark): Doc fix (Bug#8614).
12714         * tooltip.el (tooltip-mode): Doc fix.
12715         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
12717         * frame.el (set-cursor-color): Doc fix (Bug#352).
12719         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
12720         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
12722         * cus-edit.el (custom-buffer-create-internal): Fix search button
12723         action (Bug#10542).
12724         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
12726 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
12728         * dired.el (dired-mark-files-regexp):
12729         Include any subdirectory components.  (Bug#10445)
12731 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
12733         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
12734         Handle [host]:port syntax.  (Bug#10533)
12736 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
12738         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
12740 2012-01-26  Glenn Morris  <rgm@gnu.org>
12742         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
12743         * term.el (term-raw-escape-map): Use Control-X-prefix.
12744         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
12746 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
12748         * window.el (window-state-get, window--state-get-1): Don't deal
12749         with fixed-sizeness of windows.  Simplify code.
12751 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
12753         * window.el (window--state-get-1, window--state-put-2):
12754         Don't save and restore the mark.
12756 2012-01-25  Chong Yidong  <cyd@gnu.org>
12758         * custom.el (custom-variable-p): Doc fix.
12760 2012-01-25  Glenn Morris  <rgm@gnu.org>
12762         * dired.el (dired-goto-file): Handle some of the more common
12763         characters that `ls -b' escapes.  (Bug#10596)
12765         * progmodes/compile.el (compilation-next-error-function):
12766         Respect compilation-first-column in the "*compilation*" buffer.
12767         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
12769         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
12771 2012-01-24  Glenn Morris  <rgm@gnu.org>
12773         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
12775 2012-01-24  Julien Danjou  <julien@danjou.info>
12777         * color.el (color-rgb-to-hsl): Fix value computing.
12778         (color-hue-to-rgb): New function.
12779         (color-hsl-to-rgb): New function.
12780         (color-clamp, color-saturate-hsl, color-saturate-name)
12781         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
12782         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
12784 2012-01-24  Glenn Morris  <rgm@gnu.org>
12786         * vc/vc-rcs.el (vc-rcs-create-tag):
12787         * vc/vc-sccs.el (vc-sccs-create-tag):
12788         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
12790 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
12792         * eshell/esh-util.el (eshell-read-hosts-file):
12793         Skip comment lines.  (Bug#10549)
12795         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
12797 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
12799         * subr.el (display-delayed-warnings): Doc fix.
12800         (collapse-delayed-warnings): New function to collapse identical
12801         adjacent warnings.
12802         (delayed-warnings-hook): Add it.
12804 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
12806         * net/tramp.el (tramp-action-login): Set connection property "login-as".
12808         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
12809         (tramp-default-user-alist): Don't add "pscp".
12810         (tramp-do-copy-or-rename-file-out-of-band): Use connection
12811         property "login-as", if set.  (Bug#10530)
12813 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
12815         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
12816         "plink1" and "psftp".  (Bug#10530)
12818 2012-01-21  Kenichi Handa  <handa@m17n.org>
12820         * international/mule-cmds.el (prefer-coding-system): Show a
12821         warning message if the default value of file-name-coding-system
12822         was not changed.
12824 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
12826         * windmove.el (windmove-reference-loc):
12827         Fix windmove-reference-loc miscalculation.
12829 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
12831         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
12832         default unit.
12834 2012-01-21  Glenn Morris  <rgm@gnu.org>
12836         * international/mule.el (auto-coding-alist): Add .tbz.
12838         * files.el (local-enable-local-variables): Doc fix.
12839         (inhibit-local-variables-regexps): Rename from
12840         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
12841         Doc fix.  Add some extensions from auto-coding-alist.
12842         (inhibit-local-variables-suffixes):
12843         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
12844         (inhibit-local-variables-p):
12845         New function, extracted from set-auto-mode-1.
12846         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
12847         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
12848         (hack-local-variables): Doc fix.  Make the mode-only case
12849         respect enable-local-variables and friends.
12850         Respect inhibit-local-variables-regexps for file-locals, but
12851         not for directory-locals.
12852         (set-visited-file-name):
12853         Take account of inhibit-local-variables-regexps.
12854         Whether it applies may change as the file name is changed.
12855         * jka-cmpr-hook.el (jka-compr-install):
12856         * jka-compr.el (jka-compr-uninstall):
12857         Update for inhibit-first-line-modes-suffixes name change.
12859 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
12861         * help-macro.el (make-help-screen): Temporarily restore original
12862         binding for minor-mode-map-alist (Bug#10454).
12864 2012-01-19  Julien Danjou  <julien@danjou.info>
12866         * color.el (color-name-to-rgb): Use the white color to find the max
12867         color component value and return correctly computed values.
12868         (color-name-to-rgb): Add missing float conversion for max value.
12870 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
12872         * window.el (window--state-get-1, window-state-get): Do not use
12873         special state value for window-persistent-parameters.
12874         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
12875         (window--state-put-2): Reset all window parameters to nil before
12876         assigning values of persistent parameters.
12878 2012-01-18  Alan Mackenzie  <acm@muc.de>
12880         Eliminate sluggishness and hangs in fontification of "semicolon
12881         deserts".
12883         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
12884         Change value 10000 -> 3000.
12885         (c-state-safe-place): Reformulate so it doesn't stack up an
12886         infinite number of wrong entries in c-state-nonlit-pos-cache.
12887         (c-determine-limit-get-base, c-determine-limit): New functions to
12888         determine backward search limits disregarding literals.
12889         (c-find-decl-spots): Amend commenting.
12890         (c-cheap-inside-bracelist-p): New function which detects "={".
12892         * progmodes/cc-fonts.el
12893         (c-make-font-lock-BO-decl-search-function): Give a limit to a
12894         backward search.
12895         (c-font-lock-declarations): Fix an occurrence of point being
12896         undefined.  Check additionally for point being in a bracelist or
12897         near a macro invocation without a semicolon so as to avoid a
12898         fruitless time consuming search for a declarator.  Give a more
12899         precise search limit for declarators using the new
12900         c-determine-limit.
12902 2012-01-18  Glenn Morris  <rgm@gnu.org>
12904         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
12905         (set-auto-mode): Doc fixes.
12907 2012-01-17  Glenn Morris  <rgm@gnu.org>
12909         * isearch.el (search-nonincremental-instead): Fix doc typo.
12911         * dired.el (dired-insert-directory): Handle newlines in directory name.
12912         (dired-build-subdir-alist): Unescape newlines in directory name.
12914 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
12916         * net/tramp.el (tramp-local-end-of-line): New defcustom.
12917         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
12918         (tramp-action-terminal): Use it.  (Bug#10530)
12920 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12922         * minibuffer.el (completion--replace): Strip properties (bug#10062).
12924 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
12926         * window.el (window-state-ignored-parameters): Remove variable.
12927         (window--state-get-1): Rename argument MARKERS to IGNORE.
12928         Handle persistent window parameters.  Make copy of clone-of
12929         parameter only if requested.  (Bug#10348)
12930         (window--state-put-2): Install a window parameter only if it has
12931         a non-nil value or an existing parameter shall be overwritten.
12933 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
12935         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
12937 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
12939         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
12940         don't pass the (nil) value of `upnode' to string-match.
12942 2012-01-14  Chong Yidong  <cyd@gnu.org>
12944         * startup.el (command-line): Fix X resource class for cursorColor.
12945         Fix values recognized by the cursorBlink resource.
12947 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
12949         * epg.el (epg--make-temp-file): Avoid permission race condition
12950         when running on old Emacs versions (bug#10403).
12952 2012-01-14  Glenn Morris  <rgm@gnu.org>
12954         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
12956 2012-01-13  Alan Mackenzie  <acm@muc.de>
12958         Fix filling for when filladapt mode is enabled.
12960         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
12961         c-mask-paragraph, pass in `fill-paragraph' rather than
12962         `fill-region-as-paragraph'.  (This is a reversion of a previous
12963         change.)
12964         * progmodes/cc-mode.el (c-basic-common-init):
12965         Make fill-paragraph-handle-comment buffer local and set it to nil.
12967 2012-01-13  Glenn Morris  <rgm@gnu.org>
12969         * dired.el (dired-switches-escape-p): New function.
12970         (dired-insert-directory): Use dired-switches-escape-p.
12971         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
12973         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
12975 2012-01-12  Glenn Morris  <rgm@gnu.org>
12977         * mail/sendmail.el (mail-mode): Update paragraph-separate for
12978         changes in adaptive-fill-regexp.  (Bug#10276)
12980 2012-01-11  Alan Mackenzie  <acm@muc.de>
12982         Fix Emacs bug #10463 - put `widen's around the critical spots.
12984         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
12985         widen around each invocation of c-state-pp-to-literal.  Remove an
12986         unused let variable.
12988 2012-01-11  Glenn Morris  <rgm@gnu.org>
12990         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
12991         Doc fix.
12993 2012-01-10  Chong Yidong  <cyd@gnu.org>
12995         * net/network-stream.el (network-stream-open-starttls):
12996         Avoid emitting a confusing error message when the server gives a bad
12997         response to the capability command.
12999 2012-01-10  Glenn Morris  <rgm@gnu.org>
13001         * mail/unrmail.el (unrmail): Tweak previous change.
13003 2012-01-09  Chong Yidong  <cyd@gnu.org>
13005         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
13007 2012-01-08  Alan Mackenzie  <acm@muc.de>
13009         Optimise font locking in long enum definitions.
13011         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
13012         arm to a cond form to handle enums.
13013         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
13014         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
13016 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
13018         * files.el (move-file-to-trash): Preserve default file modes on error.
13019         (Bug#10401)
13021 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13023         * faces.el (set-face-attribute): Clarify the meaning of the nil
13024         frame (bug#10294).
13026         * subr.el (with-selected-frame): Mention that the selected frame
13027         is restored (bug#9980).
13029         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
13030         (bug#9759).
13032         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
13033         (password-read): Don't autoload unused function.
13035 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
13037         * progmodes/which-func.el (which-func-mode): Turn into a
13038         non-interactive function and mark as obsolete (bug#10428).
13040 2012-01-06  Chong Yidong  <cyd@gnu.org>
13042         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
13043         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
13044         functions, along with 1 and -1.
13046 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
13048         * time.el (display-time-load-average)
13049         (display-time-default-load-average): Doc fixes.  See the thread
13050         starting at
13051         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
13052         for the details.
13054 2012-01-06  Glenn Morris  <rgm@gnu.org>
13056         * mail/unrmail.el (unrmail): Give an explicit error if the input file
13057         has no messages.  (Bug#10377)
13059         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
13060         than Info-edit.  (Bug#10385)
13062         * time.el (display-time-load-average, display-time-next-load-average):
13063         Doc fixes.
13065         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
13066         local setting of buffer-read-only to the input buffer.  (Bug#10419)
13068         * calendar/calendar.el (calendar-mode):
13069         Locally set scroll-margin to 0.  (Bug#10379)
13071 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
13073         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
13075 2012-01-05  Glenn Morris  <rgm@gnu.org>
13077         * eshell/em-unix.el (diff-no-select): Autoload it.
13078         (eshell/diff): Use diff-no-select.  (Bug#10420)
13080 2012-01-05  Chong Yidong  <cyd@gnu.org>
13082         * shell.el (shell-dynamic-complete-functions): Revert last change.
13083         (shell-command-completion-function): New function.
13084         (shell-completion-vars): Use it to implement
13085         shell-completion-execonly (Bug#10417).
13087         * custom.el (enable-theme): Don't set custom-safe-themes.
13089         * cus-theme.el (custom-theme-merge-theme):
13090         Ignore custom-enabled-themes and custom-safe-themes.
13092 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
13094         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
13095         first prompt in `sql-interacive-mode'.
13096         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
13097         keywords.
13098         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
13099         (sql-product-interactive): Bug fix: Set `sql-buffer' in
13100         context of original buffer.  Invoke `sql-login-hook'.
13102 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
13104         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
13105         letters in cite-prefix.
13107 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13109         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
13111 2012-01-03  Chong Yidong  <cyd@gnu.org>
13113         * shell.el (shell-dynamic-complete-functions):
13114         Put pcomplete-completions-at-point, so as to try
13115         comint-filename-completion first (Bug#10417).
13117 2012-01-02  Richard Stallman  <rms@gnu.org>
13119         * battery.el (battery-status-function):
13120         Detect when to use battery-yeeloong-sysfs.
13121         (battery-echo-area-format): Add string for Yeeloong.
13122         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
13123         (battery-yeeloong-sysfs): New function.
13125 2012-01-02  Chong Yidong  <cyd@gnu.org>
13127         * dirtrack.el (dirtrack-list): Eliminate unused third element.
13128         (dirtrack): Merge code for handling relative filenames in prompt
13129         from shell-dir-cookie-watcher.
13130         (dirtrack-debug-message): New arg to avoid excess format calls.
13132         * shell.el (shell-dir-cookie-re): Variable deleted.
13133         (shell-dir-cookie-watcher): Function deleted.
13134         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
13135         with dirtrack-mode.
13137 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
13139         * term/w32-win.el (dynamic-library-alist) <gnutls>:
13140         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
13141         libgnutls-26.dll.
13143 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
13145         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
13147 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
13149         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
13150         headers of non-MIME messages, when rmail-enable-mime is non-nil.
13152 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
13154         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
13155         also for alternative shells.
13156         (tramp-open-connection-setup-interactive-shell): Check, whether
13157         the shell is a busybox.
13158         (tramp-send-command): Don't suppress multiple prompts for
13159         busyboxes, it hurts.
13161 2011-12-28  Chong Yidong  <cyd@gnu.org>
13163         * progmodes/gdb-mi.el (gdb-get-source-file-list)
13164         (gdb-get-source-file): Move mode line update to
13165         gdb-get-source-file (Bug#10087).
13167 2011-12-25  Chong Yidong  <cyd@gnu.org>
13169         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
13170         gud-gdb-marker-filter without taking it as an argument.
13171         (gud-gdb-run-command-fetch-lines): Caller changed.
13172         (gud-gdb-completion-function): New variable.
13173         (gud-gdb-completion-at-point): Use it.
13174         (gud-gdb-completions-1): Split from gud-gdb-completions.
13176         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
13177         function as separate arguments.
13178         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
13179         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
13180         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
13181         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
13182         (gdb-stopped, def-gdb-auto-update-trigger)
13183         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
13184         (gdb-get-changed-registers, gdb-get-main-selected-frame):
13185         Callers changed.
13186         (gud-gdbmi-completions): New function.
13187         (gdb): Use it for generating the completion table.
13189 2011-12-24  Alan Mackenzie  <acm@muc.de>
13191         Introduce a mechanism to widen the region used in context font
13192         locking.  Use this to protect declarations from losing their contexts.
13194         * progmodes/cc-langs.el (c-before-font-lock-functions):
13195         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
13196         (c-before-context-fontification-functions): New defvar, a list of
13197         functions to be run just before context (etc.) font locking.
13199         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
13200         New, functionality extracted from
13201         c-neutralize-syntax-in-and-mark-CPP.
13202         (c-in-after-change-fontification): New variable.
13203         (c-after-change): Set c-in-after-change-fontification.
13204         (c-set-fl-decl-start): Rejig its interface, so it can be called
13205         from both after-change and context fontifying.
13206         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
13207         New functions.
13208         (c-standard-font-lock-fontify-region-function): New variable.
13209         (c-font-lock-fontify-region): New function.
13211 2011-12-24  Juri Linkov  <juri@jurta.org>
13213         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
13214         (Bug#10348)
13216 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
13218         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
13219         existence of source file.  (Bug#10325)
13221 2011-12-23  Alan Mackenzie  <acm@muc.de>
13223         Fix unstable fontification inside templates.
13225         * progmodes/cc-langs.el (c-before-font-lock-functions):
13226         Newly created from the singular version.  The (c c++ objc) entry now
13227         additionally has c-set-fl-decl-start.  The other languages (apart
13228         from AWK) have that as a single entry.
13230         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13231         The functionality for "local" declarations has been extracted to
13232         c-set-fl-decl-start.
13234         * progmodes/cc-mode.el (c-common-init, c-after-change):
13235         Changes due to pluralisation of c-before-font-lock-functions.
13236         (c-set-fl-decl-start): New function, extracted from
13237         c-font-lock-enclosing-decls and enhanced.
13239 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
13241         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
13243 2011-12-22  Juri Linkov  <juri@jurta.org>
13245         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
13247 2011-12-22  Chong Yidong  <cyd@gnu.org>
13249         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
13251 2011-12-21  Drew Adams  <drew.adams@oracle.com>
13253         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
13255 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
13257         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
13259 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13261         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
13262         highlighting and support.  Fix up comments for capitalization.
13263         (cfengine-mode-debug): New var.
13264         (cfengine3-mode): Change the modeline indicator to "CFE3".
13265         (cfengine3-font-lock-keywords): Improve defun highlighting.
13266         (cfengine2-actions): Rename from `cfengine-actions'.
13267         (cfengine2-font-lock-keywords): Rename from
13268         `cfengine-font-lock-keywords'.
13269         (cfengine2-imenu-expression): Rename from
13270         `cfengine-imenu-expression'.
13271         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
13272         (cfengine2-beginning-of-defun): Rename from
13273         `cfengine-beginning-of-defun'.
13274         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
13275         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
13276         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
13277         modeline indicator to "CFE2".
13278         (cfengine-mode): Defalias to `cfengine-auto-mode'.
13279         (cfengine-mode-abbrevs): Mark obsolete.
13281 2011-12-21  Chong Yidong  <cyd@gnu.org>
13283         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
13284         filename argument.
13286 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
13288         * window.el (window-normalize-buffer-to-display): Remove.
13289         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
13291 2011-12-19  Chong Yidong  <cyd@gnu.org>
13293         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
13294         Don't signal an error in a predicate function; return non-nil.
13295         (vc-dir-mark-file): Move the error here.
13296         (vc-dir-mark-unmark): If acting on the region, keep going if one
13297         of the entries cannot be marked/unmarked.
13298         (vc-dir-mark-all-files): If current entry is a directory, mark
13299         only child files, as documented.
13301 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
13303         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
13304         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
13305         addition.
13307 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
13309         * term/ns-win.el (ns-get-selection-internal)
13310         (ns-store-selection-internal): Declare.
13311         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
13312         Declare as obsolete.
13313         (ns-get-pasteboard, ns-paste-secondary):
13314         Use ns-get-selection-internal.
13315         (ns-set-pasteboard, ns-copy-including-secondary):
13316         Use ns-store-selection-internal.
13318 2011-12-17  Chong Yidong  <cyd@gnu.org>
13320         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
13321         (vc-deduce-fileset): Doc fix.
13323 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
13325         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
13327 2011-12-13  Sam Steingold  <sds@gnu.org>
13329         * man.el (Man-getpage-in-background): When running under a
13330         window-system, ignore $MANWIDTH and $COLUMNS.
13332 2011-12-15  Kenichi Handa  <handa@m17n.org>
13334         * language/ethio-util.el: Change coding tag to utf-8-emacs.
13335         (setup-ethiopic-environment-internal): Comment out key-binding for
13336         ethio-toggle-punctuation.
13338 2011-12-13  Alan Mackenzie  <acm@muc.de>
13340         Add the switch statement to AWK Mode.
13342         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
13343         "default" to the keywords regexp.
13345         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
13346         expression as the rest.
13347         (c-nonlabel-token-key): Allow string literals for AWK.
13348         Refactor for the other modes.
13350         Large brace-block initialisation makes CC Mode slow: Fix.
13351         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13352         routines.  Limit backward searching in c-font-lock-enclosing.decl.
13354         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
13355         pp-state and literal type in addition to the limits.
13356         (c-state-safe-place): New defun, extracted from c-state-literal-at.
13357         (c-state-literal-at): Use the above new defun.
13358         (c-slow-in-literal, c-fast-in-literal): Remove.
13359         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13361         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
13362         being in a literal.  Add a limit for backward searching.
13364         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
13365         c-slow-in-literal.
13367 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13369         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
13371 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
13373         * window.el (delete-other-windows): Use correct frame in call to
13374         window-with-parameter.
13376 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
13378         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
13379         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
13380         (makefile-gmake-statements, makefile-makepp-statements):
13381         Use it and add new makepp keywords.
13382         (makefile-makepp-font-lock-keywords): Add new patterns.
13383         (makefile-match-function-end): Match new [...] and [[...]].
13385 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
13387         * ses.el (ses-call-printer-return, ses-cell-property-get)
13388         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
13389         (ses-create-cell-variable, ses-reset-header-string)
13390         (ses-cell-set-formula, ses-repair-cell-reference-all)
13391         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
13392         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
13393         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
13394         (ses-aset-with-undo, ses-load, ses-truncate-cell)
13395         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
13396         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
13397         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
13398         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
13399         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
13400         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
13401         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
13402         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
13404 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
13406         * ses.el: The overall change is to add cell renaming, that is
13407         setting fancy names for cell symbols other than name matching
13408         "\\`[A-Z]+[0-9]+\\'" regexp .
13409         (ses-create-cell-variable): New defun.
13410         (ses-relocate-formula): Relocate formulas only for cells the
13411         symbols of which are not renamed, i.e. symbols whose names do not
13412         match regexp "\\`[A-Z]+[0-9]+\\'".
13413         (ses-relocate-all): Relocate values only for cells the symbols of
13414         which are not renamed.
13415         (ses-load): Create cells variables as the (ses-cell ...) are read,
13416         in order to check row col consistency with cell symbol name only
13417         for cells that are not renamed.
13418         (ses-replace-name-in-formula): New defun.
13419         (ses-rename-cell): New defun.
13421 2011-12-11  Chong Yidong  <cyd@gnu.org>
13423         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
13424         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
13426 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
13428         * window.el (other-window): Fix docstring.
13430 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
13432         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
13433         `from' or `to' address before taking its substring.
13434         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
13435         encoded name is chopped in the middle of the encoded string, and
13436         thus displayed encoded.
13438 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
13440         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
13442 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
13444         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
13445         to use texinfo-update-node and commands that call it if the
13446         Texinfo file uses @node lines without next/prev/up pointers.
13447         Correct outdated description about texinfo-master-menu.
13448         (texinfo-all-menus-update, texinfo-master-menu)
13449         (texinfo-update-node, texinfo-every-node-update)
13450         (texinfo-multiple-files-update): Doc fix.  Warn against updating
13451         all the @node lines.
13452         (texinfo-master-menu): Only call texinfo-update-node if the prefix
13453         argument is numeric.  Explain better in the doc string what the
13454         function really does.
13455         (texinfo-insert-master-menu-list): Improve the error message
13456         displayed if there's no menu in the Top node.
13457         (Bug#2975)  See also this thread:
13458         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
13460 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
13462         * speedbar.el (speedbar-supported-extension-expressions):
13463         Add .adb and .ads, commonly used for Ada source code (bug#10256).
13465 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
13467         * printing.el (pr-mode-alist):
13468         * simple.el (filter-buffer-substring-functions)
13469         (completion-list-insert-choice-function):
13470         * window.el (window-with-parameter, window-atom-root)
13471         (window-sides-slots, window-size-fixed, window-min-delta)
13472         (window-max-delta, window--resize-mini-window)
13473         (window--resize-child-windows-normal, window-tree)
13474         (delete-other-windows, quit-window, split-window)
13475         (display-buffer-record-window, special-display-buffer-names)
13476         (special-display-regexps, special-display-popup-frame)
13477         (same-window-p, split-window-sensibly)
13478         (display-buffer-overriding-action, display-buffer-alist)
13479         (display-buffer-base-action, display-buffer, switch-to-buffer)
13480         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
13481         (fit-window-to-buffer, recenter-positions)
13482         (mouse-autoselect-window-state, mouse-autoselect-window-select):
13483         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
13484         and remove unneeded backslashes in docstrings.
13486 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13488         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
13490         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
13491         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
13492         end in ".mk".
13493         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
13494         when reading the makefile (bug#10116).
13496 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13498         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
13499         (bug#10116).
13501 2011-12-06  Glenn Morris  <rgm@gnu.org>
13503         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
13505 2011-12-06  Chong Yidong  <cyd@gnu.org>
13507         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
13509 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
13511         * textmodes/table.el (table-shorten-cell): Fix typo.
13513 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
13515         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
13517 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
13519         * descr-text.el (describe-char): Fix display of strong
13520         right-to-left characters and directional embeddings and overrides.
13522         * simple.el (what-cursor-position): Fix display of codepoints of
13523         strong right-to-left characters.
13525 2011-12-05  Chong Yidong  <cyd@gnu.org>
13527         * faces.el (read-color): Doc fix.
13529 2011-12-05  Glenn Morris  <rgm@gnu.org>
13531         * align.el (align--set-marker): Add doc-string.
13532         Don't try to move something that is not a marker.  (Bug#10216)
13534 2011-12-04  Glenn Morris  <rgm@gnu.org>
13536         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
13537         overly zealous deletion of trailing whitespace.
13539 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
13541         * server.el (server-delete-client): On Windows, do not try to delete
13542         the only terminal.
13543         (server-process-filter): On Windows, treat requests for a tty frame as
13544         if they were for a GUI frame if the running server is in GUI mode.
13546 2011-12-03  Glenn Morris  <rgm@gnu.org>
13548         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
13550 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13552         * electric.el: Streamline electric-indent's hook.
13553         (electric-indent-chars): Revert to simple list.
13554         (electric-indent-functions): New var.
13555         (electric-indent-post-self-insert-function): Use it.
13557         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
13558         there's no inferior buffer (bug#10196).
13559         (prolog-consult-compile): Don't use toggle-read-only.
13561 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
13563         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
13564         interrupt.  (Bug#10187)
13566 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13568         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
13569         (bug#9160).
13571         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
13572         (bug#10191).
13574 2011-12-02  Juri Linkov  <juri@jurta.org>
13576         * info.el (Info-search): Display "end of manual" when Isearch
13577         reaches the end of single-file Info manual.  (Bug#9918)
13579 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
13581         * isearch.el (isearch-message-prefix): Run the input method part
13582         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
13584 2011-12-02  Juri Linkov  <juri@jurta.org>
13586         * isearch.el (isearch-occur): Use `word-search-regexp' for
13587         `isearch-word'.
13588         (isearch-search-and-update): Add condition for `isearch-word' and
13589         call `word-search-regexp'.  (Bug#10145)
13591 2011-12-01  Glenn Morris  <rgm@gnu.org>
13593         * eshell/em-hist.el (eshell-hist-initialize):
13594         Handle eshell-history-size nil and HISTSIZE set or unset.
13595         (eshell-history-file-name, eshell-history-size): Fix custom type.
13597 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13599         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
13601 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
13603         * progmodes/verilog-mode.el (verilog-pretty-expr):
13604         Rework verilog-pretty-expr to handle new assignment operators in system
13605         verilog, such as += *= and the like.
13606         (verilog-assignment-operator-re): Regular expression to find the
13607         assigment operator in a verilog assignment.
13608         (verilog-assignment-operation-re): Regular expression to find an
13609         assignment statement for pretty-expr.
13610         (verilog-in-attribute-p): Query returns true if point is in an
13611         attribute context; used to skip these for expression line up from
13612         pretty-expr.
13613         (verilog-in-parameter-p): Query returns true if point is in an
13614         parameter definition context; used to skip these for expression
13615         line up from pretty-expr.
13616         (verilog-in-parenthesis-p): Query returns true if point is in a
13617         parenthetical expression, specifically ( ) but not [ ] or { };
13618         used by pretty-expr.
13619         (verilog-just-one-space): If there is no space, don't add one.
13620         (verilog-get-lineup-indent-2): Specifically skip just attribute
13621         contexts for expression lineup, rather than skipping all
13622         parenthetical expressions.
13623         (verilog-calculate-indent): Fix comment, and fix indent.
13624         (verilog-do-indent): Indent declarations in lists (suggested by
13625         Joachim Lechner).
13626         (verilog-mode-abbrev-table): Populate abbrev mode with the various
13627         skeleton items.
13628         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
13629         by Alain Mellan).
13631 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
13633         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
13634         parameters with embedded comments.  Reported by Ray Stevens.
13635         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
13636         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
13637         Reported by Tim Holt.
13638         (verilog-auto): Fix AUTOing a upper module then AUTOing module
13639         instantiated by upper module causing wrong expansion until AUTOed a
13640         second time.  Reported by K C Buckenmaier.
13641         (verilog-diff-auto): Fix showing .* as a difference when
13642         `verilog-auto-star-save' off.  Reported by Dan Dever.
13643         (verilog-auto-reset, verilog-read-always-signals)
13644         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
13645         temporary signals in reset list if
13646         verilog-auto-reset-blocking-in-non is nil, and match assignment
13647         style to each signal's assignment type, bug381.
13648         Reported by Thomas Esposito.
13649         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
13650         (verilog-uvm-statement-re): Support UVM indentation and
13651         highlighting, with old OVM keywords only.
13652         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
13653         Support AUTOTIEOFF creating non-wire data types.
13654         Suggested by Jonathan Greenlaw.
13655         (verilog-auto-insert-lisp, verilog-delete-to-paren)
13656         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
13657         (verilog-inject-sense, verilog-read-inst-pins)
13658         (verilog-read-sub-decls, verilog-read-sub-decls-line):
13659         Fix mismatching parenthesis inside commented out code when deleting
13660         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
13661         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
13662         non-numeric vector width.  Reported by Alex Reed.
13663         (verilog-auto-ascii-enum): Add "onehot" option to work around not
13664         detecting signals with parameter widths.  Reported by Alex Reed.
13665         (verilog-auto-delete-trailing-whitespace):
13666         With `verilog-auto-delete-trailing-whitespace' remove trailing
13667         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
13668         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
13669         Fix verilog-scan-cache corruption when running user AUTO expansion
13670         hooks that call indentation routines.
13671         (verilog-simplify-range-expression): Fix typo ignoring lower case
13672         identifiers.
13673         (verilog-delete-auto): Fix delete-autos to also remove user created
13674         automatics, as long as they start with AUTO.
13675         (verilog-batch-diff-auto, verilog-diff-auto)
13676         (verilog-diff-function): Add `verilog-diff-auto' and bind to
13677         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
13678         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
13679         (verilog-in-paren-quick, verilog-re-search-backward-quick)
13680         (verilog-re-search-forward-quick, verilog-syntax-ppss):
13681         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
13682         is disabled and its cache will get corrupt, causing AUTOS not to
13683         expand.  Instead use only -quick functions.
13684         (verilog-scan-region): Fix scanning over escaped quotes.
13685         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
13686         (verilog-re-search-backward-quick)
13687         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
13688         related functions now ignore strings, to fix misparsing of strings
13689         with magic comments embedded in them.
13690         (verilog-read-auto-template):
13691         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
13692         Reported by Brad Dobbie.
13693         (verilog-read-auto-template):
13694         Fix 'verilog-auto-inst-template-numbers' with comments.
13695         Reported by Brad Dobbie.
13696         (verilog-auto-inst, verilog-auto-inst-param)
13697         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
13698         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
13699         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
13700         debugging templates without merge conflicts, bug357.
13701         Reported by Brad Dobbie.
13702         (verilog-read-auto-template):
13703         Fix verilog-auto-inst-template-numbers with multiple templates.
13704         Reported by Brad Dobbie.
13705         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
13706         abbrevs so user won't be asked to save.
13707         (verilog-read-auto-lisp-present): Fix to start at beginning of
13708         buffer in case called outside of verilog-auto.
13709         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
13710         to "X-2".  Reported by Matthew Myers.
13711         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
13712         all inputs from module templates.  Reported by Leith Johnson.
13713         (verilog-module-inside-filename-p): Fix locating programs as with
13714         modules.
13715         (verilog-auto-inst-port): Fix vl-width expressions when using
13716         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
13717         (verilog-decls-get-regs, verilog-decls-get-signals,
13718         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
13719         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
13720         verilog-read-decls): Combine reg and wire structures into one var
13721         structure to represent SystemVerilog concepts.
13722         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
13723         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
13724         (verilog-auto-wire-type, verilog-insert-definition):
13725         Add verilog-auto-wire-type and AUTOLOGIC to support using
13726         SystemVerilog "logic" keyword instead of "wire"/"reg".
13727         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
13728         to declares outputs that also have assignments (presumably in an
13729         ifdef or generate if so there's not a driver conflict).
13730         Reported by Matthew Myers.
13731         (verilog-auto-declare-nettype, verilog-insert-definition):
13732         Add verilog-auto-declare-nettype to fix declarations using
13733         `default_nettype none.  Reported by Julian Gorfajn.
13734         (verilog-read-always-signals-recurse, verilog-read-decls)
13735         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
13736         malformed end statement, bug325.  Reported by Joshua Wise and
13737         Andrew Drake.
13738         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
13739         (verilog-inst-comment-re): Fix not deleting Interfaced comment
13740         when expanding .* in interfaces, bug320.
13741         Reported by Pierre-David Pfister.
13742         (verilog-read-module-name): Fix import statements between module
13743         name and open parenthesis, bug317.
13744         Reported by Pierre-David Pfister.
13745         (verilog-simplify-range-expression): Fix simplification of
13746         multiplications inside AUTOWIRE connections, bug303.
13747         (verilog-auto-inst-port): Support parameter expansion in
13748         multidimensional arrays.
13749         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
13750         after "assert property".  Reported by Julian Gorfajn.
13751         (verilog-simplify-range-expression): Fix "couldn't merge" errors
13752         with multiplication, bug303.
13753         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
13754         Reported by Jan Frode Lonnum.
13756 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
13758         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
13759         (hfy-shell-file-name, hfy-shell):
13760         * international/fontset.el (x-decompose-font-name): Fix typos.
13762 2011-11-29  Ken Brown  <kbrown@cornell.edu>
13764         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
13765         (gdb-version): Remove defvar.
13766         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
13767         (gdb-gud-context-command, gdb-non-stop-handler)
13768         (gdb-current-context-command, gdb-stopped): Use it.
13769         (gdb-init-1): Enable pretty printing here.
13770         (gdb-non-stop-handler): Don't enable pretty-printing here.
13771         Check to see if the target supports non-stop mode; if not, turn off
13772         non-stop mode.  Use the following.
13773         (gdb-check-target-async): New defun.
13774         (gud-watch, gdb-stopped): Fix whitespace.
13775         (gdb-get-source-file): Don't try to display the source file if
13776         `gdb-main-file' is nil.
13778 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13780         * align.el: Try to generate fewer markers (bug#10047).
13781         (align--set-marker): New macro.
13782         (align-region): Use it.
13784 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13786         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
13788 2011-11-29  Chong Yidong  <cyd@gnu.org>
13790         * indent.el (indent-for-tab-command, indent-according-to-mode):
13791         Doc fix.
13792         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
13794 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
13796         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
13797         aware of remote file names.  (Bug#10124)
13799 2011-11-29  Chong Yidong  <cyd@gnu.org>
13801         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
13803 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13805         * files.el (find-file): Don't use force-same-window (bug#10144).
13806         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
13807         use pop-to-buffer if the selected window can't be used.
13808         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
13810 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
13812         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
13813         special-mode-map.
13815 2011-11-28  Chong Yidong  <cyd@gnu.org>
13817         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
13819 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
13821         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
13822           gdb-get-source-file-list on gdb-create-source-file-list.
13824 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
13826         * whitespace.el (whitespace-newline): Use a different foreground
13827         color for 16-color light-background displays.
13829 2011-11-24  Chong Yidong  <cyd@gnu.org>
13831         * window.el (display-buffer--special-action): Doc fix.
13833 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
13835         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
13836         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
13837         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
13838         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
13839         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
13840         (avl-tree-stack-first):
13841         * emacs-lisp/cconv.el (cconv--analyse-use):
13842         * net/gnutls.el (gnutls-negotiate): Fix typos.
13844 2011-11-24  Glenn Morris  <rgm@gnu.org>
13846         * lpr.el (lpr-windows-system, lpr-lp-system):
13847         * mail/binhex.el (binhex-begin-line):
13848         * progmodes/grep.el (grep-history, grep-find-history):
13849         * textmodes/flyspell.el:
13850         * vc/pcvs-defs.el (cvs-global-menu):
13851         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
13852         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
13853         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
13855         * net/tls.el: Fix case of "GnuTLS".
13857         * paths.el (rmail-file-name): Format doc-string for make-docfile.
13859         * version.el (emacs-build-system): Give it a doc-string.
13861 2011-11-24  Juri Linkov  <juri@jurta.org>
13863         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
13865 2011-11-24  Glenn Morris  <rgm@gnu.org>
13867         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
13868         if called on a non-mime message just toggle the headers.  (Bug#8006)
13870 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
13872         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
13873         (allout-lead-with-comment-string, allout-structure-deleted-hook)
13874         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
13875         (allout-rebullet-heading, allout-open-sibtopic)
13876         (allout-toggle-current-subtree-encryption)
13877         (allout-toggle-subtree-encryption, allout-encrypt-string)
13878         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
13879         (allout-distinctive-bullets-string, allout-auto-activation):
13880         * window.el (window-normalize-buffer-to-display):
13881         * progmodes/verilog-mode.el (verilog-batch-indent):
13882         * textmodes/bibtex.el (bibtex-field-braces-opt)
13883         (bibtex-field-strings-opt):
13884         * vc/cvs-status.el (cvs-tree-merge):
13885         Fix typos.
13887 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
13889         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
13890         `non-essential' to t, in order to avoid remote connections.
13892 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
13894         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13895         On MS-DOS and MS-Windows, compare with loaddefs.el
13896         case-insensitively.
13898 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
13900         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
13902 2011-11-23  Glenn Morris  <rgm@gnu.org>
13904         * paths.el (rmail-file-name): Reformat the doc-string so that it
13905         is picked up.
13907         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
13908         (rmail-auto-file): Ignore case in the "special" field names,
13909         as mail-fetch-field does for all others.
13911         * mail/rmail.el (rmail-forward):
13912         * mail/rmailkwd.el (rmail-set-label):
13913         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
13914         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
13916         * mail/rmail.el (rmail-current-message): Doc fix.
13918         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
13920 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13922         * server.el (server-eval-and-print): Allow C-g (bug#6585).
13924 2011-11-22  Glenn Morris  <rgm@gnu.org>
13926         * mail/rmailmm.el (test-rmail-mime-handler)
13927         (test-rmail-mime-bulk-handler)
13928         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
13930 2011-11-21  Juri Linkov  <juri@jurta.org>
13932         * calc/calc.el (calc-read-key-sequence):
13933         Let-bind `input-method-function' to nil.  (Bug#10018)
13935 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13937         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
13938         Tell the caller that the next line needs recomputation, even
13939         though it doesn't start a sexp (bug#10094).
13941 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13943         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
13945 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13947         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13948         Use force-same-window.
13950 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
13952         * descr-text.el (describe-char-unicode-data):
13953         * json.el (json-string-escape):
13954         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
13955         (Footnote-unicode, Footnote-style-p):
13956         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
13958 2011-11-20  Chong Yidong  <cyd@gnu.org>
13960         * window.el (replace-buffer-in-windows): Restore interactive spec.
13962 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13964         * electric.el (electric-indent-mode): Fix last change (too optimistic).
13966         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
13967         (byte-compile-global-not-obsolete-vars): New var.
13968         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
13969         Use it.
13970         (byte-compile-warn-obsolete): Align text with the one in *Help*.
13972 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
13974         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
13975         * progmodes/pascal.el (electric-pascal-equal):
13976         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
13977         * xml.el (xml-substitute-special): Fix typos.
13979 2011-11-20  Glenn Morris  <rgm@gnu.org>
13981         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
13982         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
13983         Doc fixes.
13984         (rmail-decode-mime-charset): Mark as obsolete.
13986         * mail/rmailsum.el (rmail-message-regexp-p-1):
13987         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
13988         Before using mime functions, check they are set.  (Bug#10077)
13990 2011-11-19  Juri Linkov  <juri@jurta.org>
13992         * info.el (Info-finder-find-node): Use `package--builtins' instead
13993         of `package-alist'.  Use node names formed by the pattern "Keyword "
13994         and the keyword name.
13996 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
13998         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
14000 2011-11-19  Juri Linkov  <juri@jurta.org>
14002         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
14003         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
14004         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
14005         `old-history', `old-history-forward'.  Add let-binding
14006         `window-selected'.  Remove calls to `kill-buffer',
14007         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
14008         before calling `Info-find-node', so `Info-find-node-2' will reread
14009         the Info file.  Restore window positions only when `window-selected'
14010         is non-nil.
14012 2011-11-19  Juri Linkov  <juri@jurta.org>
14014         * isearch.el (isearch-lazy-highlight-new-loop):
14015         Remove condition `(not isearch-error)'.  (Bug#9918)
14017         * misearch.el (multi-isearch-search-fun): Add condition
14018         `(not bound)' to ignore lazy-highlighting search.
14019         Add the search-failed message "end of multi" when the end of
14020         multi-sequence is reached.  Uncapitalize the search-failed
14021         message "Repeat for next buffer".
14023         * info.el (Info-search): Add the search-failed message
14024         "end of the manual" when the end of the manual is reached
14025         in Isearch mode.
14027 2011-11-19  Juri Linkov  <juri@jurta.org>
14029         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
14030         Use non-destructive `remove' instead of `delete' because
14031         `Info-history-list' stored to `Info-isearch-initial-history-list' in
14032         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
14034 2011-11-19  Juri Linkov  <juri@jurta.org>
14036         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
14037         to nil instead of binding `search-ring' and `regexp-search-ring'.
14038         (Bug#9185)
14040 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
14042         * simple.el (line-move): Force movement by logical lines for any
14043         hscrolled window, not only when auto-hscroll-mode is on.
14044         (line-move-visual): Update doc string to that effect.  (Bug#10076)
14046 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
14048         * language/european.el (macintosh): Define as alias for mac-roman.
14050 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
14052         * mail/rmailmm.el (rmail-mime-display-header)
14053         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
14054         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
14055         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
14056         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
14057         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
14058         of a raw aref.
14059         (rmail-mime-entity-segment): To get past the tagline, move forward
14060         2 more lines, to account for the 2 empty lines that precede and
14061         follow the line with the buttons.
14062         (rmail-mime-update-tagline): Move one more line, to get past the
14063         empty line that follows the buttons in the tagline.  (Bug#9520)
14065 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
14067         * window.el (window-max-delta-1, window-min-delta-1)
14068         (window-min-size-1, window-state-get-1, window-state-put-1)
14069         (window-state-put-2): Use "window--" prefix.
14071 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14073         * emacs-lisp/smie.el: Improve warnings and conflict detection.
14074         (smie-warning-count): New var.
14075         (smie-set-prec2tab): Use it.
14076         (smie-bnf->prec2): Improve warnings.  Add docstring.
14077         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
14078         (smie-bnf--set-class): New function.
14079         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
14080         corner case.
14082         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
14083         (compilation-error-properties, compilation-move-to-column):
14084         Handle compilation-first-column while in the target buffer.
14086         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
14087         Don't hardcode point-min==1.
14089         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
14090         (eshell-rewrite-for-command): Remove workaround.
14091         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
14092         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
14093         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
14095         * files-x.el (modify-file-local-variable): Obey commenting conventions.
14097 2011-11-17  Glenn Morris  <rgm@gnu.org>
14099         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14100         Ignore buffer-local generated-autoload-file if it is the same
14101         as the global value.  (Bug#10049)
14103 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
14105         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
14106         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
14107         (reftex-toc-previous-heading, reftex-toc-max-level)
14108         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
14109         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
14110         (reftex-toc-do-promote, reftex-toc-promote-prepare)
14111         (reftex-toc-promote-action, reftex-toc-extract-section-number)
14112         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
14113         (reftex-toc-rename-label, reftex-toc-visit-location)
14114         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
14115         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
14116         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
14117         leaving "*toc*" only for references to the buffer.
14119 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
14121         * window.el (window-resize, delete-window, split-window):
14122         Replace window-splits by window-combination-resize.
14123         * cus-start.el (window-splits): Replace by window-combination-resize.
14125 2011-11-17  Glenn Morris  <rgm@gnu.org>
14127         * progmodes/sh-script.el (sh-font-lock-keywords-var):
14128         Make bash entry derive from sh entry, not shell entry.
14130 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
14132         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
14133         local file name.
14135 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
14137         * menu-bar.el (menu-bar-file-menu):
14138         * printing.el (pr-ps-utility):
14139         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
14140         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
14141         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
14142         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
14143         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
14144         (icalendar--convert-cyclic-to-ical)
14145         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
14146         (icalendar--convert-ical-to-diary)
14147         (icalendar--convert-recurring-to-diary)
14148         (icalendar--convert-non-recurring-all-day-to-diary)
14149         (icalendar-import-format-sample):
14150         * progmodes/idlw-shell.el (idlwave-shell-mode):
14151         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
14152         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
14153         (vhdl-ps-print-init): Fix typos.
14155 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
14157         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
14158         FSF and collapse date sequence, obscure author/maintainer email address
14159         better, remove extra version line, track relocation of author's webpage.
14161         * progmodes/python.el (python-pdbtrack-input-prompt)
14162         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
14163         regular python pdb prompts.  Adjustments shamelessly taken exactly as
14164         suggested in EmacsWiki page (tiny change):
14165         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
14167 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
14169         * expand.el (expand-pos, expand-index, expand-point):
14170         Remove redundant info from docstring.
14171         (expand-add-abbrevs): Doc fix.
14172         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
14173         (expand-sample-perl-mode-expand-list): Fix typos.
14175         * net/dbus.el (dbus-event-member-name):
14176         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
14177         * term/pc-win.el (msdos-create-frame-with-faces):
14178         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
14180 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
14182         * window.el (split-window, window-state-get-1)
14183         (window-state-put-1, window-state-put-2): Rename occurrences of
14184         window-nest to window-combination-limit.
14185         * cus-start.el (window-nest): Rename to window-combination-limit.
14187 2011-11-16  Chong Yidong  <cyd@gnu.org>
14189         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
14190         regexp (Bug#10033).
14192 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14194         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
14195         `completing-read' will remove *Completions* and will preserve
14196         current-buffer for us.
14197         (tmm-add-prompt): Users of *Completions* will always (re)set its
14198         major mode.
14199         (tmm-old-comp-map): Remove.
14201 2011-11-16  Glenn Morris  <rgm@gnu.org>
14203         * mail/rmailedit.el: Require rmailmm when compiling.
14204         (rmail-old-mime-state): New declaration.
14205         (rmail-edit-current-message): If editing a mime message,
14206         edit the "raw" message from the mbox buffer.
14207         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
14209 2011-11-15  Glenn Morris  <rgm@gnu.org>
14211         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
14212         which wasn't being used.  Add optional arg to force given state.
14213         (rmail-mime): Add optional arg to force given state.
14215 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
14217         * allout.el (allout-encryption-plaintext-sanitization-regexps):
14218         * frame.el (display-mm-dimensions-alist):
14219         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
14220         (outline-move-subtree-down):
14221         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
14222         (newsticker--treeview-do-get-node):
14223         * net/quickurl.el (quickurl-list-buffer-name):
14224         * progmodes/dcl-mode.el (dcl-mode):
14225         * progmodes/gdb-mi.el (gdb-mapcar*):
14226         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
14228 2011-11-15  Glenn Morris  <rgm@gnu.org>
14230         * mail/rmail.el (rmail-file-coding-system): It's only ever used
14231         in a boolean sense, so just make it a boolean, and fix the doc.
14232         (rmail-show-mime-function, rmail-mime-feature)
14233         (rmail-require-mime-maybe): Doc fixes.
14234         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
14236         * mail/rmailmm.el (rmail-show-mime): Doc fix.
14238 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
14240         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
14241         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
14242         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
14243         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
14245 2011-11-15  Glenn Morris  <rgm@gnu.org>
14247         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
14248         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
14249         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
14250         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
14251         (rmail-mime, rmail-show-mime): Doc fixes.
14253         * term/ns-win.el (mode-line-frame-identification):
14254         Leave it alone.  (Bug#10051)
14256         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
14258         * mail/rmailout.el (rmail-output-to-rmail-buffer):
14259         Handle empty buffers.  (Bug#9978)
14261 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
14263         * international/mule.el (define-charset):
14264         * mail/rmailmm.el (rmail-mime-find-header-encoding):
14265         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
14266         * progmodes/verilog-mode.el (verilog-backward-token):
14267         * textmodes/ispell.el (lookup-words):
14268         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
14270 2011-11-14  Glenn Morris  <rgm@gnu.org>
14272         * progmodes/executable.el
14273         (executable-make-buffer-file-executable-if-script-p):
14274         Handle file-modes returning nil.
14276         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
14277         message - not necessary, and causes problems.  (Bug#9831)
14279         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
14281         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
14283         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
14284         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
14285         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
14287 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
14289         * window.el (window-resize, delete-window): Use window-splits
14290         variable instead of function.
14291         (window-state-get-1, window-state-put-2, window-state-put):
14292         Don't deal with windows' splits status.
14294 2011-11-12  Glenn Morris  <rgm@gnu.org>
14296         * apropos.el (apropos-do-all, apropos-library, apropos-value)
14297         (apropos-documentation): Doc fixes.
14299 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
14301         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
14302         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
14304 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14306         * electric.el (electric-indent-post-self-insert-function): Make it
14307         possible for a char to only indent in some circumstances.
14308         (electric-indent-mode): Simplify.
14310 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
14312         * window.el (windows-with-parameter): Remove unused function.
14313         (windows-at-side): Rename to window-at-side-list.
14314         (window-check, window-atom-check, window-atom-check-1)
14315         (window-side-check, window-size-ignore, window-size-fixed-1)
14316         (window-in-direction-2): Prefix with "window--".
14317         (window-tree-1): Rename to window--subtree, fix doc-string.
14319 2011-11-11  Glenn Morris  <rgm@gnu.org>
14321         * subr.el (eval-after-load): If FILE is already loaded,
14322         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
14324 2011-11-10  Glenn Morris  <rgm@gnu.org>
14326         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
14327         Call svn via vc-svn-command rather than vc-do-command.
14328         (vc-svn-command): Add --non-interactive.  (Bug#9993)
14329         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
14331         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14332         Add toggle-read-only.  (Bug#7292)
14333         * files.el (toggle-read-only): Mention that it should only
14334         be used interactively.  (Bug#10006)
14336 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14338         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14339         Adjust regexp for OCaml warnings.
14341         * electric.el (electric-pair-post-self-insert-function): Let user
14342         turn it off buffer-locally (bug#9932).
14344         * progmodes/python.el (python-beginning-of-statement):
14345         Rewrite (bug#2703).
14347         * progmodes/compile.el: Better handle TABs (bug#9749).
14348         (compilation-internal-error-properties)
14349         (compilation-next-error-function): Obey the target buffer's
14350         compilation-error-screen-columns.
14352 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
14354         * progmodes/meta-mode.el: Remove obsolete comments.
14355         (meta-right-comment-regexp, meta-ignore-comment-regexp):
14356         Fix typos in docstrings.
14358 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
14360         * window.el (window-size-fixed-p): Rewrite doc-string.
14361         (window-resizable-p): Rename to window--resizable-p.  Update callers.
14362         (window--resizable): New function.  Make all callers of
14363         window-resizable call window--resizable instead.
14364         (window-resizable): Rewrite in terms of window--resizable.
14366 2011-11-08  Glenn Morris  <rgm@gnu.org>
14368         * progmodes/delphi.el (delphi-mode-syntax-table):
14369         Let define-derived-mode define a proper syntax table.  (Bug#9994)
14371 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14373         * window.el: Stay away from defsubst.
14374         (window-list-no-nils): Remove.
14375         (window-state-get-1, window-state-get): Use backquote instead.
14377 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14379         * emacs-lisp/find-func.el (find-function-read):
14380         Fix incorrect use of default argument in `completing-read'.
14382 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
14384         * window.el (display-buffer-function, special-display-function):
14385         Mention display-buffer-record-window but do not mention
14386         help-setup parameter in doc-strings.
14387         (window-min-delta): Fix doc-string typo.
14389 2011-11-08  Chong Yidong  <cyd@gnu.org>
14391         * window.el (window-total-height, window-total-width): Doc fix.
14392         (window-body-size): Move from C.
14393         (window-body-height, window-body-width): Move to C.
14395 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14397         * window.el: Make special-display like display-buffer-alist (bug#9532).
14398         (display-buffer--special-action): New function, morphed
14399         from display-buffer--special.
14400         (display-buffer): Use it to handle special-display-buffers at higher
14401         priority (just after display-buffer-alist).
14402         (display-buffer-fallback-action, display-buffer--other-frame-action)
14403         (pop-to-buffer-same-window): Remove display-buffer--special.
14405 2011-11-07  Glenn Morris  <rgm@gnu.org>
14407         * calendar/cal-menu.el (cal-menu-set-date-title):
14408         Do nothing if not in a calendar.  (Bug#9976)
14410 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14412         * files.el (find-file): Always use selected-window.
14414 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
14416         * window.el (window-combinations): Make WINDOW argument
14417         mandatory.  Rewrite doc-string.
14418         (walk-window-subtree, window-atom-check, window-min-delta)
14419         (window-max-delta, window--resize-this-window)
14420         (window--resize-root-window-vertically, window-tree)
14421         (balance-windows, window-state-put): Rewrite doc-strings as to
14422         not mention the term "subwindow".
14423         (window--resize-subwindows-skip-p): Rename to
14424         window--resize-child-windows-skip-p.
14425         (window--resize-subwindows-normal): Rename to
14426         window--resize-child-windows-normal.
14427         (window--resize-subwindows): Rename to
14428         window--resize-child-windows.
14429         (window-or-subwindow-p): Rename to window--in-subtree-p.
14431 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
14433         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
14434         Ensure that mbox format messages end in two newlines (Bug#9974).
14436 2011-11-06  Chong Yidong  <cyd@gnu.org>
14438         * window.el (window-combination-p): Function deleted; its
14439         side-effect is not used in any existing code.
14440         (window-combinations, window-combined-p): Call window-*-child
14441         directly.
14443 2011-11-05  Chong Yidong  <cyd@gnu.org>
14445         * window.el (window-valid-p): Rename from window-any-p.
14446         (window-size-ignore, window-state-get): Callers changed.
14447         (window-normalize-window): Rename from window-normalize-any-window.
14448         New arg LIVE-ONLY, replacing window-normalize-live-window.
14449         (window-normalize-live-window): Delete.
14450         (window-combination-p, window-combined-p, window-combinations)
14451         (walk-window-subtree, window-atom-root, window-min-size)
14452         (window-sizable, window-sizable-p, window-size-fixed-p)
14453         (window-min-delta, window-max-delta, window-resizable)
14454         (window-resizable-p, window-full-height-p, window-full-width-p)
14455         (window-current-scroll-bars, window-point-1, set-window-point-1)
14456         (window-at-side-p, window-in-direction, window-resize)
14457         (adjust-window-trailing-edge, maximize-window, minimize-window)
14458         (window-deletable-p, delete-window, delete-other-windows)
14459         (record-window-buffer, unrecord-window-buffer)
14460         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
14461         (quit-window, split-window, window-state-put)
14462         (set-window-text-height, fit-window-to-buffer)
14463         (shrink-window-if-larger-than-buffer): Callers changed.
14465 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
14467         * mail/rmail.el (rmail-simplified-subject): Decode subject with
14468         rfc2047-decode-string.
14469         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
14470         warnings.
14472         * window.el (window-body-height, window-body-width): Mention in
14473         the doc string that the return values are in frame's canonical
14474         units.  (Bug#9949)
14476 2011-11-03  Alan Mackenzie  <acm@muc.de>
14478         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
14479         change in cc-engine.el.
14481 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14483         * window.el (switch-to-buffer): Use `force-same-window' interactively.
14485 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
14487         * window.el (quit-window): Call unrecord-window-buffer after
14488         showing another buffer in the window.  (Bug#9937)
14489         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
14491 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
14493         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
14494         Accept status with more than 9 shelves.  (Bug#9935)
14495         Reported by Colin D Bennett <colin@gibibit.com>.
14497 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
14499         * help.el (with-help-window): Don't reference
14500         temp-buffer-show-specifiers in doc-string.
14502 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
14504         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
14505         menu-item.
14507 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14509         * whitespace.el: New version 13.2.2.
14510         (whitespace-newline-mode): Disable properly.  Reported by Sarah
14511         <EmacsWiki>.
14513 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
14515         * net/newst-treeview.el: Remove "Time-stamp".
14516         (newsticker--group-manage-orphan-feeds): Do not call
14517         newsticker--treeview-tree-update.
14518         (newsticker-treeview-update, newsticker-treeview):
14519         Call newsticker--treeview-tree-update if necessary.
14521 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
14523         * window.el (window-iso-combination-p, window-iso-combined-p)
14524         (window-iso-combinations): Remove "iso-" infix.
14525         Suggested by Chong Yidong.
14526         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
14527         (window-max-delta-1, window-resize, window--resize-siblings)
14528         (window--resize-this-window, adjust-window-trailing-edge)
14529         (split-window, balance-windows-1)
14530         (shrink-window-if-larger-than-buffer):
14531         * calendar/calendar.el (calendar-generate-window):
14532         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
14534 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14536         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
14537         in place (bug#9907).
14538         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
14539         (eshell-rewrite-if-command, eshell-rewrite-for-command)
14540         (eshell-structure-basic-command, eshell-rewrite-while-command)
14541         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
14542         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
14543         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
14544         (eshell-do-pipelines-synchronously, eshell-eval-command):
14545         Use backquotes and prefer setq to set.
14546         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
14547         (eshell-macrop): Use functionp.
14548         (eshell-do-eval): Handle multiple expressions in `while' body.
14550 2011-10-30  Chong Yidong  <cyd@gnu.org>
14552         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
14553         instead of set-mark (Bug#9810).
14555 2011-10-30  Chong Yidong  <cyd@gnu.org>
14557         * window.el (split-window-below, split-window-right): Rename from
14558         split-window-above-each-other and split-window-side-by-side
14559         respectively.  All callers changed.
14560         (split-window-sensibly, split-window-sensibly): Use them.
14561         (split-window-keep-point): Doc fix.
14563         * isearch.el: Add isearch-scroll property to split-window-below
14564         and split-window-right.
14566         * follow.el (follow-mode):
14567         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
14568         * progmodes/ada-xref.el (ada-gdb-application):
14569         * emulation/vip.el (vip-buffer-in-two-windows):
14570         * image-dired.el (image-dired-dired-with-window-configuration):
14571         * dired-x.el (dired-do-find-marked-files):
14572         * dired.el (dired-pop-to-buffer):
14573         * bs.el (bs--show-with-configuration):
14574         * vc/emerge.el (emerge-setup-windows):
14575         * textmodes/two-column.el (2C-two-columns):
14576         * textmodes/reftex-toc.el (reftex-toc):
14577         * progmodes/gdb-mi.el (gdb-setup-windows):
14578         * progmodes/fortran.el (fortran-window-create):
14579         * net/newst-treeview.el (newsticker--treeview-window-init):
14580         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
14581         * emulation/tpu-edt.el (tpu-gold-map):
14582         * emulation/crisp.el (crisp-mode-map):
14583         * calendar/calendar.el (calendar-basic-setup): Callers changed.
14585 2011-10-29  Chong Yidong  <cyd@gnu.org>
14587         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
14589         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
14591         * textmodes/flyspell.el (flyspell-word): Fix char offset for
14592         forged Ispell output (Bug#7904).
14594         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
14596 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14598         * doc-view.el: Avoid ugly errors about not finding nil.
14599         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
14600         (doc-view-dvipdf-program, doc-view-unoconv-program)
14601         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
14602         Avoid nil or absolute file name as default value.
14603         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
14605 2011-10-28  Alan Mackenzie  <acm@muc.de>
14607         * progmodes/cc-defs.el (c-version): -> 5.32.2.
14609 2011-10-28  Alan Mackenzie  <acm@muc.de>
14611         Amend the handling of c-beginning/end-of-defun in nested declaration
14612         scopes.
14614         * progmodes/cc-vars.el (c-defun-tactic): Move here from
14615         cc-langs.el.  Change it to a defcustom.
14617         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
14618         cc-vars.el.
14620         * progmodes/cc-engine.el (c-beginning-of-statement-1):
14621         Prevent "class foo : bar" being spuriously recognized as a label.
14623         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
14624         Add parameter `inclusive' (to include enclosing braces in the region).
14625         (c-widen-to-enclosing-decl-scope): New function.
14626         (c-while-widening-to-decl-block): New macro.
14627         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
14628         outward for defun boundaries, and correspondingly change symbol
14629         `respect-enclosure' to `go-outward'.
14630         (c-declaration-limits): Change algorithm to report only the "innermost"
14631         defun's boundaries.
14633 2011-10-28  Deniz Dogan  <deniz@dogan.se>
14635         * net/rcirc.el (rcirc-mode): Use hard newlines.
14637 2011-10-28  Alan Mackenzie  <acm@muc.de>
14639         Amend to indent and fontify macros "which include their own semicolon"
14640         correctly, using the "virtual semicolon" mechanism.
14642         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
14644         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14645         Recode to scan one line at a time rather than having \n and \r
14646         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
14647         (c-forward-label): Amend for virtual semicolons.
14648         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
14650         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
14651         of the new C macros.
14653         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
14654         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
14655         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
14656         (c-opt-cpp-macro-define): Make into a full language variable.
14657         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
14658         AWK Mode (including \n, \r) removed, no longer needed.
14660         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
14661         Invoke c-make-macro-with-semi-re.
14663         * progmodes/cc-vars.el (c-macro-with-semi-re):
14664         (c-macro-names-with-semicolon): New variables.
14665         (c-make-macro-with-semi-re): New function.
14667 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14669         * vc/log-edit.el: Fill empty field rather than adding new one.
14670         (log-edit-add-field): New function.
14671         (log-edit-insert-changelog): Use it.
14673 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
14675         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
14677 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14679         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
14680         (gdb--check-interpreter): New function.
14681         (gdb): Use it.
14683 2011-10-27  Glenn Morris  <rgm@gnu.org>
14685         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
14686         (least-positive-float, least-negative-float)
14687         (least-positive-normalized-float, least-negative-normalized-float)
14688         (float-epsilon, float-negative-epsilon):
14689         Remove unnecessary declarations.
14691         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
14692         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
14693         (least-positive-float, least-negative-float)
14694         (least-positive-normalized-float, least-negative-normalized-float)
14695         (float-epsilon, float-negative-epsilon): Add doc-strings,
14696         based on those in cl.texi.
14698         * files.el (set-visited-file-name): If the major-mode changed,
14699         reload the local variables.  (Bug#9796)
14701 2011-10-27  Chong Yidong  <cyd@gnu.org>
14703         * subr.el (change-major-mode-after-body-hook): New hook.
14704         (run-mode-hooks): Run it.
14706         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14707         Use change-major-mode-before-body-hook.
14709         * simple.el (fundamental-mode):
14710         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
14711         change introducing fundamental-mode-hook.
14713 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
14715         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
14717 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
14719         * ido.el (ido-file-name-all-completions-1): Do not require
14720         tramp.el explicitly.  (Bug#7583)
14722 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14724         * progmodes/octave-mod.el:
14725         * progmodes/octave-inf.el: Update maintainer.
14727 2011-10-26  Chong Yidong  <cyd@gnu.org>
14729         * subr.el (with-wrapper-hook): Rewrite doc.
14731 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
14733         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
14734         filenames "/method:foo:".  (Bug#9793)
14736 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14738         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
14739         (bug#9865).
14741 2011-10-24  Glenn Morris  <rgm@gnu.org>
14743         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
14745 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
14747         * notifications.el: Add the requirement of a running D-Bus session
14748         bus to the Commentary.
14750 2011-10-24  Juri Linkov  <juri@jurta.org>
14752         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14753         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
14754         (Bug#9364)
14756 2011-10-24  Juri Linkov  <juri@jurta.org>
14758         * info.el (Info-following-node-name-re): Add newline to the list
14759         of allowed characters for leading space.  (Bug#9824)
14761 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14763         * progmodes/octave-inf.el (inferior-octave-mode-map):
14764         Fix C-c C-h binding.
14765         * progmodes/octave-mod.el (octave-help): Remove.
14767 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
14769         Sync with Tramp 2.2.3.
14771         * net/tramp-cache.el (top): Pacify byte-compiler using
14772         `init-file-user' and `site-run-file'.
14774         * net/trampver.el: Update release number.
14776 2011-10-23  Chong Yidong  <cyd@gnu.org>
14778         * files.el (toggle-read-only): Remove obsolete comment about
14779         version control.
14781         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
14782         for toggle-read-only.  Note that this hasn't called vc-next-action
14783         since 2008-05-02, though it wasn't documented at the time.
14785         * vc/ediff-init.el (ediff-toggle-read-only-function):
14786         Use toggle-read-only.
14788 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
14790         Fix bug #9560, sporadic wrong indentation; improve instrumentation
14791         of c-parse-state.
14793         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
14794         correct faulty logical expression.
14795         (c-parse-state-state, c-record-parse-state-state):
14796         (c-replay-parse-state-state): New defvar/defuns.
14797         (c-debug-parse-state): Use new functions.
14799 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
14801         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
14802         last fix.  Use window-in-direction correctly.
14804 2011-10-21  Chong Yidong  <cyd@gnu.org>
14806         * progmodes/idlwave.el (idlwave-mode):
14807         * progmodes/vera-mode.el (vera-mode): No need to set
14808         require-final-newline; that's done in prog-mode.
14809         Suggested by Stefan Monnier.
14811 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
14813         * mouse.el (mouse-drag-window-above)
14814         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
14815         (mouse-drag-mode-line-1, mouse-drag-header-line)
14816         (mouse-drag-vertical-line-rightward-window): Remove.
14817         (mouse-drag-line): New function.
14818         (mouse-drag-mode-line, mouse-drag-header-line)
14819         (mouse-drag-vertical-line): Call mouse-drag-line.
14820         * window.el (window-at-side-p, windows-at-side): New functions.
14822 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
14824         * tar-mode.el (tar-grind-file-mode):
14825         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
14827 2011-10-21  Chong Yidong  <cyd@gnu.org>
14829         * progmodes/idlwave.el (idlwave-mode):
14830         * progmodes/vera-mode.el (vera-mode):
14831         Use mode-require-final-newline.
14833 2011-10-20  Glenn Morris  <rgm@gnu.org>
14835         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
14837 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
14839         * emulation/cua-base.el (cua-set-mark): Fix case of string.
14841 2011-10-20  Chong Yidong  <cyd@gnu.org>
14843         * emulation/cua-base.el (cua-mode):
14844         * mail/footnote.el (footnote-mode):
14845         * mail/mailabbrev.el (mail-abbrevs-mode):
14846         * net/xesam.el (xesam-minor-mode):
14847         * progmodes/bug-reference.el (bug-reference-mode):
14848         * progmodes/cap-words.el (capitalized-words-mode):
14849         * progmodes/compile.el (compilation-minor-mode)
14850         (compilation-shell-minor-mode):
14851         * progmodes/gud.el (gud-tooltip-mode):
14852         * progmodes/hideif.el (hide-ifdef-mode):
14853         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14854         * progmodes/subword.el (subword-mode):
14855         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14856         * progmodes/which-func.el (which-function-mode):
14857         * term/tvi970.el (tvi970-set-keypad-mode):
14858         * term/vt100.el (vt100-wide-mode):
14859         * textmodes/flyspell.el (flyspell-mode):
14860         * textmodes/ispell.el (ispell-minor-mode):
14861         * textmodes/nroff-mode.el (nroff-electric-mode):
14862         * textmodes/paragraphs.el (use-hard-newlines):
14863         * textmodes/refill.el (refill-mode):
14864         * textmodes/reftex.el (reftex-mode):
14865         * textmodes/rst.el (rst-minor-mode):
14866         * textmodes/sgml-mode.el (html-autoview-mode)
14867         (sgml-electric-tag-pair-mode):
14868         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
14869         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
14870         * emulation/crisp.el (crisp-mode):
14871         * emacs-lisp/eldoc.el (eldoc-mode):
14872         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
14873         minor mode behavior.
14875 2011-10-19  Juri Linkov  <juri@jurta.org>
14877         * descr-text.el (describe-char): Add #x2010 and #x2011 to
14878         the list of hard-coded chars with escape-glyph face.
14880 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14882         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
14884 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
14886         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
14887         running process.
14889 2011-10-19  Glenn Morris  <rgm@gnu.org>
14891         * vc/vc-bzr.el (vc-bzr-after-dir-status):
14892         Ignore ignored files.  (Bug#9726)
14894 2011-10-19  Chong Yidong  <cyd@gnu.org>
14896         Doc fix for minor modes, stating that an omitted argument enables
14897         the mode unconditionally when called from Lisp.
14899         * abbrev.el (abbrev-mode):
14900         * allout.el (allout-mode):
14901         * autoinsert.el (auto-insert-mode):
14902         * autoarg.el (autoarg-mode, autoarg-kp-mode):
14903         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14904         (global-auto-revert-mode):
14905         * battery.el (display-battery-mode):
14906         * composite.el (global-auto-composition-mode)
14907         (auto-composition-mode):
14908         * delsel.el (delete-selection-mode):
14909         * desktop.el (desktop-save-mode):
14910         * dired-x.el (dired-omit-mode):
14911         * dirtrack.el (dirtrack-mode):
14912         * doc-view.el (doc-view-minor-mode):
14913         * double.el (double-mode):
14914         * electric.el (electric-indent-mode, electric-pair-mode):
14915         * emacs-lock.el (emacs-lock-mode):
14916         * epa-hook.el (auto-encryption-mode):
14917         * follow.el (follow-mode):
14918         * font-core.el (font-lock-mode):
14919         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
14920         * help.el (temp-buffer-resize-mode):
14921         * hilit-chg.el (highlight-changes-mode)
14922         (highlight-changes-visible-mode):
14923         * hi-lock.el (hi-lock-mode):
14924         * hl-line.el (hl-line-mode, global-hl-line-mode):
14925         * icomplete.el (icomplete-mode):
14926         * ido.el (ido-everywhere):
14927         * image-file.el (auto-image-file-mode):
14928         * image-mode.el (image-minor-mode):
14929         * iswitchb.el (iswitchb-mode):
14930         * jka-cmpr-hook.el (auto-compression-mode):
14931         * linum.el (linum-mode):
14932         * longlines.el (longlines-mode):
14933         * master.el (master-mode):
14934         * mb-depth.el (minibuffer-depth-indicate-mode):
14935         * menu-bar.el (menu-bar-mode):
14936         * minibuf-eldef.el (minibuffer-electric-default-mode):
14937         * mouse-sel.el (mouse-sel-mode):
14938         * msb.el (msb-mode):
14939         * mwheel.el (mouse-wheel-mode):
14940         * outline.el (outline-minor-mode):
14941         * paren.el (show-paren-mode):
14942         * recentf.el (recentf-mode):
14943         * reveal.el (reveal-mode, global-reveal-mode):
14944         * rfn-eshadow.el (file-name-shadow-mode):
14945         * ruler-mode.el (ruler-mode):
14946         * savehist.el (savehist-mode):
14947         * scroll-all.el (scroll-all-mode):
14948         * scroll-bar.el (scroll-bar-mode):
14949         * server.el (server-mode):
14950         * shell.el (shell-dirtrack-mode):
14951         * simple.el (auto-fill-mode, transient-mark-mode)
14952         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
14953         (line-number-mode, column-number-mode, size-indication-mode)
14954         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
14955         * strokes.el (strokes-mode):
14956         * time.el (display-time-mode):
14957         * t-mouse.el (gpm-mouse-mode):
14958         * tool-bar.el (tool-bar-mode):
14959         * tooltip.el (tooltip-mode):
14960         * type-break.el (type-break-mode-line-message-mode)
14961         (type-break-query-mode):
14962         * view.el (view-mode):
14963         * whitespace.el (whitespace-mode, whitespace-newline-mode)
14964         (global-whitespace-mode, global-whitespace-newline-mode):
14965         * xt-mouse.el (xterm-mouse-mode): Doc fix.
14967         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14968         Fix autogenerated docstring.
14970 2011-10-19  Juri Linkov  <juri@jurta.org>
14972         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
14973         by checking environment variables "DESKTOP_SESSION" and
14974         "XDG_CURRENT_DESKTOP".  (Bug#9779)
14976 2011-10-19  Juri Linkov  <juri@jurta.org>
14978         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
14979         (browse-url-chromium-program, browse-url-chromium-arguments):
14980         New defcustoms.
14981         (browse-url-default-browser): Check for `browse-url-chromium' and
14982         call `browse-url-chromium-program'.
14983         (browse-url-chromium): New command.  (Bug#9779)
14985 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
14987         * facemenu.el (list-colors-duplicates): On Windows, detect more
14988         duplicates by assuming that only colors matching "^System" are
14989         special "system colors".  (Bug#9722)
14991 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14993         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
14994         to distinguish the author from the committer.
14996 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
14998         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
15000 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
15002         * international/mule.el (sgml-html-meta-auto-coding-function):
15003         Add support for detecting encoding in HTML5 specified only as
15004         <meta charset="UTF-8">.  Implementation just makes http-equiv and
15005         content-type parts from HTML4 encoding string optional.  (Bug#9716)
15007 2011-10-18  Glenn Morris  <rgm@gnu.org>
15009         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
15011 2011-10-18  Chong Yidong  <cyd@gnu.org>
15013         * faces.el (cursor): Doc fix.
15015 2011-10-17  Chong Yidong  <cyd@gnu.org>
15017         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
15019 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
15021         * dirtrack.el (dirtrack): Support shell buffers with path
15022         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
15024 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
15026         * json.el: Bump version to 1.3 and note change in History.
15027         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
15029 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15031         * comint.el (comint-insert-input, comint-send-input)
15032         (comint-get-old-input-default, comint-backward-matching-input)
15033         (comint-next-prompt): Use nil instead of `input' for field property of
15034         past user input (bug#114).
15036         * minibuffer.el (completion--replace): Inherit surrounding properties
15037         (bug#114).
15038         (minibuffer-complete-and-exit): Use it.
15040         * comint.el (comint--table-subvert): Quote the all-completions output
15041         (bug#9160).
15043 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
15045         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
15047         * menu-bar.el (menu-bar-file-menu): Add entry for making new
15048         window on right of selected.  (Bug#9350) Reword other window
15049         entries and separate them from frame entries.
15051 2011-10-15  Glenn Morris  <rgm@gnu.org>
15053         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
15054         Doc fixes.
15056 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
15058         * net/network-stream.el (network-stream-open-starttls):
15059         Improve detection of failure due to lack of TLS support.
15061         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
15062         putting the input text in front and in bold.
15064 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15066         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
15068         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
15069         empty buffer.
15071         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
15072         unread-command-events rather than pushing yet-another event.
15074 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
15076         * mail/sendmail.el (sendmail-query-once): Improve the wording of
15077         the explanation of the possible choices.  Make the options passed
15078         to completing-read shorter.
15080 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15082         * textmodes/flyspell.el (flyspell-large-region): Make sure
15083         extended character mode is used if defined (Bug#1339).
15085 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
15087         * simple.el (what-cursor-position): Fix the display of the
15088         character info for LRE, LRO, RLE, and RLO characters by appending
15089         an invisible PDF.
15091 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15093         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
15094         even in case of error; add debug spec; simplify data flow.
15095         (with-timeout-handler): Remove.
15097 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
15099         Fix Bug#6019, Bug#9315.
15101         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
15102         complete `buffer-file-name', the local file name part could look
15103         remotely (for example on VMS).
15105         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
15106         `tramp-run-real-handler'.
15107         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
15108         already quoted by '"'.
15110         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
15111         Let `file-name-handler-alist' be nil, the local file name part
15112         could look remotely (for example on VMS).
15114 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15116         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
15117         from here...
15118         (flyspell-post-command-hook): ...to here.
15120 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15122         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
15123         if not needed.
15124         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
15125         using completion.  Protect against "slow" callers.
15126         Remove the "message hack".
15128 2011-10-11  Juri Linkov  <juri@jurta.org>
15130         * isearch.el (isearch-lazy-highlight-word): New variable.
15131         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
15132         Use it.  (Bug#9727)
15134 2011-10-11  Glenn Morris  <rgm@gnu.org>
15136         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
15137         like f90-previous-statement does.
15139 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15141         * eshell/eshell.el (eshell-command): History should be saved
15142         only in interactive use, to avoid error.
15144 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15146         * minibuffer.el (completion-file-name-table): Fix last change,
15147         i.e. ignore normal errors but not the other ones.
15149 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
15151         * window.el (special-display-buffer-names)
15152         (special-display-regexps): Remove some remnants of earlier
15153         changes from doc-strings.
15154         (quit-windows-on): New function.
15156         * vc/vc.el (vc-revert, vc-rollback):
15157         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
15158         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
15159         (Bug#6183) (Bug#7074) (Bug#7447)
15161 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
15163         * window.el (frame-auto-hide-function): Add version tag.
15164         (Bug#9699)
15166 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
15168         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
15169         condition.
15171 2011-10-09  Leo Liu  <sdl.web@gmail.com>
15173         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
15174         (Bug#9701)
15176 2011-10-08  Glenn Morris  <rgm@gnu.org>
15178         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
15179         before the first code statement zero indent.  (Bug#9690)
15181 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
15183         * simple.el (count-words-region): Always count in the region.
15184         Report the number of lines and characters too.
15185         (count-words): New command, which counts in the buffer if the
15186         region is inactive, as count-words-region used to.
15187         (count-words--message): New function.  Handle plurals.
15188         (count-lines-region): Make it an alias for count-words-region.
15190         * bindings.el (esc-map): Replace count-lines-region with
15191         count-words-region.
15193 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
15195         * window.el (window--delete): Delete dedicated frame
15196         unconditionally when argument KILL is non-nil.  (Bug#9699)
15197         (switch-to-buffer): Fix doc-string typo.
15199 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15201         * eshell/eshell.el (eshell-command): Avoid using hooks.
15203 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
15205         * bindings.el ([M-left],[M-right]): Bind to left-word and
15206         right-word respectively.
15208 2011-10-07  Glenn Morris  <rgm@gnu.org>
15210         * cus-start.el (debug-on-quit): Fix custom type.
15212 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15214         * subr.el (define-key-after): Clarify that the function is not
15215         useful for non-menu keymaps.
15217         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
15219 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15221         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
15222         in current minibuffer (Fix bug with recursive minibuffers).
15224 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
15226         * progmodes/gdb-mi.el (gdb): Doc fix.
15228 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
15230         * window.el (frame-auto-hide-function): New option replacing
15231         frame-auto-delete.  Suggested by Stefan Monnier.
15232         (window--delete): Call frame-auto-hide-function instead of
15233         investigating frame-auto-delete.
15234         (window-point-1, set-window-point-1): New functions.
15235         (window-in-direction, record-window-buffer, window-state-get-1)
15236         (display-buffer-record-window): Use window-point-1 instead of
15237         window-point.
15238         (set-window-buffer-start-and-point): Use set-window-point-1.
15240 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15242         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
15244 2011-10-05  Glenn Morris  <rgm@gnu.org>
15246         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
15247         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
15249 2011-10-05  Leo Liu  <sdl.web@gmail.com>
15251         * subr.el (read-char-choice): Fix argument to buffer-live-p which
15252         works with buffer object.
15254 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15256         * mpc.el (mpc-tool-bar-map): Add labels.
15258 2011-10-04  Glenn Morris  <rgm@gnu.org>
15260         * calendar/holidays.el (calendar-check-holidays): Doc fix.
15262 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
15264         * window.el (window--delete): New function.
15265         (frame-auto-delete): Resuscitate option.
15266         (bury-buffer, replace-buffer-in-windows)
15267         (quit-window): Rewrite using window--delete.
15268         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15269         Pass display-buffer-mark-dedicated to window--display-buffer-2
15270         (Bug#9639).
15272 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15274         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
15275         returns a list (bug#9554).  Add remote file name completion.
15276         * comint.el (comint--table-subvert): Curry and get quote&unquote
15277         functions as arguments.
15278         (comint--complete-file-name-data): Adjust call accordingly.
15279         * pcomplete.el (pcomplete--table-subvert): Remove.
15280         (pcomplete-completions-at-point): Use comint--table-subvert instead.
15282         * minibuffer.el (completion-table-case-fold): Use currying.
15283         (completion--styles-type, completion--cycling-threshold-type):
15284         New constants.
15285         (completion-styles, completion-category-overrides)
15286         (completion-cycle-threshold): Use them.
15287         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
15288         completion-table-case-fold.
15290 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
15292         * minibuffer.el (completion-category-overrides): Fix type of styles
15293         and add more user friendly tags (bug#9660).
15295 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15297         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
15298         (mule-input-method-string): New widget.
15299         (default-input-method, language-info-custom-alist): Use it.
15301 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15303         * pcomplete.el: Require comint.
15304         (pcomplete--common-suffix): Remove.
15305         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
15306         (pcomplete--table-subvert): Sync with comint--table-subvert.
15307         (pcomplete--entries): Use comint-completion-file-name-table.
15308         * comint.el (comint-unquote-filename): Simplify.
15309         (comint-completion-file-name-table): New function (bug#9616).
15310         (comint--complete-file-name-data): Use it.
15312         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
15313         (pcmpl-gnu-tar-buffer): Remove.
15314         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
15315         around.  Make sure pcomplete-suffix-list is only changed temporarily.
15316         Don't look inside the tar's file if it's too large.
15318 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
15320         * cus-edit.el (custom-mode-map):
15321         * epa.el (epa-key-list-mode-map):
15322         * man.el (Man-mode-map):
15323         * startup.el (splash-screen-keymap):
15324         * simple.el (special-mode-map): Use scroll-up-command and
15325         scroll-down-command.
15327         * progmodes/idlw-help.el (idlwave-help-mode-map):
15328         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
15329         * net/newst-plainview.el (newsticker-mode-map):
15330         * emulation/ws-mode.el (wordstar-mode-map):
15331         * emulation/vi.el (vi-com-map):
15332         * calc/calc-graph.el (calc-graph-show-dumb):
15333         * term/sun.el (terminal-init-sun):
15334         * term/ns-win.el (global-map):
15335         * progmodes/grep.el (grep-mode-map):
15336         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
15337         * mail/rmail.el (rmail-mode-map):
15338         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
15340         * custom.el (custom-safe-themes, load-theme): Treat value of t for
15341         custom-safe-themes as special.
15343 2011-10-01  Julien Danjou  <julien@danjou.info>
15345         * notifications.el (notifications-notify): Fix docstring.
15347 2011-10-01  Per Starbäck  <per@starback.se>
15349         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
15351 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
15353         * startup.el (command-line-1): Fix last fix by inserting
15354         initial-scratch-message into *scratch* before displaying it.
15355         (Bug#9605) and (Bug#9636)
15357 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
15359         * simple.el (line-move): If auto-hscroll-mode is disabled and the
15360         window is hscrolled, move by logical lines.  (Bug#9607)
15361         (line-move-visual): Update the doc string to the above effect.
15363 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
15365         * window.el (display-buffer-record-window): When WINDOW is the
15366         selected window use `point' instead of `window-point'.  (Bug#9626)
15368         * startup.el (command-line-1): Use insert-before-markers when
15369         inserting initial-scratch-message.  (Bug#9605)
15371         * help.el (help-window): Remove variable.
15373 2011-09-29  Glenn Morris  <rgm@gnu.org>
15375         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
15377 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
15379         * descr-text.el (describe-char-categories): Accept category
15380         descriptions more than one line long.
15382 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15384         * simple.el (delete-trailing-whitespace): Fix last change.
15386         * progmodes/perl-mode.el (perl-syntax-propertize-function):
15387         Don't confuse "y => 3" as the beginning of a `y' operation.
15389         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
15390         object has more than 4 slots (bug#9613).
15392 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
15394         * subr.el (with-output-to-temp-buffer):
15395         * net/quickurl.el (quickurl, quickurl-browse-url):
15396         Fix typos in docstrings.
15398 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
15400         * minibuffer.el (completion-styles)
15401         (completion-category-overrides): Cross reference each other in doc
15402         strings.
15404 2011-09-27  Glenn Morris  <rgm@gnu.org>
15406         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
15407         to split-string.  (Bug#9606)
15409 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15411         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
15412         (bug#9615).
15414 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
15416         * emacs-lisp/package.el (list-packages): Fix echo area message.
15418 2011-09-27  Leo Liu  <sdl.web@gmail.com>
15420         * ido.el (ido-read-internal): Accept cons cell HIST arg.
15422 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
15424         * net/dbus.el (dbus-unregister-object): Don't release services for
15425         registered signals.  (Bug#9581)
15427 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15429         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
15430         function that picks between cfengine 2 and 3 support
15431         automatically.  Update docs accordingly.
15433 2011-09-22  Kenichi Handa  <handa@m17n.org>
15435         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
15436         ZERO.
15437         (indian-itrans-v5-table-for-tamil): New variable.
15438         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
15440 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
15442         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
15443         that's true if the current command involved collapsing of text.
15444         It's reset to false at the beginning of the next command.
15445         (allout-post-command-business): Move the cursor to the beginning
15446         of entry if the cursor is hidden and collapsing activity just
15447         happened.
15449 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
15451         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
15452         tracking (Bug#9541).
15454 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
15456         * net/newst-reader.el (newsticker-html-renderer)
15457         (newsticker-show-news): Automatically load html rendering package
15458         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
15459         because w3m-fill-column is let-bound" and the error "Symbol's value
15460         as variable is void: w3m-fill-column".
15462 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
15464         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
15465         Release services only if they are defined.  (Bug#9581)
15467 2011-09-23  Richard Stallman  <rms@gnu.org>
15469         * textmodes/paragraphs.el (forward-sentence): For backwards case,
15470         distinguish start of paragraph from start of its text.
15472         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
15474         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
15475         (rmail-generate-viewer-buffer): Put that hook on view buffer.
15476         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
15478 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
15480         * international/mule-diag.el (mule-diag): Insert a newline after
15481         each fontset description.
15483 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15485         * simple.el (delete-trailing-whitespace):
15486         Document last change; simplify.
15488 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
15490         * simple.el (delete-trailing-whitespace): Also delete
15491         extra newlines at the end of the buffer.
15493         * textmodes/picture.el: Make motion commands obey shift-select-mode.
15494         (picture-newline): Use forward-line so as to ignore fields.
15496 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15498         * subr.el (with-wrapper-hook): Fix edebug spec.
15500 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15502         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
15503         (bug#4538).
15505 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
15507         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
15508         Fix nasty bug using wrong cached values.
15510 2011-09-23  Alan Mackenzie  <acm@muc.de>
15512         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
15514 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
15516         * window.el (pop-to-buffer): Ensure right window is selected if we
15517         chose another frame.
15519 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
15521         * simple.el (what-cursor-position): Use get-char-property-change
15522         and next-single-char-property-change, to be able to show display
15523         properties that come from overlays as well as text properties.
15525 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
15527         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
15529         * cmuscheme.el (run-scheme, switch-to-scheme):
15530         * cus-edit.el (customize-group, custom-buffer-create)
15531         (customize-browse):
15532         * info.el (info):
15533         * shell.el (shell):
15534         * mail/sendmail.el (mail):
15535         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
15537 2011-09-22  Richard Stallman  <rms@gnu.org>
15539         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
15540         move back only to line beg, don't move back over blank lines.
15542 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
15544         * files.el (copy-directory): Set directory attributes only in case
15545         they could be retrieved from the source directory.  (Bug#9565)
15547 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
15549         * progmodes/hideshow.el (hs-looking-at-block-start-p)
15550         (hs-find-block-beginning, hs-hide-level-recursive):
15551         Ignore strings as well as comments.  (Bug#9502)
15553 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
15555         * progmodes/sql.el (sql-comint-postgres):
15556         Convert port number to a string.  (Bug#9566)
15558 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
15560         * window.el (quit-window): Undedicate window when switching to
15561         previous buffer.  Reported by Thierry Volpiatto
15562         <thierry.volpiatto@gmail.com>.
15563         (special-display-popup-frame): When popping up a new frame reset
15564         its previous buffers to nil.  Simplify code.
15566 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
15568         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
15569         and process filter, as done also in `shell-command'.
15571 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
15573         * window.el (set-window-buffer-start-and-point):
15574         Call set-window-start with NOFORCE argument t.
15575         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
15576         (quit-window): Reword doc-string.  Handle new format of
15577         quit-restore parameter.  Don't delete window if it has a
15578         previous buffer we can show instead of the present one.
15579         (display-buffer-record-window): Rewrite using a new format for
15580         the quit-restore window parameter
15581         (special-display-popup-frame, display-buffer-same-window)
15582         (display-buffer-reuse-window, display-buffer-pop-up-frame)
15583         (display-buffer-pop-up-window, display-buffer-use-some-window):
15584         Adapt symbol passed to display-buffer-record-window.
15585         * help.el (help-window-setup): Handle new format of quit-restore
15586         parameter.
15588 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15590         * faces.el (face-list): Fix docstring (bug#9564).
15592         * window.el (display-buffer--action-function-custom-type):
15593         Don't include internal functions in the Custom interface.
15595 2011-09-20  Juri Linkov  <juri@jurta.org>
15597         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
15598         (Info-forward-node, Info-backward-node, Info-next-preorder)
15599         (Info-last-preorder): Use it.  (Bug#9528)
15601 2011-09-20  Juri Linkov  <juri@jurta.org>
15603         * info.el (Info-last-preorder): Visit last menu item only when
15604         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
15606 2011-09-20  Julien Danjou  <julien@danjou.info>
15608         * password-cache.el (password-cache-remove): Remove entries even if the
15609         value is nil, so that password with a nil value (negative caching) is
15610         possible to invalidate.
15612 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
15614         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
15615         all whitespace around breakpoint.  (Bug#9553)
15616         (f90-find-breakpoint): Only break at whitespace inside a comment.
15618 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15620         * minibuffer.el (completion-file-name-table): Keep track of errors.
15621         (completion-table-with-predicate): Handle the case where pred1 is nil.
15622         * pcomplete.el (pcomplete-completions-at-point): Simplify.
15624 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15626         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
15627         (debugger-return-value): Signal an error if the debugging context does
15628         not await any return value.
15630         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
15631         * image-mode.el (image-toggle-display-text)
15632         (image-toggle-display-image): Stay away from evil `intangible'.
15634 2011-09-19  Leo Liu  <sdl.web@gmail.com>
15636         * replace.el (occur-revert-arguments): Make it permanent-local.
15637         (occur-mode): Don't call font-lock-defontify.
15639 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
15641         * net/ldap.el (ldap-search-internal): Don't push empty search
15642         result (Bug#9508).
15644 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15646         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
15648 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
15650         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
15651         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
15653 2011-09-18  Juri Linkov  <juri@jurta.org>
15655         * buff-menu.el (Buffer-menu-mode-map):
15656         * dired.el (dired-mode-map):
15657         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
15658         (lisp-interaction-mode-map):
15659         * emacs-lisp/package.el (package-menu-mode-map):
15660         * epa.el (epa-key-list-mode-map):
15661         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
15662         (menu-bar-options-menu):
15663         * outline.el (outline-mode-menu-bar-map):
15664         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
15665         * vc/vc-dir.el (vc-dir-menu-map):
15666         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
15667         Capitalize non-function content words in menu item strings.
15669         * dired.el (dired-mode-map): Add menu item for
15670         `image-dired-dired-toggle-marked-thumbs'.
15672 2011-09-18  Juri Linkov  <juri@jurta.org>
15674         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
15675         to `isearch-case-fold-search' and restore its original value
15676         after the `isearch-mode' call.
15678 2011-09-18  Juri Linkov  <juri@jurta.org>
15680         * progmodes/grep.el (grep-process-setup): Don't check code for 1
15681         because `zgrep' returns 1 for successful matches (bug#9226).
15683 2011-09-18  Juri Linkov  <juri@jurta.org>
15685         * info.el (Info-extract-menu-node-name): Check the second match
15686         for empty string (second test-case of bug#9528).
15687         (Info-last-preorder): Let-bind `Info-history' to nil to not add
15688         intermediate nodes to the history (first test-case of bug#9528).
15690 2011-09-18  Juri Linkov  <juri@jurta.org>
15692         * info.el (Info-mode-syntax-table): New variable.
15693         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
15695 2011-09-18  Juri Linkov  <juri@jurta.org>
15697         * info.el (Info-file-supports-index-cookies):
15698         Increment line-beginning-position's arg from 3 to 4 because makeinfo
15699         outputs one more line for long file names (bug#4142).
15701 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
15703         * newcomment.el (comment-normalize-vars): If prompting for
15704         comment-start, set comment-start-skip too (Bug#8424).
15706 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
15708         * icomplete.el: Fix previous fix of Bug#5849.
15709         (icomplete-mode): Don't set completion-show-inline-help.
15710         (icomplete-minibuffer-setup): Set completion-show-inline-help
15711         locally during icompletion.
15713 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
15715         * woman.el (woman2-process-escapes): Don't delete unrecognized
15716         escapes (Bug#7843).
15718         * files.el (inhibit-first-line-modes-regexps): Add image files.
15719         (hack-local-variables-prop-line): Return nil for malformed
15720         prop-lines (Bug#9044).
15722 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
15724         * net/tramp.el (top): Don't require 'shell.
15725         (tramp-methods): Fix docstring.
15726         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
15727         Return complete remote file name.  Handle "smb" case.
15728         Use `tramp-tmpdir', if defined for the respective method.
15729         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
15731         * net/tramp-compat.el (top): Require 'shell.
15733         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15734         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
15735         `tramp-current-host'.
15736         (tramp-get-remote-tmpdir): Remove.
15738         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
15739         `tramp-tmpdir' entries.
15740         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
15741         (tramp-smb-handle-file-attributes): Ignore errors.
15742         (tramp-smb-wait-for-output): Check also for process end.
15744 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15746         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
15747         when sending QUIT (bug#9312).
15749 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
15751         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
15752         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
15753         occur-mode-display-occurrence.
15754         (occur-edit-mode): Add usage message.
15755         (occur-cease-edit): New command.
15756         (occur-after-change-function): Use text properties to find the
15757         position of the prefix text.
15758         (occur-engine): Set stickiness of prefix text properties.
15760 2011-09-17  Glenn Morris  <rgm@gnu.org>
15762         * progmodes/etags.el (complete-tag):
15763         Fix call to completion-in-region.  (Bug#9526)
15765 2011-09-17  Juri Linkov  <juri@jurta.org>
15767         * textmodes/ispell.el (ispell-word): Add to the error message
15768         the word, ispell program name and current dictionary (bug#9121).
15769         (ispell-tex-arg-end): Capitalize "error" in the error message.
15771 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
15773         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
15774         check.  (Bug#4251)
15776 2011-09-17  Juri Linkov  <juri@jurta.org>
15778         * window.el (window-safe-min-height, window-safe-min-width):
15779         Fix typos (followup to bug#9522).
15781 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
15783         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
15785 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
15787         * simple.el (line-move): If goal-column is set, move by logical
15788         lines, not by display lines.  (Bug#971)
15789         (next-line, previous-line, goal-column, line-move-visual): Doc fix
15790         to reflect the above change.
15792 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15794         * image.el (imagemagick-register-types): Use regexp-opt.
15796 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
15798         * window.el (display-buffer-base-action): Rename from
15799         display-buffer-default-action.  Make default value empty.
15800         (display-buffer-overriding-action): Convert to defvar.
15801         (display-buffer-fallback-action): New var.
15803 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
15805         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
15806         declaration.
15807         (package--add-to-archive-contents): If there is a duplicate entry
15808         with an older version, remove it.
15809         (package-menu-mark-delete, package-menu-mark-install)
15810         (package-menu-mark-unmark): Make unused args optional.
15811         (package-menu-mark-obsolete-for-deletion):
15812         Use package-menu-get-status instead of a regexp search.
15813         (package-menu-get-status): Use tabulated-list-entry.
15814         (package-menu-mark-upgrades): New command.
15815         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
15816         (package-menu-execute): Do installation before deletion.
15817         (package-menu-refresh, package-menu-execute): Use derived-mode-p
15818         instead of checking major-mode.
15819         (package-menu--find-upgrades): New function.
15821 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15823         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
15824         passwords in the log buffer.
15825         (smtpmail-process-filter): Update the process marker so that the
15826         "broken by peer" status message is inserted in the right place.
15828 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15830         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
15831         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
15832         bibtex-completion-at-point-function.
15833         (bibtex-completion-at-point-function): Use them.
15835         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
15837         * mpc.el (mpc-constraints-tag-lookup): New function.
15838         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
15839         also to browser "album|playlist".
15841 2011-09-14  Juri Linkov  <juri@jurta.org>
15843         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
15844         (isearch-edit-string): Use length of `isearch-string' when
15845         `isearch-fail-pos' returns nil.
15846         (isearch-message): Remove duplicate code and call
15847         `isearch-fail-pos' with arg `t'.
15849 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
15851         * replace.el (occur-mode-goto-occurrence): Don't force using other
15852         window (Bug#9499).
15854         * dired-aux.el (dired-do-chmod): Don't provide initial input.
15856 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
15858         * window.el (display-buffer-window): Remove.
15859         (display-buffer-record-window): Use help-setup window parameter
15860         instead of variable display-buffer-window.
15861         (display-buffer-function, special-display-buffer-names)
15862         (special-display-function): Mention help-setup parameter instead
15863         of display-buffer-window in doc-string.
15864         * help.el (help-window-setup): New argument help-window.
15865         Use help-window-setup parameter instead of display-buffer-window.
15866         Reword some messages.
15867         (with-help-window): Pass window used for displaying the buffer
15868         to help-window-setup.  Don't set display-buffer-window.
15870 2011-09-13  Glenn Morris  <rgm@gnu.org>
15872         * emacs-lisp/debug.el (debugger-make-xrefs):
15873         Preserve point.  (Bug#9462)
15875 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
15877         * window.el (window-deletable-p): Use next-frame.
15879 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
15881         * window.el (window-auto-delete): Remove.
15882         (window-deletable-p): Remove argument FORCE.  Don't deal with
15883         dedication and previous buffers.
15884         (switch-to-prev-buffer): Don't delete window.
15885         (delete-windows-on): Delete a window's frame if and only if the
15886         window is dedicated.
15887         (replace-buffer-in-windows): Delete buffer's window or frame if
15888         and only if window is dedicated.
15889         (quit-window): Handle quit-restore as before last change.
15890         (bury-buffer): Delete window only if window-deletable-p returns t.
15892 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
15894         * window.el (window-deletable-p): Never delete the last frame on a
15895         given terminal.
15897 2011-09-13  Glenn Morris  <rgm@gnu.org>
15899         * help.el (describe-key-briefly): Copy previous standard-output change.
15901 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
15903         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
15905 2011-09-13  Glenn Morris  <rgm@gnu.org>
15907         * emacs-lisp/lisp-mode.el (lisp-indent-function):
15908         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
15910 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
15912         * dired-aux.el (dired-mark-read-string): Don't return default
15913         value on empty input (Bug#9361).
15914         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
15915         Omit initial minibuffer contents.
15916         (dired-do-chmod): Signal an error on empty input.
15917         (dired-mark-read-string): Don't return default on empty input.
15919         * files.el (file-modes-symbolic-to-number): Doc fix.
15921 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15923         * international/mule-cmds.el (ucs-completions): Remove.
15924         (read-char-by-name): Use complete-with-action instead; add metadata.
15926 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
15928         * window.el (display-buffer--action-function-custom-type)
15929         (display-buffer--action-custom-type): New vars.
15930         (display-buffer-alist, display-buffer-default-action)
15931         (display-buffer-overriding-action): Add defcustom types.
15933         * frame.el (delete-other-frames): Doc fix (Bug#276).
15935 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15937         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
15939 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
15941         Change modes that used same-window-* vars to use switch-to-buffer.
15943         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
15944         Use switch-to-buffer.
15946         * cus-edit.el (customize-group, custom-buffer-create)
15947         (customize-browse, custom-buffer-create-other-window):
15948         Use switch-to-buffer or switch-to-buffer-other-window.
15950         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
15951         (Info-prev, Info-up, Info-speedbar-goto-node)
15952         (info-display-manual): Use switch-to-buffer.
15953         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
15955         * mail/sendmail.el (mail): Use switch-to-buffer.
15956         (mail-recover): Use switch-to-buffer-other-window.
15958         * cmuscheme.el (run-scheme, switch-to-scheme):
15959         * ielm.el (ielm):
15960         * shell.el (shell):
15961         * net/rlogin.el (rlogin):
15962         * net/telnet.el (telnet, rsh):
15963         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
15965 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
15967         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
15969 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15971         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
15972         so don't mention it (bug#9301).
15973         (dired-sort-toggle-or-edit): Clarify string further.
15975         * faces.el (face-spec-set-match-display): Make `(type graphic)'
15976         match `x', `w32' and `ns', like the manual says (bug#9029).
15978         * subr.el (eval-after-load): Doc string clarification (bug#9125).
15979         (process-kill-buffer-query-function): Mention the buffer name in
15980         the query.
15982         * image-mode.el (image-next-line): The line parameter is mandatory
15983         (bug#9258).
15985         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
15986         which can be useful (bug#9301).
15988         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
15990         * subr.el (match-string): Mention that the current buffer should
15991         be the same as the search was done in (bug#9282).
15993         * facemenu.el: Disable the remove-* commands if the mark isn't
15994         active (bug#9162).
15996 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
15998         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
15999         of display-buffer.
16000         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
16002         * replace.el (occur-mode-goto-occurrence)
16003         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
16004         and display-buffer.
16006         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
16007         display-buffer.
16009         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
16010         special-display and same-window variables.
16011         (mail-other-window): Use switch-to-buffer-other-window.
16012         (mail-other-frame): USe switch-to-buffer-other-frame.
16014         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
16015         Use display-buffer-other-frame.
16016         (gdb-display-gdb-buffer): Use pop-to-buffer.
16018         * progmodes/gud.el (gud-goto-info): Use info-other-window.
16020         * progmodes/python.el: Don't set same-window-buffer-names.
16022         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
16024         * window.el (display-buffer-alist): Add *Python*.
16026 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
16028         * window.el (display-buffer-alist): Add entry for buffers
16029         previously handled same-window-*.
16030         (display-buffer-alist, display-buffer-default-action)
16031         (display-buffer-overriding-action): Mark as risky.
16032         (display-buffer-alist): Document action function changes.
16033         (display-buffer--same-window-action)
16034         (display-buffer--other-frame-action): New variables.
16035         (switch-to-buffer, display-buffer-other-frame): Use them.
16036         (display-buffer): Rename reuse-frame entry to reusable-frames.
16037         (display-buffer-reuse-selected-window): Function deleted.
16038         (display-buffer-reuse-window): Handle reusable-frames alist entry.
16039         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
16040         (display-buffer-special): New function.
16041         (display-buffer--maybe-pop-up-frame-or-window): Rename from
16042         display-buffer-reuse-or-pop-window.  Split off special-display
16043         part into display-buffer-special.
16044         (display-buffer-use-some-window): Don't perform any special
16045         pop-up-frames handling.
16046         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
16047         (display-buffer--maybe-same-window): Rename from
16048         display-buffer-maybe-same-window.
16050         * info.el: Don't set same-window-regexps.
16051         (info-setup): New function.
16052         (info-other-window, info): Call it.
16054         * cus-edit.el: Don't set same-window-regexps.
16055         (customize-group): New argument.
16056         (customize-group-other-window): Use it.
16057         (customize-face, customize-face-other-window): Likewise.
16058         (custom-buffer-create-other-window): Use pop-to-buffer directly.
16060         * net/rlogin.el:
16061         * net/telnet.el:
16062         * progmodes/gud.el: Don't set same-window-regexps.
16064         * cmuscheme.el:
16065         * ielm.el:
16066         * shell.el:
16067         * mail/sendmail.el:
16068         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
16070 2011-09-10  Juri Linkov  <juri@jurta.org>
16072         * isearch.el (isearch-edit-string): Remove obsolete mention of
16073         `C-w' (`isearch-yank-word-or-char') from docstring.
16074         (isearch-query-replace): Fix typo in docstring (bug#9466).
16076 2011-09-10  Juri Linkov  <juri@jurta.org>
16078         * paren.el (show-paren-function): Don't show escaped parens.
16079         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
16081 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
16083         * mail/sendmail.el (mml-to-mime, mml-attach-file)
16084         (mm-default-file-encoding): Remove autoload forms, they are
16085         replaced with autoload cookies in mml.el and mm-encode.el.
16086         (mail-add-attachment): New command.
16087         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
16088         (mail-mode): Mention mail-insert-file and mail-add-attachment in
16089         the doc string.
16090         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
16092 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
16094         * simple.el (count-words-region): Use buffer if there's no region
16095         (bug#9429).
16097 2011-09-09  Juri Linkov  <juri@jurta.org>
16099         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
16100         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
16101         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
16103 2011-09-09  Alan Mackenzie  <acm@muc.de>
16105         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
16106         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
16108 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
16110         Fix for Savannah bug#9392.
16111         * simple.el (mail-encode-mml): New defvar.
16113         * mail/rmail.el (mail-encode-mml): Add a defvar.
16114         (rmail-enable-mime-composing): Default to t.
16115         (rmail-forward): Use MIME method of forwarding only if both
16116         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
16117         Set mail-encode-mml non-nil if the MIME method was used.
16119         * mail/sendmail.el (mml-to-mime): Add autoload form.
16120         (mail-encode-mml): Add a defvar.
16121         (mail-mode): Make mail-encode-mml buffer-local and initialize it
16122         to nil.
16123         (mail-send): If mail-encode-mml is non-nil, run the outgoing
16124         message through mml-to-mime, and reset mail-encode-mml to nil.
16126 2011-09-09  Glenn Morris  <rgm@gnu.org>
16128         * woman.el (woman-if-body): When processing an .el block,
16129         do not delete the next .el block as well.  (Bug#9447)
16130         (woman-special-characters): Add oq, cq, and hy characters.
16132 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
16134         * window.el (window-deletable-p): Make sure window is live before
16135         invoking window-prev-buffers.
16137 2011-09-08  Leo Liu  <sdl.web@gmail.com>
16139         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
16141 2011-09-08  Juri Linkov  <juri@jurta.org>
16143         * progmodes/compile.el (compilation-environment): Make it
16144         a defcustom (bug#8340).
16146 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
16148         * window.el (frame-auto-delete): Rename to window-auto-delete.
16149         Make it control auto-deletion of windows and/or frames.
16150         (window-deletable-p): New argument FORCE.  Rewrite conditions
16151         for deleting window/frame.  (Bug#9419)
16152         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
16153         Rewrite handling of case when window/frame can be deleted.
16154         (delete-windows-on): Call window-deletable-p with new FORCE
16155         argument t.  (Bug#9456)
16157 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
16159         * help-mode.el (help-mode): Restore autoload.
16161 2011-09-07  Juri Linkov  <juri@jurta.org>
16163         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
16164         `compilation-environment'.  Set buffer-local
16165         `compilation-environment' to `thisenv' later after (funcall mode).
16166         (Bug#8340)
16168         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
16169         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
16170         instead of replacing its value.  (Bug#8340)
16172 2011-09-07  Juri Linkov  <juri@jurta.org>
16174         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
16175         based on text properties put by `grep-filter' instead of matching
16176         escape sequences.
16177         (grep-mode): Set buffer-local `compilation-error-screen-columns'
16178         to the value of `grep-error-screen-columns' (bug#9438).
16180 2011-09-07  Juri Linkov  <juri@jurta.org>
16182         * simple.el (next-error-highlight, next-error-highlight-no-select):
16183         Doc fix (bug#9432).
16185 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
16187         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16188         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
16190 2011-09-07  Leo Liu  <sdl.web@gmail.com>
16192         * net/rcirc.el (rcirc-mode): Conditionally initialize
16193         rcirc-input-ring.
16195 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16197         * emacs-lisp/find-func.el (find-function-C-source): Only set
16198         find-function-C-source-directory after checking that we found a source
16199         file there (bug#9440).
16201 2011-09-06  Alan Mackenzie  <acm@muc.de>
16203         * isearch.el (isearch-other-meta-char): Wherever a key list is
16204         unread, "unread" the prefix arg, too.  This fixes bug #8901.
16206 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
16208         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
16210 2011-09-05  Juri Linkov  <juri@jurta.org>
16212         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
16214 2011-09-05  Juri Linkov  <juri@jurta.org>
16216         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
16217         keeping point where processing of grep matches begins, and
16218         continue to delete remaining escape sequences from the same point.
16219         (grep-filter): Make leading zero optional in "0?1;31m" because
16220         git-grep emits "\033[1;31m" escape sequences unlike expected
16221         "\033[01;31m" as GNU Grep does (bug#9408).
16222         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
16224 2011-09-05  Juri Linkov  <juri@jurta.org>
16226         * subr.el (y-or-n-p): Capitalize "yes".
16228 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
16230         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
16231         `tramp-cache-unload-hook' where appropriate.
16232         (tramp-methods): Rename `tramp-remote-sh' to
16233         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
16234         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
16236         * net/tramp-sh.el (top): Don't require 'shell.
16237         (tramp-methods): Add `tramp-remote-shell' and
16238         `tramp-remote-shell-args' entries.
16239         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
16240         (tramp-sh-handle-shell-command): Remove.
16241         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16242         Use `tramp-remote-shell'.
16244 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
16246         * mail/sendmail.el (sendmail-query-once-function): Delete.
16247         (sendmail-query-once): Save directly to send-mail-function.
16248         Update message-send-mail-function too.
16250         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
16252 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
16254         * progmodes/python.el (python-mode-map): Use correct function to
16255         start python interpreter from menu-bar (as reported by Geert
16256         Kloosterman).
16257         (inferior-python-mode-map): Fix typo.
16258         (python-shell-map): Remove.
16260 2011-09-03  Deniz Dogan  <deniz@dogan.se>
16262         * net/rcirc.el (rcirc-print): Simplify code for
16263         rcirc-scroll-show-maximum-output.  There is no need to walk
16264         through all windows to find the right one.
16266 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
16268         * help.el (help-return-method): Doc fix.
16270 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
16272         * window.el (window-deletable-p): Don't return a non-nil value
16273         when there's a buffer that was shown in the window before.
16274         (Bug#9419)
16275         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16276         Set window's previous buffers to nil.
16278 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
16280         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
16281         newline before and after the tag line, so it doesn't interfere
16282         with determining the paragraph direction of bidirectional text.
16284 2011-09-03  Leo Liu  <sdl.web@gmail.com>
16286         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
16288 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
16290         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
16291         (pop-to-buffer): Change interactive spec.  Pass second argument
16292         directly to display-buffer.
16293         (display-buffer): Fix interactive spec.  Use functionp to
16294         distinguish between a function and a list of functions.
16296         * abbrev.el (edit-abbrevs):
16297         * arc-mode.el (archive-extract):
16298         * autoinsert.el (auto-insert):
16299         * bookmark.el (bookmark-bmenu-list):
16300         * files.el (find-file):
16301         * view.el (view-buffer):
16302         * progmodes/compile.el (compilation-goto-locus):
16303         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
16305 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
16307         * window.el (display-buffer-alist): Doc fix.
16308         (display-buffer): Add docstring.  Don't treat
16309         display-buffer-default specially.
16310         (display-buffer-reuse-selected-window)
16311         (display-buffer-same-window, display-buffer-maybe-same-window)
16312         (display-buffer-reuse-window, display-buffer-pop-up-frame)
16313         (display-buffer-pop-up-window)
16314         (display-buffer-reuse-or-pop-window)
16315         (display-buffer-use-some-window): New functions.
16316         (display-buffer-default-action): Use them.
16317         (display-buffer-default): Delete.
16318         (pop-to-buffer-1): Fix choice of actions.
16320 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16322         * minibuffer.el (completion--insert-strings): Don't get confused by
16323         completion entries that end with an LF char.
16325 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
16327         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
16329 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
16331         * window.el (display-buffer): Restore interactive spec.
16332         (display-buffer-same-window, display-buffer-other-window):
16333         New functions.
16334         (pop-to-buffer-1): New function.  Use the above.
16335         (pop-to-buffer, pop-to-buffer-same-window): Use it.
16336         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
16338         * view.el (view-buffer-other-window, view-buffer-other-frame):
16339         Just use pop-to-buffer.
16341 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16343         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
16345 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
16347         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
16349 2011-08-31  Richard Stallman  <rms@gnu.org>
16351         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
16352         of the separation of rmail-view-buffer from rmail-buffer.
16353         If you say no to "replace original", the decrypt is in the
16354         view buffer.  If you say yes, the decrypt goes into the
16355         rmail buffer also.
16357 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
16359         * window.el (display-buffer-window): Rewrite doc-string.
16360         (display-buffer-record-window): New function.
16361         (display-buffer-macro-specifiers)
16362         (display-buffer-even-window-sizes, display-buffer-set-height)
16363         (display-buffer-set-width, display-buffer-in-window)
16364         (display-buffer-reuse-window, display-buffer-split-specifiers)
16365         (display-buffer-side-specifiers, display-buffer-split-window-1)
16366         (display-buffer-split-window, display-buffer-split-atom-window)
16367         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16368         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
16369         (display-buffer-other-window-means-other-frame)
16370         (display-buffer-normalize-special)
16371         (display-buffer-normalize-default)
16372         (display-buffer-normalize-argument)
16373         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
16374         (display-buffer-normalize-specifiers, display-buffer-frame)
16375         (display-buffer-same-window, display-buffer-same-frame)
16376         (display-buffer-other-window)
16377         (display-buffer-same-frame-other-window)
16378         (display-buffer-other-frame, pop-to-buffer-same-window)
16379         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
16380         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
16381         (switch-to-buffer-same-frame)
16382         (switch-to-buffer-other-window-same-frame)
16383         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
16384         (display-buffer-alist-set-1, display-buffer-alist-set-2)
16385         (display-buffer-alist-set): Remove.
16386         (display-buffer-function, special-display-buffer-names)
16387         (special-display-regexps, special-display-function):
16388         In doc-string refer to display-buffer-window and quit-restore
16389         parameter.
16390         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
16391         (special-display-frame-alist, special-display-popup-frame)
16392         (same-window-buffer-names, same-window-regexps, same-window-p)
16393         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16394         (split-window-preferred-function, split-height-threshold)
16395         (split-width-threshold, window-splittable-p)
16396         (split-window-sensibly, window--try-to-split-window)
16397         (window--frame-usable-p, even-window-heights)
16398         (window--even-window-heights, window--display-buffer-1)
16399         (window--display-buffer-2, display-buffer-other-frame):
16400         Restore old Emacs 23 code, order and doc-strings where applicable.
16401         (display-buffer-default, display-buffer-assq-regexp): New functions.
16402         (display-buffer-alist): Rewrite doc-string.
16403         (display-buffer-default-action)
16404         (display-buffer-overriding-action): New variables.
16405         (display-buffer, switch-to-buffer): Rewrite.
16406         (pop-to-buffer): Restore Emacs 23 behavior but use
16407         window-normalize-buffer-to-display.
16408         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
16409         Restore Emacs 23 behavior but use
16410         window-normalize-buffer-to-switch-to.
16411         (pop-to-buffer-same-window): Rewrite.
16412         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
16413         Rewrite using Emacs 23 options.
16415 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
16417         * net/tramp.el (tramp-root-regexp): Remove.
16418         (tramp-completion-file-name-regexp-unified)
16419         (tramp-completion-file-name-regexp-separate)
16420         (tramp-completion-file-name-regexp-url): Don't use leading volume
16421         letter on w32 systems.  (Bug#5303, Bug#9311)
16422         (tramp-drop-volume-letter): Simplify definition.
16423         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16425 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16427         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
16428         (bug#9356).
16430 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
16432         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
16434 2011-08-29  Juri Linkov  <juri@jurta.org>
16436         * isearch.el (isearch-done): Don't display message "Mark saved"
16437         when arg `edit' is non-nil to prevent its flicker in the echo area.
16439 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
16441         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
16442         obsolete packages for deletion.
16444 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
16446         * help-mode.el (help-mode-map): Add special-mode-map to parent.
16447         (help-mode): Derive help-mode from special-mode.  Don't invoke
16448         view-mode from help-mode.
16449         (help-xref-override-view-map): Remove.
16450         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
16451         view-mode is not used anymore.
16453 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
16455         * server.el (server-port): Doc fix.
16457         * cus-theme.el (custom-theme-choose-mode): Inherit from
16458         special-mode (Bug#9124).
16459         (custom-theme-choose-mode-map): Add special-mode to parent.
16461 2011-08-28  Alan Mackenzie  <acm@muc.de>
16463         * progmodes/cc-fonts.el
16464         (c-make-font-lock-BO-decl-search-function): New function.
16465         (c-basic-matchers-after - "Fontify the clauses after various
16466         keywords"): Extract the three keyword lists for the 3 erroneous
16467         constructs from the list of four, and use the new function above
16468         in place of an old one.
16470 2011-08-28  Deniz Dogan  <deniz@dogan.se>
16472         * net/rcirc.el (rcirc-insert-prev-input)
16473         (rcirc-insert-next-input): Remove unused argument.
16475 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16477         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
16479 2011-08-27  Alan Mackenzie  <acm@muc.de>
16481         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
16482         handle function pointer parameters properly.
16484 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
16486         * window.el (display-buffer-reuse-window): Fix case where
16487         selected window was reused with non-nil OTHER-WINDOW argument.
16488         (Bug#9381)
16490 2011-08-27  Deniz Dogan  <deniz@dogan.se>
16492         * net/rcirc.el (rcirc-check-auth-status): Adding support for
16493         oftc's NickServ messages.
16495 2011-08-27  Glenn Morris  <rgm@gnu.org>
16497         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
16499 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
16501         * emacs-lisp/package.el (package-install): Call package-initialize
16502         if called interactively.
16504 2011-08-26  Leo Liu  <sdl.web@gmail.com>
16506         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
16508 2011-08-25  Juri Linkov  <juri@jurta.org>
16510         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16511         `search-whitespace-regexp' (bug#9364).
16513 2011-08-25  Juri Linkov  <juri@jurta.org>
16515         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
16516         `regexp-search-ring' to their global values to protect from
16517         updating by `read-from-minibuffer' (bug#9185).
16519 2011-08-25  Juri Linkov  <juri@jurta.org>
16521         * textmodes/ispell.el (ispell-command-loop): Add newline
16522         at the end of the "Use option `i'..." line.
16524 2011-08-25  Juri Linkov  <juri@jurta.org>
16526         * battery.el (display-battery-mode): If `battery-status-function'
16527         or `battery-mode-line-format' is nil, display the message and set
16528         `display-battery-mode' to nil (bug#9363).
16530 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
16532         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
16533         bidi-string-mark-left-to-right; they are unnecessary now.
16535 2011-08-25  Deniz Dogan  <deniz@dogan.se>
16537         * net/quickurl.el: Documentation typo fixes.
16539 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
16541         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
16543 2011-08-25  Glenn Morris  <rgm@gnu.org>
16545         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16547         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
16548         (smtpmail-via-smtp): Handle nil response from smtp.
16550 2011-08-24  Juri Linkov  <juri@jurta.org>
16552         * proced.el (proced-marked): Inherit from `error' instead of
16553         `font-lock-warning-face'.
16555         * ibuffer.el (ibuffer-marked-face): Change default face from
16556         `font-lock-warning-face' to `warning'.
16557         (ibuffer-deletion-face): Change default face from
16558         `font-lock-type-face' to `error'.
16560         * battery.el (battery-update): Use the face `error' instead of
16561         `font-lock-warning-face' (bug#6117).
16563 2011-08-24  Juri Linkov  <juri@jurta.org>
16565         * faces.el (success): Change face color from "Green3" to
16566         "ForestGreen" on light background (bug#9353).
16568 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
16570         * window.el (quit-window): Rename from quit-restore-window.
16571         Use same arglist as old quit-window.
16572         (frame-auto-delete): Doc fix.
16574         * view.el (view-mode-exit): Use quit-window.
16576 2011-08-24  Juri Linkov  <juri@jurta.org>
16578         * isearch.el (isearch-ring-adjust1): Start visiting previous
16579         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
16580         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
16581         for empty search string (when the last search string is reused
16582         automatically) to adjust the isearch ring to the last element and
16583         prepare the correct index for further M-p commands (bug#9185).
16585 2011-08-24  Kenichi Handa  <handa@m17n.org>
16587         * international/ucs-normalize.el: If decomposition property of
16588         CHAR is the default one (i.e. a list of CHAR itself), treat it as
16589         nil.
16590         (nfd, nfkd): Likewise.
16592 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16594         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
16595         from process filters aren't reliably transmitted to the surrounding
16596         accept-process-output.
16597         (mpc-proc-check): New function.
16598         (mpc-proc-sync): Use it (bug#8293)
16600 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16602         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
16603         Add compatibility functions (bug#9313).
16605 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
16607         * cus-start.el (all): Add entry for bidi-paragraph-direction.
16609         * international/uni-bidi.el: Regenerate.
16611 2011-08-23  Kenichi Handa  <handa@m17n.org>
16613         * international/charprop.el:
16614         * international/uni-bidi.el:
16615         * international/uni-category.el:
16616         * international/uni-combining.el:
16617         * international/uni-comment.el:
16618         * international/uni-decimal.el:
16619         * international/uni-decomposition.el:
16620         * international/uni-digit.el:
16621         * international/uni-lowercase.el:
16622         * international/uni-mirrored.el:
16623         * international/uni-name.el:
16624         * international/uni-numeric.el:
16625         * international/uni-old-name.el:
16626         * international/uni-titlecase.el:
16627         * international/uni-uppercase.el: Regenerate.
16629 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
16631         * help.el (help-window-setup): Fix message displayed when other
16632         window is reused.  (Bug#9341)
16634 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16636         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
16637         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
16639         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
16640         Mark obsolete.
16641         * shell.el (shell-parse-pcomplete-arguments): New function.
16642         (shell-completion-vars): Use it instead (bug#9160).
16644 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16646         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
16647         strings and comments (bug#9333).
16649         * emacs-lisp/debug.el (debug-arglist): New function.
16650         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
16651         (debug-on-entry-1): Handle interpreted closures (bug#9120).
16653 2011-08-22  Juri Linkov  <juri@jurta.org>
16655         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16656         Revert regexp that highlights output switches to its old
16657         pre-2010-10-28 value and remove one `?' from it (bug#9319).
16659         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
16660         to check for empty output (bug#9226).
16662 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
16664         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
16665         symbol-constituent as the default, as that stops font-lock from
16666         working properly (Bug#8843).
16668 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16670         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
16671         `coding-system-for-*' around the process open call to avoid
16672         auth-source side effects.
16673         (smtpmail-try-auth-methods): Expand the secret password.
16674         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
16675         probe hangs.
16677 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
16679         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
16681         * emacs-lisp/find-func.el (find-function-noselect): New arg
16682         lisp-only.
16684         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
16685         signal an error for built-in functions (Bug#6664).
16687 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16689         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
16690         (smtpmail-try-auth-methods): Use it.
16692 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
16694         * font-lock.el (font-lock-fontify-region)
16695         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
16696         (font-lock-default-unfontify-buffer)
16697         (font-lock-default-fontify-region)
16698         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
16700         * progmodes/compile.el (compilation-error-properties):
16701         Fix confusion between file struct and message struct (Bug#9319).
16702         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
16703         `ant' regexp.
16705         * net/browse-url.el (browse-url-firefox): Don't call
16706         browse-url-firefox-sentinel unless using -remote (Bug#9328).
16708 2011-08-20  Glenn Morris  <rgm@gnu.org>
16710         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
16712         * tutorial.el (tutorial--default-keys): Update some default bindings.
16714         * files.el (hack-local-variables): Fully ignore case for "mode:".
16716 2011-08-20  Alan Mackenzie  <acm@muc.de>
16718         Resolve invalid use of a regexp in regexp-opt.
16720         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
16721         detection for a java annotation.
16723         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
16724         detection for a java annotation.
16726         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
16727         handling for java.
16728         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
16730 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
16732         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
16733         (Bug#9274).
16735 2011-08-20  Alan Mackenzie  <acm@muc.de>
16737         Fontify CPP expressions correctly when starting in the middle of
16738         such a construct.  Mainly for when jit-lock etc. starts a chunk
16739         here.
16741         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
16742         variable.
16743         (c-make-font-lock-search-form): New function, extracted from
16744         c-make-font-lock-search-function.
16745         (c-make-font-lock-search-function): Use the above function.
16746         (c-make-font-lock-context-search-function): New function.
16747         (c-cpp-matchers): Enhance the preprocessor expression case with
16748         the above function
16749         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
16750         which takes an expression.
16752         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
16754 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
16756         * window.el (display-buffer-reuse-window)
16757         (display-buffer-pop-up-window): Don't reuse or split a side
16758         window.
16760 2011-08-19  Glenn Morris  <rgm@gnu.org>
16762         * files.el (hack-local-variables-prop-line, hack-local-variables):
16763         Downcase "Mode:".  (Bug#9331)
16765 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
16767         * international/characters.el: Add L and R categories.
16769         * subr.el (bidi-string-mark-left-to-right): Rename from
16770         string-mark-left-to-right.  Use category search.
16772         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
16774 2011-08-18  Juri Linkov  <juri@jurta.org>
16776         * faces.el (error, warning, success): New faces with definitions
16777         copied from old default values of `font-lock-warning-face',
16778         `compilation-warning', `compilation-info' (bug#6117).
16780         * font-lock.el (font-lock-warning-face): Inherit from `error'.
16782         * progmodes/compile.el (compilation-error): Inherit from `error'.
16783         (compilation-warning): Inherit from `warning'.
16784         (compilation-info): Inherit from `success'.
16786         * dired.el (dired-marked): Inherit from `warning'.
16787         (dired-flagged): Inherit from `error'.
16789 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16791         * mail/smtpmail.el (auth-source): Require to avoid problems with
16792         binding variables (bug#9298).  Also clean up some unused
16793         autoloads.
16795         * net/network-stream.el (network-stream-open-starttls):
16796         Support using starttls.el without using gnutls-cli.
16798 2011-08-17  Juri Linkov  <juri@jurta.org>
16800         * progmodes/grep.el (rgrep): Handle the case when
16801         `grep-find-command' is a cons cell (bug#9278).
16803 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
16805         * window.el (display-buffer-pop-up-frame): Run frame creation
16806         function with BUFFER current (as special-display-popup-frame
16807         does).  Reported by Drew Adams.
16809 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
16811         * epa-mail.el: Simplify GnuPG group expansion using
16812         epg-expand-group.
16813         (epa-mail-group-alist, epa-mail-group-modtime)
16814         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
16815         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
16816         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
16817         Remove.
16819 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
16821         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
16823 2011-08-16  Alan Mackenzie  <acm@muc.de>
16825         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
16826         Correct, to avoid the inside of macros.
16828 2011-08-16  Richard Stallman  <rms@gnu.org>
16830         * epa-mail.el: Handle GnuPG group definitions.
16831         (epa-mail-group-alist, epa-mail-group-modtime)
16832         (epa-mail-gnupg-conf-file): New variables.
16833         (epa-mail-parse-groups, epa-mail-sync-groups)
16834         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
16835         (epa-mail-expand-recipients): New functions.
16836         (epa-mail-encrypt): Call epa-mail-expand-recipients.
16838         * mail/rmail.el (rmail-epa-decrypt): New command.
16840         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
16841         Don't bind buffer-read-only, just inhibit-read-only.
16842         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
16843         (epa-decrypt-armor-in-region): Make error message clearer.
16845 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16847         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
16848         and "a2b" to "ab" for `prefix'.
16850 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
16852         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
16853         filter groups.
16854         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
16855         Fourquet (Bug#8804).
16857 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
16859         * startup.el (argi): Declare as global variable (bug#9275).
16861 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
16863         * subr.el (string-mark-left-to-right): Search the entire string
16864         for RTL script, not just the terminating character.  Doc fix.
16866 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16868         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
16869         New function.
16870         (js--regexp-literal, js-syntax-propertize-function): Remove.
16871         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
16872         (js-mode-map): Don't rebind electric keys.
16873         (js-insert-and-indent): Remove.
16874         (js-mode): Setup electric-layout and electric-indent instead.
16876         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
16878 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
16880         * epa.el (epa-progress-callback-function): Fix the logic of
16881         displaying progress.
16882         * epa-file.el (epa-file-insert-file-contents): Make progress
16883         display more user-friendly.
16884         (epa-file-write-region): Ditto.
16886 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
16888         * subr.el (string-mark-left-to-right): New function.
16890         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
16891         Use string-mark-left-to-right.
16892         (list-buffers-noselect): Caller changed.
16894         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16895         Use string-mark-left-to-right.
16896         (tabulated-list-print): Recenter after moving point.
16898 2011-08-10  Juri Linkov  <juri@jurta.org>
16900         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
16901         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
16902         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
16904 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
16906         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
16907         (Bug#7554).
16909 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
16911         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
16912         character.  (Bug#6594)
16914 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
16916         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
16917         (image-dired--with-db-file): New macro.
16918         (image-dired-write-tags, image-dired-remove-tag)
16919         (image-dired-create-gallery-lists, image-dired-write-comments)
16920         (image-dired-get-comment, image-dired-mark-tagged-files)
16921         (image-dired-list-tags, image-dired-gallery-generate): Use it.
16922         (image-dired-gallery-generate): Use insert-file-contents.
16924         * time.el (display-time-world-list, display-time-world-display):
16925         * time-stamp.el (time-stamp-string):
16926         * vc/add-log.el (add-change-log-entry): Use setenv instead of
16927         set-time-zone-rule (Bug#7337).
16929 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
16931         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
16932         (epg-error-to-string, epg-errors-to-string): New function.
16933         (epg-wait-for-completion): Reverse errors list.
16934         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
16935         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
16936         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
16937         (epg-sign-keys, epg-generate-key-from-file)
16938         (epg-generate-key-from-string): Format errors by using
16939         epg-errors-to-string (bug#9255).
16940         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
16942 2011-08-07  Juri Linkov  <juri@jurta.org>
16944         * faces.el (list-faces-display): Remove extra angle bracket
16945         from `help-mode-map'.
16947         * info.el (Info-history-toc-nodes): Doc fix.
16949         * longlines.el (longlines-mode): Doc fix.
16951 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16953         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
16954         of statements and in a few more cases (bug#9183).
16956         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
16957         New functions.
16958         (cl-transform-lambda): Use them (bug#9239).
16960 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
16962         * window.el (display-buffer-same-window)
16963         (display-buffer-same-frame, display-buffer-other-window)
16964         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16965         (pop-to-buffer-other-window)
16966         (pop-to-buffer-same-frame-other-window)
16967         (pop-to-buffer-other-frame): Make them defuns.
16968         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
16970 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16972         * subr.el (make-composed-keymap): Move from C.  Change calling
16973         convention, and improve docstring to bring attention to a subtle point.
16974         * minibuffer.el (completing-read-default): Adjust accordingly.
16976 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
16978         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
16979         (tramp-open-shell): Use `tramp-shell-quote-argument'.
16981         * net/trampver.el: Update release number.
16983 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16985         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
16986         "in" (bug#9190).
16988 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16990         * mail/sendmail.el (sendmail-query-once): Restore the current
16991         buffer after querying (bug#9074).
16993         * dired.el (dired-flagged): Use different faces for marked and
16994         flagged files (bug#6117).
16996         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
16997         (bug#4433).
16999         * ido.el (ido-mode): Switch off the message if called
17000         non-interactively.
17002         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
17003         before 587, since it appears that that's more likely to work for
17004         more people.
17006         * cus-edit.el (custom-file): When running under emacs -q, always
17007         refuse to save the customizations, even if the .emacs file doesn't
17008         exist.
17010         * info.el: Remove the `Info-beginning-of-buffer' function
17011         (bug#8325).
17013         * net/network-stream.el (network-stream-open-starttls):
17014         Use `starttls-available-p' to see whether starttls.el can be used.
17016 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
17018         * window.el (display-buffer-in-window): Don't set dedicated status
17019         of window here (Bug#9215).
17020         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17021         (display-buffer-pop-up-side-window)
17022         (display-buffer-in-side-window): Set dedicated status of window here.
17024 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17026         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
17027         before binding generated-autoload-file.
17029 2011-08-01  Deniz Dogan  <deniz@dogan.se>
17031         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
17033 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
17035         Sync with Tramp 2.2.2.
17037         * net/trampver.el: Update release number.
17039 2011-07-30  Juri Linkov  <juri@jurta.org>
17041         * dired-aux.el (dired-touch-initial): Remove function.
17042         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
17043         current time, and `default' to the last modification time of the
17044         current marked file (bug#6887).
17046 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
17048         * simple.el (goto-line): Use string-to-number to provide a
17049         numeric argument to read-number (bug#9163).
17051 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
17053         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
17054         connection process, it could be nil.
17056 2011-07-27  Leo Liu  <sdl.web@gmail.com>
17058         Simplify url handling in rcirc-mode.
17060         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
17061         (rcirc-browse-url-at-mouse): Remove.
17062         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
17064 2011-07-26  Alan Mackenzie  <acm@muc.de>
17066         Fontify bitfield declarations properly.
17068         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
17069         (c-symbol-chars): Now exported as a lang variable.
17070         (c-not-primitive-type-keywords): New lang variable.
17072         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
17073         QT keyword "more" to prevent "more slots: ...." being spuriously
17074         parsed as a bitfield declaration.
17076         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17077         Refactor and enhance to handle bitfield declarations.
17078         (c-punctuation-in): New function.
17079         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
17080         declarations properly.
17082 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
17084         * calendar/icalendar.el (icalendar--all-events): Take care of
17085         multiple vcalendars in a single file.
17086         (icalendar--convert-float-to-ical): Checkdoc fixes.
17088 2011-07-25  Deniz Dogan  <deniz@dogan.se>
17090         * image.el (insert-image): Clarifying docstring.
17092 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
17094         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
17095         `tramp-send-command-and-check' if there is no error.
17096         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
17098 2011-07-22  Alan Mackenzie  <acm@muc.de>
17100         Prevent cc-langs.elc being loaded at run time.
17102         * progmodes/cc-mode.el: Remove two autoload forms which loaded
17103         cc-langs.
17105         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
17106         "(require 'cc-langs)".  Quote a form so it will evaluate at
17107         (cc-mode's) compilation time.
17109 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
17111         * net/tramp.el (tramp-file-name-handler): Avoid recursive
17112         loading.  (Bug#9114)
17114 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
17116         * window.el (display-buffer-pop-up-window)
17117         (display-buffer-pop-up-side-window)
17118         (display-buffer-in-side-window): Call display-buffer-set-height
17119         and display-buffer-set-width after setting the new window's
17120         buffer so `fit-window-to-buffer' and friends work on the right buffer.
17122 2011-07-20  Sam Steingold  <sds@gnu.org>
17124         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
17125         (etags-tags-included-tables): Call `convert-standard-filename' on
17126         the file names contained in TAGS so that windows Emacs can handle
17127         TAGS files created by cygwin ctags.
17129 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17131         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
17132         which apparently didn't work.
17134 2011-07-19  Roland Winkler  <winkler@gnu.org>
17136         * proced.el (proced-send-signal): For *Marked Processes* buffer
17137         put point at beginning of buffer.
17139 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
17141         * proced.el (proced-format): Make header lines align with the text
17142         (bug#1779).
17144 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17146         * view.el (view-buffer): Allow running in `special' modes if we're
17147         visiting a file (bug#8615).
17149 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
17151         * window.el (display-buffer-alist-of-strings-p)
17152         (display-buffer-alist-set-1, display-buffer-alist-set-2):
17153         New functions.
17154         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
17155         more accurately.
17157 2011-07-18  Alan Mackenzie  <acm@muc.de>
17159         Fontify declarators properly when, e.g., a jit-lock chunk begins
17160         inside a declaration.
17162         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
17164         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17165         New function.
17166         (c-complex-decl-matchers): Insert reference to
17167         c-font-lock-enclosing-decls.
17169         * progmodes/cc-engine.el (c-backward-single-comment):
17170         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
17171         to nil around calls to (forward-comment -1).
17173 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17175         * image.el (put-image): Doc typo fix.
17177         * progmodes/etags.el (tags-search): Doc typo fix.
17179         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
17180         password if we get errors 550 to 554.
17182 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17184         * net/gnutls.el (gnutls-log-level): Remove.
17186         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
17187         indentation character (bug#6380).
17189         * files.el (buffer-offer-save): Made permanently local (bug#6241).
17191         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
17192         to clarify what the problem is (bug#4291).
17194         * simple.el (current-kill): Clarify what
17195         `interprogram-paste-function' does (bug#7500).
17196         (auto-fill-mode): Document `auto-fill-function' in relation to
17197         `auto-fill-mode' (bug#2470).
17199 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
17201         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
17202         method if slot is read-only (bug#9035).
17204 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
17206         * frame.el (select-frame-set-input-focus): New argument NORECORD.
17207         * window.el (pop-to-buffer): Select window used even if it was
17208         selected before, see discussion of (Bug#8615), (Bug#6954).
17209         Pass argument NORECORD on to select-frame-set-input-focus.
17211 2011-07-15  Glenn Morris  <rgm@gnu.org>
17213         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
17214         Respect help-form.
17216 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
17218         * net/gnutls.el (gnutls-min-prime-bits): New variable.
17219         (gnutls-negotiate): Use it.
17221 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17223         * net/gnutls.el (gnutls-negotiate):
17224         Upcase `gnutls-algorithm-priority'.
17226 2011-07-15  Glenn Morris  <rgm@gnu.org>
17228         * jka-compr.el (jka-compr-verbose): Move from here...
17229         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
17230         Add missing :version tag.
17231         * info.el: No need to require jka-compr when compiling.
17233 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17235         * net/gnutls.el (gnutls-algorithm-priority): New variable.
17236         (gnutls-negotiate): Use it.
17238         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
17240         * info.el (Info-beginning-of-buffer): New command.
17241         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
17242         announcing `b' as the key (bug#8325).
17243         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
17245         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
17247         * international/mule-cmds.el
17248         (describe-specified-language-support): Make the error message
17249         clearer (bug#8905).
17251         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
17253         * isearch.el (isearch-barrier): Add a doc string, since it's
17254         mentioned in a function doc string (bug#8678).
17256 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
17258         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
17259         buffer argument (Bug#9083) and self-identifying label argument.
17261 2011-07-15  Glenn Morris  <rgm@gnu.org>
17263         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
17265 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17267         * man.el (Man-fontify-manpage): Fix message when formatting the
17268         man page (bug#7929).
17270 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
17272         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
17273         argument LRM; if non-nil, append an invisible LRM character to the
17274         buffer name.
17275         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
17276         last argument non-nil, when formatting buffer names.
17277         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
17278         paragraph direction.
17280 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17282         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
17283         the man page name (bug#7929).
17285         * image.el (put-image): Mention the `put-image' overlay property
17286         (bug#7834).
17288         * scroll-bar.el (set-scroll-bar-mode): Mention that
17289         `scroll-bar-mode' lists the values (bug#7772).
17291         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
17292         command (bug#7729).
17294         * rect.el (apply-on-rectangle): Return the point after the last
17295         operation.
17296         (string-rectangle): Go to the point after the last operation
17297         (bug#7522).
17299         * printing.el (pr-toggle-region): Clarify the documentation
17300         slightly (bug#7493).
17302         * time.el (display-time-update):
17303         Allow `display-time-mail-function' to return nil (bug#7158).
17304         Fix suggested by Detlev Zundel.
17306         * vc/diff.el (diff): Clarify the order the file names are read
17307         (bug#7111).
17309         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
17310         the doc string (bug#7015).
17312         * font-lock.el (font-lock-maximum-decoration): Mention what
17313         numeric levels mean (bug#6935).
17315         * startup.el (initial-buffer-choice): Don't mention the `none'
17316         selection, which is against policy.
17318 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
17320         * window.el (display-buffer-normalize-special):
17321         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
17323 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
17325         * subr.el (version<, version<=, version=): Mention "-CVS" and
17326         "-12345" alpha version numbers.
17328 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
17330         * bindings.el: Add advertised binding for set-mark-command
17331         (Bug#5772).
17333 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
17335         * bindings.el (mode-line-other-buffer):
17336         * bookmark.el (bookmark-bmenu-2-window):
17337         * bs.el (bs-cycle-next, bs-cycle-previous):
17338         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
17339         switch-to-buffer.
17341         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17342         Delete.
17344 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
17346         * follow.el (follow-debug-message, follow-redisplay):
17347         * jka-cmpr-hook.el (with-auto-compression-mode):
17348         Fix typos in docstrings.
17350 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17352         * subr.el (with-silent-modifications): Clarify somewhat what the
17353         macro inhibits (bug#6525).
17355         * simple.el (eval-expression): Note what it does if called
17356         interactively (bug#6495).
17358 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
17360         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
17361         Use pop-to-buffer buffer-or-name if it is nil.
17363         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17364         Remove switch-to-buffer.
17366 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17368         * files.el (make-directory): Clarify that an error will be raised
17369         if there's an error (bug#6397).
17371         * startup.el (initial-buffer-choice): Add `none' as a choice
17372         (bug#6234).
17374         * subr.el (add-hook): Clarify section about buffer-local hooks
17375         (bug#6218).
17377         * dired.el (dired-flagged): Clarify doc string (bug#6117).
17379 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
17381         * tabify.el (untabify): Preserve the current column so that point
17382         doesn't move (bug#6032).
17384 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17386         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
17387         Rewrite to avoid awkward possessive "s" (bug#5986).
17389 2011-07-13  Glenn Morris  <rgm@gnu.org>
17391         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
17392         (dired-insert-directory): Give a message the first time
17393         if ls is found not to support --dired.
17395 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17397         * simple.el (toggle-truncate-lines): Clarify what is toggled
17398         (bug#5580).  Text by Drew Adams.
17400 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
17402         * simple.el (blink-matching-open): Make the error message from the
17403         last change less verbose.
17405 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
17407         * font-lock.el (font-lock-comment-face): Use the high contrast
17408         "yellow" color for font-lock-comment-face on low color terminals
17409         using a dark background color (bug#4221).
17411 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17413         * dired.el (dired-insert-set-properties): Make the doc string
17414         reflect what it does now (bug#5325).
17416         * simple.el (blink-matching-open): Say that we were unable to find
17417         the match within the limit, if we're limited (bug#5122).
17419         * international/mule-cmds.el (prefer-coding-system): Add an
17420         example (bug#4869).
17422         * progmodes/etags.el (tags-search): Document `file-list-form'
17423         (bug#4731).
17425 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
17427         * net/browse-url.el (browse-url-default-browser)
17428         (browse-url-browser-function): Make the default browser choice a
17429         bit more logical (bug#4300).  Also clean up the doc string.
17431 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
17433         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
17434         binary endings (bug#4440).
17436 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17438         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
17439         which can be pretty annoying (bug#8971).
17441         * jka-compr.el (jka-compr-verbose): New variable, and use
17442         throughout (bug#8971).
17444         * info.el (Info-find-file): Fall back on the installation
17445         directory if we can't find the info node anywhere else.
17447 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
17449         * vc/vc.el (vc-revert-file):
17450         Don't set file time-stamp in the past.  (Bug#5181)
17452 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17454         * files.el (after-find-file): Give a better error message when
17455         trying to find a symlink that points to a file that doesn't exist
17456         (bug#4398).
17458         * progmodes/cc-vars.el: Remove (probably) misleading comment
17459         (bug#4396).
17461 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
17463         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
17465 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
17467         * mouse-sel.el: Hack restoring functionality, while keeping
17468         compatibility with 2010-07-03 changes to mouse selection.
17469         (mouse-sel-primary-overlay): New var.
17470         (mouse-sel-selection-alist): Use it.
17471         (mouse-sel-mode): Doc fix; remove points that are default features
17472         of mouse.el.
17474 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
17476         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17477         Fix previous fix (bug#2490).
17479 2011-07-12  Roland Winkler  <winkler@gnu.org>
17481         * textmodes/bibtex.el (bibtex-initialize):
17482         Use pop-to-buffer-same-window.
17483         (bibtex-search-entries): Fix interactive call.
17485 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17487         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17488         Fontise bytecomp Error lines more correctly (bug#2490).
17489         Fix suggested by Johan Bockgård.
17491         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
17493         * dired-x.el (dired-guess-default): Use `delete-dups'.
17495 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
17497         * dired.el (dired-mark-prompt):
17498         * dired-aux.el (dired-read-shell-command): Doc fix.
17500 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17502         * mail/sendmail.el (sendmail-query-once):
17503         Use `customize-save-variable' unconditionally, now that it works under
17504         emacs -Q.
17506         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17508         * cus-edit.el (custom-file): Take an optional no-error variable.
17509         (customize-save-variable): Set the variable, and give a warning if
17510         running under "emacs -q".
17512 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
17514         * loadhist.el (unload-feature-special-hooks):
17515         Add `auto-coding-functions', `fill-nobreak-predicate' and
17516         `find-directory-functions' (bug#5327).
17518 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17520         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
17522         * cus-edit.el (custom-guess-name-alist): -alist variables should
17523         use the `alist' type (bug#3120).  Suggested by Drew Adams.
17525         * printing.el: Add documentation to all the `pr-toggle-' commands.
17527 2011-07-11  Leo Liu  <sdl.web@gmail.com>
17529         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
17530         backends where it makes sense (bug#2623).
17532 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17534         * dired-x.el (dired-guess-default): Remove duplicate shell command
17535         entries (bug#2028).
17536         (dired-guess-default): Fix grammar in doc string (bug#2028).
17537         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
17539         * subr.el (remove-duplicates): New conveniency function.
17541 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17543         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
17544         (bug#1526).
17546 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
17548         * window.el (display-buffer-normalize-default): Don't invert
17549         meaning of even-window-heights.  Reported by Eli Zaretskii
17550         <eliz@gnu.org>.
17552 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
17554         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
17556 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
17558         * window.el (display-buffer): Fix arguments to
17559         display-buffer-reuse-window in last change.
17561         * faces.el (link): Use a less saturated blue on light backgrounds.
17563         * startup.el (fancy-startup-text, fancy-about-text)
17564         (fancy-startup-tail): Use font-lock faces, for background safety.
17566 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
17568         * emulation/viper-cmd.el (viper-change-state-to-vi):
17569         Limit triggering of abbrev expansion (Bug#9038).
17571 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
17573         * window.el (display-buffer-default-specifiers): Remove.
17574         (display-buffer-macro-specifiers): Remove default specifiers.
17575         (display-buffer-alist): Default to nil.
17576         (display-buffer-reuse-window): New optional argument other-window.
17577         (display-buffer-pop-up-window): Allow splitting internal
17578         windows.  Check whether a live window was created.
17579         (display-buffer-other-window-means-other-frame)
17580         (display-buffer-normalize-arguments): Rename to
17581         display-buffer-normalize-argument and rewrite.  Set the
17582         other-window specifier.
17583         (display-buffer-normalize-special): New function.
17584         (display-buffer-normalize-options): Rename to
17585         display-buffer-normalize-default and rewrite.
17586         (display-buffer-normalize-options-inhibit): Remove.
17587         (display-buffer-normalize-specifiers): Rewrite.
17588         (display-buffer): Process other-window specifier and call
17589         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
17590         more faithfully.
17591         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
17592         (display-buffer-alist-set): Don't handle 'unset default values.
17593         (display-buffer-in-window, display-buffer-alist-set):
17594         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
17595         <tassilo@member.fsf.org>.
17597 2011-07-09  Leo Liu  <sdl.web@gmail.com>
17599         * register.el (insert-register): Restore accidental change on
17600         2011-06-26.  (Bug#9028)
17602 2011-07-09  Glenn Morris  <rgm@gnu.org>
17604         * subr.el (remq): Handle the empty list.  (Bug#9024)
17606 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
17608         * mail/sendmail.el (send-mail-function): No longer delay custom
17609         initialization.
17610         * custom.el (custom-initialize-delay): Doc fix.
17612 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17614         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
17616 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
17618         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
17619         human-friendly prompt.
17621 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17623         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
17624         provided by a particular plugin.
17626 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17628         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
17629         save customizations (with "emacs -Q"), just set the variable
17630         instead of erroring out.
17632         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
17634 2011-07-08  Juri Linkov  <juri@jurta.org>
17636         * arc-mode.el (archive-zip-expunge, archive-zip-update)
17637         (archive-zip-update-case): Use 7z if found by `executable-find'.
17638         The order of searching the available programs is the same as in
17639         `archive-zip-extract' (bug#8968).
17641 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
17643         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
17644         (menu-bar-options-menu): Tweak descriptions.
17646 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17648         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
17649         menu items into verb phrases (bug#1421).  Also refill to fit under
17650         80 columns.
17652 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
17654         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
17655         (Info-read-node-name): Doc fix (Bug#1084).
17657         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
17658         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
17659         (end-of-sexp, beginning-of-sexp)
17660         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
17661         (forward-symbol, forward-same-syntax, word-at-point)
17662         (sentence-at-point): Doc fix (Bug#1144).
17664 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17666         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
17667         should cover it (bug#1281).
17669         * cus-edit.el (custom-show): Mark as obsolete.
17671         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
17672         negotiation fails, then possibly try again with a non-encrypted
17673         connection (bug#9017).
17675         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
17676         be used.
17678 2011-07-07  Richard Stallman  <rms@gnu.org>
17680         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
17681         property, and handle its changed format.
17682         Look for the correct line number.
17683         Use file's line contents (but not past first =) to find
17684         correct line in message.
17686 2011-07-07  Kenichi Handa  <handa@m17n.org>
17688         * international/characters.el (build-unicode-category-table):
17689         Delete it.
17690         (unicode-category-table): Set it by unicode-property-table-internal.
17692         * international/mule-cmds.el (char-code-property-alist): Move to
17693         to src/chartab.c.
17694         (get-char-code-property): Call unicode-property-table-internal to
17695         load a file.  Call get-unicode-property-internal where necessary.
17696         (put-char-code-property): Call unicode-property-table-internal to
17697         load a file.  Call put-unicode-property-internal where necessary.
17698         put-unicode-property-internal where necessary.
17699         (char-code-property-description):
17700         Call unicode-property-table-internal to load a file.
17702         * international/charprop.el:
17703         * international/uni-bidi.el:
17704         * international/uni-category.el:
17705         * international/uni-combining.el:
17706         * international/uni-comment.el:
17707         * international/uni-decimal.el:
17708         * international/uni-decomposition.el:
17709         * international/uni-digit.el:
17710         * international/uni-lowercase.el:
17711         * international/uni-mirrored.el:
17712         * international/uni-name.el:
17713         * international/uni-numeric.el:
17714         * international/uni-old-name.el:
17715         * international/uni-titlecase.el:
17716         * international/uni-uppercase.el: Regenerate.
17718         * loadup.el: Load international/charprop.el before
17719         international/characters.
17721 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
17723         * window.el (next-buffer, previous-buffer): Signal an error if
17724         called from a minibuffer window.
17726         * bindings.el: Revert 2011-07-04 change.
17728 2011-07-06  Richard Stallman  <rms@gnu.org>
17730         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
17731         (rmail-mime-insert-bulk, rmail-mime-insert-text):
17732         Treat markers like ints.
17733         (rmail-mime-entity): Doc fix.
17735 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17737         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
17738         defcustom again for backwards compatibility.
17740         * simple.el (shell-command-on-region): Fill.
17742         * dired-aux.el (dired-kill-line): Add a doc string.
17744         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
17745         to "\\sw\\|\\s_" (bug#358).
17747         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
17748         (dired-unmark-backward): Ditto.
17749         (dired-flag-backup-files): Ditto.
17751         * dired-x.el (dired-mark-sexp): Ditto.
17753 2011-07-06  Richard Stallman  <rms@gnu.org>
17755         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
17756         (rmail-mime-entity): New arg TRUNCATED.
17757         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
17758         New functions.
17759         (rmail-mime-save): Warn if entity is truncated.
17760         (rmail-mime-toggle-hidden): Likewise, for showing.
17761         (rmail-mime-process-multipart): Record when an entity is truncated.
17763         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
17764         if ENTITY is a string.
17766 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17768         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
17769         of faces when `M-C-x'-ing their definitions (bug#8378).
17770         Also clean up the code slightly.
17772         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
17773         because that makes the colors go away.
17775         * mail/sendmail.el (send-mail-function): Change the default to
17776         `sendmail-query-once'.
17777         (sendmail-query-once): Add an autoload cookie.
17779         * net/network-stream.el (network-stream-open-starttls): Try using
17780         a plain connection even if the server offered STARTTLS, and we
17781         kinda wanted to use it, if Emacs doesn't have any STARTTLS
17782         capability.  This should make smtpmail.el work in slightly more
17783         configurations.
17785 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
17787         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
17788         New defun.
17789         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
17791 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
17793         * progmodes/sql.el: Version 3.0
17794         (sql-product-alist): Add product :completion-object,
17795         :completion-column, and :statement attributes.
17796         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
17797         (sql-mode-syntax-table): Mark all punctuation.
17798         (sql-font-lock-keywords-builder): Temporarily remove fallback on
17799         ansi keywords.
17800         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
17801         (sql-mode-oracle-font-lock-keywords): Improve.
17802         (sql-oracle-show-reserved-words): New function for development.
17803         (sql-product-font-lock): Simplify for source code buffers.
17804         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
17805         New functions.
17806         (sql-highlight-product): Set product specific syntax table.
17807         (sql-mode-map): Add statement movement functions.
17808         (sql-ansi-statement-starters, sql-oracle-statement-starters):
17809         New variable.
17810         (sql-statement-regexp, sql-beginning-of-statement)
17811         (sql-end-of-statement, sql-signum): New functions.
17812         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
17813         (sql-show-sqli-buffer): Bug fix.
17814         (sql-interactive-mode): Store connection data as buffer local.
17815         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
17816         with sql-interactive-mode.
17817         (sql-save-connection): Save buffer local settings.
17818         (sql-connection-menu-filter): Change menu entry name.
17819         (sql-product-interactive): Bug fix.
17820         (sql-preoutput-hold): New variable.
17821         (sql-interactive-remove-continuation-prompt): Bug fixes.
17822         (sql-debug-redirect): New variable.
17823         (sql-str-literal): New function.
17824         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
17825         Redesign.
17826         (sql-oracle-save-settings, sql-oracle-restore-settings)
17827         (sql-oracle-list-all, sql-oracle-list-table): New functions.
17828         (sql-completion-object, sql-completion-column)
17829         (sql-completion-sqlbuf): New variables.
17830         (sql-build-completions-1, sql-build-completions)
17831         (sql-try-completion): New functions.
17832         (sql-read-table-name): Use them.
17833         (sql-contains-names): New buffer local variable.
17834         (sql-list-all, sql-list-table): Use it.
17835         (sql-oracle-completion-types): New variable.
17836         (sql-oracle-completion-object, sql-sqlite-completion-object)
17837         (sql-postgres-completion-object): New functions.
17839 2011-07-06  Glenn Morris  <rgm@gnu.org>
17841         * window.el (pop-to-buffer): Doc fix.
17843 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
17845         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
17847 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
17849         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
17851         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
17853 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
17855         * button.el (button): Inherit from link face.  Suggested by Dan
17856         Nicolaescu.
17858 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17860         * progmodes/gdb-mi.el: Fit in 80 columns.
17861         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
17862         switch-to-buffer.
17864         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
17865         if imenu is simply not configured (bug#8941).
17867 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
17869         * allout.el (allout-post-undo-hook): New allout outline-change
17870         event hook to signal undo activity.
17871         (allout-post-command-business): Run allout-post-undo-hook if an
17872         undo just occurred.
17873         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
17874         * allout-widgets.el (allout-widgets-after-undo-function):
17875         Ensure the integrity of the current item's decoration after it has been
17876         in the vicinity of an undo.
17877         (allout-widgets-mode): Include allout-widgets-after-undo-function
17878         on the new allout-post-undo-hook.
17880 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17882         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
17883         Let define-derived-mode define it.
17884         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
17885         cycles of abbrev-table inheritance (bug#8998).
17887 2011-07-05  Roland Winkler  <winkler@gnu.org>
17889         * textmodes/bibtex.el: Add support for biblatex.
17890         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
17891         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
17892         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
17893         (bibtex-entry-alist, bibtex-field-alist): New variables.
17894         (bibtex-entry-field-alist): Obsolete alias for
17895         bibtex-BibTeX-entry-alist.
17896         (bibtex-entry-alist, bibtex-field-alist): New widgets.
17897         (bibtex-set-dialect): New command.
17898         (bibtex-entry-type, bibtex-entry-head)
17899         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
17900         Bind via bibtex-set-dialect.
17901         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
17902         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
17903         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
17904         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
17905         Define via bibtex-set-dialect.
17906         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
17907         Obey bibtex-no-opt-remove-re.
17908         (bibtex-vec-push, bibtex-vec-incr): New functions.
17909         (bibtex-format-entry, bibtex-field-list)
17910         (bibtex-print-help-message, bibtex-validate)
17911         (bibtex-search-entries): Use new format of bibtex-entry-alist.
17913 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17915         * progmodes/compile.el (compilation-goto-locus):
17916         * net/tramp-cmds.el (tramp-append-tramp-buffers):
17917         * bs.el (bs-cycle-next, bs-cycle-previous):
17918         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
17919         * bindings.el (mode-line-other-buffer):
17920         * autoinsert.el (auto-insert):
17921         * arc-mode.el (archive-extract):
17922         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
17924 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
17926         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
17927         Fix check of `emacs-lock-unlockable-modes'.
17928         Coerce true values of `emacs-lock--try-unlocking' to t.
17930 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
17932         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
17933         * emacs-lock.el: New file.
17935 2011-07-05  Julien Danjou  <julien@danjou.info>
17937         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
17938         than `boundp' to check if face is set.
17940 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
17942         * register.el (registerv-make):
17943         * window.el (window-min-height): Fix typos in docstrings.
17945 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
17947         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
17948         Update doc string.
17950 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
17952         * server.el (server-execute): Catch quit and call
17953         `server-return-error' to pass the error back to emacsclient and
17954         close the connection (bug#8942).
17956 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
17958         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
17959         insecure exception for current topic.  Also note that auto-saves
17960         are handled differently.
17962         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
17963         State variables for tracking auto-save inhibition situation.
17965         (allout-write-contents-hook-handler): Rename from
17966         'allout-write-file-hook-handler', and describe how it depends on
17967         write-contents-functions sensitivity to non-nil value to prevent
17968         file write.
17970         (allout-auto-save-hook-handler): Remove.  auto-save does not check
17971         this in individual buffers, only in the starting buffer, so this
17972         is not the right way for us to inhibit auto-save in a buffer
17973         according to its condition.
17975         (allout-mode): Use new allout-write-contents-hook-handler, and
17976         only with write-contents-functions.  Remove auto-save provisions -
17977         they're implemented elsewhere.
17979         (allout-before-change-handler): If undo is in progress, note that
17980         for attention of allout-post-command-business.
17982         (allout-post-command-business): If the command we're following was
17983         an undo, check for change in the status of encrypted items and
17984         adjust auto-save inhibitions accordingly.
17986         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
17987         according to whether there are or aren't any plain-text topics
17988         pending encryption.
17990         (allout-inhibit-auto-save-info-for-decryption):
17991         Adjust buffer-saved-size and some allout state to inhibit auto-saves
17992         if there are plain-text topics pending encryption.
17994         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
17995         buffer-saved-size and some allout state to not inhibit auto-saves
17996         if there are no longer any plain-text topics pending encryption.
17998         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
17999         No longer provide for exemption of the current topic.
18001 2011-07-04  Juri Linkov  <juri@jurta.org>
18003         Add 7z operations to delete and save changed members (bug#8968).
18004         * arc-mode.el (archive-7z-expunge, archive-7z-update):
18005         New defcustoms.
18006         (archive-7z-write-file-member): New function.
18007         (archive-7z-summarize): Fix the number of dashes in the
18008         listing output.
18010 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18012         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
18013         (bug#8958).
18015 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
18017         * bindings.el: Ignore next-buffer and previous-buffer in
18018         minibuffer-local-map.
18020         * font-lock.el (font-lock-builtin-face): Change light background
18021         color to dark slate blue (Bug#6693).
18023 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
18025         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
18027 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18029         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
18030         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18031         Add switch-to-buffer.
18033 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18035         * isearch.el (isearch-search-fun-function): Clarify further the
18036         meaning of the function returned.
18038 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
18040         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
18042         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
18043         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
18044         Use it.
18045         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
18046         `tramp-default-remote-path' does not exist.
18047         (tramp-send-command-and-read): New optional argument NOERROR.
18048         (tramp-open-connection-setup-interactive-shell)
18049         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
18050         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
18051         (tramp-process-sentinel): Flush also process' connection property.
18052         (tramp-sh-handle-start-file-process): Do not set process
18053         sentinel.  It is done now ...
18054         (tramp-maybe-open-connection): ... here.  (Bug#8929)
18056 2011-07-04  MON KEY  <monkey@sandpframing.com>
18058         * play/animate.el (animate-string): Doc fixes and allow changing
18059         the buffer name (bug#5417).
18061 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18063         * play/animate.el (animation-buffer-name): Rename from *animate*.
18065 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
18067         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
18068         This is simpler and helps future-proof the code.
18069         (timer-until): Use time-subtract and float-time.
18070         (timer--time-less-p): Use time-less-p.
18072 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
18074         * type-break.el (timep): Use the value of `float-time' to avoid a
18075         byte-compiler warning.
18077         * server.el (server-eval-and-print): Return any result, even nil.
18079 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18081         * type-break.el: Accept time formats that the builtins accept.
18082         (timep, type-break-time-difference): Accept any format that
18083         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
18084         This is simpler and helps future-proof the code.
18085         (type-break-time-difference): Round rather than ignoring
18086         subseconds components.
18088 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18090         * info.el (Info-apropos-matches): Make non-interactive, since it
18091         doesn't seem to do anything useful as a command (bug#8829).
18093 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
18095         * frame.el (frame-background-mode, frame-set-background-mode):
18096         Move from faces.el.
18097         (frame-default-terminal-background): New function.
18099         * custom.el (custom-push-theme): Don't record faces in `changed'
18100         theme; this doesn't work correctly for per-frame face settings.
18101         (disable-theme): Use face-set-after-frame-default to reset faces.
18102         (custom--frame-color-default): New function.
18104 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18106         * dired.el (dired-flagging-regexp): Remove unused variable
18107         (bug#8769).
18109 2011-03-29  Kevin Ryde  <user42@zip.com.au>
18111         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18112         `perl-Test2' extend to match possible "fail #N" rep count
18113         (bug#8377).
18115 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18117         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
18118         `smtpmail-via-smtp' now returns the error instead of nil.
18120         * isearch.el (isearch-search-fun-function): Clarify the doc string
18121         (bug#8101).
18123 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
18125         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
18126         unnecessary spaces (bug#8987).
18128 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18130         * net/network-stream.el (open-network-stream): Use the
18131         :end-of-capability command thoughout.
18133 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18135         * net/network-stream.el (open-network-stream): Add the
18136         :end-of-capability command parameter, used by pop3.el.
18138 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18140         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
18142         * fringe.el (fringe-query-style): Remove redundant text " (type ?
18143         for list)" (bug#6475).
18145         * files.el (file-expand-wildcards): Ignore non-readable
18146         sub-directories while trying to find matches instead of signaling
18147         an error (bug#6297).
18149         * man.el (Man-reference-regexp): Allow matching possible
18150         word-wrapped references (bug#6289).
18152         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
18153         for consistency with the other vc buffers (bug#6197).
18154         (vc-checkin): Ditto.
18156         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
18158         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
18160 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18162         * custom.el (defcustom): Clarify that :set is only used in the
18163         Customize user interface (bug#6089).
18165         * progmodes/flymake.el (flymake-mode): If the buffer isn't
18166         associated with a file, refuse to run instead of erroring out
18167         (bug#6084).
18169         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
18170         the doc string, since it appears that using `fill-column' always
18171         controls the width (bug#7845).
18173         * simple.el (shell-command-on-region): Say where the error output
18174         went if `shell-command-default-error-buffer' is set (bug#6857).
18176 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
18178         * allout.el (allout-yank-processing): Adjust cursor position for
18179         backwards-deleted space.
18181         (allout-rebullet-heading): Register changes with
18182         allout-exposure-changed-hook, so the modified topic is properly
18183         decorated.
18185 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18187         * minibuffer.el (completion-in-region): Document PREDICATE
18188         (bug#7136).
18190         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
18191         of keyword/argument pairs (bug#6904).
18193         * replace.el (multi-occur):
18194         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
18196 2011-07-02  Drew Adams  <drew.adams@oracle.com>
18198         * dired.el (dired-mark-if): Make the message about whether it's
18199         marking or unmarking clearer (bug#8523).
18201 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18203         * disp-table.el (display-table-print-array): New function.
18204         (describe-display-table): Use it to print the vectors more pretty
18205         (Bug#8859).
18207 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
18209         * window.el (window-state-get-1): Don't assign clone numbers.
18210         Add clone-of item to list of window parameters.
18211         (window-state-put-2): Don't process clone numbers.
18212         (display-buffer-alist): Fix doc-string.
18214 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18216         * subr.el (remq): Don't allocate if it's not needed.
18217         (keymap--menu-item-binding, keymap--menu-item-with-binding)
18218         (keymap--merge-bindings): New functions.
18219         (keymap-canonicalize): Use them to refine the canonicalization.
18220         * minibuffer.el (minibuffer-local-completion-map)
18221         (minibuffer-local-must-match-map): Move initialization from C.
18222         (minibuffer-local-filename-completion-map): Move initialization from C;
18223         don't inherit from anything here.
18224         (minibuffer-local-filename-must-match-map): Make obsolete.
18225         (completing-read-default): Use make-composed-keymap to combine
18226         minibuffer-local-filename-completion-map with either
18227         minibuffer-local-must-match-map or
18228         minibuffer-local-filename-completion-map.
18230 2011-07-01  Glenn Morris  <rgm@gnu.org>
18232         * type-break.el (type-break-time-sum): Use dolist.
18234         * textmodes/flyspell.el (flyspell-word-search-backward):
18235         Replace CL function.
18237 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18239         * mouse.el (mouse--strip-first-event): New function.
18240         (function-key-map): Use it to map fringe clicks to normal clicks
18241         by default.
18243         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
18244         (vc-bzr-revision-completion-table): Add support for annotate and date.
18246         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
18247         inherit from parent.
18249 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18251         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
18252         (dired-show-file-type): Doc fixup (bug#8818).
18254         * dired.el (dired-mode): Fix up the doc string as suggested by
18255         Drew Adams (bug#8817).
18257         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
18258         cookie, since the manual says that it should be possible to add
18259         this function to `find-file-hook' (bug#8709).
18261 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
18263         * progmodes/cfengine.el: Moved all cfengine3.el functionality
18264         here.  Noted Ted Zlatanov as the maintainer.
18265         (cfengine-common-settings, cfengine-common-syntax): New functions
18266         to set up common things between `cfengine-mode' and
18267         `cfengine3-mode'.
18268         (cfengine3-mode): New mode.
18269         (cfengine3-defuns cfengine3-defuns-regex
18270         (cfengine3-class-selector-regex cfengine3-category-regex)
18271         (cfengine3-vartypes cfengine3-font-lock-keywords)
18272         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
18273         (cfengine3-indent-line): Add from cfengine3.el.
18275 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
18277         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
18279         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
18281 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
18283         * window.el (same-window-buffer-names, same-window-regexps)
18284         (same-window-p, special-display-frame-alist)
18285         (special-display-popup-frame, special-display-function)
18286         (special-display-buffer-names, special-display-regexps)
18287         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
18288         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18289         (split-window-preferred-function, split-height-threshold)
18290         (split-width-threshold, even-window-heights)
18291         (display-buffer-mark-dedicated, window-splittable-p)
18292         (split-window-sensibly, window-safely-shrinkable-p):
18293         Un-obsolete.
18294         (display-buffer): Don't spread args with function specifier
18295         because special-display-popup-frame won't like it.
18297 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18299         Time-stamp simplifications and fixes.
18300         These improve accuracy slightly, and future-proof the code
18301         against some potential changes to current-time format.
18303         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
18304         by using time-since and float-time.
18306         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
18307         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
18308         + NNN microseconds".
18310         * type-break.el (type-break-time-sum): Rewrite using time-add.
18312         * play/hanoi.el (hanoi-current-time-float): Remove.
18313         All uses replaced by float-time.
18315         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
18316         This yields a more-accurate answer.
18317         (rng-time-to-float): Remove; no longer needed.
18319         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
18321         * calendar/timeclock.el (timeclock-seconds-to-time):
18322         Defalias to seconds-to-time, since they're the same thing.
18324         * emacs-lisp/elp.el (elp-elapsed-time):
18325         * emacs-lisp/benchmark.el (benchmark-elapse):
18326         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
18328 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18330         * window.el (bury-buffer): Don't iconify the only frame.
18331         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
18332         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
18334 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
18336         * eshell/em-smart.el (eshell-smart-display-navigate-list):
18337         Add mouse-yank-primary.
18339 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
18341         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
18343 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18345         * emacs-lisp/find-func.el (find-library--load-name): New fun.
18346         (find-library-name): Use it to find relative load names when provided
18347         absolute file name (bug#8803).
18349 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18351         * textmodes/flyspell.el (flyspell-word): Consider words that
18352         differ only in case as potential doublons (bug#5687).
18354         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
18355         Remove two rather uninteresting debugging-like messages to make
18356         debbugs.el more silent.
18358         * comint.el (comint-password-prompt-regexp): Accept "Response" as
18359         a password-like phrase.
18361 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
18363         * progmodes/cc-guess.el: New file.
18365         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
18367         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
18368         derived from `c-basic-common-init'.
18370         * progmodes/cc-mode.el (top-level): Require cc-guess.
18371         (c-basic-common-init): Use `cc-choose-style-for-mode'.
18373 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
18375         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
18377 2011-06-30  Alan Mackenzie  <acm@muc.de>
18379         * progmodes/cc-engine.el (c-guess-continued-construct):
18380         Correct the handling of template-args-cont, particularly for when font
18381         lock is disabled.  Name this case as "CASE G".
18383 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
18385         * allout.el (allout-yank-processing): Fix injection of extra space
18386         between bullet and non-whitespace character in first topic when
18387         pasting, ensuring that the actual spacing in the pasted topic
18388         following the bullet char is preserved.  This extra space was
18389         causing pasted encrypted topics to get a decrypted status even
18390         when the content was actually still encrypted.  Now the decryption
18391         status from before the paste is preserved.
18393         (allout-flag-region): Set all allout overlays so they evaporate
18394         when reduced to zero length (evanescent), to prevent overlay
18395         leakage.
18397 2011-06-30  Glenn Morris  <rgm@gnu.org>
18399         * w32-fns.el (w32-charset-info-alist): Declare.
18401         * find-dired.el (find-grep-options): Simplify.
18403         * term/ns-win.el (ns-set-resource): Declare.
18405         * ses.el (row, col): Declare dynamic variables honestly.
18407         * textmodes/reftex-parse.el (index-tags): Declare.
18409 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
18411         * cus-edit.el (customize-push-and-save): New function.
18413         * files.el (hack-local-variables-confirm): Use it.
18415         * custom.el (load-theme): New arg NO-CONFIRM.
18416         Use customize-push-and-save (Bug#8720).
18417         (custom-enabled-themes): Doc fix.
18419         * cus-theme.el (customize-create-theme)
18420         (custom-theme-merge-theme): Callers to load-theme changed.
18422 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18424         * thingatpt.el (thing-at-point-short-url-regexp): Require that
18425         short URLs have at least one dot in them (bug #7614).
18427         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
18428         nil, because using a pty is apparently too slow (bug #895).
18430 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18432         * mail/sendmail.el (sendmail-query-once): New function.
18433         (sendmail-query-once-function): New variable.
18435 2011-06-29  Glenn Morris  <rgm@gnu.org>
18437         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
18439         * ses.el (top-level): Require cl when compiling.
18440         (ses-set-localvars): Fix error statement.
18441         Call it at compile time to silence a storm of warnings.
18443 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
18445         * window.el (normalize-live-buffer): Rename to
18446         window-normalize-buffer.
18447         (normalize-live-frame): Rename to window-normalize-frame.
18448         (normalize-any-window): Rename to window-normalize-any-window.
18449         (normalize-live-window): Rename to window-normalize-live-window.
18450         (make-window-atom): Rename to window-make-atom.
18451         (window-resize-reset): Rename to window--resize-reset.
18452         (window-resize-reset-1): Rename to window--resize-reset-1.
18453         (resize-mini-window): Rename to window--resize-mini-window.
18454         (resize-subwindows-skip-p): Rename to
18455         window--resize-subwindows-skip-p.
18456         (resize-subwindows-normal): Rename to
18457         window--resize-subwindows-normal.
18458         (resize-subwindows): Rename to window--resize-subwindows.
18459         (resize-other-windows): Rename to window--resize-siblings.
18460         (resize-this-window): Rename to window--resize-this-window.
18461         (resize-root-window): Rename to window--resize-root-window.
18462         (resize-root-window-vertically): Rename to
18463         window--resize-root-window-vertically.
18464         (normalize-buffer-to-display): Rename to
18465         window-normalize-buffer-to-display.
18466         (normalize-buffer-to-switch-to): Rename to
18467         window-normalize-buffer-to-switch-to.
18468         Correspondingly update all callers of the functions listed
18469         above.
18470         (display-buffer-alist, display-buffer-normalize-arguments)
18471         (display-buffer-normalize-options, display-buffer)
18472         (display-buffer-alist-set): Use "function" instead of
18473         "fun-with-args".
18475 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
18477         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
18478         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
18479         debbugs.gnu.org.  Mention acknowledgment email.
18481 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18483         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
18484         buffer multibyteness, since it shouldn't matter.
18486 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
18488         * window.el (display-buffer-in-side-window): Handle dedicated
18489         windows as in display-buffer-reuse-window.
18490         (display-buffer-normalize-alist): Use value of override
18491         specifier.
18492         (display-buffer-normalize-specifiers): Use value of
18493         other-window-means-other-frame specifier.
18494         (display-buffer-alist): Rewrite some texts in widgets.
18495         (display-buffer): Spread arguments when calling function
18496         specified by fun-with-args.
18498 2011-06-28  Deniz Dogan  <deniz@dogan.se>
18500         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18501         Unnest `let'.
18503         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
18504         selectors (Bug#5732).
18505         (css-proprietary-nmstart-re): Use `regexp-opt'.
18507 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
18509         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
18510         (eshell-ls-date-format): New defcustom.
18511         (eshell-ls-file): Use it.
18513 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18515         * help-fns.el (describe-variable): Fix message for terminal-local vars.
18517 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18519         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
18520         (ange-ftp-make-tmp-name): New arg.
18521         (ange-ftp-file-local-copy): Use it.
18523 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
18525         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
18526         no-conversion (Bug#8870).
18528 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
18530         * window.el (window-right, window-left, window-child)
18531         (window-child-count, window-last-child)
18532         (window-iso-combination-p, walk-window-tree-1)
18533         (window-atom-check-1, window-tree-1, delete-window)
18534         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
18535         new naming conventions - window-vchild, window-hchild,
18536         window-next and window-prev are now called window-top-child,
18537         window-left-child, window-next-sibling and window-prev-sibling
18538         respectively.
18539         (resize-window-reset): Rename to window-resize-reset.
18540         (resize-window-reset-1): Rename to window-resize-reset-1.
18541         (resize-window): Rename to window-resize.
18542         (window-min-height, window-min-width)
18543         (resize-mini-window, resize-this-window, resize-root-window)
18544         (resize-root-window-vertically, adjust-window-trailing-edge)
18545         (enlarge-window, shrink-window, maximize-window)
18546         (minimize-window, delete-window, quit-restore-window)
18547         (split-window, balance-windows, balance-windows-area-adjust)
18548         (balance-windows-area, window-state-put-2)
18549         (display-buffer-even-window-sizes, display-buffer-set-height)
18550         (display-buffer-set-width, set-window-text-height)
18551         (fit-window-to-buffer): Rename all "resize-window" prefixed
18552         calls to use the "window-resize" prefix convention.
18553         (display-buffer-alist): Fix symbol for label specifier.
18554         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
18555         corresponding specifier.
18556         Reported by Juanma Barranquero <lekktu@gmail.com>.
18558 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
18560         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
18561         convention.
18562         (ses-call-printer): Does not pass an empty string to formatter when the
18563         cell is empty to keep from barking printer Calc math-format-value.
18565 2011-06-27  Richard Stallman  <rms@gnu.org>
18567         * battery.el (battery-mode-line-limit): New variable.
18568         (battery-update): Handle it.
18570         * mail/rmailmm.el (rmail-mime-process-multipart):
18571         Handle truncated messages.
18573 2011-06-27  Glenn Morris  <rgm@gnu.org>
18575         * progmodes/flymake.el (flymake-err-line-patterns):
18576         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
18578 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
18580         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
18581         (ses--clean-!, ses--clean-_): New functions.
18582         (ses-range): Add configurability of readout order, and conversion
18583         to Calc vector.
18585         * ses.el (ses-repair-cell-reference-all): New function.
18586         (ses-cell-symbol): Set macro as safe, so that it can be used in
18587         formulas.
18589         * ses.el: Update cycle detection algorithm.
18590         (ses-localvars): Add ses--Dijkstra-attempt-nb and
18591         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
18592         (ses-set-localvars): New function.
18593         (ses-make-cell): Add property-list as a cell element.
18594         (ses-cell-property-get-fun, ses-cell-property-get)
18595         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
18596         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
18597         New functions.
18598         (ses-cell-property-set, ses-cell-property-pop)
18599         (ses-cell-property-get-handle): New macro.
18600         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
18601         New aliases, used for code readability.
18602         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
18603         cycle detection.
18604         (ses-self-reference-early-detection): New defcustom.
18605         (ses-formula-references): Robustify against self-referring cells.
18606         (ses-mode): Use ses-set-localvars.
18607         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
18608         before lauching the update processing.
18609         (ses-initialize-Dijkstra-attempt): New function.
18610         (ses-recalculate-cell): Update for cycle detection based on
18611         Dijkstra algorithm.
18613         * ses.el: Fix commenting and indenting convention.
18615 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18617         * bs.el (bs-cycle-next): Complete last change.
18619 2011-06-27  Drew Adams  <drew.adams@oracle.com>
18621         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
18623 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18625         * net/network-stream.el (network-stream-open-starttls):
18626         Don't re-get capabilities unless we've reestablished connection.
18627         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
18629         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
18630         to binary to possibly avoid line encoding issues on Windows (among
18631         other things).
18633 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18635         * net/network-stream.el (open-network-stream): Return an :error
18636         saying what the problem was, if possible.
18638         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
18639         server.
18641         * net/network-stream.el (network-stream-open-starttls): If we
18642         wanted to use STARTTLS, and the server offered it, but we weren't
18643         able to because we had no STARTTLS support, then close the connection.
18644         (open-network-stream): Return an :error element, if present.
18646 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
18648         * hl-line.el (hl-line-sticky-flag): Doc fix.
18649         (global-hl-line-sticky-flag): New option (Bug#8323).
18650         (global-hl-line-highlight): Obey it.
18652         * vc/vc.el (vc-revert-show-diff): Default to t.
18654 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
18656         * allout-widgets.el (allout-widgets-post-command-business):
18657         Stop decorating intermediate isearch matches.  They're not being
18658         undecorated when an isearch is continued past, and isearch
18659         automatically collapses them.  This leads to "widget leaks", where
18660         decorated items accumulate in collapsed areas.  Lines with lots of
18661         hidden widgets can slow down cursor travel, substantially.
18662         Too much complicated machinery would be needed to ensure undecoration,
18663         so we're doing without this nicety.
18665         (allout-widgets-tally-string): Don't try to do a hash-table-count
18666         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
18667         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
18668         *Messages* when allout-widgets-maintain-tally is t.
18670 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
18672         * window.el (display-buffer-normalize-argument): Rename to
18673         display-buffer-normalize-arguments.  Handle special meaning of
18674         LABEL argument.  Respect special-display-function when popping up
18675         a new frame.  Fix code searching for a window showing the buffer
18676         on another frame.
18677         (display-buffer-normalize-specifiers):
18678         Call display-buffer-normalize-arguments.
18679         (display-buffer-in-window): Don't undedicate the window if its
18680         buffer remains the same.
18681         Reported by Drew Adams <drew.adams@oracle.com>.
18682         (display-buffer-alist): Add choice for same-window macro
18683         specfier.
18684         (display-buffer): Mention special meaning of LABEL argument in
18685         doc-string.  Fix quoting.  Don't pop up a new frame even as
18686         fallback.
18688 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
18690         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
18691         avoid deleting the current window in some cases (bug#8911).
18693 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
18695         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
18696         (Bug#8934)
18698 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18700         * net/network-stream.el (network-stream-open-starttls):
18701         Use built-in TLS support if `gnutls-available-p' is true.
18702         (network-stream-open-tls): Ditto.
18704 2011-06-26  Leo Liu  <sdl.web@gmail.com>
18706         * register.el (registerv): New struct.
18707         (registerv-make): New function.
18708         (jump-to-register, describe-register-1, insert-register):
18709         Support the jump-func, print-func and insert-func slot of a registerv
18710         struct.  (Bug#8415)
18712 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
18714         * vc/vc.el (vc-revert-show-diff): New defcustom.
18715         (vc-diff-internal): New arg specifying diff buffer.
18716         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
18717         reuse an existing *vc-diff* buffer (Bug#8927).
18719         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
18721 2011-06-26  Glenn Morris  <rgm@gnu.org>
18723         * progmodes/f90.el (f90-critical-indent): New option.
18724         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
18725         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
18726         (f90-mode): Doc fix.
18727         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
18728         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
18729         (f90-beginning-of-block, f90-next-block, f90-indent-region)
18730         (f90-match-end): Handle block, critical.
18732 2011-06-25  Glenn Morris  <rgm@gnu.org>
18734         * calendar/diary-lib.el (diary-included-files): Doc fix.
18735         (diary-include-files): New function, extracted from
18736         diary-include-other-diary-files and diary-mark-included-diary-files.
18737         (diary-include-other-diary-files, diary-mark-included-diary-files):
18738         Just call diary-include-files.
18739         (diary-mark-entries): Reset diary-included-files on first call.
18741         * calendar/diary-lib.el (diary-mark-entries)
18742         (diary-mark-included-diary-files):
18743         Visit included diary-files in temp buffers.
18745         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
18746         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
18747         (f90-start-block-re, f90-imenu-generic-expression)
18748         (f90-looking-at-program-block-start, f90-no-block-limit):
18749         Add support for submodules.
18751         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
18752         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
18754 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
18756         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
18757         buffer-file-type before setting its value, to avoid disastrous
18758         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
18760 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
18762         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
18764         * ses.el (ses-unload-function):
18765         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
18767         * proced.el (proced-unload-function):
18768         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
18770 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
18772         * server.el (server-create-window-system-frame): Add parameters arg.
18773         (server-process-filter): Doc fix.  Handle frame-parameters.
18775 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
18777         Fix bug#8730, bug#8781.
18779         * loadhist.el (unload--set-major-mode): New function.
18780         (unload-feature): Use it.
18782         * progmodes/python.el (python-after-info-look): Add autoload cookie.
18783         (python-unload-function): New function.
18785 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18787         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
18789 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
18791         * net/browse-url.el (browse-url-firefox-program): Add icecat to
18792         the candidates list.
18794 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
18796         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
18798 2011-06-23  Richard Stallman  <rms@gnu.org>
18800         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
18801         (rmail-variables): Set next-error-move-function.
18802         (rmail-what-message): Take argument POS.
18803         (rmail-next-error-move): New function.
18805 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18807         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
18808         messages for adjacent non-terminals.
18810 2011-06-23  Richard Stallman  <rms@gnu.org>
18812         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
18813         (rmail-show-message-1): Preserve buffer modified flag.
18814         (rmail-start-mail): Don't specify use of rmail-mail-return;
18815         that's done by mail-bury now.
18816         (rmail-mail-return): Handle arg NEWBUF.
18818 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
18820         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
18821         SIZE is a number.
18823 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
18825         * window.el (get-lru-window, get-mru-window)
18826         (get-largest-window): Never return a minibuffer window.
18827         (display-buffer-pop-up-window): Fix a bug that could lead to
18828         reusing the minibuffer window.
18829         (display-buffer): Pass original specifier argument to
18830         display-buffer-function instead of the normalized one.
18831         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18833 2011-06-22  Leo Liu  <sdl.web@gmail.com>
18835         * minibuffer.el (completing-read-function)
18836         (completing-read-default): Move from minibuf.c.
18838 2011-06-22  Richard Stallman  <rms@gnu.org>
18840         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
18841         to Rmail even if not started by a special Rmail command.
18843         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
18844         Copy the buffer currently showing just one message.
18846 2011-06-22  Roland Winkler  <winkler@gnu.org>
18848         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
18849         (bibtex-clean-entry): First delete the old key so that a
18850         customized algorithm for generating the new key does not get
18851         confused by the old key.
18852         (bibtex-url): Obey regexp of first step.
18853         (bibtex-search-entries): Do not use add-to-list with local
18854         list-var.
18856 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18858         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
18859         stored a user name, then query for the password first, instead of
18860         waiting for SMTP to give an error message and the trying again.
18862 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
18864         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
18865         BUFFER in call-process.
18867 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18869         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
18870         QUIT twice.
18871         (smtpmail-try-auth-methods): Require user name and password from
18872         auth-source.
18874 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
18876         * window.el (display-buffer-default-specifiers)
18877         (display-buffer-alist): Remove entries for pop-up-frame-alist.
18878         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
18879         (split-window): Normalize SIDE argument (Bug#8916).
18881         * frame.el (pop-up-frame-alist, pop-up-frame-function)
18882         (special-display-frame-alist, special-display-popup-frame):
18883         Remove duplicate declarations.  These are now in window.el.
18885 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18887         * mail/smtpmail.el (smtpmail-via-smtp):
18888         Set :use-starttls-if-possible so that we always use STARTTLS if the
18889         server supports it.  SMTP servers that support STARTTLS commonly
18890         require it.
18892         * net/network-stream.el (network-stream-open-starttls): Support
18893         upgrading to STARTTLS always, even if we don't have built-in support.
18894         (open-network-stream): Add the :always-query-capabilities keyword.
18896         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
18897         upgrades with `open-network-stream', and rely solely on
18898         auth-source for all credentials.  Big changes throughout the file,
18899         but in particular:
18900         (smtpmail-auth-credentials): Remove.
18901         (smtpmail-starttls-credentials): Remove.
18902         (smtpmail-via-smtp): Check for servers saying they want AUTH after
18903         MAIL FROM, too.
18905         * net/network-stream.el (network-stream-open-starttls):
18906         Provide support for client certificates both for external and built-in
18907         STARTTLS.
18908         (auth-source): Require.
18909         (open-network-stream): Document the :client-certificate keyword.
18910         (network-stream-certificate): Change cert-cert to cert and
18911         cert-key to key.
18913 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
18915         * net/tramp-cache.el (top): Don't load the persistency file when
18916         "emacs -Q" has been called.
18918 2011-06-21  Tim Harper  <timcharper@gmail.com>
18920         * term/ns-win.el (ns-initialize-window-system):
18921         Set application-specific `ApplePressAndHoldEnabled' system
18922         resource to NO as it is not yet supported by the NS port.
18924 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
18926         * misc.el (list-dynamic-libraries--refresh): Compute header here...
18927         (list-dynamic-libraries): ...not here.
18929 2011-06-21  Leo Liu  <sdl.web@gmail.com>
18931         * subr.el (sha1): Implement sha1 using secure-hash.
18933 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
18935         * window.el (display-buffer-alist): In default value do not
18936         enforce searching a window on any but the selected frame.
18937         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18938         (display-buffer-select-window): Remove function.
18939         (display-buffer-in-window): When a window on another frame gets
18940         reused, do not select it any more but just raise its frame if
18941         necessary (Bug#8851) and (Bug#8856).
18942         (display-buffer-normalize-options): Handle pop-up-frames related
18943         options more faithfully.
18944         (pop-to-buffer): Don't rely on `display-buffer' selecting the
18945         window if it is on another frame.
18946         (display-buffer-alist, display-buffer-default-specifiers):
18947         Don't make new frame unsplittable by default.
18948         (display-buffer-normalize-argument): Fix doc-string typo and use
18949         'same-frame-other-window instead of 'other-window when associating
18950         with display-buffer-macro-specifiers.
18952 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
18954         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
18955         New functions.
18956         (5x5-mode-map, 5x5-mode-menu): Bind them.
18957         (5x5-draw-grid): Tweak the solver's rendering.
18959 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18961         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
18962         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
18964 2011-06-21  Drew Adams  <drew.adams@oracle.com>
18966         * menu-bar.el: Use function variable instead of switch-to-buffer.
18967         (menu-bar-select-buffer-function): New variable.
18968         (menu-bar-update-buffers): Use it (bug#8876).
18970 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18972         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
18973         variable's status.
18975 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
18977         * x-dnd.el (x-dnd-version-from-flags)
18978         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
18979         and long as number (Bug#8899).
18980         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
18982 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18984         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
18985         (completion-try-completion, completion-all-completions): Compute the
18986         metadata argument if it's missing; make it optional (bug#8795).
18988         * wid-edit.el: Use lex-bind and move towards completion-at-point.
18989         (widget-complete): Use new :completion-function property.
18990         (widget-completions-at-point): New function.
18991         (default): Use :completion-function instead of :complete.
18992         (widget-default-completions): Rename from widget-default-complete;
18993         Rewrite.
18994         (widget-string-complete, widget-file-complete, widget-color-complete):
18995         Remove functions.
18996         (file, symbol, function, variable, coding-system, color):
18997         * international/mule-cmds.el (default-input-method, charset)
18998         (language-info-custom-alist):
18999         * cus-edit.el (face): Use new property :completions.
19001         * progmodes/pascal.el (pascal-completions-at-point): New function.
19002         (pascal-mode): Use it.
19003         (pascal-mode-map): Use completion-at-point.
19004         (pascal-toggle-completions): Make obsolete.
19005         (pascal-complete-word, pascal-show-completions):
19006         * progmodes/octave-mod.el (octave-complete-symbol):
19007         Redefine as obsolete alias.
19008         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
19009         Signal absence of completion info for old Octave,
19010         (inferior-octave-complete): Redefine as obsolete alias.
19011         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
19012         (meta-completions-at-point): Rename from meta-complete-symbol and
19013         adapt it for use on completion-at-point-functions.
19014         (meta-common-mode): Use it.
19015         (meta-looking-at-backward, meta-match-buffer): Remove.
19016         (meta-complete-symbol): Redefine as obsolete alias.
19017         (meta-common-mode-map): Use completion-at-point.
19018         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
19019         (makefile-mode-map): Use completion-at-point.
19020         (makefile-completions-at-point): Rename from makefile-complete and
19021         adapt it for use on completion-at-point-functions.
19022         (makefile-mode): Use it.
19023         (makefile-complete): Redefine as obsolete alias.
19025 2011-06-20  Deniz Dogan  <deniz@dogan.se>
19027         * net/rcirc.el: Delete trailing whitespaces once and for all.
19029 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
19031         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
19033 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
19035         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
19037         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
19039 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
19041         * window.el (display-buffer-other-window-means-other-frame):
19042         Call display-buffer-normalize-alist.
19043         (display-buffer-normalize-specifiers-1): Rename to
19044         display-buffer-normalize-argument.  New argument other-frame.
19045         Rewrite.
19046         (display-buffer-normalize-specifiers-2): Rename to
19047         display-buffer-normalize-options.
19048         (display-buffer-normalize-alist-1): New function.
19049         (display-buffer-normalize-specifiers-3): Rename to
19050         display-buffer-normalize-alist.
19051         Call display-buffer-normalize-alist-1.
19052         (display-buffer-normalize-options-inhibit): New variable.
19053         (display-buffer-normalize-specifiers): Rewrite calling
19054         display-buffer-normalize-alist,
19055         display-buffer-normalize-argument, and
19056         display-buffer-normalize-options.  Don't call the latter if
19057         display-buffer-normalize-options-inhibit is non-nil.
19058         (frame-auto-delete): New option.
19059         (window-deletable-p): Use frame-auto-delete.
19060         (window-list-no-nils, window-state-ignored-parameters)
19061         (window-state-get-1, window-state-get, window-state-put-list)
19062         (window-state-put-1, window-state-put-2, window-state-put):
19063         New functions.
19064         (display-buffer-normalize-options): Move special-display-p group
19065         after pop-up-frame group (Bug#8851) and (Bug#8856).
19067 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
19069         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
19070         groups (Bug#8776).
19071         (rx-submatch-n): New function.
19072         (rx): Document it.
19074         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
19075         (Bug#8768).
19077         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
19079         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
19081         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
19082         anytime existing face settings are present (Bug#8889).
19084         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
19085         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
19086         Remove unused argument.
19088 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
19090         * window.el (display-buffer-default-specifiers):
19091         Remove pop-up-frame.  Add pop-up-window-min-height,
19092         pop-up-window-min-width, and another reuse-window specifier
19093         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
19094         (display-buffer-normalize-specifiers-2):
19095         Handle split-height-threshold and split-width-threshold also when
19096         pop-up-windows is unset.  Add a reuse-window specifier for the
19097         case popping up a new window fails.
19098         (special-display-popup-frame): Remove double quoting.
19099         (display-buffer-normalize-specifiers-1): Fix thinko.
19101 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19103         * shell.el (shell-completion-vars): Set pcomplete-termination-string
19104         according to comint-completion-addsuffix.
19106         * pcomplete.el: Convert to lexical binding and fix bug#8819.
19107         (pcomplete-suffix-list): Mark as obsolete.
19108         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
19109         pcomplete-seen in the closure.
19110         (pcomplete-comint-setup): Setup completion-at-point as well.
19111         (pcomplete--entries): New function.
19112         (pcomplete--env-regexp): New var.
19113         (pcomplete-entries): Rewrite to work with partial-completion and
19114         without relying on pcomplete-suffix-list.
19115         (pcomplete-pare-list): Remove, unused.
19117 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
19119         * window.el (display-buffer-alist): Set pop-up-window-min-height
19120         and pop-up-window-min-width in default value.  Reported by
19121         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
19122         other-window-means-other-frame.
19123         (display-buffer-macro-specifiers): Comment out entry for
19124         other-window specifier.
19125         (display-buffer-other-window-means-other-frame): New function.
19126         (display-buffer-normalize-specifiers-1): New arguments
19127         buffer-name and label.  Treat other-window case specially.
19128         (display-buffer-normalize-specifiers-2): Treat other-window case
19129         specially.
19130         (display-buffer-normalize-specifiers-3): New function.
19131         (display-buffer-normalize-specifiers):
19132         Call display-buffer-normalize-specifiers-3.
19134 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
19136         * window.el (same-window-p): Fix two typos introduced when
19137         adding with-no-warnings.
19138         (display-buffer-normalize-specifiers-1): Don't check
19139         pop-up-frames for 'unset initialization.
19140         (display-buffer-normalize-specifiers-2): Major rewrite using
19141         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
19142         (pop-up-frames, display-buffer-reuse-frames)
19143         (display-buffer-mark-dedicated): Don't initialize to 'unset.
19144         Suggested by David Engster <deng@randomsample.de>.
19145         (even-window-heights): Initialize to 'unset.
19146         (display-buffer-alist-set): Handle new 'unset initializations.
19147         (display-buffer-macro-specifiers): Don't pop up a new frame in the
19148         other window case.
19150 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
19152         * window.el (display-buffer-normalize-specifiers-1):
19153         Respect current value of pop-up-frames for most reasonable values of
19154         second argument of display-buffer (Bug#8865).
19155         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
19156         (switch-to-buffer-other-window-same-frame)
19157         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
19158         Adams (Bug#8875).
19159         (display-buffer): Don't check noninteractive when calling
19160         display-buffer-pop-up-frame.
19161         (display-buffer-pop-up-frame): Never pop up a frame in
19162         noninteractive mode (Bug#8857).
19163         (enlarge-window, shrink-window): Don't report an error when the
19164         window can't be resized as requested (Bug#8862).
19166 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19168         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
19170         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
19172         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
19174 2011-06-15  Alan Mackenzie  <acm@muc.de>
19176         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
19177         for declarators, disable knr checking to speed up for normal files.
19178         2: Refactor, replacing a sequence of nested if forms by a cond form.
19180 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19182         * net/network-stream.el (open-network-stream): Add the keyword
19183         :always-query-capabilities for the case where you want to force a
19184         `plain' network connection, but the protocol still requires the
19185         capabilitiy command (i.e., SMTP and EHLO).
19187         * subr.el (process-live-p): Rename from `process-alive-p' for
19188         consistency with other `-live-p' functions.
19190 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19192         * window.el (same-window-buffer-names, same-window-regexps)
19193         (special-display-frame-alist, special-display-popup-frame)
19194         (special-display-function, special-display-buffer-names)
19195         (special-display-regexps, pop-up-frame-alist)
19196         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
19197         (pop-up-windows, split-window-preferred-function)
19198         (split-height-threshold, split-width-threshold, even-window-heights)
19199         (display-buffer-mark-dedicated): Don't encourage the use of
19200         display-buffer-alist from Elisp code.
19202 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
19204         * progmodes/python.el (python-mode): Derive from prog-mode.
19205         * progmodes/ps-mode.el (ps-mode):
19206         * progmodes/mixal-mode.el (mixal-mode):
19207         * progmodes/cfengine.el (cfengine-mode):
19208         * progmodes/ld-script.el (ld-script-mode): Likewise.
19210 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
19212         * window.el (display-buffer-alist): Trim default value to avoid
19213         popping up a new frame (Bug#8857) or reusing an arbitrary window
19214         on another frame.
19215         (display-buffer): Do not fall back on popping up a new frame in
19216         batch mode (Bug#8857).
19218 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
19220         * cus-theme.el (describe-theme-1): Use custom-theme-p.
19221         (custom-theme-summary): New function.
19222         (customize-themes): Use it.
19224 2011-06-13  Glenn Morris  <rgm@gnu.org>
19226         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
19228 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
19230         * help.el (help-window): Remove variable.
19231         (help-window-point-marker, temp-buffer-max-height)
19232         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
19233         (help-print-return-message): Don't set help-window.
19234         (resize-temp-buffer-window): Rewrite cod eand doc-string.
19235         (help-window-setup-finish): Remove.
19236         (help-window-display-message, help-window-setup)
19237         (with-help-window): Major rewrite based on new
19238         display-buffer-window variable.
19240         * help-mode.el (help-mode-finish): Remove help-window related
19241         code.
19243         * view.el (view-exits-all-viewing-windows): Remove reference to
19244         view-return-to-alist in doc-string.
19245         (view-return-to-alist): Make obsolete.
19246         (view-buffer): Call pop-to-buffer-same-window and remove
19247         undo-window code.
19248         (view-buffer-other-window): Call pop-to-buffer-other-window and
19249         simplify code.  Ignore second argument.
19250         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
19251         simplify code.  Ignore second argument.
19252         (view-return-to-alist-update): Make obsolete.
19253         (view-mode-enter): Rename second argument to QUIT-RESTORE.
19254         Rewrite using quit-restore window parameters.
19255         (view-mode-exit): Rename second argument to EXIT-ONLY.
19256         Rewrite using quit-restore-window.
19257         (View-exit, View-exit-and-edit, View-leave, View-quit)
19258         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
19259         appropriate arguments.
19260         (view-end-message): Use quit-restore window parameter.
19262         * window.el (display-buffer-function): Rewrite doc-string.
19263         (display-buffer-window, display-buffer-alist): New variables.
19264         (display-buffer-split-specifiers)
19265         (display-buffer-side-specifiers)
19266         (display-buffer-macro-specifiers): New constants.
19267         (display-buffer-even-window-sizes, display-buffer-set-height)
19268         (display-buffer-set-width, display-buffer-select-window)
19269         (display-buffer-in-window, display-buffer-reuse-window)
19270         (display-buffer-split-window-1, display-buffer-split-window)
19271         (display-buffer-split-atom-window, display-buffer-pop-up-window)
19272         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
19273         (display-buffer-in-side-window, normalize-buffer-to-display)
19274         (display-buffer-normalize-specifiers-1)
19275         (display-buffer-normalize-specifiers-2)
19276         (display-buffer-normalize-specifiers, display-buffer-frame):
19277         New functions.
19278         (display-buffer): Major rewrite.
19279         (display-buffer-other-window, display-buffer-other-frame)
19280         (pop-to-buffer, switch-to-buffer-other-window)
19281         (switch-to-buffer-other-frame): Rewrite.
19282         (display-buffer-same-window, display-buffer-same-frame)
19283         (display-buffer-same-frame-other-window)
19284         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19285         (pop-to-buffer-other-window)
19286         (pop-to-buffer-same-frame-other-window)
19287         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
19288         (switch-to-buffer-other-window-same-frame): New functions.
19289         (same-window-p, special-display-p): Rewrite disabling warnings.
19290         Make obsolete.
19291         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19292         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
19293         Make obsolete
19294         (same-window-buffer-names, same-window-regexps)
19295         (special-display-frame-alist, special-display-popup-frame)
19296         (special-display-function, special-display-buffer-names)
19297         (special-display-regexps, pop-up-frame-alist)
19298         (pop-up-frame-function, split-window-preferred-function)
19299         (split-height-threshold, split-width-threshold)
19300         (even-window-heights): Make obsolete.
19302 2011-06-12  Glenn Morris  <rgm@gnu.org>
19304         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
19305         Misc simplifications.
19307 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
19309         * window.el (window-safely-shrinkable-p): Restore function which
19310         was inadvertently removed in change from 2011-06-11.  Declare as
19311         obsolete.
19313         * calendar/calendar.el (calendar-generate-window):
19314         Use window-iso-combined-p instead of combination of one-window-p and
19315         window-safely-shrinkable-p.
19317 2011-06-12  Glenn Morris  <rgm@gnu.org>
19319         * progmodes/fortran.el (fortran-mode-syntax-table):
19320         * progmodes/f90.el (f90-mode-syntax-table):
19321         Set % to punctuation.  (Bug#8820)
19322         (f90-find-tag-default): Remove, no longer needed.
19324 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
19326         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
19328 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
19330         * image.el (image-animated-p): Return animation delay in seconds.
19331         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
19332         (image-animate-timeout): Remove DELAY argument.  Don't assume
19333         every subimage has the same delay; get it from image-animated-p.
19334         (image-animate): Caller changed.
19336 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
19338         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
19339         to ignored backtrace functions.
19341 2011-06-11  Glenn Morris  <rgm@gnu.org>
19343         * calendar/appt.el (appt-disp-window-function): Doc fix.
19344         (appt-check): Handle overlapping appointments.  (Bug#8337)
19346 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
19348         * window.el (window-tree-1, window-tree): New functions, moving
19349         the latter to window.el.
19350         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19351         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19352         (bw-refresh-edges): Remove.
19353         (balance-windows-1, balance-windows-2): New functions.
19354         (balance-windows): Rewrite in terms of window tree functions,
19355         balance-windows-1 and balance-windows-2.
19356         (bw-adjust-window): Remove.
19357         (balance-windows-area-adjust): New function with functionality of
19358         bw-adjust-window but using resize-window.
19359         (set-window-text-height): Rewrite doc-string.
19360         Use normalize-live-window and resize-window.
19361         (enlarge-window-horizontally, shrink-window-horizontally):
19362         Rename argument to DELTA.
19363         (window-buffer-height): New function.
19364         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
19365         Rewrite using new window resize routines.
19366         (kill-buffer-and-window, mouse-autoselect-window-select):
19367         Use ignore-errors instead of condition-case.
19368         (quit-window): Call delete-frame instead of delete-windows-on
19369         for the only buffer on frame.
19371 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
19373         * loadup.el (top-level): Load window before files for the sake
19374         of replace-buffer-in-windows.
19376         * files.el (read-buffer-to-switch)
19377         (switch-to-buffer-other-window)
19378         (switch-to-buffer-other-frame, display-buffer-other-frame):
19379         Move to window.el.
19381         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
19382         (previous-buffer): Move to window.el.
19384         * bindings.el (unbury-buffer): Move to window.el.
19386         * window.el (delete-other-windows-vertically): Move after
19387         definition of delete-other-windows.
19388         (other-window, delete-windows-on, replace-buffer-in-windows):
19389         Move here from window.c.
19390         (record-window-buffer, unrecord-window-buffer)
19391         (set-window-buffer-start-and-point, switch-to-prev-buffer)
19392         (switch-to-next-buffer): New functions.
19393         (get-next-valid-buffer, last-buffer, next-buffer): Move here
19394         from simple.el.  Call switch-to-next-buffer.
19395         (previous-buffer): Move here from simple.el.
19396         Call switch-to-prev-buffer.
19397         (bury-buffer): Move here from buffer.c.  Switch to previous
19398         buffer when window cannot be deleted.
19399         (unbury-buffer): Move here from bindings.el.
19400         (ctl-x-map): Move binding for other-window from window.c to
19401         here.
19402         (read-buffer-to-switch, switch-to-buffer-other-window)
19403         (switch-to-buffer-other-frame): Move here from files.el.
19404         (normalize-buffer-to-switch-to): New functions.
19405         (switch-to-buffer): Move here from buffer.c.
19406         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
19408 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
19410         * window.el (window-min-height, window-min-width): Move here
19411         from window.c.  Add defcustoms and rewrite doc-strings.
19412         (resize-mini-window, resize-window): New functions.
19413         (adjust-window-trailing-edge, enlarge-window, shrink-window):
19414         Move here from window.c.
19415         (maximize-window, minimize-window): New functions.
19416         (delete-window, delete-other-windows, split-window): Move here
19417         from window.c.
19418         (window-split-min-size): New function.
19419         (split-window-keep-point): Mention split-window-above-each-other
19420         instead of split-window-vertically.
19421         (split-window-above-each-other, split-window-vertically):
19422         Rename split-window-vertically to split-window-above-each-other
19423         and provide defalias for old definition.
19424         (split-window-side-by-side, split-window-horizontally):
19425         Rename split-window-horizontally to split-window-side-by-side
19426         and provide defalias for the old definition.
19427         (ctl-x-map): Move bindings for delete-window,
19428         delete-other-windows and enlarge-window here from window.c.
19429         Replace bindings for split-window-vertically and
19430         split-window-horizontally by bindings for
19431         split-window-above-each-other and split-window-side-by-side.
19433         * cus-start.el (all): Remove entries for window-min-height and
19434         window-min-width.  Add entries for window-splits and
19435         window-nest.
19437 2011-06-09  Glenn Morris  <rgm@gnu.org>
19439         * calendar/appt.el (appt-mode-line): New function.
19440         (appt-check, appt-disp-window): Use it.
19442         * files.el (hack-one-local-variable-eval-safep):
19443         Allow minor-modes with explicit +/-1 arguments.
19445 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
19447         * term/xterm.el (xterm): Add defgroup.
19448         (xterm-extra-capabilities): Add defcustom to supply known xterm
19449         capabilities, skip querying them, or query them (default).
19450         (terminal-init-xterm): Use it.
19451         (terminal-init-xterm-modify-other-keys): New function to set up
19452         modifyOtherKeys support to simplify `terminal-init-xterm'.
19454 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
19456         * window.el (resize-window-reset, resize-window-reset-1)
19457         (resize-subwindows-skip-p, resize-subwindows-normal)
19458         (resize-subwindows, resize-other-windows, resize-this-window)
19459         (resize-root-window, resize-root-window-vertically)
19460         (window-deletable-p, window-or-subwindow-p)
19461         (frame-root-window-p): New functions.
19463 2011-06-09  Glenn Morris  <rgm@gnu.org>
19465         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
19466         (ange-ftp-get-files): Use it.
19468 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
19470         * mail/sendmail.el (mail-recover-1, mail-recover):
19471         * files.el (recover-file, recover-session):
19472         Handle dired-listing-switches not being just a single short option.
19474 2011-06-09  Glenn Morris  <rgm@gnu.org>
19476         * calendar/appt.el (appt-display-message, appt-disp-window):
19477         Handle lists of appointments.
19479 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
19481         * window.el (one-window-p): Move down in code.
19482         Rewrite doc-string.
19483         (window-current-scroll-bars): Rewrite doc-string.
19484         Normalize live window argument.
19485         (walk-windows, get-window-with-predicate, count-windows):
19486         Rewrite doc-string.  Use window-list-1.
19487         (window-in-direction-2, window-in-direction, get-mru-window):
19488         New functions.
19490 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
19492         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
19493         Doc fix (Bug#8713).
19495 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
19497         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
19499 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
19501         * loadhist.el (unload-feature-special-hooks):
19502         Add `comint-output-filter-functions'.
19504 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
19506         * calendar/appt.el (appt-check): Move some initializations into the let.
19508 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
19510         * window.el (window-height): Defalias to window-total-height.
19511         (window-width): Defalias to window-body-width.
19513 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
19515         * image-mode.el (image-toggle-animation): New command.
19516         (image-mode-map): Bind it to RET.
19517         (image-mode): Update message.
19518         (image-toggle-display-image): Avoid a spurious cache flush.
19519         (image-transform-rotation): Doc fix.
19520         (image-transform-properties): Return quickly in the normal case.
19521         (image-animate-loop): Rename from image-animate-max-time.
19523         * image.el (image-animate-max-time): Move to image-mode.el.
19524         (create-animated-image): Remove unnecessary function.
19525         (image-animate): Rename from image-animate-start.  New arg.
19526         (image-animate-stop): Remove; just use image-animate-timer.
19527         (image-animate-timer): Use car-safe.
19528         (image-animate-timeout): Rename argument.
19530 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
19532         * window.el (get-lru-window, get-largest-window): Move here from
19533         window.c.  Rename first argument to ALL-FRAMES.
19534         Rephrase doc-strings.
19535         (get-buffer-window-list): Rewrite using window-list-1.
19536         Rephrase doc-string.
19537         (window-safe-min-height, window-safe-min-width): New constants.
19538         (window-size-ignore, window-min-size, window-min-size-1)
19539         (window-sizable, window-sizable-p, window-size-fixed-1)
19540         (window-size-fixed-p, window-min-delta-1, window-min-delta)
19541         (window-max-delta-1, window-max-delta, window-resizable)
19542         (window-resizable-p, window-total-height, window-total-width)
19543         (window-body-width): New functions.
19544         (window-full-height-p, window-full-width-p): Rewrite using
19545         window-total-size.
19546         (window-body-height): Rewrite using window-body-size.
19548 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
19550         * window.el (window-right, window-left, window-child)
19551         (window-child-count, window-last-child, window-any-p)
19552         (normalize-live-buffer, normalize-live-frame)
19553         (normalize-any-window, normalize-live-window)
19554         (window-iso-combination-p, window-iso-combined-p)
19555         (window-iso-combinations)
19556         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
19557         (windows-with-parameter, window-with-parameter)
19558         (window-atom-root, make-window-atom, window-atom-check-1)
19559         (window-atom-check, window-side-check, window-check):
19560         New functions.
19561         (ignore-window-parameters, window-sides, window-sides-vertical)
19562         (window-sides-slots): New variables.
19563         (window-size-fixed): Move down in code.  Minor doc-string fix.
19565 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
19567         * comint.el (comint-dynamic-complete-as-filename)
19568         (comint-dynamic-complete-filename): Correctly call
19569         completion-in-region.
19571 2011-06-05  Deniz Dogan  <deniz@dogan.se>
19573         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
19574         in last change.
19576 2011-06-05  Deniz Dogan  <deniz@dogan.se>
19578         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
19579         (rcirc): Use it to prompt for encryption.
19581 2011-06-05  Roland Winkler  <winkler@gnu.org>
19583         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
19584         (bibtex-search-entries): New command bound to C-c C-a.
19585         (bibtex-display-entries): New function.
19587 2011-06-05  Roland Winkler  <winkler@gnu.org>
19589         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
19590         (bibtex-insert-kill): After yanking insert newline if necessary.
19591         (bibtex-initialize): Call bibtex-string-files-init only once.
19592         (bibtex-mode): Do not call easy-menu-add.
19593         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
19594         (bibtex-yank): Set arg properly if nil.
19596 2011-06-05  Roland Winkler  <winkler@gnu.org>
19598         * textmodes/bibtex.el (bibtex-search-entry-globally):
19599         New variable.
19600         (bibtex-search-entry): Use it.
19602 2011-06-05  Roland Winkler  <winkler@gnu.org>
19604         * textmodes/bibtex.el (bibtex-entry-format): New option
19605         sort-fields.
19606         (bibtex-format-entry, bibtex-reformat): Honor this option.
19607         (bibtex-parse-entry): Return fields in proper order.
19609 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
19611         * doc-view.el (doc-view-remove-if): Move computation of result out
19612         of `dolist' to silence misleading lexical-binding warning.
19614 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
19616         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
19617         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
19619 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
19621         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
19622         "SunOS 5.10".
19624 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
19626         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
19627         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
19628         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
19629         (tramp-parse-putty):
19630         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
19631         (tramp-completion-function-alist-ssh)
19632         (tramp-completion-function-alist-telnet)
19633         (tramp-completion-function-alist-su)
19634         (tramp-completion-function-alist-putty): Set `tramp-autoload'
19635         cookie.
19637         * net/tramp-ftp.el:
19638         * net/tramp-sh.el:
19639         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
19640         load "tramp.el" `tramp-set-completion-function'.
19642 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19644         * shell.el: Require and use pcomplete.
19645         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
19646         (shell-completion-vars): Set pcomplete-default-completion-function.
19648 2011-06-04  Deniz Dogan  <deniz@dogan.se>
19650         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
19651         `memq' (Bug#8799).
19653 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19655         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
19657 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
19659         * bs.el (bs--mark-unmark, bs--nth-wrapper):
19660         * mpc.el (mpc-select-extend, mpc-songpointer-context):
19661         * vc/log-view.el (log-view-beginning-of-defun):
19662         * vc/smerge-mode.el (smerge-apply-resolution-patch)
19663         (smerge-refine-forward, smerge-refine-chopup-region):
19664         Silence warning for unused `dotimes' counter variables.
19666 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19668         * net/tramp.el (tramp-with-progress-reporter): Rename from
19669         with-progress-reporter.  Use `declare'.
19670         * net/tramp-smb.el:
19671         * net/tramp-sh.el:
19672         * net/tramp-gvfs.el: Update all uses.
19674 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
19676         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
19677         buffer isn't killed before making it current.
19679 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19681         Silence various byte-compiler warnings.
19682         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
19683         `access-type' and new obsolescence format.
19684         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
19685         new format.
19686         (byte-compile-check-variable): New `access-type' argument.
19687         Only warn if the access-type is obsolete.
19688         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19689         (byte-compile-variable-set): Adjust callers.
19690         * help-fns.el (describe-variable): Adjust to new obsolescence format.
19691         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
19692         setting it as obsolete.
19693         * simple.el (minibuffer-completing-symbol):
19694         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
19695         access as obsolete.
19696         * minibuffer.el (minibuffer-completing-file-name): Don't make it
19697         obsolete yet.
19698         * international/quail.el (quail-mouse-choose-completion): Remove unused
19699         code referring to obsolete var.
19700         (quail-choose-completion-string): Remove.
19701         * server.el (server-clients-with, server-kill-buffer-query-function)
19702         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
19703         * proced.el (proced-send-signal):
19704         * emacs-lisp/lisp.el (lisp-complete-symbol):
19705         Replace completion-annotate-function with completion-extra-properties.
19707 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19709         * simple.el (goto-line): Use read-number.
19710         (overriding-map-is-bound): Remove.
19711         (saved-overriding-map): Change default.
19712         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
19713         Take the map as argument.
19714         (universal-argument, negative-argument, digit-argument): Use it.
19715         (restore-overriding-map): Adjust.
19716         (do-auto-fill): Use fill-forward-paragraph.
19717         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
19719         * minibuffer.el (minibuffer-inactive-mode-map): New var.
19720         (minibuffer-inactive-mode): New major mode.
19721         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
19722         the *Messages* buffer" hack.
19723         (mouse-popup-menubar): Don't burp if the event is a normal key.
19725         Miscellaneous tweaks.
19726         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
19727         lexical scoping as in subr.el's dolist and dotimes.
19728         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
19729         Silence compiler warning.
19730         * thingatpt.el (forward-whitespace): Trivial coding style fix.
19731         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
19732         * international/ccl.el (ccl-compile): Trivial simplification.
19733         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
19734         * emacs-lisp/testcover.el (testcover-end): Remove spurious
19735         `printflag' argument.
19736         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
19737         Purecopy the whole obsolescence data.
19739 2011-06-01  Leo Liu  <sdl.web@gmail.com>
19741         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
19742         improve doc-string as suggested by Marco Pessotto
19743         <melmothx@gmail.com>.
19744         (rcirc-print): Fix last change.
19746 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19748         * minibuffer.el (complete-with-action): Return nil for the metadata and
19749         boundaries of non-functional tables.
19750         (completion-table-dynamic): Return nil for the metadata.
19751         (completion-table-with-terminator): Add default case, using
19752         complete-with-action.
19753         (completion--metadata): New function.
19754         (completion-all-sorted-completions, minibuffer-completion-help): Use it
19755         to try and avoid pathological performance problems.
19756         (completion--embedded-envvar-table): Return `category' metadata.
19758 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19760         * subr.el (process-alive-p): New tiny convenience function.
19762 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19764         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
19765         content but also its previous major mode.
19767 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
19769         * emacs-lisp/debug.el (debug): Restore the previous content of the
19770         *Backtrace* buffer when we exit with C-M-c.
19772 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19774         * minibuffer.el: Add metadata method to completion tables.
19775         (completion-category-overrides): New defcustom.
19776         (completion-metadata, completion--field-metadata)
19777         (completion-metadata-get, completion--styles)
19778         (completion--cycle-threshold): New functions.
19779         (completion-try-completion, completion-all-completions):
19780         Add `metadata' argument to choose completion-styles.
19781         (completion--do-completion): Use metadata to choose cycling.
19782         (completion-all-sorted-completions): Use metadata for sorting.
19783         Remove :completion-cycle-penalty which is not needed any more.
19784         (completion--try-word-completion): Add `metadata' argument.
19785         (minibuffer-completion-help): Check metadata for annotation function
19786         and sorting.
19787         (completion-file-name-table): Return `category' metadata.
19788         (minibuffer-completing-file-name): Make obsolete.
19789         * simple.el (minibuffer-completing-symbol): Make obsolete.
19790         * icomplete.el (icomplete-completions): Pass new `metadata' param to
19791         completion-try-completion.
19793 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19795         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
19797 2011-05-30  Leo Liu  <sdl.web@gmail.com>
19799         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
19800         (rcirc-print): Decode all incoming messages (bug#8744).
19801         (rcirc-decode-coding-system): Allow value nil for automatic coding
19802         system detection.
19804 2011-06-01  Glenn Morris  <rgm@gnu.org>
19806         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
19808 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
19810         * image.el (image-animate-max-time): Allow nil and t values.
19811         Default to nil.
19812         (create-animated-image): Doc fix.
19813         (image-animate-start): Remove second arg; just use
19814         image-animate-max-time.
19815         (image-animate-timeout): Doc fix.  Args changed.
19817         * image-mode.el (image-toggle-display-image): Ensure that the
19818         image spec passed to the animate timer is the same object as in
19819         the buffer's display property (Bug#6981).
19820         (image-transform-properties): Doc fix.
19822         * image.el (image-animate-max-time): Default to nil.
19824 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
19826         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
19827         entire buffer list (Bug#8184).
19829 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
19831         * image.el (imagemagick-types-inhibit)
19832         (imagemagick-register-types): Doc fix.
19834 2011-05-29  Deniz Dogan  <deniz@dogan.se>
19836         * net/rcirc.el (rcirc): Use the user's stored encryption method by
19837         default.
19839 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
19841         * select.el: Don't perform clipboard-manager saving in hooks;
19842         leave the hooks empty.
19844 2011-05-28  Leo Liu  <sdl.web@gmail.com>
19846         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
19847         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
19848         (occur-edit-mode): New major mode (Bug#8463).
19849         (occur-after-change-function): New function.
19850         (occur-engine): Give Occur tags a read-only property.
19852 2011-05-28  Kevin Ryde  <user42@zip.com.au>
19854         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
19856 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
19858         * bindings.el (help-echo): Make the initial non-indicator dash
19859         empty on graphical terminals (Bug#7295).
19861         * files.el (auto-mode-alist): Move config rule after the
19862         in-stripping one (Bug#8547).
19864         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
19866         * startup.el (normal-splash-screen): Remove gratuitous mode-line
19867         setting (Bug#8740).
19869 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
19871         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
19872         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
19873         (Bug#8539).
19875 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
19877         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
19879 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
19881         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
19882         (hs-hide-block-at-point, hs-find-block-beginning)
19883         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
19884         (Bug#8279).
19886 2011-05-28  Glenn Morris  <rgm@gnu.org>
19888         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
19890 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
19892         * help-fns.el (describe-function-1): If the function is a derived
19893         major mode, print the parent mode.
19895         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
19896         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
19898 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19900         * minibuffer.el (completion--capf-wrapper): Check applicability before
19901         returning non-nil for non-exclusive completion data.
19902         * progmodes/etags.el (tags-completion-at-point-function):
19903         * info-look.el (info-lookup-completions-at-point): Mark as
19904         non-exclusive.
19905         (info-complete): Adjust accordingly.
19907         * info-look.el: Convert to lexical-binding and completion-at-point.
19908         (info-lookup-completions-at-point): New function.
19909         (info-complete): Use it and completion-in-region.
19911 2011-05-28  Drew Adams  <drew.adams@oracle.com>
19913         * isearch.el: Let M-e start with point at the first mismatched char.
19914         (isearch-fail-pos): New function.
19915         (isearch-edit-string): Use it.
19917 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
19919         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19921 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
19923         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
19924         traversal functions for avl-trees.
19925         (avl-tree--stack): New struct.
19926         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
19927         (avl-tree-enter): Add optional `updatefun' arg.
19928         (avl-tree--do-enter): Add optional `updatefun' arg.
19929         Change return value.
19930         (avl-tree-delete): Add optional `test' and `nilflag' args.
19931         (avl-tree--do-delete): Add `test' and `nilflag' args.
19932         Change return value.
19933         (avl-tree-member): Add optional `nilflag'
19934         (avl-tree-member-p): New function.
19935         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
19936         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
19937         (avl-tree-stack-empty-p): New functions.
19939         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
19940         avl-tree--del-balance1 and make it work both ways.
19941         (avl-tree--del-balance2): Remove.
19942         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
19943         make it work both ways.
19944         (avl-tree--enter-balance2): Remove.
19945         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
19946         New macros.
19947         (avl-tree--mapc, avl-tree-map): Add direction argument.
19949 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
19951         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
19953 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
19955         * select.el: Support clipboard managers with built-in function
19956         x-clipboard-manager-save, via delete-frame-functions and
19957         kill-emacs-hook.
19958         (xselect-convert-to-targets): Add MULTIPLE target to list.
19959         (xselect-convert-to-save-targets): New function.
19961 2011-05-27  Kenichi Handa  <handa@m17n.org>
19963         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
19964         let-binding rfc2047-encode-encoded-words to nil.
19966 2011-05-27  Glenn Morris  <rgm@gnu.org>
19968         * mail/emacsbug.el: Don't require url-util.
19970         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
19972         * files.el (set-auto-mode):
19973         Also respect mode: entries at the end of the file.  (Bug#8586)
19975 2011-05-26  Glenn Morris  <rgm@gnu.org>
19977         * files.el (hack-local-variables-prop-line, hack-local-variables):
19978         Downcase mode names, as seems to be traditional.
19979         (hack-local-variables, hack-local-variables-apply): Doc fixes.
19981         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
19982         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
19984 2011-05-25  Julien Danjou  <julien@danjou.info>
19986         * textmodes/rst.el (rst-define-level-faces): Do not define face
19987         symbol if it is already defined.
19989 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
19991         * play/5x5.el (5x5-new-game, 5x5-randomize):
19992         Reset 5x5-solver-output to nil when a new grid is cast.
19993         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
19994         these debugging traces, as defmacro breaks the compiled code.
19996 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
19998         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
20000 2011-05-24  Leo Liu  <sdl.web@gmail.com>
20002         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
20003         (vc-bzr-sha1): Adapt.
20005         * sha1.el: Remove.  Function `sha1' is now builtin.
20007         * bindings.el: Provide sha1 feature.
20009 2011-05-24  Kenichi Handa  <handa@m17n.org>
20011         * mail/sendmail.el: Require `rfc2047'.
20012         (mail-insert-from-field): Do not perform RFC2047 encoding.
20013         (mail-encode-header): New function.
20014         (sendmail-send-it): Set buffer-file-coding-system of the work
20015         buffer to the return value of select-message-coding-system.
20016         Call mail-encode-header.
20018         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
20020 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
20022         * mail/supercite.el (sc-default-cite-frame):
20023         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
20025 2011-05-24  Glenn Morris  <rgm@gnu.org>
20027         * progmodes/python.el (brm-menu): Declare.
20029         * emulation/viper.el (viper-set-hooks): Declare.
20031         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
20032         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
20033         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
20034         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
20035         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
20036         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
20038 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20040         Add an :exit-function for completion-at-point.
20042         * minibuffer.el (completion--done): New fun.
20043         (completion--do-completion): Use it.  New arg `expect-exact'.
20044         (minibuffer-complete, minibuffer-complete-word): Don't output message,
20045         since completion--do-completion does it for us now.
20046         (minibuffer-force-complete): Use completion--done and
20047         completion--replace.  Handle sole-completion case with more care.
20048         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
20049         (completion-extra-properties): New var.
20050         (completion-annotate-function): Make obsolete.
20051         (minibuffer-completion-help): Adjust accordingly.
20052         Use completion-list-insert-choice-function.
20053         (completion-at-point, completion-help-at-point):
20054         Bind completion-extra-properties.
20055         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
20056         * simple.el (completion-list-insert-choice-function): New var.
20057         (completion-setup-function): Preserve it.
20058         (choose-completion): Pay attention to it, shuffle the code a bit.
20059         (choose-completion-string): New arg `insert-function'.
20061         * textmodes/bibtex.el: Convert to lexical binding.
20062         (bibtex-mode-map): Use completion-at-point.
20063         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
20064         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
20065         (bibtex-complete): Define as obsolete alias.
20066         (bibtex-complete-internal): Remove.
20067         (bibtex-format-entry): Remove unused sub-group in regexp.
20068         * shell.el (shell--command-completion-data)
20069         (shell-environment-variable-completion):
20070         * pcomplete.el (pcomplete-completions-at-point):
20071         * comint.el (comint--complete-file-name-data): Use :exit-function
20072         instead of completion-table-with-terminator so it also works for
20073         choose-completion.
20075 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20077         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
20079         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
20080         (bug#8710).
20082         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
20084 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
20086         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
20087         customization variable and implement: If non-nil, auto-fill will
20088         be inhibited while on topic's header line.
20090 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
20092         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
20093         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
20094         always have a solution in grid size = 5 cases.
20095         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
20096         (5x5-solver-output, 5x5-log-buffer): New vars.
20097         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
20098         Make these variables buffer local to achieve 5x5 multi-session-ness.
20099         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
20100         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
20101         (5x5-solve-suggest): New funs.
20102         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
20103         randomize a grid so that we ensure that there is always a solution.
20104         (5x5-make-random-grid): Allow other movement than flipping.
20106 2011-05-23  Kevin Ryde  <user42@zip.com.au>
20108         * emacs-lisp/advice.el (ad-read-advised-function):
20109         Use `function-called-at-point' as the default, if it has
20110         advice and passes PREDICATE.
20112 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20114         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
20115         byte-compile-lambda if it's actually a lambda.
20117         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
20118         Fix function quoting.  Use backquote better.
20120 2011-05-22  Yuanle Song  <sylecn@gmail.com>
20122         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
20123         matching (Bug#8516).
20125 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
20127         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
20128         different face (Bug#8178).
20130 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
20132         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
20133         defface (Bug#8144).
20135 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20137         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
20138         funcall as well (bug#8712).  Warn when performing those conversions.
20139         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
20141         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
20143 2011-05-22  Glenn Morris  <rgm@gnu.org>
20145         * files.el (hack-local-variables-prop-line): Small simplifications.
20146         (hack-local-variables, hack-local-variables-prop-line):
20147         If MODE-ONLY, return the mode, rather than just `t'.
20149 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20151         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
20153 2011-05-21  Glenn Morris  <rgm@gnu.org>
20155         * files.el (hack-local-variables-prop-line, hack-local-variables):
20156         If only interested in the mode, don't bother doing the other stuff.
20158         * image-mode.el (image-after-revert-hook):
20159         Redraw all frames on which the image is visible.  (Bug#8567)
20161         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
20163         * wid-edit.el (widget-checklist-match-inline):
20164         Fix 2011-04-19 change.  (Bug#8649)
20166 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20168         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
20169         Also allow singlespace after single-letter capitals followed by a dot.
20171         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
20172         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
20174 2011-05-20  Nix  <nix@esperi.org.uk>
20176         * files.el (basic-save-buffer-2):
20177         Fix handling of break-hardlink-on-save with non-existent files.
20179 2011-05-19  Deniz Dogan  <deniz@dogan.se>
20181         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
20182         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
20184 2011-05-19  Glenn Morris  <rgm@gnu.org>
20186         * progmodes/f90.el (f90-type-def-re):
20187         Handle "type, bind(c)".  (Bug#8691)
20189         * emacs-lisp/autoload.el (batch-update-autoloads):
20190         Set autoload-excludes by parsing loadup.el rather than Makefiles.
20192 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
20194         * net/tramp.el (tramp-process-actions): Set "first-password-request"
20195         property for the correct connection in case of multihops.
20197 2011-05-18  Glenn Morris  <rgm@gnu.org>
20199         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
20200         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
20202         Rationalize calendar handling of day and month abbrev-arrays.
20203         * calendar/calendar.el (calendar-customized-p): New function.
20204         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
20205         (calendar-day-name-array, calendar-month-name-array): Doc fix.
20206         Add :set function.
20207         (calendar-abbrev-length, calendar-day-abbrev-array)
20208         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
20209         (calendar-day-abbrev-array, calendar-month-abbrev-array):
20210         Elements may no longer be nil.
20211         (calendar-day-name, calendar-month-name):
20212         Update for changed nature of abbrev arrays.
20213         * calendar/diary-lib.el (diary-name-pattern):
20214         Update for changed nature of abbrev arrays.
20215         (diary-mark-entries-1): Update calendar-make-alist calls.
20216         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
20217         * calendar/cal-html.el (cal-html-day-abbrev-array):
20218         Simply inherit from calendar-day-abbrev-array.
20220 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20222         * progmodes/grep.el (grep-mode): Disable default
20223         compilation-directory-matcher setting (bug#8684).
20225 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
20227         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
20228         instead of "head" and "tail".  There were problems with SunOS 5.9,
20229         and it performs better.
20231 2011-05-17  Glenn Morris  <rgm@gnu.org>
20233         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
20235         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
20236         Replace obsolete function.
20238         * shell.el (pcomplete-parse-arguments-function): Declare.
20240         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
20241         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
20242         (appt-check): Doc fixes.
20243         (appt-disp-window-function, appt-delete-window-function):
20244         Remove needless special case in custom :type.
20245         (appt-display-count): Default to 0, not nil.
20246         (appt-check): Reset appt-display-count to 0, not nil.
20248 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
20250         * progmodes/python.el (python-font-lock-keywords):
20251         Add the Python 3.X keyword "nonlocal" (bug#8639).
20253 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20255         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
20257 2011-05-16  Kevin Ryde  <user42@zip.com.au>
20259         * info-look.el (makefile-automake-mode): New setups, looking in
20260         automake manual, then makefile-mode.
20261         (makefile-mode): Remove automake manual, have it just in
20262         makefile-automake-mode since there's various things different or
20263         not relevant to plain make.
20264         (makefile-mode): Remove "other-modes" non-existent automake-mode,
20265         believe a hypothetical automake-mode would go to makefile-mode,
20266         not the other way around.
20268 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
20270         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
20271         hunk-end tags (Bug#8672).
20273         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
20274         vc-annotate-show-diff-revision-at-line (Bug#8671).
20276 2011-05-14  Glenn Morris  <rgm@gnu.org>
20278         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
20279         in the middle of an existing one with multiple authors.  (Bug#8645)
20280         (change-log-font-lock-keywords): Also handle multiple author lines
20281         with leading tabs.  (Bug#8644)
20283         * calendar/appt.el (appt-check): Rename some local variables.
20284         Some simplification/reordering.
20286         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
20287         (feedmail-sendmail-f-doesnt-sell-me-out)
20288         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20289         (feedmail-debug-sit-for, feedmail-queue-express-hook)
20290         (feedmail-queue-runner-message-sender): Set :version.
20291         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
20292         (bbdb-dwim-net-address, vm-mail): Declare.
20293         (feedmail-binmail-gnulinuxish-template):
20294         Rename from feedmail-binmail-linuxish-template.
20295         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
20296         Use insert-buffer-substring.
20298 2011-05-14  Bill Carpenter  <bill@carpenter.org>
20300         * mail/feedmail.el (feedmail-patch-level): Increase.
20301         (feedmail-debug): New custom group.
20302         (feedmail-confirm-outgoing-timeout)
20303         (feedmail-sendmail-f-doesnt-sell-me-out)
20304         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
20305         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
20306         (feedmail-sender-line, feedmail-from-line)
20307         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
20308         (feedmail-spray-this-address)
20309         (feedmail-spray-address-fiddle-plex-list)
20310         (feedmail-queue-use-send-time-for-date)
20311         (feedmail-queue-use-send-time-for-message-id)
20312         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
20313         (feedmail-buffer-eating-function):
20314         Doc fixes.
20315         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
20316         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
20317         (feedmail-message-action-scroll-down): New functions.
20318         (feedmail-queue-directory, feedmail-queue-draft-directory):
20319         Use expand-file-name.
20320         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
20321         Remove C-v help entry.
20322         (feedmail-queue-buffer-file-name): New variable.
20323         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
20324         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
20325         (feedmail-message-action-send-strong, feedmail-message-action-edit)
20326         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
20327         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
20328         (feedmail-message-action-toggle-spray)
20329         (feedmail-run-the-queue-no-prompts)
20330         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
20331         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
20332         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
20333         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
20334         (feedmail-envelope-deducer, feedmail-fiddle-from)
20335         (feedmail-fiddle-sender, feedmail-default-date-generator)
20336         (feedmail-fiddle-date, feedmail-fiddle-message-id)
20337         (feedmail-fiddle-spray-address)
20338         (feedmail-fiddle-list-of-spray-fiddle-plexes)
20339         (feedmail-fiddle-list-of-fiddle-plexes)
20340         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
20341         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
20342         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
20343         Change default.  Doc fix.
20344         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
20345         (feedmail-binmail-linuxish-template): New constant.
20346         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
20347         Respect feedmail-sendmail-f-doesnt-sell-me-out.
20348         (feedmail-send-it): Add debug call.
20349         Use feedmail-queue-buffer-file-name, and
20350         feedmail-send-it-immediately-wrapper.
20351         (feedmail-message-action-send): Add debug call.
20352         Use feedmail-send-it-immediately-wrapper.
20353         (feedmail-queue-express-to-queue): Add debug call.
20354         Run feedmail-queue-express-hook.
20355         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
20356         (feedmail-message-action-help-blat):
20357         Rename from feedmail-queue-send-edit-prompt-help-first.
20358         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
20359         Check line-endings.  Handle errors better.
20360         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
20361         Doc fix.  Add debug call.
20362         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
20363         Use feedmail-queue-send-edit-prompt-inner.
20364         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
20365         (feedmail-queue-send-edit-prompt-inner): New function, extracted
20366         from feedmail-queue-send-edit-prompt.
20367         (feedmail-queue-send-edit-prompt-help)
20368         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
20369         (feedmail-tidy-up-slug): Add debug call.
20370         Respect feedmail-queue-slug-suspect-regexp.
20371         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
20372         (feedmail-dump-message-to-queue): Add debug call.
20373         Expand queue-directory.
20374         (feedmail-dump-message-to-queue): Change message slightly.
20375         Use feedmail-say-chatter.
20376         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
20377         (feedmail-send-it-immediately-wrapper): New function.
20378         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
20379         Insert empty string rather than newline.  Handle full-frame case.
20380         Use catch/throw.  Use feedmail-say-chatter.
20381         (feedmail-fiddle-from): Try mail-host-address.
20382         (feedmail-default-message-id-generator): Doc fix.
20383         Bind system-time-locale.  Handle missing end.
20384         (feedmail-fiddle-x-mailer): Add debug call.
20385         Handle feedmail-x-mailer-line being nil.
20386         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
20387         Add debug call.  Use buffer-substring-no-properties.
20388         (feedmail-say-debug, feedmail-say-chatter): New functions.
20389         (feedmail-find-eoh): Give an explicit error.
20391 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
20393         * net/newst-treeview.el (newsticker-treeview-face): Change default
20394         family from helvetica to sans.
20395         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
20396         etc/images/newsticker.
20398         * net/newst-reader.el (newsticker-feed-face): Change default
20399         family from helvetica to sans.
20401         * net/newst-plainview.el (newsticker-new-item-face)
20402         (newsticker-old-item-face, newsticker-immortal-item-face)
20403         (newsticker-obsolete-item-face, newsticker-date-face)
20404         (newsticker-statistics-face): Change default family from
20405         helvetica to sans.
20406         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
20407         etc/images/newsticker.
20409         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
20410         (newsticker--process-auto-mark-filter-match): Tell user about
20411         auto-marking.
20413 2011-05-13  Didier Verna  <didier@xemacs.org>
20415         Common Lisp indentation improvements on defmethod and lambda-lists.
20416         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
20417         TODO entries.
20418         (lisp-lambda-list-keyword-parameter-indentation)
20419         (lisp-lambda-list-keyword-parameter-alignment)
20420         (lisp-lambda-list-keyword-alignment): New customizable user options.
20421         (lisp-indent-defun-method): Improve docstring.
20422         (extended-loop-p): Fix comment.
20423         (lisp-indent-lambda-list-keywords-regexp): New variable.
20424         (lisp-indent-lambda-list): New function.
20425         (lisp-indent-259): Use it.
20426         (lisp-indent-defmethod): Support for more than one
20427         method qualifier and properly indent methods lambda-lists.
20428         (defgeneric): Provide a missing common-lisp-indent-function property.
20430 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20432         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
20433         bounds for the empty string (bug#8667).
20435 2011-05-13  Glenn Morris  <rgm@gnu.org>
20437         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
20439         * mail/sendmail.el (sendmail-program): Try executable-find first.
20440         (sendmail-send-it): `sendmail-program' cannot be unbound.
20442         * calendar/appt.el (appt-make-list): Simplify.
20443         (appt-time-msg-list): Doc fix.
20444         (appt-check): Change mode-line message at the time of the appointment.
20446 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
20448         * progmodes/ld-script.el (ld-script-keywords)
20449         (ld-script-builtins): Update keywords list.
20451 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20453         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
20455         * shell.el (shell-completion-vars): New function.
20456         (shell-mode):
20457         * simple.el (read-shell-command): Use it.
20458         (blink-matching-open): No need for " [...]" in minibuffer-message.
20460 2011-05-12  Glenn Morris  <rgm@gnu.org>
20462         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
20463         (appt-check): Simplify.
20465 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
20467         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
20468         literal "/dev/null".
20470 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20472         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
20473         Fix typo.
20475 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
20477         * progmodes/which-func.el (which-function):
20478         Use add-log-current-defun instead of add-log-current-defun-function,
20479         which might not be defined (Bug#8260).
20481 2011-05-12  Glenn Morris  <rgm@gnu.org>
20483         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
20484         Let byte-compile-initial-macro-environment always take precedence.
20486 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20488         * net/rcirc.el: Add support for SSL/TLS connections.
20489         (rcirc-server-alist): New field `encryption'.
20490         (rcirc): Check `encryption' settings.
20491         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
20492         Merge make-local-variable into `set'.
20493         (rcirc--connection-open-p): New function.
20494         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
20495         the process is not a network process (e.g. running gnutls-cli).
20496         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
20497         Make rcirc-(en|de)code-coding-system local here.
20498         (rcirc-mode): Merge make-local-variable into `set'.
20499         (rcirc-parent-buffer): Make permanent buffer-local.
20500         (rcirc-multiline-minor-mode): Don't do it here.
20501         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
20502         there's no server buffer.
20504 2011-05-11  Glenn Morris  <rgm@gnu.org>
20506         * newcomment.el (comment-kill): Prefix "unused" local.
20508         * term/w32console.el (get-screen-color): Declare.
20510         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
20511         Handle symbol elements of byte-compile-initial-macro-environment.
20513 2011-05-10  Leo Liu  <sdl.web@gmail.com>
20515         * bookmark.el (bookmark-bmenu-mode-map):
20516         Bind bookmark-bmenu-search to `/'.
20518         * mail/footnote.el: Convert to utf-8 encoding.
20519         (footnote-unicode-string, footnote-unicode-regexp): New variable.
20520         (Footnote-unicode): New function.
20521         (footnote-style-alist): Add unicode style to the list.
20522         (footnote-style): Doc fix.
20524 2011-05-10  Jim Meyering  <meyering@redhat.com>
20526         Fix doubled-word typos.
20527         * international/quail.el (quail-insert-kbd-layout): and and -> and
20528         * kermit.el: and and -> and
20529         * net/ldap.el (ldap-search-internal): to to -> to
20530         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
20531         * progmodes/js.el (js-mode): and and -> and
20532         * textmodes/artist.el (artist-move-to-xy): at at -> at
20533         (artist-draw-region-trim-line-endings): if if -> if
20534         And Safetyc -> Safety.
20535         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
20537 2011-05-10  Glenn Morris  <rgm@gnu.org>
20538             Stefan Monnier  <monnier@iro.umontreal.ca>
20540         * files.el (hack-one-local-variable-eval-safep):
20541         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
20543 2011-05-10  Glenn Morris  <rgm@gnu.org>
20545         * calendar/diary-lib.el (diary-list-entries-hook)
20546         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
20547         (diary-nongregorian-marking-hook, diary-list-entries)
20548         (diary-include-other-diary-files, diary-mark-entries)
20549         (diary-mark-included-diary-files): Doc fixes.
20551 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
20553         * misc.el: Require tabulated-list.el during compilation.
20555 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
20557         * progmodes/compile.el (compilation-start):
20558         Run compilation-filter-hook for the async case too.
20559         (compilation-filter-hook): Doc fix.
20561 2011-05-09  Deniz Dogan  <deniz@dogan.se>
20563         * wdired.el: Remove outdated installation comment.  Fix usage
20564         comment.
20566 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
20568         * misc.el: Implement new command `list-dynamic-libraries'.
20569         (list-dynamic-libraries--loaded-only-p): New variable.
20570         (list-dynamic-libraries--refresh): New function.
20571         (list-dynamic-libraries): New command.
20573 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
20575         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20576         Fix the ant regexp to handle end-line and end-column info from jikes.
20577         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
20578         higher priority to avoid clobbering by gnu.
20580 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
20582         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
20583         if the face has existing theme settings (Bug#8454).
20585 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
20587         * progmodes/perl-mode.el (perl-imenu-generic-expression):
20588         Only match variables declared via `my' or `our' (Bug#8261).
20590         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
20591         special file names `.' and `..' (Bug#8259).
20593 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
20595         * progmodes/grep.el (grep-mode-font-lock-keywords):
20596         Remove buffer-changing entries.
20597         (grep-filter): New function.
20598         (grep-mode): Add it to compilation-filter-hook.
20600         * progmodes/compile.el (compilation-filter-hook)
20601         (compilation-filter-start): New defvars.
20602         (compilation-filter): Call compilation-filter-hook prior to
20603         updating the process mark.
20605 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20607         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
20609 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
20611         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
20612         mailclient-send-it even if window-system is nil.  (Bug#8595)
20614         * term/w32console.el (terminal-init-w32console):
20615         Call get-screen-color and use its output to set the frame
20616         background-mode.  (Bug#8597)
20618 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20620         Make bytecomp.el understand that defmethod defines funs (bug#8631).
20621         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
20622         New functions.
20623         (defgeneric, eieio--defmethod): Use them.
20624         (eieio-defgeneric): Remove.
20625         (defmethod): Call defgeneric in a way visible to the byte-compiler.
20627 2011-05-07  Glenn Morris  <rgm@gnu.org>
20629         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
20630         Use let rather than let*.
20631         (timeclock-find-discrep): Remove unused local.
20633         * calendar/diary-lib.el (diary-comment-start): Doc fix.
20635         * calendar/appt.el (appt-time-msg-list): Doc fix.
20637 2011-05-06  Noah Friedman  <friedman@splode.com>
20639         * apropos.el (apropos-print-doc): Only use
20640         emacs-lisp-docstring-fill-column when it is bound to an integer,
20641         per that variable's documentation.
20643 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20645         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
20646         and warnings are not silently discarded (e.g. use -d instead of -P).
20648 2011-05-06  Glenn Morris  <rgm@gnu.org>
20650         * calendar/appt.el (appt-message-warning-time): Doc fix.
20651         (appt-warning-time-regexp): New option.
20652         (appt-make-list): Respect appt-message-warning-time.
20654         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
20655         New options.
20656         (diary-add-to-list): Strip comments from the displayed string.
20657         (diary-mode): Set comment-start and comment-end.
20659         * vc/diff-mode.el (smerge-refine-subst): Declare.
20660         (diff-refine-hunk): Don't require smerge-mode when compiling.
20662 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
20664         * simple.el (list-processes): Return nil as the docstring says.
20666 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
20668         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
20669         to "".
20670         (ange-ftp-write-region, ange-ftp-insert-file-contents)
20671         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
20672         determining of binary transfer.  (Bug#7383)
20674 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
20676         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20677         Fix port computation bug.  (Bug#8618)
20679 2011-05-05  Glenn Morris  <rgm@gnu.org>
20681         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
20683         * simple.el (shell-dynamic-complete-functions)
20684         (comint-dynamic-complete-functions): Declare.
20686         * net/network-stream.el (gnutls-negotiate):
20687         * simple.el (tabulated-list-print): Fix declarations.
20689         * progmodes/gud.el (syntax-symbol, syntax-point):
20690         Remove unnecessary and incorrect declarations.
20692         * emacs-lisp/check-declare.el (check-declare-scan):
20693         Handle byte-compile-initial-macro-environment in bytecomp.el.
20695 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20697         Fix earlier half-done eieio-defmethod change (bug#8338).
20698         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
20699         Streamline and change calling convention.
20700         (defmethod): Adjust accordingly and simplify.
20701         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
20702         new eieio--defmethod.
20703         (slot-boundp): Minor CSE simplification.
20705 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
20707         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
20708         (glasses-make-readable): Use glasses-separate-capital-groups.
20710 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
20712         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
20713         (warning-series): Doc fix.
20714         (display-warning): Don't try to create the buffer if we just found it.
20716 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
20718         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
20719         (autoload-find-generated-file): New function.
20720         (generate-file-autoloads): Bind generated-autoload-file to
20721         buffer-file-name.
20722         (update-file-autoloads, update-directory-autoloads):
20723         Use autoload-find-generated-file.  If called interactively, prompt for
20724         output file (Bug#7989).
20725         (batch-update-autoloads): Doc fix.
20727 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
20729         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
20731 2011-05-04  Glenn Morris  <rgm@gnu.org>
20733         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
20734         function, so it follows changes in calendar-date-style.
20735         (diary-fancy-date-matcher): New function.
20736         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
20737         (diary-fancy-font-lock-fontify-region-function):
20738         Use diary-fancy-date-pattern as a function.
20740         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
20741         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
20743 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
20745         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
20746         instead of positional arguments.  Allow :keylist and :crlfiles
20747         arguments.
20748         (open-gnutls-stream): Call it.
20750         * net/network-stream.el (network-stream-open-starttls): Adjust to
20751         call `gnutls-negotiate' with :process and :hostname arguments.
20753 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20755         * minibuffer.el (completion--message): New function.
20756         (completion--do-completion, minibuffer-complete)
20757         (minibuffer-force-complete, minibuffer-complete-word): Use it.
20758         (completion--do-completion): Don't ignore completion-auto-help when in
20759         icomplete-mode.
20761         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
20762         internal encoding (e.g. tibetan zero is not whitespace).
20763         (global-whitespace-mode): Prefer save-current-buffer.
20764         (whitespace-trailing-regexp): Remove useless save-match-data.
20765         (whitespace-empty-at-bob-regexp): Minor simplification.
20767 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
20769         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
20771 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
20773         * textmodes/ispell.el (ispell-add-per-file-word-list):
20774         Use `concat' to create string for insertion.
20776 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20778         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
20779         Avoid open-line which runs post-self-insert-hook.
20780         (bibtex-fill-entry): Remove unused `end' var.
20782 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
20784         * textmodes/ispell.el (ispell-add-per-file-word-list):
20785         Protect against `nil' value of `comment-start' (Bug#8579).
20787 2011-05-03  Leo Liu  <sdl.web@gmail.com>
20789         * isearch.el (isearch-yank-pop): New command.
20790         (isearch-mode-map): Bind it to `M-y'.
20791         (isearch-forward): Mention it.
20793 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20795         * simple.el (minibuffer-complete-shell-command): Remove.
20796         (minibuffer-local-shell-command-map): Use completion-at-point.
20797         (read-shell-command): Setup completion vars here instead.
20798         (read-expression-map): Bind TAB to symbol completion.
20800         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
20801         error directly rather via storing it into `results'.
20803 2011-05-02  Leo Liu  <sdl.web@gmail.com>
20805         * vc/diff.el: Fix description.
20807 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20809         * server.el (server-eval-at): New function.
20811 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20813         * net/network-stream.el (open-network-stream): Take a :nowait
20814         parameter and pass it on to `make-network-process'.
20815         (network-stream-open-plain): Ditto.
20817 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
20819         * faces.el (face-spec-set-match-display): Don't match toolkit
20820         options on terminal frames.
20822 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20824         * progmodes/pascal.el: Use lexical binding.
20825         (pascal-mode-map): Remove author preferences.
20827         * pcomplete.el (pcomplete-std-complete): Don't abuse
20828         completion-at-point.
20830 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
20832         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
20833         removing code that has been dead since 1991 or so.
20835         * startup.el (command-line): When warning about "_emacs", use a
20836         delayed warning to allow the user to filter it out.
20838 2011-04-28  Deniz Dogan  <deniz@dogan.se>
20840         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
20841         user has not joined.
20843 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20845         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
20846         aren't any completions at point.
20848 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
20850         * subr.el (display-delayed-warnings): New function.
20851         (delayed-warnings-hook): New variable.
20853 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20855         * minibuffer.el (completion-at-point, completion-help-at-point):
20856         Don't presume that a given completion-at-point-function will always
20857         use the same calling convention.
20859         * pcomplete.el (pcomplete-completions-at-point):
20860         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
20861         pcomplete-seen is non-nil.
20862         (pcomplete-comint-setup): Also recognize the new comint/shell
20863         completion functions.
20864         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
20865         pcomplete-seen is non-nil.
20867 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
20869         * calendar/icalendar.el (diary-lib): Add require statement.
20870         (icalendar--create-uid): Read out a uid from a text-property on
20871         the first character in the entry.  This allows for code to add its
20872         own uid to the entry.
20873         (icalendar--convert-float-to-ical): Add export of
20874         `diary-float'-entries save for those with the optional DAY
20875         argument.
20877 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
20879         * subr.el (shell-quote-argument): Use alternate escaping strategy
20880         when we spot a variable reference in a string.
20882 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
20884         * cus-start.el (all): Define customization for debug-on-event.
20886 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
20888         * subr.el (shell-quote-argument): Escape correctly under Windows.
20890 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20892         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
20894 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
20896         * net/tramp.el (tramp-process-actions): Add POS argument.
20897         Delete region between POS and (pos).
20899         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20900         Use `nil' position in `tramp-process-actions' call.
20901         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
20903         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
20904         position in `tramp-process-actions' call.
20906         * net/trampver.el: Update release number.
20908 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20910         * custom.el (defcustom): Obey lexical-binding.
20912         Fix octave-inf completion problems reported by Alexander Klimov.
20913         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
20914         Inherit from octave-mode-syntax-table.
20915         (inferior-octave-mode): Set info-lookup-mode.
20916         (inferior-octave-completion-at-point): New function.
20917         (inferior-octave-complete): Use it and completion-in-region.
20918         (inferior-octave-dynamic-complete-functions): Use it as well, and use
20919         comint-filename-completion.
20920         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
20921         symbol elements which shouldn't be word elements.
20922         (octave-font-lock-keywords, octave-beginning-of-defun)
20923         (octave-function-header-regexp): Adjust regexps accordingly.
20924         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
20926 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
20928         * net/gnutls.el (gnutls-errorp): Declare before first use.
20930 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
20932         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
20933         verify-error, and verify-hostname-error parameters.  Check whether
20934         default trustfile exists before going to use it.  Add missing
20935         argument to gnutls-message-maybe call.  Return value.
20936         Reported by Claudio Bley <claudio.bley@gmail.com>.
20937         (open-gnutls-stream): Add usage example.
20939         * net/network-stream.el (network-stream-open-starttls): Give host
20940         parameter to `gnutls-negotiate'.
20941         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
20942         * subr.el (shell-quote-argument): Escape correctly under Windows.
20944 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
20946         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
20947         Use correct match group (bug#8438).
20949 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
20951         * emacs-lisp/package.el (package-built-in-p): Fix typo.
20952         (package-menu--generate): New arg specifying packages to show.
20953         (package-menu-refresh, package-menu-execute, list-packages):
20954         Callers changed.
20955         (package-show-package-list): New function, replacing deleted
20956         package--list-packages (renamed because it is non-internal).
20958         * finder.el (finder-list-matches): Use package-show-package-list
20959         instead of deleted package--list-packages.
20961         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
20962         Based on a previous implementation by Juanma Barranquero (Bug#8366).
20963         (vc-annotate-mode-map): Bind it to RET.
20965 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
20967         * progmodes/etags.el (next-file): Don't use set-buffer to change
20968         buffers (Bug#8478).
20970 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
20972         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
20974         * apropos.el (apropos-label-face): Avoid variable-pitch face.
20975         (apropos-accumulator): Doc fix.
20976         (apropos-function, apropos-macro, apropos-command)
20977         (apropos-variable, apropos-face, apropos-group, apropos-widget)
20978         (apropos-plist): Add face property.
20979         (apropos-symbols-internal): Fix indentation.
20980         (apropos-print): Simplify help, and recognize apropos-multi-type.
20981         (apropos-print-doc): Use button-type-get to extract the button's
20982         face property.  Fill docstring (Bug#8352).
20984 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
20986         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
20988         * play/mpuz.el (mpuz-silent): Doc fix.
20989         (mpuz-mode-map): Use mapc.
20990         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
20991         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
20992         Fix typos in docstrings.
20994         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
20995         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
20997         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
20999 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
21001         * minibuffer.el (completion--do-completion): Avoid the "Next char
21002         not unique" prompt if icomplete-mode is enabled (Bug#5849).
21004         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
21005         mouse-2 into unread-command-events, it is interpreted correctly.
21007         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
21008         (image-toggle-display): Doc fix.
21010 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
21012         * textmodes/page.el (what-page): Use line-number-at-pos to
21013         calculate line number (Bug#6825).
21015 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
21017         * eshell/esh-mode.el (find-tag-interactive): Declare function.
21018         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
21019         Pass argument NO-DEFAULT to `find-tag-interactive'.
21021 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
21023         Lexical-binding cleanup.
21025         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
21026         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
21027         * progmodes/ada-prj.el (ada-prj-initialize-values)
21028         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
21029         (ada-prj-show-value):
21030         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
21031         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
21032         (antlr-invalidate-context-cache, antlr-options-menu-filter)
21033         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
21034         * progmodes/bug-reference.el (bug-reference-push-button):
21035         * progmodes/fortran.el (fortran-line-length):
21036         * progmodes/glasses.el (glasses-change):
21037         * progmodes/octave-mod.el (octave-fill-paragraph):
21038         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
21039         (python-pdbtrack-grub-for-buffer, python-sentinel):
21040         * progmodes/sql.el (sql-save-connection):
21041         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
21042         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
21043         Mark unused parameters.
21045         * progmodes/compile.el (compilation--flush-directory-cache)
21046         (compilation--flush-parse, compile-internal): Mark unused parameters.
21047         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
21048         (compilation-next-error-function): Remove unused variable `timestamp'.
21050         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
21051         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
21053         * progmodes/dcl-mode.el (dcl-end-of-command):
21054         Remove unused variable `start'.
21055         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
21056         (dcl-option-value-basic, dcl-option-value-offset)
21057         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
21058         Mark unused parameters.
21059         (dcl-save-local-variable): Remove unused variable `val'.
21060         (mode): Declare.
21062         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
21063         Mark unused parameters.
21064         (delphi-ignore-changes): Move before first use.
21065         (delphi-charset-token-at): Remove unused variable `start'.
21066         (delphi-else-start): Remove unused variable `if-count'.
21067         (delphi-comment-block-start, delphi-comment-block-end):
21068         Remove unused variable `kind'.
21069         (delphi-indent-line): Remove unused variable `new-point'.
21071         * progmodes/ebrowse.el (ebrowse-files-list)
21072         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
21073         Mark unused parameters.  Don't quote `lambda'.
21074         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
21075         Don't quote `lambda'.
21076         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
21077         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
21078         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
21079         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
21080         Use `ignore-errors'.
21081         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
21082         (ebrowse-view/find-file-and-search-pattern)
21083         (ebrowse-view/find-member-declaration/definition):
21084         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
21085         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
21086         Rename parameter PREFIX-ARG to PREFIX.
21087         (ebrowse-tags-read-name): Remove unused variables `start' and
21088         `member-info'.
21089         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
21090         to `tags-file'.
21092         * progmodes/etags.el (local-find-tag-hook): Declare.
21093         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
21094         Mark unused parameters.
21096         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
21097         (executable-interpret): Mark unused parameter.
21099         * progmodes/flymake.el (flymake-process-sentinel)
21100         (flymake-after-change-function)
21101         (flymake-create-temp-with-folder-structure)
21102         (flymake-get-include-dirs-dot): Mark unused parameters.
21103         (flymake-safe-delete-directory): Remove unused variable `err'.
21105         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
21106         (speedbar-timer-fn, speedbar-line-text)
21107         (speedbar-change-expand-button-char, speedbar-delete-subblock)
21108         (speedbar-center-buffer-smartly): Declare functions.
21109         (gdb-find-watch-expression): Remove unused variable `array'.
21110         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
21111         (gdb-starting): Mark unused parameters.
21112         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
21113         (gdb-table-string): Remove unused variable `res'.
21114         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
21115         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
21116         (gdb-display-buffer): Remove unused variable `cur-size'.
21118         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
21119         allow lexical-binding compilation.
21120         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
21121         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
21122         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
21123         Mark unused parameters.
21124         (gud-gdb-marker-filter): Remove unused variable `match'.
21125         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
21126         lambda expressions and funcall them, instead of using `fset'.
21128         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
21129         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
21131         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
21132         variable `header-beg'; use `let'.
21134         * progmodes/icon.el (indent-icon-exp): Remove unused variables
21135         `restart', `last-sexp' and `at-do'.
21137         * progmodes/js.el (js--debug): Mark unused parameter.
21138         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
21139         (js--splice-into-items): Remove unused variable `item'.
21140         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
21142         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
21143         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
21144         (makefile-complete): Remove unused variable `try'.
21145         (makefile-fill-paragraph, makefile-match-function-end):
21146         Mark unused parameters.
21148         * progmodes/octave-inf.el (inferior-octave-complete):
21149         Remove unused variable `proc'.
21150         (inferior-octave-output-digest): Mark unused parameter.
21152         * progmodes/perl-mode.el (perl-calculate-indent):
21153         Remove unused variable `err'.
21155         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
21156         (prolog-indent-line): Mark unused parameters.
21157         (prolog-indent-line): Remove unused variable `beg'.
21159         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
21160         (reporter-dont-compact-list): Declare.
21162         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
21163         Remove unused variable `char'.
21164         (sh-debug): Mark unused parameter.
21165         (sh-get-indent-info): Remove unused variable `start'.
21166         (sh-calculate-indent): Remove unused variable `var'.
21168         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
21169         (simula-electric-keyword): Remove unused variable `null'.
21170         (simula-search-backward, simula-search-forward): Remove unused
21171         variables `begin' and `end'.
21173         * progmodes/vera-mode.el (vera-guess-basic-syntax):
21174         Remove unused variable `pos'.
21175         (vera-electric-tab, vera-comment-uncomment-region):
21176         Mark unused parameters.
21177         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
21179 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
21181         * emacs-lisp/package.el (package--builtins, package-alist)
21182         (package-load-descriptor, package-built-in-p, package-activate)
21183         (define-package, package-installed-p)
21184         (package-compute-transaction, package-buffer-info)
21185         (package--push): Doc fix.  Distinguish more clearly between
21186         version strings and version lists.
21188 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
21190         Lexical-binding cleanup.
21192         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
21193         (5x5-make-mutate-best):
21194         * play/fortune.el (fortune-in-buffer):
21195         * play/gomoku.el (gomoku-init-display):
21196         * play/solitaire.el (solitaire, solitaire-do-check):
21197         * play/tetris.el (tetris-default-update-speed-function):
21198         Mark unused parameters.
21200         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
21201         (bubbles--shift): Remove unused variable `char-org'.
21202         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
21203         (bubbles--show-images): Remove unused variable `char'.
21205         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
21206         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
21207         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
21208         (decipher-analyze-buffer): Use ?\s.
21209         (decipher-make-checkpoint): Remove unused variable `mapping'.
21211         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
21213         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
21214         Remove unused variable `result'; use `let'.
21216         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
21217         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
21218         (gametree-children-shown-p, gametree-compute-reduced-score):
21219         Use `ignore-errors'.
21221         * play/handwrite.el (ps-lpr-switches): Declare.
21222         (handwrite): Remove unused variables `pmin' and `lastp'.
21224         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
21226         * play/landmark.el (landmark-init-display)
21227         (landmark-update-naught-weights): Mark unused parameters.
21228         (landmark-y): Remove unused variable `noise'.  Simplify.
21229         (landmark-human-plays): Remove unused variable `score'.
21231         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
21232         (mpuz-try-proposal): Remove unused variable `game'.
21234         * play/zone.el (life-patterns): Declare.
21236 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
21238         * vc/vc.el (ediff-vc-internal): Declare function.
21240 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21242         * shell.el: Use lexical-binding and std completion UI.
21243         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
21244         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
21245         comint-preoutput-filter-functions rather than on
21246         comint-output-filter-functions.
21247         (shell-command-completion, shell--command-completion-data)
21248         (shell-filename-completion, shell-environment-variable-completion)
21249         (shell-c-a-p-replace-by-expanded-directory): New functions.
21250         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
21251         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
21252         (shell-dynamic-complete-environment-variable): Use them.
21253         (shell-dynamic-complete-as-environment-variable)
21254         (shell-dynamic-complete-as-command): Remove.
21255         (shell-match-partial-variable): Match past point.
21256         * comint.el: Clean up use of completion-at-point-functions.
21257         (comint-completion-at-point): New function.
21258         (comint-mode): Use it completion-at-point-functions.
21259         (comint-dynamic-complete): Make it obsolete.
21260         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
21261         (comint-c-a-p-replace-by-expanded-history): New function.
21262         (comint-dynamic-complete-functions)
21263         (comint-replace-by-expanded-history): Use it.
21264         * minibuffer.el (completion-table-with-terminator): Allow dynamic
21265         termination strings.  Try harder to avoid second try-completion.
21266         (completion-in-region-mode-map): Disable bindings that don't work yet.
21268         * comint.el: Use lexical-binding.  Require CL.
21269         (comint-dynamic-complete-functions): Use comint-filename-completion.
21270         (comint-completion-addsuffix): Tweak custom type.
21271         (comint-filename-completion, comint--common-suffix)
21272         (comint--common-quoted-suffix, comint--table-subvert)
21273         (comint--complete-file-name-data): New functions.
21274         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
21275         (comint-dynamic-list-filename-completions): Use them.
21276         (comint-dynamic-simple-complete): Make obsolete.
21278         * minibuffer.el (completion-in-region-mode):
21279         Keep completion-in-region-mode--predicate global.
21280         (completion-in-region--postch):
21281         Assume completion-in-region-mode--predicate is not null.
21283         * progmodes/flymake.el (flymake-start-syntax-check-process):
21284         Obey `dir'.  Simplify.
21286         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
21287         we're in VC after all.
21289 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
21291         * vc/vc.el (vc-diff-build-argument-list-internal)
21292         (vc-version-ediff, vc-ediff): New commands.
21293         (vc-version-diff): Use vc-diff-build-argument-list-internal.
21295 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21297         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
21298         add sanity check.
21300         * obsolete/erc-hecomplete.el: Make obsolete.
21301         * obsolete/: Standardize obsolescence info in the header.
21303 2011-04-20  Glenn Morris  <rgm@gnu.org>
21305         * calendar/solar.el (solar-horizontal-coordinates):
21306         Use the longitude argument rather than `calendar-longitude'.
21307         (solar-date-next-longitude): Remove unused locals.
21309 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21311         * whitespace.el: New version 13.2.1.
21313 2011-04-20  felix  <EmacsWiki>  (tiny change)
21315         * whitespace.el (global-whitespace-mode): Keep highlight when
21316         switching between major modes on a file.
21318 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21320         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
21321         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
21322         multi-line comments as well.
21324 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
21326         Lexical-binding cleanup.
21328         * arc-mode.el (archive-mode-revert):
21329         * cmuscheme.el (scheme-interactively-start-process):
21330         * custom.el (custom-initialize-delay):
21331         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
21332         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
21333         * emacs-lock.el (emacs-lock-clear-sentinel):
21334         * ezimage.el (defezimage):
21335         * follow.el (follow-avoid-tail-recenter):
21336         * fringe.el (set-fringe-mode-1):
21337         * generic-x.el (bat-generic-mode-compile):
21338         * help-mode.el (help-info-variable, help-do-xref)
21339         (help-mode-revert-buffer):
21340         * help.el (view-emacs-todo):
21341         * iswitchb.el (iswitchb-completion-help):
21342         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
21343         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
21344         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
21345         * locate.el (locate-update):
21346         * longlines.el (longlines-encode-region)
21347         (longlines-after-change-function):
21348         * outline.el (outline-isearch-open-invisible):
21349         * ps-def.el (declare-function, charset-dimension, char-width)
21350         (encode-char):
21351         * ps-mule.el (ps-mule-plot-string):
21352         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
21353         (recentf-edit-list-select, recentf-edit-list-validate)
21354         (recentf-open-files-action):
21355         * rect.el (delete-whitespace-rectangle-line)
21356         (rectangle-number-line-callback):
21357         * register.el (window-configuration-to-register)
21358         (frame-configuration-to-register):
21359         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
21360         * select.el (xselect-convert-to-string, xselect-convert-to-length)
21361         (xselect-convert-to-targets, xselect-convert-to-delete)
21362         (xselect-convert-to-filename, xselect-convert-to-charpos)
21363         (xselect-convert-to-lineno, xselect-convert-to-colno)
21364         (xselect-convert-to-os, xselect-convert-to-host)
21365         (xselect-convert-to-user, xselect-convert-to-class)
21366         (xselect-convert-to-name, xselect-convert-to-integer)
21367         (xselect-convert-to-atom, xselect-convert-to-identity):
21368         * subr.el (declare, ignore, process-kill-without-query)
21369         (text-clone-maintain):
21370         * terminal.el (te-get-char, te-tic-sentinel):
21371         * tool-bar.el (tool-bar-make-keymap):
21372         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
21373         * type-break.el (type-break-mode, type-break-noninteractive-query):
21374         * view.el (View-back-to-mark):
21375         * wid-browse.el (widget-browse-action, widget-browse-widget)
21376         (widget-browse-widgets, widget-browse-sexp):
21377         * widget.el (define-widget-keywords):
21378         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
21379         Mark unused parameters.
21381         * align.el (align-adjust-col-for-rule): Mark unused parameter.
21382         (align-areas): Remove unused variable `look'.
21383         (align-region): Remove unused variables `real-end' and `pos-list'.
21385         * apropos.el (apropos-score-doc): Remove unused variable `i'.
21387         * bindings.el (mode-line-modified, mode-line-remote):
21388         Mark unused parameters.
21389         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
21391         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
21392         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
21394         * comint.el (comint-history-isearch-pop-state)
21395         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
21396         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
21397         (comint-substitute-in-file-name): Doc fix.
21399         * completion.el (cmpl-statistics-block): Mark unused parameter.
21400         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
21401         (save-completions-to-file, load-completions-from-file):
21402         Remove unused local variable `e'.
21404         * composite.el (compose-chars): Remove unused variable `len'.
21405         (lgstring-insert-glyph): Remove unused variable `g'.
21406         (compose-glyph-string): Remove unused variables `ascent',
21407         `descent', `lbearing' and `rbearing'.
21408         (compose-glyph-string-relative): Remove unused variables
21409         `lbearing', `rbearing' and `wadjust'.
21410         (compose-gstring-for-graphic): Remove unused variables `header',
21411         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
21412         (compose-gstring-for-terminal): Remove unused variables `header'
21413         and `nchars'.  Use `let', not `let*'.
21415         * cus-edit.el (Custom-set, Custom-save, custom-reset)
21416         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
21417         (Custom-buffer-done, custom-buffer-create-internal)
21418         (custom-browse-visibility-action, custom-browse-group-tag-action)
21419         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
21420         (widget-magic-mouse-down-action, custom-toggle-parent)
21421         (custom-add-parent-links, custom-toggle-hide-variable)
21422         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
21423         (custom-toggle-hide-face, face, hook, custom-group-link-action)
21424         (custom-face-menu-create, custom-variable-menu-create, get)
21425         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
21426         (custom-reset-standard-save-and-update): Remove unused variable `value'.
21427         (customize-apropos): Remove unused variable `tests'.
21428         (custom-group-value-create): Remove unused variable `hidden-p'.
21429         (sort-fold-case): Declare.
21431         * cus-theme.el (custom-reset-standard-faces-list)
21432         (custom-reset-standard-variables-list): Declare.
21433         (customize-create-theme, custom-theme-revert, custom-theme-write)
21434         (custom-theme-choose-mode, customize-themes, custom-theme-save):
21435         Mark unused parameters.
21437         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
21439         * delim-col.el (delimit-columns-max): Move defvar before first use.
21441         * descr-text.el (describe-char-categories): Don't quote `lambda'.
21442         (describe-char): Don't quote `lambda'.  Mark unused parameter.
21444         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
21445         (auto-insert): Declare.
21446         (desktop-restore-file-buffer): Rename desktop-* parameters;
21447         mark unused ones.
21448         (desktop-create-buffer): Rename desktop-* parameters and bind them.
21449         (desktop-buffer): Rename desktop-* parameters.
21451         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
21452         (dframe-reposition-frame-xemacs, dframe-help-echo)
21453         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
21454         Mark unused parameters.
21456         * dired-aux.el (backup-extract-version-start, overwrite-query)
21457         (overwrite-backup-query, rename-regexp-query)
21458         (rename-non-directory-query): Declare.
21459         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
21460         (dired-add-entry): Remove unused variable `orig-file-name'.
21461         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
21462         Use parameter PRESERVE-TIME instead of accessing dynamic variable
21463         `dired-copy-preserve-time' directly.
21464         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
21465         (dired-insert-subdir-newpos): Rename unused variable `pos'.
21467         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
21468         (dired-virtual-revert, dired-make-relative-symlink):
21469         Mark unused parameters.
21470         (manual-program): Declare.
21471         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
21472         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
21473         wrapped in `with-no-warnings' to avoid replacing one warning by another.
21475         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
21477         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
21479         * echistory.el (electric-history-in-progress, Helper-return-blurb):
21480         Declare.
21482         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
21484         * electric.el (Electric-command-loop): Rename parameter
21485         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
21487         * expand.el (expand-in-literal): Remove unused variable `here'.
21489         * facemenu.el (facemenu-add-new-color):
21490         Remove unused variable `docstring'.
21492         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
21493         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
21494         (face-attr-construct): Mark unused parameter.  Doc fix.
21495         (read-color): Remove unused variable `hex-string'.
21497         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
21498         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
21499         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
21500         (display-buffer-other-frame): Remove unused variable `old-window'.
21501         (kill-buffer-hook): Declare.
21502         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
21503         Mark unused parameters.
21504         (after-find-file): Pass 1 to `auto-save-mode', not t.
21506         * files-x.el (auto-insert): Declare.
21507         (modify-file-local-variable-prop-line): Remove unused variable `val'.
21509         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
21510         variable `buf'.  Mark unused parameter.
21511         (find-lisp-insert-directory): Mark unused parameter.
21513         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
21514         (format-encode-region): Remove unused variables `cur-buf' and `result'.
21515         (format-common-tail): Remove, unused.
21516         (format-deannotate-region): Remove unused variable `loc'.
21517         (format-annotate-region): Remove unused variable `p'.
21518         (format-annotate-single-property-change): Remove unused variables
21519         `default' and `tail'.
21521         * forms.el (read-file-filter): Declare.
21522         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
21524         * frame.el (frame-creation-function-alist): Mark unused parameter.
21525         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
21527         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
21528         Remove unused parameters.
21529         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
21530         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
21532         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
21533         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
21534         (hfy-prepare-tag-map): Mark unused parameters.
21535         (htmlfontify-buffer): Use `called-interactively-p'.
21537         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
21538         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
21539         (ibuffer-do-occur): Mark unused parameters.
21540         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
21541         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
21543         * ibuffer.el: Don't quote `lambda'.
21544         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
21545         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
21546         Mark unused parameters.
21548         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
21549         (ido-completing-read): Mark unused parameters.
21550         (ido-copy-current-word): Mark unused parameters;
21551         remove unused variable `name'.
21552         (ido-sort-merged-list): Remove unused parameter `dirs'.
21554         * ielm.el (ielm-input-sender): Mark unused parameter.
21555         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
21556         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
21557         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
21558         `ielm-string' as a dynamic variable accessible from the IELM prompt.
21559         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
21561         * image-dired.el (image-dired-display-thumbs): Remove unused
21562         variables `curr-file' and `count'.
21563         (image-dired-remove-tag): Remove unused variable `start'.
21564         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
21565         variable `curr-file'
21566         (image-dired-rotate-original): Remove unused variable `temp-file'.
21567         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
21568         Remove unused variable `file'.
21569         (image-dired-gallery-generate): Remove unused variable `curr'.
21570         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
21572         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
21574         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
21576         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
21578         * isearch.el (minibuffer-history-symbol): Declare.
21579         (isearch-edit-string): Remove unused variable `err'.
21580         (isearch-message-prefix, isearch-message-suffix):
21581         Mark unused parameters.
21583         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
21585         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
21587         * makesum.el (double-column): Remove unused variable `cnt'.
21589         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
21590         (ido-ignore-item-temp-list): Declare.
21592         * mouse-drag.el (mouse-drag-throw): Remove unused variables
21593         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
21594         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
21595         (mouse-drag-drag): Remove unused variables `mouse-delta' and
21596         `mouse-col-delta'.
21598         * mouse-sel.el (mouse-extend-internal):
21599         Remove unused variable `orig-window-frame'.
21601         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
21602         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
21603         Move declarations before first use.
21604         (pcomplete-opt): Mark unused parameters; doc fix.
21606         * proced.el (proced-revert): Mark unused parameter.
21607         (proced-send-signal): Remove unused variable `err'.
21609         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
21610         Rename parameter PREFIX-ARG to ARG.
21611         (ps-basic-plot-string, ps-basic-plot-whitespace):
21612         Mark unused parameters.
21614         * replace.el (replace-count): Define.
21615         (occur-revert-function): Mark unused parameters.
21616         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
21617         (isearch-case-fold-search, isearch-string): Declare.
21618         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
21619         bind `case-fold-search'.  Remove unused variables `beg' and `end',
21620         and simplify.
21621         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
21622         COUNT and bind `replace-count'.
21623         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
21624         to COUNT.
21626         * savehist.el (print-readably, print-string-length): Declare.
21628         * shadowfile.el (shadow-expand-cluster-in-file-name):
21629         Remove unused variable `cluster'.
21630         (shadow-copy-file): Remove unused variable `i'.
21631         (shadow-noquery, shadow-clusters, shadow-site-cluster)
21632         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
21633         (shadow-define-literal-group, shadow-define-regexp-group)
21634         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
21636         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
21637         (shell): Use `called-interactively-p'.
21638         (shell-directory-tracker): Remove unused variable `chdir-failure'.
21640         * simple.el (compilation-context-lines, comint-file-name-quote-list)
21641         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
21642         (delete-backward-char): Remove unused variable `ocol'.
21643         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
21644         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
21645         (event-apply-hyper-modifier, event-apply-shift-modifier)
21646         (event-apply-control-modifier, event-apply-meta-modifier):
21647         Mark unused parameters.
21648         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
21649         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
21651         * speedbar.el (speedbar-ignored-directory-expressions)
21652         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
21653         (speedbar-find-file, speedbar-dir-follow)
21654         (speedbar-directory-buttons-follow, speedbar-tag-find)
21655         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
21656         (speedbar-buffers-line-directory, speedbar-buffer-click):
21657         Mark unused parameters.
21658         (speedbar-tag-file): Remove unused variable `mode'.
21659         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
21661         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
21663         * talk.el (talk): Remove unused variable `display'.
21665         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
21666         (tar-write-region-annotate): Mark unused parameter.
21668         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
21669         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
21670         Declare them, wrapped in `with-no-warnings' to avoid replacing one
21671         warning by another.
21673         * time-stamp.el (time-stamp-string-preprocess):
21674         Remove unused variable `require-padding'.
21676         * tree-widget.el (widget-glyph-enable): Declare.
21677         (tree-widget-action): Mark unused parameter.
21679         * w32-fns.el (x-get-selection): Mark unused parameter.
21680         (autoload-make-program, generated-autoload-file): Declare.
21682         * wdired.el (wdired-revert): Mark unused parameters.
21683         (wdired-xcase-word): Remove unused variable `err'.
21685         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
21686         (whitespace-help-scroll): Remove unused variable `data-help'.
21688         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
21689         (widget-image-insert, widget-after-change, default)
21690         (widget-default-format-handler, widget-default-notify)
21691         (widget-default-prompt-value, widget-info-link-action)
21692         (widget-url-link-action, widget-function-link-action)
21693         (widget-variable-link-action, widget-file-link-action)
21694         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
21695         (widget-field-prompt-internal, widget-field-action, widget-field-match)
21696         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
21697         (widget-insert-button-action, widget-delete-button-action, visibility)
21698         (widget-documentation-link-action, widget-documentation-string-action)
21699         (widget-const-prompt-value, widget-regexp-match, symbol)
21700         (widget-coding-system-prompt-value)
21701         (widget-key-sequence-value-to-external, sexp)
21702         (widget-sexp-value-to-internal, character, vector, cons)
21703         (widget-choice-prompt-value, widget-boolean-prompt-value)
21704         (widget-color--choose-action): Mark unused parameters.
21705         (widget-item-match-inline, widget-choice-match-inline)
21706         (widget-checklist-match, widget-checklist-match-inline)
21707         (widget-group-match): Rename parameter VALUES to VALS.
21708         (widget-field-value-set): Remove unused variable `size'.
21709         (widget-color-action): Remove unused variables `value' and `start'.
21711         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
21712         variable `dir'.  Doc fix.
21713         (windmove-find-other-window): Don't pass it.
21715         * window.el (count-windows): Mark unused parameter.
21716         (bw-adjust-window): Remove unused variable `err'.
21718         * woman.el (woman-file-name): Remove unused variable `default'.
21719         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
21720         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
21721         (global-font-lock-mode): Declare.
21722         (woman-decode-region): Mark unused parameter.
21723         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
21725         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
21726         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
21727         (x-dnd-handle-moz-url): Remove unused variable `title'.
21728         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
21730         * xml.el (xml-parse-tag, xml-parse-attlist):
21731         Remove unused variable `pos'.
21733 2011-04-19  Glenn Morris  <rgm@gnu.org>
21735         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
21736         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
21737         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
21738         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
21739         * calendar/cal-html.el (cal-html-insert-minical):
21740         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
21741         (calendar-mark-date-pattern):
21742         Prefix "unused" locals.
21744         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
21745         optional argument `style'.
21747         * calendar/appt.el (appt-make-list):
21748         * calendar/cal-china.el (calendar-chinese-date-string):
21749         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
21750         (diary-hebrew-yahrzeit):
21751         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
21752         * calendar/calendar.el (calendar-generate-window):
21753         * calendar/time-date.el (time-to-days):
21754         Remove unused local variables.
21756 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
21758         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
21759         glyphless-char-display table.
21760         (tabulated-list-glyphless-char-display): New var.
21762 2011-04-18  Sam Steingold  <sds@gnu.org>
21764         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
21765         to acknowledgments.
21767 2011-04-17  Glenn Morris  <rgm@gnu.org>
21769         * calendar/diary-lib.el (diary-sexp-entry):
21770         * calendar/holidays.el (holiday-sexp):
21771         Set debug-on-error rather than the removed stack-trace-on-error.
21773 2011-04-16  Glenn Morris  <rgm@gnu.org>
21775         * progmodes/f90.el: Use lexical-binding.
21776         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
21778 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21780         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
21781         (mail-mode): Setup mailalias completion here instead.
21782         * mail/mailalias.el: Use lexical-binding.
21783         (pattern, mailalias-done): Declare dynamic.
21784         (mail-completion-at-point-function): New function, from mail-complete.
21785         (mail-complete): Use it.
21786         (mail-completion-expand): New function.
21787         (mail-get-names): Use it.
21788         (mail-directory, mail-directory-process, mail-directory-stream):
21789         Don't use `pattern' for lexically bound arg.
21791         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
21793         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
21794         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
21795         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
21797         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
21798         (byte-save-window-excursion, byte-temp-output-buffer-setup)
21799         (byte-interactive-p): Define them again, for use when inlining
21800         old code.
21802 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
21804         * loadup.el: Use `string-to-number', not `string-to-int'.
21806 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21808         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
21809         gud-gdb-complete-command.
21810         (gud-gdb-completions): New function, from gud-gdb-complete-command.
21811         (gud-gdb-completion-at-point): New function.
21812         (gud-gdb-completions): Remove.
21814 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
21816         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
21817         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
21818         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
21819         whether `executable-find' is bound.
21821         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
21823 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21825         * minibuffer.el (completion-in-region-mode-predicate)
21826         (completion-in-region-mode--predicate): New vars.
21827         (completion-in-region, completion-in-region--postch)
21828         (completion-in-region-mode): Use them.
21829         (completion--capf-wrapper): Also return the hook function.
21830         (completion-at-point, completion-help-at-point):
21831         Adjust and provide a predicate.
21833         Preserve arg names for advice of subr and lexical functions (bug#8457).
21834         * help-fns.el (help-function-arglist): Consolidate the subr and
21835         new-byte-code cases.  Add argument `preserve-names' to extract names
21836         from the docstring when needed.
21837         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
21838         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
21839         (ad-arglist): Use help-function-arglist's new arg.
21840         (ad-definition-type): Use cond.
21842 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
21844         * autorevert.el (auto-revert-handler):
21845         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
21846         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
21847         Don't quote lambda.
21849         * image-mode.el (image-transform-set-scale):
21850         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
21852 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21854         * net/network-stream.el (network-stream-open-starttls): Only do
21855         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
21856         Upgrades via gnutls-cli are too slow to be done opportunistically.
21858 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
21860         * dframe.el (dframe-current-frame): Remove spurious quote.
21862 2011-04-12  Glenn Morris  <rgm@gnu.org>
21864         * calendar/cal-tex.el (cal-tex-end-document):
21865         Try to automatically use latin1 input if needed.
21867         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
21868         Don't try to cons a mark onto an empty element.
21870 2011-04-11  Leo Liu  <sdl.web@gmail.com>
21872         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
21873         buffers.
21874         (ido-kill-buffer-at-head): Support killing virtual buffers.
21876 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
21878         * minibuffer.el (completion-show-inline-help): New var.
21879         (completion--do-completion, minibuffer-complete)
21880         (minibuffer-force-complete, minibuffer-complete-word):
21881         Inhibit minibuffer messages if completion-show-inline-help is nil.
21883         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
21884         to avoid interference from inline help (Bug#5849).
21886 2011-04-10  Leo Liu  <sdl.web@gmail.com>
21888         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21889         Fix typo.
21891 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
21893         * image-mode.el (image-toggle-display-image): Signal an error if
21894         not in Image mode.
21895         (image-transform-mode, image-transform-resize)
21896         (image-transform-set-rotation): Doc fix.
21897         (image-transform-set-resize): Delete.
21898         (image-transform-set-scale, image-transform-fit-to-height)
21899         (image-transform-fit-to-width): Handle image-toggle-display-image
21900         and image-transform-resize directly.
21902 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
21904         * doc-view.el (doc-view-fit-width-to-window)
21905         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
21906         New functions for fitting the shown image to the Emacs window size.
21907         (doc-view-mode-map): Add bindings for the new functions.
21909 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
21911         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
21912         Fix typo in docstring.
21914 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
21916         * files.el (file-size-human-readable): Produce one digit after
21917         decimal, like "ls -lh" does.
21919         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
21920         the file size representation.
21922         * simple.el (list-processes): If async subprocesses are not
21923         available, error out with a clear error message.
21925 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
21927         * help.el (help-form-show): New function, to be called from C.
21928         Put help-form output in a buffer named differently than *Help*.
21930 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
21932         * files.el (file-size-human-readable): New function.
21934         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
21935         computing the representation inline.  Don't require `cl'.
21937 2011-04-08  Glenn Morris  <rgm@gnu.org>
21939         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
21941         * net/browse-url.el (browse-url-firefox):
21942         Test system-type, not system-configuration.
21944         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
21945         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
21946         Use log-edit-empty-buffer-p.  (Bug#7598)
21948         * net/rlogin.el (rlogin-process-connection-type): Simplify.
21949         (rlogin-mode-map): Initialize in the defvar.
21950         (rlogin): Use ignore-errors.
21952         * replace.el (occur-mode-map): Some fixes for menu items.
21954 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
21956         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
21958 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
21960         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
21961         issuing unused warnings.
21963         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
21964         macro directly.
21966         * simple.el: Lisp reimplement of list-processes.  Based on an
21967         earlier reimplementation by Leo Liu, but using tabulated-list.el.
21968         (process-menu-mode): New major mode.
21969         (list-processes--refresh, list-processes):
21970         (process-menu-visit-buffer): New functions.
21972         * files.el (save-buffers-kill-emacs): Don't assume any return
21973         value of list-processes, which is undocumented anyway.
21975 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
21977         * emacs-lisp/tabulated-list.el: New file.
21979         * emacs-lisp/package.el: Use Tabulated List mode.
21980         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
21981         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
21982         table format using Tabulated List mode variables.
21983         (package--push): New macro, replacing package-list-maybe-add.
21984         (package-menu--generate): Use package--push.  Renamed from
21985         package--generate-package-list.
21986         (package-menu-refresh, list-packages): Use it.
21987         (package-menu--print-info): Rename from package-print-package.
21988         Return insertion data instead of inserting it directly.
21989         (package-menu-describe-package, package-menu-execute):
21990         Use tabulated-list-get-id.
21991         (package-menu-mark-delete, package-menu-mark-install)
21992         (package-menu-mark-unmark, package-menu-backup-unmark)
21993         (package-menu-mark-obsolete-for-deletion):
21994         Use tabulated-list-put-tag.
21995         (package--list-packages, package-menu-revert)
21996         (package-menu-get-package, package-menu-get-version)
21997         (package-menu-sort-by-column): Functions deleted.
21998         (package-menu-package-list, package-menu-sort-key): Vars deleted.
21999         (package-menu--status-predicate, package-menu--version-predicate)
22000         (package-menu--name-predicate)
22001         (package-menu--description-predicate): Handle arguments in the
22002         Tabulated List format.
22003         (package-list-packages-no-fetch): Call list-packages.
22005 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
22007         * files.el (after-find-file-from-revert-buffer): Remove variable.
22008         (after-find-file): Don't bind it.
22009         (revert-buffer-in-progress-p): New variable.
22010         (revert-buffer): Bind it.
22011         Pass nil for `after-find-file-from-revert-buffer'.
22013         * saveplace.el (save-place-find-file-hook): Use new variable
22014         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
22016 2011-04-06  Glenn Morris  <rgm@gnu.org>
22018         * Makefile.in (AUTOGEN_VCS): New variable.
22019         (autoloads): Use $AUTOGEN_VCS.
22021         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
22022         * calendar/calendar.el (calendar-mode-map):
22023         Check for toolkit scroll bars.  (Bug#8305)
22025 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
22027         * minibuffer.el (completion-in-region--postch)
22028         (completion-in-region-mode): Remove unnecessary messages.
22030 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
22032         * font-lock.el (font-lock-refresh-defaults):
22033         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
22034         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
22036         * info.el (Info-directory-list, Info-read-node-name-2)
22037         (Info-split-parameter-string): Doc fixes.
22038         (Info-virtual-nodes): Reflow docstring.
22039         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
22040         (Info-apropos-toc-nodes, info-finder, Info-get-token)
22041         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
22042         Fix typos in docstrings.
22043         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
22044         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
22045         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
22046         (Info-restore-desktop-buffer): Mark unused parameters.
22047         (Info-directory-find-file, Info-directory-find-node)
22048         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
22049         (Info-virtual-index-find-node, Info-apropos-find-file)
22050         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
22051         Mark unused parameters; fix typos in docstrings.
22052         (Info-virtual-index): Remove unused local variable `nodename'.
22054 2011-04-05  Deniz Dogan  <deniz@dogan.se>
22056         * net/rcirc.el: Update my e-mail address.
22057         (rcirc-mode-map): Remove M-o binding.
22059 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
22061         * startup.el (command-line): Save the cursor's theme-face
22062         directly, instead of using face-override-spec.
22064         * custom.el (load-theme): Minor optimization in assigning faces.
22066 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
22068         * help-fns.el (describe-variable): Complete all variables having
22069         documentation, including keywords.
22070         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
22072 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
22074         Convert to lexical-binding.
22076         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
22077         (bs--get-marked-string, bs--get-modified-string)
22078         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
22079         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
22080         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
22082         * ehelp.el (electric-help-execute-extended)
22083         (electric-help-ctrl-x-prefix):
22084         * hexl.el (hexl-revert-buffer-function):
22085         * linum.el (linum-after-change, linum-after-scroll):
22086         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
22088         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
22090 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
22092         * epa-dired.el:
22093         * epa-mail.el:
22094         * epa-hook.el:
22095         * epa-file.el:
22096         * epa.el:
22097         * epg.el: Use lexical binding.
22099 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
22101         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
22103         * textmodes/flyspell.el (flyspell-word): Recognize default
22104         dictionary case for flyspell-mark-duplications-exceptions.
22105         Use regexp matching for languages.
22106         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
22107         default dictionary (Bug#7926).
22109 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
22111         * emacs-lisp/package.el (package--with-work-buffer):
22112         Recognize https URLs.
22114         * net/network-stream.el: Move from gnus/proto-stream.el.
22115         Change prefix to network-stream throughout.
22116         (open-protocol-stream): Merge into open-network-stream, leaving
22117         open-protocol-stream as an alias.  Handle nil BUFFER args.
22119         * subr.el (open-network-stream): Move to net/network-stream.el.
22121 2011-04-02  Glenn Morris  <rgm@gnu.org>
22123         * find-dired.el (find-exec-terminator): New option.
22124         (find-ls-option): Test for -ls support.
22125         (find-ls-subdir-switches): Test for -b in find-ls-option.
22126         (find-dired, find-grep-dired): Doc fixes.
22127         (find-dired): Use find-exec-terminator.
22129         * find-dired.el (find-ls-option, find-ls-subdir-switches)
22130         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
22131         (find-name-arg): Remove purecopy.
22133         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
22134         (grep-compute-defaults): Check for `-exec COMMAND +' support.
22135         Set grep-find-use-xargs, grep-find-command, and grep-find-template
22136         accordingly.  Don't add the null-device if not needed.
22138         * files.el (save-some-buffers): Doc fix.
22140 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
22142         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
22144 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
22146         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
22147         Use `dolist' rather than `mapcar'.
22149 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22151         Add lexical binding.
22153         * subr.el (apply-partially): Use new closures rather than CL.
22154         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
22155         (dolist, dotimes): Use slightly different expansion for lexical code.
22156         (functionp): Move to C.
22157         (letrec): New macro.
22158         (with-wrapper-hook): Use it and apply-partially instead of CL.
22159         (eval-after-load): Preserve lexical-binding.
22160         (save-window-excursion, with-output-to-temp-buffer): Turn them
22161         into macros.
22163         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
22165         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
22166         than the arglist.
22167         (help-add-fundoc-usage): Don't add `Not documented'.
22168         (help-function-arglist): Handle closures, subroutines, and new
22169         byte-code-functions.
22170         (help-make-usage): Remove leading underscores.
22171         (describe-function-1): Handle closures.
22172         (describe-variable): Use special-variable-p for completion.
22174         * files.el (lexical-binding): Declare safe.
22176         * emacs-lisp/pcase.el: Don't use destructuring-bind.
22177         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
22178         (pcase): Add `let' pattern.
22179         Change memoization so it actually works.
22180         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
22181         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
22182         <let>: New case.
22184         * emacs-lisp/macroexp.el: Use lexical binding.
22185         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
22186         Don't convert ' to #' without checking that it's indeed quoting
22187         a lambda.
22189         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
22190         Use eval-sexp-add-defvars.
22191         (eval-sexp-add-defvars): New fun.
22193         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
22195         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
22196         Don't autoload.
22197         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
22198         than the internal `byte-compile-lambda'.
22199         (defmethod): Don't hide code under quotes.
22200         (eieio-defmethod): New `code' argument.
22202         * emacs-lisp/eieio-comp.el: Remove.
22204         * emacs-lisp/edebug.el (edebug-eval-defun)
22205         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
22206         (edebug-toggle): Avoid `eval'.
22208         * emacs-lisp/disass.el (disassemble-internal): Handle new
22209         `closure' objects.
22210         (disassemble-1): Handle new byte codes.
22212         * emacs-lisp/cl.el (pushnew): Silence warning.
22214         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
22215         (cl-byte-compile-throw): Remove.
22216         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
22218         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
22219         closures.
22221         * emacs-lisp/cconv.el: New file.
22223         * emacs-lisp/bytecomp.el: Use lexical binding instead of
22224         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
22225         (byte-compile-initial-macro-environment):
22226         Handle declare-function here.
22227         (byte-compile--lexical-environment): New var.
22228         (byte-stack-ref, byte-stack-set, byte-discardN)
22229         (byte-discardN-preserve-tos): New lap codes.
22230         (byte-interactive-p): Don't use any more.
22231         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
22232         New macros.
22233         (byte-compile-lapcode): Use them and handle new lap codes.
22234         (byte-compile-obsolete): Remove.
22235         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
22236         (byte-compile-arglist-warn): Check late def of inlinable funs.
22237         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
22238         since they should have been expanded by now.
22239         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
22240         (byte-compile-from-buffer): Remove unused second arg.
22241         (byte-compile-preprocess): New function.
22242         (byte-compile-toplevel-file-form): New function to distinguish
22243         file-form calls from outside from file-form calls from hunk-handlers.
22244         (byte-compile-file-form): Simplify.
22245         (byte-compile-file-form-defsubst): Remove.
22246         (byte-compile-file-form-defmumble): Simplify now that
22247         byte-compile-lambda always returns a byte-code-function.
22248         (byte-compile): Preprocess.
22249         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
22250         Remove, not used any more.
22251         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
22252         (byte-compile-make-args-desc): New funs.
22253         (byte-compile-lambda): Handle lexical functions.  Always return
22254         a byte-code-function.
22255         (byte-compile-reserved-constants): New var, to make up room for
22256         closed-over variables.
22257         (byte-compile-constants-vector): Obey it.
22258         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
22259         (byte-compile-macroexpand-declare-function): New function.
22260         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
22261         byte-code-functions.
22262         (byte-compile-form): Check obsolescence here.
22263         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
22264         (byte-compile-variable-ref): Remove.
22265         (byte-compile-dynamic-variable-op): New fun.
22266         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22267         (byte-compile-variable-set): New funs.
22268         (byte-compile-discard): Add 2 args.
22269         (byte-compile-stack-ref, byte-compile-stack-set)
22270         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
22271         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
22272         macroexpand-all instead.
22273         (byte-compile-quote-form): Remove.
22274         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
22275         (byte-compile-bind, byte-compile-unbind): New funs.
22276         (byte-compile-let): Handle let* and lexical binding.
22277         (byte-compile-let*): Remove.
22278         (byte-compile-catch, byte-compile-unwind-protect)
22279         (byte-compile-track-mouse, byte-compile-condition-case):
22280         Handle a new :fun-body form, used for lexical scoping.
22281         (byte-compile-save-window-excursion)
22282         (byte-compile-with-output-to-temp-buffer): Remove.
22283         (byte-compile-defun): Simplify.
22284         (byte-compile-stack-adjustment): New fun.
22285         (byte-compile-out): Use it.
22286         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
22288         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
22289         handler any more.
22291         * emacs-lisp/byte-opt.el: Use lexical binding.
22292         (byte-inline-lapcode): Remove (to bytecomp).
22293         (byte-compile-inline-expand): Pay attention to inlining to/from
22294         lexically bound code.
22295         (byte-compile-unfold-lambda): Don't handle byte-code-functions
22296         any more.
22297         (byte-optimize-form-code-walker): Don't handle save-window-excursion
22298         any more and don't call compiler-macros.
22299         (byte-compile-splice-in-already-compiled-code): Remove.
22300         (byte-code): Don't inline any more.
22301         (disassemble-offset): Receive `bytes' as argument rather than via
22302         dynamic scoping.
22303         (byte-compile-tag-number): Declare before first use.
22304         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
22305         `return' even if make-spliceable.
22306         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
22307         obsolete interactive-p.
22308         (byte-optimize-lapcode): Optimize new lap-codes.
22309         Don't trip up on new form of `byte-constant' lap code.
22311         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
22313         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
22315         * custom.el (custom-initialize-default, custom-declare-variable):
22316         Use `defvar'.
22318         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
22319         New variables.
22320         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
22321         (COMPILE_FIRST): Add macroexp and cconv.
22322         * makefile.w32-in: Mirror changes in Makefile.in.
22324         * vc/cvs-status.el:
22325         * vc/diff-mode.el:
22326         * vc/log-edit.el:
22327         * vc/log-view.el:
22328         * vc/smerge-mode.el:
22329         * textmodes/bibtex-style.el:
22330         * textmodes/css-mode.el:
22331         * startup.el:
22332         * uniquify.el:
22333         * minibuffer.el:
22334         * newcomment.el:
22335         * reveal.el:
22336         * server.el:
22337         * mpc.el:
22338         * emacs-lisp/smie.el:
22339         * doc-view.el:
22340         * dired.el:
22341         * abbrev.el: Use lexical binding.
22343 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
22345         * info.el (info-display-manual): New function.
22347 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22349         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
22351 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
22353         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
22354         an entry for that server in rcirc-authinfo.  (Bug#8385)
22356 2011-03-31  Glenn Morris  <rgm@gnu.org>
22358         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
22360         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
22362 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
22364         * progmodes/python.el (python-default-interpreter)
22365         (python-python-command-args, python-jython-command-args)
22366         (python-which-shell, python-which-args, python-which-bufname)
22367         (python-file-queue, python-comint-output-filter-function)
22368         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
22369         variables and functions.
22371 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22373         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
22374         (completion-in-region-mode): New minor mode.
22375         (completion-in-region): Use it.
22376         (completion-in-region--data, completion-in-region-mode-map): New vars.
22377         (completion-in-region--postch): New function.
22378         (completion--capf-misbehave-funs, completion--capf-safe-funs):
22379         New vars.
22380         (completion--capf-wrapper): New function.
22381         (completion-at-point): Use it to track well-behavedness of
22382         hook functions.
22383         (completion-help-at-point): New command.
22385 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
22387         * vc/add-log.el (add-change-log-entry): Don't use whitespace
22388         syntax class to search for whitespace on a single line
22389         (Message-ID: <4D938140.4030905@redhat.com>).
22391 2011-03-30  Leo Liu  <sdl.web@gmail.com>
22393         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
22394         New commands.
22395         (edit-abbrevs-map): Bind them here.
22396         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
22398 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
22400         * allout.el (allout-hide-by-annotation, allout-flag-region):
22401         Reduce possibility of overlay leakage by making them volatile.
22403         * allout-widgets.el (allout-widgets-tally): Define as nil so the
22404         hash is not shared between buffers.  Mode initialization is
22405         responsible for giving it a useful starting value.
22406         (allout-item-span): Reduce possibility of overlay leakage by
22407         making them volatile.
22408         (allout-widgets-count-buttons-in-region): Add diagnostic function
22409         for tracking down button overlay leaks.
22411 2011-03-29  Leo Liu  <sdl.web@gmail.com>
22413         * ido.el (ido-read-internal): Use the default history var
22414         minibuffer-history if no HISTORY is specified.
22416 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
22418         * net/imap.el (imap-shell-open, imap-process-connection-type):
22419         Use imap-process-connection-type for 'shell' streams as well as
22420         Kerberos, SSL, other subprocesses.
22422 2011-03-28  Leo Liu  <sdl.web@gmail.com>
22424         * abbrev.el (abbrev-table-empty-p): New function.
22425         (prepare-abbrev-list-buffer): Place empty abbrev tables after
22426         nonempty ones.  (Bug#5937)
22428 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
22430         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
22432 2011-03-27  Leo Liu  <sdl.web@gmail.com>
22434         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
22435         for foreground and background colors.
22436         (ansi-color-make-color-map): Adapt.
22438 2011-03-25  Leo Liu  <sdl.web@gmail.com>
22440         * midnight.el (midnight-time-float): Remove.  Note it calculates
22441         the microsecond component incorrectly and seconds-to-time does the
22442         same job.
22443         Remove redundant (require 'timer).
22445         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
22446         (ido-completions): Remove unused arguments.  (Bug#8329)
22448 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22450         * minibuffer.el (completion--flush-all-sorted-completions):
22451         Remove itself from hook.
22452         (completion-at-point): Let the functions perform the completion
22453         immediately and return nil or t.
22454         * comint.el (comint-dynamic-complete-functions): Now identical to
22455         completion-at-point-functions.
22456         (comint-dynamic-list-input-ring): Remove unused var `index'.
22457         (comint--match-partial-filename, comint--unquote&expand-filename):
22458         New funs, split from comint-match-partial-filename.
22459         (comint-dynamic-complete): Use completion-at-point.
22460         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
22462 2011-03-24  Drew Adams  <drew.adams@oracle.com>
22464         * thingatpt.el: Support `defun'.
22466 2011-03-23  Leo Liu  <sdl.web@gmail.com>
22468         * abbrevlist.el: Move to obsolete/abbrevlist.el.
22470         * help-mode.el (help-mode-finish): Tweak regexp.
22472 2011-03-23  Glenn Morris  <rgm@gnu.org>
22474         * eshell/esh-opt.el (eshell-eval-using-options):
22475         Do not bind unused local variable `eshell-option-stub'.
22477         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
22479 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
22481         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
22482         keymap variable in `with-no-warnings' to avoid a warning when the
22483         keymap has been already `defconst'ed.
22485 2011-03-22  Leo Liu  <sdl.web@gmail.com>
22487         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
22488         encode all chars in abbrevs; otherwise use emacs-mule or
22489         utf-8-emacs.  (Bug#8308)
22491 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
22493         * simple.el (backward-delete-char-untabify):
22494         Avoid warning about using `delete-backward-char'.
22496         * image.el (image-type-file-name-regexps): Make it variable.
22497         `imagemagick-register-types' modifies it, and the user may want
22498         to add new extensions for known image types.
22499         (imagemagick-register-types): Throw error if not using ImageMagick.
22501 2011-03-22  Leo Liu  <sdl.web@gmail.com>
22503         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
22504         located before rcirc-prompt-end-marker.
22505         (rcirc-complete): Error if point is not after rcirc prompt.
22506         Handle the case when table is nil.
22507         (rcirc-user-authenticated): Define to fix compiler warning.
22509 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
22511         * custom.el (custom--inhibit-theme-enable): Make it affect only
22512         custom-theme-set-variables and custom-theme-set-faces.
22513         (provide-theme): Ignore custom--inhibit-theme-enable.
22514         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
22515         (custom-enabling-themes): Delete variable.
22516         (enable-theme): Accept only loaded themes as arguments.
22517         Ignore the special custom-enabled-themes variable.
22518         (custom-enabled-themes): Forbid themes from setting this.
22519         Eliminate use of custom-enabling-themes.
22520         (custom-push-theme): Quote "changed" custom var entry.
22522 2011-03-21  Leo Liu  <sdl.web@gmail.com>
22524         * ido.el (ido-read-internal): Add ido-selected to history instead
22525         of user input.
22527 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22529         * subr.el (deferred-action-list, deferred-action-function):
22530         Mark obsolete.
22532 2011-03-21  Leo Liu  <sdl.web@gmail.com>
22534         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
22535         change on 2011-02-13 (bug#8309).
22537         * minibuffer.el (read-file-name-function): Change default value.
22538         (read-file-name--defaults): Rename from read-file-name-defaults.
22539         (read-file-name-default): Rename from read-file-name.
22540         (read-file-name): Call read-file-name-function.
22542 2011-03-21  Glenn Morris  <rgm@gnu.org>
22544         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
22545         Doc fixes.
22547 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
22549         * cus-theme.el: Add missing provide statement.
22550         (customize-create-theme): Extract theme value correctly.
22551         (custom-theme-visit-theme): Autoload.
22552         (customize-create-theme): Prompt before inserting default faces.
22554 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
22556         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
22557         units and musical notes.
22559 2011-03-20  Leo Liu  <sdl.web@gmail.com>
22561         * ido.el (ido-read-internal): Use completing-read-default.
22562         (ido-completing-read): Fix compatibility with completing-read.
22564 2011-03-20  Christian Ohler  <ohler@gnu.org>
22566         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
22567         (ert-delete-all-tests): Use `called-interactively-p' rather than
22568         `interactive-p'.
22569         (ert--make-xrefs-region): Respect END.
22571 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
22573         * dired-aux.el (dired-create-directory): Signal an error if the
22574         directory already exists (Bug#8246).
22576         * facemenu.el (list-colors-display): Call list-faces-display
22577         inside with-help-window.
22578         (list-colors-print): Use display property to align the final
22579         column, instead of checking window-width.
22581 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
22583         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
22584         windows-nt systems.
22585         (emerge-protect-metachars): Quote correctly for ms-dos and
22586         windows-nt systems.
22588 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
22590         * info.el (info-initialize): Replace all uses of `:' with
22591         path-separator for compatibility with non-Unix systems.
22592         Cache quoting of path-separator.  (Bug#8258)
22594 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
22596         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
22597         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
22598         (mouse-avoidance-mode): Fix typos in docstrings.
22600 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
22602         * startup.el (package-subdirectory-regexp): Move from package.el.
22603         Omit \\` and \\', and let callers add them.
22605         * emacs-lisp/package.el (package-strip-version)
22606         (package-load-all-descriptors): Add \\` and \\' to
22607         package-subdirectory-regexp before using it.
22608         (package-untar-buffer): New arg DIR; ensure that file untars only
22609         into this expected directory.  Remove superfluous delete-region.
22610         (package-unpack): Caller changed.
22611         (package-tar-file-info): Use package-subdirectory-regexp.
22613 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22615         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
22616         diff-mode-shared-map (bug#8284).
22617         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
22619 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22621         * calendar/time-date.el (format-seconds): Use assoc instead of
22622         assoc-string, since assoc-string doesn't exist in XEmacs.
22624 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
22626         * custom.el (custom-known-themes): Reflow docstring.
22627         (custom-theme-load-path): Fix typo in docstring.
22628         (load-theme): Fix typo in error message.
22629         (custom-available-themes, custom-variable-theme-value):
22630         Use `let', not `let*'.
22632 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
22634         * calc/README: Mention inclusion of musical notes.
22636         * calc/calc-units.el (calc-lu-quant): Rename from
22637         `calc-logunits-quantity'.
22638         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
22639         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
22640         (calc-db): Rename from `calc-dblevel'.
22641         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
22642         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
22643         (calc-np): Rename from `calc-nplevel'.
22644         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
22645         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
22646         (calc-lu-plus): Rename from `calc-logunits-add'.
22647         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
22648         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
22649         (calc-lu-minus): Rename from `calc-logunits-sub'.
22650         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
22651         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
22652         (calc-lu-times): Rename from `calc-logunits-mul'.
22653         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
22654         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
22655         (calc-lu-divide): Rename from `calc-logunits-div'.
22656         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
22657         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
22659         * calc/calc-ext.el (calc-init-extensions): Update the names of the
22660         functions being autoloaded.
22662         * calc/calc.el (calc-lu-power-reference): Rename from
22663         `calc-logunits-power-reference'.
22664         (calc-lu-field-reference): Rename from
22665         `calc-logunits-field-reference'.
22667         * calc/calc-help.el (calc-l-prefix-help):
22668         Mention musical note functions.
22670 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22672         * minibuffer.el (completion-all-sorted-completions):
22673         Use :completion-cycle-penalty text property if present.
22675 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
22677         * allout.el (allout-yank-processing): Adjust for new rebulleting
22678         regime so bullet being yanked is used without prompting the user
22679         for a choice.
22681 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
22683         * startup.el (command-line): Warn the user that _emacs is deprecated.
22685 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
22687         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
22688         (delphi-verbose, delphi-comment-face, delphi-string-face)
22689         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
22690         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
22691         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
22692         (delphi-new-comment-line, delphi-font-lock-defaults)
22693         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
22694         Fix typos in docstrings.
22696 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
22698         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
22699         Invert the roles of character and string values for INSTEAD, so a
22700         string is used for the more common case of a defaulting prompt.
22702 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22704         * progmodes/ruby-mode.el (ruby-backward-sexp):
22705         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
22706         * play/gamegrid.el (gamegrid-make-face):
22707         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
22708         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
22709         * notifications.el (notifications-notify):
22710         * net/xesam.el (xesam-search-engines):
22711         * net/quickurl.el (quickurl-list-insert):
22712         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
22714 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
22716         * startup.el (command-line): Update package subdirectory regexp.
22718 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22720         * allout.el (allout-abbreviate-flattened-numbering)
22721         (allout-mode-deactivate-hook): Fix up obsolescence "date".
22723         * subr.el (read-char-choice): Only show the cursor after the prompt,
22724         not after the answer.
22726 2011-03-15  Kevin Ryde  <user42@zip.com.au>
22728         * help-fns.el (variable-at-point): Skip leading quotes, if any
22729         (bug#8253).
22731 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22733         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
22734         warning message.
22736 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
22738         * shell.el (shell): When called interactively, offer to change the
22739         shell file name on remote hosts.
22741 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
22743         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
22744         integration for LDAP parameters.  The host, base, user or binddn,
22745         and secret tokens can be specified in a netrc file, for instance.
22746         This is optional because an `auth-source' parameter must be
22747         specified in the search attributes.
22749 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
22751         * help.el (describe-mode): Link to the mode's definition (bug#8185).
22753 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22755         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
22756         into declaration.  Remove redundant and harmful binding.
22758 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
22760         * files.el (file-ownership-preserved-p): Pass `integer' as an
22761         explicit 2nd argument to `file-attributes'.  If the file's owner
22762         is the Administrators group on Windows, and the current user is
22763         Administrator, consider that a match.
22765         * server.el (server-ensure-safe-dir): Consider server directory
22766         safe on MS-Windows if its owner is the Administrators group while
22767         the current Emacs user is Administrator.  Use `=' to compare
22768         numerical UIDs, since they could be integers or floats.
22770 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
22772         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
22774 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
22776         Sync with Tramp 2.2.1.
22778         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
22780         * net/trampver.el: Update release number.
22782 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22784         * progmodes/compile.el (compilation--previous-directory): Fix up
22785         various nil/dead-marker mismatches (bug#8014).
22786         (compilation-directory-properties, compilation-error-properties):
22787         Don't call it at a position past the one we're about to change.
22789         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
22790         Disable obsolescence warnings in the file that declares it.
22792 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
22794         * allout-widgets.el (allout-widgets-tally):
22795         Initialize allout-widgets-tally as a hash table rather than nil to
22796         prevent mode-line redisplay warnings.  Also, clarify the module
22797         description and fix a comment typo.
22799 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
22801         * help-fns.el (describe-variable): Don't complete keywords.
22802         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
22804 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
22806         * emacs-lisp/package.el (package-version-join): Impose a standard
22807         string representation for pre/alpha/beta version lists.
22808         (package-unpack-single): Standardize the directory name by passing
22809         it through package-version-join.
22810         (package-strip-rcs-id): Accept any version string that does not
22811         signal an error in version-to-list.
22813 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
22815         * simple.el (delete-trailing-whitespace): Return nil for the
22816         benefit of `write-file-functions'.
22818 2011-03-10  Glenn Morris  <rgm@gnu.org>
22820         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
22822         * vc/vc-git.el (vc-git-program): New option.
22823         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
22824         (vc-git--call): Use it.
22826         * eshell/esh-util.el (eshell-condition-case): Doc fix.
22828         * cus-edit.el (Custom-newline): If no button at point, look
22829         for a subgroup button at start-of-line.  (Bug#2298)
22831         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
22833 2011-03-10  Julien Danjou  <julien@danjou.info>
22835         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
22836         `cursor-type' is nil.
22838 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
22840         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
22842 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
22844         * allout.el: Change so yank of distinctive-bullet items
22845         preserves the existing header prefix, rebulleting it if necessary,
22846         rather than replacing it.  This is necessary for proper operation
22847         of cooperative addons like allout-widgets.
22848         (allout-make-topic-prefix, allout-rebullet-heading):
22849         Change SOLICIT arg to INSTEAD, and interpret additionally a string
22850         value as alternate bullet to be used, instead of prompting the user
22851         for a bullet character.
22853 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
22855         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22856         Do not use `tramp-file-name-port', because this returns also
22857         `tramp-default-port'.
22859 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
22861         * net/rcirc.el (rcirc-handler-001): Remove useless
22862         with-rcirc-process-buffer.
22863         (rcirc-check-auth-status): Swap arguments to string-match.
22865 2011-03-09  Glenn Morris  <rgm@gnu.org>
22867         * shell.el (shell-mode):
22868         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
22870         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
22871         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
22873 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
22875         * emacs-lisp/package.el (package-refresh-contents)
22876         (package-menu-execute): Use condition-case-no-debug.
22878 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
22880         * simple.el (shell-command-to-string): Use `process-file'.
22882         * emacs-lisp/package.el (package-tar-file-info): Handle also
22883         remote files.
22885         * emacs-lisp/package-x.el (package-upload-buffer-internal):
22886         Use `equal' for upload base check.
22888 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
22890         * textmodes/texinfo.el (texinfo-environments):
22891         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
22893 2011-03-08  Glenn Morris  <rgm@gnu.org>
22895         * cus-start.el (cursor-in-non-selected-windows):
22896         Fix :set quoting oddness.  (Bug#8192)
22898         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
22899         in some setf expressions.  (Bug#2159)
22901 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
22903         * custom.el (custom-available-themes): Return themes in
22904         alphabetical order.
22906 See ChangeLog.15 for earlier changes.
22908 ;; Local Variables:
22909 ;; coding: utf-8
22910 ;; End:
22912   Copyright (C) 2011-2012  Free Software Foundation, Inc.
22914   This file is part of GNU Emacs.
22916   GNU Emacs is free software: you can redistribute it and/or modify
22917   it under the terms of the GNU General Public License as published by
22918   the Free Software Foundation, either version 3 of the License, or
22919   (at your option) any later version.
22921   GNU Emacs is distributed in the hope that it will be useful,
22922   but WITHOUT ANY WARRANTY; without even the implied warranty of
22923   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22924   GNU General Public License for more details.
22926   You should have received a copy of the GNU General Public License
22927   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.