* lisp/delsel.el (delete-selection-pre-hook): Don't propagate the
[emacs.git] / lisp / ChangeLog
blob5edb41db10079577d4429613b00f0cbc83e4e98c
1 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * delsel.el (delete-selection-pre-hook): Don't propagate the
4         file-supersession signals (bug#12161).
6 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9         (cl-map-extents): Add compatibility aliases (bug#12135).
11 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
13         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
14         tests by `ignore-error'.
15         (tramp-find-shell): Open also a new shell, when cache is already
16         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
18 2012-08-08  Juri Linkov  <juri@jurta.org>
20         * bookmark.el: Add `defaults' property to the bookmark record.
21         (bookmark-current-buffer): Doc fix.
22         (bookmark-make-record): Add `defaults' property with default values
23         to the bookmark record.
24         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
25         with `bookmark-insert-current-bookmark'.
26         (bookmark-set): Get `defaults' property from the bookmark record
27         and use it in `read-from-minibuffer'.
28         (bookmark-insert-current-bookmark): Remove function.
30         * info.el (Info-bookmark-make-record): Add `defaults' property
31         with values of canonical Info node name, the current Info file
32         name and the current Info node name.  (Bug#12107)
34 2012-08-08  Juri Linkov  <juri@jurta.org>
36         * files.el (basic-save-buffer): Use `buffer-name' as the default
37         of `read-file-name' when buffer is not visiting a file (bug#12128).
39 2012-08-08  Juri Linkov  <juri@jurta.org>
41         * info.el (Info-isearch-search): Doc fix.
42         (Info-search): Change search-failed message from "initial node" to
43         "end of node" (bug#12078).
44         (Info-isearch-search): Change `isearch-string-state' to
45         `isearch--state-string'.
47 2012-08-08  Glenn Morris  <rgm@gnu.org>
49         * language/persian.el: Remove file.
50         * language/misc-lang.el: Move unique part of persian.el here.
51         * loadup.el: Remove language/persian.
53 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
55         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
57 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
59         * progmodes/python.el Fixed defsubst warning.
60         (python-syntax-context) Rename from python-info-ppss-context.
61         (python-syntax-context-type): Rename from
62         python-info-ppss-context-type.
63         (python-syntax-comment-or-string-p): Rename from
64         python-info-ppss-comment-or-string-p.
66 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
68         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
70 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
72         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
73         a defcustom that is quoted with backquote.
75         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
76         Fix handling of interactive spec when the body uses return.
77         (math-do-arg-check, math-define-function-body): Use backquote forms.
78         * calc/calc-ext.el (math-defcache): Likewise.
79         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
80         * allout.el (allout-new-exposure): Likewise.
81         * calc/calcalg2.el (math-tracing-integral): Likewise.
82         * info.el (Info-last-menu-item): Likewise.
83         * emulation/vip.el (vip-loop): Likewise.
84         * textmodes/artist.el (artist-funcall): Likewise.
85         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
86         Construct menu-item directly.
88         * progmodes/autoconf.el (font-lock-syntactic-keywords):
89         Don't declare.
91 2012-08-07  Chong Yidong  <cyd@gnu.org>
93         * simple.el (deactivate-mark): Preserve text properties when
94         saving the primary selection (Bug#8384).
96 2012-08-07  Kevin Ryde  <user42@zip.com.au>
98         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
99         (woman-parse-numeric-value): On a bad .IP line, issue a warning
100         and continue processing (Bug#12110).
102 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
104         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
105         syntax-propertize-function (bug#10095).
107 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * help-fns.el (help-fns--key-bindings, help-fns--signature)
110         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
111         describe-function-1.
112         (describe-function-1): Use them.  Move compiler macro after sig.
113         (help-fns--compiler-macro): Use function-get.  Assume we're already in
114         standard-output.  Adjust layout to new call order.
116         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
117         re-binding a symbol that has a symbol-macro (bug#12119).
119 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
121         * language/persian.el: New file.  (Bug#11812)
122         * loadup.el: Add language/persian.el.
124 2012-08-06  Chong Yidong  <cyd@gnu.org>
126         * window.el (window--maybe-raise-frame): New function.
127         (window--display-buffer): Split off from here.
128         (display-buffer-reuse-window, display-buffer-pop-up-frame)
129         (display-buffer-pop-up-window, display-buffer-use-some-window):
130         Obey an inhibit-switch-frame action alist entry.
131         (display-buffer): Update doc.
133         * replace.el (occur-after-change-function): Avoid losing focus by
134         using the inhibit-switch-frame display parameter (Bug#12139).
136 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
138         Make internal shell process buffer names start with space.
139         * progmodes/python.el (python-shell-make-comint): Add optional
140         argument INTERNAL.
141         (run-python-internal): Use it.
142         (python-shell-internal-get-or-create-process): Check for new
143         internal buffer names.
145 2012-08-06  Glenn Morris  <rgm@gnu.org>
147         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
148         Do less getting and setting of environment variables.
150 2012-08-05  Chong Yidong  <cyd@gnu.org>
152         * proced.el (proced): Add substitution string to docstring to
153         trigger autoloading of the proced library on C-h f (Bug#1768).
155         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
156         Don't show defvars which have no second argument (Bug#8638).
158         * imenu.el (imenu-generic-expression): Move documentation here
159         from imenu--generic-function.
160         (imenu--generic-function): Refer to imenu-generic-expression.
162 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
164         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
165         indentation declaration.
166         (viper-loop): Add indentation declaration (Bug#7025).
168 2012-08-05  Chong Yidong  <cyd@gnu.org>
170         * help-fns.el (describe-variable): Add hyperlink for
171         directory-local variables files.  Improve buffer-local and
172         permanent-local reporting; suggested by MON KEY (Bug#6644).
174         * help-mode.el (help-dir-local-var-def): New button type.
176         * files.el (kill-buffer-hook): Provide a defvar.
178 2012-08-05  Glenn Morris  <rgm@gnu.org>
180         * eshell/esh-ext.el (eshell/addpath):
181         Also update eshell-path-env.  (Bug#12013)
183 2012-08-05  Chong Yidong  <cyd@gnu.org>
185         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
187         * fringe.el (fringe-styles): Add docstring.
188         (fringe--check-mode): New function.
189         (set-fringe-mode, set-fringe-style): Use it.
190         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
192         * files.el (set-auto-mode): Fix invalid setq call.
194 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
196         * isearch.el: Misc simplification; use defstruct.
197         (isearch-mode-map): Dense maps now work like sparse ones.
198         (isearch--state): New defstruct.
199         (isearch-string-state, isearch-message-state, isearch-point-state)
200         (isearch-success-state, isearch-forward-state)
201         (isearch-other-end-state, isearch-word-state, isearch-error-state)
202         (isearch-wrapped-state, isearch-barrier-state)
203         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
204         replaced by defstruct's accessors.
205         (isearch--set-state): Rename from isearch-top-state and change
206         calling convention.
207         (isearch-push-state): Use new isearch--get-state.
208         (isearch-toggle-word): Disable regexp when enabling word.
209         (isearch-message-prefix): Remove unused arg _c-q-hack.
210         (isearch-message-suffix): Remove unused arg _ellipsis.
212 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
214         * simple.el (list-processes--refresh): For a server use :host or
215         :local as the address.
216         (list-processes): Doc fix.
218 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>  (tiny change)
220         * lisp/mpc.el: Support password in host argument.
221         (mpc--proc-connect): Parse and use new password element.
222         Set mpc-proc variable instead of returning process.
223         (mpc-proc): Adjust accordingly.
225 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
227         * whitespace.el (whitespace-display-mappings): Use Unicode
228         codepoints, instead of emacs-mule codepoints.  See
229         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
230         for the details.
232         * files.el (file-truename): Don't skip symlink-chasing part on
233         windows-nt.  Incorporate the resolution of 8+3 short aliases on
234         Windows into the loop that recursively chases symlinks.
235         Compare directory and its parent case-insensitively on MS-Windows and
236         MS-DOS.
238 2012-08-03  Chong Yidong  <cyd@gnu.org>
240         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
242         * sort.el (sort-regexp-fields): Doc fix.
244 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
246         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
247         labels regex position point at the expected place.
249 2012-08-03  MON KEY  <monkey@sandpframing.com>
251         * net/imap.el (imap-interactive-login, imap-authenticate)
252         (imap-mailbox-lsub, imap-mailbox-list)
253         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
254         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
255         (imap-parse-response): Doc fix.
257 2012-08-03  João Távora  <joaotavora@gmail.com>
259         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
260         if sexp scanning does not move point (Bug#5734).
262 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
264         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
265         Add listings, minted, and ctable packages.
266         (reftex-label-alist-builtin): Move listings, minted, and ctable
267         entries before LaTeX.
268         (reftex-label-alist): Docfix.
270 2012-08-02  Bastien Guerry  <bzg@gnu.org>
272         * replace.el (occur): Fix docstring (bug#12122).
274 2012-08-02  Glenn Morris  <rgm@gnu.org>
276         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
278 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
280         Obsolete alias inactivate-current-input-method-function (Bug#10150).
281         * international/mule-cmds.el: Create
282         inactivate-current-input-method-function as an obsolete alias for
283         deactivate-current-input-method-function.  See Katsumi Yamaoka in
284         <http://bugs.gnu.org/10150#46>.
286 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
288         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
289         of nested `if's.
291 2012-08-01  Glenn Morris  <rgm@gnu.org>
293         * progmodes/autoconf.el (autoconf-definition-regexp):
294         Add AH_TEMPLATE, adjust submatch numbering.
295         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
296         (autoconf-current-defun-function): Update for above change.
297         (autoconf-current-defun-function): First skip to end of current word.
299 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
301         * calendar/cal-html.el (cal-html-insert-agenda-days):
302         Fix typo.  (Bug#12018)
304 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
306         Shell processes: enhancements to startup and CEDET compatibility.
307         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
308         (python-shell-make-comint): accept-process-output at startup.
309         (run-python-internal): Set inferior-python-mode-hook to nil.
310         (python-shell-internal-get-or-create-process): call sit-for.
311         (python-preoutput-result): Add obsolete alias.
312         (python-shell-internal-send-string): Use it.
313         (python-shell-send-setup-code): Remove call to
314         accept-process-output.
316 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
318         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
319         (Bug#12108)
321 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
323         * calc-mode.el (calc-basic-simplification-mode): Rename from
324         `calc-limited-simplification-mode'.
325         (calc-alg-simplification-mode): New function.
326         (calc-set-simplify-mode):  Adjust message.
328         * calc.el (calc-set-mode-line): Adjust mode line display for
329         basic simplification mode.
331         * calc-help.el (calc-m-prefix-help): Update help message.
333         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
334         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
336 2012-07-31  Bastien Guerry  <bzg@gnu.org>
338         * man.el (man): Fix comment.  (bug#12101)
340 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
342         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
343         Don't return a non-nil value when no suitable buffer was found.
345 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
347         * progmodes/python.el (run-python-internal): Disable font lock for
348         internal shells.
350 2012-07-30  Stefan Merten  <smerten@oekonux.de>
352         * rst.el: Silence `checkdoc-ispell'.
353         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
354         (rst-official-version, rst-official-cvs-rev)
355         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
356         (rst-mode-map): New key binding.
358 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
360         Update .PHONY listings in makefiles.
361         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
362         autoloads, update-subdirs, updates, bzr-update, update-authors,
363         compile-onefile, compile-calc, backup-compiled-files,
364         compile-after-backup, compile-one-process, mh-autoloads,
365         bootstrap-clean, distclean, maintainer-clean.
367 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
369         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
370         (calc-set-mode-line): Don't display "AlgSimp ".
372         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
373         (calc-lim-simplify-mode): New function.
374         (calc-set-simplify-mode): Default to 'alg.
375         (calc-default-simplify-mode): Make algebraic simplifications
376         the default.
378         * calc/calc-ext.el (calc-init-extensions): Remove binding for
379         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
381         * calc/calc-help.el (calc-m-prefix-help): Change messages to
382         indicate new simplification modes.
384         * calc/README: Mention new default simplification mode.
386         * calc/calc.el (math-normalize-error): New variable.
387         (math-normalize): Set `math-normalize-error' to t
388         when there's an error.
390         * calc/calc-alg.el (math-simplify): Don't simplify when
391         `math-normalize' returns an error.
393 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
395         * international/mule-cmds.el (set-locale-environment): Revert last
396         change, since display-graphic-p returns nil when this function is
397         called during startup.  Instead...
399         * term/w32console.el (terminal-init-w32console): ...setup the
400         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
402 2012-07-29  Juri Linkov  <juri@jurta.org>
404         * simple.el (goto-line): Don't display default line number in the
405         prompt because it should be displayed by `read-number' (bug#9952).
406         Add the current line number to the defaults of `goto-line' to
407         allow its easier modification by users with `M-n' (bug#9201).
409         * subr.el (read-number): Support multiple default values like in
410         other minibuffer reading functions.  Replace `read' with
411         `string-to-number' for consistency with `number-to-string'.
413 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
415         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
416         * emulation/viper-init.el (viper-deactivate-input-method-action):
417         Rename from viper-inactivate-input-method-action.
418         (viper-deactivate-input-method):
419         Rename from viper-inactivate-input-method.
420         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
421         * international/mule-cmds.el (deactivate-input-method):
422         Rename from inactivate-input-method.
423         Also run input-method-deactivate-hook.
424         (deactivate-current-input-method-function):
425         Rename from inactivate-current-input-method-function.
426         (input-method-deactivate-hook): New hook.
427         (input-method-inactivate-hook): Mark obsolete.
428         (inactivate-input-method): Mark obsolete.
430         * international/quail.el (quail-activate):
431         Also run quail-deactivate-hook.
432         (quail-deactivate): Rename from quail-inactivate.
433         * international/robin.el (robin-activate):
434         Also run robin-deactivate-hook.
435         (robin-deactivate): Rename from robin-inactivate.
437 2012-07-29  Chong Yidong  <cyd@gnu.org>
439         * simple.el (indicate-copied-region): New function.
440         (kill-ring-save): Split off from here.
442         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
443         (kill-rectangle): Set deactivate-mark to t on read-only error.
445         * register.el (copy-to-register, copy-rectangle-to-register):
446         Deactivate the mark, and use indicate-copied-region (Bug#10056).
447         (append-to-register, prepend-to-register): Call
449 2012-07-29  Juri Linkov  <juri@jurta.org>
451         * simple.el (async-shell-command-buffer): New defcustom.
452         (shell-command): Use it.  (Bug#4719)
454 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
456         * international/mule-cmds.el (set-locale-environment): In a
457         console session on MS-Windows, set up keyboard and terminal
458         encoding from the OEM codepage, not the ANSI codepage.
459         (Bug#12055)
461 2012-07-28  Chong Yidong  <cyd@gnu.org>
463         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
464         gdb-get-location.
466 2012-07-25  Leo Liu  <sdl.web@gmail.com>
468         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
469         the alist (bug#12029).
471 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
473         * makefile.w32-in (custom-deps, finder-data, updates, compile)
474         (compile-always, compile-first)
475         ($(lisp)/calendar/cal-loaddefs.el)
476         ($(lisp)/calendar/diary-loaddefs.el)
477         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
478         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
479         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
480         instead of on update-subdirs.
481         (bootstrap-clean): Delete $(lisp)/subdirs.el.
483 2012-07-28  Chong Yidong  <cyd@gnu.org>
485         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
486         directory if vc-deduce-backend returns nil (Bug#7350).
488         * simple.el (delete-trailing-lines): New option.
489         (delete-trailing-whitespace): Obey it (Bug#11879).
491 2012-07-28  David Engster  <deng@randomsample.de>
493         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
494         Explanation of new 'symbol-qnames feature in doc-strings.
495         (xml-maybe-do-ns): Return expanded names as plain symbols if
496         'symbol-qnames was provided in XML-NS argument (Bug#11916).
497         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
499 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
501         Consistent completion in inferior python with emacs -nw.
502         * progmodes/python.el (inferior-python-mode): replace "<tab>"
503         binding in inferior-python-mode-map with "\t".
504         (python-shell-completion-complete-at-point)
505         (python-completion-complete-at-point): Remove interactive spec.
507 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
509         * calc/calccomp.el (math-compose-expr): Undo previous change.
511 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
513         * progmodes/python.el (python-mode-map): Add keybinding for
514         run-python.
515         (python-shell-make-comint): Fix pop-to-buffer call.
516         (run-python): Autoload.  New arg SHOW.
517         (python-shell-get-or-create-process): Do not pop python process
518         buffer.
520 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
522         * notifications.el (notifications-on-action-signal)
523         (notifications-on-closed-signal): Use also the bus address for the map.
524         (notifications-notify, notifications-close-notification)
525         (notifications-get-capabilities):  Add optional argument BUS.
527 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
529         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
530         Add support for the lstlisting and minted environments, and for the
531         ctable macro.
532         * textmodes/reftex.el (reftex-compile-variables): Also recognize
533         labels written in keyvals syntax.
535 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
537         * calc/calccomp.el (math-compose-expr): Use parentheses when
538         there is a product in the denominator of a fraction.
540 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
542         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
543         ($(lisp)/calendar/diary-loaddefs.el)
544         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
545         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
546         Fixes failures in parallel bootstrap because subdirs.el is being
547         rewritten while the autoload files are built at the same time,
548         which needs to load subdirs.el.
550 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
552         * mouse.el (popup-menu): Fix doc-string and re-indent code.
553         (mouse-drag-line): Don't exit tracking when a switch-frame or
554         switch-window event occurs (Bug#12006).
556 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
558         * mouse.el (popup-menu): Fix last change.
560 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
562         Autoload from Lisp with more care.  Follow aliases when looking for
563         function properties.
564         * subr.el (autoloadp): New function.
565         (symbol-file): Use it.
566         (function-get): New function.
567         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
568         autoload-do-load.
569         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
570         (lisp-indent-function):
571         * emacs-lisp/gv.el (gv-get):
572         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
573         * emacs-lisp/byte-opt.el (byte-optimize-form):
574         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
575         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
576         Use function-get.
577         * emacs-lisp/cl.el: Don't propagate function properties any more.
579         * speedbar.el (speedbar-add-localized-speedbar-support):
580         * emacs-lisp/disass.el (disassemble-internal):
581         * desktop.el (desktop-load-file):
582         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
583         (describe-function-1):
584         * emacs-lisp/find-func.el (find-function-noselect):
585         * emacs-lisp/elp.el (elp-instrument-function):
586         * emacs-lisp/advice.el (ad-has-proper-definition):
587         * apropos.el (apropos-safe-documentation, apropos-macrop):
588         * emacs-lisp/debug.el (debug-on-entry):
589         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
590         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
591         * calc/calc.el (name): Use autoloadp & autoload-do-load.
593 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
595         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
596         function, not an obsolete variable (Bug#12046).
598 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
600         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
602 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
604         * emacs-lisp/pp.el (pp-display-expression): Select old selected
605         window only if it is still live (Bug#12034).
607 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
609         * subr.el (redirect-frame-focus): Add advertised calling
610         convention (Bug#12030).
612 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
614         Prefer typical American spelling for "acknowledgment".
615         * vc/add-log.el (change-log-acknowledgment): Rename from
616         change-log-acknowledgement, with an alias for the old name.
618 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
620         * calc-alg.el (math-simplify-divide): Don't cross multiply
621         in an equation when the lhs is a variable.
623 2012-07-24  Julien Danjou  <julien@danjou.info>
625         * net/netrc.el (netrc-find-service-number, netrc-store-data):
626         Remove, unused.
628 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
630         * startup.el (command-line): Don't display an empty user name in
631         the error message about non-existent home directory, when
632         init-file-user was set to an empty string.  See
633         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
634         for the details and context.
636 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
638         * ses.el (ses-cell-formula-aset): New macro.
639         (ses-cell-references-aset): New macro.
640         (ses-cell-p): New function.
641         (ses-rename-cell): Do no longer rely on complex operations like
642         ses-cell-set-formula or ses-set-cell to change the cell and handle
643         the undo at the same time, but rather use lower level new macros
644         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
645         the undo directly. Refresh the mode line.
647 2012-07-21  Leo Liu  <sdl.web@gmail.com>
649         * progmodes/cc-cmds.el (c-defun-name):
650         Use match-string-no-properties instead for consistency.
652 2012-07-20  Leo Liu  <sdl.web@gmail.com>
654         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
655         (Bug#7879)
657         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
659 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
661         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
662         * progmodes/bug-reference.el, misearch.el: Provide themselves
663         (bug#11915).
665         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
666         of narrowed buffer (bug#11966).
668 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
670         * ses.el (ses-rename-cell): Set new name also in reference list of
671         cells of which the renamed cell depends.
673 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
675         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
676         to check whether menu-bar is shown or not.  If not shown,
677         show the menu-bar as a popup menu instead of using tmm.
678         * mouse.el (popup-menu): Accept `point' as `position' argument.
680 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
682         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
683         up inside string symbol literal (bug#11923).
685 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
687         * startup.el (fancy-startup-text): Read the whole tutorial, not
688         just its first 256 bytes.  Prevents gibberish in display of the
689         tutorial title.
691 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
693         Drop idle buffer compaction due to an absence of the
694         proved efficiency.
695         * compact.el: Remove.
697 2012-07-19  Sam Steingold  <sds@gnu.org>
699         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
700         vc-bzr-pull & vc-bzr-merge-branch.
701         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
702         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
703         for consistency with compilation-error-regexp-alist.
704         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
705         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
706         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
707         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
709 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
711         * emacs-lisp/chart.el: Use lexical-binding.
712         (chart-emacs-storage): Don't hardcode the list of entries.
714 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
716         Next round of tweaks caused by Fgarbage_collect changes.
717         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
719 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
721         Compact buffers when idle.
722         * compact.el: New file.
724 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
726         * subr.el (eventp): Presume that if it looks vaguely like an event,
727         it's an event (bug#10190).
729 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
731         Enhancements to ppss related code (thanks Stefan).
732         * progmodes/python.el (python-indent-context)
733         (python-indent-calculate-indentation, python-indent-dedent-line)
734         (python-indent-electric-colon, python-nav-forward-block)
735         (python-mode-abbrev-table)
736         (python-info-assignment-continuation-line-p): Simplify checks
737         for ppss context.
738         (python-info-continuation-line-p): Cleanup.
739         (python-info-ppss-context): Do not catch 'quote.
740         (python-info-ppss-context-type)
741         (python-info-ppss-comment-or-string-p): Simplify.
743 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
745         * progmodes/python.el: Enhancements to eldoc support.
746         (python-info-current-symbol): New function.
747         (python-eldoc-at-point): Use python-info-current-symbol.
748         (python-info-current-defun): Fix cornercase on first defun scan.
749         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
750         and signal error when no inferior python process is available.
752 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
754         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
755         assume it's always t.
756         (vc-git-registered): Remove caching, the function is only called
757         once.
758         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
760 2012-07-18  Chong Yidong  <cyd@gnu.org>
762         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
764         * simple.el (count-words): Report on narrowing (Bug#9959).
766         * bindings.el: Bind M-= to count-words.
768         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
770 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
772         * progmodes/sh-script.el (sh-imenu-generic-expression):
773         Capture a function with `function' keyword and without parentheses
774         like "function FOO" (bug#11856).
776 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
778         * window.el (split-window-sensibly): Make WINDOW argument
779         optional.
781 2012-07-18  Chong Yidong  <cyd@gnu.org>
783         * subr.el (keyboard-translate): Doc fix (Bug#7261).
785         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
786         and make C-x 8 RET exit isearch (Bug#11439).
788         * international/iso-transl.el: Move isearch-mode-map key
789         definitions to isearch.el.
791 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
793         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
794         (eieio-defclass): Use gv-define-setter when possible.
796 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
798         Reflect recent changes in Fgarbage_collect.
799         * emacs-lisp/chart.el (chart-emacs-storage): Change to
800         reflect new format of data returned by Fgarbage_collect.
802 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
804         New utility functions + python-info-ppss-context fix (Bug#11910).
805         * progmodes/python.el (python-info-beginning-of-block-statement-p)
806         (python-info-ppss-comment-or-string-p): New functions.
807         (python-info-ppss-context): Small fix for string check.
809 2012-07-17  Juri Linkov  <juri@jurta.org>
811         * dired-aux.el (dired-do-async-shell-command): Doc fix.
812         (dired-do-async-shell-command): Don't add `*' at the end of the
813         command (Bug#11815).
814         (dired-do-shell-command): Doc fix.
815         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
816         Join the individual commands using either "&" or ";" as the
817         separator depending on the values of these trailing characters.
818         At the end re-add the trailing "&".  (Bug#10598)
820         * simple.el (async-shell-command): Sync the interactive spec with
821         `shell-command'.  Doc fix.
822         (shell-command): Doc fix.
824 2012-07-17  Juri Linkov  <juri@jurta.org>
826         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
828 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
830         Final renames and doc fixes for movement commands (bug#11899).
831         * progmodes/python.el (python-nav-beginning-of-statement):
832         Rename from python-nav-statement-start.
833         (python-nav-end-of-statement): Rename from
834         python-nav-statement-end.
835         (python-nav-beginning-of-block): Rename from
836         python-nav-block-start.
837         (python-nav-end-of-block): Rename from python-nav-block-end.
839 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
841         * progmodes/python.el (python-shell-send-string-no-output):
842         Allow accept-process-output to quit, keeping shell process ready for
843         future interactions (Bug#11868).
845 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
847         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
849         * emacs-lisp/elint.el (elint-find-args-in-code):
850         Use help-function-arglist, so as to handle lexical byte-code.
852         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
853         change (bug#11826).
855 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
857         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
858         Avoid spuriously marking the buffer as modified because of c-is-sws.
860         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
861         as not-a-comment (bug#11946).
863         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
864         for uninterned vars.
866         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
867         Use read-event since we don't really want to read chars but bytes.
869         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
870         $$..$$ but also $..$ using regexps (bug#11953).
871         Use tex-verbatim for \url and \path.
872         (tex-font-lock-keywords): Define as defconst like the others.
873         (tex-common-initialization): Don't use font-lock-syntax-table any more.
875 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
877         * international/mule-cmds.el (ucs-insert): Make it an obsolete
878         alias for insert-char.
880 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
882         * progmodes/python.el: Simplified imenu implementation.
883         (python-nav-jump-to-defun): Remove command.
884         (python-mode-map): Use `imenu' instead.
885         (python-nav-list-defun-positions-cache)
886         (python-imenu-include-defun-type, python-imenu-make-tree)
887         (python-imenu-subtree-root-label, python-imenu-index-alist):
888         Remove vars.
889         (python-nav-list-defun-positions, python-nav-read-defun)
890         (python-imenu-tree-assoc, python-imenu-make-element-tree)
891         (python-imenu-make-tree, python-imenu-create-index):
892         Remove functions.
893         (python-mode): Update to interact with imenu by setting
894         `imenu-extract-index-name-function' only.
896 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
898         * progmodes/python.el: Enhancements to navigation commands.
899         (python-nav-backward-sentence)
900         (python-nav-forward-sentence): Remove.
901         (python-nav-backward-statement, python-nav-forward-statement)
902         (python-nav-statement-start, python-nav-statement-end)
903         (python-nav-backward-block, python-nav-forward-block)
904         (python-nav-block-start, python-nav-block-end)
905         (python-nav-forward-sexp-function)
906         (python-info-current-line-comment-p)
907         (python-info-current-line-empty-p): New functions.
908         (python-indent-context): Use `python-nav-statement-start'.
910 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
912         * eshell/em-ls.el (eshell/ls): Use `apply'.
914         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
915         multi-hops, instead of Tramp internals.
917         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
919         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
920         when F1 and F2 are located on different hosts.
922 2012-07-14  Chong Yidong  <cyd@gnu.org>
924         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
925         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
926         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
927         (xterm-mouse--read-event-sequence-1000)
928         (xterm-mouse--read-event-sequence-1006): New functions.  For old
929         mouse protocol, handle M-mouse-X events correctly.
930         (xterm-mouse-event): New arg specifying mouse protocol.
931         (turn-on-xterm-mouse-tracking-on-terminal)
932         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
933         sequence to toggle extended coordinates on newer XTerms.
934         This appears to be harmless on terminals which do not support this.
936 2012-07-14  Leo Liu  <sdl.web@gmail.com>
938         Add fringe bitmap indicators for flymake.  (Bug#11253)
939         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
940         (flymake-make-overlay): New arg BITMAP.
941         (flymake-error-bitmap, flymake-warning-bitmap)
942         (flymake-fringe-indicator-position): New user variables.
944         * fringe.el: New bitmap exclamation-mark.
946 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
948         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
949         also (Bug#7879).
951 2012-07-14  Chong Yidong  <cyd@gnu.org>
953         * electric.el (electric-pair-post-self-insert-function): Fix pair
954         insertion in empty-region case (Bug#11520).
956 2012-07-14  Chong Yidong  <cyd@gnu.org>
958         * bindings.el: Consolidate ctl-x-r-map bindings.
959         Bind copy-rectangle-as-kill to C-x r w.
961         * rect.el, register.el: Move bindings to bindings.el.
963 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
965         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
967 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
969         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
971 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
973         * bindings.el (top): Use `mapc' instead of `mapcar'.
975         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
977 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
979         * progmodes/sql.el (sql-comint): Suppress the check for program on
980         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
981         (Bug#11908)
983 2012-07-13  Chong Yidong  <cyd@gnu.org>
985         * bindings.el: Assign a non-nil permanent-local property to
986         per-buffer variables which lack a default value (Bug#11930).
988         * help-fns.el (describe-variable): In the "automatically becomes
989         local" notice, take note of permanent-local variables.
991 2012-07-13  Chong Yidong  <cyd@gnu.org>
993         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
994         to allow printing the message when called from Lisp.
996         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
997         Remove toggle-read-only.
999         * bs.el (bs-toggle-readonly):
1000         * buff-menu.el (Buffer-menu-toggle-read-only):
1001         Remove with-no-warnings around toggle-read-only.
1003         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
1004         Remove with-no-warnings around toggle-read-only.
1005         (ffap-read-only, ffap-read-only-other-window)
1006         (ffap-read-only-other-frame): Callers changed.
1008         * help-mode.el: Don't require view package.
1009         (help-mode-finish): Set buffer-read-only instead of calling
1010         toggle-read-only.
1012         * bindings.el (mode-line-toggle-read-only):
1013         * dired.el (dired-toggle-read-only):
1014         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
1015         with non-nil second arg.
1017         * emacs-lisp/eieio-custom.el (eieio-customize-object):
1018         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
1019         directly.
1021 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
1023         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
1024         not incf.
1026 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1028         More CL cleanups and reduction of use of cl.el.
1029         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
1030         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
1031         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
1032         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
1033         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
1034         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
1035         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
1036         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
1037         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
1038         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
1039         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
1040         * eshell/em-cmpl.el, eshell/em-banner.el:
1041         * calendar/parse-time.el: Use cl-lib.
1042         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
1043         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
1044         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
1045         * term/ns-win.el, term.el, shell.el, ps-samp.el:
1046         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
1047         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
1048         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
1049         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
1050         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
1051         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
1052         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
1053         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
1054         `lambda' rather than with `quote'.
1055         (eshell-do-opt): Adjust accordingly.
1056         (eshell-process-option): Simplify.
1057         * eshell/esh-var.el:
1058         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
1059         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
1060         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
1061         to `pcase--dontcare'.
1062         * emacs-lisp/cl.el (labels): Mark obsolete.
1063         (cl--letf, letf): Move to cl-lib.
1064         (cl--letf*, letf*): Remove.
1065         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
1066         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
1067         (cl-progv): Rewrite.
1068         (cl--letf, cl-letf): Move from cl.el.
1069         (cl-letf*): New macro.
1070         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
1072 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
1074         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
1076 2012-07-11  Chong Yidong  <cyd@gnu.org>
1078         * vc/log-edit.el (log-edit-vc-backend): New variable.
1079         (log-edit): Doc fix.
1081         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
1082         argument of log-edit to set up all local variables.
1083         (vc-start-logentry): New optional arg specifying VC backend.
1085         * vc/vc.el (vc-checkin): Use it.
1086         (vc-deduce-fileset): Handle Log Edit buffers.
1087         (vc-diff): Make first argument optional too.
1089         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
1091 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
1093         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
1094         command, just in case.  The function is not needed anymore.
1095         (eshell-external-command): Do not call `eshell-remote-command'.
1097 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1099         Reduce use of (require 'cl).
1100         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
1101         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
1102         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
1103         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
1104         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
1105         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
1106         * battery.el, avoid.el, abbrev.el: Use cl-lib.
1107         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
1108         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
1109         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
1110         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
1111         * calculator.el, autorevert.el, apropos.el: Don't require CL.
1112         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
1113         (byte-compile-unfold-bcf, byte-compile-check-variable):
1114         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
1115         (byte-compile-nilconstp):
1116         * emacs-lisp/autoload.el (make-autoload): Use pcase.
1117         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
1119         * emacs-lisp/gv.el (cond): Make it a valid place.
1120         (if): Simplify slightly.
1122         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
1123         (pcase--self-quoting-p): New function.
1124         (pcase--u1): Use it.
1126 2012-07-10  Glenn Morris  <rgm@gnu.org>
1128         * emacs-lisp/authors.el (authors-fixed-entries):
1129         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
1131 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1133         Rename configure.in to configure.ac (Bug#11603).
1134         * emacs-lisp/authors.el (authors-canonical-file-name):
1135         * progmodes/autoconf.el (autoconf-mode):
1136         Prefer configure.ac to configure.in.
1138 2012-07-08  Chong Yidong  <cyd@gnu.org>
1140         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
1141         Implement the mouse-1-click-follows-link handling properly.
1143         * info.el (Info-link-keymap): Use follow-link mechanism for
1144         header-line links (Bug#374).
1146         * simple.el (deactivate-mark): Do not set the primary selection
1147         if another program has acquired it (Bug#11772).
1149 2012-07-07  Kevin Ryde  <user42@zip.com.au>
1151         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
1152         (woman-decode-region): Replace escaped-escapes without destroying
1153         bold or underline (Bug#11552).
1154         (woman2-process-escapes): Handle nofill regions (Bug#11591).
1156 2012-07-07  Chong Yidong  <cyd@gnu.org>
1158         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
1159         (interprogram-cut-function, interprogram-paste-function):
1160         Mention that we typically mean the clipboard.
1162 2012-07-06  Glenn Morris  <rgm@gnu.org>
1164         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
1166         * files.el (toggle-read-only): Restrict message to interactive use.
1168 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
1170         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
1172         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
1174 2012-07-06  Glenn Morris  <rgm@gnu.org>
1176         * Makefile.in (compile-one-process): Rename from "recompile".
1178         * Makefile.in (bzr-update): "compile" is the same as "recompile
1179         autoloads", but parallelizable, so use that instead.
1181 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
1183         * window.el (quit-window): Always restore window height when
1184         it's saved in quit-restore parameter (Bug#11810).
1186 2012-07-06  Glenn Morris  <rgm@gnu.org>
1188         * simple.el (kill-whole-line): Doc tweak.
1190 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
1192         * files.el (file-relative-name): Compare file names
1193         case-insensitively if on MS-Windows or MS-DOS, or if
1194         read-file-name-completion-ignore-case is non-nil.  Don't use
1195         case-fold-search for this purpose.  (Bug#11827)
1197 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1199         * calendar/cal-dst.el (calendar-current-time-zone):
1200         Return calendar-current-time-zone-cache if non-nil.
1202 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
1203 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
1205         * calendar/cal-dst.el (calendar-current-time-zone):
1206         Return calendar-current-time-zone-cache if non-nil.
1208 2012-07-06  Glenn Morris  <rgm@gnu.org>
1210         * Makefile.in (cvs-update): Remove old alias.
1212 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
1214         Sync with Tramp 2.2.6-pre.
1216         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
1217         compatible declaration.
1219         * net/tramp-cmds.el (tramp-append-tramp-buffers):
1220         Protect `list-load-path-shadows' call.
1222         * net/tramp-compat.el (top): Require packages, which aren't
1223         autoloaded anymore for XEmacs.  Protect call of
1224         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
1225         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
1226         it hurts at least for SXEmacs.
1227         (tramp-compat-temporary-file-directory): In XEmacs, there is no
1228         standard-value for `temporary-file-directory'.
1230         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
1231         Redirect stderr to /dev/null.
1232         (tramp-sh-handle-write-region): uid and gid can be floats.
1233         Reported by Russell Sim <russell.sim@gmail.com>.
1234         (tramp-sh-handle-vc-registered): Hide errors.
1235         (tramp-vc-file-name-handler): Use dummy results for `process-file'
1236         and `start-file-process'.
1237         (tramp-maybe-open-connection): Check also whether `non-essential'
1238         is bound.
1240 2012-07-04  Chong Yidong  <cyd@gnu.org>
1242         * xml.el (xml--parse-buffer): Use xml-syntax-table.
1243         (xml-parse-tag): Likewise, and avoid changing entity tables.
1244         (xml-syntax-table): Define from scratch, making sure not to give
1245         x2000 and other Unicode spaces whitespace syntax, since those are
1246         not spaces in XML.
1247         (xml-parse-fragment): Delete unused function.
1248         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
1249         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
1250         (xml-entity-ref, xml-pe-reference-re)
1251         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
1252         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
1253         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
1254         (xml-entity-value-re): Use syntax references in regexps where
1255         possible; no need to define inside a let-binding.
1256         (xml-parse-dtd): Use xml-pe-reference-re.
1257         (xml-entity-or-char-ref-re): New defconst.
1258         (xml-parse-string, xml-substitute-special): Use it.
1260 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * files.el (locate-dominating-file): Allow `name' to be a predicate.
1263         (find-file--read-only): New function.
1264         (find-file-read-only, find-file-read-only-other-window)
1265         (find-file-read-only-other-frame): Use it.
1266         (insert-file-contents-literally): Don't `fset'.
1267         (get-free-disk-space): Use locate-dominating-file.
1269         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
1270         function is already compiled.
1272         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
1274 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
1276         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
1277         files on the same host.
1279 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
1281         * help-fns.el (describe-function-1): Only call
1282         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
1284 2012-07-03  Chong Yidong  <cyd@gnu.org>
1286         * xml.el: Protect parser against XML bombs.
1287         (xml-entity-expansion-limit): New variable.
1288         (xml-parse-string, xml-substitute-special): Use it.
1289         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
1291 2012-07-03  Glenn Morris  <rgm@gnu.org>
1293         * progmodes/bug-reference.el (bug-reference-bug-regexp):
1294         Allow linking to specific messages in debbugs reports (eg 123#5).
1296 2012-07-02  Chong Yidong  <cyd@gnu.org>
1298         * xml.el: Fix entity and character reference expansion, allowing
1299         them to expand into markup as per XML spec.
1300         (xml-default-ns): New variable.
1301         (xml-entity-alist): Use XML spec definitions for lt and amp.
1302         (xml-parse-region): Make first two arguments optional.
1303         Discard text properties.
1304         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
1305         All callers changed.
1306         (xml-parse-tag): Call xml-parse-tag-1.  For backward
1307         compatibility, this function should not modify buffer contents.
1308         (xml-parse-tag-1): Fix opening-tag regexp.
1309         (xml-parse-string): Rewrite, handling entity and character
1310         references properly.
1311         (xml--entity-replacement-text): Signal an error if a parameter
1312         entity is undefined.
1314 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1316         * comint.el (comint-output-filter): Filter out repeated prompts.
1318         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
1319         and file-name-absolute-p.
1320         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
1321         internal calls.
1323 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1325         Spelling fixes.
1326         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
1327         Rename from byte-compile--refiy-function.  All uses changed.
1329 2012-07-01  Chong Yidong  <cyd@gnu.org>
1331         * xml.el (xml--parse-buffer): New function.  Move most of
1332         xml-parse-region here.
1333         (xml-parse-region): Copy region into a temporary buffer, since
1334         parameter entity substitution requires changing buffer contents.
1335         Use xml--parse-buffer.
1336         (xml-parse-file): Use xml--parse-buffer.
1337         (xml-parse-dtd): Make parameter entity substitution work right.
1338         Use proper regexps for ELEMENT declarations (Bug#7172).
1340 2012-06-30  Glenn Morris  <rgm@gnu.org>
1342         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
1344         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
1345         Remove outdated and unnecessary dbus declarations.
1347 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
1349         * emacs-lisp/timer.el (timer-until): Subtract results of
1350         float-time, instead of taking float-time of the result of
1351         time-subtract, since float-time signals an error for negative time
1352         arguments.
1354 2012-06-30  Chong Yidong  <cyd@gnu.org>
1356         * xml.el (xml-*-re): Convert defvars into defconsts, and
1357         eval-and-compile them so eval-and-compile works on derivatives.
1358         (xml--entity-replacement-text): Use eval-and-comple.
1360 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
1362         * vc/vc-git.el (vc-git-registered): Use cache property
1363         `git-registered'.
1364         (vc-git-mode-line-string): Call `vc-working-revision' instead of
1365         `vc-git-working-revision' in order to benefit from the cache.
1366         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
1368 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
1370         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
1371         removed (likely outside Emacs).  (Bug#11757)
1373 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1375         * emacs-lisp/cl-lib.el: Require macroexp.
1377 2012-06-30  Chong Yidong  <cyd@gnu.org>
1379         * xml.el: Implement XML parameter entities.
1380         (xml-parameter-entity-alist): New variable.
1381         (xml-parse-region, xml-parse-fragment): Preserve previous values
1382         of xml-entity-alist and xml-parameter-entity-alist, so that
1383         repeated calls on different documents do not change them.
1384         (xml-parse-tag): Fix doctype regexp.
1385         (xml--entity-replacement-text): New function.
1386         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
1387         properly requires url retrieval which is unimplemented.
1388         (xml-escape-string): Doc fix.
1390 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1392         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
1394 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
1396         * fringe.el (fringe-mode): Doc fix.
1398 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
1400         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
1401         is non-nil.
1402         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
1403         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
1405 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
1407         * calendar/cal-dst.el (calendar-current-time-zone):
1408         Return calendar-current-time-zone-cache if non-nil.
1410 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
1412         * progmodes/which-func.el (which-func-format):
1413         Add mouse-face.  (Bug#11698)
1415 2012-06-29  Leo Liu  <sdl.web@gmail.com>
1417         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1419 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1421         * minibuffer.el (minibuffer-confirm-exit-commands):
1422         Add completion-at-point (bug#11725).
1424 2012-06-29  Glenn Morris  <rgm@gnu.org>
1426         * progmodes/f90.el (f90-font-lock-keywords-2):
1427         Add some preprocessor elements.  (Bug#10499)
1429 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1431         * progmodes/cperl-mode.el (cperl-update-syntaxification):
1432         Use syntax-propertize (bug#11739).
1434 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
1436         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1438 2012-06-28  Julien Danjou  <julien@danjou.info>
1440         * term.el (term-handle-colors-array): Use a set of new faces to
1441         color the terminal.  Also uses :inverse-video property.
1442         (term-default-fg-color): Set to nil by default, deprecate in favor
1443         of `term-face'.
1444         (term-default-bg-color): Set to nil by default, deprecate in favor
1445         of `term-face'.
1446         (term-current-face): Use `term-face' by default.
1447         (term-bold-attribute): Variable deleted.
1449 2012-06-28  Glenn Morris  <rgm@gnu.org>
1451         * simple.el (completion-list-mode-finish):
1452         Don't use toggle-read-only.  (Since completion-list-mode has
1453         a special mode-class, it wasn't doing anything extra anyway.)
1455 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1457         Make inlining of other-mode interpreted functions work (bug#11799).
1458         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1459         (byte-compile): Use it to fix compilation of lexical-binding closures.
1460         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1461         function, if needed.
1463 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1465         * help-mode.el (help-make-xrefs): Don't just withstand
1466         cyclic-variable-indirection but any error in documentation-property.
1468         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1469         memory use.
1470         * bindings.el (bindings--define-key): New function.
1471         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1472         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1473         * bindings.el: Use it to purecopy define-key bindings.
1475         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1477         * emacs-lisp/cl.el (flet): Mark obsolete.
1478         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1479         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1480         * progmodes/js.el (js-c-fill-paragraph):
1481         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1482         (ebrowse-switch-member-buffer-to-derived-class):
1483         * play/5x5.el (5x5-solver): Use cl-flet.
1485         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
1486         (cl--symbol-function): New macro.
1487         (cl--letf, cl--letf*): Use it.
1489         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1490         Strip "toggle-" if any.
1492 2012-06-27  Glenn Morris  <rgm@gnu.org>
1494         * info.el (Info-default-directory-list): Move here from paths.el.
1495         * paths.el: Remove file, which is now empty.
1496         * loadup.el: No longer load "paths".
1498         * custom.el (custom-initialize-delay): Doc fix.
1500         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1501         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1502         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1503         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1504         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1505         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1506         * eshell/eshell.el (eshell-defgroup): Remove alias.
1508 2012-06-27  Chong Yidong  <cyd@gnu.org>
1510         * help.el (help-enable-auto-load): New variable.
1512         * help-fns.el (help-fns--autoloaded-p): New function.
1513         (describe-function-1): Refer to a function as "autoloaded" if it
1514         was autoloaded at any time in the past.  Perform autoloading if
1515         help-enable-auto-load is non-nil.
1517 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
1519         * makefile.w32-in (compile, compile-always): Depend on
1520         update-subdirs, not on subdirs.el.  Otherwise, several different
1521         sub-targets of 'bootstrap' running in parallel could
1522         simultaneously write to subdirs.el, producing a garbled file.
1524 2012-06-26  Sam Steingold  <sds@gnu.org>
1526         * files.el (file-name-base): New convenience function.
1527         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1528         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1529         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1530         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1531         * textmodes/ispell.el, textmodes/reftex-ref.el:
1532         * textmodes/tex-mode.el: Use it.
1533         Did not touch cedet and org because they are maintained elsewhere.
1535 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
1537         * calendar/calendar.el (calendar-exit): Don't try to delete or
1538         iconify last frame.  See:
1539         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1541 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
1543         * server.el (server-process-filter): Remember dir in the
1544         process's `server-client-directory' properties.
1546 2012-06-24  Chong Yidong  <cyd@gnu.org>
1548         * xml.el (xml-parse-tag): Correctly handle comment embedded in
1549         non-tag text.
1551 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
1553         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1555 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1557         * help-fns.el (describe-variable): Don't croak when doc is not found.
1558         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1559         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1560         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1561         * emacs-lisp/smie.el (smie-next-sexp): CSE.
1562         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1563         ((lambda ..) ..).
1564         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1566 2012-06-23  Chong Yidong  <cyd@gnu.org>
1568         * info.el (Info-mouse-follow-link): Accept symbol values of
1569         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
1570         (Info-fontify-node): Use Info-link-keymap for all navigation
1571         buttons, with link-args property to perform the desired action.
1572         (Info-link-keymap): Doc fix.
1573         (Info-next-link-keymap, Info-prev-link-keymap)
1574         (Info-up-link-keymap): Delete now-unused keymaps.
1576 2012-06-23  Chong Yidong  <cyd@gnu.org>
1578         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1580         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1581         system abbrevs.
1583         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1585 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1588         (bug#11719).
1590         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1591         the requote function doesn't work properly (bug#11714).
1593 2012-06-23  Glenn Morris  <rgm@gnu.org>
1595         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1597 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1599         Further GV/CL cleanups.
1600         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1601         gv-expander.
1602         (gv--defun-declaration): New function.
1603         (defun-declarations-alist): Use it.
1604         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1605         (gv-place): Autoload.
1606         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1607         original definition of dotimes and dolist.
1608         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1609         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1610         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1611         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1612         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1613         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1614         to the function's definition.
1615         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1616         * window.el:
1617         * files.el:
1618         * faces.el:
1619         * env.el: Don't use CL.
1621 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1623         Support higher-resolution time stamps (Bug#9000).
1625         * calendar/time-date.el (with-decoded-time-value): New arg
1626         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
1627         (encode-time-value): New optional arg PICO.  New type 3.
1628         (time-to-seconds) [!float-time]: Support the new picoseconds
1629         component if it's used.
1630         (seconds-to-time, time-subtract, time-add):
1631         Support ps-resolution time stamps as well.
1633         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
1634         (timerp): Timer vectors now have length 9, not 8.
1635         (timer--time): Support new-style (4-part) time stamps.
1636         (timer-next-integral-multiple-of-time): Time stamps now have
1637         picosecond resolution, so take a bit more care about rounding.
1638         (timer-relative-time, timer-inc-time): New optional arg psecs.
1639         (timer-set-time-with-usecs): Set psecs to 0.
1640         (timer--activate): Check psecs component, too.
1642         * proced.el (proced-time-lessp): Support ps-resolution stamps.
1644 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1646         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1647         Move the non-essential binding to the post/pre-command-hook where it is
1648         more obviously correct.
1650         * subr.el (read-passwd): Don't use a history at all.
1651         * savehist.el (savehist-save): Remove password saved accidentally
1652         because of the above bug.
1654 2012-06-22  Bastien Guerry  <bzg@gnu.org>
1656         * files.el (toggle-read-only): Display a message telling whether
1657         the buffer is read-only or not (bug#11726).
1659 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1661         * emacs-lisp/gv.el: New file.
1662         * subr.el (push, pop): Extend to generalized variables.
1663         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1664         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1665         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
1666         gv-define-simple-setter, and gv-define-expander.
1667         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
1668         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1669         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1670         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1671         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1672         gv-letplace.
1673         (cl-defstruct): Don't define setf-method any more.
1674         * emacs-lisp/cl.el (flet): Don't autoload.
1675         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1676         (define-setf-expander, defsetf, define-modify-macro)
1677         (cl-struct-setf-expander): Move from cl-lib.el.
1678         * emacs-lisp/syntax.el:
1679         * emacs-lisp/ewoc.el:
1680         * emacs-lisp/smie.el:
1681         * emacs-lisp/cconv.el:
1682         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1683         (timer--time): Use gv-define-simple-setter.
1684         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1685         to avoid coding-system problems in subr.el.  Adjust all users.
1686         (macroexp--maxsize, macroexp-small-p): New functions.
1687         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1688         * scroll-bar.el (scroll-bar-mode):
1689         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1690         (normal-erase-is-backspace-mode): Don't use the `eq' place.
1691         * winner.el (winner-configuration, winner-make-point-alist)
1692         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1693         * files.el (locate-file-completion-table): Avoid list*.
1695 2012-06-22  Chong Yidong  <cyd@gnu.org>
1697         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1698         (dired-create-files): Doc fix (Bug#11329).
1699         (dired-do-copy): Doc fix (Bug#11334).
1700         (dired-mark-read-string): Doc fix (Bug#11553).
1702         * dired.el (dired-recursive-copies, dired-recursive-deletes):
1703         Doc fix (Bug#11326).
1704         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
1705         (dired-dwim-target): Doc fix.
1707         * wdired.el (wdired-mode): Doc fix.
1709 2012-06-22  Glenn Morris  <rgm@gnu.org>
1711         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1712         (pcmpl-rpm-cache-stamp-file): New constant.
1713         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1714         (pcmpl-rpm-packages): Optionally cache list of packages.
1716         * pcmpl-rpm.el (pcmpl-rpm): New group.
1717         (pcmpl-rpm-query-options): New option.
1718         (pcmpl-rpm-packages): No need to inline it.
1719         Use pcmpl-rpm-query-options.
1721         * calendar/calendar.el (calendar-in-read-only-buffer):
1722         Avoid some needless mode changes.
1724 2012-06-21  Chong Yidong  <cyd@gnu.org>
1726         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1727         (desktop-path): Remove . from the default value (Bug#10977).
1728         (desktop-read): Use user-emacs-directory if desktop-path is nil.
1730 2012-06-20  Chong Yidong  <cyd@gnu.org>
1732         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1734 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
1736         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1737         (bug#11201).
1739 2012-06-20  Chong Yidong  <cyd@gnu.org>
1741         * term.el (term-window-width): Handle the case of a missing right
1742         fringe (Bug#8837).
1743         (term-check-size): Use window-text-height (Bug#5445).
1744         (term-mode): Use define-derived-mode.  Minor cleanups.
1745         Set font-lock-defaults (Bug#7692).
1746         (term-move-columns, term-insert-char, term-emulate-terminal)
1747         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
1749 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
1751         * net/ange-ftp.el (ange-ftp-get-passwd):
1752         Bind `enable-recursive-minibuffers'.
1753         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1755 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
1757         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1759 2012-06-19  Glenn Morris  <rgm@gnu.org>
1761         * progmodes/python.el (python-mode): Derive from prog-mode.
1763 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
1765         * emulation/edt.el (edt-default-menu-bar-update-buffers)
1766         (edt-user-menu-bar-update-buffers): New functions.
1767         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1769 2012-06-19  Chong Yidong  <cyd@gnu.org>
1771         * subr.el (with-selected-window): Preserve the selected window's
1772         terminal's top-frame (Bug#4702).
1774         * window.el (save-selected-window): Likewise.
1776 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1778         * progmodes/python.el (python-rx-constituents): Move backquote.
1779         (python-skeleton-define, python-define-auxiliary-skeleton):
1780         Use `declare'.
1782 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
1784         * minibuffer.el (read-file-name-default): Revert the patch from
1785         2012-06-17.
1787 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1789         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1790         (pcase--u1, pcase--q1): Don't use apply-partially.
1792 2012-06-18  Glenn Morris  <rgm@gnu.org>
1794         * progmodes/python.el (python-proc, python-buffer)
1795         (python-send-receive, python-send-string): Fix obsolete versions.
1797 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
1799         * window.el (special-display-p): Completely remove stringp
1800         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1802 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
1804         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1806         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1808         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1809         * net/tramp-sh.el (tramp-maybe-open-connection):
1810         Throw if `non-essential' is non-nil.
1812 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
1814         * window.el (special-display-p): Signal an error if BUFFER-NAME
1815         is not a string (Bug#11713).
1817 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
1819         * progmodes/python.el (python-info-beginning-of-backslash):
1820         Rename from python-info-beginning-of-backlash, as a spelling fix.
1822 2012-06-17  Chong Yidong  <cyd@gnu.org>
1824         * term.el (term-emulate-terminal): If term-check-size is called,
1825         move point to the process mark without resetting point (Bug#4635).
1827 2012-06-17  Glenn Morris  <rgm@gnu.org>
1829         * international/mule-cmds.el (mule-menu-keymap)
1830         (set-language-environment, set-locale-environment): Doc tweaks.
1832 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
1834         * cus-face.el (custom-face-attributes): Add wave-style underline
1835         attribute.
1836         * faces.el (set-face-attribute): Update docstring to describe
1837         wave-style underline attribute.
1839 2012-06-16  Chong Yidong  <cyd@gnu.org>
1841         * term/xterm.el (terminal-init-xterm): Discard input before
1842         querying background mode (Bug#10959).
1844 2012-06-16  Stefan Merten  <smerten@oekonux.de>
1846         * textmodes/rst.el: Added and corrected some comments.
1847         (rst-re-alist-def): Improve symbol syntax.
1848         (rst-mode-syntax-table): Correct syntax entries.
1849         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1850         (rst-official-version, rst-official-cvs-rev): Update version
1851         information.
1853 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
1855         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1856         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1858 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1860         * progmodes/python.el: New python.el merge.
1861         (python-guess-indent): Obsolete var.
1862         (python-indent-guess-indent-offset): New defcustom.
1863         (python-indent): Obsolete var.
1864         (python-indent-offset): New defcustom.
1865         (python-python-command, python-jython-command): Delete var.
1866         (python-shell-interpreter): New defcustom.
1867         (python-pdbtrack-do-tracking-p): Delete var.
1868         (python-pdbtrack-activate): New defcustom.
1869         (python-use-skeletons): Obsolete var.
1870         (python-skeleton-autoinsert): New defcustom.
1871         (inferior-python-filter-regexp, python-continuation-offset)
1872         (python-honour-comment-indentation, python-indent-string-contents)
1873         (python-jython-packages, python-mode-hook)
1874         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1875         (python-shell-prompt-alist)
1876         (python-source-modes): Delete defcustoms.
1877         (python-check-buffer-name, python-eldoc-setup-code)
1878         (python-eldoc-string-code, python-ffap-setup-code)
1879         (python-ffap-string-code, python-fill-comment-function)
1880         (python-fill-decorator-function, python-fill-paren-function)
1881         (python-fill-string-function, python-imenu-include-defun-type)
1882         (python-imenu-make-tree, python-imenu-subtree-root-label)
1883         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1884         (python-shell-compilation-regexp-alist)
1885         (python-shell-completion-module-string-code)
1886         (python-shell-completion-pdb-string-code)
1887         (python-shell-completion-setup-code)
1888         (python-shell-completion-string-code)
1889         (python-shell-enable-font-lock, python-shell-exec-path)
1890         (python-shell-extra-pythonpaths)
1891         (python-shell-internal-buffer-name, python-shell-interpreter-args)
1892         (python-shell-process-environment)
1893         (python-shell-prompt-block-regexp)
1894         (python-shell-prompt-output-regexp)
1895         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1896         (python-shell-send-setup-max-wait, python-shell-setup-codes)
1897         (python-shell-virtualenv-path): New defcustoms.
1898         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1899         (inferior-python-mode-syntax-table, python--prompt-regexp)
1900         (python-buffer, python-command python-python-command)
1901         (python-default-template, python-imports, python-indent-index)
1902         (python-indent-list, python-indent-list-length)
1903         (python-mode-running, python-pdbtrack-is-tracking-p)
1904         (python-preoutput-continuation, python-preoutput-leftover)
1905         (python-preoutput-result, python-preoutput-skip-next-prompt)
1906         (python-prev-dir/file, python-recursing)
1907         (python-saved-check-command, python-version-checked)
1908         (python-which-func-length-limit)
1909         (view-return-to-alist): Delete vars.
1910         (python-check-custom-command, python-dotty-syntax-table)
1911         (python-imenu-index-alist, python-indent-current-level)
1912         (python-indent-dedenters, python-indent-levels)
1913         (python-nav-beginning-of-defun-regexp)
1914         (python-nav-list-defun-positions-cache)
1915         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1916         (python-shell-internal-buffer)
1917         (python-skeleton-available): New vars.
1918         (def-python-skeleton): Delete macro.
1919         (python-skeleton-define): New macro.
1920         (python-define-auxiliary-skeleton, python-rx): New macros.
1921         (python-insert-class): Delete command.
1922         (python-skeleton-class): New command.
1923         (python-insert-def): Delete command.
1924         (python-skeleton-def): New command.
1925         (python-insert-for): Delete command.
1926         (python-skeleton-for): New command.
1927         (python-insert-if): Delete command.
1928         (python-skeleton-if): New command.
1929         (python-insert-try/except, python-insert-try/finally): Delete commands.
1930         (python-skeleton-try): New command.
1931         (python-insert-while): Delete command.
1932         (python-skeleton-while): New command.
1933         (python-backspace): Delete command.
1934         (python-indent-dedent-line-backspace): New command.
1935         (python-electric-colon): Delete command.
1936         (python-indent-electric-colon): New command.
1937         (python-guess-indent): Delete command.
1938         (python-indent-guess-indent-offset): New command.
1939         (python-shift-left): Delete command.
1940         (python-indent-shift-left): New command.
1941         (python-shift-right): Delete command.
1942         (python-indent-shift-right): New command.
1943         (python-find-function): Delete command.
1944         (python-nav-jump-to-defun): New command.
1945         (python-next-statement): Delete command.
1946         (python-nav-forward-sentence): New command.
1947         (python-previous-statement): Delete command.
1948         (python-nav-backward-sentence): New command.
1949         (python-fill-paragraph): Delete command.
1950         (python-fill-paragraph-function): New command.
1951         (python-send-buffer): Delete command.
1952         (python-shell-send-buffer): New command.
1953         (python-send-defun): Delete command.
1954         (python-shell-send-defun): New command.
1955         (python-send-region, python-send-region-and-go): Delete commands.
1956         (python-shell-send-region)
1957         (python-shell-switch-to-shell): New commands.
1958         (python-send-string): Delete command.
1959         (python-shell-send-string): New command.
1960         (python-switch-to-python): Delete command.
1961         (python-shell-switch-to-shell): New command.
1962         (python-describe-symbol): Delete command.
1963         (python-eldoc-at-point): New command.
1964         (python--set-prompt-regexp, python-args-to-list)
1965         (python-after-info-look, python-check-version)
1966         (python-check-comint-prompt, python-find-imports)
1967         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1968         (python-unload-function, python-expand-template)
1969         (python-maybe-jython, python-preoutput-filter)
1970         (python-pdbtrack-get-source-buffer)
1971         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1972         (python-pdbtrack-toggle-stack-tracking)
1973         (python-pdbtrack-track-stack-file, python-initial-text)
1974         (python-first-word, python-comment-line-p, python-send-command)
1975         (python-setup-brm, python-sentinel, python-set-proc)
1976         (python-skip-out, python-input-filter, python-outdent-p)
1977         (python-outline-level, python-backslash-continuation-line-p)
1978         (python-end-of-block, python-end-of-statement, python-mark-block)
1979         (python-beginning-of-block, python-beginning-of-statement)
1980         (python-blank-line-p, python-beginning-of-string)
1981         (python-open-block-statement-p): Delete functions.
1982         (python-indent-line, python-indent-line-1): Delete functions.
1983         (python-indent-line): New function.
1984         (python-indentation-levels): Delete function.
1985         (python-indent-calculate-levels): New function.
1986         (python-proc): Delete function.
1987         (python-shell-get-process): New function.
1988         (python-send-receive): Delete function.
1989         (python-shell-send-string-no-output): New function.
1990         (python-module-path): Delete function.
1991         (python-ffap-module-path): New function.
1992         (python-completion-at-point)
1993         (python-symbol-completions): Delete functions.
1994         (python-completion-complete-at-point): New function.
1995         (python-load-file): Delete function.
1996         (python-shell-send-file): New function.
1997         (python-calculate-indentation): Delete function.
1998         (python-indent-calculate-indentation): New function.
1999         (python-skip-comments/blanks): Delete function.
2000         (python-util-forward-comment): New function.
2001         (python-continuation-line-p): Delete function.
2002         (python-info-continuation-line-p): New function.
2003         (python-which-func, python-current-defun): Delete function.
2004         (python-info-current-defun): New function.
2005         (python-beginning-of-defun): Delete function.
2006         (python-nav-beginning-of-defun): New function.
2007         (python-close-block-statement-p)
2008         (python-block-end-p): Delete function.
2009         (python-info-closing-block): New function.
2010         (python-comint-output-filter-function)
2011         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
2012         (python-fill-comment, python-fill-decorator, python-fill-paren)
2013         (python-fill-string, python-imenu-make-element-tree)
2014         (python-imenu-make-tree, python-imenu-tree-assoc)
2015         (python-indent-context, python-indent-dedent-line)
2016         (python-indent-line-function)
2017         (python-indent-post-self-insert-function)
2018         (python-indent-toggle-levels)
2019         (python-info-assignment-continuation-line-p)
2020         (python-info-beginning-of-backlash)
2021         (python-info-block-continuation-line-p)
2022         (python-info-closing-block-message)
2023         (python-info-line-ends-backslash-p)
2024         (python-info-looking-at-beginning-of-defun)
2025         (python-info-ppss-context, python-info-ppss-context-type)
2026         (python-nav-list-defun-positions, python-nav-read-defun)
2027         (python-nav-sentence-end, python-nav-sentence-start)
2028         (python-pdbtrack-comint-output-filter-function)
2029         (python-pdbtrack-set-tracked-buffer)
2030         (python-shell-calculate-exec-path)
2031         (python-shell-calculate-process-environment)
2032         (python-shell-completion--do-completion-at-point)
2033         (python-shell-completion--get-completions)
2034         (python-shell-completion-complete-at-point)
2035         (python-shell-completion-complete-or-indent)
2036         (python-shell-get-or-create-process)
2037         (python-shell-get-process-name)
2038         (python-shell-internal-get-or-create-process)
2039         (python-shell-internal-get-process-name)
2040         (python-shell-internal-send-string, python-shell-make-comint)
2041         (python-shell-parse-command, python-shell-send-setup-code)
2042         (python-skeleton-add-menu-items)
2043         (python-util-clone-local-variables, python-util-position)
2044         (run-python-internal, python-indentation-levels)
2045         (python-nav-beginning-of-defun)
2046         (python-completion-complete-at-point): New functions.
2047         (run-python): Change arguments.  New API requirements.
2049 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
2052         (bug#11649).
2054         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
2055         (macroexp--expand-all): Use it.
2057         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
2058         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
2059         Use `cl-function' instead.
2061 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
2063         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
2064         Suggested by Stefan Monnier while discussing bug#11657.
2066 2012-06-14  Sam Steingold  <sds@gnu.org>
2068         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
2070 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
2072         * play/doctor.el (doctor-doc): Remove parameter and use
2073         doctor-sent instead of sent.
2074         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
2076 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2078         * files.el: Require cl-lib.
2079         (file-name-non-special): Replace case -> cl-case.
2081         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
2083         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
2084         mapping from #' to function*.
2086 2012-06-13  Chong Yidong  <cyd@gnu.org>
2088         * mouse.el (mouse-drag-track): Do not set the mark if the user
2089         releases the mouse without selecting anything (Bug#11588).
2091 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2093         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
2094         as well (bug#11646).
2096         * loadup.el: Count byte-code functions as well.
2098         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
2099         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
2101         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
2102         (bug#11649).  Add cl-defun and cl-defmacro.
2104 2012-06-13  Drew Adams  <drew.adams@oracle.com>
2106         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
2107         Fix last change.
2109 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
2111         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
2112         Otherwise, it blocks in batch mode.
2114 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
2116         * help-mode.el (bookmark-make-record-default): Declare.
2118 2012-06-13  Chong Yidong  <cyd@gnu.org>
2120         * emacs-lisp/package.el (list-packages): Compute a list of
2121         packages that are newly-available since the last list-packages
2122         invocation.
2123         (package-menu--new-package-list): New var.
2124         (package-menu--generate, package-menu--print-info)
2125         (package-menu--status-predicate, package-menu-mark-install):
2126         Handle new status label "new".
2128 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2130         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
2131         conversion to backquotes.
2133 2012-06-12  Chong Yidong  <cyd@gnu.org>
2135         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
2136         Rename from gud-inhibit-global-bindings.
2138         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
2140         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
2141         hook from nxml-glyph-set-hook.
2143         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
2144         declaration.
2146         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
2148         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
2149         Convert to defcustom.
2151 2012-06-12  Drew Adams  <drew.adams@oracle.com>
2153         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
2154         New functions.
2155         (help-mode): Use them.
2157 2012-06-11  Glenn Morris  <rgm@gnu.org>
2159         * progmodes/fortran.el (fortran-font-lock-keywords-3):
2160         Use preprocessor face for directives.
2161         (fortran-directive-re): Doc fix.
2163 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2165         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
2166         conversion to backquotes (bug#11652).
2168         Fix compiler-expansion of CL's cXXr functions (bug#11673).
2169         * emacs-lisp/cl-lib.el (cl--defalias): New function.
2170         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
2171         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
2172         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
2173         (cl-ninth, cl-tenth): Mark them as inlinable.
2174         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
2175         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
2176         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
2177         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
2178         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
2179         (cl-list*, cl-adjoin): Don't put an autoload manually.
2180         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
2181         (cl--compiler-macro-list*): Add autoload cookie.
2182         (cl--compiler-macro-cXXr): New function.
2184         * help-fns.el (help-fns--compiler-macro): New function extracted from
2185         describe-function-1; follow aliases and use `compiler-macro' property.
2186         (describe-function-1): Use it.
2188 2012-06-11  Chong Yidong  <cyd@gnu.org>
2190         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
2191         is uninstalled, if imagemagick is installed.
2193 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2195         * emacs-lisp/cl-lib.el: Use lexical-binding.
2196         (cl-map-extents, cl-maclisp-member): Remove.
2197         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
2198         (cl--set-substring, cl--block-wrapper, cl--block-throw)
2199         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
2200         * emacs-lisp/cl-extra.el: Use lexical-binding.
2201         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
2202         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
2203         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
2204         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
2205         * emacs-lisp/cl-seq.el: Use lexical-binding.
2206         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
2207         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
2208         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
2209         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
2210         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
2211         CL's internals.
2213 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
2215         Sync with Tramp 2.2.6-pre.
2217         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
2218         `print-length' and `print-level' to nil, in order to avoid
2219         truncation.  Reported by Christopher Schmidt
2220         <christopher@ristopher.com>.
2222         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
2224         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
2225         New defmacro.
2226         (tramp-compat-copy-directory): Add optional argument
2227         COPY-CONTENTS.  It is not handled yet.
2229         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
2230         (tramp-ftp-file-name-p): Simplify.
2232         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
2233         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
2234         connection vector.
2236         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
2237         (tramp-methods): Do not use `tramp-password-end-of-line'.
2238         (tramp-completion-function-alist-putty): Handle UNIX case.
2239         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
2240         (tramp-do-file-attributes-with-stat)
2241         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
2242         gid as real numbers.  They could run out of integer range on cygwin.
2243         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
2244         (tramp-sh-handle-expand-file-name): Handle hops.
2245         (tramp-open-connection-setup-interactive-shell):
2246         Use `tramp-cleanup'.  Move check for busyboxes ...
2247         (tramp-find-shell): ... here.  Simplify implementation.
2248         Set "remote-shell" property also for alternative shells.
2249         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
2250         If failing, a regular file would be written otherwise.
2251         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2252         (tramp-find-inline-encoding): Cache the coding commands in the
2253         process cache.  Apply test command on the remote side, if defined.
2254         (tramp-find-inline-compress): Cache the compress commands in the
2255         process cache.
2256         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
2257         when requested.  Handle hops.
2258         (tramp-current-connection): New defvar.
2259         (tramp-maybe-open-connection): Use `tramp-cleanup'.
2260         Throw `suppress', if there was a failed connection shortly before.
2261         Handle user interrupt.  (Bug#10187)
2262         (tramp-get-inline-compress, tramp-get-inline-coding):
2263         Read connection properties from the process cache.
2265         * net/tramp-smb.el (tramp-smb-server-version)
2266         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
2267         New defconsts.
2268         (tramp-smb-prompt): Extend for powershell prompt.
2269         (tramp-smb-file-name-handler-alist): Add handlers for
2270         `process-file', `shell-command' and `start-file-process'.
2271         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
2272         (tramp-smb-winexe-shell-command-switch): New defcustoms.
2273         (tramp-smb-file-name-p): Simplify.
2274         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
2275         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
2276         (tramp-smb-shell-quote-argument): New defuns.
2277         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
2278         Implement using "tar".  By this, time-stamps are preserved.
2279         (tramp-smb-handle-copy-file): Handle also the case of directories.
2280         (tramp-smb-do-file-attributes-with-stat)
2281         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
2282         Use `tramp-get-connection-buffer').
2283         (tramp-smb-handle-rename-file): Use "rename", when source and
2284         target are on the same share.
2285         (tramp-smb-maybe-open-connection): Handle wrong passwords.
2286         Use `tramp-smb-server-version'.
2287         (tramp-smb-wait-for-output): Remove prompt.
2289         * net/tramp.el (top): Require 'cl.
2290         (tramp-methods, tramp-rsh-end-of-line):
2291         Remove `tramp-password-end-of-line' from docstring.
2292         (tramp-save-ad-hoc-proxies): New defcustom.
2293         (tramp-completion-function-alist): Adapt docstring.
2294         (tramp-default-password-end-of-line): Remove defcustom.
2295         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
2296         (tramp-user-regexp, tramp-file-name-regexp-unified)
2297         (tramp-file-name-regexp-url): Extend regexp by hop separator.
2298         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
2299         (tramp-remote-file-name-spec-regexp): New defconst.
2300         (tramp-file-name-structure): Extend structure for hops.
2301         (tramp-get-method-parameter): Move up.
2302         (tramp-file-name-p, tramp-dissect-file-name)
2303         (with-parsed-tramp-file-name): Handle hops.
2304         (tramp-file-name-hop): New defun.
2305         (tramp-make-tramp-file-name): New optional arg HOP.
2306         (tramp-message-show-progress-reporter-message): New defvar.
2307         (tramp-with-progress-reporter): Use it.  We cannot use
2308         `tramp-message-show-message' here, because this suppresses also
2309         error buffers.
2310         (tramp-error-with-buffer): Suppress buffer view, if
2311         `tramp-message-show-message' is nil.
2312         Use `tramp-get-connection-buffer'.
2313         (tramp-cleanup): New defun.
2314         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
2315         (tramp-file-name-handler): If `debug-on-error' is set, propagate
2316         an error unchanged.
2317         (tramp-completion-handle-file-name-all-completions): Handle hops.
2318         Fix an error when called from ido.
2319         (tramp-completion-dissect-file-name): Use better local variable
2320         name.  Add hop to the vector.
2321         (tramp-handle-insert-file-contents): Use progress-reporter for the
2322         whole scenario.
2323         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
2324         to `t'.
2325         (tramp-check-for-regexp): Simplify search.
2326         (tramp-enter-password): Remove it.  Move implementation ...
2327         (tramp-action-password): ... here.
2328         (tramp-mode-string-to-int, tramp-local-host-p)
2329         (tramp-make-tramp-temp-file, tramp-read-passwd)
2330         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
2331         Set tramp-autoload cookie.
2333         * net/trampver.el: Update release number.
2335 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2336             Michael Albinus  <michael.albinus@gmx.de>
2338         * net/tramp.el (tramp-set-completion-function): Fix docstring.
2339         (tramp-parse-group, tramp-parse-file)
2340         (tramp-parse-shostkeys-sknownhosts): New defuns.
2341         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
2342         (tramp-parse-shosts-group, tramp-parse-sconfig)
2343         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
2344         (tramp-parse-sknownhosts, tramp-parse-hosts)
2345         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
2346         Use them.
2347         (tramp-parse-passwd-group, tramp-parse-netrc-group)
2348         (tramp-parse-putty-group): Don't narrow.
2349         (tramp-parse-putty): Make a loop.
2350         (tramp-file-name-handler): Catch the `suppress' signal.
2352 2012-06-11  Chong Yidong  <cyd@gnu.org>
2354         * image.el (imagemagick-register-types): Put the ImageMagick entry
2355         at the end of image-type-file-name-regexps.
2357 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
2359         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
2360         (pcase, pcase-let*, pcase-dolist): Use them.
2362 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2364         * emacs-lisp/pcase.el (pcase--let*): New function.
2365         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
2366         (pcase--expand): Use macroexp-let².
2368 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2370         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
2371         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
2372         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
2373         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
2374         * emacs-lisp/derived.el: Use pcase instead of `cl'.
2375         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
2377 2012-06-10  Glenn Morris  <rgm@gnu.org>
2379         * mail/rmail.el (rmail-yank-current-message): Leave point at
2380         correct position.  (Bug#11660)
2382 2012-06-10  Chong Yidong  <cyd@gnu.org>
2384         * allout-widgets.el: Fix code header.
2386 2012-06-10  Chong Yidong  <cyd@gnu.org>
2388         * cus-edit.el (customize-changed-options-previous-release):
2389         Bump to 24.1.
2391 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
2393         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2395 2012-06-09  Chong Yidong  <cyd@gnu.org>
2397         * ebuff-menu.el (electric-buffer-list): Preserve header line.
2399 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
2401         * window.el (special-display-popup-frame): Don't use
2402         window--display-buffer (Bug#11651).
2404 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
2406         Fix parallel builds: make sure loaddefs.el is not being written
2407         while Lisp files are compiled.
2408         (compile): Don't depend on 'mh-autoloads'.
2409         (compile-CMD, compile-SH): Depend on 'autoloads'.
2410         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
2412         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
2414 2012-06-09  Chong Yidong  <cyd@gnu.org>
2416         * face-remap.el (face-remap-add-relative, face-remap-set-base)
2417         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2418         Doc fixes (Bug#11225).
2420 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2422         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2423         a function if there's a clear indication that it has a compiler-macro.
2424         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2425         (macro-declarations-alist): Add arglist to declaration functions.
2426         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2427         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2428         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2429         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2430         Also add autoload to find the compiler macro.
2431         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2432         (cl--compiler-macro-member, cl--compiler-macro-assoc)
2433         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2434         (cl--compiler-macro-get): New functions, replacing calls to
2435         cl-define-compiler-macro.
2436         (cl-typep) [compiler-macro]: Use macroexp-let².
2438 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
2440         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2441         string properly, fixes Bug#11473.
2443 2012-06-08  Chong Yidong  <cyd@gnu.org>
2445         * faces.el (set-face-attribute): Doc fix.
2446         (modify-face): Don't use :bold and :italic.
2447         (error, warning, success): Tweak definitions.
2449         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2450         (custom-modified, custom-set, custom-changed, custom-themed)
2451         (custom-saved, custom-button, custom-button-mouse)
2452         (custom-button-pressed, custom-state, custom-comment-tag)
2453         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2454         (custom-group-subtitle): Use new-style face specs.
2455         (custom-invalid-face, custom-rogue-face, custom-modified-face)
2456         (custom-set-face, custom-changed-face, custom-saved-face)
2457         (custom-button-face, custom-button-pressed-face)
2458         (custom-documentation-face, custom-state-face)
2459         (custom-comment-face, custom-comment-tag-face)
2460         (custom-variable-tag-face, custom-variable-button-face)
2461         (custom-face-tag-face, custom-group-tag-face-1)
2462         (custom-group-tag-face): Remove obsolete face alias.
2464         * epa.el (epa-validity-high, epa-validity-medium)
2465         (epa-validity-low, epa-mark, epa-field-name, epa-string)
2466         (epa-field-name, epa-field-body):
2467         * font-lock.el (font-lock-comment-face, font-lock-string-face)
2468         (font-lock-keyword-face, font-lock-builtin-face)
2469         (font-lock-function-name-face, font-lock-variable-name-face)
2470         (font-lock-type-face, font-lock-constant-face):
2471         * ido.el (ido-first-match, ido-only-match, ido-subdir)
2472         (ido-virtual, ido-indicator, ido-incomplete-regexp):
2473         * speedbar.el (speedbar-button-face, speedbar-file-face)
2474         (speedbar-directory-face, speedbar-tag-face)
2475         (speedbar-selected-face, speedbar-highlight-face)
2476         (speedbar-separator-face):
2477         * whitespace.el (whitespace-newline, whitespace-space)
2478         (whitespace-hspace, whitespace-tab, whitespace-trailing)
2479         (whitespace-line, whitespace-space-before-tab)
2480         (whitespace-space-after-tab, whitespace-indentation)
2481         (whitespace-empty):
2482         * emulation/cua-base.el (cua-global-mark):
2483         * eshell/em-prompt.el (eshell-prompt):
2484         * net/newst-plainview.el (newsticker-new-item-face)
2485         (newsticker-old-item-face, newsticker-immortal-item-face)
2486         (newsticker-obsolete-item-face, newsticker-date-face)
2487         (newsticker-statistics-face, newsticker-default-face):
2488         * net/newst-reader.el (newsticker-feed-face)
2489         (newsticker-extra-face, newsticker-enclosure-face):
2490         * net/newst-treeview.el (newsticker-treeview-face)
2491         (newsticker-treeview-new-face, newsticker-treeview-old-face)
2492         (newsticker-treeview-immortal-face)
2493         (newsticker-treeview-obsolete-face)
2494         (newsticker-treeview-selection-face):
2495         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2496         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2497         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2498         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2499         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2500         (nxml-outline-active-indicator, nxml-outline-ellipsis):
2501         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2502         (mpuz-text):
2503         * progmodes/vera-mode.el (vera-font-lock-number)
2504         (vera-font-lock-function, vera-font-lock-interface):
2505         * textmodes/table.el (table-cell): Use new-style face specs, and
2506         don't use the old :bold and :italic attributes.
2508         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2509         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2510         (ebrowse-member-class, ebrowse-progress): Likewise.
2511         (ebrowse-tree-mark-face, ebrowse-root-class-face)
2512         (ebrowse-file-name-face, ebrowse-default-face)
2513         (ebrowse-member-attribute-face, ebrowse-member-class-face)
2514         (ebrowse-progress-face): Remove obsolete faces.
2516         * progmodes/flymake.el (flymake-errline, flymake-warnline):
2517         Inherit from error and warning faces respectively.
2519         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2520         Likewise.
2521         (flyspell-incorrect-face, flyspell-duplicate-face):
2522         Remove obsolete aliases.
2524 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
2526         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2527         Avoid infloop.
2529 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2531         * startup.el (argv, argi): Make lexically scoped.
2532         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2533         * emacs-lisp/cl-macs.el: Use lexical-binding.
2534         Rename cl-bind-* to cl--bind-*.
2535         * files.el: Don't require `cl' since it doesn't use it.
2536         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2538 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
2540         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2541         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2542         instead of calling external sort utility.
2543         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2545 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
2547         * descr-text.el (describe-char): Mention how to insert the
2548         character, if the current input method doesn't support it.
2549         See the discussion in this thread for the details:
2550         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2552 2012-06-08  Sam Steingold  <sds@gnu.org>
2554         * bindings.el (global-map): Bind XF86Forward to next-buffer and
2555         XF86Back to previous-buffer.
2556         (minibuffer-local-map): Bind them to next-history-element and
2557         previous-history-element respectively.
2558         * help-mode.el (help-mode-map): Bind them to help-go-forward and
2559         help-go-back respectively.
2560         * info.el (Info-mode-map): Bind them to Info-history-forward and
2561         Info-history-back respectively.
2562         These are the keys next to Up on the ThinkPad keyboard.
2564 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2566         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2567         * emacs-lisp/cl-macs.el: Provide itself.
2568         (cl--labels-convert-cache): New var.
2569         (cl--labels-convert): New function.
2570         (cl-flet, cl-labels): New implementation with new semantics, relying on
2571         lexical-binding.
2572         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2573         (cl-closure-vars, cl--function-convert-cache)
2574         (cl--function-convert): Move from cl-macs.el.
2575         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2576         rename by removing the "cl-" prefix.
2577         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2579 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2581         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2582         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2583         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2584         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2585         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2586         (cl-hash-table-count): Add old compatibility aliases.
2588         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2589         Use macroexpand-all-environment instead.
2590         (cl--old-macroexpand): New var.
2591         (cl--sm-macroexpand): New function.
2592         (cl-symbol-macrolet): Use it during macro expansion.
2593         (cl--function-convert-cache): New var.
2594         (cl--function-convert): New function, extracted from
2595         cl-macroexpand-all.
2596         (cl-lexical-let): Use it.
2598         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2599         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2600         (cl-member): Remove old alias.
2602         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2603         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2604         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2605         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2606         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2607         (cl-macroexpand-cmacs): Remove var.
2608         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2609         Use macroexpand-all instead.
2611 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2613         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2614         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2615         (macroexp-copyable-p): New functions and macros.
2616         * emacs-lisp/edebug.el (edebug-unwrap):
2617         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2618         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2619         (pcase--let*): Remove.
2620         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2621         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
2622         macroexp-const-p instead.
2623         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2625         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2626         instead of "cl-" for internal definitions.  Use macroexp-const-p.
2627         (cl-old-bc-file-form): Remove var.
2628         (cl-const-exprs-p): Remove fun.
2629         (cl-labels, cl-macrolet): Use backquote.
2630         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
2631         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2632         (cl-define-setf-expander): Rename from cl-define-setf-method.
2633         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2635         * international/mule-cmds.el: Don't require CL.
2636         (view-hello-file): Don't use `letf'.
2638 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2640         * tmm.el (tmm-prompt): Use string-prefix-p.
2641         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2642         (tmm-add-prompt): Use minibuffer-completion-help.
2643         (tmm-delete-map): Remove.
2645         * subr.el (kbd): Make it its own function.
2647 2012-06-07  Stefan Merten  <smerten@oekonux.de>
2649         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2650         Silence compiler warnings.  Fix versions.
2651         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
2652         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
2653         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
2654         (rst-package-emacs-version-alist): Correct Emacs version to
2655         represent major merge with upstream.
2656         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
2658 2012-06-06  Glenn Morris  <rgm@gnu.org>
2660         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2661         Only print environment variables if set.
2663 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2665         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2666         (macroexp--cons): Rename from maybe-cons.
2667         (macroexp--accumulate): Rename from macroexp-accumulate.
2668         (macroexp--all-forms): Rename from macroexpand-all-forms.
2669         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2670         (macroexp--expand-all): Rename from macroexpand-all-1.
2672 2012-06-06  Sam Steingold  <sds@gnu.org>
2674         * calendar/calendar.el (calendar-in-read-only-buffer):
2675         Call `special-mode' to enable the standard read-only keybindings.
2677 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2679         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2680         with "loading" messages (bug#11635).
2682 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
2684         * files.el (enable-remote-dir-locals): New option.
2685         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
2687         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2688         Ensure, that the temp directory is local.
2690         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2691         `temporary-file-directory'.
2693         * progmodes/python.el (python-send-region): Ensure, that the
2694         temporary file is created also in the remote case.
2696 2012-06-06  Glenn Morris  <rgm@gnu.org>
2698         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2699         (vc-rcs-update-changelog): Use it.
2701         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
2703         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2704         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2705         (vc-sccs-diff): Replace use of the external vcdiff script.
2707 2012-06-05  Glenn Morris  <rgm@gnu.org>
2709         * ledit.el: Move to obsolete/.
2711 2012-06-05  Sam Steingold  <sds@gnu.org>
2713         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
2714         patch (Bug#11140).
2716 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2718         * emacs-lisp/cust-print.el: Move to obsolete.
2720         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2721         compiler-macro expansion.
2723         Add native compiler-macro support.
2724         * emacs-lisp/macroexp.el (macroexpand-all-1):
2725         Support compiler-macros directly.  Properly follow aliases and apply
2726         the compiler macros more thoroughly.
2727         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2728         macroexpand now properly follows aliases.
2729         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2730         (cl-compiler-macroexpand): Use new prop.
2731         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2733         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2735 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
2737         * window.el (get-lru-window, get-mru-window, get-largest-window):
2738         New argument NOT-SELECTED to avoid picking the selected window.
2739         (window--display-buffer-1, window--display-buffer-2): Replace by
2740         new function window--display-buffer
2741         (display-buffer-same-window, display-buffer-reuse-window)
2742         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2743         Use window--display-buffer.
2744         (display-buffer-use-some-window): Remove temporary dedication
2745         hack by calling get-lru-window and get-largest-window with
2746         NOT-SELECTED argument non-nil.  Call window--display-buffer.
2748 2012-06-05  Glenn Morris  <rgm@gnu.org>
2750         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2751         Replace external vcdiff script.
2753 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2755         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2757 2012-06-04  Chong Yidong  <cyd@gnu.org>
2759         * image.el (imagemagick-types-inhibit): Revert last change.
2760         Add INFO and M.
2761         (imagemagick-enabled-types): Remove CIN and EPS*.
2763 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2765         * emacs-lisp/cl-lib.el: Rename from cl.el.
2766         * emacs-lisp/cl.el: New compatibility file.
2767         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2768         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2769         to obey the "cl-" prefix.
2770         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2772 2012-06-03  Glenn Morris  <rgm@gnu.org>
2774         * emacs-lisp/authors.el (authors-aliases): Addition.
2776         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2777         Fix :version.
2779 2012-06-03  Stefan Merten  <smerten@oekonux.de>
2781         * textmodes/rst.el: Add comments.
2782         (rst-transition, rst-adornment): New faces.
2783         (rst-adornment-faces-alist): Make default safe to reevaluate.
2784         Fixes
2785         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2786         Improve customization tags.
2787         (rst-define-level-faces): Clarify meaning.
2789 2012-06-03  Chong Yidong  <cyd@gnu.org>
2791         * progmodes/compile.el (compilation-mode-line-fail)
2792         (compilation-mode-line-run, compilation-mode-line-exit):
2793         New faces.
2794         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2796 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
2798         * progmodes/which-func.el (which-func-update-ediff-windows):
2799         New function.  Use it in ediff-select-hook (Bug#11478).
2801 2012-06-03  Chong Yidong  <cyd@gnu.org>
2803         * bindings.el: Remove explicit help text from format-mode-line.
2804         It is now supplied by mode-line-default-help-echo.
2805         (mode-line-front-space, mode-line-end-spaces)
2806         (mode-line-misc-info): New variables.
2807         (mode-line-modes, mode-line-position): Move the default value to
2808         the variable definition.
2809         (mode-line-default-help-echo): New defcustom.
2810         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2811         (mode-line-modified-help-echo): New functions.
2812         (mode-line-mule-info, mode-line-modified): Use them.
2813         (mode-line-eol-desc, propertized-buffer-identification):
2814         Consistency fixes for help text.
2815         (mode-line-coding-system-map): Allow using mouse-3 to invoke
2816         set-buffer-file-coding-system (Bug#289).
2817         (mode-line-mule-info-help-echo): Update help text.
2819 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2821         * simple.el (execute-extended-command): Set real-this-command
2822         (bug#11506).
2824 2012-06-02  Chong Yidong  <cyd@gnu.org>
2826         Remove incorrect uses of "modeline" in comments, docstrings, and
2827         function/variable names (Bug#10329).
2829         * cus-edit.el (mode-line):
2830         * dframe.el (dframe-mouse-hscroll):
2831         * emacs-lisp/re-builder.el:
2832         * emacs-lisp/easy-mmode.el (define-minor-mode):
2833         * frame.el (set-frame-name):
2834         * help.el (lookup-minor-mode-from-indicator):
2835         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2836         * progmodes/cc-cmds.el (c-toggle-auto-newline)
2837         (c-toggle-hungry-state):
2838         * progmodes/antlr-mode.el (antlr-language-alist):
2839         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2840         * progmodes/vhdl-mode.el (vhdl-mode):
2841         * progmodes/which-func.el (which-func, which-func-cleanup-function):
2842         * term/ns-win.el (ns-face-at-pos):
2843         * term/sup-mouse.el (sup-mouse-report):
2844         * textmodes/flyspell.el (flyspell-mode-line-string):
2845         * textmodes/ispell.el (ispell-highlight-face):
2846         * textmodes/reftex-global.el:
2847         * vc/vc-arch.el (vc-arch-mode-line-string):
2848         * vc/vc-cvs.el (vc-cvs-mode-line-string):
2849         * vc/vc-git.el (vc-git-mode-line-string):
2850         * vc/vc-hooks.el (vc-display-status)
2851         (vc-default-mode-line-string):
2852         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2854         * ansi-color.el (ansi-color-faces-vector): Change default faces.
2856         * dired.el (dired-sort-set-mode-line): Rename from
2857         dired-sort-set-modeline.  All callers changed.
2859         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2860         eshell-status-in-modeline.
2862         * foldout.el (foldout-mode-line-string): Rename from
2863         foldout-modeline-string.  All callers changed.
2864         (foldout-update-mode-line): Rename from foldout-update-modeline.
2866         * subr.el (redraw-modeline): Make into obsolete alias.
2868         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2869         timeclock-modeline-display.  Make old name an alias.
2870         (timeclock-update-mode-line): Likewise.  All callers changed.
2871         (timeclock-mode-line-display): No need to check before using
2872         add-hook.
2873         (timeclock-relative, timeclock-day-over-hook)
2874         (timeclock-use-elapsed, timeclock-mode-string)
2875         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2877         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2878         crisp-mode-modeline-string.
2880         * play/solitaire.el (solitaire-build-mode-line): Rename from
2881         solitaire-build-modeline.  All callers changed.
2883         * play/zone.el (zone-hiding-mode-line): Rename from
2884         zone-hiding-modeline.  All callers changed.
2885         (zone): Remove unusued `modeline-hidden-level' property.
2887         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2888         xscheme-modeline-initialize.  All callers changed.
2890         * strokes.el (strokes-lighter): Rename from
2891         strokes-modeline-string.
2893         * textmodes/sgml-mode.el (html-face-tag-alist)
2894         (html-tag-face-alist): Use mode-line face instead of obsolete
2895         alias modeline.
2897 2012-06-02  Stefan Merten  <smerten@oekonux.de>
2899         * textmodes/rst.el: Always require `cl'.
2900         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
2902 2012-06-02  Chong Yidong  <cyd@gnu.org>
2904         * image.el (imagemagick-enabled-types): Rename from
2905         imagemagick-types-enable.  Add many more types.
2906         (imagemagick-types-inhibit): Change default to nil.
2907         (imagemagick-filter-types): Caller changed.
2909 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2911         * emacs-lisp/cl-macs.el: Use backquotes.
2912         (cl-transform-function-property): Use eval-and-compile rather than
2913         abusing `require'.
2914         (defstruct): Use declare-function instead of with-no-warnings.
2916         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2917         (byte-compile-output-docform): Re-add the print-circle bindings.
2918         (byte-compile-fix-header): Use #$ just because it's shorter.
2919         (byte-compile-output-file-form): Remove defun/defmacro.
2921 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
2923         * simple.el (choose-completion): Remove now obsolete binding for
2924         owindow.
2926 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
2928         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2929         in order to avoid "Stack overflow in regexp matcher".
2931 2012-05-31  Glenn Morris  <rgm@gnu.org>
2933         * image.el: For clarity, call imagemagick-register-types at
2934         top-level, rather than relying on a custom :initialize.
2935         (imagemagick-types-enable): New option.  (Bug#11557)
2936         (imagemagick-filter-types): New function.  (Bug#7406)
2937         (imagemagick-register-types): Use imagemagick-filter-types.
2938         If disabling support, remove elements altogether rather
2939         than using an impossible regexp.
2940         (imagemagick-types-inhibit): Give it the default init function.
2942 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2944         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2945         Handle arbitrary file name lengths (Bug#11585).
2947 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
2949         * desktop.el (desktop-read): Clear previous and next buffers for
2950         all windows and bury *Messages* buffer (bug#11556).
2952 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2954         Add `declare' for `defun'.  Align `defmacro's with it.
2955         * emacs-lisp/easy-mmode.el (define-minor-mode)
2956         (define-globalized-minor-mode): Don't autoload the var definitions.
2957         * emacs-lisp/byte-run.el: Use lexical-binding.
2958         (defun-declarations-alist, macro-declarations-alist): New vars.
2959         (defmacro, defun): Use them.
2960         (make-obsolete, define-obsolete-function-alias)
2961         (make-obsolete-variable, define-obsolete-variable-alias):
2962         Use `declare'.
2963         (macro-declaration-function): Mark obsolete.
2964         * emacs-lisp/autoload.el: Use lexical-binding.
2965         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
2967 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2969         * textmodes/ispell.el (ispell-with-no-warnings):
2970         Define as a macro.
2971         (ispell-kill-ispell, ispell-change-dictionary):
2972         Use `called-interactively-p' for Emacs instead of obsolete
2973         `interactive-p'.
2975 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2977         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2978         (macro-declaration-function): Move var from C code.
2979         (macro-declaration-function): Define function with defalias.
2980         * emacs-lisp/macroexp.el (macroexpand-all-1):
2981         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2982         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2983         defun/defmacro any more.
2984         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2985         Provide fallback for unknown arglist.
2986         (byte-compile-arglist-warn): Change calling convention.
2987         (byte-compile-output-file-form): Move print-vars binding.
2988         (byte-compile-output-docform): Simplify accordingly.
2989         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2990         (byte-compile-defmacro-declaration): Remove.
2991         (byte-compile-file-form-defmumble): Generalize to defalias.
2992         (byte-compile-output-as-comment): Return byte-positions.
2993         Simplify callers accordingly.
2994         (byte-compile-lambda): Use `assert'.
2995         (byte-compile-defun, byte-compile-defmacro): Remove.
2996         (byte-compile-file-form-defalias):
2997         Use byte-compile-file-form-defmumble.
2998         (byte-compile-defalias-warn): Remove.
3000 2012-05-29  Stefan Merten  <smerten@oekonux.de>
3002         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
3003         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
3005         (rst-mode-abbrev-table): Merge definition.
3006         (rst-mode): Make sure `font-lock-defaults' is buffer local.
3007         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
3009 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
3011         * calendar/icalendar.el
3012         (icalendar-export-region): Export UID properly.
3014 2012-05-29  Leo Liu  <sdl.web@gmail.com>
3015         * calendar/icalendar.el (icalendar-import-format):
3016         Add `icalendar-import-format-uid' (Bug#11525).
3017         (icalendar-import-format-uid): New.
3018         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
3019         Export UID.
3021 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3023         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
3024         different alternative patterns.
3025         (pcase-codegen): Be more careful to preserve identity.
3026         (pcase--u1): Don't forget to mark vars as used.
3028         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
3029         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
3030         (byte-compile-from-buffer): ...rather than here.
3032         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
3033         functions from byte-compile-function-environment.
3035 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
3037         * window.el (window-deletable-p): Avoid deleting the root window
3038         of a frame with an active minibuffer.
3040 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
3042         * simple.el (choose-completion): Use quit-window (Bug#11567).
3044 2012-05-29  Chong Yidong  <cyd@gnu.org>
3046         * whitespace.el (whitespace-cleanup): Fix usage of
3047         whitespace-empty-at-bob-regexp (Bug#11492).
3049 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3051         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
3052         revert (Bug#11488).
3054 2012-05-29  Juri Linkov  <juri@jurta.org>
3056         * isearch.el (isearch-mode-map): Bind `M-s _' to
3057         `isearch-toggle-symbol'.  Bind `M-s c' to
3058         `isearch-toggle-case-fold'.
3059         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
3060         (isearch-forward): Add `M-s _' to the docstring.
3061         (isearch-forward-symbol, isearch-toggle-case-fold)
3062         (isearch-symbol-regexp): New functions.  (Bug#11381)
3064 2012-05-29  Juri Linkov  <juri@jurta.org>
3066         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
3067         (isearch-occur, isearch-search-and-update): If `isearch-word' is
3068         a function, call it to get the regexp.
3069         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
3070         property `isearch-message-prefix' instead of the string "word ".
3071         (isearch-search-fun-default): For the case of `isearch-word',
3072         return a lambda that calls re-search-forward/re-search-backward
3073         with a regexp returned by `word-search-regexp' or by the function
3074         in `isearch-word'.
3076 2012-05-29  Juri Linkov  <juri@jurta.org>
3078         * isearch.el (isearch-search-fun-default): New function.
3079         (isearch-search-fun): Move default part to the new function
3080         `isearch-search-fun-default'.
3081         (isearch-search-fun-function): Set the default value to
3082         `isearch-search-fun-default'.  (Bug#11381)
3084         * comint.el (comint-history-isearch-end):
3085         Use `isearch-search-fun-default'.
3086         (comint-history-isearch-search): Use `isearch-search-fun-default'
3087         and remove spacial case for `isearch-word'.
3088         (comint-history-isearch-wrap): Remove spacial case for
3089         `isearch-word'.
3091         * hexl.el (hexl-isearch-search-function):
3092         Use `isearch-search-fun-default'.
3094         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
3095         Use `word-search-regexp' for `isearch-word'.
3097         * misearch.el (multi-isearch-search-fun):
3098         Use `isearch-search-fun-default'.
3100         * simple.el (minibuffer-history-isearch-search):
3101         Use `isearch-search-fun-default' and remove spacial case for
3102         `isearch-word'.
3103         (minibuffer-history-isearch-wrap): Remove spacial case for
3104         `isearch-word'.
3106         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
3107         Remove spacial case for `isearch-word'.
3108         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
3110 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3112         Decrease XEmacs incompatibilities.
3113         * textmodes/flyspell.el (flyspell-check-pre-word-p):
3114         Use `string-match'.
3115         (flyspell-delete-region-overlays): Use alternative definition for
3116         XEmacs.
3117         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
3118         (flyspell-word): Use `process-kill-without-query' if XEmacs.
3119         (flyspell-mode-on): Use `interactive-p' if XEmacs.
3120         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
3121         `define-obsolete-face-alias' under XEmacs, but old method.
3123         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
3124         `with-no-warnings' definition or Emacs alias.
3125         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
3126         (ispell-word): Do not use `region-p' if XEmacs.
3128 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3130         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3131         Check for `ispell-dictionary-base-alist' instead of full
3132         `ispell-dictionary-alist'.
3133         (ispell-init-process): Show spellchecker when starting new Ispell
3134         process.
3136 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3138         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
3139         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
3141 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
3143         * version.el (motif-version-string, gtk-version-string)
3144         (ns-version-string): Declare.
3146 2012-05-27  Juri Linkov  <juri@jurta.org>
3148         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
3149         after the `eval-defun-1' specialcaseing
3150         like in `edebug-eval-defun' (bug#10181).
3152         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
3153         like in `eval-defun-1'.
3155 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
3157         * mail/sendmail.el (mail-yank-region):
3158         Recognize rmail-yank-current-message in addition to insert-buffer.
3159         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
3160         a *mail* buffer created through rmail-start-mail with sendmail as
3161         mail-user-agent.
3163 2012-05-27  Chong Yidong  <cyd@gnu.org>
3165         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
3166         Default to 256 (Bug#11267).
3168         * help.el (describe-mode): Doc fix.
3170 2012-05-26  Glenn Morris  <rgm@gnu.org>
3172         * w32-fns.el (w32-init-info): Remove.
3173         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
3175         * info.el (info-initialize): For self-contained NS builds, put the
3176         included info/ directory at the front.  (Bug#2791)
3178         * paths.el (Info-default-directory-list): Make it a defcustom,
3179         mainly so that we can use custom-initialize-delay.
3181 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3183         * subr.el (buffer-has-markers-at): Mark obsolete.
3185         * subr.el (lambda): Use declare.
3187         * emacs-lisp/lisp-mode.el (lambda):
3188         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
3190 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3192         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
3194 2012-05-26  Glenn Morris  <rgm@gnu.org>
3196         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
3198 2012-05-25  Glenn Morris  <rgm@gnu.org>
3200         * paths.el: Remove no-byte-compile.
3201         * loadup.el: No need to load paths.el uncompiled.
3203         * image.el (imagemagick-types-inhibit): Doc fix.
3205         * version.el: Remove no-byte-compile and associated formatting.
3206         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
3207         is ancient code from when there was an "inc-vers.el".
3209 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3211         * progmodes/gdb-mi.el: Minor style changes.
3212         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
3213         Turn into minor modes.
3214         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
3215         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
3216         (gdb-shell): Remove unneeded let-binding.
3217         (gdb-get-many-fields): Eliminate O(n²) behavior.
3219 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
3221         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
3222         platforms that don't link in fontset.c.
3224 2012-05-25  Juri Linkov  <juri@jurta.org>
3226         Use the same diff color scheme as in modern VCSes (bug#10181).
3228         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
3229         to avoid confusion with `diff-added' that now uses green colors.
3230         (diff-removed): Use shades of red.
3231         (diff-added): Use shades of green.
3232         (diff-changed): Leave just the yellow color.
3233         (diff-use-changed-face): New variable.
3234         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
3235         how to highlight context diff changes.
3236         (diff-refine-change): Use shades of yellow.
3237         (diff-refine-removed): New face that uses shades of red.
3238         (diff-refine-added): New face that uses shades of green.
3239         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
3240         `diff-refine-removed' in the call to `smerge-refine-subst'
3241         depending on the value of `diff-use-changed-face'.
3243         * vc/smerge-mode.el (smerge-mine): Use shades of red.
3244         (smerge-other): Use shades of green.
3245         (smerge-base): Use shades of yellow.
3246         (smerge-refined-change): Empty face.
3247         (smerge-refined-removed): New face that uses shades of red.
3248         (smerge-refined-added): New face that uses shades of green.
3249         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
3250         args `props-r' and `props-a', and use them.  Doc fix.
3251         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
3252         on its value use different faces `smerge-refined-change',
3253         `smerge-refined-removed', `smerge-refined-added' in the call to
3254         `smerge-refine-subst'.
3256         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
3257         Add face condition `min-colors 88' with shades of red.
3258         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
3259         `min-colors 88' with shades of green.
3260         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
3261         `min-colors 88' with shades of yellow.
3263 2012-05-24  Glenn Morris  <rgm@gnu.org>
3265         * paths.el (prune-directory-list, remote-shell-program): Move to...
3266         * files.el (prune-directory-list, remote-shell-program): ...here.
3267         For the latter, delay initialization, prefer ssh, just search PATH.
3269         * paths.el (term-file-prefix): Move to faces.el (the only user).
3270         * faces.el (term-file-prefix): Move here, make it a defcustom.
3272         * paths.el (news-directory, news-path, news-inews-program):
3273         Move to gnus/nnspool.el.
3275         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
3277         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
3278         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
3279         Make the latter a defcustom, with a delayed initialization.
3281         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
3282         These were deleted from Gnus itself late 2010.
3284 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
3286         * progmodes/which-func.el (which-func-ff-hook):
3287         Check against user-error, not error.
3289         * emacs-lisp/edebug.el (top): Do not load or set up loading of
3290         cl-specs.el, which no longer exists.
3292 2012-05-22  Glenn Morris  <rgm@gnu.org>
3294         * info.el (info-emacs-bug): New command.
3295         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
3296         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
3298 2012-05-21  Glenn Morris  <rgm@gnu.org>
3300         * makefile.w32-in (update-subdirs-SH):
3301         * Makefile.in (update-subdirs): Update for moved update-subdirs.
3303 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3305         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
3307         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3308         Simplify Maven regexp, and make sure the file can't start with a space
3309         (bug#11517).
3311 2012-05-21  Glenn Morris  <rgm@gnu.org>
3313         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3314         Scrap superfluous subshells.
3316 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3318         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
3319         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
3321 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
3323         * calc/calc.el (calc-ensure-consistent-units): New variable.
3325         * calc/calc-units.el (math-consistent-units-p)
3326         (math-check-unit-consistency): New functions.
3327         (calc-quick-units, calc-convert-units):
3328         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
3329         is non-nil.
3330         (calc-extract-units): Fix typo.
3332 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3334         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
3336         * textmodes/flyspell.el: Commenting style, plus code simplifications.
3337         (flyspell-default-deplacement-commands): Don't spell check after
3338         repeated window/frame switches (e.g. triggered by mouse-movement).
3339         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
3340         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
3341         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
3342         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
3343         Remove unused vars.
3344         (flyspell-get-casechars, flyspell-get-not-casechars):
3345         Simplify; Don't bother removing a ] just to add it back.
3346         * textmodes/ispell.el (ispell-program-name): Use executable-find.
3348 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3350         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
3351         New functions.
3352         (math-function-table): Add support for more C functions.
3354 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3356         * textmodes/flyspell.el (flyspell-check-pre-word-p)
3357         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3358         Protect delay handling for otherchars against empty otherchars.
3360 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3362         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
3363         their respective macro declarations.
3364         * skeleton.el (define-skeleton):
3365         * progmodes/compile.el (define-compilation-mode):
3366         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
3367         (define-ibuffer-filter):
3368         * emacs-lisp/generic.el (define-generic-mode):
3369         * emacs-lisp/easy-mmode.el (define-minor-mode)
3370         (define-globalized-minor-mode):
3371         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
3372         * emacs-lisp/byte-run.el (defsubst):
3373         * custom.el (deftheme): Add doc-string metadata.
3375 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3377         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
3379 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3381         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
3383         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
3384         * emacs-lisp/cl-macs.el: Idem.
3385         * emacs-lisp/cl-specs.el: Remove.
3387 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3389         Minor renaming of internal CL functions and variables.
3390         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
3391         (cl--position): Rename from cl-position.
3392         (cl--delete-duplicates): Rename from cl-delete-duplicates.
3393         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
3394         (cl--random-state): Rename from *random-state*.
3396 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3398         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
3399         parens around the arg list (bug#11499).
3401 2012-05-17  Juri Linkov  <juri@jurta.org>
3403         * isearch.el (word-search-regexp, word-search-backward)
3404         (word-search-forward, word-search-backward-lax)
3405         (word-search-forward-lax): Move functions from search.c
3406         (bug#10145, bug#11381).
3408 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3410         * textmodes/flyspell.el (flyspell-check-pre-word-p)
3411         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3412         Delay for otherchars as for normal word components.
3414 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3416         * minibuffer.el (completion--sifn-requote): Fix last change.
3417         (minibuffer-local-must-match-filename-map):
3418         Move define-obsolete-variable-alias before its var.
3420 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3422         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3424         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3425         behavior.
3426         (completion--string-equal-p): New function.
3427         (completion--twq-all): Use it to get better assertion failure data.
3429         Only handle ".." and '..' quoting in shell-mode (bug#11466).
3430         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3431         (shell--requote-argument): New functions.
3432         (shell-completion-vars): Use them.
3433         (shell--parse-pcomplete-arguments): Rename from
3434         shell-parse-pcomplete-arguments.
3435         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
3436         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3437         Obey comint-file-name-quote-list.
3439         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3440         (smie-indent-keyword): Use it.
3442 2012-05-14  Stefan Merten  <smerten@oekonux.de>
3444         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3446 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3448         * net/rlogin.el (rlogin-mode-map): Fix last change.
3450 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
3452         * mail/smtpmail.el (smtpmail-send-command): Send the command and
3453         the following \r\n using a single `process-send-string', since the
3454         Lotus SMTP server refuses to accept any commands if they are sent
3455         with two `process-send-string's (Bug#11444).
3457 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3459         * shell.el (shell-parse-pcomplete-arguments):
3460         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
3462 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
3464         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
3465         (image-transform-scale, image-transform-right-angle-fudge): New vars.
3466         (image-transform-width, image-transform-fit-width): New functions.
3467         (image-transform-properties): Use them.
3468         (image-transform-check-size): New function.
3469         (image-toggle-display-image): Use it (for testing).
3470         (image-transform-set-rotation): Reduce angle mod 360.
3471         Delete obsolete comment.
3473 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
3475         * image-mode.el: Fix scaling (bug#11399).
3476         (image-transform-resize): Doc fix.
3477         (image-transform-properties): Default scale is 1 and height should
3478         be an integer.
3480 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
3482         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3483         than hard-coding `car', to fix misbehavior when moving forward.
3485 2012-05-13  Chong Yidong  <cyd@gnu.org>
3487         * emacs-lisp/tabulated-list.el (tabulated-list-format)
3488         (tabulated-list-entries, tabulated-list-padding)
3489         (tabulated-list-sort-key): Make permanent-local.
3491         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3492         (electric-buffer-list): Put electric buffer menu
3493         command descriptions in this docstring, instead of the docstring
3494         of electric-buffer-menu-mode.  Code cleanups.
3495         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
3496         Electric-buffer-menu-mode.
3497         (electric-buffer-update-highlight): Minor code cleanup.
3499 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
3501         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3502         (Bug#11447)
3504 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3506         Move define-obsolete-variable-alias before the var's definition.
3507         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3508         * tooltip.el (tooltip-hook):
3509         * textmodes/reftex-toc.el (reftex-toc-map):
3510         * textmodes/reftex-sel.el (reftex-select-label-map)
3511         (reftex-select-bib-map):
3512         * textmodes/reftex-index.el (reftex-index-map)
3513         (reftex-index-phrases-map):
3514         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3515         * progmodes/meta-mode.el (meta-mode-map):
3516         * novice.el (disabled-command-hook):
3517         * loadhist.el (unload-hook-features-list):
3518         * frame.el (blink-cursor):
3519         * files.el (find-file-not-found-hooks, write-file-hooks)
3520         (write-contents-hooks):
3521         * emulation/tpu-edt.el (GOLD-map):
3522         * emacs-lock.el (emacs-lock-from-exiting):
3523         * emacs-lisp/generic.el (generic-font-lock-defaults):
3524         * emacs-lisp/chart.el (chart-map):
3525         * dos-fns.el (register-name-alist):
3526         * dired-x.el (dired-omit-files-p):
3527         * desktop.el (desktop-enable):
3528         * cus-edit.el (custom-mode-hook):
3529         * buff-menu.el (buffer-menu-mode-hook):
3530         * bookmark.el (bookmark-read-annotation-text-func)
3531         (bookmark-exit-hooks):
3532         * allout.el (allout-mode-deactivate-hook)
3533         (allout-exposure-change-hook, allout-structure-added-hook)
3534         (allout-structure-deleted-hook, allout-structure-shifted-hook):
3535         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3536         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3537         comes before the corresponding variable's definition.
3539 2012-05-12  Chong Yidong  <cyd@gnu.org>
3541         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
3542         (Buffer-menu-mouse-select): Restore function (Bug#11459).
3543         (Buffer-menu-mode-map): Bind it.
3544         (Buffer-menu--pretty-name): Add a mouse-face property.
3546 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3548         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
3549         (prolog-upper-case-string, prolog-lower-case-string)
3550         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3551         (prolog-use-smie, prolog-smie-grammar): New vars.
3552         (prolog-smie-forward-token, prolog-smie-backward-token)
3553         (prolog-smie-rules): New funs.
3554         (prolog-comment-indent): Remove.
3555         (prolog-mode-variables): Use default comment indentation instead.
3556         Setup SMIE.
3557         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3558         (prolog-mode): Don't call them any more.
3559         (prolog-electric-colon, prolog-electric-dash)
3560         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3562         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3564         * minibuffer.el (completion--twq-all): Again, allow case differences.
3566         * term.el: Move keymap initialization code to be more idiomatic.
3567         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3568         (term-terminal-menu): Move initialization into declaration.
3569         (term-escape-char): Let the user set it in her .emacs.
3571         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3572         Provide SMIE-based indentation (not enabled by default yet).
3573         (sh-mode-map): Don't bind electric keys.
3574         Use electric-pair-mode instead of skeleton-pair.
3575         (sh-assignment-regexp): Fit within 80 columns.
3576         (sh-indent-supported): Specify actual shell name instead of boolean.
3577         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3578         (sh-maybe-here-document): Use it.  Make obsolete.
3579         (sh-electric-here-document-mode) New minor mode.
3580         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
3581         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3582         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3583         (sh-smie-rc-grammar, sh-use-smie): New vars.
3584         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3585         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3586         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3587         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3588         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3589         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3590         (sh-set-shell): Use smie-setup if requested.
3592         * term.el (term-set-escape-char): Properly set term-escape-char.
3593         See http://stackoverflow.com/questions/10524656.
3595 2012-05-10  Chong Yidong  <cyd@gnu.org>
3597         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3598         Use url-generic-parse-url, and handle host names and Windows
3599         filenames properly.
3600         (ffap-url-unwrap-remote): Use url-generic-parse-url.
3601         (ffap-url-unwrap-remote): Accept list values, specifying a list of
3602         URL schemes to work on.
3603         (ffap--toggle-read-only): New function.
3604         (ffap-read-only, ffap-read-only-other-window)
3605         (ffap-read-only-other-frame): Use it.
3606         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3607         necessary for ffap-url-unwrap-remote.
3609 2012-05-10  Dave Abrahams  <dave@boostpro.com>
3611         * cus-start.el (create-lockfiles): Add it.
3613 2012-05-09  Chong Yidong  <cyd@gnu.org>
3615         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3616         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3618 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * shell.el (shell-completion-vars): Fix last change (bug#11348).
3622 2012-05-09  Chong Yidong  <cyd@gnu.org>
3624         * ansi-color.el (ansi-color-process-output): Check for validity of
3625         comint-last-output-start before using it.  This avoids a bad
3626         interaction with gdb-mi's input/output buffer.
3628 2012-05-09  Glenn Morris  <rgm@gnu.org>
3630         * files.el (dir-locals-read-from-file):
3631         Mention dir-locals in any error message.
3633 2012-05-09  Chong Yidong  <cyd@gnu.org>
3635         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3636         package (Bug#11410).
3638         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3639         variables into description.
3641 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3643         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3644         shell-delimiter-argument-list (bug#11348).
3645         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3647 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
3649         * textmodes/rst.el: Silence byte-compiler warnings.
3650         (rst-re-alist, rst-reset-section-caches): Move around.
3651         (rst-re): Use `characterp', not `char-valid-p'.
3652         (font-lock-beg, font-lock-end): Declare.
3654         * progmodes/idlw-shell.el (specs): Remove reference to deleted
3655         variable `idlwave-shell-activate-alt-keybindings' and simplify.
3657         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3659 2012-05-08  Glenn Morris  <rgm@gnu.org>
3661         * files.el (auto-mode-alist): Treat ".make" like ".mk".
3663 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3665         * vc/log-edit.el: Add GNU coding standards highlighting.
3666         (log-edit-font-lock-gnu-style)
3667         (log-edit-font-lock-gnu-keywords): New vars.
3668         (log-edit-font-lock-keywords): New fun.
3669         (log-edit-mode): Don't fold case in font-lock.
3670         (log-edit-font-lock-keywords): Do not assume case-folding.
3672         * imenu.el: Misc cleanup.  Make docstrings out of comments.
3673         Use lexical-binding.
3674         (imenu--index-alist, imenu--last-menubar-index-alist)
3675         (imenu-menubar-modified-tick): Use defvar-local.
3676         (imenu--split-menu): Remove unused var.
3677         (imenu--cleanup-seen): Declare as global.
3678         (imenu--cleanup): Use dolist.
3680         * subr.el (defvar-local): Add debug spec and doc-string position.
3682 2012-05-08  Glenn Morris  <rgm@gnu.org>
3684         * language/burmese.el, language/cham.el, language/czech.el:
3685         * language/english.el, language/georgian.el, language/greek.el:
3686         * language/japanese.el, language/khmer.el, language/korean.el:
3687         * language/lao.el, language/misc-lang.el, language/romanian.el:
3688         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3689         * language/thai.el, language/utf-8-lang.el:
3690         Remove no-byte-compile setting.
3692         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
3694 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3696         * progmodes/make-mode.el (makefile-browse):
3697         Remove unnecessary interactive.  (Bug#11324)
3699 2012-05-07  Glenn Morris  <rgm@gnu.org>
3701         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3703         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3705 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * loadup.el: Preload newcomment.el.
3708         * newcomment.el: Move autoload-only code to toplevel.
3710         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3711         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3712         Handle new :right-align column property.
3713         (tabulated-list-print-col): Idem, plus use `display' text-property to
3714         try and preserve alignment for variable pitch fonts.
3716 2012-05-07  Chong Yidong  <cyd@gnu.org>
3718         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3719         (tabulated-list-use-header-line): New var.
3720         (tabulated-list-init-header): Use it.
3721         (tabulated-list-print-fake-header): New function.
3722         (tabulated-list-print): Use it.
3723         (tabulated-list-sort-button-map): Add non-header-line commands.
3724         (tabulated-list-init-header): Add column name property to basic
3725         labels as well.
3726         (tabulated-list-col-sort): Handle non-header-line button case.
3727         (tabulated-list--sort-by-column-name): Fix a corner case.
3729         * buff-menu.el (list-buffers--refresh):
3730         Handle Buffer-menu-use-header-line.
3732 2012-05-06  Chong Yidong  <cyd@gnu.org>
3734         * buff-menu.el: Convert to Tabulated List mode.
3735         (Buffer-menu-buffer+size-width): Make obsolete.
3736         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3737         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3738         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
3739         documentation into docstring of buffer-menu.
3740         (Buffer-menu-toggle-files-only): Add an informative message.
3741         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3742         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3743         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3744         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3745         (Buffer-menu-execute, Buffer-menu-select)
3746         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3747         (Buffer-menu-bury): Use Tabulated List machinery.
3748         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3749         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
3750         Delete.
3751         (list-buffers--refresh): New function.
3752         (list-buffers-noselect): Use it.
3753         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3754         (Buffer-menu--pretty-file-name): New helper functions.
3756         * loadup.el: Preload tabulated-list.
3758         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3759         tabulated-list-sort-column.
3760         (tabulated-list-init-header): Add the initial aligning space even
3761         if tabulated-list-padding is zero.
3763 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
3765         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3766         whose cdr is not a cons cell correctly (bug#11038).
3768 2012-05-06  Chong Yidong  <cyd@gnu.org>
3770         * emacs-lisp/tabulated-list.el (tabulated-list-format):
3771         Accept additional plist in column descriptors.
3772         (tabulated-list-init-header): Obey it.
3773         (tabulated-list-get-entry): New function.
3774         (tabulated-list-put-tag): Use it.  Use string-width instead of
3775         length.
3776         (tabulated-list--column-number): New function.
3777         (tabulated-list-print): Use it.
3778         (tabulated-list-print-col): New function.
3779         Set `tabulated-list-column-name' property on each column's text.
3780         (tabulated-list-print-entry): Use it.
3781         (tabulated-list-delete-entry, tabulated-list-set-col):
3782         New functions.
3783         (tabulated-list-sort-column): New command (Bug#11337).
3785         * buff-menu.el (list-buffers): Move C-x C-b binding from
3786         buff-menu.el to bindings.el.
3788         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3789         :advertised-binding feature.
3791 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
3793         * progmodes/compile.el (compilation-internal-error-properties):
3794         Calculate start position correctly when end-col is set but
3795         end-line is not (Bug#11382).
3797 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
3799         * man.el (Man-unindent): Use text-property-default-nonsticky to
3800         prevent untabify from inheriting face properties (Bug#11408).
3802 2012-05-05  Stefan Merten  <smerten@oekonux.de>
3804         * textmodes/rst.el: Major merge with upstream development up to
3805         Docutils SVN r7399 / rst.el V1.2.1.
3807         Clarify maintainership and authors.
3809         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3810         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3811         (rst-official-version, rst-official-cvs-rev, rst-version)
3812         (rst-package-emacs-version-alist): New functions and variables
3813         for version information.
3815         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3816         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3817         (rst-mode-syntax-table, rst-mode): New and corrected functions
3818         and variables representing reStructuredText features.
3820         (rst-re): New function for reStructuredText regexes.  Use in
3821         many places.
3823         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3824         (rst-mode-map): Rebind keys.
3826         (rst-mode-lazy, rst-font-lock-keywords)
3827         (rst-font-lock-extend-region)
3828         (rst-font-lock-extend-region-internal)
3829         (rst-font-lock-extend-region-extend)
3830         (rst-font-lock-find-unindented-line-limit)
3831         (rst-font-lock-find-unindented-line-match)
3832         (rst-adornment-level, rst-font-lock-adornment-level)
3833         (rst-font-lock-adornment-match)
3834         (rst-font-lock-handle-adornment-pre-match-form)
3835         (rst-font-lock-handle-adornment-matcher): Major revision of
3836         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
3838         (rst-preferred-adornments, rst-adjust-hook)
3839         (rst-new-adornment-down, rst-preferred-bullets)
3840         (rst-preferred-bullets, rst-indent, rst-indent-width)
3841         (rst-indent-field, rst-indent-literal-normal)
3842         (rst-indent-literal-minimized, rst-indent-comment): Change,
3843         extend and improve customization.
3845         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3846         (rst-normalize-cursor-position, rst-get-decoration)
3847         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3848         (rst-rstrip, rst-toc-insert-find-delete-contents)
3849         (rst-shift-fill-region, rst-compute-bullet-tabs)
3850         (rst-debug-print-tabs, rst-debug-mark-found)
3851         (rst-shift-region-guts, rst-shift-region-right)
3852         (rst-shift-region-left, rst-use-char-classes)
3853         (rst-font-lock-keywords-function)
3854         (rst-font-lock-indentation-point)
3855         (rst-font-lock-find-unindented-line-begin)
3856         (rst-font-lock-find-unindented-line-end)
3857         (rst-font-lock-find-unindented-line)
3858         (rst-font-lock-adornment-point, rst-font-lock-level)
3859         (rst-adornment-level-alist): Remove functions and variables.
3861         (rst-compare-adornments, rst-get-adornment-match)
3862         (rst-suggest-new-adornment, rst-get-adornments-around)
3863         (rst-adornment-complete-p, rst-get-next-adornment)
3864         (rst-adjust-adornment, rst-display-adornments-hierarchy)
3865         (rst-straighten-adornments): Standardize function names to
3866         use "adornment" instead of "decoration".  Correct callers.
3867         Similar standardizing in many places.
3869         (rst-update-section, rst-adjust, rst-promote-region)
3870         (rst-enumerate-region, rst-bullet-list-region)
3871         (rst-repeat-last-character): Correct use of `interactive'.
3873         (rst-classify-adornment, rst-find-all-adornments)
3874         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3875         (rst-find-leftmost-column, rst-repeat-last-character):
3876         Refactor functions.
3878         (rst-find-title-line, rst-reset-section-caches)
3879         (rst-get-adornments-around, rst-adjust-adornment-work)
3880         (rst-arabic-to-roman, rst-roman-to-arabic)
3881         (rst-insert-list-pos, rst-insert-list-new-item)
3882         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3883         New functions.
3885         (rst-all-sections, rst-section-hierarchy)
3886         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3887         New variables.
3889         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3890         configuration instead of only buffer.  Change where necessary.
3892         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3893         (rst-shift-region, rst-adaptive-fill): New functions for
3894         indentation and filling.
3896         (rst-comment-line-break, rst-comment-indent)
3897         (rst-comment-insert-comment, rst-comment-region)
3898         (rst-uncomment-region): New functions for handling comments.
3900         (rst-compile): Quote shell arguments.
3902         (rst-compile-pdf-preview, rst-compile-slides-preview):
3903         Delete temporary files after use.
3905 2012-05-05  Glenn Morris  <rgm@gnu.org>
3907         * calendar/cal-html.el: Optionally include holidays in the output.
3908         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3909         (cal-html-holidays): New option.
3910         (cal-html-css-default): Add holiday entry.
3911         (holiday-in-range): Autoload it.
3912         (cal-html-htmlify-entry): Add optional class argument.
3913         (cal-html-htmlify-list): Add optional holidays argument.
3914         (cal-html-insert-agenda-days): Include holidays in the output.
3915         (cal-html-one-month): Maybe include holidays.
3917         * calendar/holidays.el (holiday-in-range):
3918         Move here from cal-tex-list-holidays.
3919         * calendar/cal-tex.el (cal-tex-list-holidays):
3920         Make it an obsolete alias for holiday-in-range.  Update all callers.
3922 2012-05-05  Chong Yidong  <cyd@gnu.org>
3924         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3925         Nextstep.
3927 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
3929         * files.el (file-auto-mode-skip): New var.
3930         (set-auto-mode-1): Use it.
3932 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3934         * repeat.el: Use lexical-binding.
3935         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3936         (repeat-undo-count): Remove.
3937         (repeat):
3938         * progmodes/octave-mod.el (octave-abbrev-start):
3939         * progmodes/f90.el (f90-abbrev-start):
3940         * face-remap.el (text-scale-adjust):
3941         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3943         * emacs-lisp/pcase.el (pcase--let*): New function.
3944         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3945         a bit more.
3946         (pcase--split-pred): Be more clever about ruling out overlap between
3947         a predicate and some constant pattern.
3948         (pcase--q1): Use `null' instead of (eq foo nil).
3950         * subr.el (setq-local, defvar-local): New macros.
3951         (kbd): Redefine as an alias.
3952         (with-selected-window): Leave unrelated frames alone.
3953         (set-temporary-overlay-map): New function.
3955 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3957         * subr.el (user-error): New function.
3958         * window.el (switch-to-buffer):
3959         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3960         (smerge-match-conflict):
3961         * simple.el (previous-matching-history-element)
3962         (next-matching-history-element, goto-history-element, undo-more)
3963         (undo-start):
3964         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3965         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3966         (next-file, tags-loop-scan, list-tags, complete-tag):
3967         * progmodes/compile.el (compilation-loop):
3968         * mouse.el (mouse-minibuffer-check):
3969         * man.el (Man-bgproc-sentinel, Man-goto-page):
3970         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3971         (Info-history-forward, Info-follow-reference, Info-menu)
3972         (Info-extract-menu-item, Info-extract-menu-counting)
3973         (Info-forward-node, Info-backward-node, Info-next-menu-item)
3974         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3975         (Info-next-reference, Info-prev-reference, Info-index)
3976         (Info-index-next, Info-follow-nearest-node)
3977         (Info-copy-current-node-name):
3978         * imenu.el (imenu--make-index-alist)
3979         (imenu-default-create-index-function, imenu-add-to-menubar):
3980         * files.el (basic-save-buffer, recover-file):
3981         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3982         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3983         (checkdoc-message-text, checkdoc-defun):
3984         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3985         * cus-edit.el (customize-changed-options, customize-rogue)
3986         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3987         (custom-variable-mark-to-reset-standard)
3988         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3989         (custom-file):
3990         * completion.el (check-completion-length):
3991         * comint.el (comint-search-arg)
3992         (comint-previous-matching-input-string-position)
3993         (comint-previous-matching-input)
3994         (comint-replace-by-expanded-history-before-point, comint-send-input)
3995         (comint-copy-old-input, comint-backward-matching-input)
3996         (comint-goto-process-mark, comint-set-process-mark):
3997         * calendar/calendar.el (calendar-cursor-to-date): Use it.
3998         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
4000 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4002         * dabbrev.el (dabbrev--ignore-case-p): New function.
4003         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
4004         Use it.
4006         * files.el (automount-dir-prefix): Mark as obsolete.
4008 2012-05-04  Glenn Morris  <rgm@gnu.org>
4010         * patcomp.el, play/bruce.el: Move to obsolete/.
4012 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
4014         Fix minor Y10k bugs.
4015         * arc-mode.el (archive-unixdate):
4016         * autoinsert.el (auto-insert-alist):
4017         * calc/calc-forms.el (math-this-year):
4018         * emacs-lisp/copyright.el (copyright-current-year)
4019         (copyright-update-year, copyright):
4020         * tar-mode.el (tar-clip-time-string):
4021         * time.el (display-time-update):
4022         Don't assume years have 4 digits.
4024 2012-05-04  Chong Yidong  <cyd@gnu.org>
4026         * dos-w32.el (file-name-buffer-file-type-alist)
4027         (direct-print-region-use-command-dot-com):
4028         * ffap.el (ffap-menu-regexp):
4029         * find-file.el (ff-special-constructs):
4030         * follow.el (follow-debug):
4031         * forms.el (forms--debug):
4032         * iswitchb.el (iswitchb-all-frames):
4033         * ido.el (ido-all-frames):
4034         * emacs-lisp/timer.el (timer-max-repeats):
4035         * mail/feedmail.el (feedmail-mail-send-hook)
4036         (feedmail-mail-send-hook-queued):
4037         * mail/footnote.el (footnote-signature-separator):
4038         * mail/mailabbrev.el (mail-alias-separator-string)
4039         (mail-abbrev-mode-regexp):
4040         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
4041         * progmodes/idlwave.el (idlwave-libinfo-file)
4042         (idlwave-default-completion-case-is-down)
4043         (idlwave-library-routines): Convert defvars to defcustoms.
4045         * mail/rmail.el (rmail-decode-mime-charset):
4046         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
4047         (idlwave-shell-fix-inserted-breaks)
4048         (idlwave-shell-activate-alt-keybindings)
4049         (idlwave-shell-use-breakpoint-glyph):
4050         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
4052 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4054         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
4056 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
4058         * progmodes/verilog-mode.el (font-lock-keywords):
4059         Fix mis-highligting auto.  Reported by Craig Barner.
4060         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
4061         defines from global name space. Reported by Dan Dever.
4062         (verilog-auto-reset, verilog-auto-reset-widths)
4063         (verilog-auto-tieoff): Support using unbased numbers for
4064         AUTORESET and AUTOTIEOFF.
4065         (verilog-submit-bug-report): Update variable list.
4066         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
4067         parenthesis from not matching. Reported by Michael Rytting.
4068         (verilog-auto-template-lint): Fix hash error when linting modules
4069         with no used templates.
4070         (verilog-warn, verilog-warn-error)
4071         (verilog-warn-fatal): When non-interactive report multiple
4072         warnings before exiting.  Suggested by Brad Dobbie.
4073         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
4074         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
4075         to report unused template errors.  Reported by Brad Dobbie.
4076         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
4077         nets, bug438. Reported by Vns Blore.
4078         (verilog-auto-inout-module, verilog-auto-reg)
4079         (verilog-read-decls, verilog-read-sub-decls-sig)
4080         (verilog-signals-edit-wire-reg, verilog-signals-with):
4081         Fix passing of Verilog data types in ANSI input/output ports
4082         such as "output logic" into the AUTOs. Special case "wire" and
4083         "reg" for backwards compatibility presuming Verilog 2001.
4084         (verilog-auto-ascii-enum): Add "auto enum" as alias.
4085         (verilog-preprocess): Fix replication of preprocess output.
4086         Reported by Brad Dobbie.
4087         (verilog-auto-inst-interfaced-ports):
4088         Create verilog-auto-inst-interfaced-ports, bug429.
4089         Reported by Julian Gorfajn.
4090         (verilog-after-save-font-hook)
4091         (verilog-before-save-font-hook): New variable.
4092         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
4093         (verilog-save-font-mods): Wrap disabling fontification, reported
4094         by David Rogoff.
4095         (verilog-do-indent, verilog-pretty-declarations-auto)
4096         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
4097         Reported by Pierre-David Pfister.
4098         (verilog-set-auto-endcomments): Fix endtask auto comments outside
4099         of class declarations, bug292.  Reported by Kevin Heilman.
4100         (verilog-read-decls): Fix 'parameter type' not appearing in
4101         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
4102         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
4103         AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
4104         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
4105         Reported by David Kravitz.
4107 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
4109         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
4110         assignment with tests in ifs and for loops.
4111         (verilog-extended-complete-re, verilog-complete-reg): Change so
4112         that DPI inport functions don't look like fuction declarations.
4113         (verilog-pretty-expr): Don't line up assignment
4114         operations to the test and increment in if and for loops
4115         (verilog-extended-complete-re, verilog-complete-reg): Change so
4116         that DPI inport functions don't look like fuction declarations.
4118 2012-05-03  Kenichi Handa  <handa@m17n.org>
4120         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
4121         decoding, and show a warning message without signaling an error
4122         (Bug#11282).
4124 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4126         * emacs-lisp/bytecomp.el
4127         (byte-compile-file-form-custom-declare-variable): Compile all elements,
4128         since cconv.el might have introduced :fun-body, internal-make-closure,
4129         and friends for bytecomp to handle (bug#11391).
4130         * custom.el (defcustom): Avoid ((λ ..) ..).
4132 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4134         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
4136 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
4138         * notifications.el (dbus-debug):
4139         * term/linux.el (gpm-mouse-enable):
4140         * term/screen.el (xterm-register-default-colors): Declare.
4142 2012-05-02  Chong Yidong  <cyd@gnu.org>
4144         * cus-start.el (gc-cons-percentage, exec-suffixes)
4145         (dos-display-scancodes, dos-hyper-key, dos-super-key)
4146         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
4147         (make-cursor-line-fully-visible, void-text-area-pointer)
4148         (font-list-limit): Add customization data.
4150         * allout.el (allout-exposure-change-functions)
4151         (allout-structure-added-functions)
4152         (allout-structure-deleted-functions)
4153         (allout-structure-shifted-functions): Rename abnormal hooks from
4154         *-hook, and convert to defcustoms.
4155         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
4156         Convert to defcustoms.
4157         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
4159         * allout-widgets.el: Hook callers changed.
4161 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
4163         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
4164         the yanked message in preference to the default value of
4165         buffer-file-coding-system.
4167 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
4169         * window.el (display-buffer--action-function-custom-type):
4170         Fix entry.
4172 2012-05-02  Alan Mackenzie  <acm@muc.de>
4174         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
4176 2012-05-01  Glenn Morris  <rgm@gnu.org>
4178         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
4180         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
4182         * cus-edit.el (custom-variable-documentation): Simplify with format.
4184 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
4185             Stefan Monnier  <monnier@iro.umontreal.ca>
4187         * simple.el (suggest-key-bindings, execute-extended-command):
4188         Move from keyboard.c.
4190 2012-05-01  Chong Yidong  <cyd@gnu.org>
4192         * follow.el: Eliminate advice.
4193         (set-process-filter, process-filter, sit-for): Advice deleted.
4194         (follow-mode-off-hook): Obsolete hook removed.
4195         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
4196         Vars deleted.
4197         (follow-auto): Use a :set function.
4198         (follow-mode): Rewritten.  Don't advise process filters.
4199         (follow-switch-to-current-buffer-all, follow-scroll-up)
4200         (follow-scroll-down): Assume follow-mode is bound.
4201         (follow-comint-scroll-to-bottom)
4202         (follow-align-compilation-windows): New functions.
4203         (follow--window-sorter): New function.
4204         (follow-all-followers): Use it to explicitly sort windows by their
4205         positions; don't make assumptions about next-window order.
4206         (follow-windows-start-end, follow-delete-other-windows-and-split)
4207         (follow-calc-win-start): Doc fix.
4208         (follow-windows-aligned-p, follow-select-if-visible): Don't call
4209         vertical-motion unnecessarily.
4210         (follow-adjust-window): New function.
4211         (follow-post-command-hook): Use it.
4212         (follow-call-set-process-filter, follow-call-process-filter)
4213         (follow-intercept-process-output, follow-tidy-process-filter-alist)
4214         (follow-stop-intercept-process-output, follow-generic-filter):
4215         Functions deleted.
4216         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
4217         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
4218         New functions, replacing advice on scroll-bar-* commands.
4219         (follow-mwheel-scroll): New function (Bug#4112).
4221         * comint.el (comint-adjust-point): New function.
4222         (comint-postoutput-scroll-to-bottom): Use it.
4223         Call follow-comint-scroll-to-bottom for Follow mode buffers.
4225 2012-05-01  Glenn Morris  <rgm@gnu.org>
4227         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
4228         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
4229         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
4230         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
4231         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
4232         Remove no-byte-compile setting.
4234 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4236         * minibuffer.el (completion-table-with-quoting): Fix compatibility
4237         all-completions code to not return a number in the last cdr.
4239 2012-04-30  Leo Liu  <sdl.web@gmail.com>
4241         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
4242         read-only error.
4244 2012-04-29  Chong Yidong  <cyd@gnu.org>
4246         * follow.el (follow-calc-win-end): Rewrite to handle partial
4247         screen lines correctly (Bug#8390).
4248         (follow-avoid-tail-recenter): Minor cleanup.
4250 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4252         Avoid the obsolete `assoc' package.
4253         * speedbar.el (speedbar-refresh): Avoid adelete.
4254         (speedbar-file-lists): Simplify and avoid aput.
4255         * man.el (Man--sections, Man--refpages): New vars, replacing
4256         Man-sections-alist and Man-refpages-alist.
4257         (Man-build-section-alist, Man-build-references-alist):
4258         Use them; avoid aput.
4259         (Man--last-section, Man--last-refpage): New vars.
4260         (Man-follow-manual-reference): Use them.
4261         Use the `default' arg of completing-read.
4262         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
4264 2012-04-27  Chong Yidong  <cyd@gnu.org>
4266         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
4268         * startup.el (x-apply-session-resources): New function.
4270         * term/ns-win.el (ns-initialize-window-system):
4271         * term/w32-win.el (w32-initialize-window-system):
4272         * term/x-win.el (x-initialize-window-system): Use it to properly
4273         set menu-bar-mode and other vars from X resources, even if the
4274         initial frame is not a window-system frame (Bug#2299).
4276         * subr.el (read-key): Avoid running filter function when setting
4277         up temporary tool bar entries (Bug#9922).
4279 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4281         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
4282         (Bug#11344)
4284 2012-04-27  Chong Yidong  <cyd@gnu.org>
4286         * select.el (xselect--encode-string): New function, split from
4287         xselect-convert-to-string.
4288         (xselect-convert-to-string): Use it.
4289         (xselect-convert-to-filename, xselect-convert-to-os)
4290         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
4291         returned strings are properly encoded (Bug#11315).
4293 2012-04-27  Chong Yidong  <cyd@gnu.org>
4295         * simple.el (delete-active-region): Move to killing custom group.
4297 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
4299         * progmodes/which-func.el (which-func-current): Quote %
4300         characters for mode-line processing.
4302 2012-04-27  Chong Yidong  <cyd@gnu.org>
4304         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
4305         reaching eob (Bug#11286).
4307 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
4309         * progmodes/gdb-mi.el (gdb-control-level): New variable.
4310         (gdb): Make it buffer-local and init to zero.
4311         (gdb-control-commands-regexp): New variable.
4312         (gdb-send): Don't wrap in "-interpreter-exec console" if
4313         gdb-control-level is positive.  Increment gdb-control-level
4314         whenever the command matches gdb-control-commands-regexp, and
4315         decrement it each time the command is "end".  (Bug#11279)
4317 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
4319         * window.el (adjust-window-trailing-edge, enlarge-window)
4320         (shrink-window, window-resize):
4321         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
4322         windows (Bug#11276).
4324 2012-04-27  Chong Yidong  <cyd@gnu.org>
4326         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
4327         fix "missing prefix" warning.  All callers changed.
4329 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4331         * emacs-lisp/assoc.el: Move to obsolete/.
4333 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4335         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
4337         * term/ns-win.el (ns-define-service):
4338         * progmodes/pascal.el (pascal-goto-defun):
4339         * progmodes/js.el (js--read-tab):
4340         * progmodes/etags.el (tags-lazy-completion-table):
4341         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
4342         * emacs-lisp/ewoc.el (ewoc--wrap):
4343         * emacs-lisp/assoc.el (aput, adelete, amake):
4344         * doc-view.el (doc-view-convert-current-doc):
4345         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
4347 2012-04-26  Chong Yidong  <cyd@gnu.org>
4349         * image.el (image-type-from-buffer): Only return supported image
4350         type (Bug#9045).
4352         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
4353         value, for symmetry with diff-end-of-hunk.
4354         (diff-split-hunk, diff-find-source-location)
4355         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
4356         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
4357         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
4358         compute the relevant hunk or file properly (Bug#6005).
4359         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
4361 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4363         * vc/vc-mtn.el:
4364         * vc/vc-hg.el:
4365         * vc/vc-git.el:
4366         * vc/vc-dir.el:
4367         * vc/vc-cvs.el:
4368         * vc/vc-bzr.el:
4369         * vc/vc-arch.el:
4370         * vc/vc.el: Replace lexical-let by lexical-binding.
4371         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
4372         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
4373         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
4375 2012-04-26  Chong Yidong  <cyd@gnu.org>
4377         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
4378         (diff-mode-shared-map): Bind it to / and [remap undo].
4380         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
4381         (ediff-window-setup-function): Use it as the default, to set up
4382         windows based on whether the current frame is graphical (Bug#2138).
4383         (ediff-choose-window-setup-function-automatically): Make obsolete.
4385         * vc/ediff-init.el: Always define ediff-pixel-width/height.
4387 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4389         * ffap.el: Remove old code for obsolete package.
4390         (ffap-complete-as-file-p): Remove.
4392         Use completion-table-with-quoting for comint and pcomplete.
4393         * comint.el (comint--unquote&requote-argument)
4394         (comint--unquote-argument, comint--requote-argument): New functions.
4395         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
4396         (comint-quote-filename): Use regexp-opt-charset.
4397         (comint--common-suffix, comint--common-quoted-suffix)
4398         (comint--table-subvert): Remove.
4399         (comint-unquote-function, comint-requote-function): New vars.
4400         (comint--complete-file-name-data): Use them with
4401         completion-table-with-quoting.
4402         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
4403         * pcomplete.el (pcomplete-arg-quote-list)
4404         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
4405         (pcomplete-unquote-argument-function): Default to non-nil.
4406         (pcomplete-unquote-argument): Simplify.
4407         (pcomplete--common-quoted-suffix): Remove.
4408         (pcomplete-requote-argument-function): New var.
4409         (pcomplete--common-suffix): New function.
4410         (pcomplete-completions-at-point): Use completion-table-with-quoting
4411         and completion-table-subvert.
4413         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4414         (minibuffer--double-dollars): Preserve properties.
4415         (completion--sifn-requote): New function.
4416         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4418         * minibuffer.el: Add support for completion of quoted/escaped data.
4419         (completion-table-with-quoting, completion-table-subvert): New funs.
4420         (completion--twq-try, completion--twq-all): New functions.
4421         (completion--nth-completion): New function.
4422         (completion-try-completion, completion-all-completions): Use it.
4424 2012-04-25  Leo Liu  <sdl.web@gmail.com>
4426         * progmodes/python.el (python-pdbtrack-get-source-buffer):
4427         Use compilation-message if available to find real filename.
4429 2012-04-25  Chong Yidong  <cyd@gnu.org>
4431         * vc/diff-mode.el (diff-setup-whitespace): New function.
4432         (diff-mode): Use it.
4434         * vc/diff.el (diff-sentinel):
4435         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4436         Whitespace mode variables based on diff style (Bug#8612).
4438 2012-04-25  Leo Liu  <sdl.web@gmail.com>
4440         * progmodes/python.el (python-send-region): Add suffix .py to the
4441         temp file.
4443         * files.el (auto-mode-alist): Use javascript-mode instead.
4445 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
4447         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
4449         * net/soap-client.el (soap-resolve-references-for-sequence-type)
4450         (soap-resolve-references-for-array-type): Hack to prevent self
4451         references, see Bug#9.
4452         (soap-parse-envelope): Report the contents of the 'detail' node
4453         when receiving a fault reply.
4454         (soap-parse-envelope): Report the contents of the entire 'detail' node.
4456         * net/soap-inspect.el (soap-sample-value-for-simple-type)
4457         (soap-inspect-simple-type): New function.
4459         * net/soap-client.el (soap-simple-type): New struct.
4460         (soap-default-xsd-types, soap-default-soapenc-types)
4461         (soap-decode-basic-type, soap-encode-basic-type):
4462         support unsignedInt and double basic types.
4463         (soap-resolve-references-for-simple-type)
4464         (soap-parse-simple-type, soap-encode-simple-type): New function.
4465         (soap-parse-schema): Parse xsd:simpleType declarations.
4467         * net/soap-client.el (soap-default-xsd-types)
4468         (soap-default-soapenc-types): Add integer, byte and anyURI types.
4469         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4470         the local name of "soapenc:Array".
4471         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
4472         decoding integer, byte and anyURI xsd types.
4474 2012-04-25  Chong Yidong  <cyd@gnu.org>
4476         * cus-edit.el (custom-buffer-create-internal): Update header text.
4478 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
4480         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4481         settings on 'system-type', not on 'window-system'.  On MS-Windows,
4482         set interactive-mode on in GDB.
4484 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4486         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4487         (ruby-syntax-propertize-regexp): Remove.
4488         (ruby-syntax-propertize-function): Split regexp into chunks.
4489         Match following code directly.
4491 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
4493         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4494         (ruby-syntax-propertize-regexp): New function.
4495         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4496         by a special keyword.
4498         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4499         (ruby-syntax-general-delimiters-goto-beg)
4500         (ruby-syntax-propertize-general-delimiters): New functions.
4501         (ruby-syntax-propertize-function): Use them to handle GDL.
4502         (ruby-font-lock-keywords): Move old handling of GDL...
4503         (ruby-font-lock-syntactic-keywords): .. to here.
4504         (ruby-calculate-indent): Adjust indentation for GDL.
4506 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
4508         * notifications.el (top): Remove unneeded declarations.
4509         (notifications-specification-version): Change to "1.2".
4510         (notifications-interface, notifications-notify-method)
4511         (notifications-close-notification-method): Fix docstring.
4512         (notifications-get-capabilities-method): New defconst.
4513         (notifications-notify): Add :action-items, :resident and
4514         :transient hints.  Change "image_data" to "image-data" and
4515         "image_path" to "image-path".
4516         (notifications-get-capabilities): New defun.
4518 2012-04-24  Leo Liu  <sdl.web@gmail.com>
4520         * progmodes/python.el: Move hideshow setup to the end.
4522 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
4524         * window.el (handle-select-window): Clear echo area since this is
4525         no more done by read_char (Bug#11304).
4527 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4529         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4530         and `/ M' to filter-derived-mode.
4531         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4532         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4533         (ibuffer-mark-by-mode): Use default rather than initial-input.
4534         (ibuffer-filter-by-derived-mode): Autoload and require-match.
4536 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
4538         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4539         (ibuffer-filter-by-derived-mode): New filter.
4540         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4542 2012-04-23  Andreas Politz  <politza@fh-trier.de>
4544         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4546 2012-04-23  Chong Yidong  <cyd@gnu.org>
4548         * cus-edit.el (customize-apropos, customize-apropos-options):
4549         Disable matching of non-option variables (Bug#11176).
4550         (customize-option, customize-option-other-window)
4551         (customize-changed-options): Doc fix.
4552         (customize-apropos-options, customize-apropos-faces)
4553         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4555         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
4556         Fix word list splitting (Bug#11132).
4557         (apropos-symbol, apropos-keybinding, apropos-label)
4558         (apropos-property, apropos-function-button)
4559         (apropos-variable-button, apropos-misc-button): New faces.
4560         (apropos-symbol-face, apropos-keybinding-face)
4561         (apropos-label-face, apropos-property-face, apropos-match-face):
4562         Variables removed (Bug#8396).
4563         (apropos-library-button, apropos-format-plist, apropos-print)
4564         (apropos-print-doc, apropos-describe-plist): Callers changed.
4566 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
4568         * net/xesam.el (xesam-mode-map): Use let-bound map in
4569         initialization.  (Bug#11292)
4571 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4573         Preserve ispell session localwords when switching back to
4574         original buffer.
4576         * textmodes/ispell.el (ispell-buffer-session-localwords):
4577         New buffer-local variable to hold buffer session localwords.
4578         (ispell-kill-ispell): Add option 'clear to delete session
4579         localwords.
4580         (ispell-command-loop, ispell-change-dictionary)
4581         (ispell-buffer-local-words): Preserve session localwords when
4582         needed.
4584         * textmodes/flyspell.el (flyspell-process-localwords)
4585         (flyspell-do-correct): Preserve session localwords when needed.
4587 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4589         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4590         using obsolete `translation-table-for-input'.
4591         (ispell-word, ispell-process-line, ispell-complete-word):
4592         Use plain `insert' instead of removed `ispell-insert-word'.
4594 2012-04-22  Chong Yidong  <cyd@gnu.org>
4596         * cus-edit.el (custom-variable-menu)
4597         (custom-variable-reset-saved, custom-face-menu)
4598         (custom-face-reset-saved): If there is no saved value, make the
4599         "reset-saved" operation bring back the default (Bug#9509).
4600         (custom-face-state): Properly detect themed faces.
4602         * faces.el (face-spec-set): Stop supporting deprecated form of
4603         third arg.
4605 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
4607         Move functions from C to Lisp.  Make non-blocking method calls
4608         the default.  Implement further D-Bus standard interfaces.
4610         * net/dbus.el (dbus-message-internal): Declare function.
4611         Remove unneeded function declarations.
4612         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4613         (dbus-message-type-method-return, dbus-message-type-error)
4614         (dbus-message-type-signal): Declare variables.  Remove local
4615         definitions.
4616         (dbus-interface-dbus, dbus-interface-peer)
4617         (dbus-interface-introspectable, dbus-interface-properties)
4618         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4619         Adapt docstring.
4620         (dbus-interface-objectmanager): New defconst.
4621         (dbus-call-method, dbus-call-method-asynchronously)
4622         (dbus-send-signal, dbus-method-return-internal)
4623         (dbus-method-error-internal, dbus-register-service)
4624         (dbus-register-signal, dbus-register-method): New defuns, moved
4625         from dbusbind.c
4626         (dbus-call-method-handler, dbus-setenv)
4627         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4628         New defuns.
4629         (dbus-call-method-non-blocking): Make it an obsolete function.
4630         (dbus-unregister-object, dbus-unregister-service)
4631         (dbus-handle-event, dbus-register-property)
4632         (dbus-property-handler): Obey the new structure of
4633         `bus-registered-objects'.
4634         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
4635         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4636         Use `dbus-call-method'.
4638 2012-04-22  Chong Yidong  <cyd@gnu.org>
4640         * cus-edit.el (custom-commands, custom-reset-menu)
4641         (Custom-reset-standard): Tweak labels.
4642         (custom-reset-button-menu): Change default to t.
4643         (custom-buffer-create-internal): For the custom-reset-button-menu
4644         case, put the revert button first.
4645         (custom-group-subtitle): New face.
4646         (custom-group-value-create): Align docstring to a specific column.
4648         * wid-edit.el (widget-documentation-link-add): Don't handle
4649         indentation in this function.
4650         (widget-documentation-string-indent-to): New function.
4651         (widget-documentation-string-value-create): Use it.
4653         * autorevert.el (auto-revert):
4654         * epg-config.el (epg):
4655         * ibuffer.el (ibuffer):
4656         * mpc.el (mpc):
4657         * ses.el (ses):
4658         * eshell/eshell.el (eshell):
4659         * net/ange-ftp.el (ange-ftp):
4660         * progmodes/ebnf2ps.el (postscript):
4661         * progmodes/flymake.el (flymake):
4662         * progmodes/prolog.el (prolog):
4663         * progmodes/verilog-mode.el (verilog-mode):
4664         * progmodes/which-func.el (which-func):
4665         * term/xterm.el (xterm):
4666         * textmodes/picture.el (picture):
4667         * textmodes/tildify.el (tildify):
4668         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4669         customization buffers.
4671 2012-04-22  Alan Mackenzie  <acm@muc.de>
4673         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4674         Adding a ) can hide the resulting (..) from searches.  Fix it.
4675         Bound the backward search to the position of the existing (.
4677 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
4679         * progmodes/verilog-mode.el (verilog-mode): Check whether
4680         which-func-modes is t before adding verilog-mode.
4681         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4683 2012-04-21  Leo Liu  <sdl.web@gmail.com>
4685         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
4687 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
4689         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4690         filling of the last column of a table (Bug#5635).
4691         (woman-find-next-control-line): New arg, specifying an additional
4692         regexp component for the control line.
4693         (woman2-roff-buffer): Use it.
4694         (woman-break-table): New function.
4695         (woman2-TS): Use it.
4697 2012-04-21  Chong Yidong  <cyd@gnu.org>
4699         * woman.el (woman-set-buffer-display-table, woman-decode-region)
4700         (woman-horizontal-escapes, woman-negative-vertical-space)
4701         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4702         (WoMan-warn-ignored): Use ?\s instead of ?\ .
4704 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4706         * minibuffer.el (completion-file-name-table): Complete user names.
4708 2012-04-20  Leo Liu  <sdl.web@gmail.com>
4710         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4711         and pcase-let*.
4713 2012-04-20  Chong Yidong  <cyd@gnu.org>
4715         * server.el (server-execute): Respect initial-buffer-choice if it
4716         is a string and there are no files to open (Bug#2825).
4717         (server-create-window-system-frame, server-create-tty-frame):
4718         Don't switch buffers here.
4719         (server-process-filter): Only try to open a window system frame if
4720         compiled with graphical support (Bug#8314).
4722 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
4724         * battery.el (battery-echo-area-format): Display remaining time
4725         for sysfs backend too (Bug#11269).
4726         (battery-linux-sysfs): Fix conditional for the charge.
4728 2012-04-20  Chong Yidong  <cyd@gnu.org>
4730         * progmodes/gdb-mi.el (gdb): Revert previous change.
4731         (gdb-inferior-io--init-proc): New function.
4732         (gdb-init-1): Use it.
4733         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4734         responsible for allocating a new pty and hooking it to gdb when
4735         the old pty gets an EIO due to process exit.
4736         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
4737         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4738         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4740 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
4742         * window.el (window-min-size, window-sizable, window-min-delta)
4743         (window-max-delta, window--resizable, window-resizable)
4744         (window-total-size, window-full-height-p, window-full-width-p)
4745         (window-in-direction, window--resize-mini-window, window-resize)
4746         (window--resize-child-windows-normal)
4747         (window--resize-child-windows, window--resize-siblings)
4748         (window--resize-this-window, adjust-window-trailing-edge)
4749         (enlarge-window, shrink-window): Doc fixes.
4751 2012-04-20  Chong Yidong  <cyd@gnu.org>
4753         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4754         New function to call delete-process on the gdb-inferior buffer's pty.
4755         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4756         pty process (Bug#11273).
4757         (gdb-update): New arg to suppress talking to the gdb process.
4758         (gdb-done-or-error): Use it.
4759         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4760         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4761         sentinel not being called.
4763         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4765         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4767 2012-04-20  Glenn Morris  <rgm@gnu.org>
4769         * net/network-stream.el (open-network-stream): Doc fix.
4771 2012-04-20  Chong Yidong  <cyd@gnu.org>
4773         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4775 2012-04-20  Alan Mackenzie  <acm@muc.de>
4777         Ensure searching for keywords is case sensitive.
4779         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4780         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4781         (c-defun-name, c-mark-function, c-cpp-define-name)
4782         (c-comment-indent, c-scan-conditionals, c-indent-defun)
4783         (c-context-line-break): Bind case-fold-search to nil.
4785         * progmodes/cc-mode.el (c-font-lock-fontify-region):
4786         Bind case-fold-search to nil.
4788 2012-04-20  Chong Yidong  <cyd@gnu.org>
4790         * mail/sendmail.el (mail-bury): Call return action with the right
4791         Rmail buffer (Bug#11242).
4793         * server.el (server-process-filter): Handle corner case where both
4794         tty and nowait options are present (Bug#11102).
4796 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
4798         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
4799         (top level): Put into the executable the ident-style '$Id:' tag on
4800         windows-nt as well.
4802 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4804         * electric.el (electric-indent-post-self-insert-function): Check that
4805         electric-indent-mode is enabled in current buffer.
4807 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4809         * imenu.el (imenu-progress-message): Restore; it is "used" in
4810         erc/erc-imenu.el and net/snmp-mode.el.
4812 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4814         * avoid.el (mouse-avoidance-mode): Mark unused arg.
4815         (mouse-avoidance-nudge-mouse): Remove unused binding.
4817         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4819         * descr-text.el (describe-char):
4820         * progmodes/python.el (python-describe-symbol):
4821         Don't call `toggle-read-only', set `buffer-read-only'.
4823         * imenu.el (imenu-default-goto-function): Mark unused args.
4824         (imenu-progress-message): Remove obsolete macro; all callers changed.
4826         * subr.el (keymap-canonicalize): Remove unused binding.
4827         (read-passwd): Mark unused arg.
4829         * tutorial.el (tutorial--display-changes): Remove unused binding.
4830         (tutorial--save-tutorial-to): Remove unused variable.
4832         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4833         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4834         (package-generate-autoloads, package-menu--generate)
4835         (package-menu--find-upgrades): Remove unused bindings.
4837         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4838         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
4839         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4840         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4841         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4842         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4843         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4844         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4845         (cua-delete-char-rectangle): Mark unused args.
4846         (cua-align-rectangle): Remove unused binding.
4848         * mail/rmail.el (compilation--message->loc)
4849         (epa--find-coding-system-for-mime-charset): Declare.
4851         * net/dbus.el (dbus-register-service): Declare.
4852         (dbus-name-owner-changed-handler): Remove unused binding.
4854         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4855         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4856         (nxml-scan-backward-within): Mark unused arg.
4857         (nxml-dynamic-markup-word): Remove unused binding.
4859         * mouse.el (mouse-menu-major-mode-map):
4860         * emacs-lisp/authors.el (authors-scan-change-log)
4861         (authors-add-to-author-list):
4862         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4863         * emacs-lisp/smie.el (smie-auto-fill):
4864         * mail/sendmail.el (mail-bury):
4865         * mail/unrmail.el (unrmail):
4866         * net/tls.el (open-tls-stream):
4867         * textmodes/picture.el (picture-mouse-set-point):
4868         Remove unused bindings.
4870 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
4872         * net/tramp.el (tramp-action-password): Let-bind
4873         `enable-recursive-minibuffers' to t.
4875 2012-04-18  Sam Steingold  <sds@gnu.org>
4877         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4878         instead of 'string to accommodate values like [f11].
4879         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4880         * progmodes/gdb-mi.el: Likewise.
4882 2012-04-18  Leo Liu  <sdl.web@gmail.com>
4884         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4885         current buffer.
4886         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4887         LOCAL is nil.
4889 2012-04-18  Chong Yidong  <cyd@gnu.org>
4891         * simple.el (line-move): Use forward-line if in batch mode
4892         (Bug#11053).
4894 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
4896         * files.el (after-find-file): Do not try to add a final newline if
4897         the buffer is read-only (Bug#11156).
4899 2012-04-17  Richard Stallman  <rms@gnu.org>
4901         * mail/rmail.el (rmail-start-mail):
4902         Pass (rmail-mail-return...) for the return-action.
4903         Pass (rmail-yank-current-message...) for the yank-action.
4904         (rmail-yank-current-message): New function.
4905         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4906         (rmail-reply): Likewise.
4907         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4909         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
4910         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
4911         buffer, not newbuf.
4913 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
4915         * server.el (server-ensure-safe-dir): Simplify.
4917 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4919         * emacs-lisp/smie.el: Provide smarter auto-filling.
4920         (smie-auto-fill): New function.
4921         (smie-setup): Use it.
4923         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4925 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4927         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4928         (comment-indent): Use it.
4930 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4932         * ses.el: The overall change is to add cell renaming, that is
4933         setting fancy names for cell symbols other than name matching
4934         "\\`[A-Z]+[0-9]+\\'" regexp .
4935         (ses-localvars): Add ses--renamed-cell-symb-list.
4936         (ses-create-cell-variable): New defun.
4937         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4938         (ses-relocate-formula): Relocate formulas only for cells the
4939         symbols of which are not renamed, i.e. symbols whose names do not
4940         match regexp "\\`[A-Z]+[0-9]+\\'".
4941         (ses-relocate-all): Relocate values only for cells the symbols of
4942         which are not renamed.
4943         (ses-load): Create cells variables as the (ses-cell ...) are read,
4944         in order to check row col consistency with cell symbol name only
4945         for cells that are not renamed.
4946         (ses-replace-name-in-formula): New defun.
4947         (ses-rename-cell): New defun.
4949 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
4951         * progmodes/perl-mode.el (perl-indent-parens-as-block):
4952         New option (bug#11118).
4953         (perl-calculate-indent): Respect it.
4955 2012-04-17  Glenn Morris  <rgm@gnu.org>
4957         * dired-aux.el (dired-mark-read-string): Doc fix.
4959 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
4961         * dired-aux.el (dired-mark-read-string): Offer optional completion.
4962         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
4964 2012-04-17  Glenn Morris  <rgm@gnu.org>
4966         * mouse.el (mouse-drag-track):
4967         * speedbar.el (speedbar-frame-mode):
4968         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4970 2012-04-16  Leo Liu  <sdl.web@gmail.com>
4972         * progmodes/python.el: Trivial cleanup.
4974 2012-04-16  Glenn Morris  <rgm@gnu.org>
4976         * vc/vc.el (vc-string-prefix-p):
4977         * vc/pcvs-util.el (cvs-string-prefix-p):
4978         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4979         * mpc.el (mpc-string-prefix-p):
4980         Make all of these into obsolete aliases for string-prefix-p.
4981         Update callers.
4982         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4984         * textmodes/two-column.el: Move custom options to the start.
4985         (frame-width): Remove compat definition.
4986         (2C-associate-buffer, 2C-dissociate):
4987         Use with-current-buffer rather than save-excursion.
4988         (2C-dissociate): Force a mode-line update.
4989         (2C-autoscroll): Use ignore-errors.
4991         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4992         Autoload trivia.
4994         * emacs-lisp/cl-extra.el (*random-state*):
4995         Remove unnecessary declaration.
4997         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4999         * play/cookie1.el (cookie-snarf):
5000         Give an explicit error if input file cannot be read.
5002         * play/yow.el (yow-file): Use expand-file-name rather than concat.
5004         * progmodes/perl-mode.el (c-macro-expand):
5005         Remove unnecessary autoload (it is in loaddefs.el).
5007         * textmodes/picture.el (picture-desired-column)
5008         (picture-update-desired-column): Convert comments to doc-strings.
5009         (picture-substitute): Remove function.
5010         (picture-mode-map): Initialize in the defvar.
5012         * woman.el: Remove eval-after-load for tar-mode.
5013         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
5014         (woman-tar-extract-file): Autoload it.
5016         * frame.el (automatic-hscrolling): Make this alias obsolete.
5018 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5020         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
5021         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
5022         (ispell-dictionary-base-alist): Revert to original XEmacs
5023         friendly version for default.  [:alpha:] will be added in
5024         `ispell-set-spellchecker-params' if needed.
5026 2012-04-16  Chong Yidong  <cyd@gnu.org>
5028         * image.el (imagemagick--file-regexp): New variable.
5029         (imagemagick-register-types): Use it.
5030         (imagemagick-types-inhibit): Add :set function.  Allow new value
5031         of t to inhibit all types.
5033         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
5034         so we can preload it.
5036         * loadup.el (fboundp): Preload regexp-opt, needed by
5037         imagemagick-register-types.
5039 2012-04-15  Chong Yidong  <cyd@gnu.org>
5041         * frame.el (scrolling): Remove nearly unused customization group.
5043         * scroll-all.el (scroll-all-mode): Move to windows group.
5045 2012-04-15  Chong Yidong  <cyd@gnu.org>
5047         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
5049 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5051         Avoid the use of ((lambda ...) ...) in lexical-binding code.
5052         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
5054 2012-04-15  Glenn Morris  <rgm@gnu.org>
5056         * simple.el (process-file-side-effects): Doc fix.
5058 2012-04-15  Glenn Morris  <rgm@gnu.org>
5060         * international/mule-cmds.el (set-language-environment): Doc fix.
5062 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
5064         * server.el (server-auth-key, server-generate-key): Doc fixes.
5065         (server-get-auth-key): Doc fix.  Use `string-match-p'.
5066         (server-start): Reflow docstring.
5068 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
5070         * server.el (server-generate-key): `called-interactively-p'
5071         requires a parameter.
5073 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
5075         * server.el (server-auth-key): New variable.
5076         (server-generate-key, server-get-auth-key): New function.
5077         (server-start): Use the new variable and functions to allow
5078         setting a permanent server key (bug#9423).
5080 2012-04-14  Leo Liu  <sdl.web@gmail.com>
5082         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
5084 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
5086         Spelling fixes.
5087         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
5088         Emacs uses American spelling.
5090 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
5092         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
5093         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
5094         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
5095         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
5097 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5099         * progmodes/which-func.el (which-func-modes): Change default.
5101 2012-04-14  Kim F. Storm  <storm@cua.dk>
5103         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
5104         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
5106 2012-04-14  Chong Yidong  <cyd@gnu.org>
5108         * custom.el (custom-theme-set-variables): Doc fix.
5110 2012-04-14  Glenn Morris  <rgm@gnu.org>
5112         * international/mule.el (set-auto-coding-for-load): Doc fix.
5114 2012-04-14  Alan Mackenzie  <acm@muc.de>
5116         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
5117         imenu work again for Objective C Mode.  Correct the *-index values,
5118         these having been disturbed by a previous change in 2011-08.
5120         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
5121         Correct two search limits.
5123 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5125         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
5127 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
5129         * international/characters.el: Fix sorting.
5131 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
5133         * international/characters.el: Add more missing Latin case pairs.
5135 2012-04-14  Glenn Morris  <rgm@gnu.org>
5137         * files.el (dir-locals-set-class-variables): Doc fix.
5139 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
5141         * international/characters.el: Add set-case-syntax-pair call for
5142         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
5143         counterpart.  (Bug#11209)
5145         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
5147 2012-04-14  Glenn Morris  <rgm@gnu.org>
5149         * calendar/holidays.el (calendar-check-holidays): Doc fix.
5151 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
5153         * textmodes/ispell.el (ispell-dictionary-base-alist):
5154         Add data for Hebrew.
5156 2012-04-14  Chong Yidong  <cyd@gnu.org>
5158         * net/rcirc.el (rcirc-cmd-quit):
5159         Revert 2012-03-18 change (Bug#11192).
5161 2012-04-14  Glenn Morris  <rgm@gnu.org>
5163         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
5165 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
5167         * minibuffer.el (completion-in-region-mode-map):
5168         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
5170 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
5172         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
5174 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
5176         * minibuffer.el (minibuffer-local-filename-syntax): New variable
5177         to allow `C-M-f' and `C-M-b' to move to the nearest path
5178         separator (bug#9511).
5180 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
5182         * avoid.el: Require cl when compiling.  And also move the
5183         `provide' to the end.
5185 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5187         * avoid.el (mouse-avoidance-banish-position): New variable.
5188         (mouse-avoidance-banish-destination): Use it (bug#10165).
5190 2012-04-13  Leo Liu  <sdl.web@gmail.com>
5192         * progmodes/which-func.el (which-func-modes): Add objc-mode.
5194 2012-04-13  Ken Brown  <kbrown@cornell.edu>
5196         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
5197         this is no longer needed now that cygstart understands file:// URLs.
5198         (browse-url-filename-alist): For the same reason, don't modify
5199         file:// URLs on Cygwin.
5201 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5203         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
5204         the region on shift if the binding is already shifted (bug#11221).
5206 2012-04-12  Glenn Morris  <rgm@gnu.org>
5208         * mail/mailpost.el: Move to obsolete/.
5210 2012-04-12  Drew Adams  <drew.adams@oracle.com>
5212         * imenu.el (imenu--generic-function): Ignore invisible definitions
5213         (bug#10123).
5215 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
5217         * hexl.el (hexl-bits): New variable.
5218         (hexl-options): Mention the variable in the doc string.
5219         (hexl-rulerise, hexl-line-displen): New functions.
5220         (hexl-mode): Mention the new variable.
5221         (hexl-mode, hexl-current-address, hexl-current-address):
5222         Use the displen.
5223         (hexl-ascii-start-column): New function.
5224         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
5225         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
5227 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5229         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
5230         '("-i" ENCODING), in 2 separate command-line arguments, to specify
5231         the encoding, as expected by hunspell.
5233 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5235         * battery.el (battery--linux-sysfs-regexp): New const.
5236         (battery-status-function): Use it.  Remove yeeloong special case.
5237         (battery-yeeloong-sysfs): Remove.
5238         (battery-echo-area-format): Remove yeeloong special case.
5240 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5242         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
5243         Reported by Noah Friedman.
5245         * subr.el (read-passwd): Use read-string.
5247 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249         * vcursor.el (vcursor-move): Increase the priority of the overlay
5250         (bug#9663).
5252 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
5254         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
5255         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
5257 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
5259         * textmodes/artist.el (artist-mode): Convert artist-mode to use
5260         define-minor-mode (bug#10760).
5262 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5264         * progmodes/grep.el (rgrep): Tweak the find command line so
5265         that directories matching `grep-find-ignored-files' won't be
5266         pruned (bug#10351).
5268 2012-04-11  Chong Yidong  <cyd@gnu.org>
5270         * startup.el (command-line): Remove support for long-obsolete
5271         variable font-lock-face-attributes.
5273 2012-04-11  Glenn Morris  <rgm@gnu.org>
5275         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
5277 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5279         * window.el (window--state-get-1): Obey window-point-insertion-type.
5281 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
5283         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
5284         to previous function when point is on the first character of a
5285         function.  Take care of that in `narrow-to-defun' (bug#6157).
5287 2012-04-11  Glenn Morris  <rgm@gnu.org>
5289         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
5290         not just file-errors.
5292         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
5293         (vc-bzr-sha1): Use internal sha1.
5295 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5297         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
5299 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
5301         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
5302         that start in the middle of the line (bug#10496).
5304 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
5306         * battery.el (battery-linux-proc-acpi): Only one battery is
5307         discharged at a time, but that seems to confuse battery.el when
5308         computing `rate-type' for the battery not being discharged
5309         (bug#10332).
5311 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5313         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
5315         * international/quail.el: Use dolist and simplify.
5316         (quail-define-package, quail-update-keyboard-layout)
5317         (quail-define-rules): Use dolist.
5318         (quail-insert-kbd-layout, quail-get-translation): CSE.
5320         * tmm.el: Use dolist, remove left over hook.
5321         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
5322         Use dolist.
5323         (calendar-load-hook): Don't mess with it.
5325         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5326         Use derived-mode-p.  Run the diff asynchronously.
5328 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330         * obsolete/mouse-sel.el: Add an Obsolete-since header.
5332 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
5334         * misc.el: Display absolute path of loaded DLLs (bug#10424).
5335         (list-dynamic-libraries--loaded): New function.
5336         (list-dynamic-libraries--refresh): Use it.
5338 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
5340         * progmodes/python.el (python-fill-paragraph):
5341         Make python-fill-region in a multiline string work when font-lock is
5342         disabled (bug#7018).
5344 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
5346         * language/european.el (cp775): Add oem/legacy (en)coding on
5347         DOS/MS Windows for the Baltic languages.  There are still plenty
5348         of texts written in this encoding/codepage (bug#6519).
5350 2012-04-10  Glenn Morris  <rgm@gnu.org>
5352         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
5353         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
5355 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
5357         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
5358         next-line "n" and previous-line "p" in order to make recentf more
5359         consistent with ibuffer, dired or org-mode (bug#9387).
5361 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363         * image.el (put-image): Return the overlay created instead of the
5364         optional input string (bug#7834).  Note that this may break code
5365         that is (for some reason or other) depending on `put-image'
5366         returning the string.
5368         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
5370         * simple.el (zap-to-char): Allow zapping using input methods
5371         (bug#1580).
5373         * textmodes/fill.el (fill-region): Leave point and mark where they
5374         were before filling (bug#5399).
5376 2012-04-09  Glenn Morris  <rgm@gnu.org>
5378         * version.el (emacs-bzr-get-version):
5379         Handle lightweight checkouts of local branches.
5381 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
5383         * international/characters.el: Recover lost case pairs.  (Bug#11209)
5385 2012-04-09  Chong Yidong  <cyd@gnu.org>
5387         * custom.el (custom-variable-p): Return nil for non-symbol
5388         arguments instead of signaling an error.
5389         (user-variable-p): Obsolete alias for custom-variable-p.
5391         * apropos.el (apropos-variable):
5392         * files-x.el (read-file-local-variable):
5393         * simple.el (set-variable):
5394         * woman.el (woman-mini-help):
5395         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
5397 2012-04-09  Glenn Morris  <rgm@gnu.org>
5399         * startup.el (normal-top-level): Don't look for leim-list.el
5400         in places where it will not be found.  (Bug#910)
5402         * international/mule-cmds.el (set-default-coding-systems):
5403         * files.el (normal-mode):
5404         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
5405         This function was removed with ucs-tables.el in 2008.
5407 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
5409         * textmodes/ispell.el (ispell-check-version): For hunspell, set
5410         ispell-encoding8-command to "-i", without a trailing space.
5411         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5412         separate command-line arguments, to specify the encoding, since
5413         that's how hunspell expects it.
5415 2012-04-08  Glenn Morris  <rgm@gnu.org>
5417         * loadup.el: Load bindings before cus-start.
5418         This reduces somewhat the number of "rogue" settings in emacs -Q.
5420 2012-04-07  Glenn Morris  <rgm@gnu.org>
5422         * version.el (emacs-bzr-get-version): New function.
5423         (emacs-bzr-version): New variable.
5424         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
5425         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5427 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
5429         * international/uni-bidi.el, international/uni-category.el:
5430         * international/uni-combining.el, international/uni-decimal.el:
5431         * international/uni-decomposition.el, international/uni-digit.el:
5432         * international/uni-lowercase.el, international/uni-mirrored.el:
5433         * international/uni-name.el, international/uni-numeric.el:
5434         * international/uni-titlecase.el, international/uni-uppercase.el:
5435         Update for Unicode 6.1.
5437 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
5439         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5441 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443         * window.el (shrink-window): Mention the `window-min-height'
5444         variable in the doc string.
5446 2012-04-05  Bastien Guerry  <bzg@altern.org>
5448         * color.el (color-lighten-name): Fix typo.
5450 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5452         * server.el (server--on-display-p): New function.
5453         (server--on-display-p): Use it.
5455 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
5457         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5458         (bug#11145).
5460 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5462         * comint.el (comint--common-quoted-suffix): Check string boundary
5463         before comparing (bug#11158).
5464         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5466 2012-04-04  Chong Yidong  <cyd@gnu.org>
5468         * minibuffer.el (completion-extra-properties): Doc fix.
5470         * subr.el (delayed-warnings-hook): Doc fix.
5472 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
5474         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5475         selection (Bug#11159).
5476         (epa-insert-keys): Inform that the default public key will be
5477         exported if no key is selected.
5479 2012-04-04  Richard Stallman  <rms@gnu.org>
5481         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5483 2012-04-03  Chong Yidong  <cyd@gnu.org>
5485         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5486         mail-insert-file, not its obsolete alias mail-attach-file.
5488 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
5490         * notifications.el (notifications-notify): Fix docstring.
5492 2012-04-02  Glenn Morris  <rgm@gnu.org>
5494         * emacs-lisp/authors.el (authors-aliases): Another addition.
5496 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
5498         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5499         `tramp-compat-call-process' instead of `tramp-local-call-process'.
5500         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5502 2012-04-01  Chong Yidong  <cyd@gnu.org>
5504         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5505         Handle root directory properly.
5506         (copy-directory): Caller changed.
5508         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5509         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5511 2012-03-31  Glenn Morris  <rgm@gnu.org>
5513         * term/xterm.el (xterm-extra-capabilities): Doc fix.
5515         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
5517         * calendar/calendar.el (calendar-window-list)
5518         (calendar-hide-window): Restore.  (Bug#11140)
5519         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5521         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5523 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5525         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5526         Check if file is a symlink (Bug#10489).
5528         * files.el (copy-directory): Likewise.
5530 2012-03-30  Chong Yidong  <cyd@gnu.org>
5532         * image.el (imagemagick-types-inhibit)
5533         (imagemagick-register-types): Doc fix.
5535 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5537         * textmodes/ispell.el (ispell-get-extended-character-mode):
5538         Disable extended-char-mode for hunspell.  hunspell does not support it
5539         and treats ~word as ordinary words in pipe mode.
5541 2012-03-30  Glenn Morris  <rgm@gnu.org>
5543         * tutorial.el (help-with-tutorial): Ensure local variables don't
5544         happen to make the buffer read-only.  (Bug#11127)
5546 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5548         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5549         (perl-calculate-indent): Return `noindent' in strings.
5551 2012-03-28  Sam Steingold  <sds@gnu.org>
5553         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5554         instead of the broken adhockery which does not prevent calendar
5555         buffers from being displayed at random after exit.
5556         (calendar-window-list, calendar-hide-window): Remove the broken
5557         adhockery.
5559 2012-03-28  Glenn Morris  <rgm@gnu.org>
5561         * replace.el (query-replace-map): Doc fix.
5563 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
5565         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5566         contents.  (Bug#11109)
5568 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5570         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5571         (bug#11077).
5572         (avl-tree--check, avl-tree--check-node): New funs.
5574 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
5576         * window.el (switch-to-visible-buffer): New option.
5577         (switch-to-prev-buffer, switch-to-next-buffer):
5578         Observe switch-to-visible-buffer.  Make sure that checking for a window
5579         showing a buffer already is done on the same frame.
5581 2012-03-27  Glenn Morris  <rgm@gnu.org>
5583         * startup.el (mail-host-address): Doc fix.
5585 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5587         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5588         than 197 variables.
5590 2012-03-26  Ami Fischman  <ami@fischman.org>
5592         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5594 2012-03-26  Glenn Morris  <rgm@gnu.org>
5596         * files.el (save-buffers-kill-emacs): Doc fix.
5598         * startup.el (normal-top-level, command-line, command-line-1):
5599         Give them doc strings.
5601 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
5603         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
5604         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
5606 2012-03-25  Chong Yidong  <cyd@gnu.org>
5608         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5609         theme if it was previously enabled before (Bug#11031).
5611         * cus-theme.el (custom-theme-write-faces): Retrieve current face
5612         spec with custom-face-get-current-spec if its :shown-value is not
5613         determined yet (Bug#9337).
5614         (customize-create-theme, custom-theme-revert): Doc fixes.
5616         * button.el (button-at): Minor addition to docstring.
5618 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
5620         * vc/vc.el (vc-merge): Fix a prompt.
5622 2012-03-24  Chong Yidong  <cyd@gnu.org>
5624         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5625         point (Bug#9623).
5627         * button.el (button-at): Minor addition to docstring.
5629 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5631         * newcomment.el (comment-choose-indent): No space after BOL.
5633 2012-03-22  Sam Steingold  <sds@gnu.org>
5635         * window.el (switch-to-prev-buffer): Revert last patch because the
5636         bug turned out to be an advertised feature (Elisp manual 28.14).
5638 2012-03-22  Glenn Morris  <rgm@gnu.org>
5640         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
5641         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5643 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5645         * net/network-stream.el (network-stream-open-starttls): Make error
5646         message under Windows be less misleading.
5648 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
5650         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5651         understands (bug#9942).
5653 2012-03-22  Chong Yidong  <cyd@gnu.org>
5655         * simple.el (end-of-visible-line): Handle return value of
5656         next-single-property-change properly (Bug#9371).
5658 2012-03-22  Kenichi Handa  <handa@m17n.org>
5660         * international/quail.el (quail-insert-kbd-layout): Fix previous
5661         change.  To avoid unwanted bidi reordering, use
5662         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5664 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
5666         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5667         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5668         (ruby-beginning-of-indent): Be more careful with the difference
5669         between word-boundary and symbol boundary.
5670         (ruby-mode-syntax-table): Make : a symbol constituent.
5672 2012-03-21  Andreas Politz  <politza@fh-trier.de>
5674         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5676 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5678         * progmodes/etags.el (tags-completion-at-point-function):
5679         Improve last fix.
5681         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5683 2012-03-21  Sam Steingold  <sds@gnu.org>
5685         * progmodes/etags.el (tags-completion-at-point-function):
5686         Avoid the error when point is inside the pattern.
5688 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
5690         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5691         line (Bug#10855).
5693 2012-03-21  Drew Adams  <drew.adams@oracle.com>
5695         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5697 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
5699         * ido.el (ido-set-current-directory, ido-read-internal)
5700         (ido-choose-completion-string, ido-completion-help): Handle nil
5701         value of ido-completion-buffer (Bug#11008).
5703 2012-03-21  Sam Steingold  <sds@gnu.org>
5705         * window.el (switch-to-prev-buffer): Do not switch to a visible
5706         window previous buffer, just like with the frame previous buffers.
5708 2012-03-21  Chong Yidong  <cyd@gnu.org>
5710         * faces.el (make-face, make-empty-face, copy-face):
5711         * face-remap.el (face-remap-add-relative, face-remap-set-base):
5712         Doc fixes.
5714 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5716         * wid-edit.el (widget-complete-field): Remove (bug#11051).
5717         (widget-complete): Remove broken use of it.
5719 2012-03-20  Chong Yidong  <cyd@gnu.org>
5721         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5722         Use string-width and truncate-string-width to handle arbitrary
5723         characters.
5725 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
5727         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5728         to draw rectangles, not squares.  (Regression introduced by revno
5729         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5731 2012-03-18  Chong Yidong  <cyd@gnu.org>
5733         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5734         it is not yet defined (for temacs).
5736 2012-03-18  Leo Liu  <sdl.web@gmail.com>
5738         * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
5740 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
5742         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5743         (ispell-choices-win-default-height, ispell-silently-savep)
5744         (ispell-dictionary-alist, ispell-encoding8-command)
5745         (ispell-check-version, ispell-aspell-find-dictionary)
5746         (ispell-valid-dictionary-list, ispell-words-keyword)
5747         (ispell-get-word, ispell-internal-change-dictionary)
5748         (ispell-region, ispell-skip-region-list)
5749         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5750         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5751         (ispell-message-text-end, ispell-message)
5752         (ispell-buffer-local-parsing): Doc fix.
5754 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
5756         * htmlfontify.el: Add support for code block fontification for ODT
5757         export (Bug #9914).
5758         (hfy-optimisations): Define new option
5759         `body-text-only'
5760         (hfy-fontify-buffer): Honor above setting.
5761         (hfy-begin-span, hfy-end-span): New routines factored out form
5762         `hfy-fontify-buffer'.
5763         (hfy-begin-span-handler, hfy-end-span-handler): New variables
5764         that permit insertion of custom tags.
5765         (hfy-fontify-buffer): Use above handlers.
5766         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5767         (hfy-face-to-css): Re-defined to be a variable.
5768         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
5769         over multiple runs.  This is made possible by having the caller let
5770         bind a special variable `hfy-user-sheet-assoc'.
5771         (htmlfontify-string): New defun.
5772         (hfy-compile-face-map): Make sure that the last char in the
5773         buffer is correctly fontified.
5774         (hfy-face-resolve-face): Whitespace only change.
5776 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
5778         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5779         message more clear.
5781 2012-03-16  Leo Liu  <sdl.web@gmail.com>
5783         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5785 2012-03-16  Alan Mackenzie  <acm@muc.de>
5787         Further optimise the handling of large macros.
5789         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5790         limit to a call of `c-literal-limits'.
5791         (c-determine-+ve-limit): New function.
5792         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5793         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
5794         In CASE 5B, restrict a search limit to 500.
5795         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5797         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5798         Restrict macro bounds to +-500 from after-change's BEG END.
5800 2012-03-16  Leo Liu  <sdl.web@gmail.com>
5802         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5804 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
5806         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
5807         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
5809 2012-03-16  Glenn Morris  <rgm@gnu.org>
5811         * view.el (view-buffer, view-buffer-other-window)
5812         (view-buffer-other-frame): Doc fixes re special mode-class.
5814         * subr.el (eval-after-load): If named feature is provided not from
5815         a file, run after-load forms.  (Bug#10946)
5817         * calendar/calendar.el (calendar-insert-at-column):
5818         Handle non-unit-width characters a bit better.  (Bug#10978)
5820 2012-03-15  Chong Yidong  <cyd@gnu.org>
5822         * emacs-lisp/ring.el (ring-extend): New function.
5823         (ring-insert+extend): Extend the ring correctly (Bug#11019).
5825         * comint.el (comint-read-input-ring)
5826         (comint-add-to-input-history): Grow comint-input-ring lazily.
5828 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5830         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5831         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5833         * imenu.el: Fix multiple inheritance breakage (bug#9199).
5834         (imenu-add-to-menubar): Don't add a redundant index.
5835         (imenu-update-menubar): Handle a dynamically composed keymap.
5837 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5839         * mail/sendmail.el (mail-encode-header):
5840         Bind rfc2047-encode-encoded-words to nil.
5842 2012-03-13  Glenn Morris  <rgm@gnu.org>
5844         * calendar/calendar.el (calendar-string-spread):
5845         Handle non-unit-width characters a bit better.  (Bug#10978)
5847 2012-03-13  Leo Liu  <sdl.web@gmail.com>
5849         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5850         directory and file as argument (Bug#10822).
5852 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
5854         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5855         For dynamically generated code, follow $PC.
5856         (gdb-disassembly-handler-custom): Handle no function name case.
5858 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
5860         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5861         * emulation/ws-mode.el (ws-query-replace):
5862         * sort.el (sort-regexp-fields):
5863         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
5865 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5867         * dabbrev.el: Fix cycle completion order (bug#10963).
5868         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5869         (dabbrev-completion): Don't use an obarray; provide
5870         a cycle-sort-function.
5872 2012-03-12  Leo Liu  <sdl.web@gmail.com>
5874         * simple.el (kill-new): Use equal-including-properties for comparison.
5875         (kill-do-not-save-duplicates): Doc fix.
5877 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5879         * dabbrev.el: Fix cycle completion (bug#10963).
5880         Use lexical binding and wrap to 80 columns.
5881         (dabbrev-completion): Delay computing the list of completions.
5883 2012-03-12  Kenichi Handa  <handa@m17n.org>
5885         * international/quail.el (quail-insert-kbd-layout): Surround each
5886         row by LRO and PDF instead of inserting many LRMs.  Pad the left
5887         and right of each non-spacing marks.  Insert invisible space
5888         between lower and upper characters to prevent composition.
5890 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5892         * minibuffer.el (minibuffer-complete): Don't get confused when the
5893         function is run twice via different commands (bug#10958).
5894         (complete-with-action): Fix docstring.
5896 2012-03-12  Chong Yidong  <cyd@gnu.org>
5898         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5899         (nxml-completion-at-point-function): New function.
5900         (nxml-mode): Use it.
5901         (nxml-bind-meta-tab-to-complete-flag): Default to t.
5903         * emacs-lisp/package.el (package-unpack, package-unpack-single):
5904         Load generated autoloads file before byte compiling (Bug#10970).
5905         (package--make-autoloads-and-compile): New helper fun.
5907 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
5909         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5911 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
5913         * autorevert.el (auto-revert-handler): Ensure, that
5914         file-readable-p is applied only for local files or in
5915         auto-revert-tail-mode.
5917 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
5919         * server.el (server-eval-at): Handle non-tcp connections.
5920         Decode result string.
5922         * server.el (server-msg-size): New constant.
5923         (server-reply-print): New function.
5924         (server-eval-and-print): Use it.
5925         (server-eval-at): Use server-quote-arg and server-unquote-arg.
5926         Handle -print-nonl.
5928 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
5930         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5931         (Bug#10987).
5933 2012-03-11  Chong Yidong  <cyd@gnu.org>
5935         * simple.el (goto-line): Doc fix (Bug#9938).
5937         * subr.el (save-window-excursion): Doc fix (Bug#9979).
5939         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5940         when finished (Bug#10963).
5942 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
5944         * window.el (split-window-below): Fix bug in case where
5945         split-window-keep-point is nil (Bug#10971).
5947 2012-03-11  Juri Linkov  <juri@jurta.org>
5949         * replace.el (replace-highlight): Set isearch-word to nil
5950         unconditionally.  (Bug#10887)
5952 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
5954         * net/mairix.el (mairix-replace-invalid-chars): Rename from
5955         mairix-replace-illegal-chars; all callers changed.  Don't remove
5956         ^, ~, and = characters: they are meaningful in mairix search specs.
5957         (mairix-widget-create-query): Add usage information about mairix
5958         search forms: negating words, searching for substrings, etc.
5960 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
5962         * international/fontset.el (font-encoding-alist): Add an entry for
5963         ksx1001 (Bug#5667).
5965 2012-03-10  Richard Stallman  <rms@gnu.org>
5967         * mail/sendmail.el (mail-encode-header):
5968         Set rfc2047-encode-encoded-words.
5970         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5972         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5973         view buffer means not swapped.
5974         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5975         (rmail-write-region-annotate): Error if real text has disappeared.
5977         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5979 2012-03-10  Chong Yidong  <cyd@gnu.org>
5981         * emulation/cua-rect.el (cua--init-rectangles):
5982         * emulation/cua-base.el (cua--init-keymaps):
5983         Add delete-forward-char to remappings (Bug#9666).
5985 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
5987         * speedbar.el (speedbar-unhighlight-one-tag-line):
5988         Avoid unhighlighting due to frame switching (Bug#10275).
5990 2012-03-10  Chong Yidong  <cyd@gnu.org>
5992         * minibuffer.el (completion-in-region, completion-help-at-point):
5993         Give the completion field overlay a high priority (Bug#6830).
5995         * dired.el (dired-goto-file): Recognize absolute file name
5996         listings (Bug#7126).
5997         (dired-goto-file-1): New helper function.
5998         (dired-toggle-read-only): Inhibit warnings.
6000 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
6002         * net/dbus.el (dbus-property-handler): Return empty array if
6003         there are no properties.
6005 2012-03-09  Leo Liu  <sdl.web@gmail.com>
6007         * savehist.el (savehist-printable): Stricter check for string
6008         value (Bug#10937).
6010 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
6012         * mail/smtpmail.el (smtpmail-send-it):
6013         Bind coding-system-for-write to *-unix, so that FCC files are kept in
6014         valid mbox format.
6016 2012-03-09  Glenn Morris  <rgm@gnu.org>
6018         * files.el (dir-locals-find-file):
6019         Don't check result is regular, readable.
6020         (dir-locals-read-from-file): Demote errors.
6022 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
6024         * international/quail.el (quail-insert-kbd-layout):
6025         Insert invisible LRM characters before each character in a keyboard
6026         layout cell, to prevent their reordering by bidi display engine.
6027         For details, see the discussion in
6028         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
6030 2012-03-08  Alan Mackenzie  <acm@muc.de>
6032         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
6033         the starting position; make it extend the marked region when
6034         invoked repeatedly - all under appropriate circumstances.
6035         Fixes bugs #5525, #10906.
6037 2012-03-08  Glenn Morris  <rgm@gnu.org>
6039         * files.el (locate-dominating-file, dir-locals-find-file):
6040         Undo 2012-03-06 change.
6042 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
6044         * international/quail.el (quail-help):
6045         Force bidi-paragraph-direction be left-to-right.  See discussion in
6046         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
6047         for the reason.
6049 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
6051         Avoid superfluous registering of signals.  (Bug#10807)
6053         * notifications.el (notifications-on-action-object)
6054         (notifications-on-close-object): New defvars.
6055         (notifications-on-action-signal, notifications-on-closed-signal):
6056         Unregister the signal if not needed any longer.
6057         (notifications-notify): Register `notifications-action-signal' or
6058         `notifications-closed-signal', if :on-action or :on-close has been
6059         passed as argument.
6061 2012-03-07  Chong Yidong  <cyd@gnu.org>
6063         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
6064         non-X platforms.
6066 2012-03-06  Glenn Morris  <rgm@gnu.org>
6068         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6069         (x-disown-selection-internal, x-get-selection-internal):
6070         Doc fix (add arglist signatures).  (Bug#10783)
6072 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
6074         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6075         Handle breakpoints with no "type".
6077 2012-03-06  Glenn Morris  <rgm@gnu.org>
6079         * files.el (locate-dominating-file): Add optional predicate argument.
6080         (dir-locals-find-file): Make use of above change.
6082 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
6084         * info.el (Info-insert-dir): Also try "dir.gz".
6086 2012-03-06  Glenn Morris  <rgm@gnu.org>
6088         * files.el (dir-locals-find-file):
6089         Ignore non-readable or non-regular files.  (Bug#10928)
6091         * files.el (locate-dominating-file): Doc fix.
6093 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
6095         * calendar/calendar.el (calendar-set-mode-line):
6096         `getenv' returns a string.  (Bug#10951)
6098 2012-03-05  Leo Liu  <sdl.web@gmail.com>
6100         * simple.el (backward-delete-char-untabify): Constrain point to
6101         field (Bug#10939).
6103         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
6105 2012-03-05  Chong Yidong  <cyd@gnu.org>
6107         * simple.el (count-words): If called from Lisp, return the word
6108         count, for symmetry with `count-lines'.  Arglist changed.
6109         (count-words--message): Args changed.  Consolidate counting code
6110         from count-words and count-words-region.
6111         (count-words-region): Caller changed.
6112         (count-lines-region): Make it an obsolete alias.
6114 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
6116         * saveplace.el (save-place-to-alist)
6117         (save-place-ignore-files-regexp): Allow value nil to disable this
6118         feature.
6120 2012-03-04  Chong Yidong  <cyd@gnu.org>
6122         * faces.el (face-spec-reset-face): For the default face, reset the
6123         attributes to default values (Bug#10748).
6125 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6127         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
6128         previous patch: Check `message-send-mail-function', and not the
6129         default function (bug#10897).
6131 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
6133         * notifications.el (notifications-on-action-signal)
6134         (notifications-on-closed-signal): Check for unique service name of
6135         incoming event.  Fix error in removing entry.
6136         (top): Register for signals with wildcard service name.
6137         (notifications-notify): Use daemon unique service name for map entries.
6139 2012-03-04  Chong Yidong  <cyd@gnu.org>
6141         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
6143 2012-03-04  Glenn Morris  <rgm@gnu.org>
6145         * abbrev.el (copy-abbrev-table, abbrev-table-p)
6146         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
6147         (expand-abbrev, define-abbrev-table): Doc fixes.
6149 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
6152         `message-default-send-mail-function' and not `send-mail-function'
6153         when doing the prompting for `sendmail-query-once' before sending
6154         in Message buffers (bug#10897).
6156         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
6157         This is inconsistent with all the other stream functions, which leave
6158         the setting up to the higher levels (if so wanted) (bug#10931).
6160 2012-03-02  Alan Mackenzie  <acm@muc.de>
6162         Depessimize the handling of very large macros.
6164         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
6165         (c-macro-cache-syntactic): New variables to implement a one
6166         element macro cache.
6167         (c-invalidate-macro-cache): New function.
6168         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
6169         Adapt to use the new cache.
6170         (c-state-safe-place): Use better the cache of safe positions.
6171         (c-state-semi-nonlit-pos-cache)
6172         (c-state-semi-nonlit-pos-cache-limit):
6173         New variables for...
6174         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
6175         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
6176         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
6177         Use c-state-semi-safe-place.
6179         * progmodes/cc-langs.el (c-get-state-before-change-functions):
6180         Add c-invalidate-macro-cache to the C, C++, Obj entries.
6182 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
6184         * jka-compr.el (jka-compr-call-process):
6185         Apply `file-accessible-directory-p' only when the default directory is
6186         not remote.
6188 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
6190         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
6191         access of FILE2, if FILE1 does not exist.
6193         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
6194         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
6196         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
6197         Add "PAGER=" to `process-environment'.
6199 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
6201         * progmodes/sql.el: Bug fix
6202         (sql-get-login-ext): Save login values in globals.
6203         (sql-get-login): Use new version of `sql-get-login-ext'.
6204         (sql-interactive-mode): Set global `sql-connection' to nil.
6205         (sql-connect): Set global values for connection.
6206         (sql-product-interactive): Save global values as buffer local.
6208 2012-02-29  Leo Liu  <sdl.web@gmail.com>
6210         * abbrev.el (define-abbrevs): Reset sys to nil.
6212 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6214         * files.el (file-equal-p): Rename from `files-equal-p'.
6215         Return nil when one or both files don't exist.
6216         (file-subdir-of-p): Now only top directory must exists,
6217         return nil if it doesn't.
6218         (copy-directory): No need to test with `file-subdir-of-p' after
6219         creating dir.
6220         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
6221         to `file-equal-p'.
6223 2012-02-28  Glenn Morris  <rgm@gnu.org>
6225         * shell.el (shell-mode):
6226         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
6227         * play/landmark.el (landmark-font-lock-face-O):
6228         * play/handwrite.el (handwrite):
6229         * play/gomoku.el (gomoku-O):
6230         * net/browse-url.el (browse-url-browser-display):
6231         * international/mule.el (define-charset):
6232         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
6233         * filesets.el (filesets-find-file-delay):
6234         * eshell/em-xtra.el (eshell-xtra):
6235         * eshell/em-unix.el (eshell-grep):
6236         * emulation/viper.el (viper-mode):
6237         * emacs-lisp/regexp-opt.el (regexp-opt-group):
6238         * emacs-lisp/easymenu.el (easy-menu-define):
6239         * calendar/timeclock.el (timeclock-use-display-time):
6240         * bs.el (bs-mode):
6241         * bookmark.el (bookmark-save-flag):
6242         Doc fix (standardize possessive apostrophe usage).
6244 2012-02-27  Chong Yidong  <cyd@gnu.org>
6246         * emulation/viper-cmd.el (viper-intercept-ESC-key):
6247         Fix key-binding lookup for ESC key (Bug#9146).
6249         * font-lock.el (font-lock-specified-p): Rename from
6250         font-lock-spec-present.  Callers changed.
6252 2012-02-27  Daniel Hackney  <dan@haxney.org>
6254         * emacs-lisp/package.el (package-compute-transaction):
6255         Handle holding a package version to t in package-load-list.
6257 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
6259         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
6260         (tramp-get-inode, tramp-get-device): Use cached values.
6262 2012-02-26  Alan Mackenzie  <acm@muc.de>
6264         Check there is a font-lock specification before doing initial
6265         fontification.
6267         * font-core.el (font-lock-mode): Move the conditional from
6268         :after-hook to font-lock-initial-fontify.
6269         (font-lock-default-function): Move the check for a specification
6270         to font-lock-spec-present.
6272         * font-lock.el (font-lock-initial-fontify): Call ...
6273         (font-lock-spec-present): New function.
6275 2012-02-26  Jim Blandy  <jimb@red-bean.com>
6277         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
6278         (gdb-send): Apply it to the operand of the '-interpreter-exec
6279         console' command, so that we can pass arguments with (say) quotes
6280         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
6282 2012-02-26  Chong Yidong  <cyd@gnu.org>
6284         * help-fns.el (describe-function-1): Clarify description of
6285         remapping (Bug#10844).
6287         * files.el (files-equal-p): Doc fix.
6288         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
6289         and quit the loop once a mismatch is found.
6291 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
6293         * bs.el (bs--show-with-configuration): Don't throw an error
6294         if the window cannot be split; otherwise, subsequent calls to
6295         bs-show fail, restoring a stale window config.  (Bug#10882)
6297 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
6299         * term/ns-win.el (global-map): Bind ns-drag-file to
6300         ns-find-file (Bug#5855, Bug#10050).
6302 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
6304         * calendar/parse-time.el (parse-time-string): Allow extractor to
6305         return nil.
6307 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
6309         * net/tramp.el (tramp-file-name-for-operation):
6310         Add `files-equal-p' and `file-subdir-of-p'.
6312         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6313         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6314         Add COPY-CONTENTS argument.
6316 2012-02-25  Chong Yidong  <cyd@gnu.org>
6318         Add custom groups for VC backends, for consistency with vc-bzr.
6320         * vc/vc-arch.el (vc-arch):
6321         * vc/vc-cvs.el (vc-cvs):
6322         * vc/vc-git.el (vc-git):
6323         * vc/vc-hg.el (vc-hg):
6324         * vc/vc-mtn.el (vc-mtn):
6325         * vc/vc-rcs.el (vc-rcs):
6326         * vc/vc-sccs.el (vc-sccs):
6327         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
6328         All relevant defcustoms reassigned.
6330 2012-02-25  Chong Yidong  <cyd@gnu.org>
6332         * newcomment.el (comment-styles): Add autoload (Bug#10868).
6334         * term/x-win.el (x-initialize-window-system): Reduce default for
6335         x-selection-timeout to 5 seconds (Bug#8869).
6337 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6339         * files.el (files-equal-p, file-subdir-of-p): New functions.
6340         (copy-directory): Error when trying to copy a directory on itself.
6341         Add missing copy-contents arg to tramp handler.
6342         * dired-aux.el (dired-copy-file-recursive): Same.
6343         (dired-create-files): Modify destination when source is equal to
6344         dest when copying files.
6345         Return also when dest is a subdir of source.  (Bug#10489)
6347 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
6349         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
6350         (Bug#10874)
6352 2012-02-23  Alan Mackenzie  <acm@muc.de>
6354         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
6355         parameter "after-hook:" to allow the expansion to run code after
6356         the execution of the mode hooks.
6358         * font-lock.el (font-lock-initial-fontify): New function extracted
6359         from font-lock-mode-internal.
6361         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
6362         :after-hook.
6364 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6366         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
6367         (completion--cache-all-sorted-completions): New function.
6368         (completion-all-sorted-completions): Use it.
6369         (completion--do-completion, minibuffer-force-complete):
6370         Use it to re-instate the flush hook.
6372         * icomplete.el (icomplete-completions): Replace last fix with a better
6373         one (bug#10850).
6375 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
6377         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
6378         when it might call us back infinitely (bug#10797).
6380 2012-02-23  Glenn Morris  <rgm@gnu.org>
6382         * minibuffer.el (completion-category-overrides): Doc fix.
6384 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6386         * minibuffer.el (completion-table-with-context): Fix inf-loop.
6387         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
6389 2012-02-23  Glenn Morris  <rgm@gnu.org>
6391         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
6392         (authors-obsolete-files-regexps, authors-ignored-files)
6393         (authors-ambiguous-files, authors-renamed-files-alist):
6394         Add more entries.
6396 2012-02-23  Juri Linkov  <juri@jurta.org>
6398         * isearch.el (isearch-occur): Sync interactive spec with occur's
6399         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
6401         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
6403 2012-02-22  Juri Linkov  <juri@jurta.org>
6405         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
6406         (ucs-insert): Doc fix.  Check for hex digits in the string.
6407         Don't display `nil' in the error message.  (Bug#10857)
6409 2012-02-22  Alan Mackenzie  <acm@muc.de>
6411         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
6413 2012-02-22  Glenn Morris  <rgm@gnu.org>
6415         * ffap.el (ffap-c-path):
6416         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
6418 2012-02-22  Chong Yidong  <cyd@gnu.org>
6420         * custom.el (load-theme): Doc fix.
6422 2012-02-22  Glenn Morris  <rgm@gnu.org>
6424         * dired-x.el (dired-guess-shell-alist-default):
6425         Remove escape sequences from nroff output.  (Bug#172)
6427 2012-02-21  Glenn Morris  <rgm@gnu.org>
6429         * vc/emerge.el (emerge-defvar-local):
6430         Set `permanent-local' property rather than unused `preserved'.
6432         * textmodes/picture.el (picture-delete-char): New alias.
6433         (picture-mode-map): Use it.  (Bug#10860)
6434         (picture-mode): Doc fix.
6436 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
6438         * newcomment.el (uncomment-region-default): Remove unused binding.
6440 2012-02-21  Glenn Morris  <rgm@gnu.org>
6442         * textmodes/picture.el (picture-motion, picture-motion-reverse)
6443         (picture-self-insert, picture-tab-chars): Doc fix.
6444         (picture-mode-map): Fix C-a, C-e.
6446 2012-02-20  Glenn Morris  <rgm@gnu.org>
6448         * emacs-lisp/authors.el (authors-aliases): Add another entry.
6450 2012-02-20  Leo Liu  <sdl.web@gmail.com>
6452         * icomplete.el (icomplete-completions): Check FROM arg before
6453         passing to substring (Bug#10850).
6455 2012-02-19  Chong Yidong  <cyd@gnu.org>
6457         * comint.el: Require ansi-color.
6458         (comint-output-filter-functions): Add ansi-color-process-output.
6460         * ansi-color.el: Don't set comint-output-filter-functions; it is
6461         now in the initial value defined in comint.el.
6462         (ansi-color-apply-face-function): New variable.
6463         (ansi-color-apply-on-region): Use it.
6464         (ansi-color-apply-overlay-face): New function.
6466         * shell.el (shell): No need to require ansi-color.
6467         (shell-mode): Use ansi-color-apply-face-function to highlight
6468         color escapes using font-lock-face property (Bug#10835).
6470 2012-02-19  Chong Yidong  <cyd@gnu.org>
6472         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6473         mode-line formats (Bug#10839).
6475 2012-02-18  Glenn Morris  <rgm@gnu.org>
6477         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6479         * mail/undigest.el (unforward-rmail-message): Doc fix.
6481         * saveplace.el (save-place-ignore-files-regexp): Add :version.
6483 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
6485         * international/characters.el (script-list): Sync with the latest
6486         Unicode Character Database.
6488 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
6490         * international/titdic-cnv.el: Remove duplicate coding tag.
6491         * language/cham.el: Likewise.
6492         * language/tai-viet.el: Likewise.
6494 2012-02-18  Glenn Morris  <rgm@gnu.org>
6496         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6497         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6498         (calendar-bahai-all-holidays-flag, calendar-other-dates):
6499         * calendar/diary-lib.el (diary-abbreviated-year-flag):
6500         * calendar/holidays.el (holiday-bahai-holidays)
6501         (calendar-holidays, list-holidays):
6502         Use utf-8 Bahá'í in doc-strings, menus, etc.
6504 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
6506         * saveplace.el (save-place-ignore-files-regexp): New variable
6507         allowing for excluding files from saving their location of point.
6508         The default value matches the temporary commit message editing
6509         files from Git, SVN, Bazaar, and Mercurial.
6510         (save-place-to-alist): Use it.
6512 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
6513             Stefan Monnier  <monnier@iro.umontreal.ca>
6515         * newcomment.el (uncomment-region-default): Don't leave extra space
6516         when an arg is provided (bug#8150).
6518 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6520         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
6522 2012-02-17  Glenn Morris  <rgm@gnu.org>
6524         * net/socks.el: Require network-stream.  (Bug#10599)
6526 2012-02-17  Kenichi Handa  <handa@m17n.org>
6528         * international/charprop.el:
6529         * international/uni-name.el:
6530         * international/uni-old-name.el:
6531         * international/uni-comment.el: Regenerate.
6533 2012-02-16  Glenn Morris  <rgm@gnu.org>
6535         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6536         Interactively in calendar buffer, give an error if not on a date.
6538 2012-02-15  Glenn Morris  <rgm@gnu.org>
6540         * shell.el (shell-delimiter-argument-list):
6541         Revert 2011-02-17 change.  (Bug#8027)
6543 2012-02-15  Chong Yidong  <cyd@gnu.org>
6545         * minibuffer.el (completion-at-point-functions): Doc fix.
6547         * custom.el (defcustom): Doc fix; note use of defvar.
6549 2012-02-15  Glenn Morris  <rgm@gnu.org>
6551         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6552         Doc fixes.
6554 2012-02-14  Glenn Morris  <rgm@gnu.org>
6556         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6558 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6560         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6561         way the ports list is computed.
6562         (smtpmail-query-smtp-server): Prompt the user for a port number if
6563         we can't connect to any of the standard ports (bug#10810).
6565 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6567         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6569 2012-02-13  Glenn Morris  <rgm@gnu.org>
6571         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
6573 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
6575         * net/gnutls.el (gnutls-trustfiles): New variable.
6576         (gnutls-negotiate): Use it.
6578 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6580         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6581         does its stuff if Gnus is running.
6583 2012-02-13  Alan Mackenzie  <acm@muc.de>
6585         Fix a loop in c-set-fl-decl-start.
6587         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
6588         c-backward-syntactic-ws actually moves backwards.
6590 2012-02-13  Leo Liu  <sdl.web@gmail.com>
6592         * net/rcirc.el (rcirc-markup-attributes): Move point to the
6593         beginning so that all \C-o chars are removed.
6595 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
6597         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
6599 2012-02-12  Alan Mackenzie  <acm@muc.de>
6601         Fix infinite loop with long macros.
6602         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
6604 2012-02-12  Chong Yidong  <cyd@gnu.org>
6606         * window.el (display-buffer): Doc fix (Bug#10785).
6608 2012-02-12  Glenn Morris  <rgm@gnu.org>
6610         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6611         (x-disown-selection-internal, x-get-selection-internal):
6612         Sync docs with the xselect.c versions.
6614         * allout-widgets.el: Add missing license notice.
6616 2012-02-11  Glenn Morris  <rgm@gnu.org>
6618         * select.el (x-get-selection-internal, x-own-selection-internal)
6619         (x-disown-selection-internal):
6620         * x-dnd.el (x-get-selection-internal): Update declarations.
6622         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6624         * window.el (window-sides-slots):
6625         * tool-bar.el (tool-bar-position):
6626         * term/xterm.el (xterm-extra-capabilities):
6627         * ses.el (ses-self-reference-early-detection):
6628         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6629         (verilog-auto-wire-type)
6630         (verilog-auto-delete-trailing-whitespace)
6631         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6632         (verilog-auto-tieoff-declaration):
6633         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6634         (sql-oracle-statement-starters, sql-oracle-scan-on):
6635         * progmodes/prolog.el (prolog-align-comments-flag)
6636         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6637         (prolog-left-indent-regexp, prolog-paren-indent-p)
6638         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6639         (prolog-types, prolog-mode-specificators)
6640         (prolog-determinism-specificators, prolog-directives)
6641         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6642         (prolog-electric-dot-flag)
6643         (prolog-electric-dot-full-predicate-template)
6644         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6645         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6646         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6647         (prolog-program-switches, prolog-prompt-regexp)
6648         (prolog-debug-on-string, prolog-debug-off-string)
6649         (prolog-trace-on-string, prolog-trace-off-string)
6650         (prolog-zip-on-string, prolog-zip-off-string)
6651         (prolog-use-standard-consult-compile-method-flag)
6652         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6653         (prolog-imenu-max-lines, prolog-info-predicate-index)
6654         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6655         (prolog-char-quote-workaround):
6656         * progmodes/cc-vars.el (c-defun-tactic):
6657         * net/tramp.el (tramp-encoding-command-interactive)
6658         (tramp-local-end-of-line):
6659         * net/soap-client.el (soap-client):
6660         * net/netrc.el (netrc-file):
6661         * net/gnutls.el (gnutls):
6662         * minibuffer.el (completion-category-overrides)
6663         (completion-cycle-threshold)
6664         (completion-pcm-complete-word-inserts-delimiters):
6665         * man.el (Man-name-local-regexp):
6666         * mail/feedmail.el (feedmail-display-full-frame):
6667         * international/characters.el (glyphless-char-display-control):
6668         * eshell/em-ls.el (eshell-ls-date-format):
6669         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6670         (lisp-lambda-list-keyword-parameter-indentation)
6671         (lisp-lambda-list-keyword-parameter-alignment):
6672         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6673         * dired-x.el (dired-omit-verbose):
6674         * cus-theme.el (custom-theme-allow-multiple-selections):
6675         * calc/calc.el (calc-highlight-selections-with-faces)
6676         (calc-lu-field-reference, calc-lu-power-reference)
6677         (calc-note-threshold):
6678         * battery.el (battery-mode-line-limit):
6679         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6680         (archive-7z-update):
6681         * allout.el (allout-prefixed-keybindings)
6682         (allout-unprefixed-keybindings)
6683         (allout-inhibit-auto-fill-on-headline)
6684         (allout-flattened-numbering-abbreviation):
6685         * allout-widgets.el (allout-widgets-auto-activation)
6686         (allout-widgets-icons-dark-subdir)
6687         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6688         (allout-widgets-theme-dark-background)
6689         (allout-widgets-theme-light-background)
6690         (allout-widgets-item-image-properties-emacs)
6691         (allout-widgets-item-image-properties-xemacs)
6692         (allout-widgets-run-unit-tests-on-load)
6693         (allout-widgets-time-decoration-activity)
6694         (allout-widgets-hook-error-post-time)
6695         (allout-widgets-track-decoration):
6696         Add missing :version tags to new defcustoms and defgroups.
6698         * progmodes/sql.el (sql-ansi-statement-starters)
6699         (sql-oracle-statement-starters): Add custom type.
6701         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6702         (prolog-system-version): Give it a type.
6704 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
6706         * term/pc-win.el (x-select-text, x-selection-owner-p)
6707         (x-own-selection-internal, x-disown-selection-internal)
6708         (x-get-selection-internal): Sync doc strings and argument lists
6709         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
6711 2012-02-11  Leo Liu  <sdl.web@gmail.com>
6713         * progmodes/python.el (python-end-of-statement): Fix infinite
6714         loop.  (Bug#10788)
6716 2012-02-10  Glenn Morris  <rgm@gnu.org>
6718         * international/mule-cmds.el (unify-8859-on-encoding-mode)
6719         (unify-8859-on-decoding-mode): Properly mark as obsolete.
6721 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
6723         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6724         about SMTP before checking the From header.
6726         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
6727         into own function for reuse by emacsbug.el.
6729 2012-02-10  Leo Liu  <sdl.web@gmail.com>
6731         * subr.el (condition-case-unless-debug): Rename from
6732         condition-case-no-debug.  All callers changed.
6733         (with-demoted-errors): Fix caller.
6735         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6736         * nxml/rng-valid.el (rng-do-some-validation):
6737         * emacs-lisp/package.el (package-refresh-contents)
6738         (package-menu-execute):
6739         * desktop.el (desktop-create-buffer):
6740         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
6742 2012-02-10  Glenn Morris  <rgm@gnu.org>
6744         * textmodes/bibtex.el:
6745         Add missing :version tags for new/changed defcustoms.
6747         * files.el (remote-file-name-inhibit-cache): Doc fixes.
6749 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
6751         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6752         (smtpmail-via-smtp): Use it, or fall back on the From address.
6753         (smtpmail-send-it): Ditto.
6755 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6757         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6758         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
6759         (byte-compile-tmp-var): New const.
6760         (byte-compile-defvar): Use it to minimize .elc size.
6761         Just use `defvar' rather than simulate it (bug#10761).
6763 2012-02-09  Glenn Morris  <rgm@gnu.org>
6765         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
6767         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6768         Add :version tags.
6770         * progmodes/compile.el (compilation-error-screen-columns)
6771         (compilation-first-column, compilation-filter-start): Doc fixes.
6773         * vc/log-view.el (log-view-toggle-entry-display):
6774         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6776         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6777         (report-emacs-bug-can-use-xdg-email):
6778         (report-emacs-bug-insert-to-mailer): Doc fixes.
6779         (report-emacs-bug): Message fix.
6781         * net/browse-url.el (browse-url-can-use-xdg-open)
6782         (browse-url-xdg-open): Doc fixes.
6784         * electric.el (electric-indent-mode, electric-pair-mode)
6785         (electric-layout-rules, electric-layout-mode): Doc fixes.
6786         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6788 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
6790         * server.el (server-unselect-display): Don't inadvertently kill
6791         the current buffer.  (Bug#10729)
6793 2012-02-08  Glenn Morris  <rgm@gnu.org>
6795         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6796         (sql-list-table): Doc fixes.
6798         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6799         Comment out (does nothing).
6801         * completion.el (dynamic-completion-mode):
6802         * dirtrack.el (dirtrack-debug-mode):
6803         * electric.el (electric-layout-mode):
6804         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6805         * face-remap.el (text-scale-mode, buffer-face-mode):
6806         * iimage.el (iimage-mode):
6807         * image-mode.el (image-transform-mode):
6808         * minibuffer.el (completion-in-region-mode):
6809         * scroll-lock.el (scroll-lock-mode):
6810         * simple.el (next-error-follow-minor-mode):
6811         * tar-mode.el (tar-subfile-mode):
6812         * tooltip.el (tooltip-mode):
6813         * vcursor.el (vcursor-use-vcursor-map):
6814         * wid-browse.el (widget-minor-mode):
6815         * emulation/tpu-edt.el (tpu-edt-mode):
6816         * emulation/tpu-extras.el (tpu-cursor-free-mode):
6817         * international/iso-ascii.el (iso-ascii-mode):
6818         * language/thai-util.el (thai-word-mode):
6819         * mail/supercite.el (sc-minor-mode):
6820         * net/goto-addr.el (goto-address-mode):
6821         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6822         * progmodes/cwarn.el (cwarn-mode):
6823         * progmodes/flymake.el (flymake-mode):
6824         * progmodes/glasses.el (glasses-mode):
6825         * progmodes/hideshow.el (hs-minor-mode):
6826         * progmodes/pascal.el (pascal-outline-mode):
6827         * textmodes/enriched.el (enriched-mode):
6828         * vc/smerge-mode.el (smerge-mode):
6829         Doc fixes (minor mode argument).
6831 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
6833         * ls-lisp.el (ls-lisp-sanitize): New function.
6834         (ls-lisp-insert-directory): Use it to fix or remove any elements
6835         in file-alist with missing attributes.  (Bug#4673)
6837 2012-02-07  Alan Mackenzie  <acm@muc.de>
6839         Fix spurious recognition of c-in-knr-argdecl.
6841         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6842         putative K&R region.
6844 2012-02-07  Alan Mackenzie  <acm@muc.de>
6846         * progmodes/cc-engine.el (c-forward-objc-directive):
6847         Prevent looping in "#pragma mark @implementation".
6849 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
6851         * notifications.el (notifications-on-closed-signal): Make `reason'
6852         optional.  (Bug#10744)
6854 2012-02-07  Glenn Morris  <rgm@gnu.org>
6856         * emacs-lisp/easy-mmode.el (define-minor-mode):
6857         Doc fixes for the macro and the mode it defines.
6859         * image.el (imagemagick-types-inhibit): Doc fix.
6861         * cus-start.el (imagemagick-render-type): Add it.
6863 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6865         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6866         Set the default at load time, too, so that `font-lock-fontify-buffer'
6867         can be called without setting up the entire mode first.  This fixes
6868         a bug in `mm-inline-text' with C MIME parts.
6870 2012-02-06  Chong Yidong  <cyd@gnu.org>
6872         * simple.el (list-processes--refresh): Delete exited processes
6873         (Bug#8094).
6875         * comint.el (comint-next-prompt): next-single-char-property-change
6876         and prev-single-char-property-change never return nil (Bug#8657).
6878         * custom.el (defcustom): Doc fix (Bug#9711).
6880 2012-02-05  Chong Yidong  <cyd@gnu.org>
6882         * cus-edit.el (custom-variable-reset-backup): Quote the value
6883         before storing it in the customized-value property (Bug#6712).
6884         (custom-display): Add a customization type tag.
6885         (custom-buffer-create-internal): Improve tooltip message.
6887         * wid-edit.el (widget-field-value-get): New optional arg to
6888         suppress trailing whitespace truncation.
6889         (character): Use it (Bug#2689).
6891 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
6893         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6894         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6896 2012-02-05  Chong Yidong  <cyd@gnu.org>
6898         * cus-edit.el (custom-variable-value-create): For mismatched
6899         types, show the current value (Bug#7600).
6901         * custom.el (defcustom): Doc fix.
6903 2012-02-05  Glenn Morris  <rgm@gnu.org>
6905         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6907 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
6909         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6910         (pp-buffer): Use `ignore-errors', `looking-at-p'.
6911         (pp-last-sexp): Use `looking-at-p'.
6913 2012-02-04  Glenn Morris  <rgm@gnu.org>
6915         * files.el (revert-buffer):
6916         Doc fix (mention revert-buffer-in-progress-p).
6918         * emacs-lisp/ert-x.el (ert-simulate-command):
6919         Check deferred-action-list (which is obsolete) is bound.
6921         * subr.el (with-wrapper-hook): Doc fixes.
6923         * simple.el (filter-buffer-substring-functions)
6924         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6926 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
6928         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6929         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
6931 2012-02-04  Leo Liu  <sdl.web@gmail.com>
6933         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6935 2012-02-04  Glenn Morris  <rgm@gnu.org>
6937         * image.el (image-extension-data): Add obsolete alias.
6939         * isearch.el (isearch-update): Doc fix.
6941         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6943         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6945 2012-02-03  Glenn Morris  <rgm@gnu.org>
6947         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
6948         (image-animate-timeout): Doc fix.
6950         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6952 2012-02-02  Glenn Morris  <rgm@gnu.org>
6954         * server.el (server-auth-dir): Doc fix.
6955         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
6957         * subr.el (run-mode-hooks): Doc fix.
6959 2012-02-02  Juri Linkov  <juri@jurta.org>
6961         * image-mode.el (image-toggle-display-image): Remove tautological
6962         `major-mode' from the `derived-mode-p' test.
6964 2012-02-02  Kenichi Handa  <handa@m17n.org>
6966         * composite.el (compose-region): Cancel previous change.
6968 2012-02-02  Kenichi Handa  <handa@m17n.org>
6970         * composite.el (compose-region, compose-string): Signal error for
6971         a null string component (Bug#6988).
6973 2012-02-01  Chong Yidong  <cyd@gnu.org>
6975         * view.el (view-buffer-other-window, view-buffer-other-frame):
6976         Handle special modes like view-buffer (Bug#10650).
6977         (view-buffer): Simplify.
6979         * frame.el (set-frame-font): Tweak meaning of third argument.
6981         * dynamic-setting.el (font-setting-change-default-font):
6982         Use set-frame-font (Bug#9982).
6984 2012-02-01  Glenn Morris  <rgm@gnu.org>
6986         * progmodes/compile.el (compilation-internal-error-properties):
6987         Respect compilation-first-column in the "*compilation*" buffer.
6989         * emacs-lisp/easy-mmode.el (define-minor-mode):
6990         Relax :variable's test for a named function.
6992 2012-01-31  Alan Mackenzie  <acm@muc.de>
6994         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6995         off by one error.
6997 2012-01-31  Chong Yidong  <cyd@gnu.org>
6999         * frame.el (set-frame-font): New arg ALL-FRAMES.
7001         * menu-bar.el (menu-set-font): Use set-frame-font.
7003         * faces.el (face-spec-reset-face): Don't apply unspecified
7004         attribute values to the default face.
7006 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
7008         * progmodes/cwarn.el (cwarn): Remove dead link.
7009         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
7010         Remove * from defcustom docstrings.
7011         (turn-on-cwarn-mode): Make obsolete.
7012         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
7013         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
7015 2012-01-31  Glenn Morris  <rgm@gnu.org>
7017         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7018         Fix :variable handling of mode a symbol not equal to modefun.
7019         Allow named functions to be used as the cdr of :variable.
7021 2012-01-30  Glenn Morris  <rgm@gnu.org>
7023         * emacs-lisp/authors.el (authors-fixed-entries):
7024         Remove reference to deleted file rnewspost.el.
7026 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
7028         * window.el (window-with-parameter): Remove unused variable `windows'.
7029         (window--side-check): Remove unused variable `code'.
7030         (window--resize-siblings): Remove unused variable `first'.
7031         (adjust-window-trailing-edge): Remove unused variable `failed'.
7032         (window-deletable-p, window--delete): Remove unused variable `buffer'.
7033         Use `let', not `let*'.
7034         (balance-windows-2): Remove unused variable `found'.
7035         (window--state-put-2): Remove unused variable `splits'.
7036         (window-state-put): Remove unused variable `selected'.
7037         (same-window-p): Use `string-match-p'.
7038         (display-buffer-assq-regexp): Remove unused variable `value'.
7039         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7040         Mark argument ALIST as ignored.
7041         (pop-to-buffer): Remove unused variable `old-window'.
7043 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
7045         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
7046         and .lzma compressed files.
7048 2012-01-29  Chong Yidong  <cyd@gnu.org>
7050         * frame.el (window-system-default-frame-alist): Doc fix.
7052         * dynamic-setting.el (font-setting-change-default-font): Don't
7053         change the default face if SET-FONT argument is non-nil (Bug#9982).
7055 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
7057         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
7059 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
7061         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
7062         breakpoints in files outside current directory (Bug#6098).
7064 2012-01-29  Chong Yidong  <cyd@gnu.org>
7066         * progmodes/python.el: Require ansi-color at top-level.
7068         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
7069         Define and use in Emacs Lisp mode (Bug#9360).
7070         (lisp-mode-abbrev-table): Add doc.
7071         (lisp-mode-variables): Don't set local-abbrev-table.
7072         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
7074 2012-01-28  Roland Winkler  <winkler@gnu.org>
7076         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
7078 2012-01-28  Roland Winkler  <winkler@gnu.org>
7080         * textmodes/bibtex.el (bibtex-entry-alist): New function.
7081         (bibtex-set-dialect): Use it.  Either set global values of
7082         dialect-dependent variables or bind these variables buffer-locally
7083         (Bug#10254).
7084         (bibtex-mode): Call bibtex-set-dialect via
7085         hack-local-variables-hook.
7086         (bibtex-dialect): Update docstring.
7087         Add safe-local-variable predicate.
7088         (bibtex-entry-alist, bibtex-field-alist): Initialize via
7089         bibtex-set-dialect.
7090         (bibtex-mode-map): Define menu for each dialect.
7091         (bibtex-entry): Fix docstring.
7093 2012-01-28  Chong Yidong  <cyd@gnu.org>
7095         * eshell/esh-arg.el (eshell-quote-argument): New function.
7097         * eshell/esh-ext.el (eshell-invoke-batch-file):
7098         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
7099         first arg to eshell-parse-command (Bug#10523).
7101 2012-01-28  Drew Adams  <drew.adams@oracle.com>
7103         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
7104         `default-directory' is non-nil.
7106 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
7108         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
7109         line that displays system-configuration-options.  (Bug#9924)
7111 2012-01-28  Drew Adams  <drew.adams@oracle.com>
7113         * descr-text.el (describe-char): Show information about POS, in
7114         addition to information about the character at POS.  Improve and
7115         update the doc string.  Change "code point" to "code point in
7116         charset", to avoid confusion with the character's Unicode code
7117         point shown above that.  (Bug#10129)
7119 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
7121         * descr-text.el (describe-char): Show the raw character, not only
7122         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
7123         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
7124         for the reasons.
7126 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
7128         * emacs-lisp/package.el (package-install):
7129         Run package-refresh-contents if there is no archive yet (Bug#9798).
7131 2012-01-28  Chong Yidong  <cyd@gnu.org>
7133         * emacs-lisp/package.el (package-maybe-load-descriptor):
7134         New function, split from package-maybe-load-descriptor.
7135         (package-maybe-load-descriptor): Use it.
7136         (package-download-transaction): Fully load required packages
7137         inside the loop, so that `require' calls work (Bug#10593).
7138         (package-install): No need to call package-initialize now.
7140 2012-01-28  Chong Yidong  <cyd@gnu.org>
7142         * simple.el (deactivate-mark): Doc fix (Bug#8614).
7144         * tooltip.el (tooltip-mode): Doc fix.
7145         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
7147         * frame.el (set-cursor-color): Doc fix (Bug#352).
7149         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
7150         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
7152         * cus-edit.el (custom-buffer-create-internal): Fix search button
7153         action (Bug#10542).
7154         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
7156 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
7158         * dired.el (dired-mark-files-regexp):
7159         Include any subdirectory components.  (Bug#10445)
7161 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
7163         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
7164         Handle [host]:port syntax.  (Bug#10533)
7166 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
7168         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
7170 2012-01-26  Glenn Morris  <rgm@gnu.org>
7172         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
7173         * term.el (term-raw-escape-map): Use Control-X-prefix.
7174         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
7176 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
7178         * window.el (window-state-get, window--state-get-1): Don't deal
7179         with fixed-sizeness of windows.  Simplify code.
7181 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
7183         * window.el (window--state-get-1, window--state-put-2):
7184         Don't save and restore the mark.
7186 2012-01-25  Chong Yidong  <cyd@gnu.org>
7188         * custom.el (custom-variable-p): Doc fix.
7190 2012-01-25  Glenn Morris  <rgm@gnu.org>
7192         * dired.el (dired-goto-file): Handle some of the more common
7193         characters that `ls -b' escapes.  (Bug#10596)
7195         * progmodes/compile.el (compilation-next-error-function):
7196         Respect compilation-first-column in the "*compilation*" buffer.
7197         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
7199         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
7201 2012-01-24  Glenn Morris  <rgm@gnu.org>
7203         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
7205 2012-01-24  Julien Danjou  <julien@danjou.info>
7207         * color.el (color-rgb-to-hsl): Fix value computing.
7208         (color-hue-to-rgb): New function.
7209         (color-hsl-to-rgb): New function.
7210         (color-clamp, color-saturate-hsl, color-saturate-name)
7211         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7212         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
7214 2012-01-24  Glenn Morris  <rgm@gnu.org>
7216         * vc/vc-rcs.el (vc-rcs-create-tag):
7217         * vc/vc-sccs.el (vc-sccs-create-tag):
7218         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
7220 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
7222         * eshell/esh-util.el (eshell-read-hosts-file):
7223         Skip comment lines.  (Bug#10549)
7225         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
7227 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
7229         * subr.el (display-delayed-warnings): Doc fix.
7230         (collapse-delayed-warnings): New function to collapse identical
7231         adjacent warnings.
7232         (delayed-warnings-hook): Add it.
7234 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
7236         * net/tramp.el (tramp-action-login): Set connection property "login-as".
7238         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
7239         (tramp-default-user-alist): Don't add "pscp".
7240         (tramp-do-copy-or-rename-file-out-of-band): Use connection
7241         property "login-as", if set.  (Bug#10530)
7243 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
7245         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
7246         "plink1" and "psftp".  (Bug#10530)
7248 2012-01-21  Kenichi Handa  <handa@m17n.org>
7250         * international/mule-cmds.el (prefer-coding-system): Show a
7251         warning message if the default value of file-name-coding-system
7252         was not changed.
7254 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
7256         * windmove.el (windmove-reference-loc):
7257         Fix windmove-reference-loc miscalculation.
7259 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
7261         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
7262         default unit.
7264 2012-01-21  Glenn Morris  <rgm@gnu.org>
7266         * international/mule.el (auto-coding-alist): Add .tbz.
7268         * files.el (local-enable-local-variables): Doc fix.
7269         (inhibit-local-variables-regexps): Rename from
7270         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
7271         Doc fix.  Add some extensions from auto-coding-alist.
7272         (inhibit-local-variables-suffixes):
7273         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
7274         (inhibit-local-variables-p):
7275         New function, extracted from set-auto-mode-1.
7276         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
7277         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
7278         (hack-local-variables): Doc fix.  Make the mode-only case
7279         respect enable-local-variables and friends.
7280         Respect inhibit-local-variables-regexps for file-locals, but
7281         not for directory-locals.
7282         (set-visited-file-name):
7283         Take account of inhibit-local-variables-regexps.
7284         Whether it applies may change as the file name is changed.
7285         * jka-cmpr-hook.el (jka-compr-install):
7286         * jka-compr.el (jka-compr-uninstall):
7287         Update for inhibit-first-line-modes-suffixes name change.
7289 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
7291         * help-macro.el (make-help-screen): Temporarily restore original
7292         binding for minor-mode-map-alist (Bug#10454).
7294 2012-01-19  Julien Danjou  <julien@danjou.info>
7296         * color.el (color-name-to-rgb): Use the white color to find the max
7297         color component value and return correctly computed values.
7298         (color-name-to-rgb): Add missing float conversion for max value.
7300 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
7302         * window.el (window--state-get-1, window-state-get): Do not use
7303         special state value for window-persistent-parameters.
7304         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
7305         (window--state-put-2): Reset all window parameters to nil before
7306         assigning values of persistent parameters.
7308 2012-01-18  Alan Mackenzie  <acm@muc.de>
7310         Eliminate sluggishness and hangs in fontification of "semicolon
7311         deserts".
7313         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
7314         Change value 10000 -> 3000.
7315         (c-state-safe-place): Reformulate so it doesn't stack up an
7316         infinite number of wrong entries in c-state-nonlit-pos-cache.
7317         (c-determine-limit-get-base, c-determine-limit): New functions to
7318         determine backward search limits disregarding literals.
7319         (c-find-decl-spots): Amend commenting.
7320         (c-cheap-inside-bracelist-p): New function which detects "={".
7322         * progmodes/cc-fonts.el
7323         (c-make-font-lock-BO-decl-search-function): Give a limit to a
7324         backward search.
7325         (c-font-lock-declarations): Fix an occurrence of point being
7326         undefined.  Check additionally for point being in a bracelist or
7327         near a macro invocation without a semicolon so as to avoid a
7328         fruitless time consuming search for a declarator.  Give a more
7329         precise search limit for declarators using the new
7330         c-determine-limit.
7332 2012-01-18  Glenn Morris  <rgm@gnu.org>
7334         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
7335         (set-auto-mode): Doc fixes.
7337 2012-01-17  Glenn Morris  <rgm@gnu.org>
7339         * isearch.el (search-nonincremental-instead): Fix doc typo.
7341         * dired.el (dired-insert-directory): Handle newlines in directory name.
7342         (dired-build-subdir-alist): Unescape newlines in directory name.
7344 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
7346         * net/tramp.el (tramp-local-end-of-line): New defcustom.
7347         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
7348         (tramp-action-terminal): Use it.  (Bug#10530)
7350 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7352         * minibuffer.el (completion--replace): Strip properties (bug#10062).
7354 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
7356         * window.el (window-state-ignored-parameters): Remove variable.
7357         (window--state-get-1): Rename argument MARKERS to IGNORE.
7358         Handle persistent window parameters.  Make copy of clone-of
7359         parameter only if requested.  (Bug#10348)
7360         (window--state-put-2): Install a window parameter only if it has
7361         a non-nil value or an existing parameter shall be overwritten.
7363 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
7365         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
7367 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
7369         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
7370         don't pass the (nil) value of `upnode' to string-match.
7372 2012-01-14  Chong Yidong  <cyd@gnu.org>
7374         * startup.el (command-line): Fix X resource class for cursorColor.
7375         Fix values recognized by the cursorBlink resource.
7377 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
7379         * epg.el (epg--make-temp-file): Avoid permission race condition
7380         when running on old Emacs versions (bug#10403).
7382 2012-01-14  Glenn Morris  <rgm@gnu.org>
7384         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
7386 2012-01-13  Alan Mackenzie  <acm@muc.de>
7388         Fix filling for when filladapt mode is enabled.
7390         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
7391         c-mask-paragraph, pass in `fill-paragraph' rather than
7392         `fill-region-as-paragraph'.  (This is a reversion of a previous
7393         change.)
7394         * progmodes/cc-mode.el (c-basic-common-init):
7395         Make fill-paragraph-handle-comment buffer local and set it to nil.
7397 2012-01-13  Glenn Morris  <rgm@gnu.org>
7399         * dired.el (dired-switches-escape-p): New function.
7400         (dired-insert-directory): Use dired-switches-escape-p.
7401         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
7403         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
7405 2012-01-12  Glenn Morris  <rgm@gnu.org>
7407         * mail/sendmail.el (mail-mode): Update paragraph-separate for
7408         changes in adaptive-fill-regexp.  (Bug#10276)
7410 2012-01-11  Alan Mackenzie  <acm@muc.de>
7412         Fix Emacs bug #10463 - put `widen's around the critical spots.
7414         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
7415         widen around each invocation of c-state-pp-to-literal.  Remove an
7416         unused let variable.
7418 2012-01-11  Glenn Morris  <rgm@gnu.org>
7420         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
7421         Doc fix.
7423 2012-01-10  Chong Yidong  <cyd@gnu.org>
7425         * net/network-stream.el (network-stream-open-starttls):
7426         Avoid emitting a confusing error message when the server gives a bad
7427         response to the capability command.
7429 2012-01-10  Glenn Morris  <rgm@gnu.org>
7431         * mail/unrmail.el (unrmail): Tweak previous change.
7433 2012-01-09  Chong Yidong  <cyd@gnu.org>
7435         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7437 2012-01-08  Alan Mackenzie  <acm@muc.de>
7439         Optimise font locking in long enum definitions.
7441         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7442         arm to a cond form to handle enums.
7443         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7444         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7446 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
7448         * files.el (move-file-to-trash): Preserve default file modes on error.
7449         (Bug#10401)
7451 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453         * faces.el (set-face-attribute): Clarify the meaning of the nil
7454         frame (bug#10294).
7456         * subr.el (with-selected-frame): Mention that the selected frame
7457         is restored (bug#9980).
7459         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7460         (bug#9759).
7462         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
7463         (password-read): Don't autoload unused function.
7465 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
7467         * progmodes/which-func.el (which-func-mode): Turn into a
7468         non-interactive function and mark as obsolete (bug#10428).
7470 2012-01-06  Chong Yidong  <cyd@gnu.org>
7472         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7473         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7474         functions, along with 1 and -1.
7476 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
7478         * time.el (display-time-load-average)
7479         (display-time-default-load-average): Doc fixes.  See the thread
7480         starting at
7481         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7482         for the details.
7484 2012-01-06  Glenn Morris  <rgm@gnu.org>
7486         * mail/unrmail.el (unrmail): Give an explicit error if the input file
7487         has no messages.  (Bug#10377)
7489         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7490         than Info-edit.  (Bug#10385)
7492         * time.el (display-time-load-average, display-time-next-load-average):
7493         Doc fixes.
7495         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7496         local setting of buffer-read-only to the input buffer.  (Bug#10419)
7498         * calendar/calendar.el (calendar-mode):
7499         Locally set scroll-margin to 0.  (Bug#10379)
7501 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
7503         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
7505 2012-01-05  Glenn Morris  <rgm@gnu.org>
7507         * eshell/em-unix.el (diff-no-select): Autoload it.
7508         (eshell/diff): Use diff-no-select.  (Bug#10420)
7510 2012-01-05  Chong Yidong  <cyd@gnu.org>
7512         * shell.el (shell-dynamic-complete-functions): Revert last change.
7513         (shell-command-completion-function): New function.
7514         (shell-completion-vars): Use it to implement
7515         shell-completion-execonly (Bug#10417).
7517         * custom.el (enable-theme): Don't set custom-safe-themes.
7519         * cus-theme.el (custom-theme-merge-theme):
7520         Ignore custom-enabled-themes and custom-safe-themes.
7522 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
7524         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7525         first prompt in `sql-interacive-mode'.
7526         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
7527         keywords.
7528         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
7529         (sql-product-interactive): Bug fix: Set `sql-buffer' in
7530         context of original buffer.  Invoke `sql-login-hook'.
7532 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
7534         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7535         letters in cite-prefix.
7537 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7541 2012-01-03  Chong Yidong  <cyd@gnu.org>
7543         * shell.el (shell-dynamic-complete-functions):
7544         Put pcomplete-completions-at-point, so as to try
7545         comint-filename-completion first (Bug#10417).
7547 2012-01-02  Richard Stallman  <rms@gnu.org>
7549         * battery.el (battery-status-function):
7550         Detect when to use battery-yeeloong-sysfs.
7551         (battery-echo-area-format): Add string for Yeeloong.
7552         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7553         (battery-yeeloong-sysfs): New function.
7555 2012-01-02  Chong Yidong  <cyd@gnu.org>
7557         * dirtrack.el (dirtrack-list): Eliminate unused third element.
7558         (dirtrack): Merge code for handling relative filenames in prompt
7559         from shell-dir-cookie-watcher.
7560         (dirtrack-debug-message): New arg to avoid excess format calls.
7562         * shell.el (shell-dir-cookie-re): Variable deleted.
7563         (shell-dir-cookie-watcher): Function deleted.
7564         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7565         with dirtrack-mode.
7567 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
7569         * term/w32-win.el (dynamic-library-alist) <gnutls>:
7570         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
7571         libgnutls-26.dll.
7573 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
7575         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7577 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
7579         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7580         headers of non-MIME messages, when rmail-enable-mime is non-nil.
7582 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
7584         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7585         also for alternative shells.
7586         (tramp-open-connection-setup-interactive-shell): Check, whether
7587         the shell is a busybox.
7588         (tramp-send-command): Don't suppress multiple prompts for
7589         busyboxes, it hurts.
7591 2011-12-28  Chong Yidong  <cyd@gnu.org>
7593         * progmodes/gdb-mi.el (gdb-get-source-file-list)
7594         (gdb-get-source-file): Move mode line update to
7595         gdb-get-source-file (Bug#10087).
7597 2011-12-25  Chong Yidong  <cyd@gnu.org>
7599         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7600         gud-gdb-marker-filter without taking it as an argument.
7601         (gud-gdb-run-command-fetch-lines): Caller changed.
7602         (gud-gdb-completion-function): New variable.
7603         (gud-gdb-completion-at-point): Use it.
7604         (gud-gdb-completions-1): Split from gud-gdb-completions.
7606         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7607         function as separate arguments.
7608         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7609         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7610         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7611         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7612         (gdb-stopped, def-gdb-auto-update-trigger)
7613         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
7614         (gdb-get-changed-registers, gdb-get-main-selected-frame):
7615         Callers changed.
7616         (gud-gdbmi-completions): New function.
7617         (gdb): Use it for generating the completion table.
7619 2011-12-24  Alan Mackenzie  <acm@muc.de>
7621         Introduce a mechanism to widen the region used in context font
7622         locking.  Use this to protect declarations from losing their contexts.
7624         * progmodes/cc-langs.el (c-before-font-lock-functions):
7625         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
7626         (c-before-context-fontification-functions): New defvar, a list of
7627         functions to be run just before context (etc.) font locking.
7629         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
7630         New, functionality extracted from
7631         c-neutralize-syntax-in-and-mark-CPP.
7632         (c-in-after-change-fontification): New variable.
7633         (c-after-change): Set c-in-after-change-fontification.
7634         (c-set-fl-decl-start): Rejig its interface, so it can be called
7635         from both after-change and context fontifying.
7636         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7637         New functions.
7638         (c-standard-font-lock-fontify-region-function): New variable.
7639         (c-font-lock-fontify-region): New function.
7641 2011-12-24  Juri Linkov  <juri@jurta.org>
7643         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7644         (Bug#10348)
7646 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
7648         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7649         existence of source file.  (Bug#10325)
7651 2011-12-23  Alan Mackenzie  <acm@muc.de>
7653         Fix unstable fontification inside templates.
7655         * progmodes/cc-langs.el (c-before-font-lock-functions):
7656         Newly created from the singular version.  The (c c++ objc) entry now
7657         additionally has c-set-fl-decl-start.  The other languages (apart
7658         from AWK) have that as a single entry.
7660         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7661         The functionality for "local" declarations has been extracted to
7662         c-set-fl-decl-start.
7664         * progmodes/cc-mode.el (c-common-init, c-after-change):
7665         Changes due to pluralisation of c-before-font-lock-functions.
7666         (c-set-fl-decl-start): New function, extracted from
7667         c-font-lock-enclosing-decls and enhanced.
7669 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
7671         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7673 2011-12-22  Juri Linkov  <juri@jurta.org>
7675         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
7677 2011-12-22  Chong Yidong  <cyd@gnu.org>
7679         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7681 2011-12-21  Drew Adams  <drew.adams@oracle.com>
7683         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
7685 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
7687         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7689 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7691         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
7692         highlighting and support.  Fix up comments for capitalization.
7693         (cfengine-mode-debug): New var.
7694         (cfengine3-mode): Change the modeline indicator to "CFE3".
7695         (cfengine3-font-lock-keywords): Improve defun highlighting.
7696         (cfengine2-actions): Rename from `cfengine-actions'.
7697         (cfengine2-font-lock-keywords): Rename from
7698         `cfengine-font-lock-keywords'.
7699         (cfengine2-imenu-expression): Rename from
7700         `cfengine-imenu-expression'.
7701         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7702         (cfengine2-beginning-of-defun): Rename from
7703         `cfengine-beginning-of-defun'.
7704         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7705         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7706         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
7707         modeline indicator to "CFE2".
7708         (cfengine-mode): Defalias to `cfengine-auto-mode'.
7709         (cfengine-mode-abbrevs): Mark obsolete.
7711 2011-12-21  Chong Yidong  <cyd@gnu.org>
7713         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7714         filename argument.
7716 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
7718         * window.el (window-normalize-buffer-to-display): Remove.
7719         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7721 2011-12-19  Chong Yidong  <cyd@gnu.org>
7723         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7724         Don't signal an error in a predicate function; return non-nil.
7725         (vc-dir-mark-file): Move the error here.
7726         (vc-dir-mark-unmark): If acting on the region, keep going if one
7727         of the entries cannot be marked/unmarked.
7728         (vc-dir-mark-all-files): If current entry is a directory, mark
7729         only child files, as documented.
7731 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7733         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7734         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7735         addition.
7737 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
7739         * term/ns-win.el (ns-get-selection-internal)
7740         (ns-store-selection-internal): Declare.
7741         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7742         Declare as obsolete.
7743         (ns-get-pasteboard, ns-paste-secondary):
7744         Use ns-get-selection-internal.
7745         (ns-set-pasteboard,  ns-copy-including-secondary):
7746         Use ns-store-selection-internal.
7748 2011-12-17  Chong Yidong  <cyd@gnu.org>
7750         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
7751         (vc-deduce-fileset): Doc fix.
7753 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
7755         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7757 2011-12-13  Sam Steingold  <sds@gnu.org>
7759         * man.el (Man-getpage-in-background): When running under a
7760         window-system, ignore $MANWIDTH and $COLUMNS.
7762 2011-12-15  Kenichi Handa  <handa@m17n.org>
7764         * language/ethio-util.el: Change coding tag to utf-8-emacs.
7765         (setup-ethiopic-environment-internal): Comment out key-binding for
7766         ethio-toggle-punctuation.
7768 2011-12-13  Alan Mackenzie  <acm@muc.de>
7770         Add the switch statement to AWK Mode.
7772         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
7773         "default" to the keywords regexp.
7775         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
7776         expression as the rest.
7777         (c-nonlabel-token-key): Allow string literals for AWK.
7778         Refactor for the other modes.
7780         Large brace-block initialisation makes CC Mode slow: Fix.
7781         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
7782         routines.  Limit backward searching in c-font-lock-enclosing.decl.
7784         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7785         pp-state and literal type in addition to the limits.
7786         (c-state-safe-place): New defun, extracted from c-state-literal-at.
7787         (c-state-literal-at): Use the above new defun.
7788         (c-slow-in-literal, c-fast-in-literal): Remove.
7789         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
7791         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7792         being in a literal.  Add a limit for backward searching.
7794         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7795         c-slow-in-literal.
7797 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7799         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7801 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
7803         * window.el (delete-other-windows): Use correct frame in call to
7804         window-with-parameter.
7806 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
7808         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7809         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7810         (makefile-gmake-statements, makefile-makepp-statements):
7811         Use it and add new makepp keywords.
7812         (makefile-makepp-font-lock-keywords): Add new patterns.
7813         (makefile-match-function-end): Match new [...] and [[...]].
7815 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
7817         * ses.el (ses-call-printer-return, ses-cell-property-get)
7818         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7819         (ses-create-cell-variable, ses-reset-header-string)
7820         (ses-cell-set-formula, ses-repair-cell-reference-all)
7821         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7822         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7823         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7824         (ses-aset-with-undo, ses-load, ses-truncate-cell)
7825         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7826         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7827         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7828         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7829         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7830         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7831         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7832         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7834 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7836         * ses.el: The overall change is to add cell renaming, that is
7837         setting fancy names for cell symbols other than name matching
7838         "\\`[A-Z]+[0-9]+\\'" regexp .
7839         (ses-create-cell-variable): New defun.
7840         (ses-relocate-formula): Relocate formulas only for cells the
7841         symbols of which are not renamed, i.e. symbols whose names do not
7842         match regexp "\\`[A-Z]+[0-9]+\\'".
7843         (ses-relocate-all): Relocate values only for cells the symbols of
7844         which are not renamed.
7845         (ses-load): Create cells variables as the (ses-cell ...) are read,
7846         in order to check row col consistency with cell symbol name only
7847         for cells that are not renamed.
7848         (ses-replace-name-in-formula): New defun.
7849         (ses-rename-cell): New defun.
7851 2011-12-11  Chong Yidong  <cyd@gnu.org>
7853         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7854         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7856 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
7858         * window.el (other-window): Fix docstring.
7860 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
7862         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
7863         `from' or `to' address before taking its substring.
7864         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
7865         encoded name is chopped in the middle of the encoded string, and
7866         thus displayed encoded.
7868 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
7870         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7872 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
7874         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
7875         to use texinfo-update-node and commands that call it if the
7876         Texinfo file uses @node lines without next/prev/up pointers.
7877         Correct outdated description about texinfo-master-menu.
7878         (texinfo-all-menus-update, texinfo-master-menu)
7879         (texinfo-update-node, texinfo-every-node-update)
7880         (texinfo-multiple-files-update): Doc fix.  Warn against updating
7881         all the @node lines.
7882         (texinfo-master-menu): Only call texinfo-update-node if the prefix
7883         argument is numeric.  Explain better in the doc string what the
7884         function really does.
7885         (texinfo-insert-master-menu-list): Improve the error message
7886         displayed if there's no menu in the Top node.
7887         (Bug#2975)  See also this thread:
7888         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7890 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
7892         * speedbar.el (speedbar-supported-extension-expressions):
7893         Add .adb and .ads, commonly used for Ada source code (bug#10256).
7895 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
7897         * printing.el (pr-mode-alist):
7898         * simple.el (filter-buffer-substring-functions)
7899         (completion-list-insert-choice-function):
7900         * window.el (window-with-parameter, window-atom-root)
7901         (window-sides-slots, window-size-fixed, window-min-delta)
7902         (window-max-delta, window--resize-mini-window)
7903         (window--resize-child-windows-normal, window-tree)
7904         (delete-other-windows, quit-window, split-window)
7905         (display-buffer-record-window, special-display-buffer-names)
7906         (special-display-regexps, special-display-popup-frame)
7907         (same-window-p, split-window-sensibly)
7908         (display-buffer-overriding-action, display-buffer-alist)
7909         (display-buffer-base-action, display-buffer, switch-to-buffer)
7910         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7911         (fit-window-to-buffer, recenter-positions)
7912         (mouse-autoselect-window-state, mouse-autoselect-window-select):
7913         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7914         and remove unneeded backslashes in docstrings.
7916 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7918         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7920         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7921         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7922         end in ".mk".
7923         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7924         when reading the makefile (bug#10116).
7926 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7928         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7929         (bug#10116).
7931 2011-12-06  Glenn Morris  <rgm@gnu.org>
7933         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7935 2011-12-06  Chong Yidong  <cyd@gnu.org>
7937         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7939 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
7941         * textmodes/table.el (table-shorten-cell): Fix typo.
7943 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
7945         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7947 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
7949         * descr-text.el (describe-char): Fix display of strong
7950         right-to-left characters and directional embeddings and overrides.
7952         * simple.el (what-cursor-position): Fix display of codepoints of
7953         strong right-to-left characters.
7955 2011-12-05  Chong Yidong  <cyd@gnu.org>
7957         * faces.el (read-color): Doc fix.
7959 2011-12-05  Glenn Morris  <rgm@gnu.org>
7961         * align.el (align--set-marker): Add doc-string.
7962         Don't try to move something that is not a marker.  (Bug#10216)
7964 2011-12-04  Glenn Morris  <rgm@gnu.org>
7966         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7967         overly zealous deletion of trailing whitespace.
7969 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
7971         * server.el (server-delete-client): On Windows, do not try to delete
7972         the only terminal.
7973         (server-process-filter): On Windows, treat requests for a tty frame as
7974         if they were for a GUI frame if the running server is in GUI mode.
7976 2011-12-03  Glenn Morris  <rgm@gnu.org>
7978         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
7980 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7982         * electric.el: Streamline electric-indent's hook.
7983         (electric-indent-chars): Revert to simple list.
7984         (electric-indent-functions): New var.
7985         (electric-indent-post-self-insert-function): Use it.
7987         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7988         there's no inferior buffer (bug#10196).
7989         (prolog-consult-compile): Don't use toggle-read-only.
7991 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
7993         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7994         interrupt.  (Bug#10187)
7996 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7998         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7999         (bug#9160).
8001         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
8002         (bug#10191).
8004 2011-12-02  Juri Linkov  <juri@jurta.org>
8006         * info.el (Info-search): Display "end of manual" when Isearch
8007         reaches the end of single-file Info manual.  (Bug#9918)
8009 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
8011         * isearch.el (isearch-message-prefix): Run the input method part
8012         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
8014 2011-12-02  Juri Linkov  <juri@jurta.org>
8016         * isearch.el (isearch-occur): Use `word-search-regexp' for
8017         `isearch-word'.
8018         (isearch-search-and-update): Add condition for `isearch-word' and
8019         call `word-search-regexp'.  (Bug#10145)
8021 2011-12-01  Glenn Morris  <rgm@gnu.org>
8023         * eshell/em-hist.el (eshell-hist-initialize):
8024         Handle eshell-history-size nil and HISTSIZE set or unset.
8025         (eshell-history-file-name, eshell-history-size): Fix custom type.
8027 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8029         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
8031 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
8033         * progmodes/verilog-mode.el (verilog-pretty-expr):
8034         Rework verilog-pretty-expr to handle new assignment operators in system
8035         verilog, such as += *= and the like.
8036         (verilog-assignment-operator-re): Regular expression to find the
8037         assigment operator in a verilog assignment.
8038         (verilog-assignment-operation-re): Regular expression to find an
8039         assignment statement for pretty-expr.
8040         (verilog-in-attribute-p): Query returns true if point is in an
8041         attribute context; used to skip these for expression line up from
8042         pretty-expr.
8043         (verilog-in-parameter-p): Query returns true if point is in an
8044         parameter definition context; used to skip these for expression
8045         line up from pretty-expr.
8046         (verilog-in-parenthesis-p): Query returns true if point is in a
8047         parenthetical expression, specifically ( ) but not [ ] or { };
8048         used by pretty-expr.
8049         (verilog-just-one-space): If there is no space, don't add one.
8050         (verilog-get-lineup-indent-2): Specifically skip just attribute
8051         contexts for expression lineup, rather than skipping all
8052         parenthetical expressions.
8053         (verilog-calculate-indent): Fix comment, and fix indent.
8054         (verilog-do-indent): Indent declarations in lists (suggested by
8055         Joachim Lechner).
8056         (verilog-mode-abbrev-table): Populate abbrev mode with the various
8057         skeleton items.
8058         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
8059         by Alain Mellan).
8061 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
8063         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
8064         parameters with embedded comments.  Reported by Ray Stevens.
8065         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
8066         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
8067         Reported by Tim Holt.
8068         (verilog-auto): Fix AUTOing a upper module then AUTOing module
8069         instantiated by upper module causing wrong expansion until AUTOed a
8070         second time.  Reported by K C Buckenmaier.
8071         (verilog-diff-auto): Fix showing .* as a difference when
8072         `verilog-auto-star-save' off.  Reported by Dan Dever.
8073         (verilog-auto-reset, verilog-read-always-signals)
8074         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
8075         temporary signals in reset list if
8076         verilog-auto-reset-blocking-in-non is nil, and match assignment
8077         style to each signal's assignment type, bug381.
8078         Reported by Thomas Esposito.
8079         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
8080         (verilog-uvm-statement-re): Support UVM indentation and
8081         highlighting, with old OVM keywords only.
8082         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
8083         Support AUTOTIEOFF creating non-wire data types.
8084         Suggested by Jonathan Greenlaw.
8085         (verilog-auto-insert-lisp, verilog-delete-to-paren)
8086         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
8087         (verilog-inject-sense, verilog-read-inst-pins)
8088         (verilog-read-sub-decls, verilog-read-sub-decls-line):
8089         Fix mismatching parenthesis inside commented out code when deleting
8090         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
8091         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
8092         non-numeric vector width.  Reported by Alex Reed.
8093         (verilog-auto-ascii-enum): Add "onehot" option to work around not
8094         detecting signals with parameter widths.  Reported by Alex Reed.
8095         (verilog-auto-delete-trailing-whitespace):
8096         With `verilog-auto-delete-trailing-whitespace' remove trailing
8097         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
8098         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
8099         Fix verilog-scan-cache corruption when running user AUTO expansion
8100         hooks that call indentation routines.
8101         (verilog-simplify-range-expression): Fix typo ignoring lower case
8102         identifiers.
8103         (verilog-delete-auto): Fix delete-autos to also remove user created
8104         automatics, as long as they start with AUTO.
8105         (verilog-batch-diff-auto, verilog-diff-auto)
8106         (verilog-diff-function): Add `verilog-diff-auto' and bind to
8107         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
8108         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
8109         (verilog-in-paren-quick, verilog-re-search-backward-quick)
8110         (verilog-re-search-forward-quick, verilog-syntax-ppss):
8111         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
8112         is disabled and its cache will get corrupt, causing AUTOS not to
8113         expand.  Instead use only -quick functions.
8114         (verilog-scan-region): Fix scanning over escaped quotes.
8115         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
8116         (verilog-re-search-backward-quick)
8117         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
8118         related functions now ignore strings, to fix misparsing of strings
8119         with magic comments embedded in them.
8120         (verilog-read-auto-template):
8121         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
8122         Reported by Brad Dobbie.
8123         (verilog-read-auto-template):
8124         Fix 'verilog-auto-inst-template-numbers' with comments.
8125         Reported by Brad Dobbie.
8126         (verilog-auto-inst, verilog-auto-inst-param)
8127         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
8128         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
8129         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
8130         debugging templates without merge conflicts, bug357.
8131         Reported by Brad Dobbie.
8132         (verilog-read-auto-template):
8133         Fix verilog-auto-inst-template-numbers with multiple templates.
8134         Reported by Brad Dobbie.
8135         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
8136         abbrevs so user won't be asked to save.
8137         (verilog-read-auto-lisp-present): Fix to start at beginning of
8138         buffer in case called outside of verilog-auto.
8139         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
8140         to "X-2".  Reported by Matthew Myers.
8141         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
8142         all inputs from module templates.  Reported by Leith Johnson.
8143         (verilog-module-inside-filename-p): Fix locating programs as with
8144         modules.
8145         (verilog-auto-inst-port): Fix vl-width expressions when using
8146         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
8147         (verilog-decls-get-regs, verilog-decls-get-signals,
8148         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
8149         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
8150         verilog-read-decls): Combine reg and wire structures into one var
8151         structure to represent SystemVerilog concepts.
8152         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
8153         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
8154         (verilog-auto-wire-type, verilog-insert-definition):
8155         Add verilog-auto-wire-type and AUTOLOGIC to support using
8156         SystemVerilog "logic" keyword instead of "wire"/"reg".
8157         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
8158         to declares outputs that also have assignments (presumably in an
8159         ifdef or generate if so there's not a driver conflict).
8160         Reported by Matthew Myers.
8161         (verilog-auto-declare-nettype, verilog-insert-definition):
8162         Add verilog-auto-declare-nettype to fix declarations using
8163         `default_nettype none.  Reported by Julian Gorfajn.
8164         (verilog-read-always-signals-recurse, verilog-read-decls)
8165         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
8166         malformed end statement, bug325.  Reported by Joshua Wise and
8167         Andrew Drake.
8168         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
8169         (verilog-inst-comment-re): Fix not deleting Interfaced comment
8170         when expanding .* in interfaces, bug320.
8171         Reported by Pierre-David Pfister.
8172         (verilog-read-module-name): Fix import statements between module
8173         name and open parenthesis, bug317.
8174         Reported by Pierre-David Pfister.
8175         (verilog-simplify-range-expression): Fix simplification of
8176         multiplications inside AUTOWIRE connections, bug303.
8177         (verilog-auto-inst-port): Support parameter expansion in
8178         multidimensional arrays.
8179         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
8180         after "assert property".  Reported by Julian Gorfajn.
8181         (verilog-simplify-range-expression): Fix "couldn't merge" errors
8182         with multiplication, bug303.
8183         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
8184         Reported by Jan Frode Lonnum.
8186 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
8188         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
8189         (hfy-shell-file-name, hfy-shell):
8190         * international/fontset.el (x-decompose-font-name): Fix typos.
8192 2011-11-29  Ken Brown  <kbrown@cornell.edu>
8194         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
8195         (gdb-version): Remove defvar.
8196         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
8197         (gdb-gud-context-command, gdb-non-stop-handler)
8198         (gdb-current-context-command, gdb-stopped): Use it.
8199         (gdb-init-1): Enable pretty printing here.
8200         (gdb-non-stop-handler): Don't enable pretty-printing here.
8201         Check to see if the target supports non-stop mode; if not, turn off
8202         non-stop mode.  Use the following.
8203         (gdb-check-target-async): New defun.
8204         (gud-watch, gdb-stopped): Fix whitespace.
8205         (gdb-get-source-file): Don't try to display the source file if
8206         `gdb-main-file' is nil.
8208 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8210         * align.el: Try to generate fewer markers (bug#10047).
8211         (align--set-marker): New macro.
8212         (align-region): Use it.
8214 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8216         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
8218 2011-11-29  Chong Yidong  <cyd@gnu.org>
8220         * indent.el (indent-for-tab-command, indent-according-to-mode):
8221         Doc fix.
8222         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
8224 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
8226         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
8227         aware of remote file names.  (Bug#10124)
8229 2011-11-29  Chong Yidong  <cyd@gnu.org>
8231         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
8233 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8235         * files.el (find-file): Don't use force-same-window (bug#10144).
8236         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
8237         use pop-to-buffer if the selected window can't be used.
8238         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
8240 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
8242         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
8243         special-mode-map.
8245 2011-11-28  Chong Yidong  <cyd@gnu.org>
8247         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
8249 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
8251         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
8252           gdb-get-source-file-list on gdb-create-source-file-list.
8254 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
8256         * whitespace.el (whitespace-newline): Use a different foreground
8257         color for 16-color light-background displays.
8259 2011-11-24  Chong Yidong  <cyd@gnu.org>
8261         * window.el (display-buffer--special-action): Doc fix.
8263 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
8265         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
8266         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
8267         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
8268         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
8269         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
8270         (avl-tree-stack-first):
8271         * emacs-lisp/cconv.el (cconv--analyse-use):
8272         * net/gnutls.el (gnutls-negotiate): Fix typos.
8274 2011-11-24  Glenn Morris  <rgm@gnu.org>
8276         * lpr.el (lpr-windows-system, lpr-lp-system):
8277         * mail/binhex.el (binhex-begin-line):
8278         * progmodes/grep.el (grep-history, grep-find-history):
8279         * textmodes/flyspell.el:
8280         * vc/pcvs-defs.el (cvs-global-menu):
8281         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
8282         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
8283         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
8285         * net/tls.el: Fix case of "GnuTLS".
8287         * paths.el (rmail-file-name): Format doc-string for make-docfile.
8289         * version.el (emacs-build-system): Give it a doc-string.
8291 2011-11-24  Juri Linkov  <juri@jurta.org>
8293         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
8295 2011-11-24  Glenn Morris  <rgm@gnu.org>
8297         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
8298         if called on a non-mime message just toggle the headers.  (Bug#8006)
8300 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
8302         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
8303         (allout-lead-with-comment-string, allout-structure-deleted-hook)
8304         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
8305         (allout-rebullet-heading, allout-open-sibtopic)
8306         (allout-toggle-current-subtree-encryption)
8307         (allout-toggle-subtree-encryption, allout-encrypt-string)
8308         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
8309         (allout-distinctive-bullets-string, allout-auto-activation):
8310         * window.el (window-normalize-buffer-to-display):
8311         * progmodes/verilog-mode.el (verilog-batch-indent):
8312         * textmodes/bibtex.el (bibtex-field-braces-opt)
8313         (bibtex-field-strings-opt):
8314         * vc/cvs-status.el (cvs-tree-merge):
8315         Fix typos.
8317 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
8319         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
8320         `non-essential' to t, in order to avoid remote connections.
8322 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
8324         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8325         On MS-DOS and MS-Windows, compare with loaddefs.el
8326         case-insensitively.
8328 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
8330         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
8332 2011-11-23  Glenn Morris  <rgm@gnu.org>
8334         * paths.el (rmail-file-name): Reformat the doc-string so that it
8335         is picked up.
8337         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
8338         (rmail-auto-file): Ignore case in the "special" field names,
8339         as mail-fetch-field does for all others.
8341         * mail/rmail.el (rmail-forward):
8342         * mail/rmailkwd.el (rmail-set-label):
8343         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
8344         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
8346         * mail/rmail.el (rmail-current-message): Doc fix.
8348         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
8350 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8352         * server.el (server-eval-and-print): Allow C-g (bug#6585).
8354 2011-11-22  Glenn Morris  <rgm@gnu.org>
8356         * mail/rmailmm.el (test-rmail-mime-handler)
8357         (test-rmail-mime-bulk-handler)
8358         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
8360 2011-11-21  Juri Linkov  <juri@jurta.org>
8362         * calc/calc.el (calc-read-key-sequence):
8363         Let-bind `input-method-function' to nil.  (Bug#10018)
8365 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8367         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
8368         Tell the caller that the next line needs recomputation, even
8369         though it doesn't start a sexp (bug#10094).
8371 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8373         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
8375 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8377         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8378         Use force-same-window.
8380 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
8382         * descr-text.el (describe-char-unicode-data):
8383         * json.el (json-string-escape):
8384         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
8385         (Footnote-unicode, Footnote-style-p):
8386         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
8388 2011-11-20  Chong Yidong  <cyd@gnu.org>
8390         * window.el (replace-buffer-in-windows): Restore interactive spec.
8392 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8394         * electric.el (electric-indent-mode): Fix last change (too optimistic).
8396         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
8397         (byte-compile-global-not-obsolete-vars): New var.
8398         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
8399         Use it.
8400         (byte-compile-warn-obsolete): Align text with the one in *Help*.
8402 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
8404         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
8405         * progmodes/pascal.el (electric-pascal-equal):
8406         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
8407         * xml.el (xml-substitute-special): Fix typos.
8409 2011-11-20  Glenn Morris  <rgm@gnu.org>
8411         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8412         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8413         Doc fixes.
8414         (rmail-decode-mime-charset): Mark as obsolete.
8416         * mail/rmailsum.el (rmail-message-regexp-p-1):
8417         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8418         Before using mime functions, check they are set.  (Bug#10077)
8420 2011-11-19  Juri Linkov  <juri@jurta.org>
8422         * info.el (Info-finder-find-node): Use `package--builtins' instead
8423         of `package-alist'.  Use node names formed by the pattern "Keyword "
8424         and the keyword name.
8426 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
8428         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
8430 2011-11-19  Juri Linkov  <juri@jurta.org>
8432         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8433         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
8434         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8435         `old-history', `old-history-forward'.  Add let-binding
8436         `window-selected'.  Remove calls to `kill-buffer',
8437         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
8438         before calling `Info-find-node', so `Info-find-node-2' will reread
8439         the Info file.  Restore window positions only when `window-selected'
8440         is non-nil.
8442 2011-11-19  Juri Linkov  <juri@jurta.org>
8444         * isearch.el (isearch-lazy-highlight-new-loop):
8445         Remove condition `(not isearch-error)'.  (Bug#9918)
8447         * misearch.el (multi-isearch-search-fun): Add condition
8448         `(not bound)' to ignore lazy-highlighting search.
8449         Add the search-failed message "end of multi" when the end of
8450         multi-sequence is reached.  Uncapitalize the search-failed
8451         message "Repeat for next buffer".
8453         * info.el (Info-search): Add the search-failed message
8454         "end of the manual" when the end of the manual is reached
8455         in Isearch mode.
8457 2011-11-19  Juri Linkov  <juri@jurta.org>
8459         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8460         Use non-destructive `remove' instead of `delete' because
8461         `Info-history-list' stored to `Info-isearch-initial-history-list' in
8462         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8464 2011-11-19  Juri Linkov  <juri@jurta.org>
8466         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8467         to nil instead of binding `search-ring' and `regexp-search-ring'.
8468         (Bug#9185)
8470 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
8472         * simple.el (line-move): Force movement by logical lines for any
8473         hscrolled window, not only when auto-hscroll-mode is on.
8474         (line-move-visual): Update doc string to that effect.  (Bug#10076)
8476 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
8478         * language/european.el (macintosh): Define as alias for mac-roman.
8480 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
8482         * mail/rmailmm.el (rmail-mime-display-header)
8483         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8484         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8485         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8486         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8487         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8488         of a raw aref.
8489         (rmail-mime-entity-segment): To get past the tagline, move forward
8490         2 more lines, to account for the 2 empty lines that precede and
8491         follow the line with the buttons.
8492         (rmail-mime-update-tagline): Move one more line, to get past the
8493         empty line that follows the buttons in the tagline.  (Bug#9520)
8495 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
8497         * window.el (window-max-delta-1, window-min-delta-1)
8498         (window-min-size-1, window-state-get-1, window-state-put-1)
8499         (window-state-put-2): Use "window--" prefix.
8501 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8503         * emacs-lisp/smie.el: Improve warnings and conflict detection.
8504         (smie-warning-count): New var.
8505         (smie-set-prec2tab): Use it.
8506         (smie-bnf->prec2): Improve warnings.  Add docstring.
8507         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8508         (smie-bnf--set-class): New function.
8509         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
8510         corner case.
8512         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8513         (compilation-error-properties, compilation-move-to-column):
8514         Handle compilation-first-column while in the target buffer.
8516         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8517         Don't hardcode point-min==1.
8519         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8520         (eshell-rewrite-for-command): Remove workaround.
8521         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8522         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8523         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8525         * files-x.el (modify-file-local-variable): Obey commenting conventions.
8527 2011-11-17  Glenn Morris  <rgm@gnu.org>
8529         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8530         Ignore buffer-local generated-autoload-file if it is the same
8531         as the global value.  (Bug#10049)
8533 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
8535         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8536         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8537         (reftex-toc-previous-heading, reftex-toc-max-level)
8538         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8539         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8540         (reftex-toc-do-promote, reftex-toc-promote-prepare)
8541         (reftex-toc-promote-action, reftex-toc-extract-section-number)
8542         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8543         (reftex-toc-rename-label, reftex-toc-visit-location)
8544         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8545         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8546         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8547         leaving "*toc*" only for references to the buffer.
8549 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
8551         * window.el (window-resize, delete-window, split-window):
8552         Replace window-splits by window-combination-resize.
8553         * cus-start.el (window-splits): Replace by window-combination-resize.
8555 2011-11-17  Glenn Morris  <rgm@gnu.org>
8557         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8558         Make bash entry derive from sh entry, not shell entry.
8560 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
8562         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8563         local file name.
8565 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
8567         * menu-bar.el (menu-bar-file-menu):
8568         * printing.el (pr-ps-utility):
8569         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8570         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8571         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8572         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8573         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8574         (icalendar--convert-cyclic-to-ical)
8575         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8576         (icalendar--convert-ical-to-diary)
8577         (icalendar--convert-recurring-to-diary)
8578         (icalendar--convert-non-recurring-all-day-to-diary)
8579         (icalendar-import-format-sample):
8580         * progmodes/idlw-shell.el (idlwave-shell-mode):
8581         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8582         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8583         (vhdl-ps-print-init): Fix typos.
8585 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
8587         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8588         FSF and collapse date sequence, obscure author/maintainer email address
8589         better, remove extra version line, track relocation of author's webpage.
8591         * progmodes/python.el (python-pdbtrack-input-prompt)
8592         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8593         regular python pdb prompts.  Adjustments shamelessly taken exactly as
8594         suggested in EmacsWiki page (tiny change):
8595         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8597 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
8599         * expand.el (expand-pos, expand-index, expand-point):
8600         Remove redundant info from docstring.
8601         (expand-add-abbrevs): Doc fix.
8602         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8603         (expand-sample-perl-mode-expand-list): Fix typos.
8605         * net/dbus.el (dbus-event-member-name):
8606         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8607         * term/pc-win.el (msdos-create-frame-with-faces):
8608         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8610 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
8612         * window.el (split-window, window-state-get-1)
8613         (window-state-put-1, window-state-put-2): Rename occurrences of
8614         window-nest to window-combination-limit.
8615         * cus-start.el (window-nest): Rename to window-combination-limit.
8617 2011-11-16  Chong Yidong  <cyd@gnu.org>
8619         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8620         regexp (Bug#10033).
8622 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8624         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8625         `completing-read' will remove *Completions* and will preserve
8626         current-buffer for us.
8627         (tmm-add-prompt): Users of *Completions* will always (re)set its
8628         major mode.
8629         (tmm-old-comp-map): Remove.
8631 2011-11-16  Glenn Morris  <rgm@gnu.org>
8633         * mail/rmailedit.el: Require rmailmm when compiling.
8634         (rmail-old-mime-state): New declaration.
8635         (rmail-edit-current-message): If editing a mime message,
8636         edit the "raw" message from the mbox buffer.
8637         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
8639 2011-11-15  Glenn Morris  <rgm@gnu.org>
8641         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8642         which wasn't being used.  Add optional arg to force given state.
8643         (rmail-mime): Add optional arg to force given state.
8645 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
8647         * allout.el (allout-encryption-plaintext-sanitization-regexps):
8648         * frame.el (display-mm-dimensions-alist):
8649         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8650         (outline-move-subtree-down):
8651         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8652         (newsticker--treeview-do-get-node):
8653         * net/quickurl.el (quickurl-list-buffer-name):
8654         * progmodes/dcl-mode.el (dcl-mode):
8655         * progmodes/gdb-mi.el (gdb-mapcar*):
8656         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8658 2011-11-15  Glenn Morris  <rgm@gnu.org>
8660         * mail/rmail.el (rmail-file-coding-system): It's only ever used
8661         in a boolean sense, so just make it a boolean, and fix the doc.
8662         (rmail-show-mime-function, rmail-mime-feature)
8663         (rmail-require-mime-maybe): Doc fixes.
8664         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8666         * mail/rmailmm.el (rmail-show-mime): Doc fix.
8668 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
8670         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8671         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8672         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8673         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8675 2011-11-15  Glenn Morris  <rgm@gnu.org>
8677         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8678         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8679         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8680         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8681         (rmail-mime, rmail-show-mime): Doc fixes.
8683         * term/ns-win.el (mode-line-frame-identification):
8684         Leave it alone.  (Bug#10051)
8686         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
8688         * mail/rmailout.el (rmail-output-to-rmail-buffer):
8689         Handle empty buffers.  (Bug#9978)
8691 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
8693         * international/mule.el (define-charset):
8694         * mail/rmailmm.el (rmail-mime-find-header-encoding):
8695         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8696         * progmodes/verilog-mode.el (verilog-backward-token):
8697         * textmodes/ispell.el (lookup-words):
8698         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8700 2011-11-14  Glenn Morris  <rgm@gnu.org>
8702         * progmodes/executable.el
8703         (executable-make-buffer-file-executable-if-script-p):
8704         Handle file-modes returning nil.
8706         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8707         message - not necessary, and causes problems.  (Bug#9831)
8709         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8711         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8713         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8714         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
8715         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8717 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
8719         * window.el (window-resize, delete-window): Use window-splits
8720         variable instead of function.
8721         (window-state-get-1, window-state-put-2, window-state-put):
8722         Don't deal with windows' splits status.
8724 2011-11-12  Glenn Morris  <rgm@gnu.org>
8726         * apropos.el (apropos-do-all, apropos-library, apropos-value)
8727         (apropos-documentation): Doc fixes.
8729 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
8731         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8732         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8734 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8736         * electric.el (electric-indent-post-self-insert-function): Make it
8737         possible for a char to only indent in some circumstances.
8738         (electric-indent-mode): Simplify.
8740 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
8742         * window.el (windows-with-parameter): Remove unused function.
8743         (windows-at-side): Rename to window-at-side-list.
8744         (window-check, window-atom-check, window-atom-check-1)
8745         (window-side-check, window-size-ignore, window-size-fixed-1)
8746         (window-in-direction-2): Prefix with "window--".
8747         (window-tree-1): Rename to window--subtree, fix doc-string.
8749 2011-11-11  Glenn Morris  <rgm@gnu.org>
8751         * subr.el (eval-after-load): If FILE is already loaded,
8752         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
8754 2011-11-10  Glenn Morris  <rgm@gnu.org>
8756         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8757         Call svn via vc-svn-command rather than vc-do-command.
8758         (vc-svn-command): Add --non-interactive.  (Bug#9993)
8759         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8761         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8762         Add toggle-read-only.  (Bug#7292)
8763         * files.el (toggle-read-only): Mention that it should only
8764         be used interactively.  (Bug#10006)
8766 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8768         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8769         Adjust regexp for OCaml warnings.
8771         * electric.el (electric-pair-post-self-insert-function): Let user
8772         turn it off buffer-locally (bug#9932).
8774         * progmodes/python.el (python-beginning-of-statement):
8775         Rewrite (bug#2703).
8777         * progmodes/compile.el: Better handle TABs (bug#9749).
8778         (compilation-internal-error-properties)
8779         (compilation-next-error-function): Obey the target buffer's
8780         compilation-error-screen-columns.
8782 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
8784         * progmodes/meta-mode.el: Remove obsolete comments.
8785         (meta-right-comment-regexp, meta-ignore-comment-regexp):
8786         Fix typos in docstrings.
8788 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
8790         * window.el (window-size-fixed-p): Rewrite doc-string.
8791         (window-resizable-p): Rename to window--resizable-p.  Update callers.
8792         (window--resizable): New function.  Make all callers of
8793         window-resizable call window--resizable instead.
8794         (window-resizable): Rewrite in terms of window--resizable.
8796 2011-11-08  Glenn Morris  <rgm@gnu.org>
8798         * progmodes/delphi.el (delphi-mode-syntax-table):
8799         Let define-derived-mode define a proper syntax table.  (Bug#9994)
8801 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8803         * window.el: Stay away from defsubst.
8804         (window-list-no-nils): Remove.
8805         (window-state-get-1, window-state-get): Use backquote instead.
8807 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8809         * emacs-lisp/find-func.el (find-function-read):
8810         Fix incorrect use of default argument in `completing-read'.
8812 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
8814         * window.el (display-buffer-function, special-display-function):
8815         Mention display-buffer-record-window but do not mention
8816         help-setup parameter in doc-strings.
8817         (window-min-delta): Fix doc-string typo.
8819 2011-11-08  Chong Yidong  <cyd@gnu.org>
8821         * window.el (window-total-height, window-total-width): Doc fix.
8822         (window-body-size): Move from C.
8823         (window-body-height, window-body-width): Move to C.
8825 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8827         * window.el: Make special-display like display-buffer-alist (bug#9532).
8828         (display-buffer--special-action): New function, morphed
8829         from display-buffer--special.
8830         (display-buffer): Use it to handle special-display-buffers at higher
8831         priority (just after display-buffer-alist).
8832         (display-buffer-fallback-action, display-buffer--other-frame-action)
8833         (pop-to-buffer-same-window): Remove display-buffer--special.
8835 2011-11-07  Glenn Morris  <rgm@gnu.org>
8837         * calendar/cal-menu.el (cal-menu-set-date-title):
8838         Do nothing if not in a calendar.  (Bug#9976)
8840 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8842         * files.el (find-file): Always use selected-window.
8844 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
8846         * window.el (window-combinations): Make WINDOW argument
8847         mandatory.  Rewrite doc-string.
8848         (walk-window-subtree, window-atom-check, window-min-delta)
8849         (window-max-delta, window--resize-this-window)
8850         (window--resize-root-window-vertically, window-tree)
8851         (balance-windows, window-state-put): Rewrite doc-strings as to
8852         not mention the term "subwindow".
8853         (window--resize-subwindows-skip-p): Rename to
8854         window--resize-child-windows-skip-p.
8855         (window--resize-subwindows-normal): Rename to
8856         window--resize-child-windows-normal.
8857         (window--resize-subwindows): Rename to
8858         window--resize-child-windows.
8859         (window-or-subwindow-p): Rename to window--in-subtree-p.
8861 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
8863         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8864         Ensure that mbox format messages end in two newlines (Bug#9974).
8866 2011-11-06  Chong Yidong  <cyd@gnu.org>
8868         * window.el (window-combination-p): Function deleted; its
8869         side-effect is not used in any existing code.
8870         (window-combinations, window-combined-p): Call window-*-child
8871         directly.
8873 2011-11-05  Chong Yidong  <cyd@gnu.org>
8875         * window.el (window-valid-p): Rename from window-any-p.
8876         (window-size-ignore, window-state-get): Callers changed.
8877         (window-normalize-window): Rename from window-normalize-any-window.
8878         New arg LIVE-ONLY, replacing window-normalize-live-window.
8879         (window-normalize-live-window): Delete.
8880         (window-combination-p, window-combined-p, window-combinations)
8881         (walk-window-subtree, window-atom-root, window-min-size)
8882         (window-sizable, window-sizable-p, window-size-fixed-p)
8883         (window-min-delta, window-max-delta, window-resizable)
8884         (window-resizable-p, window-full-height-p, window-full-width-p)
8885         (window-current-scroll-bars, window-point-1, set-window-point-1)
8886         (window-at-side-p, window-in-direction, window-resize)
8887         (adjust-window-trailing-edge, maximize-window, minimize-window)
8888         (window-deletable-p, delete-window, delete-other-windows)
8889         (record-window-buffer, unrecord-window-buffer)
8890         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8891         (quit-window, split-window, window-state-put)
8892         (set-window-text-height, fit-window-to-buffer)
8893         (shrink-window-if-larger-than-buffer): Callers changed.
8895 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
8897         * mail/rmail.el (rmail-simplified-subject): Decode subject with
8898         rfc2047-decode-string.
8899         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8900         warnings.
8902         * window.el (window-body-height, window-body-width): Mention in
8903         the doc string that the return values are in frame's canonical
8904         units.  (Bug#9949)
8906 2011-11-03  Alan Mackenzie  <acm@muc.de>
8908         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8909         change in cc-engine.el.
8911 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8913         * window.el (switch-to-buffer): Use `force-same-window' interactively.
8915 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
8917         * window.el (quit-window): Call unrecord-window-buffer after
8918         showing another buffer in the window.  (Bug#9937)
8919         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
8921 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
8923         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8924         Accept status with more than 9 shelves.  (Bug#9935)
8925         Reported by Colin D Bennett <colin@gibibit.com>.
8927 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
8929         * help.el (with-help-window): Don't reference
8930         temp-buffer-show-specifiers in doc-string.
8932 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
8934         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8935         menu-item.
8937 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8939         * whitespace.el: New version 13.2.2.
8940         (whitespace-newline-mode): Disable properly.  Reported by Sarah
8941         <EmacsWiki>.
8943 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
8945         * net/newst-treeview.el: Remove "Time-stamp".
8946         (newsticker--group-manage-orphan-feeds): Do not call
8947         newsticker--treeview-tree-update.
8948         (newsticker-treeview-update, newsticker-treeview):
8949         Call newsticker--treeview-tree-update if necessary.
8951 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
8953         * window.el (window-iso-combination-p, window-iso-combined-p)
8954         (window-iso-combinations): Remove "iso-" infix.
8955         Suggested by Chong Yidong.
8956         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8957         (window-max-delta-1, window-resize, window--resize-siblings)
8958         (window--resize-this-window, adjust-window-trailing-edge)
8959         (split-window, balance-windows-1)
8960         (shrink-window-if-larger-than-buffer):
8961         * calendar/calendar.el (calendar-generate-window):
8962         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
8964 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8966         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8967         in place (bug#9907).
8968         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8969         (eshell-rewrite-if-command, eshell-rewrite-for-command)
8970         (eshell-structure-basic-command, eshell-rewrite-while-command)
8971         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8972         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8973         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8974         (eshell-do-pipelines-synchronously, eshell-eval-command):
8975         Use backquotes and prefer setq to set.
8976         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8977         (eshell-macrop): Use functionp.
8978         (eshell-do-eval): Handle multiple expressions in `while' body.
8980 2011-10-30  Chong Yidong  <cyd@gnu.org>
8982         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8983         instead of set-mark (Bug#9810).
8985 2011-10-30  Chong Yidong  <cyd@gnu.org>
8987         * window.el (split-window-below, split-window-right): Rename from
8988         split-window-above-each-other and split-window-side-by-side
8989         respectively.  All callers changed.
8990         (split-window-sensibly, split-window-sensibly): Use them.
8991         (split-window-keep-point): Doc fix.
8993         * isearch.el: Add isearch-scroll property to split-window-below
8994         and split-window-right.
8996         * follow.el (follow-mode):
8997         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8998         * progmodes/ada-xref.el (ada-gdb-application):
8999         * emulation/vip.el (vip-buffer-in-two-windows):
9000         * image-dired.el (image-dired-dired-with-window-configuration):
9001         * dired-x.el (dired-do-find-marked-files):
9002         * dired.el (dired-pop-to-buffer):
9003         * bs.el (bs--show-with-configuration):
9004         * vc/emerge.el (emerge-setup-windows):
9005         * textmodes/two-column.el (2C-two-columns):
9006         * textmodes/reftex-toc.el (reftex-toc):
9007         * progmodes/gdb-mi.el (gdb-setup-windows):
9008         * progmodes/fortran.el (fortran-window-create):
9009         * net/newst-treeview.el (newsticker--treeview-window-init):
9010         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
9011         * emulation/tpu-edt.el (tpu-gold-map):
9012         * emulation/crisp.el (crisp-mode-map):
9013         * calendar/calendar.el (calendar-basic-setup): Callers changed.
9015 2011-10-29  Chong Yidong  <cyd@gnu.org>
9017         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
9019         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
9021         * textmodes/flyspell.el (flyspell-word): Fix char offset for
9022         forged Ispell output (Bug#7904).
9024         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
9026 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9028         * doc-view.el: Avoid ugly errors about not finding nil.
9029         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
9030         (doc-view-dvipdf-program, doc-view-unoconv-program)
9031         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
9032         Avoid nil or absolute file name as default value.
9033         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
9035 2011-10-28  Alan Mackenzie  <acm@muc.de>
9037         * progmodes/cc-defs.el (c-version): -> 5.32.2.
9039 2011-10-28  Alan Mackenzie  <acm@muc.de>
9041         Amend the handling of c-beginning/end-of-defun in nested declaration
9042         scopes.
9044         * progmodes/cc-vars.el (c-defun-tactic): Move here from
9045         cc-langs.el.  Change it to a defcustom.
9047         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
9048         cc-vars.el.
9050         * progmodes/cc-engine.el (c-beginning-of-statement-1):
9051         Prevent "class foo : bar" being spuriously recognized as a label.
9053         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
9054         Add parameter `inclusive' (to include enclosing braces in the region).
9055         (c-widen-to-enclosing-decl-scope): New function.
9056         (c-while-widening-to-decl-block): New macro.
9057         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
9058         outward for defun boundaries, and correspondingly change symbol
9059         `respect-enclosure' to `go-outward'.
9060         (c-declaration-limits): Change algorithm to report only the "innermost"
9061         defun's boundaries.
9063 2011-10-28  Deniz Dogan  <deniz@dogan.se>
9065         * net/rcirc.el (rcirc-mode): Use hard newlines.
9067 2011-10-28  Alan Mackenzie  <acm@muc.de>
9069         Amend to indent and fontify macros "which include their own semicolon"
9070         correctly, using the "virtual semicolon" mechanism.
9072         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
9074         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
9075         Recode to scan one line at a time rather than having \n and \r
9076         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
9077         (c-forward-label): Amend for virtual semicolons.
9078         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
9080         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
9081         of the new C macros.
9083         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
9084         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
9085         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
9086         (c-opt-cpp-macro-define): Make into a full language variable.
9087         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
9088         AWK Mode (including \n, \r) removed, no longer needed.
9090         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
9091         Invoke c-make-macro-with-semi-re.
9093         * progmodes/cc-vars.el (c-macro-with-semi-re):
9094         (c-macro-names-with-semicolon): New variables.
9095         (c-make-macro-with-semi-re): New function.
9097 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9099         * vc/log-edit.el: Fill empty field rather than adding new one.
9100         (log-edit-add-field): New function.
9101         (log-edit-insert-changelog): Use it.
9103 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
9105         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
9107 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9109         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
9110         (gdb--check-interpreter): New function.
9111         (gdb): Use it.
9113 2011-10-27  Glenn Morris  <rgm@gnu.org>
9115         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
9116         (least-positive-float, least-negative-float)
9117         (least-positive-normalized-float, least-negative-normalized-float)
9118         (float-epsilon, float-negative-epsilon):
9119         Remove unnecessary declarations.
9121         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
9122         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
9123         (least-positive-float, least-negative-float)
9124         (least-positive-normalized-float, least-negative-normalized-float)
9125         (float-epsilon, float-negative-epsilon): Add doc-strings,
9126         based on those in cl.texi.
9128         * files.el (set-visited-file-name): If the major-mode changed,
9129         reload the local variables.  (Bug#9796)
9131 2011-10-27  Chong Yidong  <cyd@gnu.org>
9133         * subr.el (change-major-mode-after-body-hook): New hook.
9134         (run-mode-hooks): Run it.
9136         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9137         Use change-major-mode-before-body-hook.
9139         * simple.el (fundamental-mode):
9140         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
9141         change introducing fundamental-mode-hook.
9143 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
9145         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
9147 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
9149         * ido.el (ido-file-name-all-completions-1): Do not require
9150         tramp.el explicitly.  (Bug#7583)
9152 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9154         * progmodes/octave-mod.el:
9155         * progmodes/octave-inf.el: Update maintainer.
9157 2011-10-26  Chong Yidong  <cyd@gnu.org>
9159         * subr.el (with-wrapper-hook): Rewrite doc.
9161 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
9163         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
9164         filenames "/method:foo:".  (Bug#9793)
9166 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9168         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
9169         (bug#9865).
9171 2011-10-24  Glenn Morris  <rgm@gnu.org>
9173         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
9175 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
9177         * notifications.el: Add the requirement of a running D-Bus session
9178         bus to the Commentary.
9180 2011-10-24  Juri Linkov  <juri@jurta.org>
9182         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9183         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
9184         (Bug#9364)
9186 2011-10-24  Juri Linkov  <juri@jurta.org>
9188         * info.el (Info-following-node-name-re): Add newline to the list
9189         of allowed characters for leading space.  (Bug#9824)
9191 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9193         * progmodes/octave-inf.el (inferior-octave-mode-map):
9194         Fix C-c C-h binding.
9195         * progmodes/octave-mod.el (octave-help): Remove.
9197 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
9199         Sync with Tramp 2.2.3.
9201         * net/tramp-cache.el (top): Pacify byte-compiler using
9202         `init-file-user' and `site-run-file'.
9204         * net/trampver.el: Update release number.
9206 2011-10-23  Chong Yidong  <cyd@gnu.org>
9208         * files.el (toggle-read-only): Remove obsolete comment about
9209         version control.
9211         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
9212         for toggle-read-only.  Note that this hasn't called vc-next-action
9213         since 2008-05-02, though it wasn't documented at the time.
9215         * vc/ediff-init.el (ediff-toggle-read-only-function):
9216         Use toggle-read-only.
9218 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
9220         Fix bug #9560, sporadic wrong indentation; improve instrumentation
9221         of c-parse-state.
9223         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
9224         correct faulty logical expression.
9225         (c-parse-state-state, c-record-parse-state-state):
9226         (c-replay-parse-state-state): New defvar/defuns.
9227         (c-debug-parse-state): Use new functions.
9229 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
9231         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
9232         last fix.  Use window-in-direction correctly.
9234 2011-10-21  Chong Yidong  <cyd@gnu.org>
9236         * progmodes/idlwave.el (idlwave-mode):
9237         * progmodes/vera-mode.el (vera-mode): No need to set
9238         require-final-newline; that's done in prog-mode.
9239         Suggested by Stefan Monnier.
9241 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
9243         * mouse.el (mouse-drag-window-above)
9244         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
9245         (mouse-drag-mode-line-1, mouse-drag-header-line)
9246         (mouse-drag-vertical-line-rightward-window): Remove.
9247         (mouse-drag-line): New function.
9248         (mouse-drag-mode-line, mouse-drag-header-line)
9249         (mouse-drag-vertical-line): Call mouse-drag-line.
9250         * window.el (window-at-side-p, windows-at-side): New functions.
9252 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
9254         * tar-mode.el (tar-grind-file-mode):
9255         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
9257 2011-10-21  Chong Yidong  <cyd@gnu.org>
9259         * progmodes/idlwave.el (idlwave-mode):
9260         * progmodes/vera-mode.el (vera-mode):
9261         Use mode-require-final-newline.
9263 2011-10-20  Glenn Morris  <rgm@gnu.org>
9265         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
9267 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
9269         * emulation/cua-base.el (cua-set-mark): Fix case of string.
9271 2011-10-20  Chong Yidong  <cyd@gnu.org>
9273         * emulation/cua-base.el (cua-mode):
9274         * mail/footnote.el (footnote-mode):
9275         * mail/mailabbrev.el (mail-abbrevs-mode):
9276         * net/xesam.el (xesam-minor-mode):
9277         * progmodes/bug-reference.el (bug-reference-mode):
9278         * progmodes/cap-words.el (capitalized-words-mode):
9279         * progmodes/compile.el (compilation-minor-mode)
9280         (compilation-shell-minor-mode):
9281         * progmodes/gud.el (gud-tooltip-mode):
9282         * progmodes/hideif.el (hide-ifdef-mode):
9283         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9284         * progmodes/subword.el (subword-mode):
9285         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9286         * progmodes/which-func.el (which-function-mode):
9287         * term/tvi970.el (tvi970-set-keypad-mode):
9288         * term/vt100.el (vt100-wide-mode):
9289         * textmodes/flyspell.el (flyspell-mode):
9290         * textmodes/ispell.el (ispell-minor-mode):
9291         * textmodes/nroff-mode.el (nroff-electric-mode):
9292         * textmodes/paragraphs.el (use-hard-newlines):
9293         * textmodes/refill.el (refill-mode):
9294         * textmodes/reftex.el (reftex-mode):
9295         * textmodes/rst.el (rst-minor-mode):
9296         * textmodes/sgml-mode.el (html-autoview-mode)
9297         (sgml-electric-tag-pair-mode):
9298         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
9299         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
9300         * emulation/crisp.el (crisp-mode):
9301         * emacs-lisp/eldoc.el (eldoc-mode):
9302         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
9303         minor mode behavior.
9305 2011-10-19  Juri Linkov  <juri@jurta.org>
9307         * descr-text.el (describe-char): Add #x2010 and #x2011 to
9308         the list of hard-coded chars with escape-glyph face.
9310 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9312         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
9314 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
9316         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
9317         running process.
9319 2011-10-19  Glenn Morris  <rgm@gnu.org>
9321         * vc/vc-bzr.el (vc-bzr-after-dir-status):
9322         Ignore ignored files.  (Bug#9726)
9324 2011-10-19  Chong Yidong  <cyd@gnu.org>
9326         Doc fix for minor modes, stating that an omitted argument enables
9327         the mode unconditionally when called from Lisp.
9329         * abbrev.el (abbrev-mode):
9330         * allout.el (allout-mode):
9331         * autoinsert.el (auto-insert-mode):
9332         * autoarg.el (autoarg-mode, autoarg-kp-mode):
9333         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9334         (global-auto-revert-mode):
9335         * battery.el (display-battery-mode):
9336         * composite.el (global-auto-composition-mode)
9337         (auto-composition-mode):
9338         * delsel.el (delete-selection-mode):
9339         * desktop.el (desktop-save-mode):
9340         * dired-x.el (dired-omit-mode):
9341         * dirtrack.el (dirtrack-mode):
9342         * doc-view.el (doc-view-minor-mode):
9343         * double.el (double-mode):
9344         * electric.el (electric-indent-mode, electric-pair-mode):
9345         * emacs-lock.el (emacs-lock-mode):
9346         * epa-hook.el (auto-encryption-mode):
9347         * follow.el (follow-mode):
9348         * font-core.el (font-lock-mode):
9349         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
9350         * help.el (temp-buffer-resize-mode):
9351         * hilit-chg.el (highlight-changes-mode)
9352         (highlight-changes-visible-mode):
9353         * hi-lock.el (hi-lock-mode):
9354         * hl-line.el (hl-line-mode, global-hl-line-mode):
9355         * icomplete.el (icomplete-mode):
9356         * ido.el (ido-everywhere):
9357         * image-file.el (auto-image-file-mode):
9358         * image-mode.el (image-minor-mode):
9359         * iswitchb.el (iswitchb-mode):
9360         * jka-cmpr-hook.el (auto-compression-mode):
9361         * linum.el (linum-mode):
9362         * longlines.el (longlines-mode):
9363         * master.el (master-mode):
9364         * mb-depth.el (minibuffer-depth-indicate-mode):
9365         * menu-bar.el (menu-bar-mode):
9366         * minibuf-eldef.el (minibuffer-electric-default-mode):
9367         * mouse-sel.el (mouse-sel-mode):
9368         * msb.el (msb-mode):
9369         * mwheel.el (mouse-wheel-mode):
9370         * outline.el (outline-minor-mode):
9371         * paren.el (show-paren-mode):
9372         * recentf.el (recentf-mode):
9373         * reveal.el (reveal-mode, global-reveal-mode):
9374         * rfn-eshadow.el (file-name-shadow-mode):
9375         * ruler-mode.el (ruler-mode):
9376         * savehist.el (savehist-mode):
9377         * scroll-all.el (scroll-all-mode):
9378         * scroll-bar.el (scroll-bar-mode):
9379         * server.el (server-mode):
9380         * shell.el (shell-dirtrack-mode):
9381         * simple.el (auto-fill-mode, transient-mark-mode)
9382         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
9383         (line-number-mode, column-number-mode, size-indication-mode)
9384         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
9385         * strokes.el (strokes-mode):
9386         * time.el (display-time-mode):
9387         * t-mouse.el (gpm-mouse-mode):
9388         * tool-bar.el (tool-bar-mode):
9389         * tooltip.el (tooltip-mode):
9390         * type-break.el (type-break-mode-line-message-mode)
9391         (type-break-query-mode):
9392         * view.el (view-mode):
9393         * whitespace.el (whitespace-mode, whitespace-newline-mode)
9394         (global-whitespace-mode, global-whitespace-newline-mode):
9395         * xt-mouse.el (xterm-mouse-mode): Doc fix.
9397         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9398         Fix autogenerated docstring.
9400 2011-10-19  Juri Linkov  <juri@jurta.org>
9402         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
9403         by checking environment variables "DESKTOP_SESSION" and
9404         "XDG_CURRENT_DESKTOP".  (Bug#9779)
9406 2011-10-19  Juri Linkov  <juri@jurta.org>
9408         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
9409         (browse-url-chromium-program, browse-url-chromium-arguments):
9410         New defcustoms.
9411         (browse-url-default-browser): Check for `browse-url-chromium' and
9412         call `browse-url-chromium-program'.
9413         (browse-url-chromium): New command.  (Bug#9779)
9415 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
9417         * facemenu.el (list-colors-duplicates): On Windows, detect more
9418         duplicates by assuming that only colors matching "^System" are
9419         special "system colors".  (Bug#9722)
9421 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9423         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9424         to distinguish the author from the committer.
9426 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
9428         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9430 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
9432         * international/mule.el (sgml-html-meta-auto-coding-function):
9433         Add support for detecting encoding in HTML5 specified only as
9434         <meta charset="UTF-8">.  Implementation just makes http-equiv and
9435         content-type parts from HTML4 encoding string optional.  (Bug#9716)
9437 2011-10-18  Glenn Morris  <rgm@gnu.org>
9439         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
9441 2011-10-18  Chong Yidong  <cyd@gnu.org>
9443         * faces.el (cursor): Doc fix.
9445 2011-10-17  Chong Yidong  <cyd@gnu.org>
9447         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9449 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
9451         * dirtrack.el (dirtrack): Support shell buffers with path
9452         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
9454 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
9456         * json.el: Bump version to 1.3 and note change in History.
9457         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9459 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9461         * comint.el (comint-insert-input, comint-send-input)
9462         (comint-get-old-input-default, comint-backward-matching-input)
9463         (comint-next-prompt): Use nil instead of `input' for field property of
9464         past user input (bug#114).
9466         * minibuffer.el (completion--replace): Inherit surrounding properties
9467         (bug#114).
9468         (minibuffer-complete-and-exit): Use it.
9470         * comint.el (comint--table-subvert): Quote the all-completions output
9471         (bug#9160).
9473 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
9475         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
9477         * menu-bar.el (menu-bar-file-menu): Add entry for making new
9478         window on right of selected.  (Bug#9350) Reword other window
9479         entries and separate them from frame entries.
9481 2011-10-15  Glenn Morris  <rgm@gnu.org>
9483         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9484         Doc fixes.
9486 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
9488         * net/network-stream.el (network-stream-open-starttls):
9489         Improve detection of failure due to lack of TLS support.
9491         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9492         putting the input text in front and in bold.
9494 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9496         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9498         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9499         empty buffer.
9501         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9502         unread-command-events rather than pushing yet-another event.
9504 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
9506         * mail/sendmail.el (sendmail-query-once): Improve the wording of
9507         the explanation of the possible choices.  Make the options passed
9508         to completing-read shorter.
9510 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9512         * textmodes/flyspell.el (flyspell-large-region): Make sure
9513         extended character mode is used if defined (Bug#1339).
9515 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
9517         * simple.el (what-cursor-position): Fix the display of the
9518         character info for LRE, LRO, RLE, and RLO characters by appending
9519         an invisible PDF.
9521 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9523         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9524         even in case of error; add debug spec; simplify data flow.
9525         (with-timeout-handler): Remove.
9527 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
9529         Fix Bug#6019, Bug#9315.
9531         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9532         complete `buffer-file-name', the local file name part could look
9533         remotely (for example on VMS).
9535         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9536         `tramp-run-real-handler'.
9537         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9538         already quoted by '"'.
9540         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9541         Let `file-name-handler-alist' be nil, the local file name part
9542         could look remotely (for example on VMS).
9544 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9546         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9547         from here...
9548         (flyspell-post-command-hook): ...to here.
9550 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9552         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9553         if not needed.
9554         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
9555         using completion.  Protect against "slow" callers.
9556         Remove the "message hack".
9558 2011-10-11  Juri Linkov  <juri@jurta.org>
9560         * isearch.el (isearch-lazy-highlight-word): New variable.
9561         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9562         Use it.  (Bug#9727)
9564 2011-10-11  Glenn Morris  <rgm@gnu.org>
9566         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9567         like f90-previous-statement does.
9569 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9571         * eshell/eshell.el (eshell-command): History should be saved
9572         only in interactive use, to avoid error.
9574 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9576         * minibuffer.el (completion-file-name-table): Fix last change,
9577         i.e. ignore normal errors but not the other ones.
9579 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
9581         * window.el (special-display-buffer-names)
9582         (special-display-regexps): Remove some remnants of earlier
9583         changes from doc-strings.
9584         (quit-windows-on): New function.
9586         * vc/vc.el (vc-revert, vc-rollback):
9587         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9588         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
9589         (Bug#6183) (Bug#7074) (Bug#7447)
9591 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
9593         * window.el (frame-auto-hide-function): Add version tag.
9594         (Bug#9699)
9596 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
9598         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9599         condition.
9601 2011-10-09  Leo Liu  <sdl.web@gmail.com>
9603         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9604         (Bug#9701)
9606 2011-10-08  Glenn Morris  <rgm@gnu.org>
9608         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9609         before the first code statement zero indent.  (Bug#9690)
9611 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
9613         * simple.el (count-words-region): Always count in the region.
9614         Report the number of lines and characters too.
9615         (count-words): New command, which counts in the buffer if the
9616         region is inactive, as count-words-region used to.
9617         (count-words--message): New function.  Handle plurals.
9618         (count-lines-region): Make it an alias for count-words-region.
9620         * bindings.el (esc-map): Replace count-lines-region with
9621         count-words-region.
9623 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
9625         * window.el (window--delete): Delete dedicated frame
9626         unconditionally when argument KILL is non-nil.  (Bug#9699)
9627         (switch-to-buffer): Fix doc-string typo.
9629 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9631         * eshell/eshell.el (eshell-command): Avoid using hooks.
9633 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
9635         * bindings.el ([M-left],[M-right]): Bind to left-word and
9636         right-word respectively.
9638 2011-10-07  Glenn Morris  <rgm@gnu.org>
9640         * cus-start.el (debug-on-quit): Fix custom type.
9642 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644         * subr.el (define-key-after): Clarify that the function is not
9645         useful for non-menu keymaps.
9647         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9649 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9651         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
9652         in current minibuffer (Fix bug with recursive minibuffers).
9654 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
9656         * progmodes/gdb-mi.el (gdb): Doc fix.
9658 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
9660         * window.el (frame-auto-hide-function): New option replacing
9661         frame-auto-delete.  Suggested by Stefan Monnier.
9662         (window--delete): Call frame-auto-hide-function instead of
9663         investigating frame-auto-delete.
9664         (window-point-1, set-window-point-1): New functions.
9665         (window-in-direction, record-window-buffer, window-state-get-1)
9666         (display-buffer-record-window): Use window-point-1 instead of
9667         window-point.
9668         (set-window-buffer-start-and-point): Use set-window-point-1.
9670 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9672         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9674 2011-10-05  Glenn Morris  <rgm@gnu.org>
9676         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9677         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
9679 2011-10-05  Leo Liu  <sdl.web@gmail.com>
9681         * subr.el (read-char-choice): Fix argument to buffer-live-p which
9682         works with buffer object.
9684 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9686         * mpc.el (mpc-tool-bar-map): Add labels.
9688 2011-10-04  Glenn Morris  <rgm@gnu.org>
9690         * calendar/holidays.el (calendar-check-holidays): Doc fix.
9692 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
9694         * window.el (window--delete): New function.
9695         (frame-auto-delete): Resuscitate option.
9696         (bury-buffer, replace-buffer-in-windows)
9697         (quit-window): Rewrite using window--delete.
9698         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9699         Pass display-buffer-mark-dedicated to window--display-buffer-2
9700         (Bug#9639).
9702 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9704         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9705         returns a list (bug#9554).  Add remote file name completion.
9706         * comint.el (comint--table-subvert): Curry and get quote&unquote
9707         functions as arguments.
9708         (comint--complete-file-name-data): Adjust call accordingly.
9709         * pcomplete.el (pcomplete--table-subvert): Remove.
9710         (pcomplete-completions-at-point): Use comint--table-subvert instead.
9712         * minibuffer.el (completion-table-case-fold): Use currying.
9713         (completion--styles-type, completion--cycling-threshold-type):
9714         New constants.
9715         (completion-styles, completion-category-overrides)
9716         (completion-cycle-threshold): Use them.
9717         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9718         completion-table-case-fold.
9720 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
9722         * minibuffer.el (completion-category-overrides): Fix type of styles
9723         and add more user friendly tags (bug#9660).
9725 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9727         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9728         (mule-input-method-string): New widget.
9729         (default-input-method, language-info-custom-alist): Use it.
9731 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9733         * pcomplete.el: Require comint.
9734         (pcomplete--common-suffix): Remove.
9735         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9736         (pcomplete--table-subvert): Sync with comint--table-subvert.
9737         (pcomplete--entries): Use comint-completion-file-name-table.
9738         * comint.el (comint-unquote-filename): Simplify.
9739         (comint-completion-file-name-table): New function (bug#9616).
9740         (comint--complete-file-name-data): Use it.
9742         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9743         (pcmpl-gnu-tar-buffer): Remove.
9744         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9745         around.  Make sure pcomplete-suffix-list is only changed temporarily.
9746         Don't look inside the tar's file if it's too large.
9748 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
9750         * cus-edit.el (custom-mode-map):
9751         * epa.el (epa-key-list-mode-map):
9752         * man.el (Man-mode-map):
9753         * startup.el (splash-screen-keymap):
9754         * simple.el (special-mode-map): Use scroll-up-command and
9755         scroll-down-command.
9757         * progmodes/idlw-help.el (idlwave-help-mode-map):
9758         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9759         * net/newst-plainview.el (newsticker-mode-map):
9760         * emulation/ws-mode.el (wordstar-mode-map):
9761         * emulation/vi.el (vi-com-map):
9762         * calc/calc-graph.el (calc-graph-show-dumb):
9763         * term/sun.el (terminal-init-sun):
9764         * term/ns-win.el (global-map):
9765         * progmodes/grep.el (grep-mode-map):
9766         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9767         * mail/rmail.el (rmail-mode-map):
9768         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9770         * custom.el (custom-safe-themes, load-theme): Treat value of t for
9771         custom-safe-themes as special.
9773 2011-10-01  Julien Danjou  <julien@danjou.info>
9775         * notifications.el (notifications-notify): Fix docstring.
9777 2011-10-01  Per Starbäck  <per@starback.se>
9779         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
9781 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
9783         * startup.el (command-line-1): Fix last fix by inserting
9784         initial-scratch-message into *scratch* before displaying it.
9785         (Bug#9605) and (Bug#9636)
9787 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
9789         * simple.el (line-move): If auto-hscroll-mode is disabled and the
9790         window is hscrolled, move by logical lines.  (Bug#9607)
9791         (line-move-visual): Update the doc string to the above effect.
9793 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
9795         * window.el (display-buffer-record-window): When WINDOW is the
9796         selected window use `point' instead of `window-point'.  (Bug#9626)
9798         * startup.el (command-line-1): Use insert-before-markers when
9799         inserting initial-scratch-message.  (Bug#9605)
9801         * help.el (help-window): Remove variable.
9803 2011-09-29  Glenn Morris  <rgm@gnu.org>
9805         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9807 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
9809         * descr-text.el (describe-char-categories): Accept category
9810         descriptions more than one line long.
9812 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9814         * simple.el (delete-trailing-whitespace): Fix last change.
9816         * progmodes/perl-mode.el (perl-syntax-propertize-function):
9817         Don't confuse "y => 3" as the beginning of a `y' operation.
9819         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9820         object has more than 4 slots (bug#9613).
9822 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
9824         * subr.el (with-output-to-temp-buffer):
9825         * net/quickurl.el (quickurl, quickurl-browse-url):
9826         Fix typos in docstrings.
9828 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
9830         * minibuffer.el (completion-styles)
9831         (completion-category-overrides): Cross reference each other in doc
9832         strings.
9834 2011-09-27  Glenn Morris  <rgm@gnu.org>
9836         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9837         to split-string.  (Bug#9606)
9839 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9842         (bug#9615).
9844 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
9846         * emacs-lisp/package.el (list-packages): Fix echo area message.
9848 2011-09-27  Leo Liu  <sdl.web@gmail.com>
9850         * ido.el (ido-read-internal): Accept cons cell HIST arg.
9852 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
9854         * net/dbus.el (dbus-unregister-object): Don't release services for
9855         registered signals.  (Bug#9581)
9857 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9859         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9860         function that picks between cfengine 2 and 3 support
9861         automatically.  Update docs accordingly.
9863 2011-09-22  Kenichi Handa  <handa@m17n.org>
9865         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9866         ZERO.
9867         (indian-itrans-v5-table-for-tamil): New variable.
9868         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9870 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
9872         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9873         that's true if the current command involved collapsing of text.
9874         It's reset to false at the beginning of the next command.
9875         (allout-post-command-business): Move the cursor to the beginning
9876         of entry if the cursor is hidden and collapsing activity just
9877         happened.
9879 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
9881         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9882         tracking (Bug#9541).
9884 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
9886         * net/newst-reader.el (newsticker-html-renderer)
9887         (newsticker-show-news): Automatically load html rendering package
9888         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
9889         because w3m-fill-column is let-bound" and the error "Symbol's value
9890         as variable is void: w3m-fill-column".
9892 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
9894         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9895         Release services only if they are defined.  (Bug#9581)
9897 2011-09-23  Richard Stallman  <rms@gnu.org>
9899         * textmodes/paragraphs.el (forward-sentence): For backwards case,
9900         distinguish start of paragraph from start of its text.
9902         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9904         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9905         (rmail-generate-viewer-buffer): Put that hook on view buffer.
9906         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9908 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
9910         * international/mule-diag.el (mule-diag): Insert a newline after
9911         each fontset description.
9913 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9915         * simple.el (delete-trailing-whitespace):
9916         Document last change; simplify.
9918 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
9920         * simple.el (delete-trailing-whitespace): Also delete
9921         extra newlines at the end of the buffer.
9923         * textmodes/picture.el: Make motion commands obey shift-select-mode.
9924         (picture-newline): Use forward-line so as to ignore fields.
9926 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9928         * subr.el (with-wrapper-hook): Fix edebug spec.
9930 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9932         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9933         (bug#4538).
9935 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
9937         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9938         Fix nasty bug using wrong cached values.
9940 2011-09-23  Alan Mackenzie  <acm@muc.de>
9942         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9944 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
9946         * window.el (pop-to-buffer): Ensure right window is selected if we
9947         chose another frame.
9949 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
9951         * simple.el (what-cursor-position): Use get-char-property-change
9952         and next-single-char-property-change, to be able to show display
9953         properties that come from overlays as well as text properties.
9955 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
9957         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9959         * cmuscheme.el (run-scheme, switch-to-scheme):
9960         * cus-edit.el (customize-group, custom-buffer-create)
9961         (customize-browse):
9962         * info.el (info):
9963         * shell.el (shell):
9964         * mail/sendmail.el (mail):
9965         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9967 2011-09-22  Richard Stallman  <rms@gnu.org>
9969         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9970         move back only to line beg, don't move back over blank lines.
9972 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
9974         * files.el (copy-directory): Set directory attributes only in case
9975         they could be retrieved from the source directory.  (Bug#9565)
9977 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
9979         * progmodes/hideshow.el (hs-looking-at-block-start-p)
9980         (hs-find-block-beginning, hs-hide-level-recursive):
9981         Ignore strings as well as comments.  (Bug#9502)
9983 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
9985         * progmodes/sql.el (sql-comint-postgres):
9986         Convert port number to a string.  (Bug#9566)
9988 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
9990         * window.el (quit-window): Undedicate window when switching to
9991         previous buffer.  Reported by Thierry Volpiatto
9992         <thierry.volpiatto@gmail.com>.
9993         (special-display-popup-frame): When popping up a new frame reset
9994         its previous buffers to nil.  Simplify code.
9996 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
9998         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9999         and process filter, as done also in `shell-command'.
10001 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
10003         * window.el (set-window-buffer-start-and-point):
10004         Call set-window-start with NOFORCE argument t.
10005         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
10006         (quit-window): Reword doc-string.  Handle new format of
10007         quit-restore parameter.  Don't delete window if it has a
10008         previous buffer we can show instead of the present one.
10009         (display-buffer-record-window): Rewrite using a new format for
10010         the quit-restore window parameter
10011         (special-display-popup-frame, display-buffer-same-window)
10012         (display-buffer-reuse-window, display-buffer-pop-up-frame)
10013         (display-buffer-pop-up-window, display-buffer-use-some-window):
10014         Adapt symbol passed to display-buffer-record-window.
10015         * help.el (help-window-setup): Handle new format of quit-restore
10016         parameter.
10018 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10020         * faces.el (face-list): Fix docstring (bug#9564).
10022         * window.el (display-buffer--action-function-custom-type):
10023         Don't include internal functions in the Custom interface.
10025 2011-09-20  Juri Linkov  <juri@jurta.org>
10027         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
10028         (Info-forward-node, Info-backward-node, Info-next-preorder)
10029         (Info-last-preorder): Use it.  (Bug#9528)
10031 2011-09-20  Juri Linkov  <juri@jurta.org>
10033         * info.el (Info-last-preorder): Visit last menu item only when
10034         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
10036 2011-09-20  Julien Danjou  <julien@danjou.info>
10038         * password-cache.el (password-cache-remove): Remove entries even if the
10039         value is nil, so that password with a nil value (negative caching) is
10040         possible to invalidate.
10042 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
10044         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
10045         all whitespace around breakpoint.  (Bug#9553)
10046         (f90-find-breakpoint): Only break at whitespace inside a comment.
10048 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10050         * minibuffer.el (completion-file-name-table): Keep track of errors.
10051         (completion-table-with-predicate): Handle the case where pred1 is nil.
10052         * pcomplete.el (pcomplete-completions-at-point): Simplify.
10054 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10056         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
10057         (debugger-return-value): Signal an error if the debugging context does
10058         not await any return value.
10060         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
10061         * image-mode.el (image-toggle-display-text)
10062         (image-toggle-display-image): Stay away from evil `intangible'.
10064 2011-09-19  Leo Liu  <sdl.web@gmail.com>
10066         * replace.el (occur-revert-arguments): Make it permanent-local.
10067         (occur-mode): Don't call font-lock-defontify.
10069 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
10071         * net/ldap.el (ldap-search-internal): Don't push empty search
10072         result (Bug#9508).
10074 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10076         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
10078 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
10080         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
10081         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
10083 2011-09-18  Juri Linkov  <juri@jurta.org>
10085         * buff-menu.el (Buffer-menu-mode-map):
10086         * dired.el (dired-mode-map):
10087         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
10088         (lisp-interaction-mode-map):
10089         * emacs-lisp/package.el (package-menu-mode-map):
10090         * epa.el (epa-key-list-mode-map):
10091         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
10092         (menu-bar-options-menu):
10093         * outline.el (outline-mode-menu-bar-map):
10094         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
10095         * vc/vc-dir.el (vc-dir-menu-map):
10096         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
10097         Capitalize non-function content words in menu item strings.
10099         * dired.el (dired-mode-map): Add menu item for
10100         `image-dired-dired-toggle-marked-thumbs'.
10102 2011-09-18  Juri Linkov  <juri@jurta.org>
10104         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
10105         to `isearch-case-fold-search' and restore its original value
10106         after the `isearch-mode' call.
10108 2011-09-18  Juri Linkov  <juri@jurta.org>
10110         * progmodes/grep.el (grep-process-setup): Don't check code for 1
10111         because `zgrep' returns 1 for successful matches (bug#9226).
10113 2011-09-18  Juri Linkov  <juri@jurta.org>
10115         * info.el (Info-extract-menu-node-name): Check the second match
10116         for empty string (second test-case of bug#9528).
10117         (Info-last-preorder): Let-bind `Info-history' to nil to not add
10118         intermediate nodes to the history (first test-case of bug#9528).
10120 2011-09-18  Juri Linkov  <juri@jurta.org>
10122         * info.el (Info-mode-syntax-table): New variable.
10123         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
10125 2011-09-18  Juri Linkov  <juri@jurta.org>
10127         * info.el (Info-file-supports-index-cookies):
10128         Increment line-beginning-position's arg from 3 to 4 because makeinfo
10129         outputs one more line for long file names (bug#4142).
10131 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
10133         * newcomment.el (comment-normalize-vars): If prompting for
10134         comment-start, set comment-start-skip too (Bug#8424).
10136 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
10138         * icomplete.el: Fix previous fix of Bug#5849.
10139         (icomplete-mode): Don't set completion-show-inline-help.
10140         (icomplete-minibuffer-setup): Set completion-show-inline-help
10141         locally during icompletion.
10143 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
10145         * woman.el (woman2-process-escapes): Don't delete unrecognized
10146         escapes (Bug#7843).
10148         * files.el (inhibit-first-line-modes-regexps): Add image files.
10149         (hack-local-variables-prop-line): Return nil for malformed
10150         prop-lines (Bug#9044).
10152 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
10154         * net/tramp.el (top): Don't require 'shell.
10155         (tramp-methods): Fix docstring.
10156         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
10157         Return complete remote file name.  Handle "smb" case.
10158         Use `tramp-tmpdir', if defined for the respective method.
10159         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
10161         * net/tramp-compat.el (top): Require 'shell.
10163         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10164         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
10165         `tramp-current-host'.
10166         (tramp-get-remote-tmpdir): Remove.
10168         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
10169         `tramp-tmpdir' entries.
10170         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
10171         (tramp-smb-handle-file-attributes): Ignore errors.
10172         (tramp-smb-wait-for-output): Check also for process end.
10174 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10176         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
10177         when sending QUIT (bug#9312).
10179 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
10181         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
10182         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
10183         occur-mode-display-occurrence.
10184         (occur-edit-mode): Add usage message.
10185         (occur-cease-edit): New command.
10186         (occur-after-change-function): Use text properties to find the
10187         position of the prefix text.
10188         (occur-engine): Set stickiness of prefix text properties.
10190 2011-09-17  Glenn Morris  <rgm@gnu.org>
10192         * progmodes/etags.el (complete-tag):
10193         Fix call to completion-in-region.  (Bug#9526)
10195 2011-09-17  Juri Linkov  <juri@jurta.org>
10197         * textmodes/ispell.el (ispell-word): Add to the error message
10198         the word, ispell program name and current dictionary (bug#9121).
10199         (ispell-tex-arg-end): Capitalize "error" in the error message.
10201 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
10203         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
10204         check.  (Bug#4251)
10206 2011-09-17  Juri Linkov  <juri@jurta.org>
10208         * window.el (window-safe-min-height, window-safe-min-width):
10209         Fix typos (followup to bug#9522).
10211 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
10213         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
10215 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
10217         * simple.el (line-move): If goal-column is set, move by logical
10218         lines, not by display lines.  (Bug#971)
10219         (next-line, previous-line, goal-column, line-move-visual): Doc fix
10220         to reflect the above change.
10222 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10224         * image.el (imagemagick-register-types): Use regexp-opt.
10226 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
10228         * window.el (display-buffer-base-action): Rename from
10229         display-buffer-default-action.  Make default value empty.
10230         (display-buffer-overriding-action): Convert to defvar.
10231         (display-buffer-fallback-action): New var.
10233 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
10235         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
10236         declaration.
10237         (package--add-to-archive-contents): If there is a duplicate entry
10238         with an older version, remove it.
10239         (package-menu-mark-delete, package-menu-mark-install)
10240         (package-menu-mark-unmark): Make unused args optional.
10241         (package-menu-mark-obsolete-for-deletion):
10242         Use package-menu-get-status instead of a regexp search.
10243         (package-menu-get-status): Use tabulated-list-entry.
10244         (package-menu-mark-upgrades): New command.
10245         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
10246         (package-menu-execute): Do installation before deletion.
10247         (package-menu-refresh, package-menu-execute): Use derived-mode-p
10248         instead of checking major-mode.
10249         (package-menu--find-upgrades): New function.
10251 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10253         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
10254         passwords in the log buffer.
10255         (smtpmail-process-filter): Update the process marker so that the
10256         "broken by peer" status message is inserted in the right place.
10258 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10260         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
10261         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
10262         bibtex-completion-at-point-function.
10263         (bibtex-completion-at-point-function): Use them.
10265         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
10267         * mpc.el (mpc-constraints-tag-lookup): New function.
10268         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
10269         also to browser "album|playlist".
10271 2011-09-14  Juri Linkov  <juri@jurta.org>
10273         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
10274         (isearch-edit-string): Use length of `isearch-string' when
10275         `isearch-fail-pos' returns nil.
10276         (isearch-message): Remove duplicate code and call
10277         `isearch-fail-pos' with arg `t'.
10279 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
10281         * replace.el (occur-mode-goto-occurrence): Don't force using other
10282         window (Bug#9499).
10284         * dired-aux.el (dired-do-chmod): Don't provide initial input.
10286 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
10288         * window.el (display-buffer-window): Remove.
10289         (display-buffer-record-window): Use help-setup window parameter
10290         instead of variable display-buffer-window.
10291         (display-buffer-function, special-display-buffer-names)
10292         (special-display-function): Mention help-setup parameter instead
10293         of display-buffer-window in doc-string.
10294         * help.el (help-window-setup): New argument help-window.
10295         Use help-window-setup parameter instead of display-buffer-window.
10296         Reword some messages.
10297         (with-help-window): Pass window used for displaying the buffer
10298         to help-window-setup.  Don't set display-buffer-window.
10300 2011-09-13  Glenn Morris  <rgm@gnu.org>
10302         * emacs-lisp/debug.el (debugger-make-xrefs):
10303         Preserve point.  (Bug#9462)
10305 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
10307         * window.el (window-deletable-p): Use next-frame.
10309 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
10311         * window.el (window-auto-delete): Remove.
10312         (window-deletable-p): Remove argument FORCE.  Don't deal with
10313         dedication and previous buffers.
10314         (switch-to-prev-buffer): Don't delete window.
10315         (delete-windows-on): Delete a window's frame if and only if the
10316         window is dedicated.
10317         (replace-buffer-in-windows): Delete buffer's window or frame if
10318         and only if window is dedicated.
10319         (quit-window): Handle quit-restore as before last change.
10320         (bury-buffer): Delete window only if window-deletable-p returns t.
10322 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
10324         * window.el (window-deletable-p): Never delete the last frame on a
10325         given terminal.
10327 2011-09-13  Glenn Morris  <rgm@gnu.org>
10329         * help.el (describe-key-briefly): Copy previous standard-output change.
10331 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
10333         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
10335 2011-09-13  Glenn Morris  <rgm@gnu.org>
10337         * emacs-lisp/lisp-mode.el (lisp-indent-function):
10338         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
10340 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
10342         * dired-aux.el (dired-mark-read-string): Don't return default
10343         value on empty input (Bug#9361).
10344         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
10345         Omit initial minibuffer contents.
10346         (dired-do-chmod): Signal an error on empty input.
10347         (dired-mark-read-string): Don't return default on empty input.
10349         * files.el (file-modes-symbolic-to-number): Doc fix.
10351 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10353         * international/mule-cmds.el (ucs-completions): Remove.
10354         (read-char-by-name): Use complete-with-action instead; add metadata.
10356 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
10358         * window.el (display-buffer--action-function-custom-type)
10359         (display-buffer--action-custom-type): New vars.
10360         (display-buffer-alist, display-buffer-default-action)
10361         (display-buffer-overriding-action): Add defcustom types.
10363         * frame.el (delete-other-frames): Doc fix (Bug#276).
10365 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10367         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
10369 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
10371         Change modes that used same-window-* vars to use switch-to-buffer.
10373         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
10374         Use switch-to-buffer.
10376         * cus-edit.el (customize-group, custom-buffer-create)
10377         (customize-browse, custom-buffer-create-other-window):
10378         Use switch-to-buffer or switch-to-buffer-other-window.
10380         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
10381         (Info-prev, Info-up, Info-speedbar-goto-node)
10382         (info-display-manual): Use switch-to-buffer.
10383         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
10385         * mail/sendmail.el (mail): Use switch-to-buffer.
10386         (mail-recover): Use switch-to-buffer-other-window.
10388         * cmuscheme.el (run-scheme, switch-to-scheme):
10389         * ielm.el (ielm):
10390         * shell.el (shell):
10391         * net/rlogin.el (rlogin):
10392         * net/telnet.el (telnet, rsh):
10393         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
10395 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
10397         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
10399 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10401         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
10402         so don't mention it (bug#9301).
10403         (dired-sort-toggle-or-edit): Clarify string further.
10405         * faces.el (face-spec-set-match-display): Make `(type graphic)'
10406         match `x', `w32' and `ns', like the manual says (bug#9029).
10408         * subr.el (eval-after-load): Doc string clarification (bug#9125).
10409         (process-kill-buffer-query-function): Mention the buffer name in
10410         the query.
10412         * image-mode.el (image-next-line): The line parameter is mandatory
10413         (bug#9258).
10415         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10416         which can be useful (bug#9301).
10418         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10420         * subr.el (match-string): Mention that the current buffer should
10421         be the same as the search was done in (bug#9282).
10423         * facemenu.el: Disable the remove-* commands if the mark isn't
10424         active (bug#9162).
10426 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
10428         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10429         of display-buffer.
10430         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10432         * replace.el (occur-mode-goto-occurrence)
10433         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10434         and display-buffer.
10436         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10437         display-buffer.
10439         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10440         special-display and same-window variables.
10441         (mail-other-window): Use switch-to-buffer-other-window.
10442         (mail-other-frame): USe switch-to-buffer-other-frame.
10444         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10445         Use display-buffer-other-frame.
10446         (gdb-display-gdb-buffer): Use pop-to-buffer.
10448         * progmodes/gud.el (gud-goto-info): Use info-other-window.
10450         * progmodes/python.el: Don't set same-window-buffer-names.
10452         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10454         * window.el (display-buffer-alist): Add *Python*.
10456 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
10458         * window.el (display-buffer-alist): Add entry for buffers
10459         previously handled same-window-*.
10460         (display-buffer-alist, display-buffer-default-action)
10461         (display-buffer-overriding-action): Mark as risky.
10462         (display-buffer-alist): Document action function changes.
10463         (display-buffer--same-window-action)
10464         (display-buffer--other-frame-action): New variables.
10465         (switch-to-buffer, display-buffer-other-frame): Use them.
10466         (display-buffer): Rename reuse-frame entry to reusable-frames.
10467         (display-buffer-reuse-selected-window): Function deleted.
10468         (display-buffer-reuse-window): Handle reusable-frames alist entry.
10469         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10470         (display-buffer-special): New function.
10471         (display-buffer--maybe-pop-up-frame-or-window): Rename from
10472         display-buffer-reuse-or-pop-window.  Split off special-display
10473         part into display-buffer-special.
10474         (display-buffer-use-some-window): Don't perform any special
10475         pop-up-frames handling.
10476         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
10477         (display-buffer--maybe-same-window): Rename from
10478         display-buffer-maybe-same-window.
10480         * info.el: Don't set same-window-regexps.
10481         (info-setup): New function.
10482         (info-other-window, info): Call it.
10484         * cus-edit.el: Don't set same-window-regexps.
10485         (customize-group): New argument.
10486         (customize-group-other-window): Use it.
10487         (customize-face, customize-face-other-window): Likewise.
10488         (custom-buffer-create-other-window): Use pop-to-buffer directly.
10490         * net/rlogin.el:
10491         * net/telnet.el:
10492         * progmodes/gud.el: Don't set same-window-regexps.
10494         * cmuscheme.el:
10495         * ielm.el:
10496         * shell.el:
10497         * mail/sendmail.el:
10498         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10500 2011-09-10  Juri Linkov  <juri@jurta.org>
10502         * isearch.el (isearch-edit-string): Remove obsolete mention of
10503         `C-w' (`isearch-yank-word-or-char') from docstring.
10504         (isearch-query-replace): Fix typo in docstring (bug#9466).
10506 2011-09-10  Juri Linkov  <juri@jurta.org>
10508         * paren.el (show-paren-function): Don't show escaped parens.
10509         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
10511 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
10513         * mail/sendmail.el (mml-to-mime, mml-attach-file)
10514         (mm-default-file-encoding): Remove autoload forms, they are
10515         replaced with autoload cookies in mml.el and mm-encode.el.
10516         (mail-add-attachment): New command.
10517         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10518         (mail-mode): Mention mail-insert-file and mail-add-attachment in
10519         the doc string.
10520         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10522 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
10524         * simple.el (count-words-region): Use buffer if there's no region
10525         (bug#9429).
10527 2011-09-09  Juri Linkov  <juri@jurta.org>
10529         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10530         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10531         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
10533 2011-09-09  Alan Mackenzie  <acm@muc.de>
10535         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10536         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
10538 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
10540         Fix for Savannah bug#9392.
10541         * simple.el (mail-encode-mml): New defvar.
10543         * mail/rmail.el (mail-encode-mml): Add a defvar.
10544         (rmail-enable-mime-composing): Default to t.
10545         (rmail-forward): Use MIME method of forwarding only if both
10546         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10547         Set mail-encode-mml non-nil if the MIME method was used.
10549         * mail/sendmail.el (mml-to-mime): Add autoload form.
10550         (mail-encode-mml): Add a defvar.
10551         (mail-mode): Make mail-encode-mml buffer-local and initialize it
10552         to nil.
10553         (mail-send): If mail-encode-mml is non-nil, run the outgoing
10554         message through mml-to-mime, and reset mail-encode-mml to nil.
10556 2011-09-09  Glenn Morris  <rgm@gnu.org>
10558         * woman.el (woman-if-body): When processing an .el block,
10559         do not delete the next .el block as well.  (Bug#9447)
10560         (woman-special-characters): Add oq, cq, and hy characters.
10562 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
10564         * window.el (window-deletable-p): Make sure window is live before
10565         invoking window-prev-buffers.
10567 2011-09-08  Leo Liu  <sdl.web@gmail.com>
10569         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
10571 2011-09-08  Juri Linkov  <juri@jurta.org>
10573         * progmodes/compile.el (compilation-environment): Make it
10574         a defcustom (bug#8340).
10576 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
10578         * window.el (frame-auto-delete): Rename to window-auto-delete.
10579         Make it control auto-deletion of windows and/or frames.
10580         (window-deletable-p): New argument FORCE.  Rewrite conditions
10581         for deleting window/frame.  (Bug#9419)
10582         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10583         Rewrite handling of case when window/frame can be deleted.
10584         (delete-windows-on): Call window-deletable-p with new FORCE
10585         argument t.  (Bug#9456)
10587 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
10589         * help-mode.el (help-mode): Restore autoload.
10591 2011-09-07  Juri Linkov  <juri@jurta.org>
10593         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10594         `compilation-environment'.  Set buffer-local
10595         `compilation-environment' to `thisenv' later after (funcall mode).
10596         (Bug#8340)
10598         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
10599         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10600         instead of replacing its value.  (Bug#8340)
10602 2011-09-07  Juri Linkov  <juri@jurta.org>
10604         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10605         based on text properties put by `grep-filter' instead of matching
10606         escape sequences.
10607         (grep-mode): Set buffer-local `compilation-error-screen-columns'
10608         to the value of `grep-error-screen-columns' (bug#9438).
10610 2011-09-07  Juri Linkov  <juri@jurta.org>
10612         * simple.el (next-error-highlight, next-error-highlight-no-select):
10613         Doc fix (bug#9432).
10615 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
10617         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10618         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
10620 2011-09-07  Leo Liu  <sdl.web@gmail.com>
10622         * net/rcirc.el (rcirc-mode): Conditionally initialize
10623         rcirc-input-ring.
10625 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10627         * emacs-lisp/find-func.el (find-function-C-source): Only set
10628         find-function-C-source-directory after checking that we found a source
10629         file there (bug#9440).
10631 2011-09-06  Alan Mackenzie  <acm@muc.de>
10633         * isearch.el (isearch-other-meta-char): Wherever a key list is
10634         unread, "unread" the prefix arg, too.  This fixes bug #8901.
10636 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
10638         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10640 2011-09-05  Juri Linkov  <juri@jurta.org>
10642         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10644 2011-09-05  Juri Linkov  <juri@jurta.org>
10646         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10647         keeping point where processing of grep matches begins, and
10648         continue to delete remaining escape sequences from the same point.
10649         (grep-filter): Make leading zero optional in "0?1;31m" because
10650         git-grep emits "\033[1;31m" escape sequences unlike expected
10651         "\033[01;31m" as GNU Grep does (bug#9408).
10652         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10654 2011-09-05  Juri Linkov  <juri@jurta.org>
10656         * subr.el (y-or-n-p): Capitalize "yes".
10658 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
10660         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
10661         `tramp-cache-unload-hook' where appropriate.
10662         (tramp-methods): Rename `tramp-remote-sh' to
10663         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
10664         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10666         * net/tramp-sh.el (top): Don't require 'shell.
10667         (tramp-methods): Add `tramp-remote-shell' and
10668         `tramp-remote-shell-args' entries.
10669         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10670         (tramp-sh-handle-shell-command): Remove.
10671         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10672         Use `tramp-remote-shell'.
10674 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
10676         * mail/sendmail.el (sendmail-query-once-function): Delete.
10677         (sendmail-query-once): Save directly to send-mail-function.
10678         Update message-send-mail-function too.
10680         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10682 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
10684         * progmodes/python.el (python-mode-map): Use correct function to
10685         start python interpreter from menu-bar (as reported by Geert
10686         Kloosterman).
10687         (inferior-python-mode-map): Fix typo.
10688         (python-shell-map): Remove.
10690 2011-09-03  Deniz Dogan  <deniz@dogan.se>
10692         * net/rcirc.el (rcirc-print): Simplify code for
10693         rcirc-scroll-show-maximum-output.  There is no need to walk
10694         through all windows to find the right one.
10696 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
10698         * help.el (help-return-method): Doc fix.
10700 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
10702         * window.el (window-deletable-p): Don't return a non-nil value
10703         when there's a buffer that was shown in the window before.
10704         (Bug#9419)
10705         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10706         Set window's previous buffers to nil.
10708 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
10710         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10711         newline before and after the tag line, so it doesn't interfere
10712         with determining the paragraph direction of bidirectional text.
10714 2011-09-03  Leo Liu  <sdl.web@gmail.com>
10716         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
10718 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
10720         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
10721         (pop-to-buffer): Change interactive spec.  Pass second argument
10722         directly to display-buffer.
10723         (display-buffer): Fix interactive spec.  Use functionp to
10724         distinguish between a function and a list of functions.
10726         * abbrev.el (edit-abbrevs):
10727         * arc-mode.el (archive-extract):
10728         * autoinsert.el (auto-insert):
10729         * bookmark.el (bookmark-bmenu-list):
10730         * files.el (find-file):
10731         * view.el (view-buffer):
10732         * progmodes/compile.el (compilation-goto-locus):
10733         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10735 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
10737         * window.el (display-buffer-alist): Doc fix.
10738         (display-buffer): Add docstring.  Don't treat
10739         display-buffer-default specially.
10740         (display-buffer-reuse-selected-window)
10741         (display-buffer-same-window, display-buffer-maybe-same-window)
10742         (display-buffer-reuse-window, display-buffer-pop-up-frame)
10743         (display-buffer-pop-up-window)
10744         (display-buffer-reuse-or-pop-window)
10745         (display-buffer-use-some-window): New functions.
10746         (display-buffer-default-action): Use them.
10747         (display-buffer-default): Delete.
10748         (pop-to-buffer-1): Fix choice of actions.
10750 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10752         * minibuffer.el (completion--insert-strings): Don't get confused by
10753         completion entries that end with an LF char.
10755 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
10757         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10759 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
10761         * window.el (display-buffer): Restore interactive spec.
10762         (display-buffer-same-window, display-buffer-other-window):
10763         New functions.
10764         (pop-to-buffer-1): New function.  Use the above.
10765         (pop-to-buffer, pop-to-buffer-same-window): Use it.
10766         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
10768         * view.el (view-buffer-other-window, view-buffer-other-frame):
10769         Just use pop-to-buffer.
10771 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10773         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
10775 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
10777         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
10779 2011-08-31  Richard Stallman  <rms@gnu.org>
10781         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10782         of the separation of rmail-view-buffer from rmail-buffer.
10783         If you say no to "replace original", the decrypt is in the
10784         view buffer.  If you say yes, the decrypt goes into the
10785         rmail buffer also.
10787 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
10789         * window.el (display-buffer-window): Rewrite doc-string.
10790         (display-buffer-record-window): New function.
10791         (display-buffer-macro-specifiers)
10792         (display-buffer-even-window-sizes, display-buffer-set-height)
10793         (display-buffer-set-width, display-buffer-in-window)
10794         (display-buffer-reuse-window, display-buffer-split-specifiers)
10795         (display-buffer-side-specifiers, display-buffer-split-window-1)
10796         (display-buffer-split-window, display-buffer-split-atom-window)
10797         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10798         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10799         (display-buffer-other-window-means-other-frame)
10800         (display-buffer-normalize-special)
10801         (display-buffer-normalize-default)
10802         (display-buffer-normalize-argument)
10803         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10804         (display-buffer-normalize-specifiers, display-buffer-frame)
10805         (display-buffer-same-window, display-buffer-same-frame)
10806         (display-buffer-other-window)
10807         (display-buffer-same-frame-other-window)
10808         (display-buffer-other-frame, pop-to-buffer-same-window)
10809         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10810         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10811         (switch-to-buffer-same-frame)
10812         (switch-to-buffer-other-window-same-frame)
10813         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10814         (display-buffer-alist-set-1, display-buffer-alist-set-2)
10815         (display-buffer-alist-set): Remove.
10816         (display-buffer-function, special-display-buffer-names)
10817         (special-display-regexps, special-display-function):
10818         In doc-string refer to display-buffer-window and quit-restore
10819         parameter.
10820         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10821         (special-display-frame-alist, special-display-popup-frame)
10822         (same-window-buffer-names, same-window-regexps, same-window-p)
10823         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10824         (split-window-preferred-function, split-height-threshold)
10825         (split-width-threshold, window-splittable-p)
10826         (split-window-sensibly, window--try-to-split-window)
10827         (window--frame-usable-p, even-window-heights)
10828         (window--even-window-heights, window--display-buffer-1)
10829         (window--display-buffer-2, display-buffer-other-frame):
10830         Restore old Emacs 23 code, order and doc-strings where applicable.
10831         (display-buffer-default, display-buffer-assq-regexp): New functions.
10832         (display-buffer-alist): Rewrite doc-string.
10833         (display-buffer-default-action)
10834         (display-buffer-overriding-action): New variables.
10835         (display-buffer, switch-to-buffer): Rewrite.
10836         (pop-to-buffer): Restore Emacs 23 behavior but use
10837         window-normalize-buffer-to-display.
10838         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10839         Restore Emacs 23 behavior but use
10840         window-normalize-buffer-to-switch-to.
10841         (pop-to-buffer-same-window): Rewrite.
10842         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10843         Rewrite using Emacs 23 options.
10845 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
10847         * net/tramp.el (tramp-root-regexp): Remove.
10848         (tramp-completion-file-name-regexp-unified)
10849         (tramp-completion-file-name-regexp-separate)
10850         (tramp-completion-file-name-regexp-url): Don't use leading volume
10851         letter on w32 systems.  (Bug#5303, Bug#9311)
10852         (tramp-drop-volume-letter): Simplify definition.
10853         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10855 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10857         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10858         (bug#9356).
10860 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
10862         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
10864 2011-08-29  Juri Linkov  <juri@jurta.org>
10866         * isearch.el (isearch-done): Don't display message "Mark saved"
10867         when arg `edit' is non-nil to prevent its flicker in the echo area.
10869 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
10871         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10872         obsolete packages for deletion.
10874 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
10876         * help-mode.el (help-mode-map): Add special-mode-map to parent.
10877         (help-mode): Derive help-mode from special-mode.  Don't invoke
10878         view-mode from help-mode.
10879         (help-xref-override-view-map): Remove.
10880         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10881         view-mode is not used anymore.
10883 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
10885         * server.el (server-port): Doc fix.
10887         * cus-theme.el (custom-theme-choose-mode): Inherit from
10888         special-mode (Bug#9124).
10889         (custom-theme-choose-mode-map): Add special-mode to parent.
10891 2011-08-28  Alan Mackenzie  <acm@muc.de>
10893         * progmodes/cc-fonts.el
10894         (c-make-font-lock-BO-decl-search-function): New function.
10895         (c-basic-matchers-after - "Fontify the clauses after various
10896         keywords"): Extract the three keyword lists for the 3 erroneous
10897         constructs from the list of four, and use the new function above
10898         in place of an old one.
10900 2011-08-28  Deniz Dogan  <deniz@dogan.se>
10902         * net/rcirc.el (rcirc-insert-prev-input)
10903         (rcirc-insert-next-input): Remove unused argument.
10905 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10907         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10909 2011-08-27  Alan Mackenzie  <acm@muc.de>
10911         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10912         handle function pointer parameters properly.
10914 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
10916         * window.el (display-buffer-reuse-window): Fix case where
10917         selected window was reused with non-nil OTHER-WINDOW argument.
10918         (Bug#9381)
10920 2011-08-27  Deniz Dogan  <deniz@dogan.se>
10922         * net/rcirc.el (rcirc-check-auth-status): Adding support for
10923         oftc's NickServ messages.
10925 2011-08-27  Glenn Morris  <rgm@gnu.org>
10927         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
10929 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
10931         * emacs-lisp/package.el (package-install): Call package-initialize
10932         if called interactively.
10934 2011-08-26  Leo Liu  <sdl.web@gmail.com>
10936         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
10938 2011-08-25  Juri Linkov  <juri@jurta.org>
10940         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10941         `search-whitespace-regexp' (bug#9364).
10943 2011-08-25  Juri Linkov  <juri@jurta.org>
10945         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10946         `regexp-search-ring' to their global values to protect from
10947         updating by `read-from-minibuffer' (bug#9185).
10949 2011-08-25  Juri Linkov  <juri@jurta.org>
10951         * textmodes/ispell.el (ispell-command-loop): Add newline
10952         at the end of the "Use option `i'..." line.
10954 2011-08-25  Juri Linkov  <juri@jurta.org>
10956         * battery.el (display-battery-mode): If `battery-status-function'
10957         or `battery-mode-line-format' is nil, display the message and set
10958         `display-battery-mode' to nil (bug#9363).
10960 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
10962         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10963         bidi-string-mark-left-to-right; they are unnecessary now.
10965 2011-08-25  Deniz Dogan  <deniz@dogan.se>
10967         * net/quickurl.el: Documentation typo fixes.
10969 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
10971         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10973 2011-08-25  Glenn Morris  <rgm@gnu.org>
10975         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10977         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10978         (smtpmail-via-smtp): Handle nil response from smtp.
10980 2011-08-24  Juri Linkov  <juri@jurta.org>
10982         * proced.el (proced-marked): Inherit from `error' instead of
10983         `font-lock-warning-face'.
10985         * ibuffer.el (ibuffer-marked-face): Change default face from
10986         `font-lock-warning-face' to `warning'.
10987         (ibuffer-deletion-face): Change default face from
10988         `font-lock-type-face' to `error'.
10990         * battery.el (battery-update): Use the face `error' instead of
10991         `font-lock-warning-face' (bug#6117).
10993 2011-08-24  Juri Linkov  <juri@jurta.org>
10995         * faces.el (success): Change face color from "Green3" to
10996         "ForestGreen" on light background (bug#9353).
10998 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
11000         * window.el (quit-window): Rename from quit-restore-window.
11001         Use same arglist as old quit-window.
11002         (frame-auto-delete): Doc fix.
11004         * view.el (view-mode-exit): Use quit-window.
11006 2011-08-24  Juri Linkov  <juri@jurta.org>
11008         * isearch.el (isearch-ring-adjust1): Start visiting previous
11009         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
11010         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
11011         for empty search string (when the last search string is reused
11012         automatically) to adjust the isearch ring to the last element and
11013         prepare the correct index for further M-p commands (bug#9185).
11015 2011-08-24  Kenichi Handa  <handa@m17n.org>
11017         * international/ucs-normalize.el: If decomposition property of
11018         CHAR is the default one (i.e. a list of CHAR itself), treat it as
11019         nil.
11020         (nfd, nfkd): Likewise.
11022 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11024         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
11025         from process filters aren't reliably transmitted to the surrounding
11026         accept-process-output.
11027         (mpc-proc-check): New function.
11028         (mpc-proc-sync): Use it (bug#8293)
11030 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11032         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
11033         Add compatibility functions (bug#9313).
11035 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
11037         * cus-start.el (all): Add entry for bidi-paragraph-direction.
11039         * international/uni-bidi.el: Regenerate.
11041 2011-08-23  Kenichi Handa  <handa@m17n.org>
11043         * international/charprop.el:
11044         * international/uni-bidi.el:
11045         * international/uni-category.el:
11046         * international/uni-combining.el:
11047         * international/uni-comment.el:
11048         * international/uni-decimal.el:
11049         * international/uni-decomposition.el:
11050         * international/uni-digit.el:
11051         * international/uni-lowercase.el:
11052         * international/uni-mirrored.el:
11053         * international/uni-name.el:
11054         * international/uni-numeric.el:
11055         * international/uni-old-name.el:
11056         * international/uni-titlecase.el:
11057         * international/uni-uppercase.el: Regenerate.
11059 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
11061         * help.el (help-window-setup): Fix message displayed when other
11062         window is reused.  (Bug#9341)
11064 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11066         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
11067         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
11069         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
11070         Mark obsolete.
11071         * shell.el (shell-parse-pcomplete-arguments): New function.
11072         (shell-completion-vars): Use it instead (bug#9160).
11074 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11076         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
11077         strings and comments (bug#9333).
11079         * emacs-lisp/debug.el (debug-arglist): New function.
11080         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
11081         (debug-on-entry-1): Handle interpreted closures (bug#9120).
11083 2011-08-22  Juri Linkov  <juri@jurta.org>
11085         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11086         Revert regexp that highlights output switches to its old
11087         pre-2010-10-28 value and remove one `?' from it (bug#9319).
11089         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
11090         to check for empty output (bug#9226).
11092 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
11094         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
11095         symbol-constituent as the default, as that stops font-lock from
11096         working properly (Bug#8843).
11098 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11100         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
11101         `coding-system-for-*' around the process open call to avoid
11102         auth-source side effects.
11103         (smtpmail-try-auth-methods): Expand the secret password.
11104         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
11105         probe hangs.
11107 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
11109         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
11111         * emacs-lisp/find-func.el (find-function-noselect): New arg
11112         lisp-only.
11114         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
11115         signal an error for built-in functions (Bug#6664).
11117 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11119         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
11120         (smtpmail-try-auth-methods): Use it.
11122 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
11124         * font-lock.el (font-lock-fontify-region)
11125         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
11126         (font-lock-default-unfontify-buffer)
11127         (font-lock-default-fontify-region)
11128         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
11130         * progmodes/compile.el (compilation-error-properties):
11131         Fix confusion between file struct and message struct (Bug#9319).
11132         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
11133         `ant' regexp.
11135         * net/browse-url.el (browse-url-firefox): Don't call
11136         browse-url-firefox-sentinel unless using -remote (Bug#9328).
11138 2011-08-20  Glenn Morris  <rgm@gnu.org>
11140         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
11142         * tutorial.el (tutorial--default-keys): Update some default bindings.
11144         * files.el (hack-local-variables): Fully ignore case for "mode:".
11146 2011-08-20  Alan Mackenzie  <acm@muc.de>
11148         Resolve invalid use of a regexp in regexp-opt.
11150         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
11151         detection for a java annotation.
11153         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
11154         detection for a java annotation.
11156         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
11157         handling for java.
11158         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
11160 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
11162         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
11163         (Bug#9274).
11165 2011-08-20  Alan Mackenzie  <acm@muc.de>
11167         Fontify CPP expressions correctly when starting in the middle of
11168         such a construct.  Mainly for when jit-lock etc. starts a chunk
11169         here.
11171         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
11172         variable.
11173         (c-make-font-lock-search-form): New function, extracted from
11174         c-make-font-lock-search-function.
11175         (c-make-font-lock-search-function): Use the above function.
11176         (c-make-font-lock-context-search-function): New function.
11177         (c-cpp-matchers): Enhance the preprocessor expression case with
11178         the above function
11179         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
11180         which takes an expression.
11182         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
11184 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
11186         * window.el (display-buffer-reuse-window)
11187         (display-buffer-pop-up-window): Don't reuse or split a side
11188         window.
11190 2011-08-19  Glenn Morris  <rgm@gnu.org>
11192         * files.el (hack-local-variables-prop-line, hack-local-variables):
11193         Downcase "Mode:".  (Bug#9331)
11195 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
11197         * international/characters.el: Add L and R categories.
11199         * subr.el (bidi-string-mark-left-to-right): Rename from
11200         string-mark-left-to-right.  Use category search.
11202         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
11204 2011-08-18  Juri Linkov  <juri@jurta.org>
11206         * faces.el (error, warning, success): New faces with definitions
11207         copied from old default values of `font-lock-warning-face',
11208         `compilation-warning', `compilation-info' (bug#6117).
11210         * font-lock.el (font-lock-warning-face): Inherit from `error'.
11212         * progmodes/compile.el (compilation-error): Inherit from `error'.
11213         (compilation-warning): Inherit from `warning'.
11214         (compilation-info): Inherit from `success'.
11216         * dired.el (dired-marked): Inherit from `warning'.
11217         (dired-flagged): Inherit from `error'.
11219 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11221         * mail/smtpmail.el (auth-source): Require to avoid problems with
11222         binding variables (bug#9298).  Also clean up some unused
11223         autoloads.
11225         * net/network-stream.el (network-stream-open-starttls):
11226         Support using starttls.el without using gnutls-cli.
11228 2011-08-17  Juri Linkov  <juri@jurta.org>
11230         * progmodes/grep.el (rgrep): Handle the case when
11231         `grep-find-command' is a cons cell (bug#9278).
11233 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
11235         * window.el (display-buffer-pop-up-frame): Run frame creation
11236         function with BUFFER current (as special-display-popup-frame
11237         does).  Reported by Drew Adams.
11239 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
11241         * epa-mail.el: Simplify GnuPG group expansion using
11242         epg-expand-group.
11243         (epa-mail-group-alist, epa-mail-group-modtime)
11244         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
11245         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
11246         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
11247         Remove.
11249 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
11251         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
11253 2011-08-16  Alan Mackenzie  <acm@muc.de>
11255         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
11256         Correct, to avoid the inside of macros.
11258 2011-08-16  Richard Stallman  <rms@gnu.org>
11260         * epa-mail.el: Handle GnuPG group definitions.
11261         (epa-mail-group-alist, epa-mail-group-modtime)
11262         (epa-mail-gnupg-conf-file): New variables.
11263         (epa-mail-parse-groups, epa-mail-sync-groups)
11264         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
11265         (epa-mail-expand-recipients): New functions.
11266         (epa-mail-encrypt): Call epa-mail-expand-recipients.
11268         * mail/rmail.el (rmail-epa-decrypt): New command.
11270         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
11271         Don't bind buffer-read-only, just inhibit-read-only.
11272         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
11273         (epa-decrypt-armor-in-region): Make error message clearer.
11275 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11277         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
11278         and "a2b" to "ab" for `prefix'.
11280 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
11282         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
11283         filter groups.
11284         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
11285         Fourquet (Bug#8804).
11287 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
11289         * startup.el (argi): Declare as global variable (bug#9275).
11291 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
11293         * subr.el (string-mark-left-to-right): Search the entire string
11294         for RTL script, not just the terminating character.  Doc fix.
11296 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11298         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
11299         New function.
11300         (js--regexp-literal, js-syntax-propertize-function): Remove.
11301         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
11302         (js-mode-map): Don't rebind electric keys.
11303         (js-insert-and-indent): Remove.
11304         (js-mode): Setup electric-layout and electric-indent instead.
11306         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
11308 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
11310         * epa.el (epa-progress-callback-function): Fix the logic of
11311         displaying progress.
11312         * epa-file.el (epa-file-insert-file-contents): Make progress
11313         display more user-friendly.
11314         (epa-file-write-region): Ditto.
11316 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
11318         * subr.el (string-mark-left-to-right): New function.
11320         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
11321         Use string-mark-left-to-right.
11322         (list-buffers-noselect): Caller changed.
11324         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11325         Use string-mark-left-to-right.
11326         (tabulated-list-print): Recenter after moving point.
11328 2011-08-10  Juri Linkov  <juri@jurta.org>
11330         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
11331         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
11332         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
11334 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
11336         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
11337         (Bug#7554).
11339 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
11341         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
11342         character.  (Bug#6594)
11344 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
11346         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
11347         (image-dired--with-db-file): New macro.
11348         (image-dired-write-tags, image-dired-remove-tag)
11349         (image-dired-create-gallery-lists, image-dired-write-comments)
11350         (image-dired-get-comment, image-dired-mark-tagged-files)
11351         (image-dired-list-tags, image-dired-gallery-generate): Use it.
11352         (image-dired-gallery-generate): Use insert-file-contents.
11354         * time.el (display-time-world-list, display-time-world-display):
11355         * time-stamp.el (time-stamp-string):
11356         * vc/add-log.el (add-change-log-entry): Use setenv instead of
11357         set-time-zone-rule (Bug#7337).
11359 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
11361         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
11362         (epg-error-to-string, epg-errors-to-string): New function.
11363         (epg-wait-for-completion): Reverse errors list.
11364         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
11365         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
11366         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
11367         (epg-sign-keys, epg-generate-key-from-file)
11368         (epg-generate-key-from-string): Format errors by using
11369         epg-errors-to-string (bug#9255).
11370         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
11372 2011-08-07  Juri Linkov  <juri@jurta.org>
11374         * faces.el (list-faces-display): Remove extra angle bracket
11375         from `help-mode-map'.
11377         * info.el (Info-history-toc-nodes): Doc fix.
11379         * longlines.el (longlines-mode): Doc fix.
11381 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11383         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
11384         of statements and in a few more cases (bug#9183).
11386         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
11387         New functions.
11388         (cl-transform-lambda): Use them (bug#9239).
11390 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
11392         * window.el (display-buffer-same-window)
11393         (display-buffer-same-frame, display-buffer-other-window)
11394         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11395         (pop-to-buffer-other-window)
11396         (pop-to-buffer-same-frame-other-window)
11397         (pop-to-buffer-other-frame): Make them defuns.
11398         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
11400 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11402         * subr.el (make-composed-keymap): Move from C.  Change calling
11403         convention, and improve docstring to bring attention to a subtle point.
11404         * minibuffer.el (completing-read-default): Adjust accordingly.
11406 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
11408         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11409         (tramp-open-shell): Use `tramp-shell-quote-argument'.
11411         * net/trampver.el: Update release number.
11413 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11415         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11416         "in" (bug#9190).
11418 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11420         * mail/sendmail.el (sendmail-query-once): Restore the current
11421         buffer after querying (bug#9074).
11423         * dired.el (dired-flagged): Use different faces for marked and
11424         flagged files (bug#6117).
11426         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11427         (bug#4433).
11429         * ido.el (ido-mode): Switch off the message if called
11430         non-interactively.
11432         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11433         before 587, since it appears that that's more likely to work for
11434         more people.
11436         * cus-edit.el (custom-file): When running under emacs -q, always
11437         refuse to save the customizations, even if the .emacs file doesn't
11438         exist.
11440         * info.el: Remove the `Info-beginning-of-buffer' function
11441         (bug#8325).
11443         * net/network-stream.el (network-stream-open-starttls):
11444         Use `starttls-available-p' to see whether starttls.el can be used.
11446 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
11448         * window.el (display-buffer-in-window): Don't set dedicated status
11449         of window here (Bug#9215).
11450         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11451         (display-buffer-pop-up-side-window)
11452         (display-buffer-in-side-window): Set dedicated status of window here.
11454 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11456         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11457         before binding generated-autoload-file.
11459 2011-08-01  Deniz Dogan  <deniz@dogan.se>
11461         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11463 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
11465         Sync with Tramp 2.2.2.
11467         * net/trampver.el: Update release number.
11469 2011-07-30  Juri Linkov  <juri@jurta.org>
11471         * dired-aux.el (dired-touch-initial): Remove function.
11472         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11473         current time, and `default' to the last modification time of the
11474         current marked file (bug#6887).
11476 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
11478         * simple.el (goto-line): Use string-to-number to provide a
11479         numeric argument to read-number (bug#9163).
11481 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
11483         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11484         connection process, it could be nil.
11486 2011-07-27  Leo Liu  <sdl.web@gmail.com>
11488         Simplify url handling in rcirc-mode.
11490         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11491         (rcirc-browse-url-at-mouse): Remove.
11492         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11494 2011-07-26  Alan Mackenzie  <acm@muc.de>
11496         Fontify bitfield declarations properly.
11498         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11499         (c-symbol-chars): Now exported as a lang variable.
11500         (c-not-primitive-type-keywords): New lang variable.
11502         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11503         QT keyword "more" to prevent "more slots: ...." being spuriously
11504         parsed as a bitfield declaration.
11506         * progmodes/cc-engine.el (c-beginning-of-statement-1):
11507         Refactor and enhance to handle bitfield declarations.
11508         (c-punctuation-in): New function.
11509         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11510         declarations properly.
11512 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
11514         * calendar/icalendar.el (icalendar--all-events): Take care of
11515         multiple vcalendars in a single file.
11516         (icalendar--convert-float-to-ical): Checkdoc fixes.
11518 2011-07-25  Deniz Dogan  <deniz@dogan.se>
11520         * image.el (insert-image): Clarifying docstring.
11522 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
11524         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11525         `tramp-send-command-and-check' if there is no error.
11526         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11528 2011-07-22  Alan Mackenzie  <acm@muc.de>
11530         Prevent cc-langs.elc being loaded at run time.
11532         * progmodes/cc-mode.el: Remove two autoload forms which loaded
11533         cc-langs.
11535         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
11536         "(require 'cc-langs)".  Quote a form so it will evaluate at
11537         (cc-mode's) compilation time.
11539 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
11541         * net/tramp.el (tramp-file-name-handler): Avoid recursive
11542         loading.  (Bug#9114)
11544 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
11546         * window.el (display-buffer-pop-up-window)
11547         (display-buffer-pop-up-side-window)
11548         (display-buffer-in-side-window): Call display-buffer-set-height
11549         and display-buffer-set-width after setting the new window's
11550         buffer so `fit-window-to-buffer' and friends work on the right buffer.
11552 2011-07-20  Sam Steingold  <sds@gnu.org>
11554         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11555         (etags-tags-included-tables): Call `convert-standard-filename' on
11556         the file names contained in TAGS so that windows Emacs can handle
11557         TAGS files created by cygwin ctags.
11559 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11561         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11562         which apparently didn't work.
11564 2011-07-19  Roland Winkler  <winkler@gnu.org>
11566         * proced.el (proced-send-signal): For *Marked Processes* buffer
11567         put point at beginning of buffer.
11569 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
11571         * proced.el (proced-format): Make header lines align with the text
11572         (bug#1779).
11574 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11576         * view.el (view-buffer): Allow running in `special' modes if we're
11577         visiting a file (bug#8615).
11579 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
11581         * window.el (display-buffer-alist-of-strings-p)
11582         (display-buffer-alist-set-1, display-buffer-alist-set-2):
11583         New functions.
11584         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11585         more accurately.
11587 2011-07-18  Alan Mackenzie  <acm@muc.de>
11589         Fontify declarators properly when, e.g., a jit-lock chunk begins
11590         inside a declaration.
11592         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11594         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11595         New function.
11596         (c-complex-decl-matchers): Insert reference to
11597         c-font-lock-enclosing-decls.
11599         * progmodes/cc-engine.el (c-backward-single-comment):
11600         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11601         to nil around calls to (forward-comment -1).
11603 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11605         * image.el (put-image): Doc typo fix.
11607         * progmodes/etags.el (tags-search): Doc typo fix.
11609         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11610         password if we get errors 550 to 554.
11612 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11614         * net/gnutls.el (gnutls-log-level): Remove.
11616         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11617         indentation character (bug#6380).
11619         * files.el (buffer-offer-save): Made permanently local (bug#6241).
11621         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11622         to clarify what the problem is (bug#4291).
11624         * simple.el (current-kill): Clarify what
11625         `interprogram-paste-function' does (bug#7500).
11626         (auto-fill-mode): Document `auto-fill-function' in relation to
11627         `auto-fill-mode' (bug#2470).
11629 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
11631         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11632         method if slot is read-only (bug#9035).
11634 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
11636         * frame.el (select-frame-set-input-focus): New argument NORECORD.
11637         * window.el (pop-to-buffer): Select window used even if it was
11638         selected before, see discussion of (Bug#8615), (Bug#6954).
11639         Pass argument NORECORD on to select-frame-set-input-focus.
11641 2011-07-15  Glenn Morris  <rgm@gnu.org>
11643         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
11644         Respect help-form.
11646 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
11648         * net/gnutls.el (gnutls-min-prime-bits): New variable.
11649         (gnutls-negotiate): Use it.
11651 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11653         * net/gnutls.el (gnutls-negotiate):
11654         Upcase `gnutls-algorithm-priority'.
11656 2011-07-15  Glenn Morris  <rgm@gnu.org>
11658         * jka-compr.el (jka-compr-verbose): Move from here...
11659         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
11660         Add missing :version tag.
11661         * info.el: No need to require jka-compr when compiling.
11663 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11665         * net/gnutls.el (gnutls-algorithm-priority): New variable.
11666         (gnutls-negotiate): Use it.
11668         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11670         * info.el (Info-beginning-of-buffer): New command.
11671         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11672         announcing `b' as the key (bug#8325).
11673         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
11675         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11677         * international/mule-cmds.el
11678         (describe-specified-language-support): Make the error message
11679         clearer (bug#8905).
11681         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11683         * isearch.el (isearch-barrier): Add a doc string, since it's
11684         mentioned in a function doc string (bug#8678).
11686 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
11688         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11689         buffer argument (Bug#9083) and self-identifying label argument.
11691 2011-07-15  Glenn Morris  <rgm@gnu.org>
11693         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
11695 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697         * man.el (Man-fontify-manpage): Fix message when formatting the
11698         man page (bug#7929).
11700 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
11702         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11703         argument LRM; if non-nil, append an invisible LRM character to the
11704         buffer name.
11705         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11706         last argument non-nil, when formatting buffer names.
11707         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11708         paragraph direction.
11710 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11712         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11713         the man page name (bug#7929).
11715         * image.el (put-image): Mention the `put-image' overlay property
11716         (bug#7834).
11718         * scroll-bar.el (set-scroll-bar-mode): Mention that
11719         `scroll-bar-mode' lists the values (bug#7772).
11721         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11722         command (bug#7729).
11724         * rect.el (apply-on-rectangle): Return the point after the last
11725         operation.
11726         (string-rectangle): Go to the point after the last operation
11727         (bug#7522).
11729         * printing.el (pr-toggle-region): Clarify the documentation
11730         slightly (bug#7493).
11732         * time.el (display-time-update):
11733         Allow `display-time-mail-function' to return nil (bug#7158).
11734         Fix suggested by Detlev Zundel.
11736         * vc/diff.el (diff): Clarify the order the file names are read
11737         (bug#7111).
11739         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11740         the doc string (bug#7015).
11742         * font-lock.el (font-lock-maximum-decoration): Mention what
11743         numeric levels mean (bug#6935).
11745         * startup.el (initial-buffer-choice): Don't mention the `none'
11746         selection, which is against policy.
11748 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
11750         * window.el (display-buffer-normalize-special):
11751         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
11753 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
11755         * subr.el (version<, version<=, version=): Mention "-CVS" and
11756         "-12345" alpha version numbers.
11758 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
11760         * bindings.el: Add advertised binding for set-mark-command
11761         (Bug#5772).
11763 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
11765         * bindings.el (mode-line-other-buffer):
11766         * bookmark.el (bookmark-bmenu-2-window):
11767         * bs.el (bs-cycle-next, bs-cycle-previous):
11768         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11769         switch-to-buffer.
11771         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11772         Delete.
11774 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
11776         * follow.el (follow-debug-message, follow-redisplay):
11777         * jka-cmpr-hook.el (with-auto-compression-mode):
11778         Fix typos in docstrings.
11780 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11782         * subr.el (with-silent-modifications): Clarify somewhat what the
11783         macro inhibits (bug#6525).
11785         * simple.el (eval-expression): Note what it does if called
11786         interactively (bug#6495).
11788 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
11790         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11791         Use pop-to-buffer buffer-or-name if it is nil.
11793         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11794         Remove switch-to-buffer.
11796 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11798         * files.el (make-directory): Clarify that an error will be raised
11799         if there's an error (bug#6397).
11801         * startup.el (initial-buffer-choice): Add `none' as a choice
11802         (bug#6234).
11804         * subr.el (add-hook): Clarify section about buffer-local hooks
11805         (bug#6218).
11807         * dired.el (dired-flagged): Clarify doc string (bug#6117).
11809 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
11811         * tabify.el (untabify): Preserve the current column so that point
11812         doesn't move (bug#6032).
11814 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11816         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11817         Rewrite to avoid awkward possessive "s" (bug#5986).
11819 2011-07-13  Glenn Morris  <rgm@gnu.org>
11821         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
11822         (dired-insert-directory): Give a message the first time
11823         if ls is found not to support --dired.
11825 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11827         * simple.el (toggle-truncate-lines): Clarify what is toggled
11828         (bug#5580).  Text by Drew Adams.
11830 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
11832         * simple.el (blink-matching-open): Make the error message from the
11833         last change less verbose.
11835 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
11837         * font-lock.el (font-lock-comment-face): Use the high contrast
11838         "yellow" color for font-lock-comment-face on low color terminals
11839         using a dark background color (bug#4221).
11841 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11843         * dired.el (dired-insert-set-properties): Make the doc string
11844         reflect what it does now (bug#5325).
11846         * simple.el (blink-matching-open): Say that we were unable to find
11847         the match within the limit, if we're limited (bug#5122).
11849         * international/mule-cmds.el (prefer-coding-system): Add an
11850         example (bug#4869).
11852         * progmodes/etags.el (tags-search): Document `file-list-form'
11853         (bug#4731).
11855 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
11857         * net/browse-url.el (browse-url-default-browser)
11858         (browse-url-browser-function): Make the default browser choice a
11859         bit more logical (bug#4300).  Also clean up the doc string.
11861 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
11863         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11864         binary endings (bug#4440).
11866 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11868         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11869         which can be pretty annoying (bug#8971).
11871         * jka-compr.el (jka-compr-verbose): New variable, and use
11872         throughout (bug#8971).
11874         * info.el (Info-find-file): Fall back on the installation
11875         directory if we can't find the info node anywhere else.
11877 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
11879         * vc/vc.el (vc-revert-file):
11880         Don't set file time-stamp in the past.  (Bug#5181)
11882 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11884         * files.el (after-find-file): Give a better error message when
11885         trying to find a symlink that points to a file that doesn't exist
11886         (bug#4398).
11888         * progmodes/cc-vars.el: Remove (probably) misleading comment
11889         (bug#4396).
11891 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
11893         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11895 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
11897         * mouse-sel.el: Hack restoring functionality, while keeping
11898         compatibility with 2010-07-03 changes to mouse selection.
11899         (mouse-sel-primary-overlay): New var.
11900         (mouse-sel-selection-alist): Use it.
11901         (mouse-sel-mode): Doc fix; remove points that are default features
11902         of mouse.el.
11904 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
11906         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11907         Fix previous fix (bug#2490).
11909 2011-07-12  Roland Winkler  <winkler@gnu.org>
11911         * textmodes/bibtex.el (bibtex-initialize):
11912         Use pop-to-buffer-same-window.
11913         (bibtex-search-entries): Fix interactive call.
11915 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11917         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11918         Fontise bytecomp Error lines more correctly (bug#2490).
11919         Fix suggested by Johan Bockgård.
11921         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11923         * dired-x.el (dired-guess-default): Use `delete-dups'.
11925 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
11927         * dired.el (dired-mark-prompt):
11928         * dired-aux.el (dired-read-shell-command): Doc fix.
11930 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11932         * mail/sendmail.el (sendmail-query-once):
11933         Use `customize-save-variable' unconditionally, now that it works under
11934         emacs -Q.
11936         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11938         * cus-edit.el (custom-file): Take an optional no-error variable.
11939         (customize-save-variable): Set the variable, and give a warning if
11940         running under "emacs -q".
11942 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
11944         * loadhist.el (unload-feature-special-hooks):
11945         Add `auto-coding-functions', `fill-nobreak-predicate' and
11946         `find-directory-functions' (bug#5327).
11948 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11950         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11952         * cus-edit.el (custom-guess-name-alist): -alist variables should
11953         use the `alist' type (bug#3120).  Suggested by Drew Adams.
11955         * printing.el: Add documentation to all the `pr-toggle-' commands.
11957 2011-07-11  Leo Liu  <sdl.web@gmail.com>
11959         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11960         backends where it makes sense (bug#2623).
11962 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11964         * dired-x.el (dired-guess-default): Remove duplicate shell command
11965         entries (bug#2028).
11966         (dired-guess-default): Fix grammar in doc string (bug#2028).
11967         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
11969         * subr.el (remove-duplicates): New conveniency function.
11971 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11973         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11974         (bug#1526).
11976 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
11978         * window.el (display-buffer-normalize-default): Don't invert
11979         meaning of even-window-heights.  Reported by Eli Zaretskii
11980         <eliz@gnu.org>.
11982 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
11984         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11986 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
11988         * window.el (display-buffer): Fix arguments to
11989         display-buffer-reuse-window in last change.
11991         * faces.el (link): Use a less saturated blue on light backgrounds.
11993         * startup.el (fancy-startup-text, fancy-about-text)
11994         (fancy-startup-tail): Use font-lock faces, for background safety.
11996 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
11998         * emulation/viper-cmd.el (viper-change-state-to-vi):
11999         Limit triggering of abbrev expansion (Bug#9038).
12001 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
12003         * window.el (display-buffer-default-specifiers): Remove.
12004         (display-buffer-macro-specifiers): Remove default specifiers.
12005         (display-buffer-alist): Default to nil.
12006         (display-buffer-reuse-window): New optional argument other-window.
12007         (display-buffer-pop-up-window): Allow splitting internal
12008         windows.  Check whether a live window was created.
12009         (display-buffer-other-window-means-other-frame)
12010         (display-buffer-normalize-arguments): Rename to
12011         display-buffer-normalize-argument and rewrite.  Set the
12012         other-window specifier.
12013         (display-buffer-normalize-special): New function.
12014         (display-buffer-normalize-options): Rename to
12015         display-buffer-normalize-default and rewrite.
12016         (display-buffer-normalize-options-inhibit): Remove.
12017         (display-buffer-normalize-specifiers): Rewrite.
12018         (display-buffer): Process other-window specifier and call
12019         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
12020         more faithfully.
12021         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
12022         (display-buffer-alist-set): Don't handle 'unset default values.
12023         (display-buffer-in-window, display-buffer-alist-set):
12024         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
12025         <tassilo@member.fsf.org>.
12027 2011-07-09  Leo Liu  <sdl.web@gmail.com>
12029         * register.el (insert-register): Restore accidental change on
12030         2011-06-26.  (Bug#9028)
12032 2011-07-09  Glenn Morris  <rgm@gnu.org>
12034         * subr.el (remq): Handle the empty list.  (Bug#9024)
12036 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
12038         * mail/sendmail.el (send-mail-function): No longer delay custom
12039         initialization.
12040         * custom.el (custom-initialize-delay): Doc fix.
12042 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12044         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
12046 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
12048         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
12049         human-friendly prompt.
12051 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12053         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
12054         provided by a particular plugin.
12056 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12058         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
12059         save customizations (with "emacs -Q"), just set the variable
12060         instead of erroring out.
12062         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
12064 2011-07-08  Juri Linkov  <juri@jurta.org>
12066         * arc-mode.el (archive-zip-expunge, archive-zip-update)
12067         (archive-zip-update-case): Use 7z if found by `executable-find'.
12068         The order of searching the available programs is the same as in
12069         `archive-zip-extract' (bug#8968).
12071 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
12073         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
12074         (menu-bar-options-menu): Tweak descriptions.
12076 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12078         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
12079         menu items into verb phrases (bug#1421).  Also refill to fit under
12080         80 columns.
12082 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
12084         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
12085         (Info-read-node-name): Doc fix (Bug#1084).
12087         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
12088         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
12089         (end-of-sexp, beginning-of-sexp)
12090         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
12091         (forward-symbol, forward-same-syntax, word-at-point)
12092         (sentence-at-point): Doc fix (Bug#1144).
12094 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12096         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
12097         should cover it (bug#1281).
12099         * cus-edit.el (custom-show): Mark as obsolete.
12101         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12102         negotiation fails, then possibly try again with a non-encrypted
12103         connection (bug#9017).
12105         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
12106         be used.
12108 2011-07-07  Richard Stallman  <rms@gnu.org>
12110         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
12111         property, and handle its changed format.
12112         Look for the correct line number.
12113         Use file's line contents (but not past first =) to find
12114         correct line in message.
12116 2011-07-07  Kenichi Handa  <handa@m17n.org>
12118         * international/characters.el (build-unicode-category-table):
12119         Delete it.
12120         (unicode-category-table): Set it by unicode-property-table-internal.
12122         * international/mule-cmds.el (char-code-property-alist): Move to
12123         to src/chartab.c.
12124         (get-char-code-property): Call unicode-property-table-internal to
12125         load a file.  Call get-unicode-property-internal where necessary.
12126         (put-char-code-property): Call unicode-property-table-internal to
12127         load a file.  Call put-unicode-property-internal where necessary.
12128         put-unicode-property-internal where necessary.
12129         (char-code-property-description):
12130         Call unicode-property-table-internal to load a file.
12132         * international/charprop.el:
12133         * international/uni-bidi.el:
12134         * international/uni-category.el:
12135         * international/uni-combining.el:
12136         * international/uni-comment.el:
12137         * international/uni-decimal.el:
12138         * international/uni-decomposition.el:
12139         * international/uni-digit.el:
12140         * international/uni-lowercase.el:
12141         * international/uni-mirrored.el:
12142         * international/uni-name.el:
12143         * international/uni-numeric.el:
12144         * international/uni-old-name.el:
12145         * international/uni-titlecase.el:
12146         * international/uni-uppercase.el: Regenerate.
12148         * loadup.el: Load international/charprop.el before
12149         international/characters.
12151 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
12153         * window.el (next-buffer, previous-buffer): Signal an error if
12154         called from a minibuffer window.
12156         * bindings.el: Revert 2011-07-04 change.
12158 2011-07-06  Richard Stallman  <rms@gnu.org>
12160         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
12161         (rmail-mime-insert-bulk, rmail-mime-insert-text):
12162         Treat markers like ints.
12163         (rmail-mime-entity): Doc fix.
12165 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12167         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
12168         defcustom again for backwards compatibility.
12170         * simple.el (shell-command-on-region): Fill.
12172         * dired-aux.el (dired-kill-line): Add a doc string.
12174         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
12175         to "\\sw\\|\\s_" (bug#358).
12177         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
12178         (dired-unmark-backward): Ditto.
12179         (dired-flag-backup-files): Ditto.
12181         * dired-x.el (dired-mark-sexp): Ditto.
12183 2011-07-06  Richard Stallman  <rms@gnu.org>
12185         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
12186         (rmail-mime-entity): New arg TRUNCATED.
12187         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
12188         New functions.
12189         (rmail-mime-save): Warn if entity is truncated.
12190         (rmail-mime-toggle-hidden): Likewise, for showing.
12191         (rmail-mime-process-multipart): Record when an entity is truncated.
12193         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
12194         if ENTITY is a string.
12196 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12198         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
12199         of faces when `M-C-x'-ing their definitions (bug#8378).
12200         Also clean up the code slightly.
12202         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
12203         because that makes the colors go away.
12205         * mail/sendmail.el (send-mail-function): Change the default to
12206         `sendmail-query-once'.
12207         (sendmail-query-once): Add an autoload cookie.
12209         * net/network-stream.el (network-stream-open-starttls): Try using
12210         a plain connection even if the server offered STARTTLS, and we
12211         kinda wanted to use it, if Emacs doesn't have any STARTTLS
12212         capability.  This should make smtpmail.el work in slightly more
12213         configurations.
12215 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
12217         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
12218         New defun.
12219         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
12221 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
12223         * progmodes/sql.el: Version 3.0
12224         (sql-product-alist): Add product :completion-object,
12225         :completion-column, and :statement attributes.
12226         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
12227         (sql-mode-syntax-table): Mark all punctuation.
12228         (sql-font-lock-keywords-builder): Temporarily remove fallback on
12229         ansi keywords.
12230         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
12231         (sql-mode-oracle-font-lock-keywords): Improve.
12232         (sql-oracle-show-reserved-words): New function for development.
12233         (sql-product-font-lock): Simplify for source code buffers.
12234         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
12235         New functions.
12236         (sql-highlight-product): Set product specific syntax table.
12237         (sql-mode-map): Add statement movement functions.
12238         (sql-ansi-statement-starters, sql-oracle-statement-starters):
12239         New variable.
12240         (sql-statement-regexp, sql-beginning-of-statement)
12241         (sql-end-of-statement, sql-signum): New functions.
12242         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
12243         (sql-show-sqli-buffer): Bug fix.
12244         (sql-interactive-mode): Store connection data as buffer local.
12245         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
12246         with sql-interactive-mode.
12247         (sql-save-connection): Save buffer local settings.
12248         (sql-connection-menu-filter): Change menu entry name.
12249         (sql-product-interactive): Bug fix.
12250         (sql-preoutput-hold): New variable.
12251         (sql-interactive-remove-continuation-prompt): Bug fixes.
12252         (sql-debug-redirect): New variable.
12253         (sql-str-literal): New function.
12254         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
12255         Redesign.
12256         (sql-oracle-save-settings, sql-oracle-restore-settings)
12257         (sql-oracle-list-all, sql-oracle-list-table): New functions.
12258         (sql-completion-object, sql-completion-column)
12259         (sql-completion-sqlbuf): New variables.
12260         (sql-build-completions-1, sql-build-completions)
12261         (sql-try-completion): New functions.
12262         (sql-read-table-name): Use them.
12263         (sql-contains-names): New buffer local variable.
12264         (sql-list-all, sql-list-table): Use it.
12265         (sql-oracle-completion-types): New variable.
12266         (sql-oracle-completion-object, sql-sqlite-completion-object)
12267         (sql-postgres-completion-object): New functions.
12269 2011-07-06  Glenn Morris  <rgm@gnu.org>
12271         * window.el (pop-to-buffer): Doc fix.
12273 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
12275         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
12277 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
12279         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
12281         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
12283 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
12285         * button.el (button): Inherit from link face.  Suggested by Dan
12286         Nicolaescu.
12288 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12290         * progmodes/gdb-mi.el: Fit in 80 columns.
12291         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
12292         switch-to-buffer.
12294         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
12295         if imenu is simply not configured (bug#8941).
12297 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
12299         * allout.el (allout-post-undo-hook): New allout outline-change
12300         event hook to signal undo activity.
12301         (allout-post-command-business): Run allout-post-undo-hook if an
12302         undo just occurred.
12303         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
12304         * allout-widgets.el (allout-widgets-after-undo-function):
12305         Ensure the integrity of the current item's decoration after it has been
12306         in the vicinity of an undo.
12307         (allout-widgets-mode): Include allout-widgets-after-undo-function
12308         on the new allout-post-undo-hook.
12310 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12312         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
12313         Let define-derived-mode define it.
12314         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
12315         cycles of abbrev-table inheritance (bug#8998).
12317 2011-07-05  Roland Winkler  <winkler@gnu.org>
12319         * textmodes/bibtex.el: Add support for biblatex.
12320         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
12321         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
12322         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
12323         (bibtex-entry-alist, bibtex-field-alist): New variables.
12324         (bibtex-entry-field-alist): Obsolete alias for
12325         bibtex-BibTeX-entry-alist.
12326         (bibtex-entry-alist, bibtex-field-alist): New widgets.
12327         (bibtex-set-dialect): New command.
12328         (bibtex-entry-type, bibtex-entry-head)
12329         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
12330         Bind via bibtex-set-dialect.
12331         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
12332         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
12333         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
12334         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
12335         Define via bibtex-set-dialect.
12336         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
12337         Obey bibtex-no-opt-remove-re.
12338         (bibtex-vec-push, bibtex-vec-incr): New functions.
12339         (bibtex-format-entry, bibtex-field-list)
12340         (bibtex-print-help-message, bibtex-validate)
12341         (bibtex-search-entries): Use new format of bibtex-entry-alist.
12343 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12345         * progmodes/compile.el (compilation-goto-locus):
12346         * net/tramp-cmds.el (tramp-append-tramp-buffers):
12347         * bs.el (bs-cycle-next, bs-cycle-previous):
12348         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
12349         * bindings.el (mode-line-other-buffer):
12350         * autoinsert.el (auto-insert):
12351         * arc-mode.el (archive-extract):
12352         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
12354 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
12356         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
12357         Fix check of `emacs-lock-unlockable-modes'.
12358         Coerce true values of `emacs-lock--try-unlocking' to t.
12360 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
12362         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
12363         * emacs-lock.el: New file.
12365 2011-07-05  Julien Danjou  <julien@danjou.info>
12367         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
12368         than `boundp' to check if face is set.
12370 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
12372         * register.el (registerv-make):
12373         * window.el (window-min-height): Fix typos in docstrings.
12375 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
12377         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
12378         Update doc string.
12380 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
12382         * server.el (server-execute): Catch quit and call
12383         `server-return-error' to pass the error back to emacsclient and
12384         close the connection (bug#8942).
12386 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
12388         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
12389         insecure exception for current topic.  Also note that auto-saves
12390         are handled differently.
12392         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
12393         State variables for tracking auto-save inhibition situation.
12395         (allout-write-contents-hook-handler): Rename from
12396         'allout-write-file-hook-handler', and describe how it depends on
12397         write-contents-functions sensitivity to non-nil value to prevent
12398         file write.
12400         (allout-auto-save-hook-handler): Remove.  auto-save does not check
12401         this in individual buffers, only in the starting buffer, so this
12402         is not the right way for us to inhibit auto-save in a buffer
12403         according to its condition.
12405         (allout-mode): Use new allout-write-contents-hook-handler, and
12406         only with write-contents-functions.  Remove auto-save provisions -
12407         they're implemented elsewhere.
12409         (allout-before-change-handler): If undo is in progress, note that
12410         for attention of allout-post-command-business.
12412         (allout-post-command-business): If the command we're following was
12413         an undo, check for change in the status of encrypted items and
12414         adjust auto-save inhibitions accordingly.
12416         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12417         according to whether there are or aren't any plain-text topics
12418         pending encryption.
12420         (allout-inhibit-auto-save-info-for-decryption):
12421         Adjust buffer-saved-size and some allout state to inhibit auto-saves
12422         if there are plain-text topics pending encryption.
12424         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12425         buffer-saved-size and some allout state to not inhibit auto-saves
12426         if there are no longer any plain-text topics pending encryption.
12428         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12429         No longer provide for exemption of the current topic.
12431 2011-07-04  Juri Linkov  <juri@jurta.org>
12433         Add 7z operations to delete and save changed members (bug#8968).
12434         * arc-mode.el (archive-7z-expunge, archive-7z-update):
12435         New defcustoms.
12436         (archive-7z-write-file-member): New function.
12437         (archive-7z-summarize): Fix the number of dashes in the
12438         listing output.
12440 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12442         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12443         (bug#8958).
12445 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
12447         * bindings.el: Ignore next-buffer and previous-buffer in
12448         minibuffer-local-map.
12450         * font-lock.el (font-lock-builtin-face): Change light background
12451         color to dark slate blue (Bug#6693).
12453 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
12455         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12457 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12459         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12460         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12461         Add switch-to-buffer.
12463 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12465         * isearch.el (isearch-search-fun-function): Clarify further the
12466         meaning of the function returned.
12468 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
12470         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12472         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12473         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12474         Use it.
12475         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
12476         `tramp-default-remote-path' does not exist.
12477         (tramp-send-command-and-read): New optional argument NOERROR.
12478         (tramp-open-connection-setup-interactive-shell)
12479         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12480         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12481         (tramp-process-sentinel): Flush also process' connection property.
12482         (tramp-sh-handle-start-file-process): Do not set process
12483         sentinel.  It is done now ...
12484         (tramp-maybe-open-connection): ... here.  (Bug#8929)
12486 2011-07-04  MON KEY  <monkey@sandpframing.com>
12488         * play/animate.el (animate-string): Doc fixes and allow changing
12489         the buffer name (bug#5417).
12491 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12493         * play/animate.el (animation-buffer-name): Rename from *animate*.
12495 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12497         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12498         This is simpler and helps future-proof the code.
12499         (timer-until): Use time-subtract and float-time.
12500         (timer--time-less-p): Use time-less-p.
12502 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
12504         * type-break.el (timep): Use the value of `float-time' to avoid a
12505         byte-compiler warning.
12507         * server.el (server-eval-and-print): Return any result, even nil.
12509 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12511         * type-break.el: Accept time formats that the builtins accept.
12512         (timep, type-break-time-difference): Accept any format that
12513         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12514         This is simpler and helps future-proof the code.
12515         (type-break-time-difference): Round rather than ignoring
12516         subseconds components.
12518 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12520         * info.el (Info-apropos-matches): Make non-interactive, since it
12521         doesn't seem to do anything useful as a command (bug#8829).
12523 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
12525         * frame.el (frame-background-mode, frame-set-background-mode):
12526         Move from faces.el.
12527         (frame-default-terminal-background): New function.
12529         * custom.el (custom-push-theme): Don't record faces in `changed'
12530         theme; this doesn't work correctly for per-frame face settings.
12531         (disable-theme): Use face-set-after-frame-default to reset faces.
12532         (custom--frame-color-default): New function.
12534 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12536         * dired.el (dired-flagging-regexp): Remove unused variable
12537         (bug#8769).
12539 2011-03-29  Kevin Ryde  <user42@zip.com.au>
12541         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12542         `perl-Test2' extend to match possible "fail #N" rep count
12543         (bug#8377).
12545 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12547         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12548         `smtpmail-via-smtp' now returns the error instead of nil.
12550         * isearch.el (isearch-search-fun-function): Clarify the doc string
12551         (bug#8101).
12553 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
12555         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12556         unnecessary spaces (bug#8987).
12558 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12560         * net/network-stream.el (open-network-stream): Use the
12561         :end-of-capability command thoughout.
12563 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12565         * net/network-stream.el (open-network-stream): Add the
12566         :end-of-capability command parameter, used by pop3.el.
12568 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12570         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12572         * fringe.el (fringe-query-style): Remove redundant text " (type ?
12573         for list)" (bug#6475).
12575         * files.el (file-expand-wildcards): Ignore non-readable
12576         sub-directories while trying to find matches instead of signaling
12577         an error (bug#6297).
12579         * man.el (Man-reference-regexp): Allow matching possible
12580         word-wrapped references (bug#6289).
12582         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12583         for consistency with the other vc buffers (bug#6197).
12584         (vc-checkin): Ditto.
12586         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12588         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12590 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12592         * custom.el (defcustom): Clarify that :set is only used in the
12593         Customize user interface (bug#6089).
12595         * progmodes/flymake.el (flymake-mode): If the buffer isn't
12596         associated with a file, refuse to run instead of erroring out
12597         (bug#6084).
12599         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12600         the doc string, since it appears that using `fill-column' always
12601         controls the width (bug#7845).
12603         * simple.el (shell-command-on-region): Say where the error output
12604         went if `shell-command-default-error-buffer' is set (bug#6857).
12606 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
12608         * allout.el (allout-yank-processing): Adjust cursor position for
12609         backwards-deleted space.
12611         (allout-rebullet-heading): Register changes with
12612         allout-exposure-changed-hook, so the modified topic is properly
12613         decorated.
12615 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12617         * minibuffer.el (completion-in-region): Document PREDICATE
12618         (bug#7136).
12620         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12621         of keyword/argument pairs (bug#6904).
12623         * replace.el (multi-occur):
12624         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
12626 2011-07-02  Drew Adams  <drew.adams@oracle.com>
12628         * dired.el (dired-mark-if): Make the message about whether it's
12629         marking or unmarking clearer (bug#8523).
12631 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12633         * disp-table.el (display-table-print-array): New function.
12634         (describe-display-table): Use it to print the vectors more pretty
12635         (Bug#8859).
12637 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
12639         * window.el (window-state-get-1): Don't assign clone numbers.
12640         Add clone-of item to list of window parameters.
12641         (window-state-put-2): Don't process clone numbers.
12642         (display-buffer-alist): Fix doc-string.
12644 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12646         * subr.el (remq): Don't allocate if it's not needed.
12647         (keymap--menu-item-binding, keymap--menu-item-with-binding)
12648         (keymap--merge-bindings): New functions.
12649         (keymap-canonicalize): Use them to refine the canonicalization.
12650         * minibuffer.el (minibuffer-local-completion-map)
12651         (minibuffer-local-must-match-map): Move initialization from C.
12652         (minibuffer-local-filename-completion-map): Move initialization from C;
12653         don't inherit from anything here.
12654         (minibuffer-local-filename-must-match-map): Make obsolete.
12655         (completing-read-default): Use make-composed-keymap to combine
12656         minibuffer-local-filename-completion-map with either
12657         minibuffer-local-must-match-map or
12658         minibuffer-local-filename-completion-map.
12660 2011-07-01  Glenn Morris  <rgm@gnu.org>
12662         * type-break.el (type-break-time-sum): Use dolist.
12664         * textmodes/flyspell.el (flyspell-word-search-backward):
12665         Replace CL function.
12667 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12669         * mouse.el (mouse--strip-first-event): New function.
12670         (function-key-map): Use it to map fringe clicks to normal clicks
12671         by default.
12673         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12674         (vc-bzr-revision-completion-table): Add support for annotate and date.
12676         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12677         inherit from parent.
12679 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12681         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
12682         (dired-show-file-type): Doc fixup (bug#8818).
12684         * dired.el (dired-mode): Fix up the doc string as suggested by
12685         Drew Adams (bug#8817).
12687         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12688         cookie, since the manual says that it should be possible to add
12689         this function to `find-file-hook' (bug#8709).
12691 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
12693         * progmodes/cfengine.el: Moved all cfengine3.el functionality
12694         here.  Noted Ted Zlatanov as the maintainer.
12695         (cfengine-common-settings, cfengine-common-syntax): New functions
12696         to set up common things between `cfengine-mode' and
12697         `cfengine3-mode'.
12698         (cfengine3-mode): New mode.
12699         (cfengine3-defuns cfengine3-defuns-regex
12700         (cfengine3-class-selector-regex cfengine3-category-regex)
12701         (cfengine3-vartypes cfengine3-font-lock-keywords)
12702         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
12703         (cfengine3-indent-line): Add from cfengine3.el.
12705 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
12707         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12709         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12711 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
12713         * window.el (same-window-buffer-names, same-window-regexps)
12714         (same-window-p, special-display-frame-alist)
12715         (special-display-popup-frame, special-display-function)
12716         (special-display-buffer-names, special-display-regexps)
12717         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12718         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12719         (split-window-preferred-function, split-height-threshold)
12720         (split-width-threshold, even-window-heights)
12721         (display-buffer-mark-dedicated, window-splittable-p)
12722         (split-window-sensibly, window-safely-shrinkable-p):
12723         Un-obsolete.
12724         (display-buffer): Don't spread args with function specifier
12725         because special-display-popup-frame won't like it.
12727 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12729         Time-stamp simplifications and fixes.
12730         These improve accuracy slightly, and future-proof the code
12731         against some potential changes to current-time format.
12733         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12734         by using time-since and float-time.
12736         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12737         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
12738         + NNN microseconds".
12740         * type-break.el (type-break-time-sum): Rewrite using time-add.
12742         * play/hanoi.el (hanoi-current-time-float): Remove.
12743         All uses replaced by float-time.
12745         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12746         This yields a more-accurate answer.
12747         (rng-time-to-float): Remove; no longer needed.
12749         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12751         * calendar/timeclock.el (timeclock-seconds-to-time):
12752         Defalias to seconds-to-time, since they're the same thing.
12754         * emacs-lisp/elp.el (elp-elapsed-time):
12755         * emacs-lisp/benchmark.el (benchmark-elapse):
12756         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12758 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12760         * window.el (bury-buffer): Don't iconify the only frame.
12761         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12762         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
12764 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
12766         * eshell/em-smart.el (eshell-smart-display-navigate-list):
12767         Add mouse-yank-primary.
12769 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
12771         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12773 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12775         * emacs-lisp/find-func.el (find-library--load-name): New fun.
12776         (find-library-name): Use it to find relative load names when provided
12777         absolute file name (bug#8803).
12779 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12781         * textmodes/flyspell.el (flyspell-word): Consider words that
12782         differ only in case as potential doublons (bug#5687).
12784         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12785         Remove two rather uninteresting debugging-like messages to make
12786         debbugs.el more silent.
12788         * comint.el (comint-password-prompt-regexp): Accept "Response" as
12789         a password-like phrase.
12791 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
12793         * progmodes/cc-guess.el: New file.
12795         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
12797         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12798         derived from `c-basic-common-init'.
12800         * progmodes/cc-mode.el (top-level): Require cc-guess.
12801         (c-basic-common-init): Use `cc-choose-style-for-mode'.
12803 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
12805         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12807 2011-06-30  Alan Mackenzie  <acm@muc.de>
12809         * progmodes/cc-engine.el (c-guess-continued-construct):
12810         Correct the handling of template-args-cont, particularly for when font
12811         lock is disabled.  Name this case as "CASE G".
12813 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
12815         * allout.el (allout-yank-processing): Fix injection of extra space
12816         between bullet and non-whitespace character in first topic when
12817         pasting, ensuring that the actual spacing in the pasted topic
12818         following the bullet char is preserved.  This extra space was
12819         causing pasted encrypted topics to get a decrypted status even
12820         when the content was actually still encrypted.  Now the decryption
12821         status from before the paste is preserved.
12823         (allout-flag-region): Set all allout overlays so they evaporate
12824         when reduced to zero length (evanescent), to prevent overlay
12825         leakage.
12827 2011-06-30  Glenn Morris  <rgm@gnu.org>
12829         * w32-fns.el (w32-charset-info-alist): Declare.
12831         * find-dired.el (find-grep-options): Simplify.
12833         * term/ns-win.el (ns-set-resource): Declare.
12835         * ses.el (row, col): Declare dynamic variables honestly.
12837         * textmodes/reftex-parse.el (index-tags): Declare.
12839 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
12841         * cus-edit.el (customize-push-and-save): New function.
12843         * files.el (hack-local-variables-confirm): Use it.
12845         * custom.el (load-theme): New arg NO-CONFIRM.
12846         Use customize-push-and-save (Bug#8720).
12847         (custom-enabled-themes): Doc fix.
12849         * cus-theme.el (customize-create-theme)
12850         (custom-theme-merge-theme): Callers to load-theme changed.
12852 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12854         * thingatpt.el (thing-at-point-short-url-regexp): Require that
12855         short URLs have at least one dot in them (bug #7614).
12857         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12858         nil, because using a pty is apparently too slow (bug #895).
12860 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12862         * mail/sendmail.el (sendmail-query-once): New function.
12863         (sendmail-query-once-function): New variable.
12865 2011-06-29  Glenn Morris  <rgm@gnu.org>
12867         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12869         * ses.el (top-level): Require cl when compiling.
12870         (ses-set-localvars): Fix error statement.
12871         Call it at compile time to silence a storm of warnings.
12873 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
12875         * window.el (normalize-live-buffer): Rename to
12876         window-normalize-buffer.
12877         (normalize-live-frame): Rename to window-normalize-frame.
12878         (normalize-any-window): Rename to window-normalize-any-window.
12879         (normalize-live-window): Rename to window-normalize-live-window.
12880         (make-window-atom): Rename to window-make-atom.
12881         (window-resize-reset): Rename to window--resize-reset.
12882         (window-resize-reset-1): Rename to window--resize-reset-1.
12883         (resize-mini-window): Rename to window--resize-mini-window.
12884         (resize-subwindows-skip-p): Rename to
12885         window--resize-subwindows-skip-p.
12886         (resize-subwindows-normal): Rename to
12887         window--resize-subwindows-normal.
12888         (resize-subwindows): Rename to window--resize-subwindows.
12889         (resize-other-windows): Rename to window--resize-siblings.
12890         (resize-this-window): Rename to window--resize-this-window.
12891         (resize-root-window): Rename to window--resize-root-window.
12892         (resize-root-window-vertically): Rename to
12893         window--resize-root-window-vertically.
12894         (normalize-buffer-to-display): Rename to
12895         window-normalize-buffer-to-display.
12896         (normalize-buffer-to-switch-to): Rename to
12897         window-normalize-buffer-to-switch-to.
12898         Correspondingly update all callers of the functions listed
12899         above.
12900         (display-buffer-alist, display-buffer-normalize-arguments)
12901         (display-buffer-normalize-options, display-buffer)
12902         (display-buffer-alist-set): Use "function" instead of
12903         "fun-with-args".
12905 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
12907         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12908         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
12909         debbugs.gnu.org.  Mention acknowledgment email.
12911 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12913         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12914         buffer multibyteness, since it shouldn't matter.
12916 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
12918         * window.el (display-buffer-in-side-window): Handle dedicated
12919         windows as in display-buffer-reuse-window.
12920         (display-buffer-normalize-alist): Use value of override
12921         specifier.
12922         (display-buffer-normalize-specifiers): Use value of
12923         other-window-means-other-frame specifier.
12924         (display-buffer-alist): Rewrite some texts in widgets.
12925         (display-buffer): Spread arguments when calling function
12926         specified by fun-with-args.
12928 2011-06-28  Deniz Dogan  <deniz@dogan.se>
12930         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12931         Unnest `let'.
12933         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12934         selectors (Bug#5732).
12935         (css-proprietary-nmstart-re): Use `regexp-opt'.
12937 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
12939         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12940         (eshell-ls-date-format): New defcustom.
12941         (eshell-ls-file): Use it.
12943 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12945         * help-fns.el (describe-variable): Fix message for terminal-local vars.
12947 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12949         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12950         (ange-ftp-make-tmp-name): New arg.
12951         (ange-ftp-file-local-copy): Use it.
12953 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
12955         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12956         no-conversion (Bug#8870).
12958 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
12960         * window.el (window-right, window-left, window-child)
12961         (window-child-count, window-last-child)
12962         (window-iso-combination-p, walk-window-tree-1)
12963         (window-atom-check-1, window-tree-1, delete-window)
12964         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12965         new naming conventions - window-vchild, window-hchild,
12966         window-next and window-prev are now called window-top-child,
12967         window-left-child, window-next-sibling and window-prev-sibling
12968         respectively.
12969         (resize-window-reset): Rename to window-resize-reset.
12970         (resize-window-reset-1): Rename to window-resize-reset-1.
12971         (resize-window): Rename to window-resize.
12972         (window-min-height, window-min-width)
12973         (resize-mini-window, resize-this-window, resize-root-window)
12974         (resize-root-window-vertically, adjust-window-trailing-edge)
12975         (enlarge-window, shrink-window, maximize-window)
12976         (minimize-window, delete-window, quit-restore-window)
12977         (split-window, balance-windows, balance-windows-area-adjust)
12978         (balance-windows-area, window-state-put-2)
12979         (display-buffer-even-window-sizes, display-buffer-set-height)
12980         (display-buffer-set-width, set-window-text-height)
12981         (fit-window-to-buffer): Rename all "resize-window" prefixed
12982         calls to use the "window-resize" prefix convention.
12983         (display-buffer-alist): Fix symbol for label specifier.
12984         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12985         corresponding specifier.
12986         Reported by Juanma Barranquero <lekktu@gmail.com>.
12988 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
12990         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12991         convention.
12992         (ses-call-printer): Does not pass an empty string to formatter when the
12993         cell is empty to keep from barking printer Calc math-format-value.
12995 2011-06-27  Richard Stallman  <rms@gnu.org>
12997         * battery.el (battery-mode-line-limit): New variable.
12998         (battery-update): Handle it.
13000         * mail/rmailmm.el (rmail-mime-process-multipart):
13001         Handle truncated messages.
13003 2011-06-27  Glenn Morris  <rgm@gnu.org>
13005         * progmodes/flymake.el (flymake-err-line-patterns):
13006         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
13008 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
13010         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
13011         (ses--clean-!, ses--clean-_): New functions.
13012         (ses-range): Add configurability of readout order, and conversion
13013         to Calc vector.
13015         * ses.el (ses-repair-cell-reference-all): New function.
13016         (ses-cell-symbol): Set macro as safe, so that it can be used in
13017         formulas.
13019         * ses.el: Update cycle detection algorithm.
13020         (ses-localvars): Add ses--Dijkstra-attempt-nb and
13021         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
13022         (ses-set-localvars): New function.
13023         (ses-make-cell): Add property-list as a cell element.
13024         (ses-cell-property-get-fun, ses-cell-property-get)
13025         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
13026         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
13027         New functions.
13028         (ses-cell-property-set, ses-cell-property-pop)
13029         (ses-cell-property-get-handle): New macro.
13030         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
13031         New aliases, used for code readability.
13032         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
13033         cycle detection.
13034         (ses-self-reference-early-detection): New defcustom.
13035         (ses-formula-references): Robustify against self-referring cells.
13036         (ses-mode): Use ses-set-localvars.
13037         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
13038         before lauching the update processing.
13039         (ses-initialize-Dijkstra-attempt): New function.
13040         (ses-recalculate-cell): Update for cycle detection based on
13041         Dijkstra algorithm.
13043         * ses.el: Fix commenting and indenting convention.
13045 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13047         * bs.el (bs-cycle-next): Complete last change.
13049 2011-06-27  Drew Adams  <drew.adams@oracle.com>
13051         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
13053 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13055         * net/network-stream.el (network-stream-open-starttls):
13056         Don't re-get capabilities unless we've reestablished connection.
13057         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
13059         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
13060         to binary to possibly avoid line encoding issues on Windows (among
13061         other things).
13063 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13065         * net/network-stream.el (open-network-stream): Return an :error
13066         saying what the problem was, if possible.
13068         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
13069         server.
13071         * net/network-stream.el (network-stream-open-starttls): If we
13072         wanted to use STARTTLS, and the server offered it, but we weren't
13073         able to because we had no STARTTLS support, then close the connection.
13074         (open-network-stream): Return an :error element, if present.
13076 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
13078         * hl-line.el (hl-line-sticky-flag): Doc fix.
13079         (global-hl-line-sticky-flag): New option (Bug#8323).
13080         (global-hl-line-highlight): Obey it.
13082         * vc/vc.el (vc-revert-show-diff): Default to t.
13084 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
13086         * allout-widgets.el (allout-widgets-post-command-business):
13087         Stop decorating intermediate isearch matches.  They're not being
13088         undecorated when an isearch is continued past, and isearch
13089         automatically collapses them.  This leads to "widget leaks", where
13090         decorated items accumulate in collapsed areas.  Lines with lots of
13091         hidden widgets can slow down cursor travel, substantially.
13092         Too much complicated machinery would be needed to ensure undecoration,
13093         so we're doing without this nicety.
13095         (allout-widgets-tally-string): Don't try to do a hash-table-count
13096         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
13097         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
13098         *Messages* when allout-widgets-maintain-tally is t.
13100 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
13102         * window.el (display-buffer-normalize-argument): Rename to
13103         display-buffer-normalize-arguments.  Handle special meaning of
13104         LABEL argument.  Respect special-display-function when popping up
13105         a new frame.  Fix code searching for a window showing the buffer
13106         on another frame.
13107         (display-buffer-normalize-specifiers):
13108         Call display-buffer-normalize-arguments.
13109         (display-buffer-in-window): Don't undedicate the window if its
13110         buffer remains the same.
13111         Reported by Drew Adams <drew.adams@oracle.com>.
13112         (display-buffer-alist): Add choice for same-window macro
13113         specfier.
13114         (display-buffer): Mention special meaning of LABEL argument in
13115         doc-string.  Fix quoting.  Don't pop up a new frame even as
13116         fallback.
13118 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
13120         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
13121         avoid deleting the current window in some cases (bug#8911).
13123 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
13125         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
13126         (Bug#8934)
13128 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13130         * net/network-stream.el (network-stream-open-starttls):
13131         Use built-in TLS support if `gnutls-available-p' is true.
13132         (network-stream-open-tls): Ditto.
13134 2011-06-26  Leo Liu  <sdl.web@gmail.com>
13136         * register.el (registerv): New struct.
13137         (registerv-make): New function.
13138         (jump-to-register, describe-register-1, insert-register):
13139         Support the jump-func, print-func and insert-func slot of a registerv
13140         struct.  (Bug#8415)
13142 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
13144         * vc/vc.el (vc-revert-show-diff): New defcustom.
13145         (vc-diff-internal): New arg specifying diff buffer.
13146         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
13147         reuse an existing *vc-diff* buffer (Bug#8927).
13149         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
13151 2011-06-26  Glenn Morris  <rgm@gnu.org>
13153         * progmodes/f90.el (f90-critical-indent): New option.
13154         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
13155         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
13156         (f90-mode): Doc fix.
13157         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
13158         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
13159         (f90-beginning-of-block, f90-next-block, f90-indent-region)
13160         (f90-match-end): Handle block, critical.
13162 2011-06-25  Glenn Morris  <rgm@gnu.org>
13164         * calendar/diary-lib.el (diary-included-files): Doc fix.
13165         (diary-include-files): New function, extracted from
13166         diary-include-other-diary-files and diary-mark-included-diary-files.
13167         (diary-include-other-diary-files, diary-mark-included-diary-files):
13168         Just call diary-include-files.
13169         (diary-mark-entries): Reset diary-included-files on first call.
13171         * calendar/diary-lib.el (diary-mark-entries)
13172         (diary-mark-included-diary-files):
13173         Visit included diary-files in temp buffers.
13175         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
13176         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
13177         (f90-start-block-re, f90-imenu-generic-expression)
13178         (f90-looking-at-program-block-start, f90-no-block-limit):
13179         Add support for submodules.
13181         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13182         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
13184 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
13186         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
13187         buffer-file-type before setting its value, to avoid disastrous
13188         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
13190 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
13192         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
13194         * ses.el (ses-unload-function):
13195         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
13197         * proced.el (proced-unload-function):
13198         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
13200 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
13202         * server.el (server-create-window-system-frame): Add parameters arg.
13203         (server-process-filter): Doc fix.  Handle frame-parameters.
13205 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
13207         Fix bug#8730, bug#8781.
13209         * loadhist.el (unload--set-major-mode): New function.
13210         (unload-feature): Use it.
13212         * progmodes/python.el (python-after-info-look): Add autoload cookie.
13213         (python-unload-function): New function.
13215 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13217         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
13219 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
13221         * net/browse-url.el (browse-url-firefox-program): Add icecat to
13222         the candidates list.
13224 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
13226         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
13228 2011-06-23  Richard Stallman  <rms@gnu.org>
13230         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
13231         (rmail-variables): Set next-error-move-function.
13232         (rmail-what-message): Take argument POS.
13233         (rmail-next-error-move): New function.
13235 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13237         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
13238         messages for adjacent non-terminals.
13240 2011-06-23  Richard Stallman  <rms@gnu.org>
13242         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
13243         (rmail-show-message-1): Preserve buffer modified flag.
13244         (rmail-start-mail): Don't specify use of rmail-mail-return;
13245         that's done by mail-bury now.
13246         (rmail-mail-return): Handle arg NEWBUF.
13248 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
13250         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
13251         SIZE is a number.
13253 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
13255         * window.el (get-lru-window, get-mru-window)
13256         (get-largest-window): Never return a minibuffer window.
13257         (display-buffer-pop-up-window): Fix a bug that could lead to
13258         reusing the minibuffer window.
13259         (display-buffer): Pass original specifier argument to
13260         display-buffer-function instead of the normalized one.
13261         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13263 2011-06-22  Leo Liu  <sdl.web@gmail.com>
13265         * minibuffer.el (completing-read-function)
13266         (completing-read-default): Move from minibuf.c
13268 2011-06-22  Richard Stallman  <rms@gnu.org>
13270         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
13271         to Rmail even if not started by a special Rmail command.
13273         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
13274         Copy the buffer currently showing just one message.
13276 2011-06-22  Roland Winkler  <winkler@gnu.org>
13278         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
13279         (bibtex-clean-entry): First delete the old key so that a
13280         customized algorithm for generating the new key does not get
13281         confused by the old key.
13282         (bibtex-url): Obey regexp of first step.
13283         (bibtex-search-entries): Do not use add-to-list with local
13284         list-var.
13286 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13288         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
13289         stored a user name, then query for the password first, instead of
13290         waiting for SMTP to give an error message and the trying again.
13292 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
13294         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
13295         BUFFER in call-process.
13297 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13299         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
13300         QUIT twice.
13301         (smtpmail-try-auth-methods): Require user name and password from
13302         auth-source.
13304 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
13306         * window.el (display-buffer-default-specifiers)
13307         (display-buffer-alist): Remove entries for pop-up-frame-alist.
13308         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
13309         (split-window): Normalize SIDE argument (Bug#8916).
13311         * frame.el (pop-up-frame-alist, pop-up-frame-function)
13312         (special-display-frame-alist, special-display-popup-frame):
13313         Remove duplicate declarations.  These are now in window.el.
13315 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13317         * mail/smtpmail.el (smtpmail-via-smtp):
13318         Set :use-starttls-if-possible so that we always use STARTTLS if the
13319         server supports it.  SMTP servers that support STARTTLS commonly
13320         require it.
13322         * net/network-stream.el (network-stream-open-starttls): Support
13323         upgrading to STARTTLS always, even if we don't have built-in support.
13324         (open-network-stream): Add the :always-query-capabilities keyword.
13326         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
13327         upgrades with `open-network-stream', and rely solely on
13328         auth-source for all credentials.  Big changes throughout the file,
13329         but in particular:
13330         (smtpmail-auth-credentials): Remove.
13331         (smtpmail-starttls-credentials): Remove.
13332         (smtpmail-via-smtp): Check for servers saying they want AUTH after
13333         MAIL FROM, too.
13335         * net/network-stream.el (network-stream-open-starttls):
13336         Provide support for client certificates both for external and built-in
13337         STARTTLS.
13338         (auth-source): Require.
13339         (open-network-stream): Document the :client-certificate keyword.
13340         (network-stream-certificate): Change cert-cert to cert and
13341         cert-key to key.
13343 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
13345         * net/tramp-cache.el (top): Don't load the persistency file when
13346         "emacs -Q" has been called.
13348 2011-06-21  Tim Harper  <timcharper@gmail.com>
13350         * term/ns-win.el (ns-initialize-window-system):
13351         Set application-specific `ApplePressAndHoldEnabled' system
13352         resource to NO as it is not yet supported by the NS port.
13354 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
13356         * misc.el (list-dynamic-libraries--refresh): Compute header here...
13357         (list-dynamic-libraries): ...not here.
13359 2011-06-21  Leo Liu  <sdl.web@gmail.com>
13361         * subr.el (sha1): Implement sha1 using secure-hash.
13363 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
13365         * window.el (display-buffer-alist): In default value do not
13366         enforce searching a window on any but the selected frame.
13367         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13368         (display-buffer-select-window): Remove function.
13369         (display-buffer-in-window): When a window on another frame gets
13370         reused, do not select it any more but just raise its frame if
13371         necessary (Bug#8851) and (Bug#8856).
13372         (display-buffer-normalize-options): Handle pop-up-frames related
13373         options more faithfully.
13374         (pop-to-buffer): Don't rely on `display-buffer' selecting the
13375         window if it is on another frame.
13376         (display-buffer-alist, display-buffer-default-specifiers):
13377         Don't make new frame unsplittable by default.
13378         (display-buffer-normalize-argument): Fix doc-string typo and use
13379         'same-frame-other-window instead of 'other-window when associating
13380         with display-buffer-macro-specifiers.
13382 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
13384         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
13385         New functions.
13386         (5x5-mode-map, 5x5-mode-menu): Bind them.
13387         (5x5-draw-grid): Tweak the solver's rendering.
13389 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13391         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
13392         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
13394 2011-06-21  Drew Adams  <drew.adams@oracle.com>
13396         * menu-bar.el: Use function variable instead of switch-to-buffer.
13397         (menu-bar-select-buffer-function): New variable.
13398         (menu-bar-update-buffers): Use it (bug#8876).
13400 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13402         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
13403         variable's status.
13405 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
13407         * x-dnd.el (x-dnd-version-from-flags)
13408         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
13409         and long as number (Bug#8899).
13410         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
13412 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13414         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
13415         (completion-try-completion, completion-all-completions): Compute the
13416         metadata argument if it's missing; make it optional (bug#8795).
13418         * wid-edit.el: Use lex-bind and move towards completion-at-point.
13419         (widget-complete): Use new :completion-function property.
13420         (widget-completions-at-point): New function.
13421         (default): Use :completion-function instead of :complete.
13422         (widget-default-completions): Rename from widget-default-complete;
13423         Rewrite.
13424         (widget-string-complete, widget-file-complete, widget-color-complete):
13425         Remove functions.
13426         (file, symbol, function, variable, coding-system, color):
13427         * international/mule-cmds.el (default-input-method, charset)
13428         (language-info-custom-alist):
13429         * cus-edit.el (face): Use new property :completions.
13431         * progmodes/pascal.el (pascal-completions-at-point): New function.
13432         (pascal-mode): Use it.
13433         (pascal-mode-map): Use completion-at-point.
13434         (pascal-toggle-completions): Make obsolete.
13435         (pascal-complete-word, pascal-show-completions):
13436         * progmodes/octave-mod.el (octave-complete-symbol):
13437         Redefine as obsolete alias.
13438         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13439         Signal absence of completion info for old Octave,
13440         (inferior-octave-complete): Redefine as obsolete alias.
13441         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13442         (meta-completions-at-point): Rename from meta-complete-symbol and
13443         adapt it for use on completion-at-point-functions.
13444         (meta-common-mode): Use it.
13445         (meta-looking-at-backward, meta-match-buffer): Remove.
13446         (meta-complete-symbol): Redefine as obsolete alias.
13447         (meta-common-mode-map): Use completion-at-point.
13448         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13449         (makefile-mode-map): Use completion-at-point.
13450         (makefile-completions-at-point): Rename from makefile-complete and
13451         adapt it for use on completion-at-point-functions.
13452         (makefile-mode): Use it.
13453         (makefile-complete): Redefine as obsolete alias.
13455 2011-06-20  Deniz Dogan  <deniz@dogan.se>
13457         * net/rcirc.el: Delete trailing whitespaces once and for all.
13459 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
13461         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13463 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
13465         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13467         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13469 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
13471         * window.el (display-buffer-other-window-means-other-frame):
13472         Call display-buffer-normalize-alist.
13473         (display-buffer-normalize-specifiers-1): Rename to
13474         display-buffer-normalize-argument.  New argument other-frame.
13475         Rewrite.
13476         (display-buffer-normalize-specifiers-2): Rename to
13477         display-buffer-normalize-options.
13478         (display-buffer-normalize-alist-1): New function.
13479         (display-buffer-normalize-specifiers-3): Rename to
13480         display-buffer-normalize-alist.
13481         Call display-buffer-normalize-alist-1.
13482         (display-buffer-normalize-options-inhibit): New variable.
13483         (display-buffer-normalize-specifiers): Rewrite calling
13484         display-buffer-normalize-alist,
13485         display-buffer-normalize-argument, and
13486         display-buffer-normalize-options.  Don't call the latter if
13487         display-buffer-normalize-options-inhibit is non-nil.
13488         (frame-auto-delete): New option.
13489         (window-deletable-p): Use frame-auto-delete.
13490         (window-list-no-nils, window-state-ignored-parameters)
13491         (window-state-get-1, window-state-get, window-state-put-list)
13492         (window-state-put-1, window-state-put-2, window-state-put):
13493         New functions.
13494         (display-buffer-normalize-options): Move special-display-p group
13495         after pop-up-frame group (Bug#8851) and (Bug#8856).
13497 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
13499         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13500         groups (Bug#8776).
13501         (rx-submatch-n): New function.
13502         (rx): Document it.
13504         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13505         (Bug#8768).
13507         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13509         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13511         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13512         anytime existing face settings are present (Bug#8889).
13514         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13515         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13516         Remove unused argument.
13518 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
13520         * window.el (display-buffer-default-specifiers):
13521         Remove pop-up-frame.  Add pop-up-window-min-height,
13522         pop-up-window-min-width, and another reuse-window specifier
13523         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
13524         (display-buffer-normalize-specifiers-2):
13525         Handle split-height-threshold and split-width-threshold also when
13526         pop-up-windows is unset.  Add a reuse-window specifier for the
13527         case popping up a new window fails.
13528         (special-display-popup-frame): Remove double quoting.
13529         (display-buffer-normalize-specifiers-1): Fix thinko.
13531 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13533         * shell.el (shell-completion-vars): Set pcomplete-termination-string
13534         according to comint-completion-addsuffix.
13536         * pcomplete.el: Convert to lexical binding and fix bug#8819.
13537         (pcomplete-suffix-list): Mark as obsolete.
13538         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13539         pcomplete-seen in the closure.
13540         (pcomplete-comint-setup): Setup completion-at-point as well.
13541         (pcomplete--entries): New function.
13542         (pcomplete--env-regexp): New var.
13543         (pcomplete-entries): Rewrite to work with partial-completion and
13544         without relying on pcomplete-suffix-list.
13545         (pcomplete-pare-list): Remove, unused.
13547 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
13549         * window.el (display-buffer-alist): Set pop-up-window-min-height
13550         and pop-up-window-min-width in default value.  Reported by
13551         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
13552         other-window-means-other-frame.
13553         (display-buffer-macro-specifiers): Comment out entry for
13554         other-window specifier.
13555         (display-buffer-other-window-means-other-frame): New function.
13556         (display-buffer-normalize-specifiers-1): New arguments
13557         buffer-name and label.  Treat other-window case specially.
13558         (display-buffer-normalize-specifiers-2): Treat other-window case
13559         specially.
13560         (display-buffer-normalize-specifiers-3): New function.
13561         (display-buffer-normalize-specifiers):
13562         Call display-buffer-normalize-specifiers-3.
13564 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
13566         * window.el (same-window-p): Fix two typos introduced when
13567         adding with-no-warnings.
13568         (display-buffer-normalize-specifiers-1): Don't check
13569         pop-up-frames for 'unset initialization.
13570         (display-buffer-normalize-specifiers-2): Major rewrite using
13571         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13572         (pop-up-frames, display-buffer-reuse-frames)
13573         (display-buffer-mark-dedicated): Don't initialize to 'unset.
13574         Suggested by David Engster <deng@randomsample.de>.
13575         (even-window-heights): Initialize to 'unset.
13576         (display-buffer-alist-set): Handle new 'unset initializations.
13577         (display-buffer-macro-specifiers): Don't pop up a new frame in the
13578         other window case.
13580 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
13582         * window.el (display-buffer-normalize-specifiers-1):
13583         Respect current value of pop-up-frames for most reasonable values of
13584         second argument of display-buffer (Bug#8865).
13585         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13586         (switch-to-buffer-other-window-same-frame)
13587         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
13588         Adams (Bug#8875).
13589         (display-buffer): Don't check noninteractive when calling
13590         display-buffer-pop-up-frame.
13591         (display-buffer-pop-up-frame): Never pop up a frame in
13592         noninteractive mode (Bug#8857).
13593         (enlarge-window, shrink-window): Don't report an error when the
13594         window can't be resized as requested (Bug#8862).
13596 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13598         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13600         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13602         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13604 2011-06-15  Alan Mackenzie  <acm@muc.de>
13606         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13607         for declarators, disable knr checking to speed up for normal files.
13608         2: Refactor, replacing a sequence of nested if forms by a cond form.
13610 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13612         * net/network-stream.el (open-network-stream): Add the keyword
13613         :always-query-capabilities for the case where you want to force a
13614         `plain' network connection, but the protocol still requires the
13615         capabilitiy command (i.e., SMTP and EHLO).
13617         * subr.el (process-live-p): Rename from `process-alive-p' for
13618         consistency with other `-live-p' functions.
13620 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13622         * window.el (same-window-buffer-names, same-window-regexps)
13623         (special-display-frame-alist, special-display-popup-frame)
13624         (special-display-function, special-display-buffer-names)
13625         (special-display-regexps, pop-up-frame-alist)
13626         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13627         (pop-up-windows, split-window-preferred-function)
13628         (split-height-threshold, split-width-threshold, even-window-heights)
13629         (display-buffer-mark-dedicated): Don't encourage the use of
13630         display-buffer-alist from Elisp code.
13632 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
13634         * progmodes/python.el (python-mode): Derive from prog-mode.
13635         * progmodes/ps-mode.el (ps-mode):
13636         * progmodes/mixal-mode.el (mixal-mode):
13637         * progmodes/cfengine.el (cfengine-mode):
13638         * progmodes/ld-script.el (ld-script-mode): Likewise.
13640 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
13642         * window.el (display-buffer-alist): Trim default value to avoid
13643         popping up a new frame (Bug#8857) or reusing an arbitrary window
13644         on another frame.
13645         (display-buffer): Do not fall back on popping up a new frame in
13646         batch mode (Bug#8857).
13648 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
13650         * cus-theme.el (describe-theme-1): Use custom-theme-p.
13651         (custom-theme-summary): New function.
13652         (customize-themes): Use it.
13654 2011-06-13  Glenn Morris  <rgm@gnu.org>
13656         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13658 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
13660         * help.el (help-window): Remove variable.
13661         (help-window-point-marker, temp-buffer-max-height)
13662         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13663         (help-print-return-message): Don't set help-window.
13664         (resize-temp-buffer-window): Rewrite cod eand doc-string.
13665         (help-window-setup-finish): Remove.
13666         (help-window-display-message, help-window-setup)
13667         (with-help-window): Major rewrite based on new
13668         display-buffer-window variable.
13670         * help-mode.el (help-mode-finish): Remove help-window related
13671         code.
13673         * view.el (view-exits-all-viewing-windows): Remove reference to
13674         view-return-to-alist in doc-string.
13675         (view-return-to-alist): Make obsolete.
13676         (view-buffer): Call pop-to-buffer-same-window and remove
13677         undo-window code.
13678         (view-buffer-other-window): Call pop-to-buffer-other-window and
13679         simplify code.  Ignore second argument.
13680         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13681         simplify code.  Ignore second argument.
13682         (view-return-to-alist-update): Make obsolete.
13683         (view-mode-enter): Rename second argument to QUIT-RESTORE.
13684         Rewrite using quit-restore window parameters.
13685         (view-mode-exit): Rename second argument to EXIT-ONLY.
13686         Rewrite using quit-restore-window.
13687         (View-exit, View-exit-and-edit, View-leave, View-quit)
13688         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13689         appropriate arguments.
13690         (view-end-message): Use quit-restore window parameter.
13692         * window.el (display-buffer-function): Rewrite doc-string.
13693         (display-buffer-window, display-buffer-alist): New variables.
13694         (display-buffer-split-specifiers)
13695         (display-buffer-side-specifiers)
13696         (display-buffer-macro-specifiers): New constants.
13697         (display-buffer-even-window-sizes, display-buffer-set-height)
13698         (display-buffer-set-width, display-buffer-select-window)
13699         (display-buffer-in-window, display-buffer-reuse-window)
13700         (display-buffer-split-window-1, display-buffer-split-window)
13701         (display-buffer-split-atom-window, display-buffer-pop-up-window)
13702         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13703         (display-buffer-in-side-window, normalize-buffer-to-display)
13704         (display-buffer-normalize-specifiers-1)
13705         (display-buffer-normalize-specifiers-2)
13706         (display-buffer-normalize-specifiers, display-buffer-frame):
13707         New functions.
13708         (display-buffer): Major rewrite.
13709         (display-buffer-other-window, display-buffer-other-frame)
13710         (pop-to-buffer, switch-to-buffer-other-window)
13711         (switch-to-buffer-other-frame): Rewrite.
13712         (display-buffer-same-window, display-buffer-same-frame)
13713         (display-buffer-same-frame-other-window)
13714         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13715         (pop-to-buffer-other-window)
13716         (pop-to-buffer-same-frame-other-window)
13717         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13718         (switch-to-buffer-other-window-same-frame): New functions.
13719         (same-window-p, special-display-p): Rewrite disabling warnings.
13720         Make obsolete.
13721         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13722         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13723         Make obsolete
13724         (same-window-buffer-names, same-window-regexps)
13725         (special-display-frame-alist, special-display-popup-frame)
13726         (special-display-function, special-display-buffer-names)
13727         (special-display-regexps, pop-up-frame-alist)
13728         (pop-up-frame-function, split-window-preferred-function)
13729         (split-height-threshold, split-width-threshold)
13730         (even-window-heights): Make obsolete.
13732 2011-06-12  Glenn Morris  <rgm@gnu.org>
13734         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
13735         Misc simplifications.
13737 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
13739         * window.el (window-safely-shrinkable-p): Restore function which
13740         was inadvertently removed in change from 2011-06-11.  Declare as
13741         obsolete.
13743         * calendar/calendar.el (calendar-generate-window):
13744         Use window-iso-combined-p instead of combination of one-window-p and
13745         window-safely-shrinkable-p.
13747 2011-06-12  Glenn Morris  <rgm@gnu.org>
13749         * progmodes/fortran.el (fortran-mode-syntax-table):
13750         * progmodes/f90.el (f90-mode-syntax-table):
13751         Set % to punctuation.  (Bug#8820)
13752         (f90-find-tag-default): Remove, no longer needed.
13754 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
13756         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13758 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
13760         * image.el (image-animated-p): Return animation delay in seconds.
13761         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13762         (image-animate-timeout): Remove DELAY argument.  Don't assume
13763         every subimage has the same delay; get it from image-animated-p.
13764         (image-animate): Caller changed.
13766 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
13768         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13769         to ignored backtrace functions.
13771 2011-06-11  Glenn Morris  <rgm@gnu.org>
13773         * calendar/appt.el (appt-disp-window-function): Doc fix.
13774         (appt-check): Handle overlapping appointments.  (Bug#8337)
13776 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
13778         * window.el (window-tree-1, window-tree): New functions, moving
13779         the latter to window.el.
13780         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13781         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13782         (bw-refresh-edges): Remove.
13783         (balance-windows-1, balance-windows-2): New functions.
13784         (balance-windows): Rewrite in terms of window tree functions,
13785         balance-windows-1 and balance-windows-2.
13786         (bw-adjust-window): Remove.
13787         (balance-windows-area-adjust): New function with functionality of
13788         bw-adjust-window but using resize-window.
13789         (set-window-text-height): Rewrite doc-string.
13790         Use normalize-live-window and resize-window.
13791         (enlarge-window-horizontally, shrink-window-horizontally):
13792         Rename argument to DELTA.
13793         (window-buffer-height): New function.
13794         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13795         Rewrite using new window resize routines.
13796         (kill-buffer-and-window, mouse-autoselect-window-select):
13797         Use ignore-errors instead of condition-case.
13798         (quit-window): Call delete-frame instead of delete-windows-on
13799         for the only buffer on frame.
13801 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
13803         * loadup.el (top-level): Load window before files for the sake
13804         of replace-buffer-in-windows.
13806         * files.el (read-buffer-to-switch)
13807         (switch-to-buffer-other-window)
13808         (switch-to-buffer-other-frame, display-buffer-other-frame):
13809         Move to window.el.
13811         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13812         (previous-buffer): Move to window.el.
13814         * bindings.el (unbury-buffer): Move to window.el.
13816         * window.el (delete-other-windows-vertically): Move after
13817         definition of delete-other-windows.
13818         (other-window, delete-windows-on, replace-buffer-in-windows):
13819         Move here from window.c.
13820         (record-window-buffer, unrecord-window-buffer)
13821         (set-window-buffer-start-and-point, switch-to-prev-buffer)
13822         (switch-to-next-buffer): New functions.
13823         (get-next-valid-buffer, last-buffer, next-buffer): Move here
13824         from simple.el.  Call switch-to-next-buffer.
13825         (previous-buffer): Move here from simple.el.
13826         Call switch-to-prev-buffer.
13827         (bury-buffer): Move here from buffer.c.  Switch to previous
13828         buffer when window cannot be deleted.
13829         (unbury-buffer): Move here from bindings.el.
13830         (ctl-x-map): Move binding for other-window from window.c to
13831         here.
13832         (read-buffer-to-switch, switch-to-buffer-other-window)
13833         (switch-to-buffer-other-frame): Move here from files.el.
13834         (normalize-buffer-to-switch-to): New functions.
13835         (switch-to-buffer): Move here from buffer.c.
13836         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
13838 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
13840         * window.el (window-min-height, window-min-width): Move here
13841         from window.c.  Add defcustoms and rewrite doc-strings.
13842         (resize-mini-window, resize-window): New functions.
13843         (adjust-window-trailing-edge, enlarge-window, shrink-window):
13844         Move here from window.c.
13845         (maximize-window, minimize-window): New functions.
13846         (delete-window, delete-other-windows, split-window): Move here
13847         from window.c.
13848         (window-split-min-size): New function.
13849         (split-window-keep-point): Mention split-window-above-each-other
13850         instead of split-window-vertically.
13851         (split-window-above-each-other, split-window-vertically):
13852         Rename split-window-vertically to split-window-above-each-other
13853         and provide defalias for old definition.
13854         (split-window-side-by-side, split-window-horizontally):
13855         Rename split-window-horizontally to split-window-side-by-side
13856         and provide defalias for the old definition.
13857         (ctl-x-map): Move bindings for delete-window,
13858         delete-other-windows and enlarge-window here from window.c.
13859         Replace bindings for split-window-vertically and
13860         split-window-horizontally by bindings for
13861         split-window-above-each-other and split-window-side-by-side.
13863         * cus-start.el (all): Remove entries for window-min-height and
13864         window-min-width.  Add entries for window-splits and
13865         window-nest.
13867 2011-06-09  Glenn Morris  <rgm@gnu.org>
13869         * calendar/appt.el (appt-mode-line): New function.
13870         (appt-check, appt-disp-window): Use it.
13872         * files.el (hack-one-local-variable-eval-safep):
13873         Allow minor-modes with explicit +/-1 arguments.
13875 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
13877         * term/xterm.el (xterm): Add defgroup.
13878         (xterm-extra-capabilities): Add defcustom to supply known xterm
13879         capabilities, skip querying them, or query them (default).
13880         (terminal-init-xterm): Use it.
13881         (terminal-init-xterm-modify-other-keys): New function to set up
13882         modifyOtherKeys support to simplify `terminal-init-xterm'.
13884 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
13886         * window.el (resize-window-reset, resize-window-reset-1)
13887         (resize-subwindows-skip-p, resize-subwindows-normal)
13888         (resize-subwindows, resize-other-windows, resize-this-window)
13889         (resize-root-window, resize-root-window-vertically)
13890         (window-deletable-p, window-or-subwindow-p)
13891         (frame-root-window-p): New functions.
13893 2011-06-09  Glenn Morris  <rgm@gnu.org>
13895         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13896         (ange-ftp-get-files): Use it.
13898 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
13900         * mail/sendmail.el (mail-recover-1, mail-recover):
13901         * files.el (recover-file, recover-session):
13902         Handle dired-listing-switches not being just a single short option.
13904 2011-06-09  Glenn Morris  <rgm@gnu.org>
13906         * calendar/appt.el (appt-display-message, appt-disp-window):
13907         Handle lists of appointments.
13909 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
13911         * window.el (one-window-p): Move down in code.
13912         Rewrite doc-string.
13913         (window-current-scroll-bars): Rewrite doc-string.
13914         Normalize live window argument.
13915         (walk-windows, get-window-with-predicate, count-windows):
13916         Rewrite doc-string.  Use window-list-1.
13917         (window-in-direction-2, window-in-direction, get-mru-window):
13918         New functions.
13920 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
13922         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13923         Doc fix (Bug#8713).
13925 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
13927         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13929 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
13931         * loadhist.el (unload-feature-special-hooks):
13932         Add `comint-output-filter-functions'.
13934 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
13936         * calendar/appt.el (appt-check): Move some initializations into the let.
13938 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
13940         * window.el (window-height): Defalias to window-total-height.
13941         (window-width): Defalias to window-body-width.
13943 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
13945         * image-mode.el (image-toggle-animation): New command.
13946         (image-mode-map): Bind it to RET.
13947         (image-mode): Update message.
13948         (image-toggle-display-image): Avoid a spurious cache flush.
13949         (image-transform-rotation): Doc fix.
13950         (image-transform-properties): Return quickly in the normal case.
13951         (image-animate-loop): Rename from image-animate-max-time.
13953         * image.el (image-animate-max-time): Move to image-mode.el.
13954         (create-animated-image): Remove unnecessary function.
13955         (image-animate): Rename from image-animate-start.  New arg.
13956         (image-animate-stop): Remove; just use image-animate-timer.
13957         (image-animate-timer): Use car-safe.
13958         (image-animate-timeout): Rename argument.
13960 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
13962         * window.el (get-lru-window, get-largest-window): Move here from
13963         window.c.  Rename first argument to ALL-FRAMES.
13964         Rephrase doc-strings.
13965         (get-buffer-window-list): Rewrite using window-list-1.
13966         Rephrase doc-string.
13967         (window-safe-min-height, window-safe-min-width): New constants.
13968         (window-size-ignore, window-min-size, window-min-size-1)
13969         (window-sizable, window-sizable-p, window-size-fixed-1)
13970         (window-size-fixed-p, window-min-delta-1, window-min-delta)
13971         (window-max-delta-1, window-max-delta, window-resizable)
13972         (window-resizable-p, window-total-height, window-total-width)
13973         (window-body-width): New functions.
13974         (window-full-height-p, window-full-width-p): Rewrite using
13975         window-total-size.
13976         (window-body-height): Rewrite using window-body-size.
13978 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
13980         * window.el (window-right, window-left, window-child)
13981         (window-child-count, window-last-child, window-any-p)
13982         (normalize-live-buffer, normalize-live-frame)
13983         (normalize-any-window, normalize-live-window)
13984         (window-iso-combination-p, window-iso-combined-p)
13985         (window-iso-combinations)
13986         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13987         (windows-with-parameter, window-with-parameter)
13988         (window-atom-root, make-window-atom, window-atom-check-1)
13989         (window-atom-check, window-side-check, window-check):
13990         New functions.
13991         (ignore-window-parameters, window-sides, window-sides-vertical)
13992         (window-sides-slots): New variables.
13993         (window-size-fixed): Move down in code.  Minor doc-string fix.
13995 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
13997         * comint.el (comint-dynamic-complete-as-filename)
13998         (comint-dynamic-complete-filename): Correctly call
13999         completion-in-region.
14001 2011-06-05  Deniz Dogan  <deniz@dogan.se>
14003         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
14004         in last change.
14006 2011-06-05  Deniz Dogan  <deniz@dogan.se>
14008         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
14009         (rcirc): Use it to prompt for encryption.
14011 2011-06-05  Roland Winkler  <winkler@gnu.org>
14013         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
14014         (bibtex-search-entries): New command bound to C-c C-a.
14015         (bibtex-display-entries): New function.
14017 2011-06-05  Roland Winkler  <winkler@gnu.org>
14019         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
14020         (bibtex-insert-kill): After yanking insert newline if necessary.
14021         (bibtex-initialize): Call bibtex-string-files-init only once.
14022         (bibtex-mode): Do not call easy-menu-add.
14023         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
14024         (bibtex-yank): Set arg properly if nil.
14026 2011-06-05  Roland Winkler  <winkler@gnu.org>
14028         * textmodes/bibtex.el (bibtex-search-entry-globally):
14029         New variable.
14030         (bibtex-search-entry): Use it.
14032 2011-06-05  Roland Winkler  <winkler@gnu.org>
14034         * textmodes/bibtex.el (bibtex-entry-format): New option
14035         sort-fields.
14036         (bibtex-format-entry, bibtex-reformat): Honor this option.
14037         (bibtex-parse-entry): Return fields in proper order.
14039 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
14041         * doc-view.el (doc-view-remove-if): Move computation of result out
14042         of `dolist' to silence misleading lexical-binding warning.
14044 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
14046         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
14047         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
14049 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
14051         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
14052         "SunOS 5.10".
14054 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
14056         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
14057         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
14058         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
14059         (tramp-parse-putty):
14060         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
14061         (tramp-completion-function-alist-ssh)
14062         (tramp-completion-function-alist-telnet)
14063         (tramp-completion-function-alist-su)
14064         (tramp-completion-function-alist-putty): Set `tramp-autoload'
14065         cookie.
14067         * net/tramp-ftp.el:
14068         * net/tramp-sh.el:
14069         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
14070         load "tramp.el" `tramp-set-completion-function'.
14072 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14074         * shell.el: Require and use pcomplete.
14075         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
14076         (shell-completion-vars): Set pcomplete-default-completion-function.
14078 2011-06-04  Deniz Dogan  <deniz@dogan.se>
14080         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
14081         `memq' (Bug#8799).
14083 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14085         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
14087 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
14089         * bs.el (bs--mark-unmark, bs--nth-wrapper):
14090         * mpc.el (mpc-select-extend, mpc-songpointer-context):
14091         * vc/log-view.el (log-view-beginning-of-defun):
14092         * vc/smerge-mode.el (smerge-apply-resolution-patch)
14093         (smerge-refine-forward, smerge-refine-chopup-region):
14094         Silence warning for unused `dotimes' counter variables.
14096 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14098         * net/tramp.el (tramp-with-progress-reporter): Rename from
14099         with-progress-reporter.  Use `declare'.
14100         * net/tramp-smb.el:
14101         * net/tramp-sh.el:
14102         * net/tramp-gvfs.el: Update all uses.
14104 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
14106         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
14107         buffer isn't killed before making it current.
14109 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14111         Silence various byte-compiler warnings.
14112         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
14113         `access-type' and new obsolescence format.
14114         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
14115         new format.
14116         (byte-compile-check-variable): New `access-type' argument.
14117         Only warn if the access-type is obsolete.
14118         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
14119         (byte-compile-variable-set): Adjust callers.
14120         * help-fns.el (describe-variable): Adjust to new obsolescence format.
14121         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
14122         setting it as obsolete.
14123         * simple.el (minibuffer-completing-symbol):
14124         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
14125         access as obsolete.
14126         * minibuffer.el (minibuffer-completing-file-name): Don't make it
14127         obsolete yet.
14128         * international/quail.el (quail-mouse-choose-completion): Remove unused
14129         code referring to obsolete var.
14130         (quail-choose-completion-string): Remove.
14131         * server.el (server-clients-with, server-kill-buffer-query-function)
14132         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
14133         * proced.el (proced-send-signal):
14134         * emacs-lisp/lisp.el (lisp-complete-symbol):
14135         Replace completion-annotate-function with completion-extra-properties.
14137 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14139         * simple.el (goto-line): Use read-number.
14140         (overriding-map-is-bound): Remove.
14141         (saved-overriding-map): Change default.
14142         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
14143         Take the map as argument.
14144         (universal-argument, negative-argument, digit-argument): Use it.
14145         (restore-overriding-map): Adjust.
14146         (do-auto-fill): Use fill-forward-paragraph.
14147         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
14149         * minibuffer.el (minibuffer-inactive-mode-map): New var.
14150         (minibuffer-inactive-mode): New major mode.
14151         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
14152         the *Messages* buffer" hack.
14153         (mouse-popup-menubar): Don't burp if the event is a normal key.
14155         Miscellaneous tweaks.
14156         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
14157         lexical scoping as in subr.el's dolist and dotimes.
14158         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
14159         Silence compiler warning.
14160         * thingatpt.el (forward-whitespace): Trivial coding style fix.
14161         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
14162         * international/ccl.el (ccl-compile): Trivial simplification.
14163         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
14164         * emacs-lisp/testcover.el (testcover-end): Remove spurious
14165         `printflag' argument.
14166         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14167         Purecopy the whole obsolescence data.
14169 2011-06-01  Leo Liu  <sdl.web@gmail.com>
14171         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
14172         improve doc-string as suggested by Marco Pessotto
14173         <melmothx@gmail.com>.
14174         (rcirc-print): Fix last change.
14176 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14178         * minibuffer.el (complete-with-action): Return nil for the metadata and
14179         boundaries of non-functional tables.
14180         (completion-table-dynamic): Return nil for the metadata.
14181         (completion-table-with-terminator): Add default case, using
14182         complete-with-action.
14183         (completion--metadata): New function.
14184         (completion-all-sorted-completions, minibuffer-completion-help): Use it
14185         to try and avoid pathological performance problems.
14186         (completion--embedded-envvar-table): Return `category' metadata.
14188 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14190         * subr.el (process-alive-p): New tiny convenience function.
14192 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14194         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
14195         content but also its previous major mode.
14197 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
14199         * emacs-lisp/debug.el (debug): Restore the previous content of the
14200         *Backtrace* buffer when we exit with C-M-c.
14202 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14204         * minibuffer.el: Add metadata method to completion tables.
14205         (completion-category-overrides): New defcustom.
14206         (completion-metadata, completion--field-metadata)
14207         (completion-metadata-get, completion--styles)
14208         (completion--cycle-threshold): New functions.
14209         (completion-try-completion, completion-all-completions):
14210         Add `metadata' argument to choose completion-styles.
14211         (completion--do-completion): Use metadata to choose cycling.
14212         (completion-all-sorted-completions): Use metadata for sorting.
14213         Remove :completion-cycle-penalty which is not needed any more.
14214         (completion--try-word-completion): Add `metadata' argument.
14215         (minibuffer-completion-help): Check metadata for annotation function
14216         and sorting.
14217         (completion-file-name-table): Return `category' metadata.
14218         (minibuffer-completing-file-name): Make obsolete.
14219         * simple.el (minibuffer-completing-symbol): Make obsolete.
14220         * icomplete.el (icomplete-completions): Pass new `metadata' param to
14221         completion-try-completion.
14223 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14225         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
14227 2011-05-30  Leo Liu  <sdl.web@gmail.com>
14229         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
14230         (rcirc-print): Decode all incoming messages (bug#8744).
14231         (rcirc-decode-coding-system): Allow value nil for automatic coding
14232         system detection.
14234 2011-06-01  Glenn Morris  <rgm@gnu.org>
14236         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
14238 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
14240         * image.el (image-animate-max-time): Allow nil and t values.
14241         Default to nil.
14242         (create-animated-image): Doc fix.
14243         (image-animate-start): Remove second arg; just use
14244         image-animate-max-time.
14245         (image-animate-timeout): Doc fix.  Args changed.
14247         * image-mode.el (image-toggle-display-image): Ensure that the
14248         image spec passed to the animate timer is the same object as in
14249         the buffer's display property (Bug#6981).
14250         (image-transform-properties): Doc fix.
14252         * image.el (image-animate-max-time): Default to nil.
14254 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
14256         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
14257         entire buffer list (Bug#8184).
14259 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
14261         * image.el (imagemagick-types-inhibit)
14262         (imagemagick-register-types): Doc fix.
14264 2011-05-29  Deniz Dogan  <deniz@dogan.se>
14266         * net/rcirc.el (rcirc): Use the user's stored encryption method by
14267         default.
14269 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
14271         * select.el: Don't perform clipboard-manager saving in hooks;
14272         leave the hooks empty.
14274 2011-05-28  Leo Liu  <sdl.web@gmail.com>
14276         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
14277         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
14278         (occur-edit-mode): New major mode (Bug#8463).
14279         (occur-after-change-function): New function.
14280         (occur-engine): Give Occur tags a read-only property.
14282 2011-05-28  Kevin Ryde  <user42@zip.com.au>
14284         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
14286 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
14288         * bindings.el (help-echo): Make the initial non-indicator dash
14289         empty on graphical terminals (Bug#7295).
14291         * files.el (auto-mode-alist): Move config rule after the
14292         in-stripping one (Bug#8547).
14294         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
14296         * startup.el (normal-splash-screen): Remove gratuitous mode-line
14297         setting (Bug#8740).
14299 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
14301         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
14302         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
14303         (Bug#8539).
14305 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
14307         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
14309 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
14311         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
14312         (hs-hide-block-at-point, hs-find-block-beginning)
14313         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
14314         (Bug#8279).
14316 2011-05-28  Glenn Morris  <rgm@gnu.org>
14318         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
14320 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
14322         * help-fns.el (describe-function-1): If the function is a derived
14323         major mode, print the parent mode.
14325         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
14326         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
14328 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14330         * minibuffer.el (completion--capf-wrapper): Check applicability before
14331         returning non-nil for non-exclusive completion data.
14332         * progmodes/etags.el (tags-completion-at-point-function):
14333         * info-look.el (info-lookup-completions-at-point): Mark as
14334         non-exclusive.
14335         (info-complete): Adjust accordingly.
14337         * info-look.el: Convert to lexical-binding and completion-at-point.
14338         (info-lookup-completions-at-point): New function.
14339         (info-complete): Use it and completion-in-region.
14341 2011-05-28  Drew Adams  <drew.adams@oracle.com>
14343         * isearch.el: Let M-e start with point at the first mismatched char.
14344         (isearch-fail-pos): New function.
14345         (isearch-edit-string): Use it.
14347 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
14349         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14351 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
14353         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
14354         traversal functions for avl-trees.
14355         (avl-tree--stack): New struct.
14356         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
14357         (avl-tree-enter): Add optional `updatefun' arg.
14358         (avl-tree--do-enter): Add optional `updatefun' arg.
14359         Change return value.
14360         (avl-tree-delete): Add optional `test' and `nilflag' args.
14361         (avl-tree--do-delete): Add `test' and `nilflag' args.
14362         Change return value.
14363         (avl-tree-member): Add optional `nilflag'
14364         (avl-tree-member-p): New function.
14365         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
14366         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
14367         (avl-tree-stack-empty-p): New functions.
14369         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
14370         avl-tree--del-balance1 and make it work both ways.
14371         (avl-tree--del-balance2): Remove.
14372         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
14373         make it work both ways.
14374         (avl-tree--enter-balance2): Remove.
14375         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
14376         New macros.
14377         (avl-tree--mapc, avl-tree-map): Add direction argument.
14379 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
14381         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
14383 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
14385         * select.el: Support clipboard managers with built-in function
14386         x-clipboard-manager-save, via delete-frame-functions and
14387         kill-emacs-hook.
14388         (xselect-convert-to-targets): Add MULTIPLE target to list.
14389         (xselect-convert-to-save-targets): New function.
14391 2011-05-27  Kenichi Handa  <handa@m17n.org>
14393         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
14394         let-binding rfc2047-encode-encoded-words to nil.
14396 2011-05-27  Glenn Morris  <rgm@gnu.org>
14398         * mail/emacsbug.el: Don't require url-util.
14400         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
14402         * files.el (set-auto-mode):
14403         Also respect mode: entries at the end of the file.  (Bug#8586)
14405 2011-05-26  Glenn Morris  <rgm@gnu.org>
14407         * files.el (hack-local-variables-prop-line, hack-local-variables):
14408         Downcase mode names, as seems to be traditional.
14409         (hack-local-variables, hack-local-variables-apply): Doc fixes.
14411         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14412         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
14414 2011-05-25  Julien Danjou  <julien@danjou.info>
14416         * textmodes/rst.el (rst-define-level-faces): Do not define face
14417         symbol if it is already defined.
14419 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14421         * play/5x5.el (5x5-new-game, 5x5-randomize):
14422         Reset 5x5-solver-output to nil when a new grid is cast.
14423         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14424         these debugging traces, as defmacro breaks the compiled code.
14426 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
14428         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14430 2011-05-24  Leo Liu  <sdl.web@gmail.com>
14432         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14433         (vc-bzr-sha1): Adapt.
14435         * sha1.el: Remove.  Function `sha1' is now builtin.
14437         * bindings.el: Provide sha1 feature.
14439 2011-05-24  Kenichi Handa  <handa@m17n.org>
14441         * mail/sendmail.el: Require `rfc2047'.
14442         (mail-insert-from-field): Do not perform RFC2047 encoding.
14443         (mail-encode-header): New function.
14444         (sendmail-send-it): Set buffer-file-coding-system of the work
14445         buffer to the return value of select-message-coding-system.
14446         Call mail-encode-header.
14448         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14450 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
14452         * mail/supercite.el (sc-default-cite-frame):
14453         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
14455 2011-05-24  Glenn Morris  <rgm@gnu.org>
14457         * progmodes/python.el (brm-menu): Declare.
14459         * emulation/viper.el (viper-set-hooks): Declare.
14461         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14462         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14463         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14464         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14465         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14466         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14468 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14470         Add an :exit-function for completion-at-point.
14472         * minibuffer.el (completion--done): New fun.
14473         (completion--do-completion): Use it.  New arg `expect-exact'.
14474         (minibuffer-complete, minibuffer-complete-word): Don't output message,
14475         since completion--do-completion does it for us now.
14476         (minibuffer-force-complete): Use completion--done and
14477         completion--replace.  Handle sole-completion case with more care.
14478         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14479         (completion-extra-properties): New var.
14480         (completion-annotate-function): Make obsolete.
14481         (minibuffer-completion-help): Adjust accordingly.
14482         Use completion-list-insert-choice-function.
14483         (completion-at-point, completion-help-at-point):
14484         Bind completion-extra-properties.
14485         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14486         * simple.el (completion-list-insert-choice-function): New var.
14487         (completion-setup-function): Preserve it.
14488         (choose-completion): Pay attention to it, shuffle the code a bit.
14489         (choose-completion-string): New arg `insert-function'.
14491         * textmodes/bibtex.el: Convert to lexical binding.
14492         (bibtex-mode-map): Use completion-at-point.
14493         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14494         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14495         (bibtex-complete): Define as obsolete alias.
14496         (bibtex-complete-internal): Remove.
14497         (bibtex-format-entry): Remove unused sub-group in regexp.
14498         * shell.el (shell--command-completion-data)
14499         (shell-environment-variable-completion):
14500         * pcomplete.el (pcomplete-completions-at-point):
14501         * comint.el (comint--complete-file-name-data): Use :exit-function
14502         instead of completion-table-with-terminator so it also works for
14503         choose-completion.
14505 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14507         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14509         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14510         (bug#8710).
14512         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14514 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
14516         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14517         customization variable and implement: If non-nil, auto-fill will
14518         be inhibited while on topic's header line.
14520 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14522         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
14523         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
14524         always have a solution in grid size = 5 cases.
14525         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14526         (5x5-solver-output, 5x5-log-buffer): New vars.
14527         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14528         Make these variables buffer local to achieve 5x5 multi-session-ness.
14529         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14530         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14531         (5x5-solve-suggest): New funs.
14532         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14533         randomize a grid so that we ensure that there is always a solution.
14534         (5x5-make-random-grid): Allow other movement than flipping.
14536 2011-05-23  Kevin Ryde  <user42@zip.com.au>
14538         * emacs-lisp/advice.el (ad-read-advised-function):
14539         Use `function-called-at-point' as the default, if it has
14540         advice and passes PREDICATE.
14542 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14544         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14545         byte-compile-lambda if it's actually a lambda.
14547         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14548         Fix function quoting.  Use backquote better.
14550 2011-05-22  Yuanle Song  <sylecn@gmail.com>
14552         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14553         matching (Bug#8516).
14555 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
14557         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14558         different face (Bug#8178).
14560 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
14562         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14563         defface (Bug#8144).
14565 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14567         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14568         funcall as well (bug#8712).  Warn when performing those conversions.
14569         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14571         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14573 2011-05-22  Glenn Morris  <rgm@gnu.org>
14575         * files.el (hack-local-variables-prop-line): Small simplifications.
14576         (hack-local-variables, hack-local-variables-prop-line):
14577         If MODE-ONLY, return the mode, rather than just `t'.
14579 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14581         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14583 2011-05-21  Glenn Morris  <rgm@gnu.org>
14585         * files.el (hack-local-variables-prop-line, hack-local-variables):
14586         If only interested in the mode, don't bother doing the other stuff.
14588         * image-mode.el (image-after-revert-hook):
14589         Redraw all frames on which the image is visible.  (Bug#8567)
14591         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
14593         * wid-edit.el (widget-checklist-match-inline):
14594         Fix 2011-04-19 change.  (Bug#8649)
14596 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14598         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14599         Also allow singlespace after single-letter capitals followed by a dot.
14601         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14602         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14604 2011-05-20  Nix  <nix@esperi.org.uk>
14606         * files.el (basic-save-buffer-2):
14607         Fix handling of break-hardlink-on-save with non-existent files.
14609 2011-05-19  Deniz Dogan  <deniz@dogan.se>
14611         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
14612         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
14614 2011-05-19  Glenn Morris  <rgm@gnu.org>
14616         * progmodes/f90.el (f90-type-def-re):
14617         Handle "type, bind(c)".  (Bug#8691)
14619         * emacs-lisp/autoload.el (batch-update-autoloads):
14620         Set autoload-excludes by parsing loadup.el rather than Makefiles.
14622 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
14624         * net/tramp.el (tramp-process-actions): Set "first-password-request"
14625         property for the correct connection in case of multihops.
14627 2011-05-18  Glenn Morris  <rgm@gnu.org>
14629         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
14630         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14632         Rationalize calendar handling of day and month abbrev-arrays.
14633         * calendar/calendar.el (calendar-customized-p): New function.
14634         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14635         (calendar-day-name-array, calendar-month-name-array): Doc fix.
14636         Add :set function.
14637         (calendar-abbrev-length, calendar-day-abbrev-array)
14638         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14639         (calendar-day-abbrev-array, calendar-month-abbrev-array):
14640         Elements may no longer be nil.
14641         (calendar-day-name, calendar-month-name):
14642         Update for changed nature of abbrev arrays.
14643         * calendar/diary-lib.el (diary-name-pattern):
14644         Update for changed nature of abbrev arrays.
14645         (diary-mark-entries-1): Update calendar-make-alist calls.
14646         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14647         * calendar/cal-html.el (cal-html-day-abbrev-array):
14648         Simply inherit from calendar-day-abbrev-array.
14650 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14652         * progmodes/grep.el (grep-mode): Disable default
14653         compilation-directory-matcher setting (bug#8684).
14655 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
14657         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14658         instead of "head" and "tail".  There were problems with SunOS 5.9,
14659         and it performs better.
14661 2011-05-17  Glenn Morris  <rgm@gnu.org>
14663         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14665         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14666         Replace obsolete function.
14668         * shell.el (pcomplete-parse-arguments-function): Declare.
14670         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14671         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14672         (appt-check): Doc fixes.
14673         (appt-disp-window-function, appt-delete-window-function):
14674         Remove needless special case in custom :type.
14675         (appt-display-count): Default to 0, not nil.
14676         (appt-check): Reset appt-display-count to 0, not nil.
14678 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
14680         * progmodes/python.el (python-font-lock-keywords):
14681         Add the Python 3.X keyword "nonlocal" (bug#8639).
14683 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14685         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14687 2011-05-16  Kevin Ryde  <user42@zip.com.au>
14689         * info-look.el (makefile-automake-mode): New setups, looking in
14690         automake manual, then makefile-mode.
14691         (makefile-mode): Remove automake manual, have it just in
14692         makefile-automake-mode since there's various things different or
14693         not relevant to plain make.
14694         (makefile-mode): Remove "other-modes" non-existent automake-mode,
14695         believe a hypothetical automake-mode would go to makefile-mode,
14696         not the other way around.
14698 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
14700         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14701         hunk-end tags (Bug#8672).
14703         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14704         vc-annotate-show-diff-revision-at-line (Bug#8671).
14706 2011-05-14  Glenn Morris  <rgm@gnu.org>
14708         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14709         in the middle of an existing one with multiple authors.  (Bug#8645)
14710         (change-log-font-lock-keywords): Also handle multiple author lines
14711         with leading tabs.  (Bug#8644)
14713         * calendar/appt.el (appt-check): Rename some local variables.
14714         Some simplification/reordering.
14716         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14717         (feedmail-sendmail-f-doesnt-sell-me-out)
14718         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14719         (feedmail-debug-sit-for, feedmail-queue-express-hook)
14720         (feedmail-queue-runner-message-sender): Set :version.
14721         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14722         (bbdb-dwim-net-address, vm-mail): Declare.
14723         (feedmail-binmail-gnulinuxish-template):
14724         Rename from feedmail-binmail-linuxish-template.
14725         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14726         Use insert-buffer-substring.
14728 2011-05-14  Bill Carpenter  <bill@carpenter.org>
14730         * mail/feedmail.el (feedmail-patch-level): Increase.
14731         (feedmail-debug): New custom group.
14732         (feedmail-confirm-outgoing-timeout)
14733         (feedmail-sendmail-f-doesnt-sell-me-out)
14734         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14735         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14736         (feedmail-sender-line, feedmail-from-line)
14737         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
14738         (feedmail-spray-this-address)
14739         (feedmail-spray-address-fiddle-plex-list)
14740         (feedmail-queue-use-send-time-for-date)
14741         (feedmail-queue-use-send-time-for-message-id)
14742         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14743         (feedmail-buffer-eating-function):
14744         Doc fixes.
14745         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14746         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14747         (feedmail-message-action-scroll-down): New functions.
14748         (feedmail-queue-directory, feedmail-queue-draft-directory):
14749         Use expand-file-name.
14750         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14751         Remove C-v help entry.
14752         (feedmail-queue-buffer-file-name): New variable.
14753         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14754         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14755         (feedmail-message-action-send-strong, feedmail-message-action-edit)
14756         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14757         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14758         (feedmail-message-action-toggle-spray)
14759         (feedmail-run-the-queue-no-prompts)
14760         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14761         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14762         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14763         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14764         (feedmail-envelope-deducer, feedmail-fiddle-from)
14765         (feedmail-fiddle-sender, feedmail-default-date-generator)
14766         (feedmail-fiddle-date, feedmail-fiddle-message-id)
14767         (feedmail-fiddle-spray-address)
14768         (feedmail-fiddle-list-of-spray-fiddle-plexes)
14769         (feedmail-fiddle-list-of-fiddle-plexes)
14770         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14771         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14772         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14773         Change default.  Doc fix.
14774         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14775         (feedmail-binmail-linuxish-template): New constant.
14776         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
14777         Respect feedmail-sendmail-f-doesnt-sell-me-out.
14778         (feedmail-send-it): Add debug call.
14779         Use feedmail-queue-buffer-file-name, and
14780         feedmail-send-it-immediately-wrapper.
14781         (feedmail-message-action-send): Add debug call.
14782         Use feedmail-send-it-immediately-wrapper.
14783         (feedmail-queue-express-to-queue): Add debug call.
14784         Run feedmail-queue-express-hook.
14785         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
14786         (feedmail-message-action-help-blat):
14787         Rename from feedmail-queue-send-edit-prompt-help-first.
14788         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
14789         Check line-endings.  Handle errors better.
14790         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14791         Doc fix.  Add debug call.
14792         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
14793         Use feedmail-queue-send-edit-prompt-inner.
14794         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14795         (feedmail-queue-send-edit-prompt-inner): New function, extracted
14796         from feedmail-queue-send-edit-prompt.
14797         (feedmail-queue-send-edit-prompt-help)
14798         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14799         (feedmail-tidy-up-slug): Add debug call.
14800         Respect feedmail-queue-slug-suspect-regexp.
14801         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14802         (feedmail-dump-message-to-queue): Add debug call.
14803         Expand queue-directory.
14804         (feedmail-dump-message-to-queue): Change message slightly.
14805         Use feedmail-say-chatter.
14806         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
14807         (feedmail-send-it-immediately-wrapper): New function.
14808         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
14809         Insert empty string rather than newline.  Handle full-frame case.
14810         Use catch/throw.  Use feedmail-say-chatter.
14811         (feedmail-fiddle-from): Try mail-host-address.
14812         (feedmail-default-message-id-generator): Doc fix.
14813         Bind system-time-locale.  Handle missing end.
14814         (feedmail-fiddle-x-mailer): Add debug call.
14815         Handle feedmail-x-mailer-line being nil.
14816         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14817         Add debug call.  Use buffer-substring-no-properties.
14818         (feedmail-say-debug, feedmail-say-chatter): New functions.
14819         (feedmail-find-eoh): Give an explicit error.
14821 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
14823         * net/newst-treeview.el (newsticker-treeview-face): Change default
14824         family from helvetica to sans.
14825         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
14826         etc/images/newsticker.
14828         * net/newst-reader.el (newsticker-feed-face): Change default
14829         family from helvetica to sans.
14831         * net/newst-plainview.el (newsticker-new-item-face)
14832         (newsticker-old-item-face, newsticker-immortal-item-face)
14833         (newsticker-obsolete-item-face, newsticker-date-face)
14834         (newsticker-statistics-face): Change default family from
14835         helvetica to sans.
14836         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
14837         etc/images/newsticker.
14839         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14840         (newsticker--process-auto-mark-filter-match): Tell user about
14841         auto-marking.
14843 2011-05-13  Didier Verna  <didier@xemacs.org>
14845         Common Lisp indentation improvements on defmethod and lambda-lists.
14846         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14847         TODO entries.
14848         (lisp-lambda-list-keyword-parameter-indentation)
14849         (lisp-lambda-list-keyword-parameter-alignment)
14850         (lisp-lambda-list-keyword-alignment): New customizable user options.
14851         (lisp-indent-defun-method): Improve docstring.
14852         (extended-loop-p): Fix comment.
14853         (lisp-indent-lambda-list-keywords-regexp): New variable.
14854         (lisp-indent-lambda-list): New function.
14855         (lisp-indent-259): Use it.
14856         (lisp-indent-defmethod): Support for more than one
14857         method qualifier and properly indent methods lambda-lists.
14858         (defgeneric): Provide a missing common-lisp-indent-function property.
14860 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14862         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14863         bounds for the empty string (bug#8667).
14865 2011-05-13  Glenn Morris  <rgm@gnu.org>
14867         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14869         * mail/sendmail.el (sendmail-program): Try executable-find first.
14870         (sendmail-send-it): `sendmail-program' cannot be unbound.
14872         * calendar/appt.el (appt-make-list): Simplify.
14873         (appt-time-msg-list): Doc fix.
14874         (appt-check): Change mode-line message at the time of the appointment.
14876 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
14878         * progmodes/ld-script.el (ld-script-keywords)
14879         (ld-script-builtins): Update keywords list.
14881 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14883         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14885         * shell.el (shell-completion-vars): New function.
14886         (shell-mode):
14887         * simple.el (read-shell-command): Use it.
14888         (blink-matching-open): No need for " [...]" in minibuffer-message.
14890 2011-05-12  Glenn Morris  <rgm@gnu.org>
14892         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14893         (appt-check): Simplify.
14895 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
14897         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
14898         literal "/dev/null".
14900 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14902         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14903         Fix typo.
14905 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
14907         * progmodes/which-func.el (which-function):
14908         Use add-log-current-defun instead of add-log-current-defun-function,
14909         which might not be defined (Bug#8260).
14911 2011-05-12  Glenn Morris  <rgm@gnu.org>
14913         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14914         Let byte-compile-initial-macro-environment always take precedence.
14916 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14918         * net/rcirc.el: Add support for SSL/TLS connections.
14919         (rcirc-server-alist): New field `encryption'.
14920         (rcirc): Check `encryption' settings.
14921         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
14922         Merge make-local-variable into `set'.
14923         (rcirc--connection-open-p): New function.
14924         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14925         the process is not a network process (e.g. running gnutls-cli).
14926         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14927         Make rcirc-(en|de)code-coding-system local here.
14928         (rcirc-mode): Merge make-local-variable into `set'.
14929         (rcirc-parent-buffer): Make permanent buffer-local.
14930         (rcirc-multiline-minor-mode): Don't do it here.
14931         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14932         there's no server buffer.
14934 2011-05-11  Glenn Morris  <rgm@gnu.org>
14936         * newcomment.el (comment-kill): Prefix "unused" local.
14938         * term/w32console.el (get-screen-color): Declare.
14940         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14941         Handle symbol elements of byte-compile-initial-macro-environment.
14943 2011-05-10  Leo Liu  <sdl.web@gmail.com>
14945         * bookmark.el (bookmark-bmenu-mode-map):
14946         Bind bookmark-bmenu-search to `/'.
14948         * mail/footnote.el: Convert to utf-8 encoding.
14949         (footnote-unicode-string, footnote-unicode-regexp): New variable.
14950         (Footnote-unicode): New function.
14951         (footnote-style-alist): Add unicode style to the list.
14952         (footnote-style): Doc fix.
14954 2011-05-10  Jim Meyering  <meyering@redhat.com>
14956         Fix doubled-word typos.
14957         * international/quail.el (quail-insert-kbd-layout): and and -> and
14958         * kermit.el: and and -> and
14959         * net/ldap.el (ldap-search-internal): to to -> to
14960         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14961         * progmodes/js.el (js-mode): and and -> and
14962         * textmodes/artist.el (artist-move-to-xy): at at -> at
14963         (artist-draw-region-trim-line-endings): if if -> if
14964         And Safetyc -> Safety.
14965         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14967 2011-05-10  Glenn Morris  <rgm@gnu.org>
14968             Stefan Monnier  <monnier@iro.umontreal.ca>
14970         * files.el (hack-one-local-variable-eval-safep):
14971         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
14973 2011-05-10  Glenn Morris  <rgm@gnu.org>
14975         * calendar/diary-lib.el (diary-list-entries-hook)
14976         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14977         (diary-nongregorian-marking-hook, diary-list-entries)
14978         (diary-include-other-diary-files, diary-mark-entries)
14979         (diary-mark-included-diary-files): Doc fixes.
14981 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
14983         * misc.el: Require tabulated-list.el during compilation.
14985 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
14987         * progmodes/compile.el (compilation-start):
14988         Run compilation-filter-hook for the async case too.
14989         (compilation-filter-hook): Doc fix.
14991 2011-05-09  Deniz Dogan  <deniz@dogan.se>
14993         * wdired.el: Remove outdated installation comment.  Fix usage
14994         comment.
14996 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
14998         * misc.el: Implement new command `list-dynamic-libraries'.
14999         (list-dynamic-libraries--loaded-only-p): New variable.
15000         (list-dynamic-libraries--refresh): New function.
15001         (list-dynamic-libraries): New command.
15003 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
15005         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15006         Fix the ant regexp to handle end-line and end-column info from jikes.
15007         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
15008         higher priority to avoid clobbering by gnu.
15010 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
15012         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
15013         if the face has existing theme settings (Bug#8454).
15015 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
15017         * progmodes/perl-mode.el (perl-imenu-generic-expression):
15018         Only match variables declared via `my' or `our' (Bug#8261).
15020         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
15021         special file names `.' and `..' (Bug#8259).
15023 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
15025         * progmodes/grep.el (grep-mode-font-lock-keywords):
15026         Remove buffer-changing entries.
15027         (grep-filter): New function.
15028         (grep-mode): Add it to compilation-filter-hook.
15030         * progmodes/compile.el (compilation-filter-hook)
15031         (compilation-filter-start): New defvars.
15032         (compilation-filter): Call compilation-filter-hook prior to
15033         updating the process mark.
15035 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15037         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
15039 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
15041         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
15042         mailclient-send-it even if window-system is nil.  (Bug#8595)
15044         * term/w32console.el (terminal-init-w32console):
15045         Call get-screen-color and use its output to set the frame
15046         background-mode.  (Bug#8597)
15048 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15050         Make bytecomp.el understand that defmethod defines funs (bug#8631).
15051         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
15052         New functions.
15053         (defgeneric, eieio--defmethod): Use them.
15054         (eieio-defgeneric): Remove.
15055         (defmethod): Call defgeneric in a way visible to the byte-compiler.
15057 2011-05-07  Glenn Morris  <rgm@gnu.org>
15059         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
15060         Use let rather than let*.
15061         (timeclock-find-discrep): Remove unused local.
15063         * calendar/diary-lib.el (diary-comment-start): Doc fix.
15065         * calendar/appt.el (appt-time-msg-list): Doc fix.
15067 2011-05-06  Noah Friedman  <friedman@splode.com>
15069         * apropos.el (apropos-print-doc): Only use
15070         emacs-lisp-docstring-fill-column when it is bound to an integer,
15071         per that variable's documentation.
15073 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15075         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
15076         and warnings are not silently discarded (e.g. use -d instead of -P).
15078 2011-05-06  Glenn Morris  <rgm@gnu.org>
15080         * calendar/appt.el (appt-message-warning-time): Doc fix.
15081         (appt-warning-time-regexp): New option.
15082         (appt-make-list): Respect appt-message-warning-time.
15084         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
15085         New options.
15086         (diary-add-to-list): Strip comments from the displayed string.
15087         (diary-mode): Set comment-start and comment-end.
15089         * vc/diff-mode.el (smerge-refine-subst): Declare.
15090         (diff-refine-hunk): Don't require smerge-mode when compiling.
15092 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
15094         * simple.el (list-processes): Return nil as the docstring says.
15096 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
15098         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
15099         to "".
15100         (ange-ftp-write-region, ange-ftp-insert-file-contents)
15101         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
15102         determining of binary transfer.  (Bug#7383)
15104 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
15106         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15107         Fix port computation bug.  (Bug#8618)
15109 2011-05-05  Glenn Morris  <rgm@gnu.org>
15111         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
15113         * simple.el (shell-dynamic-complete-functions)
15114         (comint-dynamic-complete-functions): Declare.
15116         * net/network-stream.el (gnutls-negotiate):
15117         * simple.el (tabulated-list-print): Fix declarations.
15119         * progmodes/gud.el (syntax-symbol, syntax-point):
15120         Remove unnecessary and incorrect declarations.
15122         * emacs-lisp/check-declare.el (check-declare-scan):
15123         Handle byte-compile-initial-macro-environment in bytecomp.el
15125 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15127         Fix earlier half-done eieio-defmethod change (bug#8338).
15128         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
15129         Streamline and change calling convention.
15130         (defmethod): Adjust accordingly and simplify.
15131         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
15132         new eieio--defmethod.
15133         (slot-boundp): Minor CSE simplification.
15135 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
15137         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
15138         (glasses-make-readable): Use glasses-separate-capital-groups.
15140 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
15142         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
15143         (warning-series): Doc fix.
15144         (display-warning): Don't try to create the buffer if we just found it.
15146 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
15148         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
15149         (autoload-find-generated-file): New function.
15150         (generate-file-autoloads): Bind generated-autoload-file to
15151         buffer-file-name.
15152         (update-file-autoloads, update-directory-autoloads):
15153         Use autoload-find-generated-file.  If called interactively, prompt for
15154         output file (Bug#7989).
15155         (batch-update-autoloads): Doc fix.
15157 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
15159         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
15161 2011-05-04  Glenn Morris  <rgm@gnu.org>
15163         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
15164         function, so it follows changes in calendar-date-style.
15165         (diary-fancy-date-matcher): New function.
15166         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
15167         (diary-fancy-font-lock-fontify-region-function):
15168         Use diary-fancy-date-pattern as a function.
15170         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
15171         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
15173 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
15175         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
15176         instead of positional arguments.  Allow :keylist and :crlfiles
15177         arguments.
15178         (open-gnutls-stream): Call it.
15180         * net/network-stream.el (network-stream-open-starttls): Adjust to
15181         call `gnutls-negotiate' with :process and :hostname arguments.
15183 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15185         * minibuffer.el (completion--message): New function.
15186         (completion--do-completion, minibuffer-complete)
15187         (minibuffer-force-complete, minibuffer-complete-word): Use it.
15188         (completion--do-completion): Don't ignore completion-auto-help when in
15189         icomplete-mode.
15191         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
15192         internal encoding (e.g. tibetan zero is not whitespace).
15193         (global-whitespace-mode): Prefer save-current-buffer.
15194         (whitespace-trailing-regexp): Remove useless save-match-data.
15195         (whitespace-empty-at-bob-regexp): Minor simplification.
15197 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
15199         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
15201 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
15203         * textmodes/ispell.el (ispell-add-per-file-word-list):
15204         Use `concat' to create string for insertion.
15206 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15208         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
15209         Avoid open-line which runs post-self-insert-hook.
15210         (bibtex-fill-entry): Remove unused `end' var.
15212 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
15214         * textmodes/ispell.el (ispell-add-per-file-word-list):
15215         Protect against `nil' value of `comment-start' (Bug#8579).
15217 2011-05-03  Leo Liu  <sdl.web@gmail.com>
15219         * isearch.el (isearch-yank-pop): New command.
15220         (isearch-mode-map): Bind it to `M-y'.
15221         (isearch-forward): Mention it.
15223 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15225         * simple.el (minibuffer-complete-shell-command): Remove.
15226         (minibuffer-local-shell-command-map): Use completion-at-point.
15227         (read-shell-command): Setup completion vars here instead.
15228         (read-expression-map): Bind TAB to symbol completion.
15230         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
15231         error directly rather via storing it into `results'.
15233 2011-05-02  Leo Liu  <sdl.web@gmail.com>
15235         * vc/diff.el: Fix description.
15237 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15239         * server.el (server-eval-at): New function.
15241 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15243         * net/network-stream.el (open-network-stream): Take a :nowait
15244         parameter and pass it on to `make-network-process'.
15245         (network-stream-open-plain): Ditto.
15247 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
15249         * faces.el (face-spec-set-match-display): Don't match toolkit
15250         options on terminal frames.
15252 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15254         * progmodes/pascal.el: Use lexical binding.
15255         (pascal-mode-map): Remove author preferences.
15257         * pcomplete.el (pcomplete-std-complete): Don't abuse
15258         completion-at-point.
15260 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
15262         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
15263         removing code that has been dead since 1991 or so.
15265         * startup.el (command-line): When warning about "_emacs", use a
15266         delayed warning to allow the user to filter it out.
15268 2011-04-28  Deniz Dogan  <deniz@dogan.se>
15270         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
15271         user has not joined.
15273 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15275         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
15276         aren't any completions at point.
15278 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
15280         * subr.el (display-delayed-warnings): New function.
15281         (delayed-warnings-hook): New variable.
15283 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15285         * minibuffer.el (completion-at-point, completion-help-at-point):
15286         Don't presume that a given completion-at-point-function will always
15287         use the same calling convention.
15289         * pcomplete.el (pcomplete-completions-at-point):
15290         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
15291         pcomplete-seen is non-nil.
15292         (pcomplete-comint-setup): Also recognize the new comint/shell
15293         completion functions.
15294         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
15295         pcomplete-seen is non-nil.
15297 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
15299         * calendar/icalendar.el (diary-lib): Add require statement.
15300         (icalendar--create-uid): Read out a uid from a text-property on
15301         the first character in the entry.  This allows for code to add its
15302         own uid to the entry.
15303         (icalendar--convert-float-to-ical): Add export of
15304         `diary-float'-entries save for those with the optional DAY
15305         argument.
15307 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
15309         * subr.el (shell-quote-argument): Use alternate escaping strategy
15310         when we spot a variable reference in a string.
15312 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
15314         * cus-start.el (all): Define customization for debug-on-event.
15316 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
15318         * subr.el (shell-quote-argument): Escape correctly under Windows.
15320 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15322         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
15324 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
15326         * net/tramp.el (tramp-process-actions): Add POS argument.
15327         Delete region between POS and (pos).
15329         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15330         Use `nil' position in `tramp-process-actions' call.
15331         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
15333         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
15334         position in `tramp-process-actions' call.
15336         * net/trampver.el: Update release number.
15338 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15340         * custom.el (defcustom): Obey lexical-binding.
15342         Fix octave-inf completion problems reported by Alexander Klimov.
15343         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
15344         Inherit from octave-mode-syntax-table.
15345         (inferior-octave-mode): Set info-lookup-mode.
15346         (inferior-octave-completion-at-point): New function.
15347         (inferior-octave-complete): Use it and completion-in-region.
15348         (inferior-octave-dynamic-complete-functions): Use it as well, and use
15349         comint-filename-completion.
15350         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
15351         symbol elements which shouldn't be word elements.
15352         (octave-font-lock-keywords, octave-beginning-of-defun)
15353         (octave-function-header-regexp): Adjust regexps accordingly.
15354         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
15356 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
15358         * net/gnutls.el (gnutls-errorp): Declare before first use.
15360 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
15362         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
15363         verify-error, and verify-hostname-error parameters.  Check whether
15364         default trustfile exists before going to use it.  Add missing
15365         argument to gnutls-message-maybe call.  Return value.
15366         Reported by Claudio Bley <claudio.bley@gmail.com>.
15367         (open-gnutls-stream): Add usage example.
15369         * net/network-stream.el (network-stream-open-starttls): Give host
15370         parameter to `gnutls-negotiate'.
15371         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
15372         * subr.el (shell-quote-argument): Escape correctly under Windows.
15374 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
15376         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15377         Use correct match group (bug#8438).
15379 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
15381         * emacs-lisp/package.el (package-built-in-p): Fix typo.
15382         (package-menu--generate): New arg specifying packages to show.
15383         (package-menu-refresh, package-menu-execute, list-packages):
15384         Callers changed.
15385         (package-show-package-list): New function, replacing deleted
15386         package--list-packages (renamed because it is non-internal).
15388         * finder.el (finder-list-matches): Use package-show-package-list
15389         instead of deleted package--list-packages.
15391         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
15392         Based on a previous implementation by Juanma Barranquero (Bug#8366).
15393         (vc-annotate-mode-map): Bind it to RET.
15395 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
15397         * progmodes/etags.el (next-file): Don't use set-buffer to change
15398         buffers (Bug#8478).
15400 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
15402         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
15404         * apropos.el (apropos-label-face): Avoid variable-pitch face.
15405         (apropos-accumulator): Doc fix.
15406         (apropos-function, apropos-macro, apropos-command)
15407         (apropos-variable, apropos-face, apropos-group, apropos-widget)
15408         (apropos-plist): Add face property.
15409         (apropos-symbols-internal): Fix indentation.
15410         (apropos-print): Simplify help, and recognize apropos-multi-type.
15411         (apropos-print-doc): Use button-type-get to extract the button's
15412         face property.  Fill docstring (Bug#8352).
15414 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
15416         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15418         * play/mpuz.el (mpuz-silent): Doc fix.
15419         (mpuz-mode-map): Use mapc.
15420         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15421         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15422         Fix typos in docstrings.
15424         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15425         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15427         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15429 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
15431         * minibuffer.el (completion--do-completion): Avoid the "Next char
15432         not unique" prompt if icomplete-mode is enabled (Bug#5849).
15434         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15435         mouse-2 into unread-command-events, it is interpreted correctly.
15437         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
15438         (image-toggle-display): Doc fix.
15440 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
15442         * textmodes/page.el (what-page): Use line-number-at-pos to
15443         calculate line number (Bug#6825).
15445 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
15447         * eshell/esh-mode.el (find-tag-interactive): Declare function.
15448         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15449         Pass argument NO-DEFAULT to `find-tag-interactive'.
15451 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
15453         Lexical-binding cleanup.
15455         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15456         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15457         * progmodes/ada-prj.el (ada-prj-initialize-values)
15458         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15459         (ada-prj-show-value):
15460         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15461         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15462         (antlr-invalidate-context-cache, antlr-options-menu-filter)
15463         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15464         * progmodes/bug-reference.el (bug-reference-push-button):
15465         * progmodes/fortran.el (fortran-line-length):
15466         * progmodes/glasses.el (glasses-change):
15467         * progmodes/octave-mod.el (octave-fill-paragraph):
15468         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15469         (python-pdbtrack-grub-for-buffer, python-sentinel):
15470         * progmodes/sql.el (sql-save-connection):
15471         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15472         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15473         Mark unused parameters.
15475         * progmodes/compile.el (compilation--flush-directory-cache)
15476         (compilation--flush-parse, compile-internal): Mark unused parameters.
15477         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15478         (compilation-next-error-function): Remove unused variable `timestamp'.
15480         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15481         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15483         * progmodes/dcl-mode.el (dcl-end-of-command):
15484         Remove unused variable `start'.
15485         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15486         (dcl-option-value-basic, dcl-option-value-offset)
15487         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15488         Mark unused parameters.
15489         (dcl-save-local-variable): Remove unused variable `val'.
15490         (mode): Declare.
15492         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15493         Mark unused parameters.
15494         (delphi-ignore-changes): Move before first use.
15495         (delphi-charset-token-at): Remove unused variable `start'.
15496         (delphi-else-start): Remove unused variable `if-count'.
15497         (delphi-comment-block-start, delphi-comment-block-end):
15498         Remove unused variable `kind'.
15499         (delphi-indent-line): Remove unused variable `new-point'.
15501         * progmodes/ebrowse.el (ebrowse-files-list)
15502         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15503         Mark unused parameters.  Don't quote `lambda'.
15504         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15505         Don't quote `lambda'.
15506         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15507         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15508         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15509         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15510         Use `ignore-errors'.
15511         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15512         (ebrowse-view/find-file-and-search-pattern)
15513         (ebrowse-view/find-member-declaration/definition):
15514         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15515         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15516         Rename parameter PREFIX-ARG to PREFIX.
15517         (ebrowse-tags-read-name): Remove unused variables `start' and
15518         `member-info'.
15519         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15520         to `tags-file'.
15522         * progmodes/etags.el (local-find-tag-hook): Declare.
15523         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15524         Mark unused parameters.
15526         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15527         (executable-interpret): Mark unused parameter.
15529         * progmodes/flymake.el (flymake-process-sentinel)
15530         (flymake-after-change-function)
15531         (flymake-create-temp-with-folder-structure)
15532         (flymake-get-include-dirs-dot): Mark unused parameters.
15533         (flymake-safe-delete-directory): Remove unused variable `err'.
15535         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15536         (speedbar-timer-fn, speedbar-line-text)
15537         (speedbar-change-expand-button-char, speedbar-delete-subblock)
15538         (speedbar-center-buffer-smartly): Declare functions.
15539         (gdb-find-watch-expression): Remove unused variable `array'.
15540         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15541         (gdb-starting): Mark unused parameters.
15542         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15543         (gdb-table-string): Remove unused variable `res'.
15544         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15545         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15546         (gdb-display-buffer): Remove unused variable `cur-size'.
15548         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15549         allow lexical-binding compilation.
15550         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15551         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15552         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15553         Mark unused parameters.
15554         (gud-gdb-marker-filter): Remove unused variable `match'.
15555         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15556         lambda expressions and funcall them, instead of using `fset'.
15558         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15559         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15561         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15562         variable `header-beg'; use `let'.
15564         * progmodes/icon.el (indent-icon-exp): Remove unused variables
15565         `restart', `last-sexp' and `at-do'.
15567         * progmodes/js.el (js--debug): Mark unused parameter.
15568         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15569         (js--splice-into-items): Remove unused variable `item'.
15570         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15572         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15573         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15574         (makefile-complete): Remove unused variable `try'.
15575         (makefile-fill-paragraph, makefile-match-function-end):
15576         Mark unused parameters.
15578         * progmodes/octave-inf.el (inferior-octave-complete):
15579         Remove unused variable `proc'.
15580         (inferior-octave-output-digest): Mark unused parameter.
15582         * progmodes/perl-mode.el (perl-calculate-indent):
15583         Remove unused variable `err'.
15585         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15586         (prolog-indent-line): Mark unused parameters.
15587         (prolog-indent-line): Remove unused variable `beg'.
15589         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15590         (reporter-dont-compact-list): Declare.
15592         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15593         Remove unused variable `char'.
15594         (sh-debug): Mark unused parameter.
15595         (sh-get-indent-info): Remove unused variable `start'.
15596         (sh-calculate-indent): Remove unused variable `var'.
15598         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15599         (simula-electric-keyword): Remove unused variable `null'.
15600         (simula-search-backward, simula-search-forward): Remove unused
15601         variables `begin' and `end'.
15603         * progmodes/vera-mode.el (vera-guess-basic-syntax):
15604         Remove unused variable `pos'.
15605         (vera-electric-tab, vera-comment-uncomment-region):
15606         Mark unused parameters.
15607         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15609 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
15611         * emacs-lisp/package.el (package--builtins, package-alist)
15612         (package-load-descriptor, package-built-in-p, package-activate)
15613         (define-package, package-installed-p)
15614         (package-compute-transaction, package-buffer-info)
15615         (package--push): Doc fix.  Distinguish more clearly between
15616         version strings and version lists.
15618 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
15620         Lexical-binding cleanup.
15622         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15623         (5x5-make-mutate-best):
15624         * play/fortune.el (fortune-in-buffer):
15625         * play/gomoku.el (gomoku-init-display):
15626         * play/solitaire.el (solitaire, solitaire-do-check):
15627         * play/tetris.el (tetris-default-update-speed-function):
15628         Mark unused parameters.
15630         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15631         (bubbles--shift): Remove unused variable `char-org'.
15632         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
15633         (bubbles--show-images): Remove unused variable `char'.
15635         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15636         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15637         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15638         (decipher-analyze-buffer): Use ?\s.
15639         (decipher-make-checkpoint): Remove unused variable `mapping'.
15641         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15643         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15644         Remove unused variable `result'; use `let'.
15646         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15647         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15648         (gametree-children-shown-p, gametree-compute-reduced-score):
15649         Use `ignore-errors'.
15651         * play/handwrite.el (ps-lpr-switches): Declare.
15652         (handwrite): Remove unused variables `pmin' and `lastp'.
15654         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15656         * play/landmark.el (landmark-init-display)
15657         (landmark-update-naught-weights): Mark unused parameters.
15658         (landmark-y): Remove unused variable `noise'.  Simplify.
15659         (landmark-human-plays): Remove unused variable `score'.
15661         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15662         (mpuz-try-proposal): Remove unused variable `game'.
15664         * play/zone.el (life-patterns): Declare.
15666 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
15668         * vc/vc.el (ediff-vc-internal): Declare function.
15670 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15672         * shell.el: Use lexical-binding and std completion UI.
15673         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15674         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15675         comint-preoutput-filter-functions rather than on
15676         comint-output-filter-functions.
15677         (shell-command-completion, shell--command-completion-data)
15678         (shell-filename-completion, shell-environment-variable-completion)
15679         (shell-c-a-p-replace-by-expanded-directory): New functions.
15680         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15681         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15682         (shell-dynamic-complete-environment-variable): Use them.
15683         (shell-dynamic-complete-as-environment-variable)
15684         (shell-dynamic-complete-as-command): Remove.
15685         (shell-match-partial-variable): Match past point.
15686         * comint.el: Clean up use of completion-at-point-functions.
15687         (comint-completion-at-point): New function.
15688         (comint-mode): Use it completion-at-point-functions.
15689         (comint-dynamic-complete): Make it obsolete.
15690         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15691         (comint-c-a-p-replace-by-expanded-history): New function.
15692         (comint-dynamic-complete-functions)
15693         (comint-replace-by-expanded-history): Use it.
15694         * minibuffer.el (completion-table-with-terminator): Allow dynamic
15695         termination strings.  Try harder to avoid second try-completion.
15696         (completion-in-region-mode-map): Disable bindings that don't work yet.
15698         * comint.el: Use lexical-binding.  Require CL.
15699         (comint-dynamic-complete-functions): Use comint-filename-completion.
15700         (comint-completion-addsuffix): Tweak custom type.
15701         (comint-filename-completion, comint--common-suffix)
15702         (comint--common-quoted-suffix, comint--table-subvert)
15703         (comint--complete-file-name-data): New functions.
15704         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15705         (comint-dynamic-list-filename-completions): Use them.
15706         (comint-dynamic-simple-complete): Make obsolete.
15708         * minibuffer.el (completion-in-region-mode):
15709         Keep completion-in-region-mode--predicate global.
15710         (completion-in-region--postch):
15711         Assume completion-in-region-mode--predicate is not null.
15713         * progmodes/flymake.el (flymake-start-syntax-check-process):
15714         Obey `dir'.  Simplify.
15716         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15717         we're in VC after all.
15719 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
15721         * vc/vc.el (vc-diff-build-argument-list-internal)
15722         (vc-version-ediff, vc-ediff): New commands.
15723         (vc-version-diff): Use vc-diff-build-argument-list-internal.
15725 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15727         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15728         add sanity check.
15730         * obsolete/erc-hecomplete.el: Make obsolete.
15731         * obsolete/: Standardize obsolescence info in the header.
15733 2011-04-20  Glenn Morris  <rgm@gnu.org>
15735         * calendar/solar.el (solar-horizontal-coordinates):
15736         Use the longitude argument rather than `calendar-longitude'.
15737         (solar-date-next-longitude): Remove unused locals.
15739 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15741         * whitespace.el: New version 13.2.1.
15743 2011-04-20  felix  <EmacsWiki>  (tiny change)
15745         * whitespace.el (global-whitespace-mode): Keep highlight when
15746         switching between major modes on a file.
15748 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15750         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15751         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15752         multi-line comments as well.
15754 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
15756         Lexical-binding cleanup.
15758         * arc-mode.el (archive-mode-revert):
15759         * cmuscheme.el (scheme-interactively-start-process):
15760         * custom.el (custom-initialize-delay):
15761         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15762         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15763         * emacs-lock.el (emacs-lock-clear-sentinel):
15764         * ezimage.el (defezimage):
15765         * follow.el (follow-avoid-tail-recenter):
15766         * fringe.el (set-fringe-mode-1):
15767         * generic-x.el (bat-generic-mode-compile):
15768         * help-mode.el (help-info-variable, help-do-xref)
15769         (help-mode-revert-buffer):
15770         * help.el (view-emacs-todo):
15771         * iswitchb.el (iswitchb-completion-help):
15772         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15773         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15774         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15775         * locate.el (locate-update):
15776         * longlines.el (longlines-encode-region)
15777         (longlines-after-change-function):
15778         * outline.el (outline-isearch-open-invisible):
15779         * ps-def.el (declare-function, charset-dimension, char-width)
15780         (encode-char):
15781         * ps-mule.el (ps-mule-plot-string):
15782         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15783         (recentf-edit-list-select, recentf-edit-list-validate)
15784         (recentf-open-files-action):
15785         * rect.el (delete-whitespace-rectangle-line)
15786         (rectangle-number-line-callback):
15787         * register.el (window-configuration-to-register)
15788         (frame-configuration-to-register):
15789         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15790         * select.el (xselect-convert-to-string, xselect-convert-to-length)
15791         (xselect-convert-to-targets, xselect-convert-to-delete)
15792         (xselect-convert-to-filename, xselect-convert-to-charpos)
15793         (xselect-convert-to-lineno, xselect-convert-to-colno)
15794         (xselect-convert-to-os, xselect-convert-to-host)
15795         (xselect-convert-to-user, xselect-convert-to-class)
15796         (xselect-convert-to-name, xselect-convert-to-integer)
15797         (xselect-convert-to-atom, xselect-convert-to-identity):
15798         * subr.el (declare, ignore, process-kill-without-query)
15799         (text-clone-maintain):
15800         * terminal.el (te-get-char, te-tic-sentinel):
15801         * tool-bar.el (tool-bar-make-keymap):
15802         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15803         * type-break.el (type-break-mode, type-break-noninteractive-query):
15804         * view.el (View-back-to-mark):
15805         * wid-browse.el (widget-browse-action, widget-browse-widget)
15806         (widget-browse-widgets, widget-browse-sexp):
15807         * widget.el (define-widget-keywords):
15808         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15809         Mark unused parameters.
15811         * align.el (align-adjust-col-for-rule): Mark unused parameter.
15812         (align-areas): Remove unused variable `look'.
15813         (align-region): Remove unused variables `real-end' and `pos-list'.
15815         * apropos.el (apropos-score-doc): Remove unused variable `i'.
15817         * bindings.el (mode-line-modified, mode-line-remote):
15818         Mark unused parameters.
15819         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15821         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15822         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15824         * comint.el (comint-history-isearch-pop-state)
15825         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15826         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15827         (comint-substitute-in-file-name): Doc fix.
15829         * completion.el (cmpl-statistics-block): Mark unused parameter.
15830         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15831         (save-completions-to-file, load-completions-from-file):
15832         Remove unused local variable `e'.
15834         * composite.el (compose-chars): Remove unused variable `len'.
15835         (lgstring-insert-glyph): Remove unused variable `g'.
15836         (compose-glyph-string): Remove unused variables `ascent',
15837         `descent', `lbearing' and `rbearing'.
15838         (compose-glyph-string-relative): Remove unused variables
15839         `lbearing', `rbearing' and `wadjust'.
15840         (compose-gstring-for-graphic): Remove unused variables `header',
15841         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
15842         (compose-gstring-for-terminal): Remove unused variables `header'
15843         and `nchars'.  Use `let', not `let*'.
15845         * cus-edit.el (Custom-set, Custom-save, custom-reset)
15846         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15847         (Custom-buffer-done, custom-buffer-create-internal)
15848         (custom-browse-visibility-action, custom-browse-group-tag-action)
15849         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15850         (widget-magic-mouse-down-action, custom-toggle-parent)
15851         (custom-add-parent-links, custom-toggle-hide-variable)
15852         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15853         (custom-toggle-hide-face, face, hook, custom-group-link-action)
15854         (custom-face-menu-create, custom-variable-menu-create, get)
15855         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15856         (custom-reset-standard-save-and-update): Remove unused variable `value'.
15857         (customize-apropos): Remove unused variable `tests'.
15858         (custom-group-value-create): Remove unused variable `hidden-p'.
15859         (sort-fold-case): Declare.
15861         * cus-theme.el (custom-reset-standard-faces-list)
15862         (custom-reset-standard-variables-list): Declare.
15863         (customize-create-theme, custom-theme-revert, custom-theme-write)
15864         (custom-theme-choose-mode, customize-themes, custom-theme-save):
15865         Mark unused parameters.
15867         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15869         * delim-col.el (delimit-columns-max): Move defvar before first use.
15871         * descr-text.el (describe-char-categories): Don't quote `lambda'.
15872         (describe-char): Don't quote `lambda'.  Mark unused parameter.
15874         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15875         (auto-insert): Declare.
15876         (desktop-restore-file-buffer): Rename desktop-* parameters;
15877         mark unused ones.
15878         (desktop-create-buffer): Rename desktop-* parameters and bind them.
15879         (desktop-buffer): Rename desktop-* parameters.
15881         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15882         (dframe-reposition-frame-xemacs, dframe-help-echo)
15883         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15884         Mark unused parameters.
15886         * dired-aux.el (backup-extract-version-start, overwrite-query)
15887         (overwrite-backup-query, rename-regexp-query)
15888         (rename-non-directory-query): Declare.
15889         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15890         (dired-add-entry): Remove unused variable `orig-file-name'.
15891         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15892         Use parameter PRESERVE-TIME instead of accessing dynamic variable
15893         `dired-copy-preserve-time' directly.
15894         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15895         (dired-insert-subdir-newpos): Rename unused variable `pos'.
15897         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15898         (dired-virtual-revert, dired-make-relative-symlink):
15899         Mark unused parameters.
15900         (manual-program): Declare.
15901         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15902         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15903         wrapped in `with-no-warnings' to avoid replacing one warning by another.
15905         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15907         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15909         * echistory.el (electric-history-in-progress, Helper-return-blurb):
15910         Declare.
15912         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15914         * electric.el (Electric-command-loop): Rename parameter
15915         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15917         * expand.el (expand-in-literal): Remove unused variable `here'.
15919         * facemenu.el (facemenu-add-new-color):
15920         Remove unused variable `docstring'.
15922         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15923         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15924         (face-attr-construct): Mark unused parameter.  Doc fix.
15925         (read-color): Remove unused variable `hex-string'.
15927         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15928         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15929         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15930         (display-buffer-other-frame): Remove unused variable `old-window'.
15931         (kill-buffer-hook): Declare.
15932         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15933         Mark unused parameters.
15934         (after-find-file): Pass 1 to `auto-save-mode', not t.
15936         * files-x.el (auto-insert): Declare.
15937         (modify-file-local-variable-prop-line): Remove unused variable `val'.
15939         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
15940         variable `buf'.  Mark unused parameter.
15941         (find-lisp-insert-directory): Mark unused parameter.
15943         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15944         (format-encode-region): Remove unused variables `cur-buf' and `result'.
15945         (format-common-tail): Remove, unused.
15946         (format-deannotate-region): Remove unused variable `loc'.
15947         (format-annotate-region): Remove unused variable `p'.
15948         (format-annotate-single-property-change): Remove unused variables
15949         `default' and `tail'.
15951         * forms.el (read-file-filter): Declare.
15952         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15954         * frame.el (frame-creation-function-alist): Mark unused parameter.
15955         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15957         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15958         Remove unused parameters.
15959         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15960         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15962         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15963         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15964         (hfy-prepare-tag-map): Mark unused parameters.
15965         (htmlfontify-buffer): Use `called-interactively-p'.
15967         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15968         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15969         (ibuffer-do-occur): Mark unused parameters.
15970         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15971         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15973         * ibuffer.el: Don't quote `lambda'.
15974         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15975         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15976         Mark unused parameters.
15978         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15979         (ido-completing-read): Mark unused parameters.
15980         (ido-copy-current-word): Mark unused parameters;
15981         remove unused variable `name'.
15982         (ido-sort-merged-list): Remove unused parameter `dirs'.
15984         * ielm.el (ielm-input-sender): Mark unused parameter.
15985         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15986         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15987         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15988         `ielm-string' as a dynamic variable accessible from the IELM prompt.
15989         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
15991         * image-dired.el (image-dired-display-thumbs): Remove unused
15992         variables `curr-file' and `count'.
15993         (image-dired-remove-tag): Remove unused variable `start'.
15994         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15995         variable `curr-file'
15996         (image-dired-rotate-original): Remove unused variable `temp-file'.
15997         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15998         Remove unused variable `file'.
15999         (image-dired-gallery-generate): Remove unused variable `curr'.
16000         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
16002         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
16004         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
16006         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
16008         * isearch.el (minibuffer-history-symbol): Declare.
16009         (isearch-edit-string): Remove unused variable `err'.
16010         (isearch-message-prefix, isearch-message-suffix):
16011         Mark unused parameters.
16013         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
16015         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
16017         * makesum.el (double-column): Remove unused variable `cnt'.
16019         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
16020         (ido-ignore-item-temp-list): Declare.
16022         * mouse-drag.el (mouse-drag-throw): Remove unused variables
16023         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
16024         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
16025         (mouse-drag-drag): Remove unused variables `mouse-delta' and
16026         `mouse-col-delta'.
16028         * mouse-sel.el (mouse-extend-internal):
16029         Remove unused variable `orig-window-frame'.
16031         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
16032         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
16033         Move declarations before first use.
16034         (pcomplete-opt): Mark unused parameters; doc fix.
16036         * proced.el (proced-revert): Mark unused parameter.
16037         (proced-send-signal): Remove unused variable `err'.
16039         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
16040         Rename parameter PREFIX-ARG to ARG.
16041         (ps-basic-plot-string, ps-basic-plot-whitespace):
16042         Mark unused parameters.
16044         * replace.el (replace-count): Define.
16045         (occur-revert-function): Mark unused parameters.
16046         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
16047         (isearch-case-fold-search, isearch-string): Declare.
16048         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
16049         bind `case-fold-search'.  Remove unused variables `beg' and `end',
16050         and simplify.
16051         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
16052         COUNT and bind `replace-count'.
16053         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
16054         to COUNT.
16056         * savehist.el (print-readably, print-string-length): Declare.
16058         * shadowfile.el (shadow-expand-cluster-in-file-name):
16059         Remove unused variable `cluster'.
16060         (shadow-copy-file): Remove unused variable `i'.
16061         (shadow-noquery, shadow-clusters, shadow-site-cluster)
16062         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
16063         (shadow-define-literal-group, shadow-define-regexp-group)
16064         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
16066         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
16067         (shell): Use `called-interactively-p'.
16068         (shell-directory-tracker): Remove unused variable `chdir-failure'.
16070         * simple.el (compilation-context-lines, comint-file-name-quote-list)
16071         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
16072         (delete-backward-char): Remove unused variable `ocol'.
16073         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
16074         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
16075         (event-apply-hyper-modifier, event-apply-shift-modifier)
16076         (event-apply-control-modifier, event-apply-meta-modifier):
16077         Mark unused parameters.
16078         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
16079         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
16081         * speedbar.el (speedbar-ignored-directory-expressions)
16082         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
16083         (speedbar-find-file, speedbar-dir-follow)
16084         (speedbar-directory-buttons-follow, speedbar-tag-find)
16085         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
16086         (speedbar-buffers-line-directory, speedbar-buffer-click):
16087         Mark unused parameters.
16088         (speedbar-tag-file): Remove unused variable `mode'.
16089         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
16091         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
16093         * talk.el (talk): Remove unused variable `display'.
16095         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
16096         (tar-write-region-annotate): Mark unused parameter.
16098         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
16099         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
16100         Declare them, wrapped in `with-no-warnings' to avoid replacing one
16101         warning by another.
16103         * time-stamp.el (time-stamp-string-preprocess):
16104         Remove unused variable `require-padding'.
16106         * tree-widget.el (widget-glyph-enable): Declare.
16107         (tree-widget-action): Mark unused parameter.
16109         * w32-fns.el (x-get-selection): Mark unused parameter.
16110         (autoload-make-program, generated-autoload-file): Declare.
16112         * wdired.el (wdired-revert): Mark unused parameters.
16113         (wdired-xcase-word): Remove unused variable `err'.
16115         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
16116         (whitespace-help-scroll): Remove unused variable `data-help'.
16118         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
16119         (widget-image-insert, widget-after-change, default)
16120         (widget-default-format-handler, widget-default-notify)
16121         (widget-default-prompt-value, widget-info-link-action)
16122         (widget-url-link-action, widget-function-link-action)
16123         (widget-variable-link-action, widget-file-link-action)
16124         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
16125         (widget-field-prompt-internal, widget-field-action, widget-field-match)
16126         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
16127         (widget-insert-button-action, widget-delete-button-action, visibility)
16128         (widget-documentation-link-action, widget-documentation-string-action)
16129         (widget-const-prompt-value, widget-regexp-match, symbol)
16130         (widget-coding-system-prompt-value)
16131         (widget-key-sequence-value-to-external, sexp)
16132         (widget-sexp-value-to-internal, character, vector, cons)
16133         (widget-choice-prompt-value, widget-boolean-prompt-value)
16134         (widget-color--choose-action): Mark unused parameters.
16135         (widget-item-match-inline, widget-choice-match-inline)
16136         (widget-checklist-match, widget-checklist-match-inline)
16137         (widget-group-match): Rename parameter VALUES to VALS.
16138         (widget-field-value-set): Remove unused variable `size'.
16139         (widget-color-action): Remove unused variables `value' and `start'.
16141         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
16142         variable `dir'.  Doc fix.
16143         (windmove-find-other-window): Don't pass it.
16145         * window.el (count-windows): Mark unused parameter.
16146         (bw-adjust-window): Remove unused variable `err'.
16148         * woman.el (woman-file-name): Remove unused variable `default'.
16149         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
16150         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
16151         (global-font-lock-mode): Declare.
16152         (woman-decode-region): Mark unused parameter.
16153         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
16155         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
16156         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
16157         (x-dnd-handle-moz-url): Remove unused variable `title'.
16158         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
16160         * xml.el (xml-parse-tag, xml-parse-attlist):
16161         Remove unused variable `pos'.
16163 2011-04-19  Glenn Morris  <rgm@gnu.org>
16165         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
16166         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
16167         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
16168         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
16169         * calendar/cal-html.el (cal-html-insert-minical):
16170         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
16171         (calendar-mark-date-pattern):
16172         Prefix "unused" locals.
16174         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
16175         optional argument `style'.
16177         * calendar/appt.el (appt-make-list):
16178         * calendar/cal-china.el (calendar-chinese-date-string):
16179         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
16180         (diary-hebrew-yahrzeit):
16181         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
16182         * calendar/calendar.el (calendar-generate-window):
16183         * calendar/time-date.el (time-to-days):
16184         Remove unused local variables.
16186 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
16188         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
16189         glyphless-char-display table.
16190         (tabulated-list-glyphless-char-display): New var.
16192 2011-04-18  Sam Steingold  <sds@gnu.org>
16194         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
16195         to acknowledgments.
16197 2011-04-17  Glenn Morris  <rgm@gnu.org>
16199         * calendar/diary-lib.el (diary-sexp-entry):
16200         * calendar/holidays.el (holiday-sexp):
16201         Set debug-on-error rather than the removed stack-trace-on-error.
16203 2011-04-16  Glenn Morris  <rgm@gnu.org>
16205         * progmodes/f90.el: Use lexical-binding.
16206         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
16208 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16210         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
16211         (mail-mode): Setup mailalias completion here instead.
16212         * mail/mailalias.el: Use lexical-binding.
16213         (pattern, mailalias-done): Declare dynamic.
16214         (mail-completion-at-point-function): New function, from mail-complete.
16215         (mail-complete): Use it.
16216         (mail-completion-expand): New function.
16217         (mail-get-names): Use it.
16218         (mail-directory, mail-directory-process, mail-directory-stream):
16219         Don't use `pattern' for lexically bound arg.
16221         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
16223         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
16224         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
16225         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
16227         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
16228         (byte-save-window-excursion, byte-temp-output-buffer-setup)
16229         (byte-interactive-p): Define them again, for use when inlining
16230         old code.
16232 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
16234         * loadup.el: Use `string-to-number', not `string-to-int'.
16236 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16238         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
16239         gud-gdb-complete-command.
16240         (gud-gdb-completions): New function, from gud-gdb-complete-command.
16241         (gud-gdb-completion-at-point): New function.
16242         (gud-gdb-completions): Remove.
16244 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
16246         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
16247         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
16248         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
16249         whether `executable-find' is bound.
16251         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
16253 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16255         * minibuffer.el (completion-in-region-mode-predicate)
16256         (completion-in-region-mode--predicate): New vars.
16257         (completion-in-region, completion-in-region--postch)
16258         (completion-in-region-mode): Use them.
16259         (completion--capf-wrapper): Also return the hook function.
16260         (completion-at-point, completion-help-at-point):
16261         Adjust and provide a predicate.
16263         Preserve arg names for advice of subr and lexical functions (bug#8457).
16264         * help-fns.el (help-function-arglist): Consolidate the subr and
16265         new-byte-code cases.  Add argument `preserve-names' to extract names
16266         from the docstring when needed.
16267         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
16268         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
16269         (ad-arglist): Use help-function-arglist's new arg.
16270         (ad-definition-type): Use cond.
16272 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
16274         * autorevert.el (auto-revert-handler):
16275         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
16276         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
16277         Don't quote lambda.
16279         * image-mode.el (image-transform-set-scale):
16280         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
16282 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16284         * net/network-stream.el (network-stream-open-starttls): Only do
16285         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
16286         Upgrades via gnutls-cli are too slow to be done opportunistically.
16288 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
16290         * dframe.el (dframe-current-frame): Remove spurious quote.
16292 2011-04-12  Glenn Morris  <rgm@gnu.org>
16294         * calendar/cal-tex.el (cal-tex-end-document):
16295         Try to automatically use latin1 input if needed.
16297         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
16298         Don't try to cons a mark onto an empty element.
16300 2011-04-11  Leo Liu  <sdl.web@gmail.com>
16302         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
16303         buffers.
16304         (ido-kill-buffer-at-head): Support killing virtual buffers.
16306 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
16308         * minibuffer.el (completion-show-inline-help): New var.
16309         (completion--do-completion, minibuffer-complete)
16310         (minibuffer-force-complete, minibuffer-complete-word):
16311         Inhibit minibuffer messages if completion-show-inline-help is nil.
16313         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
16314         to avoid interference from inline help (Bug#5849).
16316 2011-04-10  Leo Liu  <sdl.web@gmail.com>
16318         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16319         Fix typo.
16321 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
16323         * image-mode.el (image-toggle-display-image): Signal an error if
16324         not in Image mode.
16325         (image-transform-mode, image-transform-resize)
16326         (image-transform-set-rotation): Doc fix.
16327         (image-transform-set-resize): Delete.
16328         (image-transform-set-scale, image-transform-fit-to-height)
16329         (image-transform-fit-to-width): Handle image-toggle-display-image
16330         and image-transform-resize directly.
16332 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
16334         * doc-view.el (doc-view-fit-width-to-window)
16335         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
16336         New functions for fitting the shown image to the Emacs window size.
16337         (doc-view-mode-map): Add bindings for the new functions.
16339 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
16341         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
16342         Fix typo in docstring.
16344 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
16346         * files.el (file-size-human-readable): Produce one digit after
16347         decimal, like "ls -lh" does.
16349         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
16350         the file size representation.
16352         * simple.el (list-processes): If async subprocesses are not
16353         available, error out with a clear error message.
16355 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
16357         * help.el (help-form-show): New function, to be called from C.
16358         Put help-form output in a buffer named differently than *Help*.
16360 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
16362         * files.el (file-size-human-readable): New function.
16364         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
16365         computing the representation inline.  Don't require `cl'.
16367 2011-04-08  Glenn Morris  <rgm@gnu.org>
16369         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
16371         * net/browse-url.el (browse-url-firefox):
16372         Test system-type, not system-configuration.
16374         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
16375         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
16376         Use log-edit-empty-buffer-p.  (Bug#7598)
16378         * net/rlogin.el (rlogin-process-connection-type): Simplify.
16379         (rlogin-mode-map): Initialize in the defvar.
16380         (rlogin): Use ignore-errors.
16382         * replace.el (occur-mode-map): Some fixes for menu items.
16384 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
16386         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
16388 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
16390         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
16391         issuing unused warnings.
16393         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
16394         macro directly.
16396         * simple.el: Lisp reimplement of list-processes.  Based on an
16397         earlier reimplementation by Leo Liu, but using tabulated-list.el.
16398         (process-menu-mode): New major mode.
16399         (list-processes--refresh, list-processes):
16400         (process-menu-visit-buffer): New functions.
16402         * files.el (save-buffers-kill-emacs): Don't assume any return
16403         value of list-processes, which is undocumented anyway.
16405 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
16407         * emacs-lisp/tabulated-list.el: New file.
16409         * emacs-lisp/package.el: Use Tabulated List mode.
16410         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
16411         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
16412         table format using Tabulated List mode variables.
16413         (package--push): New macro, replacing package-list-maybe-add.
16414         (package-menu--generate): Use package--push.  Renamed from
16415         package--generate-package-list.
16416         (package-menu-refresh, list-packages): Use it.
16417         (package-menu--print-info): Rename from package-print-package.
16418         Return insertion data instead of inserting it directly.
16419         (package-menu-describe-package, package-menu-execute):
16420         Use tabulated-list-get-id.
16421         (package-menu-mark-delete, package-menu-mark-install)
16422         (package-menu-mark-unmark, package-menu-backup-unmark)
16423         (package-menu-mark-obsolete-for-deletion):
16424         Use tabulated-list-put-tag.
16425         (package--list-packages, package-menu-revert)
16426         (package-menu-get-package, package-menu-get-version)
16427         (package-menu-sort-by-column): Functions deleted.
16428         (package-menu-package-list, package-menu-sort-key): Vars deleted.
16429         (package-menu--status-predicate, package-menu--version-predicate)
16430         (package-menu--name-predicate)
16431         (package-menu--description-predicate): Handle arguments in the
16432         Tabulated List format.
16433         (package-list-packages-no-fetch): Call list-packages.
16435 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
16437         * files.el (after-find-file-from-revert-buffer): Remove variable.
16438         (after-find-file): Don't bind it.
16439         (revert-buffer-in-progress-p): New variable.
16440         (revert-buffer): Bind it.
16441         Pass nil for `after-find-file-from-revert-buffer'.
16443         * saveplace.el (save-place-find-file-hook): Use new variable
16444         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16446 2011-04-06  Glenn Morris  <rgm@gnu.org>
16448         * Makefile.in (AUTOGEN_VCS): New variable.
16449         (autoloads): Use $AUTOGEN_VCS.
16451         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16452         * calendar/calendar.el (calendar-mode-map):
16453         Check for toolkit scroll bars.  (Bug#8305)
16455 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
16457         * minibuffer.el (completion-in-region--postch)
16458         (completion-in-region-mode): Remove unnecessary messages.
16460 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
16462         * font-lock.el (font-lock-refresh-defaults):
16463         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16464         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16466         * info.el (Info-directory-list, Info-read-node-name-2)
16467         (Info-split-parameter-string): Doc fixes.
16468         (Info-virtual-nodes): Reflow docstring.
16469         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16470         (Info-apropos-toc-nodes, info-finder, Info-get-token)
16471         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16472         Fix typos in docstrings.
16473         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16474         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16475         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16476         (Info-restore-desktop-buffer): Mark unused parameters.
16477         (Info-directory-find-file, Info-directory-find-node)
16478         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16479         (Info-virtual-index-find-node, Info-apropos-find-file)
16480         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
16481         Mark unused parameters; fix typos in docstrings.
16482         (Info-virtual-index): Remove unused local variable `nodename'.
16484 2011-04-05  Deniz Dogan  <deniz@dogan.se>
16486         * net/rcirc.el: Update my e-mail address.
16487         (rcirc-mode-map): Remove M-o binding.
16489 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
16491         * startup.el (command-line): Save the cursor's theme-face
16492         directly, instead of using face-override-spec.
16494         * custom.el (load-theme): Minor optimization in assigning faces.
16496 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
16498         * help-fns.el (describe-variable): Complete all variables having
16499         documentation, including keywords.
16500         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16502 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
16504         Convert to lexical-binding.
16506         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16507         (bs--get-marked-string, bs--get-modified-string)
16508         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16509         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16510         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16512         * ehelp.el (electric-help-execute-extended)
16513         (electric-help-ctrl-x-prefix):
16514         * hexl.el (hexl-revert-buffer-function):
16515         * linum.el (linum-after-change, linum-after-scroll):
16516         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16518         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16520 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
16522         * epa-dired.el:
16523         * epa-mail.el:
16524         * epa-hook.el:
16525         * epa-file.el:
16526         * epa.el:
16527         * epg.el: Use lexical binding.
16529 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
16531         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16533         * textmodes/flyspell.el (flyspell-word): Recognize default
16534         dictionary case for flyspell-mark-duplications-exceptions.
16535         Use regexp matching for languages.
16536         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16537         default dictionary (Bug#7926).
16539 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
16541         * emacs-lisp/package.el (package--with-work-buffer):
16542         Recognize https URLs.
16544         * net/network-stream.el: Move from gnus/proto-stream.el.
16545         Change prefix to network-stream throughout.
16546         (open-protocol-stream): Merge into open-network-stream, leaving
16547         open-protocol-stream as an alias.  Handle nil BUFFER args.
16549         * subr.el (open-network-stream): Move to net/network-stream.el.
16551 2011-04-02  Glenn Morris  <rgm@gnu.org>
16553         * find-dired.el (find-exec-terminator): New option.
16554         (find-ls-option): Test for -ls support.
16555         (find-ls-subdir-switches): Test for -b in find-ls-option.
16556         (find-dired, find-grep-dired): Doc fixes.
16557         (find-dired): Use find-exec-terminator.
16559         * find-dired.el (find-ls-option, find-ls-subdir-switches)
16560         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16561         (find-name-arg): Remove purecopy.
16563         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16564         (grep-compute-defaults): Check for `-exec COMMAND +' support.
16565         Set grep-find-use-xargs, grep-find-command, and grep-find-template
16566         accordingly.  Don't add the null-device if not needed.
16568         * files.el (save-some-buffers): Doc fix.
16570 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
16572         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16574 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
16576         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16577         Use `dolist' rather than `mapcar'.
16579 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16581         Add lexical binding.
16583         * subr.el (apply-partially): Use new closures rather than CL.
16584         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16585         (dolist, dotimes): Use slightly different expansion for lexical code.
16586         (functionp): Move to C.
16587         (letrec): New macro.
16588         (with-wrapper-hook): Use it and apply-partially instead of CL.
16589         (eval-after-load): Preserve lexical-binding.
16590         (save-window-excursion, with-output-to-temp-buffer): Turn them
16591         into macros.
16593         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16595         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16596         than the arglist.
16597         (help-add-fundoc-usage): Don't add `Not documented'.
16598         (help-function-arglist): Handle closures, subroutines, and new
16599         byte-code-functions.
16600         (help-make-usage): Remove leading underscores.
16601         (describe-function-1): Handle closures.
16602         (describe-variable): Use special-variable-p for completion.
16604         * files.el (lexical-binding): Declare safe.
16606         * emacs-lisp/pcase.el: Don't use destructuring-bind.
16607         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
16608         (pcase): Add `let' pattern.
16609         Change memoization so it actually works.
16610         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16611         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16612         <let>: New case.
16614         * emacs-lisp/macroexp.el: Use lexical binding.
16615         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
16616         Don't convert ' to #' without checking that it's indeed quoting
16617         a lambda.
16619         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
16620         Use eval-sexp-add-defvars.
16621         (eval-sexp-add-defvars): New fun.
16623         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16625         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16626         Don't autoload.
16627         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16628         than the internal `byte-compile-lambda'.
16629         (defmethod): Don't hide code under quotes.
16630         (eieio-defmethod): New `code' argument.
16632         * emacs-lisp/eieio-comp.el: Remove.
16634         * emacs-lisp/edebug.el (edebug-eval-defun)
16635         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16636         (edebug-toggle): Avoid `eval'.
16638         * emacs-lisp/disass.el (disassemble-internal): Handle new
16639         `closure' objects.
16640         (disassemble-1): Handle new byte codes.
16642         * emacs-lisp/cl.el (pushnew): Silence warning.
16644         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16645         (cl-byte-compile-throw): Remove.
16646         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16648         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16649         closures.
16651         * emacs-lisp/cconv.el: New file.
16653         * emacs-lisp/bytecomp.el: Use lexical binding instead of
16654         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
16655         (byte-compile-initial-macro-environment):
16656         Handle declare-function here.
16657         (byte-compile--lexical-environment): New var.
16658         (byte-stack-ref, byte-stack-set, byte-discardN)
16659         (byte-discardN-preserve-tos): New lap codes.
16660         (byte-interactive-p): Don't use any more.
16661         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16662         New macros.
16663         (byte-compile-lapcode): Use them and handle new lap codes.
16664         (byte-compile-obsolete): Remove.
16665         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16666         (byte-compile-arglist-warn): Check late def of inlinable funs.
16667         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16668         since they should have been expanded by now.
16669         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16670         (byte-compile-from-buffer): Remove unused second arg.
16671         (byte-compile-preprocess): New function.
16672         (byte-compile-toplevel-file-form): New function to distinguish
16673         file-form calls from outside from file-form calls from hunk-handlers.
16674         (byte-compile-file-form): Simplify.
16675         (byte-compile-file-form-defsubst): Remove.
16676         (byte-compile-file-form-defmumble): Simplify now that
16677         byte-compile-lambda always returns a byte-code-function.
16678         (byte-compile): Preprocess.
16679         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16680         Remove, not used any more.
16681         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16682         (byte-compile-make-args-desc): New funs.
16683         (byte-compile-lambda): Handle lexical functions.  Always return
16684         a byte-code-function.
16685         (byte-compile-reserved-constants): New var, to make up room for
16686         closed-over variables.
16687         (byte-compile-constants-vector): Obey it.
16688         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16689         (byte-compile-macroexpand-declare-function): New function.
16690         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16691         byte-code-functions.
16692         (byte-compile-form): Check obsolescence here.
16693         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16694         (byte-compile-variable-ref): Remove.
16695         (byte-compile-dynamic-variable-op): New fun.
16696         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16697         (byte-compile-variable-set): New funs.
16698         (byte-compile-discard): Add 2 args.
16699         (byte-compile-stack-ref, byte-compile-stack-set)
16700         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16701         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16702         macroexpand-all instead.
16703         (byte-compile-quote-form): Remove.
16704         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16705         (byte-compile-bind, byte-compile-unbind): New funs.
16706         (byte-compile-let): Handle let* and lexical binding.
16707         (byte-compile-let*): Remove.
16708         (byte-compile-catch, byte-compile-unwind-protect)
16709         (byte-compile-track-mouse, byte-compile-condition-case):
16710         Handle a new :fun-body form, used for lexical scoping.
16711         (byte-compile-save-window-excursion)
16712         (byte-compile-with-output-to-temp-buffer): Remove.
16713         (byte-compile-defun): Simplify.
16714         (byte-compile-stack-adjustment): New fun.
16715         (byte-compile-out): Use it.
16716         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16718         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16719         handler any more.
16721         * emacs-lisp/byte-opt.el: Use lexical binding.
16722         (byte-inline-lapcode): Remove (to bytecomp).
16723         (byte-compile-inline-expand): Pay attention to inlining to/from
16724         lexically bound code.
16725         (byte-compile-unfold-lambda): Don't handle byte-code-functions
16726         any more.
16727         (byte-optimize-form-code-walker): Don't handle save-window-excursion
16728         any more and don't call compiler-macros.
16729         (byte-compile-splice-in-already-compiled-code): Remove.
16730         (byte-code): Don't inline any more.
16731         (disassemble-offset): Receive `bytes' as argument rather than via
16732         dynamic scoping.
16733         (byte-compile-tag-number): Declare before first use.
16734         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16735         `return' even if make-spliceable.
16736         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16737         obsolete interactive-p.
16738         (byte-optimize-lapcode): Optimize new lap-codes.
16739         Don't trip up on new form of `byte-constant' lap code.
16741         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16743         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16745         * custom.el (custom-initialize-default, custom-declare-variable):
16746         Use `defvar'.
16748         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16749         New variables.
16750         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16751         (COMPILE_FIRST): Add macroexp and cconv.
16752         * makefile.w32-in: Mirror changes in Makefile.in.
16754         * vc/cvs-status.el:
16755         * vc/diff-mode.el:
16756         * vc/log-edit.el:
16757         * vc/log-view.el:
16758         * vc/smerge-mode.el:
16759         * textmodes/bibtex-style.el:
16760         * textmodes/css-mode.el:
16761         * startup.el:
16762         * uniquify.el:
16763         * minibuffer.el:
16764         * newcomment.el:
16765         * reveal.el:
16766         * server.el:
16767         * mpc.el:
16768         * emacs-lisp/smie.el:
16769         * doc-view.el:
16770         * dired.el:
16771         * abbrev.el: Use lexical binding.
16773 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
16775         * info.el (info-display-manual): New function.
16777 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16779         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16781 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
16783         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
16784         an entry for that server in rcirc-authinfo.  (Bug#8385)
16786 2011-03-31  Glenn Morris  <rgm@gnu.org>
16788         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16790         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16792 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
16794         * progmodes/python.el (python-default-interpreter)
16795         (python-python-command-args, python-jython-command-args)
16796         (python-which-shell, python-which-args, python-which-bufname)
16797         (python-file-queue, python-comint-output-filter-function)
16798         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16799         variables and functions.
16801 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16803         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16804         (completion-in-region-mode): New minor mode.
16805         (completion-in-region): Use it.
16806         (completion-in-region--data, completion-in-region-mode-map): New vars.
16807         (completion-in-region--postch): New function.
16808         (completion--capf-misbehave-funs, completion--capf-safe-funs):
16809         New vars.
16810         (completion--capf-wrapper): New function.
16811         (completion-at-point): Use it to track well-behavedness of
16812         hook functions.
16813         (completion-help-at-point): New command.
16815 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
16817         * vc/add-log.el (add-change-log-entry): Don't use whitespace
16818         syntax class to search for whitespace on a single line
16819         (Message-ID: <4D938140.4030905@redhat.com>).
16821 2011-03-30  Leo Liu  <sdl.web@gmail.com>
16823         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16824         New commands.
16825         (edit-abbrevs-map): Bind them here.
16826         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
16828 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
16830         * allout.el (allout-hide-by-annotation, allout-flag-region):
16831         Reduce possibility of overlay leakage by making them volatile.
16833         * allout-widgets.el (allout-widgets-tally): Define as nil so the
16834         hash is not shared between buffers.  Mode initialization is
16835         responsible for giving it a useful starting value.
16836         (allout-item-span): Reduce possibility of overlay leakage by
16837         making them volatile.
16838         (allout-widgets-count-buttons-in-region): Add diagnostic function
16839         for tracking down button overlay leaks.
16841 2011-03-29  Leo Liu  <sdl.web@gmail.com>
16843         * ido.el (ido-read-internal): Use the default history var
16844         minibuffer-history if no HISTORY is specified.
16846 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
16848         * net/imap.el (imap-shell-open, imap-process-connection-type):
16849         Use imap-process-connection-type for 'shell' streams as well as
16850         Kerberos, SSL, other subprocesses.
16852 2011-03-28  Leo Liu  <sdl.web@gmail.com>
16854         * abbrev.el (abbrev-table-empty-p): New function.
16855         (prepare-abbrev-list-buffer): Place empty abbrev tables after
16856         nonempty ones.  (Bug#5937)
16858 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
16860         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16862 2011-03-27  Leo Liu  <sdl.web@gmail.com>
16864         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16865         for foreground and background colors.
16866         (ansi-color-make-color-map): Adapt.
16868 2011-03-25  Leo Liu  <sdl.web@gmail.com>
16870         * midnight.el (midnight-time-float): Remove.  Note it calculates
16871         the microsecond component incorrectly and seconds-to-time does the
16872         same job.
16873         Remove redundant (require 'timer).
16875         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16876         (ido-completions): Remove unused arguments.  (Bug#8329)
16878 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16880         * minibuffer.el (completion--flush-all-sorted-completions):
16881         Remove itself from hook.
16882         (completion-at-point): Let the functions perform the completion
16883         immediately and return nil or t.
16884         * comint.el (comint-dynamic-complete-functions): Now identical to
16885         completion-at-point-functions.
16886         (comint-dynamic-list-input-ring): Remove unused var `index'.
16887         (comint--match-partial-filename, comint--unquote&expand-filename):
16888         New funs, split from comint-match-partial-filename.
16889         (comint-dynamic-complete): Use completion-at-point.
16890         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16892 2011-03-24  Drew Adams  <drew.adams@oracle.com>
16894         * thingatpt.el: Support `defun'.
16896 2011-03-23  Leo Liu  <sdl.web@gmail.com>
16898         * abbrevlist.el: Move to obsolete/abbrevlist.el.
16900         * help-mode.el (help-mode-finish): Tweak regexp.
16902 2011-03-23  Glenn Morris  <rgm@gnu.org>
16904         * eshell/esh-opt.el (eshell-eval-using-options):
16905         Do not bind unused local variable `eshell-option-stub'.
16907         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16909 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
16911         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16912         keymap variable in `with-no-warnings' to avoid a warning when the
16913         keymap has been already `defconst'ed.
16915 2011-03-22  Leo Liu  <sdl.web@gmail.com>
16917         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16918         encode all chars in abbrevs; otherwise use emacs-mule or
16919         utf-8-emacs.  (Bug#8308)
16921 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
16923         * simple.el (backward-delete-char-untabify):
16924         Avoid warning about using `delete-backward-char'.
16926         * image.el (image-type-file-name-regexps): Make it variable.
16927         `imagemagick-register-types' modifies it, and the user may want
16928         to add new extensions for known image types.
16929         (imagemagick-register-types): Throw error if not using ImageMagick.
16931 2011-03-22  Leo Liu  <sdl.web@gmail.com>
16933         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16934         located before rcirc-prompt-end-marker.
16935         (rcirc-complete): Error if point is not after rcirc prompt.
16936         Handle the case when table is nil.
16937         (rcirc-user-authenticated): Define to fix compiler warning.
16939 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
16941         * custom.el (custom--inhibit-theme-enable): Make it affect only
16942         custom-theme-set-variables and custom-theme-set-faces.
16943         (provide-theme): Ignore custom--inhibit-theme-enable.
16944         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16945         (custom-enabling-themes): Delete variable.
16946         (enable-theme): Accept only loaded themes as arguments.
16947         Ignore the special custom-enabled-themes variable.
16948         (custom-enabled-themes): Forbid themes from setting this.
16949         Eliminate use of custom-enabling-themes.
16950         (custom-push-theme): Quote "changed" custom var entry.
16952 2011-03-21  Leo Liu  <sdl.web@gmail.com>
16954         * ido.el (ido-read-internal): Add ido-selected to history instead
16955         of user input.
16957 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16959         * subr.el (deferred-action-list, deferred-action-function):
16960         Mark obsolete.
16962 2011-03-21  Leo Liu  <sdl.web@gmail.com>
16964         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16965         change on 2011-02-13 (bug#8309).
16967         * minibuffer.el (read-file-name-function): Change default value.
16968         (read-file-name--defaults): Rename from read-file-name-defaults.
16969         (read-file-name-default): Rename from read-file-name.
16970         (read-file-name): Call read-file-name-function.
16972 2011-03-21  Glenn Morris  <rgm@gnu.org>
16974         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16975         Doc fixes.
16977 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
16979         * cus-theme.el: Add missing provide statement.
16980         (customize-create-theme): Extract theme value correctly.
16981         (custom-theme-visit-theme): Autoload.
16982         (customize-create-theme): Prompt before inserting default faces.
16984 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
16986         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16987         units and musical notes.
16989 2011-03-20  Leo Liu  <sdl.web@gmail.com>
16991         * ido.el (ido-read-internal): Use completing-read-default.
16992         (ido-completing-read): Fix compatibility with completing-read.
16994 2011-03-20  Christian Ohler  <ohler@gnu.org>
16996         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16997         (ert-delete-all-tests): Use `called-interactively-p' rather than
16998         `interactive-p'.
16999         (ert--make-xrefs-region): Respect END.
17001 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
17003         * dired-aux.el (dired-create-directory): Signal an error if the
17004         directory already exists (Bug#8246).
17006         * facemenu.el (list-colors-display): Call list-faces-display
17007         inside with-help-window.
17008         (list-colors-print): Use display property to align the final
17009         column, instead of checking window-width.
17011 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
17013         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
17014         windows-nt systems.
17015         (emerge-protect-metachars): Quote correctly for ms-dos and
17016         windows-nt systems.
17018 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
17020         * info.el (info-initialize): Replace all uses of `:' with
17021         path-separator for compatibility with non-Unix systems.
17022         Cache quoting of path-separator.  (Bug#8258)
17024 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
17026         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
17027         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
17028         (mouse-avoidance-mode): Fix typos in docstrings.
17030 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
17032         * startup.el (package-subdirectory-regexp): Move from package.el.
17033         Omit \\` and \\', and let callers add them.
17035         * emacs-lisp/package.el (package-strip-version)
17036         (package-load-all-descriptors): Add \\` and \\' to
17037         package-subdirectory-regexp before using it.
17038         (package-untar-buffer): New arg DIR; ensure that file untars only
17039         into this expected directory.  Remove superfluous delete-region.
17040         (package-unpack): Caller changed.
17041         (package-tar-file-info): Use package-subdirectory-regexp.
17043 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17045         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
17046         diff-mode-shared-map (bug#8284).
17047         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
17049 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17051         * calendar/time-date.el (format-seconds): Use assoc instead of
17052         assoc-string, since assoc-string doesn't exist in XEmacs.
17054 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
17056         * custom.el (custom-known-themes): Reflow docstring.
17057         (custom-theme-load-path): Fix typo in docstring.
17058         (load-theme): Fix typo in error message.
17059         (custom-available-themes, custom-variable-theme-value):
17060         Use `let', not `let*'.
17062 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
17064         * calc/README: Mention inclusion of musical notes.
17066         * calc/calc-units.el (calc-lu-quant): Rename from
17067         `calc-logunits-quantity'.
17068         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
17069         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
17070         (calc-db): Rename from `calc-dblevel'.
17071         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
17072         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
17073         (calc-np): Rename from `calc-nplevel'.
17074         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
17075         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
17076         (calc-lu-plus): Rename from `calc-logunits-add'.
17077         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
17078         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
17079         (calc-lu-minus): Rename from `calc-logunits-sub'.
17080         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
17081         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
17082         (calc-lu-times): Rename from `calc-logunits-mul'.
17083         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
17084         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
17085         (calc-lu-divide): Rename from `calc-logunits-div'.
17086         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
17087         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
17089         * calc/calc-ext.el (calc-init-extensions): Update the names of the
17090         functions being autoloaded.
17092         * calc/calc.el (calc-lu-power-reference): Rename from
17093         `calc-logunits-power-reference'.
17094         (calc-lu-field-reference): Rename from
17095         `calc-logunits-field-reference'.
17097         * calc/calc-help.el (calc-l-prefix-help):
17098         Mention musical note functions.
17100 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17102         * minibuffer.el (completion-all-sorted-completions):
17103         Use :completion-cycle-penalty text property if present.
17105 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
17107         * allout.el (allout-yank-processing): Adjust for new rebulleting
17108         regime so bullet being yanked is used without prompting the user
17109         for a choice.
17111 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
17113         * startup.el (command-line): Warn the user that _emacs is deprecated.
17115 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
17117         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
17118         (delphi-verbose, delphi-comment-face, delphi-string-face)
17119         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
17120         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
17121         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
17122         (delphi-new-comment-line, delphi-font-lock-defaults)
17123         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
17124         Fix typos in docstrings.
17126 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
17128         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
17129         Invert the roles of character and string values for INSTEAD, so a
17130         string is used for the more common case of a defaulting prompt.
17132 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17134         * progmodes/ruby-mode.el (ruby-backward-sexp):
17135         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
17136         * play/gamegrid.el (gamegrid-make-face):
17137         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
17138         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
17139         * notifications.el (notifications-notify):
17140         * net/xesam.el (xesam-search-engines):
17141         * net/quickurl.el (quickurl-list-insert):
17142         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
17144 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
17146         * startup.el (command-line): Update package subdirectory regexp.
17148 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17150         * allout.el (allout-abbreviate-flattened-numbering)
17151         (allout-mode-deactivate-hook): Fix up obsolescence "date".
17153         * subr.el (read-char-choice): Only show the cursor after the prompt,
17154         not after the answer.
17156 2011-03-15  Kevin Ryde  <user42@zip.com.au>
17158         * help-fns.el (variable-at-point): Skip leading quotes, if any
17159         (bug#8253).
17161 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17163         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
17164         warning message.
17166 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
17168         * shell.el (shell): When called interactively, offer to change the
17169         shell file name on remote hosts.
17171 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
17173         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
17174         integration for LDAP parameters.  The host, base, user or binddn,
17175         and secret tokens can be specified in a netrc file, for instance.
17176         This is optional because an `auth-source' parameter must be
17177         specified in the search attributes.
17179 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
17181         * help.el (describe-mode): Link to the mode's definition (bug#8185).
17183 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17185         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
17186         into declaration.  Remove redundant and harmful binding.
17188 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
17190         * files.el (file-ownership-preserved-p): Pass `integer' as an
17191         explicit 2nd argument to `file-attributes'.  If the file's owner
17192         is the Administrators group on Windows, and the current user is
17193         Administrator, consider that a match.
17195         * server.el (server-ensure-safe-dir): Consider server directory
17196         safe on MS-Windows if its owner is the Administrators group while
17197         the current Emacs user is Administrator.  Use `=' to compare
17198         numerical UIDs, since they could be integers or floats.
17200 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
17202         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
17204 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
17206         Sync with Tramp 2.2.1.
17208         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
17210         * net/trampver.el: Update release number.
17212 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17214         * progmodes/compile.el (compilation--previous-directory): Fix up
17215         various nil/dead-marker mismatches (bug#8014).
17216         (compilation-directory-properties, compilation-error-properties):
17217         Don't call it at a position past the one we're about to change.
17219         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
17220         Disable obsolescence warnings in the file that declares it.
17222 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
17224         * allout-widgets.el (allout-widgets-tally):
17225         Initialize allout-widgets-tally as a hash table rather than nil to
17226         prevent mode-line redisplay warnings.  Also, clarify the module
17227         description and fix a comment typo.
17229 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
17231         * help-fns.el (describe-variable): Don't complete keywords.
17232         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
17234 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
17236         * emacs-lisp/package.el (package-version-join): Impose a standard
17237         string representation for pre/alpha/beta version lists.
17238         (package-unpack-single): Standardize the directory name by passing
17239         it through package-version-join.
17240         (package-strip-rcs-id): Accept any version string that does not
17241         signal an error in version-to-list.
17243 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
17245         * simple.el (delete-trailing-whitespace): Return nil for the
17246         benefit of `write-file-functions'.
17248 2011-03-10  Glenn Morris  <rgm@gnu.org>
17250         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
17252         * vc/vc-git.el (vc-git-program): New option.
17253         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
17254         (vc-git--call): Use it.
17256         * eshell/esh-util.el (eshell-condition-case): Doc fix.
17258         * cus-edit.el (Custom-newline): If no button at point, look
17259         for a subgroup button at start-of-line.  (Bug#2298)
17261         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
17263 2011-03-10  Julien Danjou  <julien@danjou.info>
17265         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
17266         `cursor-type' is nil.
17268 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
17270         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
17272 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
17274         * allout.el: Change so yank of distinctive-bullet items
17275         preserves the existing header prefix, rebulleting it if necessary,
17276         rather than replacing it.  This is necessary for proper operation
17277         of cooperative addons like allout-widgets.
17278         (allout-make-topic-prefix, allout-rebullet-heading):
17279         Change SOLICIT arg to INSTEAD, and interpret additionally a string
17280         value as alternate bullet to be used, instead of prompting the user
17281         for a bullet character.
17283 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
17285         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17286         Do not use `tramp-file-name-port', because this returns also
17287         `tramp-default-port'.
17289 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
17291         * net/rcirc.el (rcirc-handler-001): Remove useless
17292         with-rcirc-process-buffer.
17293         (rcirc-check-auth-status): Swap arguments to string-match.
17295 2011-03-09  Glenn Morris  <rgm@gnu.org>
17297         * shell.el (shell-mode):
17298         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
17300         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
17301         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
17303 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
17305         * emacs-lisp/package.el (package-refresh-contents)
17306         (package-menu-execute): Use condition-case-no-debug.
17308 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
17310         * simple.el (shell-command-to-string): Use `process-file'.
17312         * emacs-lisp/package.el (package-tar-file-info): Handle also
17313         remote files.
17315         * emacs-lisp/package-x.el (package-upload-buffer-internal):
17316         Use `equal' for upload base check.
17318 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
17320         * textmodes/texinfo.el (texinfo-environments):
17321         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
17323 2011-03-08  Glenn Morris  <rgm@gnu.org>
17325         * cus-start.el (cursor-in-non-selected-windows):
17326         Fix :set quoting oddness.  (Bug#8192)
17328         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
17329         in some setf expressions.  (Bug#2159)
17331 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
17333         * custom.el (custom-available-themes): Return themes in
17334         alphabetical order.
17336 See ChangeLog.15 for earlier changes.
17338 ;; Local Variables:
17339 ;; coding: utf-8
17340 ;; End:
17342   Copyright (C) 2011-2012  Free Software Foundation, Inc.
17344   This file is part of GNU Emacs.
17346   GNU Emacs is free software: you can redistribute it and/or modify
17347   it under the terms of the GNU General Public License as published by
17348   the Free Software Foundation, either version 3 of the License, or
17349   (at your option) any later version.
17351   GNU Emacs is distributed in the hope that it will be useful,
17352   but WITHOUT ANY WARRANTY; without even the implied warranty of
17353   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17354   GNU General Public License for more details.
17356   You should have received a copy of the GNU General Public License
17357   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.