* subr.el (last-input-char, last-command-char): Remove.
[emacs.git] / lisp / ChangeLog
blobb0763462419dd05a9703360f86b8c3e3c0f54c70
1 2012-07-18  Chong Yidong  <cyd@gnu.org>
3         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5         * simple.el (count-words): Report on narrowing (Bug#9959).
7         * bindings.el: Bind M-= to count-words.
9         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
13         * progmodes/sh-script.el (sh-imenu-generic-expression):
14         Capture a function with `function' keyword and without parentheses
15         like "function FOO" (bug#11856).
17 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
19         * window.el (split-window-sensibly): Make WINDOW argument
20         optional.
22 2012-07-18  Chong Yidong  <cyd@gnu.org>
24         * subr.el (keyboard-translate): Doc fix (Bug#7261).
26         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
27         and make C-x 8 RET exit isearch (Bug#11439).
29         * international/iso-transl.el: Move isearch-mode-map key
30         definitions to isearch.el.
32 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
35         (eieio-defclass): Use gv-define-setter when possible.
37 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
39         Reflect recent changes in Fgarbage_collect.
40         * emacs-lisp/chart.el (chart-emacs-storage): Change to
41         reflect new format of data returned by Fgarbage_collect.
43 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
45         New utility functions + python-info-ppss-context fix (Bug#11910).
46         * progmodes/python.el (python-info-beginning-of-block-statement-p)
47         (python-info-ppss-comment-or-string-p): New functions.
48         (python-info-ppss-context): Small fix for string check.
50 2012-07-17  Juri Linkov  <juri@jurta.org>
52         * dired-aux.el (dired-do-async-shell-command): Doc fix.
53         (dired-do-async-shell-command): Don't add `*' at the end of the
54         command (Bug#11815).
55         (dired-do-shell-command): Doc fix.
56         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
57         Join the individual commands using either "&" or ";" as the
58         separator depending on the values of these trailing characters.
59         At the end re-add the trailing "&".  (Bug#10598)
61         * simple.el (async-shell-command): Sync the interactive spec with
62         `shell-command'.  Doc fix.
63         (shell-command): Doc fix.
65 2012-07-17  Juri Linkov  <juri@jurta.org>
67         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
69 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
71         Final renames and doc fixes for movement commands (bug#11899).
72         * progmodes/python.el (python-nav-beginning-of-statement):
73         Rename from python-nav-statement-start.
74         (python-nav-end-of-statement): Rename from
75         python-nav-statement-end.
76         (python-nav-beginning-of-block): Rename from
77         python-nav-block-start.
78         (python-nav-end-of-block): Rename from python-nav-block-end.
80 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
82         * progmodes/python.el (python-shell-send-string-no-output):
83         Allow accept-process-output to quit, keeping shell process ready for
84         future interactions (Bug#11868).
86 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
88         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
90         * emacs-lisp/elint.el (elint-find-args-in-code):
91         Use help-function-arglist, so as to handle lexical byte-code.
93         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
94         change (bug#11826).
96 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
98         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
99         Avoid spuriously marking the buffer as modified because of c-is-sws.
101         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
102         as not-a-comment (bug#11946).
104         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
105         for uninterned vars.
107         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
108         Use read-event since we don't really want to read chars but bytes.
110         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
111         $$..$$ but also $..$ using regexps (bug#11953).
112         Use tex-verbatim for \url and \path.
113         (tex-font-lock-keywords): Define as defconst like the others.
114         (tex-common-initialization): Don't use font-lock-syntax-table any more.
116 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
118         * international/mule-cmds.el (ucs-insert): Make it an obsolete
119         alias for insert-char.
121 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
123         * progmodes/python.el: Simplified imenu implementation.
124         (python-nav-jump-to-defun): Remove command.
125         (python-mode-map): Use `imenu' instead.
126         (python-nav-list-defun-positions-cache)
127         (python-imenu-include-defun-type, python-imenu-make-tree)
128         (python-imenu-subtree-root-label, python-imenu-index-alist):
129         Remove vars.
130         (python-nav-list-defun-positions, python-nav-read-defun)
131         (python-imenu-tree-assoc, python-imenu-make-element-tree)
132         (python-imenu-make-tree, python-imenu-create-index):
133         Remove functions.
134         (python-mode): Update to interact with imenu by setting
135         `imenu-extract-index-name-function' only.
137 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
139         * progmodes/python.el: Enhancements to navigation commands.
140         (python-nav-backward-sentence)
141         (python-nav-forward-sentence): Remove.
142         (python-nav-backward-statement, python-nav-forward-statement)
143         (python-nav-statement-start, python-nav-statement-end)
144         (python-nav-backward-block, python-nav-forward-block)
145         (python-nav-block-start, python-nav-block-end)
146         (python-nav-forward-sexp-function)
147         (python-info-current-line-comment-p)
148         (python-info-current-line-empty-p): New functions.
149         (python-indent-context): Use `python-nav-statement-start'.
151 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
153         * eshell/em-ls.el (eshell/ls): Use `apply'.
155         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
156         multi-hops, instead of Tramp internals.
158         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
160         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
161         when F1 and F2 are located on different hosts.
163 2012-07-14  Chong Yidong  <cyd@gnu.org>
165         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
166         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
167         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
168         (xterm-mouse--read-event-sequence-1000)
169         (xterm-mouse--read-event-sequence-1006): New functions.  For old
170         mouse protocol, handle M-mouse-X events correctly.
171         (xterm-mouse-event): New arg specifying mouse protocol.
172         (turn-on-xterm-mouse-tracking-on-terminal)
173         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
174         sequence to toggle extended coordinates on newer XTerms.
175         This appears to be harmless on terminals which do not support this.
177 2012-07-14  Leo Liu  <sdl.web@gmail.com>
179         Add fringe bitmap indicators for flymake.  (Bug#11253)
180         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
181         (flymake-make-overlay): New arg BITMAP.
182         (flymake-error-bitmap, flymake-warning-bitmap)
183         (flymake-fringe-indicator-position): New user variables.
185         * fringe.el: New bitmap exclamation-mark.
187 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
189         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
190         also (Bug#7879).
192 2012-07-14  Chong Yidong  <cyd@gnu.org>
194         * electric.el (electric-pair-post-self-insert-function): Fix pair
195         insertion in empty-region case (Bug#11520).
197 2012-07-14  Chong Yidong  <cyd@gnu.org>
199         * bindings.el: Consolidate ctl-x-r-map bindings.
200         Bind copy-rectangle-as-kill to C-x r w.
202         * rect.el, register.el: Move bindings to bindings.el.
204 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
206         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
208 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
210         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
212 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
214         * bindings.el (top): Use `mapc' instead of `mapcar'.
216         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
218 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
220         * progmodes/sql.el (sql-comint): Suppress the check for program on
221         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
222         (Bug#11908)
224 2012-07-13  Chong Yidong  <cyd@gnu.org>
226         * bindings.el: Assign a non-nil permanent-local property to
227         per-buffer variables which lack a default value (Bug#11930).
229         * help-fns.el (describe-variable): In the "automatically becomes
230         local" notice, take note of permanent-local variables.
232 2012-07-13  Chong Yidong  <cyd@gnu.org>
234         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
235         to allow printing the message when called from Lisp.
237         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
238         Remove toggle-read-only.
240         * bs.el (bs-toggle-readonly):
241         * buff-menu.el (Buffer-menu-toggle-read-only):
242         Remove with-no-warnings around toggle-read-only.
244         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
245         Remove with-no-warnings around toggle-read-only.
246         (ffap-read-only, ffap-read-only-other-window)
247         (ffap-read-only-other-frame): Callers changed.
249         * help-mode.el: Don't require view package.
250         (help-mode-finish): Set buffer-read-only instead of calling
251         toggle-read-only.
253         * bindings.el (mode-line-toggle-read-only):
254         * dired.el (dired-toggle-read-only):
255         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
256         with non-nil second arg.
258         * emacs-lisp/eieio-custom.el (eieio-customize-object):
259         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
260         directly.
262 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
264         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
265         not incf.
267 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
269         More CL cleanups and reduction of use of cl.el.
270         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
271         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
272         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
273         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
274         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
275         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
276         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
277         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
278         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
279         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
280         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
281         * eshell/em-cmpl.el, eshell/em-banner.el:
282         * calendar/parse-time.el: Use cl-lib.
283         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
284         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
285         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
286         * term/ns-win.el, term.el, shell.el, ps-samp.el:
287         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
288         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
289         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
290         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
291         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
292         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
293         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
294         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
295         `lambda' rather than with `quote'.
296         (eshell-do-opt): Adjust accordingly.
297         (eshell-process-option): Simplify.
298         * eshell/esh-var.el:
299         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
300         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
301         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
302         to `pcase--dontcare'.
303         * emacs-lisp/cl.el (labels): Mark obsolete.
304         (cl--letf, letf): Move to cl-lib.
305         (cl--letf*, letf*): Remove.
306         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
307         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
308         (cl-progv): Rewrite.
309         (cl--letf, cl-letf): Move from cl.el.
310         (cl-letf*): New macro.
311         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
313 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
315         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
317 2012-07-11  Chong Yidong  <cyd@gnu.org>
319         * vc/log-edit.el (log-edit-vc-backend): New variable.
320         (log-edit): Doc fix.
322         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
323         argument of log-edit to set up all local variables.
324         (vc-start-logentry): New optional arg specifying VC backend.
326         * vc/vc.el (vc-checkin): Use it.
327         (vc-deduce-fileset): Handle Log Edit buffers.
328         (vc-diff): Make first argument optional too.
330         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
332 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
334         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
335         command, just in case.  The function is not needed anymore.
336         (eshell-external-command): Do not call `eshell-remote-command'.
338 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
340         Reduce use of (require 'cl).
341         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
342         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
343         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
344         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
345         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
346         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
347         * battery.el, avoid.el, abbrev.el: Use cl-lib.
348         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
349         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
350         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
351         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
352         * calculator.el, autorevert.el, apropos.el: Don't require CL.
353         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
354         (byte-compile-unfold-bcf, byte-compile-check-variable):
355         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
356         (byte-compile-nilconstp):
357         * emacs-lisp/autoload.el (make-autoload): Use pcase.
358         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
360         * emacs-lisp/gv.el (cond): Make it a valid place.
361         (if): Simplify slightly.
363         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
364         (pcase--self-quoting-p): New function.
365         (pcase--u1): Use it.
367 2012-07-10  Glenn Morris  <rgm@gnu.org>
369         * emacs-lisp/authors.el (authors-fixed-entries):
370         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
372 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
374         Rename configure.in to configure.ac (Bug#11603).
375         * emacs-lisp/authors.el (authors-canonical-file-name):
376         * progmodes/autoconf.el (autoconf-mode):
377         Prefer configure.ac to configure.in.
379 2012-07-08  Chong Yidong  <cyd@gnu.org>
381         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
382         Implement the mouse-1-click-follows-link handling properly.
384         * info.el (Info-link-keymap): Use follow-link mechanism for
385         header-line links (Bug#374).
387         * simple.el (deactivate-mark): Do not set the primary selection
388         if another program has acquired it (Bug#11772).
390 2012-07-07  Kevin Ryde  <user42@zip.com.au>
392         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
393         (woman-decode-region): Replace escaped-escapes without destroying
394         bold or underline (Bug#11552).
395         (woman2-process-escapes): Handle nofill regions (Bug#11591).
397 2012-07-07  Chong Yidong  <cyd@gnu.org>
399         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
400         (interprogram-cut-function, interprogram-paste-function):
401         Mention that we typically mean the clipboard.
403 2012-07-06  Glenn Morris  <rgm@gnu.org>
405         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
407         * files.el (toggle-read-only): Restrict message to interactive use.
409 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
411         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
413         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
415 2012-07-06  Glenn Morris  <rgm@gnu.org>
417         * Makefile.in (compile-one-process): Rename from "recompile".
419         * Makefile.in (bzr-update): "compile" is the same as "recompile
420         autoloads", but parallelizable, so use that instead.
422 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
424         * window.el (quit-window): Always restore window height when
425         it's saved in quit-restore parameter.
427 2012-07-06  Glenn Morris  <rgm@gnu.org>
429         * simple.el (kill-whole-line): Doc tweak.
431 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
433         * files.el (file-relative-name): Compare file names
434         case-insensitively if on MS-Windows or MS-DOS, or if
435         read-file-name-completion-ignore-case is non-nil.  Don't use
436         case-fold-search for this purpose.  (Bug#11827)
438 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
440         * calendar/cal-dst.el (calendar-current-time-zone):
441         Return calendar-current-time-zone-cache if non-nil.
443 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
444 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
446         * calendar/cal-dst.el (calendar-current-time-zone):
447         Return calendar-current-time-zone-cache if non-nil.
449 2012-07-06  Glenn Morris  <rgm@gnu.org>
451         * Makefile.in (cvs-update): Remove old alias.
453 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
455         Sync with Tramp 2.2.6-pre.
457         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
458         compatible declaration.
460         * net/tramp-cmds.el (tramp-append-tramp-buffers):
461         Protect `list-load-path-shadows' call.
463         * net/tramp-compat.el (top): Require packages, which aren't
464         autoloaded anymore for XEmacs.  Protect call of
465         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
466         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
467         it hurts at least for SXEmacs.
468         (tramp-compat-temporary-file-directory): In XEmacs, there is no
469         standard-value for `temporary-file-directory'.
471         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
472         Redirect stderr to /dev/null.
473         (tramp-sh-handle-write-region): uid and gid can be floats.
474         Reported by Russell Sim <russell.sim@gmail.com>.
475         (tramp-sh-handle-vc-registered): Hide errors.
476         (tramp-vc-file-name-handler): Use dummy results for `process-file'
477         and `start-file-process'.
478         (tramp-maybe-open-connection): Check also whether `non-essential'
479         is bound.
481 2012-07-04  Chong Yidong  <cyd@gnu.org>
483         * xml.el (xml--parse-buffer): Use xml-syntax-table.
484         (xml-parse-tag): Likewise, and avoid changing entity tables.
485         (xml-syntax-table): Define from scratch, making sure not to give
486         x2000 and other Unicode spaces whitespace syntax, since those are
487         not spaces in XML.
488         (xml-parse-fragment): Delete unused function.
489         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
490         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
491         (xml-entity-ref, xml-pe-reference-re)
492         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
493         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
494         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
495         (xml-entity-value-re): Use syntax references in regexps where
496         possible; no need to define inside a let-binding.
497         (xml-parse-dtd): Use xml-pe-reference-re.
498         (xml-entity-or-char-ref-re): New defconst.
499         (xml-parse-string, xml-substitute-special): Use it.
501 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
503         * files.el (locate-dominating-file): Allow `name' to be a predicate.
504         (find-file--read-only): New function.
505         (find-file-read-only, find-file-read-only-other-window)
506         (find-file-read-only-other-frame): Use it.
507         (insert-file-contents-literally): Don't `fset'.
508         (get-free-disk-space): Use locate-dominating-file.
510         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
511         function is already compiled.
513         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
515 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
517         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
518         files on the same host.
520 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
522         * help-fns.el (describe-function-1): Only call
523         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
525 2012-07-03  Chong Yidong  <cyd@gnu.org>
527         * xml.el: Protect parser against XML bombs.
528         (xml-entity-expansion-limit): New variable.
529         (xml-parse-string, xml-substitute-special): Use it.
530         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
532 2012-07-03  Glenn Morris  <rgm@gnu.org>
534         * progmodes/bug-reference.el (bug-reference-bug-regexp):
535         Allow linking to specific messages in debbugs reports (eg 123#5).
537 2012-07-02  Chong Yidong  <cyd@gnu.org>
539         * xml.el: Fix entity and character reference expansion, allowing
540         them to expand into markup as per XML spec.
541         (xml-default-ns): New variable.
542         (xml-entity-alist): Use XML spec definitions for lt and amp.
543         (xml-parse-region): Make first two arguments optional.
544         Discard text properties.
545         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
546         All callers changed.
547         (xml-parse-tag): Call xml-parse-tag-1.  For backward
548         compatibility, this function should not modify buffer contents.
549         (xml-parse-tag-1): Fix opening-tag regexp.
550         (xml-parse-string): Rewrite, handling entity and character
551         references properly.
552         (xml--entity-replacement-text): Signal an error if a parameter
553         entity is undefined.
555 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
557         * comint.el (comint-output-filter): Filter out repeated prompts.
559         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
560         and file-name-absolute-p.
561         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
562         internal calls.
564 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
566         Spelling fixes.
567         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
568         Rename from byte-compile--refiy-function.  All uses changed.
570 2012-07-01  Chong Yidong  <cyd@gnu.org>
572         * xml.el (xml--parse-buffer): New function.  Move most of
573         xml-parse-region here.
574         (xml-parse-region): Copy region into a temporary buffer, since
575         parameter entity substitution requires changing buffer contents.
576         Use xml--parse-buffer.
577         (xml-parse-file): Use xml--parse-buffer.
578         (xml-parse-dtd): Make parameter entity substitution work right.
579         Use proper regexps for ELEMENT declarations (Bug#7172).
581 2012-06-30  Glenn Morris  <rgm@gnu.org>
583         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
585         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
586         Remove outdated and unnecessary dbus declarations.
588 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
590         * emacs-lisp/timer.el (timer-until): Subtract results of
591         float-time, instead of taking float-time of the result of
592         time-subtract, since float-time signals an error for negative time
593         arguments.
595 2012-06-30  Chong Yidong  <cyd@gnu.org>
597         * xml.el (xml-*-re): Convert defvars into defconsts, and
598         eval-and-compile them so eval-and-compile works on derivatives.
599         (xml--entity-replacement-text): Use eval-and-comple.
601 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
603         * vc/vc-git.el (vc-git-registered): Use cache property
604         `git-registered'.
605         (vc-git-mode-line-string): Call `vc-working-revision' instead of
606         `vc-git-working-revision' in order to benefit from the cache.
607         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
609 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
611         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
612         removed (likely outside Emacs).  (Bug#11757)
614 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
616         * emacs-lisp/cl-lib.el: Require macroexp.
618 2012-06-30  Chong Yidong  <cyd@gnu.org>
620         * xml.el: Implement XML parameter entities.
621         (xml-parameter-entity-alist): New variable.
622         (xml-parse-region, xml-parse-fragment): Preserve previous values
623         of xml-entity-alist and xml-parameter-entity-alist, so that
624         repeated calls on different documents do not change them.
625         (xml-parse-tag): Fix doctype regexp.
626         (xml--entity-replacement-text): New function.
627         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
628         properly requires url retrieval which is unimplemented.
629         (xml-escape-string): Doc fix.
631 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
633         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
635 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
637         * fringe.el (fringe-mode): Doc fix.
639 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
641         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
642         is non-nil.
643         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
644         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
646 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
648         * calendar/cal-dst.el (calendar-current-time-zone):
649         Return calendar-current-time-zone-cache if non-nil.
651 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
653         * progmodes/which-func.el (which-func-format):
654         Add mouse-face.  (Bug#11698)
656 2012-06-29  Leo Liu  <sdl.web@gmail.com>
658         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
660 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
662         * minibuffer.el (minibuffer-confirm-exit-commands):
663         Add completion-at-point (bug#11725).
665 2012-06-29  Glenn Morris  <rgm@gnu.org>
667         * progmodes/f90.el (f90-font-lock-keywords-2):
668         Add some preprocessor elements.  (Bug#10499)
670 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
672         * progmodes/cperl-mode.el (cperl-update-syntaxification):
673         Use syntax-propertize (bug#11739).
675 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
677         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
679 2012-06-28  Julien Danjou  <julien@danjou.info>
681         * term.el (term-handle-colors-array): Use a set of new faces to
682         color the terminal.  Also uses :inverse-video property.
683         (term-default-fg-color): Set to nil by default, deprecate in favor
684         of `term-face'.
685         (term-default-bg-color): Set to nil by default, deprecate in favor
686         of `term-face'.
687         (term-current-face): Use `term-face' by default.
688         (term-bold-attribute): Variable deleted.
690 2012-06-28  Glenn Morris  <rgm@gnu.org>
692         * simple.el (completion-list-mode-finish):
693         Don't use toggle-read-only.  (Since completion-list-mode has
694         a special mode-class, it wasn't doing anything extra anyway.)
696 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
698         Make inlining of other-mode interpreted functions work (bug#11799).
699         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
700         (byte-compile): Use it to fix compilation of lexical-binding closures.
701         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
702         function, if needed.
704 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
706         * help-mode.el (help-make-xrefs): Don't just withstand
707         cyclic-variable-indirection but any error in documentation-property.
709         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
710         memory use.
711         * bindings.el (bindings--define-key): New function.
712         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
713         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
714         * bindings.el: Use it to purecopy define-key bindings.
716         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
718         * emacs-lisp/cl.el (flet): Mark obsolete.
719         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
720         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
721         * progmodes/js.el (js-c-fill-paragraph):
722         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
723         (ebrowse-switch-member-buffer-to-derived-class):
724         * play/5x5.el (5x5-solver): Use cl-flet.
726         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
727         (cl--symbol-function): New macro.
728         (cl--letf, cl--letf*): Use it.
730         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
731         Strip "toggle-" if any.
733 2012-06-27  Glenn Morris  <rgm@gnu.org>
735         * info.el (Info-default-directory-list): Move here from paths.el.
736         * paths.el: Remove file, which is now empty.
737         * loadup.el: No longer load "paths".
739         * custom.el (custom-initialize-delay): Doc fix.
741         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
742         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
743         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
744         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
745         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
746         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
747         * eshell/eshell.el (eshell-defgroup): Remove alias.
749 2012-06-27  Chong Yidong  <cyd@gnu.org>
751         * help.el (help-enable-auto-load): New variable.
753         * help-fns.el (help-fns--autoloaded-p): New function.
754         (describe-function-1): Refer to a function as "autoloaded" if it
755         was autoloaded at any time in the past.  Perform autoloading if
756         help-enable-auto-load is non-nil.
758 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
760         * makefile.w32-in (compile, compile-always): Depend on
761         update-subdirs, not on subdirs.el.  Otherwise, several different
762         sub-targets of 'bootstrap' running in parallel could
763         simultaneously write to subdirs.el, producing a garbled file.
765 2012-06-26  Sam Steingold  <sds@gnu.org>
767         * files.el (file-name-base): New convenience function.
768         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
769         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
770         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
771         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
772         * textmodes/ispell.el, textmodes/reftex-ref.el:
773         * textmodes/tex-mode.el: Use it.
774         Did not touch cedet and org because they are maintained elsewhere.
776 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
778         * calendar/calendar.el (calendar-exit): Don't try to delete or
779         iconify last frame.  See:
780         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
782 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
784         * server.el (server-process-filter): Remember dir in the
785         process's `server-client-directory' properties.
787 2012-06-24  Chong Yidong  <cyd@gnu.org>
789         * xml.el (xml-parse-tag): Correctly handle comment embedded in
790         non-tag text.
792 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
794         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
796 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
798         * help-fns.el (describe-variable): Don't croak when doc is not found.
799         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
800         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
801         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
802         * emacs-lisp/smie.el (smie-next-sexp): CSE.
803         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
804         ((lambda ..) ..).
805         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
807 2012-06-23  Chong Yidong  <cyd@gnu.org>
809         * info.el (Info-mouse-follow-link): Accept symbol values of
810         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
811         (Info-fontify-node): Use Info-link-keymap for all navigation
812         buttons, with link-args property to perform the desired action.
813         (Info-link-keymap): Doc fix.
814         (Info-next-link-keymap, Info-prev-link-keymap)
815         (Info-up-link-keymap): Delete now-unused keymaps.
817 2012-06-23  Chong Yidong  <cyd@gnu.org>
819         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
821         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
822         system abbrevs.
824         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
826 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
828         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
829         (bug#11719).
831         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
832         the requote function doesn't work properly (bug#11714).
834 2012-06-23  Glenn Morris  <rgm@gnu.org>
836         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
838 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
840         Further GV/CL cleanups.
841         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
842         gv-expander.
843         (gv--defun-declaration): New function.
844         (defun-declarations-alist): Use it.
845         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
846         (gv-place): Autoload.
847         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
848         original definition of dotimes and dolist.
849         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
850         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
851         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
852         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
853         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
854         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
855         to the function's definition.
856         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
857         * window.el:
858         * files.el:
859         * faces.el:
860         * env.el: Don't use CL.
862 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
864         Support higher-resolution time stamps (Bug#9000).
866         * calendar/time-date.el (with-decoded-time-value): New arg
867         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
868         (encode-time-value): New optional arg PICO.  New type 3.
869         (time-to-seconds) [!float-time]: Support the new picoseconds
870         component if it's used.
871         (seconds-to-time, time-subtract, time-add):
872         Support ps-resolution time stamps as well.
874         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
875         (timerp): Timer vectors now have length 9, not 8.
876         (timer--time): Support new-style (4-part) time stamps.
877         (timer-next-integral-multiple-of-time): Time stamps now have
878         picosecond resolution, so take a bit more care about rounding.
879         (timer-relative-time, timer-inc-time): New optional arg psecs.
880         (timer-set-time-with-usecs): Set psecs to 0.
881         (timer--activate): Check psecs component, too.
883         * proced.el (proced-time-lessp): Support ps-resolution stamps.
885 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
887         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
888         Move the non-essential binding to the post/pre-command-hook where it is
889         more obviously correct.
891         * subr.el (read-passwd): Don't use a history at all.
892         * savehist.el (savehist-save): Remove password saved accidentally
893         because of the above bug.
895 2012-06-22  Bastien Guerry  <bzg@gnu.org>
897         * files.el (toggle-read-only): Display a message telling whether
898         the buffer is read-only or not (bug#11726).
900 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * emacs-lisp/gv.el: New file.
903         * subr.el (push, pop): Extend to generalized variables.
904         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
905         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
906         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
907         gv-define-simple-setter, and gv-define-expander.
908         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
909         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
910         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
911         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
912         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
913         gv-letplace.
914         (cl-defstruct): Don't define setf-method any more.
915         * emacs-lisp/cl.el (flet): Don't autoload.
916         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
917         (define-setf-expander, defsetf, define-modify-macro)
918         (cl-struct-setf-expander): Move from cl-lib.el.
919         * emacs-lisp/syntax.el:
920         * emacs-lisp/ewoc.el:
921         * emacs-lisp/smie.el:
922         * emacs-lisp/cconv.el:
923         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
924         (timer--time): Use gv-define-simple-setter.
925         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
926         to avoid coding-system problems in subr.el.  Adjust all users.
927         (macroexp--maxsize, macroexp-small-p): New functions.
928         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
929         * scroll-bar.el (scroll-bar-mode):
930         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
931         (normal-erase-is-backspace-mode): Don't use the `eq' place.
932         * winner.el (winner-configuration, winner-make-point-alist)
933         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
934         * files.el (locate-file-completion-table): Avoid list*.
936 2012-06-22  Chong Yidong  <cyd@gnu.org>
938         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
939         (dired-create-files): Doc fix (Bug#11329).
940         (dired-do-copy): Doc fix (Bug#11334).
941         (dired-mark-read-string): Doc fix (Bug#11553).
943         * dired.el (dired-recursive-copies, dired-recursive-deletes):
944         Doc fix (Bug#11326).
945         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
946         (dired-dwim-target): Doc fix.
948         * wdired.el (wdired-mode): Doc fix.
950 2012-06-22  Glenn Morris  <rgm@gnu.org>
952         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
953         (pcmpl-rpm-cache-stamp-file): New constant.
954         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
955         (pcmpl-rpm-packages): Optionally cache list of packages.
957         * pcmpl-rpm.el (pcmpl-rpm): New group.
958         (pcmpl-rpm-query-options): New option.
959         (pcmpl-rpm-packages): No need to inline it.
960         Use pcmpl-rpm-query-options.
962         * calendar/calendar.el (calendar-in-read-only-buffer):
963         Avoid some needless mode changes.
965 2012-06-21  Chong Yidong  <cyd@gnu.org>
967         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
968         (desktop-path): Remove . from the default value (Bug#10977).
969         (desktop-read): Use user-emacs-directory if desktop-path is nil.
971 2012-06-20  Chong Yidong  <cyd@gnu.org>
973         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
975 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
977         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
978         (bug#11201).
980 2012-06-20  Chong Yidong  <cyd@gnu.org>
982         * term.el (term-window-width): Handle the case of a missing right
983         fringe (Bug#8837).
984         (term-check-size): Use window-text-height (Bug#5445).
985         (term-mode): Use define-derived-mode.  Minor cleanups.
986         Set font-lock-defaults (Bug#7692).
987         (term-move-columns, term-insert-char, term-emulate-terminal)
988         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
990 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
992         * net/ange-ftp.el (ange-ftp-get-passwd):
993         Bind `enable-recursive-minibuffers'.
994         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
996 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
998         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1000 2012-06-19  Glenn Morris  <rgm@gnu.org>
1002         * progmodes/python.el (python-mode): Derive from prog-mode.
1004 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
1006         * emulation/edt.el (edt-default-menu-bar-update-buffers)
1007         (edt-user-menu-bar-update-buffers): New functions.
1008         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1010 2012-06-19  Chong Yidong  <cyd@gnu.org>
1012         * subr.el (with-selected-window): Preserve the selected window's
1013         terminal's top-frame (Bug#4702).
1015         * window.el (save-selected-window): Likewise.
1017 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * progmodes/python.el (python-rx-constituents): Move backquote.
1020         (python-skeleton-define, python-define-auxiliary-skeleton):
1021         Use `declare'.
1023 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
1025         * minibuffer.el (read-file-name-default): Revert the patch from
1026         2012-06-17.
1028 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1030         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1031         (pcase--u1, pcase--q1): Don't use apply-partially.
1033 2012-06-18  Glenn Morris  <rgm@gnu.org>
1035         * progmodes/python.el (python-proc, python-buffer)
1036         (python-send-receive, python-send-string): Fix obsolete versions.
1038 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
1040         * window.el (special-display-p): Completely remove stringp
1041         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1043 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
1045         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1047         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1049         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1050         * net/tramp-sh.el (tramp-maybe-open-connection):
1051         Throw if `non-essential' is non-nil.
1053 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
1055         * window.el (special-display-p): Signal an error if BUFFER-NAME
1056         is not a string (Bug#11713).
1058 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
1060         * progmodes/python.el (python-info-beginning-of-backslash):
1061         Rename from python-info-beginning-of-backlash, as a spelling fix.
1063 2012-06-17  Chong Yidong  <cyd@gnu.org>
1065         * term.el (term-emulate-terminal): If term-check-size is called,
1066         move point to the process mark without resetting point (Bug#4635).
1068 2012-06-17  Glenn Morris  <rgm@gnu.org>
1070         * international/mule-cmds.el (mule-menu-keymap)
1071         (set-language-environment, set-locale-environment): Doc tweaks.
1073 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
1075         * cus-face.el (custom-face-attributes): Add wave-style underline
1076         attribute.
1077         * faces.el (set-face-attribute): Update docstring to describe
1078         wave-style underline attribute.
1080 2012-06-16  Chong Yidong  <cyd@gnu.org>
1082         * term/xterm.el (terminal-init-xterm): Discard input before
1083         querying background mode (Bug#10959).
1085 2012-06-16  Stefan Merten  <smerten@oekonux.de>
1087         * textmodes/rst.el: Added and corrected some comments.
1088         (rst-re-alist-def): Improve symbol syntax.
1089         (rst-mode-syntax-table): Correct syntax entries.
1090         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1091         (rst-official-version, rst-official-cvs-rev): Update version
1092         information.
1094 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
1096         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1097         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1099 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1101         * progmodes/python.el: New python.el merge.
1102         (python-guess-indent): Obsolete var.
1103         (python-indent-guess-indent-offset): New defcustom.
1104         (python-indent): Obsolete var.
1105         (python-indent-offset): New defcustom.
1106         (python-python-command, python-jython-command): Delete var.
1107         (python-shell-interpreter): New defcustom.
1108         (python-pdbtrack-do-tracking-p): Delete var.
1109         (python-pdbtrack-activate): New defcustom.
1110         (python-use-skeletons): Obsolete var.
1111         (python-skeleton-autoinsert): New defcustom.
1112         (inferior-python-filter-regexp, python-continuation-offset)
1113         (python-honour-comment-indentation, python-indent-string-contents)
1114         (python-jython-packages, python-mode-hook)
1115         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1116         (python-shell-prompt-alist)
1117         (python-source-modes): Delete defcustoms.
1118         (python-check-buffer-name, python-eldoc-setup-code)
1119         (python-eldoc-string-code, python-ffap-setup-code)
1120         (python-ffap-string-code, python-fill-comment-function)
1121         (python-fill-decorator-function, python-fill-paren-function)
1122         (python-fill-string-function, python-imenu-include-defun-type)
1123         (python-imenu-make-tree, python-imenu-subtree-root-label)
1124         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1125         (python-shell-compilation-regexp-alist)
1126         (python-shell-completion-module-string-code)
1127         (python-shell-completion-pdb-string-code)
1128         (python-shell-completion-setup-code)
1129         (python-shell-completion-string-code)
1130         (python-shell-enable-font-lock, python-shell-exec-path)
1131         (python-shell-extra-pythonpaths)
1132         (python-shell-internal-buffer-name, python-shell-interpreter-args)
1133         (python-shell-process-environment)
1134         (python-shell-prompt-block-regexp)
1135         (python-shell-prompt-output-regexp)
1136         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1137         (python-shell-send-setup-max-wait, python-shell-setup-codes)
1138         (python-shell-virtualenv-path): New defcustoms.
1139         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1140         (inferior-python-mode-syntax-table, python--prompt-regexp)
1141         (python-buffer, python-command python-python-command)
1142         (python-default-template, python-imports, python-indent-index)
1143         (python-indent-list, python-indent-list-length)
1144         (python-mode-running, python-pdbtrack-is-tracking-p)
1145         (python-preoutput-continuation, python-preoutput-leftover)
1146         (python-preoutput-result, python-preoutput-skip-next-prompt)
1147         (python-prev-dir/file, python-recursing)
1148         (python-saved-check-command, python-version-checked)
1149         (python-which-func-length-limit)
1150         (view-return-to-alist): Delete vars.
1151         (python-check-custom-command, python-dotty-syntax-table)
1152         (python-imenu-index-alist, python-indent-current-level)
1153         (python-indent-dedenters, python-indent-levels)
1154         (python-nav-beginning-of-defun-regexp)
1155         (python-nav-list-defun-positions-cache)
1156         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1157         (python-shell-internal-buffer)
1158         (python-skeleton-available): New vars.
1159         (def-python-skeleton): Delete macro.
1160         (python-skeleton-define): New macro.
1161         (python-define-auxiliary-skeleton, python-rx): New macros.
1162         (python-insert-class): Delete command.
1163         (python-skeleton-class): New command.
1164         (python-insert-def): Delete command.
1165         (python-skeleton-def): New command.
1166         (python-insert-for): Delete command.
1167         (python-skeleton-for): New command.
1168         (python-insert-if): Delete command.
1169         (python-skeleton-if): New command.
1170         (python-insert-try/except, python-insert-try/finally): Delete commands.
1171         (python-skeleton-try): New command.
1172         (python-insert-while): Delete command.
1173         (python-skeleton-while): New command.
1174         (python-backspace): Delete command.
1175         (python-indent-dedent-line-backspace): New command.
1176         (python-electric-colon): Delete command.
1177         (python-indent-electric-colon): New command.
1178         (python-guess-indent): Delete command.
1179         (python-indent-guess-indent-offset): New command.
1180         (python-shift-left): Delete command.
1181         (python-indent-shift-left): New command.
1182         (python-shift-right): Delete command.
1183         (python-indent-shift-right): New command.
1184         (python-find-function): Delete command.
1185         (python-nav-jump-to-defun): New command.
1186         (python-next-statement): Delete command.
1187         (python-nav-forward-sentence): New command.
1188         (python-previous-statement): Delete command.
1189         (python-nav-backward-sentence): New command.
1190         (python-fill-paragraph): Delete command.
1191         (python-fill-paragraph-function): New command.
1192         (python-send-buffer): Delete command.
1193         (python-shell-send-buffer): New command.
1194         (python-send-defun): Delete command.
1195         (python-shell-send-defun): New command.
1196         (python-send-region, python-send-region-and-go): Delete commands.
1197         (python-shell-send-region)
1198         (python-shell-switch-to-shell): New commands.
1199         (python-send-string): Delete command.
1200         (python-shell-send-string): New command.
1201         (python-switch-to-python): Delete command.
1202         (python-shell-switch-to-shell): New command.
1203         (python-describe-symbol): Delete command.
1204         (python-eldoc-at-point): New command.
1205         (python--set-prompt-regexp, python-args-to-list)
1206         (python-after-info-look, python-check-version)
1207         (python-check-comint-prompt, python-find-imports)
1208         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1209         (python-unload-function, python-expand-template)
1210         (python-maybe-jython, python-preoutput-filter)
1211         (python-pdbtrack-get-source-buffer)
1212         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1213         (python-pdbtrack-toggle-stack-tracking)
1214         (python-pdbtrack-track-stack-file, python-initial-text)
1215         (python-first-word, python-comment-line-p, python-send-command)
1216         (python-setup-brm, python-sentinel, python-set-proc)
1217         (python-skip-out, python-input-filter, python-outdent-p)
1218         (python-outline-level, python-backslash-continuation-line-p)
1219         (python-end-of-block, python-end-of-statement, python-mark-block)
1220         (python-beginning-of-block, python-beginning-of-statement)
1221         (python-blank-line-p, python-beginning-of-string)
1222         (python-open-block-statement-p): Delete functions.
1223         (python-indent-line, python-indent-line-1): Delete functions.
1224         (python-indent-line): New function.
1225         (python-indentation-levels): Delete function.
1226         (python-indent-calculate-levels): New function.
1227         (python-proc): Delete function.
1228         (python-shell-get-process): New function.
1229         (python-send-receive): Delete function.
1230         (python-shell-send-string-no-output): New function.
1231         (python-module-path): Delete function.
1232         (python-ffap-module-path): New function.
1233         (python-completion-at-point)
1234         (python-symbol-completions): Delete functions.
1235         (python-completion-complete-at-point): New function.
1236         (python-load-file): Delete function.
1237         (python-shell-send-file): New function.
1238         (python-calculate-indentation): Delete function.
1239         (python-indent-calculate-indentation): New function.
1240         (python-skip-comments/blanks): Delete function.
1241         (python-util-forward-comment): New function.
1242         (python-continuation-line-p): Delete function.
1243         (python-info-continuation-line-p): New function.
1244         (python-which-func, python-current-defun): Delete function.
1245         (python-info-current-defun): New function.
1246         (python-beginning-of-defun): Delete function.
1247         (python-nav-beginning-of-defun): New function.
1248         (python-close-block-statement-p)
1249         (python-block-end-p): Delete function.
1250         (python-info-closing-block): New function.
1251         (python-comint-output-filter-function)
1252         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1253         (python-fill-comment, python-fill-decorator, python-fill-paren)
1254         (python-fill-string, python-imenu-make-element-tree)
1255         (python-imenu-make-tree, python-imenu-tree-assoc)
1256         (python-indent-context, python-indent-dedent-line)
1257         (python-indent-line-function)
1258         (python-indent-post-self-insert-function)
1259         (python-indent-toggle-levels)
1260         (python-info-assignment-continuation-line-p)
1261         (python-info-beginning-of-backlash)
1262         (python-info-block-continuation-line-p)
1263         (python-info-closing-block-message)
1264         (python-info-line-ends-backslash-p)
1265         (python-info-looking-at-beginning-of-defun)
1266         (python-info-ppss-context, python-info-ppss-context-type)
1267         (python-nav-list-defun-positions, python-nav-read-defun)
1268         (python-nav-sentence-end, python-nav-sentence-start)
1269         (python-pdbtrack-comint-output-filter-function)
1270         (python-pdbtrack-set-tracked-buffer)
1271         (python-shell-calculate-exec-path)
1272         (python-shell-calculate-process-environment)
1273         (python-shell-completion--do-completion-at-point)
1274         (python-shell-completion--get-completions)
1275         (python-shell-completion-complete-at-point)
1276         (python-shell-completion-complete-or-indent)
1277         (python-shell-get-or-create-process)
1278         (python-shell-get-process-name)
1279         (python-shell-internal-get-or-create-process)
1280         (python-shell-internal-get-process-name)
1281         (python-shell-internal-send-string, python-shell-make-comint)
1282         (python-shell-parse-command, python-shell-send-setup-code)
1283         (python-skeleton-add-menu-items)
1284         (python-util-clone-local-variables, python-util-position)
1285         (run-python-internal, python-indentation-levels)
1286         (python-nav-beginning-of-defun)
1287         (python-completion-complete-at-point): New functions.
1288         (run-python): Change arguments.  New API requirements.
1290 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1292         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1293         (bug#11649).
1295         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1296         (macroexp--expand-all): Use it.
1298         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1299         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1300         Use `cl-function' instead.
1302 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
1304         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1305         Suggested by Stefan Monnier while discussing bug#11657.
1307 2012-06-14  Sam Steingold  <sds@gnu.org>
1309         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1311 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
1313         * play/doctor.el (doctor-doc): Remove parameter and use
1314         doctor-sent instead of sent.
1315         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
1317 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1319         * files.el: Require cl-lib.
1320         (file-name-non-special): Replace case -> cl-case.
1322         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1324         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1325         mapping from #' to function*.
1327 2012-06-13  Chong Yidong  <cyd@gnu.org>
1329         * mouse.el (mouse-drag-track): Do not set the mark if the user
1330         releases the mouse without selecting anything (Bug#11588).
1332 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1334         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1335         as well (bug#11646).
1337         * loadup.el: Count byte-code functions as well.
1339         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1340         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1342         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1343         (bug#11649).  Add cl-defun and cl-defmacro.
1345 2012-06-13  Drew Adams  <drew.adams@oracle.com>
1347         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1348         Fix last change.
1350 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
1352         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1353         Otherwise, it blocks in batch mode.
1355 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
1357         * help-mode.el (bookmark-make-record-default): Declare.
1359 2012-06-13  Chong Yidong  <cyd@gnu.org>
1361         * emacs-lisp/package.el (list-packages): Compute a list of
1362         packages that are newly-available since the last list-packages
1363         invocation.
1364         (package-menu--new-package-list): New var.
1365         (package-menu--generate, package-menu--print-info)
1366         (package-menu--status-predicate, package-menu-mark-install):
1367         Handle new status label "new".
1369 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1371         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1372         conversion to backquotes.
1374 2012-06-12  Chong Yidong  <cyd@gnu.org>
1376         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1377         Rename from gud-inhibit-global-bindings.
1379         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1381         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1382         hook from nxml-glyph-set-hook.
1384         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1385         declaration.
1387         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1389         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1390         Convert to defcustom.
1392 2012-06-12  Drew Adams  <drew.adams@oracle.com>
1394         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1395         New functions.
1396         (help-mode): Use them.
1398 2012-06-11  Glenn Morris  <rgm@gnu.org>
1400         * progmodes/fortran.el (fortran-font-lock-keywords-3):
1401         Use preprocessor face for directives.
1402         (fortran-directive-re): Doc fix.
1404 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1406         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1407         conversion to backquotes (bug#11652).
1409         Fix compiler-expansion of CL's cXXr functions (bug#11673).
1410         * emacs-lisp/cl-lib.el (cl--defalias): New function.
1411         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1412         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1413         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1414         (cl-ninth, cl-tenth): Mark them as inlinable.
1415         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1416         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1417         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1418         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1419         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1420         (cl-list*, cl-adjoin): Don't put an autoload manually.
1421         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1422         (cl--compiler-macro-list*): Add autoload cookie.
1423         (cl--compiler-macro-cXXr): New function.
1425         * help-fns.el (help-fns--compiler-macro): New function extracted from
1426         describe-function-1; follow aliases and use `compiler-macro' property.
1427         (describe-function-1): Use it.
1429 2012-06-11  Chong Yidong  <cyd@gnu.org>
1431         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1432         is uninstalled, if imagemagick is installed.
1434 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * emacs-lisp/cl-lib.el: Use lexical-binding.
1437         (cl-map-extents, cl-maclisp-member): Remove.
1438         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1439         (cl--set-substring, cl--block-wrapper, cl--block-throw)
1440         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1441         * emacs-lisp/cl-extra.el: Use lexical-binding.
1442         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1443         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1444         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1445         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1446         * emacs-lisp/cl-seq.el: Use lexical-binding.
1447         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1448         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1449         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1450         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1451         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1452         CL's internals.
1454 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
1456         Sync with Tramp 2.2.6-pre.
1458         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1459         `print-length' and `print-level' to nil, in order to avoid
1460         truncation.  Reported by Christopher Schmidt
1461         <christopher@ristopher.com>.
1463         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1465         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1466         New defmacro.
1467         (tramp-compat-copy-directory): Add optional argument
1468         COPY-CONTENTS.  It is not handled yet.
1470         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1471         (tramp-ftp-file-name-p): Simplify.
1473         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1474         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1475         connection vector.
1477         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1478         (tramp-methods): Do not use `tramp-password-end-of-line'.
1479         (tramp-completion-function-alist-putty): Handle UNIX case.
1480         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1481         (tramp-do-file-attributes-with-stat)
1482         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1483         gid as real numbers.  They could run out of integer range on cygwin.
1484         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1485         (tramp-sh-handle-expand-file-name): Handle hops.
1486         (tramp-open-connection-setup-interactive-shell):
1487         Use `tramp-cleanup'.  Move check for busyboxes ...
1488         (tramp-find-shell): ... here.  Simplify implementation.
1489         Set "remote-shell" property also for alternative shells.
1490         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1491         If failing, a regular file would be written otherwise.
1492         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
1493         (tramp-find-inline-encoding): Cache the coding commands in the
1494         process cache.  Apply test command on the remote side, if defined.
1495         (tramp-find-inline-compress): Cache the compress commands in the
1496         process cache.
1497         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1498         when requested.  Handle hops.
1499         (tramp-current-connection): New defvar.
1500         (tramp-maybe-open-connection): Use `tramp-cleanup'.
1501         Throw `suppress', if there was a failed connection shortly before.
1502         Handle user interrupt.  (Bug#10187)
1503         (tramp-get-inline-compress, tramp-get-inline-coding):
1504         Read connection properties from the process cache.
1506         * net/tramp-smb.el (tramp-smb-server-version)
1507         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1508         New defconsts.
1509         (tramp-smb-prompt): Extend for powershell prompt.
1510         (tramp-smb-file-name-handler-alist): Add handlers for
1511         `process-file', `shell-command' and `start-file-process'.
1512         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1513         (tramp-smb-winexe-shell-command-switch): New defcustoms.
1514         (tramp-smb-file-name-p): Simplify.
1515         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1516         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1517         (tramp-smb-shell-quote-argument): New defuns.
1518         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1519         Implement using "tar".  By this, time-stamps are preserved.
1520         (tramp-smb-handle-copy-file): Handle also the case of directories.
1521         (tramp-smb-do-file-attributes-with-stat)
1522         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1523         Use `tramp-get-connection-buffer').
1524         (tramp-smb-handle-rename-file): Use "rename", when source and
1525         target are on the same share.
1526         (tramp-smb-maybe-open-connection): Handle wrong passwords.
1527         Use `tramp-smb-server-version'.
1528         (tramp-smb-wait-for-output): Remove prompt.
1530         * net/tramp.el (top): Require 'cl.
1531         (tramp-methods, tramp-rsh-end-of-line):
1532         Remove `tramp-password-end-of-line' from docstring.
1533         (tramp-save-ad-hoc-proxies): New defcustom.
1534         (tramp-completion-function-alist): Adapt docstring.
1535         (tramp-default-password-end-of-line): Remove defcustom.
1536         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
1537         (tramp-user-regexp, tramp-file-name-regexp-unified)
1538         (tramp-file-name-regexp-url): Extend regexp by hop separator.
1539         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1540         (tramp-remote-file-name-spec-regexp): New defconst.
1541         (tramp-file-name-structure): Extend structure for hops.
1542         (tramp-get-method-parameter): Move up.
1543         (tramp-file-name-p, tramp-dissect-file-name)
1544         (with-parsed-tramp-file-name): Handle hops.
1545         (tramp-file-name-hop): New defun.
1546         (tramp-make-tramp-file-name): New optional arg HOP.
1547         (tramp-message-show-progress-reporter-message): New defvar.
1548         (tramp-with-progress-reporter): Use it.  We cannot use
1549         `tramp-message-show-message' here, because this suppresses also
1550         error buffers.
1551         (tramp-error-with-buffer): Suppress buffer view, if
1552         `tramp-message-show-message' is nil.
1553         Use `tramp-get-connection-buffer'.
1554         (tramp-cleanup): New defun.
1555         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1556         (tramp-file-name-handler): If `debug-on-error' is set, propagate
1557         an error unchanged.
1558         (tramp-completion-handle-file-name-all-completions): Handle hops.
1559         Fix an error when called from ido.
1560         (tramp-completion-dissect-file-name): Use better local variable
1561         name.  Add hop to the vector.
1562         (tramp-handle-insert-file-contents): Use progress-reporter for the
1563         whole scenario.
1564         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1565         to `t'.
1566         (tramp-check-for-regexp): Simplify search.
1567         (tramp-enter-password): Remove it.  Move implementation ...
1568         (tramp-action-password): ... here.
1569         (tramp-mode-string-to-int, tramp-local-host-p)
1570         (tramp-make-tramp-temp-file, tramp-read-passwd)
1571         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1572         Set tramp-autoload cookie.
1574         * net/trampver.el: Update release number.
1576 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1577             Michael Albinus  <michael.albinus@gmx.de>
1579         * net/tramp.el (tramp-set-completion-function): Fix docstring.
1580         (tramp-parse-group, tramp-parse-file)
1581         (tramp-parse-shostkeys-sknownhosts): New defuns.
1582         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1583         (tramp-parse-shosts-group, tramp-parse-sconfig)
1584         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1585         (tramp-parse-sknownhosts, tramp-parse-hosts)
1586         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1587         Use them.
1588         (tramp-parse-passwd-group, tramp-parse-netrc-group)
1589         (tramp-parse-putty-group): Don't narrow.
1590         (tramp-parse-putty): Make a loop.
1591         (tramp-file-name-handler): Catch the `suppress' signal.
1593 2012-06-11  Chong Yidong  <cyd@gnu.org>
1595         * image.el (imagemagick-register-types): Put the ImageMagick entry
1596         at the end of image-type-file-name-regexps.
1598 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
1600         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1601         (pcase, pcase-let*, pcase-dolist): Use them.
1603 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1605         * emacs-lisp/pcase.el (pcase--let*): New function.
1606         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
1607         (pcase--expand): Use macroexp-let².
1609 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1611         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1612         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1613         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1614         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1615         * emacs-lisp/derived.el: Use pcase instead of `cl'.
1616         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1618 2012-06-10  Glenn Morris  <rgm@gnu.org>
1620         * mail/rmail.el (rmail-yank-current-message): Leave point at
1621         correct position.  (Bug#11660)
1623 2012-06-10  Chong Yidong  <cyd@gnu.org>
1625         * allout-widgets.el: Fix code header.
1627 2012-06-10  Chong Yidong  <cyd@gnu.org>
1629         * cus-edit.el (customize-changed-options-previous-release):
1630         Bump to 24.1.
1632 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
1634         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1636 2012-06-09  Chong Yidong  <cyd@gnu.org>
1638         * ebuff-menu.el (electric-buffer-list): Preserve header line.
1640 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
1642         * window.el (special-display-popup-frame): Don't use
1643         window--display-buffer (Bug#11651).
1645 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
1647         Fix parallel builds: make sure loaddefs.el is not being written
1648         while Lisp files are compiled.
1649         (compile): Don't depend on 'mh-autoloads'.
1650         (compile-CMD, compile-SH): Depend on 'autoloads'.
1651         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1653         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
1655 2012-06-09  Chong Yidong  <cyd@gnu.org>
1657         * face-remap.el (face-remap-add-relative, face-remap-set-base)
1658         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1659         Doc fixes (Bug#11225).
1661 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1663         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1664         a function if there's a clear indication that it has a compiler-macro.
1665         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1666         (macro-declarations-alist): Add arglist to declaration functions.
1667         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1668         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1669         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1670         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1671         Also add autoload to find the compiler macro.
1672         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1673         (cl--compiler-macro-member, cl--compiler-macro-assoc)
1674         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1675         (cl--compiler-macro-get): New functions, replacing calls to
1676         cl-define-compiler-macro.
1677         (cl-typep) [compiler-macro]: Use macroexp-let².
1679 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
1681         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1682         string properly, fixes Bug#11473.
1684 2012-06-08  Chong Yidong  <cyd@gnu.org>
1686         * faces.el (set-face-attribute): Doc fix.
1687         (modify-face): Don't use :bold and :italic.
1688         (error, warning, success): Tweak definitions.
1690         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1691         (custom-modified, custom-set, custom-changed, custom-themed)
1692         (custom-saved, custom-button, custom-button-mouse)
1693         (custom-button-pressed, custom-state, custom-comment-tag)
1694         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1695         (custom-group-subtitle): Use new-style face specs.
1696         (custom-invalid-face, custom-rogue-face, custom-modified-face)
1697         (custom-set-face, custom-changed-face, custom-saved-face)
1698         (custom-button-face, custom-button-pressed-face)
1699         (custom-documentation-face, custom-state-face)
1700         (custom-comment-face, custom-comment-tag-face)
1701         (custom-variable-tag-face, custom-variable-button-face)
1702         (custom-face-tag-face, custom-group-tag-face-1)
1703         (custom-group-tag-face): Remove obsolete face alias.
1705         * epa.el (epa-validity-high, epa-validity-medium)
1706         (epa-validity-low, epa-mark, epa-field-name, epa-string)
1707         (epa-field-name, epa-field-body):
1708         * font-lock.el (font-lock-comment-face, font-lock-string-face)
1709         (font-lock-keyword-face, font-lock-builtin-face)
1710         (font-lock-function-name-face, font-lock-variable-name-face)
1711         (font-lock-type-face, font-lock-constant-face):
1712         * ido.el (ido-first-match, ido-only-match, ido-subdir)
1713         (ido-virtual, ido-indicator, ido-incomplete-regexp):
1714         * speedbar.el (speedbar-button-face, speedbar-file-face)
1715         (speedbar-directory-face, speedbar-tag-face)
1716         (speedbar-selected-face, speedbar-highlight-face)
1717         (speedbar-separator-face):
1718         * whitespace.el (whitespace-newline, whitespace-space)
1719         (whitespace-hspace, whitespace-tab, whitespace-trailing)
1720         (whitespace-line, whitespace-space-before-tab)
1721         (whitespace-space-after-tab, whitespace-indentation)
1722         (whitespace-empty):
1723         * emulation/cua-base.el (cua-global-mark):
1724         * eshell/em-prompt.el (eshell-prompt):
1725         * net/newst-plainview.el (newsticker-new-item-face)
1726         (newsticker-old-item-face, newsticker-immortal-item-face)
1727         (newsticker-obsolete-item-face, newsticker-date-face)
1728         (newsticker-statistics-face, newsticker-default-face):
1729         * net/newst-reader.el (newsticker-feed-face)
1730         (newsticker-extra-face, newsticker-enclosure-face):
1731         * net/newst-treeview.el (newsticker-treeview-face)
1732         (newsticker-treeview-new-face, newsticker-treeview-old-face)
1733         (newsticker-treeview-immortal-face)
1734         (newsticker-treeview-obsolete-face)
1735         (newsticker-treeview-selection-face):
1736         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1737         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1738         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1739         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1740         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1741         (nxml-outline-active-indicator, nxml-outline-ellipsis):
1742         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1743         (mpuz-text):
1744         * progmodes/vera-mode.el (vera-font-lock-number)
1745         (vera-font-lock-function, vera-font-lock-interface):
1746         * textmodes/table.el (table-cell): Use new-style face specs, and
1747         don't use the old :bold and :italic attributes.
1749         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1750         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1751         (ebrowse-member-class, ebrowse-progress): Likewise.
1752         (ebrowse-tree-mark-face, ebrowse-root-class-face)
1753         (ebrowse-file-name-face, ebrowse-default-face)
1754         (ebrowse-member-attribute-face, ebrowse-member-class-face)
1755         (ebrowse-progress-face): Remove obsolete faces.
1757         * progmodes/flymake.el (flymake-errline, flymake-warnline):
1758         Inherit from error and warning faces respectively.
1760         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1761         Likewise.
1762         (flyspell-incorrect-face, flyspell-duplicate-face):
1763         Remove obsolete aliases.
1765 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
1767         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1768         Avoid infloop.
1770 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1772         * startup.el (argv, argi): Make lexically scoped.
1773         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1774         * emacs-lisp/cl-macs.el: Use lexical-binding.
1775         Rename cl-bind-* to cl--bind-*.
1776         * files.el: Don't require `cl' since it doesn't use it.
1777         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1779 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
1781         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1782         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1783         instead of calling external sort utility.
1784         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1786 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
1788         * descr-text.el (describe-char): Mention how to insert the
1789         character, if the current input method doesn't support it.
1790         See the discussion in this thread for the details:
1791         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1793 2012-06-08  Sam Steingold  <sds@gnu.org>
1795         * bindings.el (global-map): Bind XF86Forward to next-buffer and
1796         XF86Back to previous-buffer.
1797         (minibuffer-local-map): Bind them to next-history-element and
1798         previous-history-element respectively.
1799         * help-mode.el (help-mode-map): Bind them to help-go-forward and
1800         help-go-back respectively.
1801         * info.el (Info-mode-map): Bind them to Info-history-forward and
1802         Info-history-back respectively.
1803         These are the keys next to Up on the ThinkPad keyboard.
1805 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1807         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1808         * emacs-lisp/cl-macs.el: Provide itself.
1809         (cl--labels-convert-cache): New var.
1810         (cl--labels-convert): New function.
1811         (cl-flet, cl-labels): New implementation with new semantics, relying on
1812         lexical-binding.
1813         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1814         (cl-closure-vars, cl--function-convert-cache)
1815         (cl--function-convert): Move from cl-macs.el.
1816         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1817         rename by removing the "cl-" prefix.
1818         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1820 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1822         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1823         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1824         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1825         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1826         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1827         (cl-hash-table-count): Add old compatibility aliases.
1829         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1830         Use macroexpand-all-environment instead.
1831         (cl--old-macroexpand): New var.
1832         (cl--sm-macroexpand): New function.
1833         (cl-symbol-macrolet): Use it during macro expansion.
1834         (cl--function-convert-cache): New var.
1835         (cl--function-convert): New function, extracted from
1836         cl-macroexpand-all.
1837         (cl-lexical-let): Use it.
1839         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1840         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1841         (cl-member): Remove old alias.
1843         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1844         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1845         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1846         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1847         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1848         (cl-macroexpand-cmacs): Remove var.
1849         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1850         Use macroexpand-all instead.
1852 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1854         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1855         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1856         (macroexp-copyable-p): New functions and macros.
1857         * emacs-lisp/edebug.el (edebug-unwrap):
1858         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1859         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1860         (pcase--let*): Remove.
1861         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1862         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
1863         macroexp-const-p instead.
1864         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1866         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1867         instead of "cl-" for internal definitions.  Use macroexp-const-p.
1868         (cl-old-bc-file-form): Remove var.
1869         (cl-const-exprs-p): Remove fun.
1870         (cl-labels, cl-macrolet): Use backquote.
1871         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
1872         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1873         (cl-define-setf-expander): Rename from cl-define-setf-method.
1874         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1876         * international/mule-cmds.el: Don't require CL.
1877         (view-hello-file): Don't use `letf'.
1879 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1881         * tmm.el (tmm-prompt): Use string-prefix-p.
1882         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1883         (tmm-add-prompt): Use minibuffer-completion-help.
1884         (tmm-delete-map): Remove.
1886         * subr.el (kbd): Make it its own function.
1888 2012-06-07  Stefan Merten  <smerten@oekonux.de>
1890         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1891         Silence compiler warnings.  Fix versions.
1892         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
1893         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
1894         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
1895         (rst-package-emacs-version-alist): Correct Emacs version to
1896         represent major merge with upstream.
1897         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
1899 2012-06-06  Glenn Morris  <rgm@gnu.org>
1901         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1902         Only print environment variables if set.
1904 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1906         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1907         (macroexp--cons): Rename from maybe-cons.
1908         (macroexp--accumulate): Rename from macroexp-accumulate.
1909         (macroexp--all-forms): Rename from macroexpand-all-forms.
1910         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1911         (macroexp--expand-all): Rename from macroexpand-all-1.
1913 2012-06-06  Sam Steingold  <sds@gnu.org>
1915         * calendar/calendar.el (calendar-in-read-only-buffer):
1916         Call `special-mode' to enable the standard read-only keybindings.
1918 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1920         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1921         with "loading" messages (bug#11635).
1923 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
1925         * files.el (enable-remote-dir-locals): New option.
1926         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
1928         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1929         Ensure, that the temp directory is local.
1931         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1932         `temporary-file-directory'.
1934         * progmodes/python.el (python-send-region): Ensure, that the
1935         temporary file is created also in the remote case.
1937 2012-06-06  Glenn Morris  <rgm@gnu.org>
1939         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1940         (vc-rcs-update-changelog): Use it.
1942         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
1944         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1945         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1946         (vc-sccs-diff): Replace use of the external vcdiff script.
1948 2012-06-05  Glenn Morris  <rgm@gnu.org>
1950         * ledit.el: Move to obsolete/.
1952 2012-06-05  Sam Steingold  <sds@gnu.org>
1954         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
1955         patch (Bug#11140).
1957 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1959         * emacs-lisp/cust-print.el: Move to obsolete.
1961         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1962         compiler-macro expansion.
1964         Add native compiler-macro support.
1965         * emacs-lisp/macroexp.el (macroexpand-all-1):
1966         Support compiler-macros directly.  Properly follow aliases and apply
1967         the compiler macros more thoroughly.
1968         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1969         macroexpand now properly follows aliases.
1970         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1971         (cl-compiler-macroexpand): Use new prop.
1972         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1974         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1976 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
1978         * window.el (get-lru-window, get-mru-window, get-largest-window):
1979         New argument NOT-SELECTED to avoid picking the selected window.
1980         (window--display-buffer-1, window--display-buffer-2): Replace by
1981         new function window--display-buffer
1982         (display-buffer-same-window, display-buffer-reuse-window)
1983         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1984         Use window--display-buffer.
1985         (display-buffer-use-some-window): Remove temporary dedication
1986         hack by calling get-lru-window and get-largest-window with
1987         NOT-SELECTED argument non-nil.  Call window--display-buffer.
1989 2012-06-05  Glenn Morris  <rgm@gnu.org>
1991         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1992         Replace external vcdiff script.
1994 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1996         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1998 2012-06-04  Chong Yidong  <cyd@gnu.org>
2000         * image.el (imagemagick-types-inhibit): Revert last change.
2001         Add INFO and M.
2002         (imagemagick-enabled-types): Remove CIN and EPS*.
2004 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2006         * emacs-lisp/cl-lib.el: Rename from cl.el.
2007         * emacs-lisp/cl.el: New compatibility file.
2008         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2009         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2010         to obey the "cl-" prefix.
2011         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2013 2012-06-03  Glenn Morris  <rgm@gnu.org>
2015         * emacs-lisp/authors.el (authors-aliases): Addition.
2017         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2018         Fix :version.
2020 2012-06-03  Stefan Merten  <smerten@oekonux.de>
2022         * textmodes/rst.el: Add comments.
2023         (rst-transition, rst-adornment): New faces.
2024         (rst-adornment-faces-alist): Make default safe to reevaluate.
2025         Fixes
2026         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2027         Improve customization tags.
2028         (rst-define-level-faces): Clarify meaning.
2030 2012-06-03  Chong Yidong  <cyd@gnu.org>
2032         * progmodes/compile.el (compilation-mode-line-fail)
2033         (compilation-mode-line-run, compilation-mode-line-exit):
2034         New faces.
2035         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2037 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
2039         * progmodes/which-func.el (which-func-update-ediff-windows):
2040         New function.  Use it in ediff-select-hook (Bug#11478).
2042 2012-06-03  Chong Yidong  <cyd@gnu.org>
2044         * bindings.el: Remove explicit help text from format-mode-line.
2045         It is now supplied by mode-line-default-help-echo.
2046         (mode-line-front-space, mode-line-end-spaces)
2047         (mode-line-misc-info): New variables.
2048         (mode-line-modes, mode-line-position): Move the default value to
2049         the variable definition.
2050         (mode-line-default-help-echo): New defcustom.
2051         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2052         (mode-line-modified-help-echo): New functions.
2053         (mode-line-mule-info, mode-line-modified): Use them.
2054         (mode-line-eol-desc, propertized-buffer-identification):
2055         Consistency fixes for help text.
2056         (mode-line-coding-system-map): Allow using mouse-3 to invoke
2057         set-buffer-file-coding-system (Bug#289).
2058         (mode-line-mule-info-help-echo): Update help text.
2060 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2062         * simple.el (execute-extended-command): Set real-this-command
2063         (bug#11506).
2065 2012-06-02  Chong Yidong  <cyd@gnu.org>
2067         Remove incorrect uses of "modeline" in comments, docstrings, and
2068         function/variable names (Bug#10329).
2070         * cus-edit.el (mode-line):
2071         * dframe.el (dframe-mouse-hscroll):
2072         * emacs-lisp/re-builder.el:
2073         * emacs-lisp/easy-mmode.el (define-minor-mode):
2074         * frame.el (set-frame-name):
2075         * help.el (lookup-minor-mode-from-indicator):
2076         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2077         * progmodes/cc-cmds.el (c-toggle-auto-newline)
2078         (c-toggle-hungry-state):
2079         * progmodes/antlr-mode.el (antlr-language-alist):
2080         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2081         * progmodes/vhdl-mode.el (vhdl-mode):
2082         * progmodes/which-func.el (which-func, which-func-cleanup-function):
2083         * term/ns-win.el (ns-face-at-pos):
2084         * term/sup-mouse.el (sup-mouse-report):
2085         * textmodes/flyspell.el (flyspell-mode-line-string):
2086         * textmodes/ispell.el (ispell-highlight-face):
2087         * textmodes/reftex-global.el:
2088         * vc/vc-arch.el (vc-arch-mode-line-string):
2089         * vc/vc-cvs.el (vc-cvs-mode-line-string):
2090         * vc/vc-git.el (vc-git-mode-line-string):
2091         * vc/vc-hooks.el (vc-display-status)
2092         (vc-default-mode-line-string):
2093         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2095         * ansi-color.el (ansi-color-faces-vector): Change default faces.
2097         * dired.el (dired-sort-set-mode-line): Rename from
2098         dired-sort-set-modeline.  All callers changed.
2100         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2101         eshell-status-in-modeline.
2103         * foldout.el (foldout-mode-line-string): Rename from
2104         foldout-modeline-string.  All callers changed.
2105         (foldout-update-mode-line): Rename from foldout-update-modeline.
2107         * subr.el (redraw-modeline): Make into obsolete alias.
2109         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2110         timeclock-modeline-display.  Make old name an alias.
2111         (timeclock-update-mode-line): Likewise.  All callers changed.
2112         (timeclock-mode-line-display): No need to check before using
2113         add-hook.
2114         (timeclock-relative, timeclock-day-over-hook)
2115         (timeclock-use-elapsed, timeclock-mode-string)
2116         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2118         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2119         crisp-mode-modeline-string.
2121         * play/solitaire.el (solitaire-build-mode-line): Rename from
2122         solitaire-build-modeline.  All callers changed.
2124         * play/zone.el (zone-hiding-mode-line): Rename from
2125         zone-hiding-modeline.  All callers changed.
2126         (zone): Remove unusued `modeline-hidden-level' property.
2128         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2129         xscheme-modeline-initialize.  All callers changed.
2131         * strokes.el (strokes-lighter): Rename from
2132         strokes-modeline-string.
2134         * textmodes/sgml-mode.el (html-face-tag-alist)
2135         (html-tag-face-alist): Use mode-line face instead of obsolete
2136         alias modeline.
2138 2012-06-02  Stefan Merten  <smerten@oekonux.de>
2140         * textmodes/rst.el: Always require `cl'.
2141         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
2143 2012-06-02  Chong Yidong  <cyd@gnu.org>
2145         * image.el (imagemagick-enabled-types): Rename from
2146         imagemagick-types-enable.  Add many more types.
2147         (imagemagick-types-inhibit): Change default to nil.
2148         (imagemagick-filter-types): Caller changed.
2150 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2152         * emacs-lisp/cl-macs.el: Use backquotes.
2153         (cl-transform-function-property): Use eval-and-compile rather than
2154         abusing `require'.
2155         (defstruct): Use declare-function instead of with-no-warnings.
2157         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2158         (byte-compile-output-docform): Re-add the print-circle bindings.
2159         (byte-compile-fix-header): Use #$ just because it's shorter.
2160         (byte-compile-output-file-form): Remove defun/defmacro.
2162 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
2164         * simple.el (choose-completion): Remove now obsolete binding for
2165         owindow.
2167 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
2169         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2170         in order to avoid "Stack overflow in regexp matcher".
2172 2012-05-31  Glenn Morris  <rgm@gnu.org>
2174         * image.el: For clarity, call imagemagick-register-types at
2175         top-level, rather than relying on a custom :initialize.
2176         (imagemagick-types-enable): New option.  (Bug#11557)
2177         (imagemagick-filter-types): New function.  (Bug#7406)
2178         (imagemagick-register-types): Use imagemagick-filter-types.
2179         If disabling support, remove elements altogether rather
2180         than using an impossible regexp.
2181         (imagemagick-types-inhibit): Give it the default init function.
2183 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2185         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2186         Handle arbitrary file name lengths (Bug#11585).
2188 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
2190         * desktop.el (desktop-read): Clear previous and next buffers for
2191         all windows and bury *Messages* buffer (bug#11556).
2193 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2195         Add `declare' for `defun'.  Align `defmacro's with it.
2196         * emacs-lisp/easy-mmode.el (define-minor-mode)
2197         (define-globalized-minor-mode): Don't autoload the var definitions.
2198         * emacs-lisp/byte-run.el: Use lexical-binding.
2199         (defun-declarations-alist, macro-declarations-alist): New vars.
2200         (defmacro, defun): Use them.
2201         (make-obsolete, define-obsolete-function-alias)
2202         (make-obsolete-variable, define-obsolete-variable-alias):
2203         Use `declare'.
2204         (macro-declaration-function): Mark obsolete.
2205         * emacs-lisp/autoload.el: Use lexical-binding.
2206         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
2208 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2210         * textmodes/ispell.el (ispell-with-no-warnings):
2211         Define as a macro.
2212         (ispell-kill-ispell, ispell-change-dictionary):
2213         Use `called-interactively-p' for Emacs instead of obsolete
2214         `interactive-p'.
2216 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2218         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2219         (macro-declaration-function): Move var from C code.
2220         (macro-declaration-function): Define function with defalias.
2221         * emacs-lisp/macroexp.el (macroexpand-all-1):
2222         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2223         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2224         defun/defmacro any more.
2225         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2226         Provide fallback for unknown arglist.
2227         (byte-compile-arglist-warn): Change calling convention.
2228         (byte-compile-output-file-form): Move print-vars binding.
2229         (byte-compile-output-docform): Simplify accordingly.
2230         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2231         (byte-compile-defmacro-declaration): Remove.
2232         (byte-compile-file-form-defmumble): Generalize to defalias.
2233         (byte-compile-output-as-comment): Return byte-positions.
2234         Simplify callers accordingly.
2235         (byte-compile-lambda): Use `assert'.
2236         (byte-compile-defun, byte-compile-defmacro): Remove.
2237         (byte-compile-file-form-defalias):
2238         Use byte-compile-file-form-defmumble.
2239         (byte-compile-defalias-warn): Remove.
2241 2012-05-29  Stefan Merten  <smerten@oekonux.de>
2243         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
2244         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
2246         (rst-mode-abbrev-table): Merge definition.
2247         (rst-mode): Make sure `font-lock-defaults' is buffer local.
2248         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2250 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2252         * calendar/icalendar.el
2253         (icalendar-export-region): Export UID properly.
2255 2012-05-29  Leo Liu  <sdl.web@gmail.com>
2256         * calendar/icalendar.el (icalendar-import-format):
2257         Add `icalendar-import-format-uid' (Bug#11525).
2258         (icalendar-import-format-uid): New.
2259         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2260         Export UID.
2262 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2265         different alternative patterns.
2266         (pcase-codegen): Be more careful to preserve identity.
2267         (pcase--u1): Don't forget to mark vars as used.
2269         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2270         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2271         (byte-compile-from-buffer): ...rather than here.
2273         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2274         functions from byte-compile-function-environment.
2276 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
2278         * window.el (window-deletable-p): Avoid deleting the root window
2279         of a frame with an active minibuffer.
2281 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
2283         * simple.el (choose-completion): Use quit-window (Bug#11567).
2285 2012-05-29  Chong Yidong  <cyd@gnu.org>
2287         * whitespace.el (whitespace-cleanup): Fix usage of
2288         whitespace-empty-at-bob-regexp (Bug#11492).
2290 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2292         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2293         revert (Bug#11488).
2295 2012-05-29  Juri Linkov  <juri@jurta.org>
2297         * isearch.el (isearch-mode-map): Bind `M-s _' to
2298         `isearch-toggle-symbol'.  Bind `M-s c' to
2299         `isearch-toggle-case-fold'.
2300         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2301         (isearch-forward): Add `M-s _' to the docstring.
2302         (isearch-forward-symbol, isearch-toggle-case-fold)
2303         (isearch-symbol-regexp): New functions.  (Bug#11381)
2305 2012-05-29  Juri Linkov  <juri@jurta.org>
2307         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
2308         (isearch-occur, isearch-search-and-update): If `isearch-word' is
2309         a function, call it to get the regexp.
2310         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2311         property `isearch-message-prefix' instead of the string "word ".
2312         (isearch-search-fun-default): For the case of `isearch-word',
2313         return a lambda that calls re-search-forward/re-search-backward
2314         with a regexp returned by `word-search-regexp' or by the function
2315         in `isearch-word'.
2317 2012-05-29  Juri Linkov  <juri@jurta.org>
2319         * isearch.el (isearch-search-fun-default): New function.
2320         (isearch-search-fun): Move default part to the new function
2321         `isearch-search-fun-default'.
2322         (isearch-search-fun-function): Set the default value to
2323         `isearch-search-fun-default'.  (Bug#11381)
2325         * comint.el (comint-history-isearch-end):
2326         Use `isearch-search-fun-default'.
2327         (comint-history-isearch-search): Use `isearch-search-fun-default'
2328         and remove spacial case for `isearch-word'.
2329         (comint-history-isearch-wrap): Remove spacial case for
2330         `isearch-word'.
2332         * hexl.el (hexl-isearch-search-function):
2333         Use `isearch-search-fun-default'.
2335         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2336         Use `word-search-regexp' for `isearch-word'.
2338         * misearch.el (multi-isearch-search-fun):
2339         Use `isearch-search-fun-default'.
2341         * simple.el (minibuffer-history-isearch-search):
2342         Use `isearch-search-fun-default' and remove spacial case for
2343         `isearch-word'.
2344         (minibuffer-history-isearch-wrap): Remove spacial case for
2345         `isearch-word'.
2347         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2348         Remove spacial case for `isearch-word'.
2349         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2351 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2353         Decrease XEmacs incompatibilities.
2354         * textmodes/flyspell.el (flyspell-check-pre-word-p):
2355         Use `string-match'.
2356         (flyspell-delete-region-overlays): Use alternative definition for
2357         XEmacs.
2358         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2359         (flyspell-word): Use `process-kill-without-query' if XEmacs.
2360         (flyspell-mode-on): Use `interactive-p' if XEmacs.
2361         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2362         `define-obsolete-face-alias' under XEmacs, but old method.
2364         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2365         `with-no-warnings' definition or Emacs alias.
2366         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2367         (ispell-word): Do not use `region-p' if XEmacs.
2369 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2371         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2372         Check for `ispell-dictionary-base-alist' instead of full
2373         `ispell-dictionary-alist'.
2374         (ispell-init-process): Show spellchecker when starting new Ispell
2375         process.
2377 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2379         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2380         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2382 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
2384         * version.el (motif-version-string, gtk-version-string)
2385         (ns-version-string): Declare.
2387 2012-05-27  Juri Linkov  <juri@jurta.org>
2389         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2390         after the `eval-defun-1' specialcaseing
2391         like in `edebug-eval-defun' (bug#10181).
2393         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2394         like in `eval-defun-1'.
2396 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
2398         * mail/sendmail.el (mail-yank-region):
2399         Recognize rmail-yank-current-message in addition to insert-buffer.
2400         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
2401         a *mail* buffer created through rmail-start-mail with sendmail as
2402         mail-user-agent.
2404 2012-05-27  Chong Yidong  <cyd@gnu.org>
2406         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2407         Default to 256 (Bug#11267).
2409         * help.el (describe-mode): Doc fix.
2411 2012-05-26  Glenn Morris  <rgm@gnu.org>
2413         * w32-fns.el (w32-init-info): Remove.
2414         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2416         * info.el (info-initialize): For self-contained NS builds, put the
2417         included info/ directory at the front.  (Bug#2791)
2419         * paths.el (Info-default-directory-list): Make it a defcustom,
2420         mainly so that we can use custom-initialize-delay.
2422 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * subr.el (buffer-has-markers-at): Mark obsolete.
2426         * subr.el (lambda): Use declare.
2428         * emacs-lisp/lisp-mode.el (lambda):
2429         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2431 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2433         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
2435 2012-05-26  Glenn Morris  <rgm@gnu.org>
2437         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2439 2012-05-25  Glenn Morris  <rgm@gnu.org>
2441         * paths.el: Remove no-byte-compile.
2442         * loadup.el: No need to load paths.el uncompiled.
2444         * image.el (imagemagick-types-inhibit): Doc fix.
2446         * version.el: Remove no-byte-compile and associated formatting.
2447         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
2448         is ancient code from when there was an "inc-vers.el".
2450 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2452         * progmodes/gdb-mi.el: Minor style changes.
2453         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2454         Turn into minor modes.
2455         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2456         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2457         (gdb-shell): Remove unneeded let-binding.
2458         (gdb-get-many-fields): Eliminate O(n²) behavior.
2460 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
2462         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2463         platforms that don't link in fontset.c.
2465 2012-05-25  Juri Linkov  <juri@jurta.org>
2467         Use the same diff color scheme as in modern VCSes (bug#10181).
2469         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2470         to avoid confusion with `diff-added' that now uses green colors.
2471         (diff-removed): Use shades of red.
2472         (diff-added): Use shades of green.
2473         (diff-changed): Leave just the yellow color.
2474         (diff-use-changed-face): New variable.
2475         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2476         how to highlight context diff changes.
2477         (diff-refine-change): Use shades of yellow.
2478         (diff-refine-removed): New face that uses shades of red.
2479         (diff-refine-added): New face that uses shades of green.
2480         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2481         `diff-refine-removed' in the call to `smerge-refine-subst'
2482         depending on the value of `diff-use-changed-face'.
2484         * vc/smerge-mode.el (smerge-mine): Use shades of red.
2485         (smerge-other): Use shades of green.
2486         (smerge-base): Use shades of yellow.
2487         (smerge-refined-change): Empty face.
2488         (smerge-refined-removed): New face that uses shades of red.
2489         (smerge-refined-added): New face that uses shades of green.
2490         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
2491         args `props-r' and `props-a', and use them.  Doc fix.
2492         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2493         on its value use different faces `smerge-refined-change',
2494         `smerge-refined-removed', `smerge-refined-added' in the call to
2495         `smerge-refine-subst'.
2497         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2498         Add face condition `min-colors 88' with shades of red.
2499         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2500         `min-colors 88' with shades of green.
2501         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2502         `min-colors 88' with shades of yellow.
2504 2012-05-24  Glenn Morris  <rgm@gnu.org>
2506         * paths.el (prune-directory-list, remote-shell-program): Move to...
2507         * files.el (prune-directory-list, remote-shell-program): ...here.
2508         For the latter, delay initialization, prefer ssh, just search PATH.
2510         * paths.el (term-file-prefix): Move to faces.el (the only user).
2511         * faces.el (term-file-prefix): Move here, make it a defcustom.
2513         * paths.el (news-directory, news-path, news-inews-program):
2514         Move to gnus/nnspool.el.
2516         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2518         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2519         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2520         Make the latter a defcustom, with a delayed initialization.
2522         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2523         These were deleted from Gnus itself late 2010.
2525 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
2527         * progmodes/which-func.el (which-func-ff-hook):
2528         Check against user-error, not error.
2530         * emacs-lisp/edebug.el (top): Do not load or set up loading of
2531         cl-specs.el, which no longer exists.
2533 2012-05-22  Glenn Morris  <rgm@gnu.org>
2535         * info.el (info-emacs-bug): New command.
2536         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2537         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2539 2012-05-21  Glenn Morris  <rgm@gnu.org>
2541         * makefile.w32-in (update-subdirs-SH):
2542         * Makefile.in (update-subdirs): Update for moved update-subdirs.
2544 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2546         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2548         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2549         Simplify Maven regexp, and make sure the file can't start with a space
2550         (bug#11517).
2552 2012-05-21  Glenn Morris  <rgm@gnu.org>
2554         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2555         Scrap superfluous subshells.
2557 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2560         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2562 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
2564         * calc/calc.el (calc-ensure-consistent-units): New variable.
2566         * calc/calc-units.el (math-consistent-units-p)
2567         (math-check-unit-consistency): New functions.
2568         (calc-quick-units, calc-convert-units):
2569         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2570         is non-nil.
2571         (calc-extract-units): Fix typo.
2573 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2575         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2577         * textmodes/flyspell.el: Commenting style, plus code simplifications.
2578         (flyspell-default-deplacement-commands): Don't spell check after
2579         repeated window/frame switches (e.g. triggered by mouse-movement).
2580         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2581         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2582         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2583         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2584         Remove unused vars.
2585         (flyspell-get-casechars, flyspell-get-not-casechars):
2586         Simplify; Don't bother removing a ] just to add it back.
2587         * textmodes/ispell.el (ispell-program-name): Use executable-find.
2589 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2591         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2592         New functions.
2593         (math-function-table): Add support for more C functions.
2595 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2597         * textmodes/flyspell.el (flyspell-check-pre-word-p)
2598         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2599         Protect delay handling for otherchars against empty otherchars.
2601 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2603         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2604         their respective macro declarations.
2605         * skeleton.el (define-skeleton):
2606         * progmodes/compile.el (define-compilation-mode):
2607         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2608         (define-ibuffer-filter):
2609         * emacs-lisp/generic.el (define-generic-mode):
2610         * emacs-lisp/easy-mmode.el (define-minor-mode)
2611         (define-globalized-minor-mode):
2612         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2613         * emacs-lisp/byte-run.el (defsubst):
2614         * custom.el (deftheme): Add doc-string metadata.
2616 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2618         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2620 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2622         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2624         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2625         * emacs-lisp/cl-macs.el: Idem.
2626         * emacs-lisp/cl-specs.el: Remove.
2628 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2630         Minor renaming of internal CL functions and variables.
2631         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2632         (cl--position): Rename from cl-position.
2633         (cl--delete-duplicates): Rename from cl-delete-duplicates.
2634         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2635         (cl--random-state): Rename from *random-state*.
2637 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2639         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2640         parens around the arg list (bug#11499).
2642 2012-05-17  Juri Linkov  <juri@jurta.org>
2644         * isearch.el (word-search-regexp, word-search-backward)
2645         (word-search-forward, word-search-backward-lax)
2646         (word-search-forward-lax): Move functions from search.c
2647         (bug#10145, bug#11381).
2649 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2651         * textmodes/flyspell.el (flyspell-check-pre-word-p)
2652         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2653         Delay for otherchars as for normal word components.
2655 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2657         * minibuffer.el (completion--sifn-requote): Fix last change.
2658         (minibuffer-local-must-match-filename-map):
2659         Move define-obsolete-variable-alias before its var.
2661 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2663         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2665         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2666         behavior.
2667         (completion--string-equal-p): New function.
2668         (completion--twq-all): Use it to get better assertion failure data.
2670         Only handle ".." and '..' quoting in shell-mode (bug#11466).
2671         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2672         (shell--requote-argument): New functions.
2673         (shell-completion-vars): Use them.
2674         (shell--parse-pcomplete-arguments): Rename from
2675         shell-parse-pcomplete-arguments.
2676         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
2677         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2678         Obey comint-file-name-quote-list.
2680         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2681         (smie-indent-keyword): Use it.
2683 2012-05-14  Stefan Merten  <smerten@oekonux.de>
2685         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2687 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2689         * net/rlogin.el (rlogin-mode-map): Fix last change.
2691 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
2693         * mail/smtpmail.el (smtpmail-send-command): Send the command and
2694         the following \r\n using a single `process-send-string', since the
2695         Lotus SMTP server refuses to accept any commands if they are sent
2696         with two `process-send-string's (Bug#11444).
2698 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2700         * shell.el (shell-parse-pcomplete-arguments):
2701         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
2703 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
2705         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2706         (image-transform-scale, image-transform-right-angle-fudge): New vars.
2707         (image-transform-width, image-transform-fit-width): New functions.
2708         (image-transform-properties): Use them.
2709         (image-transform-check-size): New function.
2710         (image-toggle-display-image): Use it (for testing).
2711         (image-transform-set-rotation): Reduce angle mod 360.
2712         Delete obsolete comment.
2714 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
2716         * image-mode.el: Fix scaling (bug#11399).
2717         (image-transform-resize): Doc fix.
2718         (image-transform-properties): Default scale is 1 and height should
2719         be an integer.
2721 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
2723         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2724         than hard-coding `car', to fix misbehavior when moving forward.
2726 2012-05-13  Chong Yidong  <cyd@gnu.org>
2728         * emacs-lisp/tabulated-list.el (tabulated-list-format)
2729         (tabulated-list-entries, tabulated-list-padding)
2730         (tabulated-list-sort-key): Make permanent-local.
2732         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2733         (electric-buffer-list): Put electric buffer menu
2734         command descriptions in this docstring, instead of the docstring
2735         of electric-buffer-menu-mode.  Code cleanups.
2736         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
2737         Electric-buffer-menu-mode.
2738         (electric-buffer-update-highlight): Minor code cleanup.
2740 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
2742         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2743         (Bug#11447)
2745 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2747         Move define-obsolete-variable-alias before the var's definition.
2748         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2749         * tooltip.el (tooltip-hook):
2750         * textmodes/reftex-toc.el (reftex-toc-map):
2751         * textmodes/reftex-sel.el (reftex-select-label-map)
2752         (reftex-select-bib-map):
2753         * textmodes/reftex-index.el (reftex-index-map)
2754         (reftex-index-phrases-map):
2755         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2756         * progmodes/meta-mode.el (meta-mode-map):
2757         * novice.el (disabled-command-hook):
2758         * loadhist.el (unload-hook-features-list):
2759         * frame.el (blink-cursor):
2760         * files.el (find-file-not-found-hooks, write-file-hooks)
2761         (write-contents-hooks):
2762         * emulation/tpu-edt.el (GOLD-map):
2763         * emacs-lock.el (emacs-lock-from-exiting):
2764         * emacs-lisp/generic.el (generic-font-lock-defaults):
2765         * emacs-lisp/chart.el (chart-map):
2766         * dos-fns.el (register-name-alist):
2767         * dired-x.el (dired-omit-files-p):
2768         * desktop.el (desktop-enable):
2769         * cus-edit.el (custom-mode-hook):
2770         * buff-menu.el (buffer-menu-mode-hook):
2771         * bookmark.el (bookmark-read-annotation-text-func)
2772         (bookmark-exit-hooks):
2773         * allout.el (allout-mode-deactivate-hook)
2774         (allout-exposure-change-hook, allout-structure-added-hook)
2775         (allout-structure-deleted-hook, allout-structure-shifted-hook):
2776         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2777         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2778         comes before the corresponding variable's definition.
2780 2012-05-12  Chong Yidong  <cyd@gnu.org>
2782         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
2783         (Buffer-menu-mouse-select): Restore function (Bug#11459).
2784         (Buffer-menu-mode-map): Bind it.
2785         (Buffer-menu--pretty-name): Add a mouse-face property.
2787 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2789         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
2790         (prolog-upper-case-string, prolog-lower-case-string)
2791         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2792         (prolog-use-smie, prolog-smie-grammar): New vars.
2793         (prolog-smie-forward-token, prolog-smie-backward-token)
2794         (prolog-smie-rules): New funs.
2795         (prolog-comment-indent): Remove.
2796         (prolog-mode-variables): Use default comment indentation instead.
2797         Setup SMIE.
2798         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2799         (prolog-mode): Don't call them any more.
2800         (prolog-electric-colon, prolog-electric-dash)
2801         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2803         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2805         * minibuffer.el (completion--twq-all): Again, allow case differences.
2807         * term.el: Move keymap initialization code to be more idiomatic.
2808         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2809         (term-terminal-menu): Move initialization into declaration.
2810         (term-escape-char): Let the user set it in her .emacs.
2812         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2813         Provide SMIE-based indentation (not enabled by default yet).
2814         (sh-mode-map): Don't bind electric keys.
2815         Use electric-pair-mode instead of skeleton-pair.
2816         (sh-assignment-regexp): Fit within 80 columns.
2817         (sh-indent-supported): Specify actual shell name instead of boolean.
2818         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2819         (sh-maybe-here-document): Use it.  Make obsolete.
2820         (sh-electric-here-document-mode) New minor mode.
2821         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
2822         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2823         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2824         (sh-smie-rc-grammar, sh-use-smie): New vars.
2825         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2826         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2827         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2828         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2829         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2830         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2831         (sh-set-shell): Use smie-setup if requested.
2833         * term.el (term-set-escape-char): Properly set term-escape-char.
2834         See http://stackoverflow.com/questions/10524656.
2836 2012-05-10  Chong Yidong  <cyd@gnu.org>
2838         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2839         Use url-generic-parse-url, and handle host names and Windows
2840         filenames properly.
2841         (ffap-url-unwrap-remote): Use url-generic-parse-url.
2842         (ffap-url-unwrap-remote): Accept list values, specifying a list of
2843         URL schemes to work on.
2844         (ffap--toggle-read-only): New function.
2845         (ffap-read-only, ffap-read-only-other-window)
2846         (ffap-read-only-other-frame): Use it.
2847         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2848         necessary for ffap-url-unwrap-remote.
2850 2012-05-10  Dave Abrahams  <dave@boostpro.com>
2852         * cus-start.el (create-lockfiles): Add it.
2854 2012-05-09  Chong Yidong  <cyd@gnu.org>
2856         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2857         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2859 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2861         * shell.el (shell-completion-vars): Fix last change (bug#11348).
2863 2012-05-09  Chong Yidong  <cyd@gnu.org>
2865         * ansi-color.el (ansi-color-process-output): Check for validity of
2866         comint-last-output-start before using it.  This avoids a bad
2867         interaction with gdb-mi's input/output buffer.
2869 2012-05-09  Glenn Morris  <rgm@gnu.org>
2871         * files.el (dir-locals-read-from-file):
2872         Mention dir-locals in any error message.
2874 2012-05-09  Chong Yidong  <cyd@gnu.org>
2876         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2877         package (Bug#11410).
2879         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2880         variables into description.
2882 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2884         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2885         shell-delimiter-argument-list (bug#11348).
2886         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2888 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
2890         * textmodes/rst.el: Silence byte-compiler warnings.
2891         (rst-re-alist, rst-reset-section-caches): Move around.
2892         (rst-re): Use `characterp', not `char-valid-p'.
2893         (font-lock-beg, font-lock-end): Declare.
2895         * progmodes/idlw-shell.el (specs): Remove reference to deleted
2896         variable `idlwave-shell-activate-alt-keybindings' and simplify.
2898         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2900 2012-05-08  Glenn Morris  <rgm@gnu.org>
2902         * files.el (auto-mode-alist): Treat ".make" like ".mk".
2904 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2906         * vc/log-edit.el: Add GNU coding standards highlighting.
2907         (log-edit-font-lock-gnu-style)
2908         (log-edit-font-lock-gnu-keywords): New vars.
2909         (log-edit-font-lock-keywords): New fun.
2910         (log-edit-mode): Don't fold case in font-lock.
2911         (log-edit-font-lock-keywords): Do not assume case-folding.
2913         * imenu.el: Misc cleanup.  Make docstrings out of comments.
2914         Use lexical-binding.
2915         (imenu--index-alist, imenu--last-menubar-index-alist)
2916         (imenu-menubar-modified-tick): Use defvar-local.
2917         (imenu--split-menu): Remove unused var.
2918         (imenu--cleanup-seen): Declare as global.
2919         (imenu--cleanup): Use dolist.
2921         * subr.el (defvar-local): Add debug spec and doc-string position.
2923 2012-05-08  Glenn Morris  <rgm@gnu.org>
2925         * language/burmese.el, language/cham.el, language/czech.el:
2926         * language/english.el, language/georgian.el, language/greek.el:
2927         * language/japanese.el, language/khmer.el, language/korean.el:
2928         * language/lao.el, language/misc-lang.el, language/romanian.el:
2929         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2930         * language/thai.el, language/utf-8-lang.el:
2931         Remove no-byte-compile setting.
2933         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
2935 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2937         * progmodes/make-mode.el (makefile-browse):
2938         Remove unnecessary interactive.  (Bug#11324)
2940 2012-05-07  Glenn Morris  <rgm@gnu.org>
2942         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2944         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2946 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2948         * loadup.el: Preload newcomment.el.
2949         * newcomment.el: Move autoload-only code to toplevel.
2951         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2952         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2953         Handle new :right-align column property.
2954         (tabulated-list-print-col): Idem, plus use `display' text-property to
2955         try and preserve alignment for variable pitch fonts.
2957 2012-05-07  Chong Yidong  <cyd@gnu.org>
2959         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2960         (tabulated-list-use-header-line): New var.
2961         (tabulated-list-init-header): Use it.
2962         (tabulated-list-print-fake-header): New function.
2963         (tabulated-list-print): Use it.
2964         (tabulated-list-sort-button-map): Add non-header-line commands.
2965         (tabulated-list-init-header): Add column name property to basic
2966         labels as well.
2967         (tabulated-list-col-sort): Handle non-header-line button case.
2968         (tabulated-list--sort-by-column-name): Fix a corner case.
2970         * buff-menu.el (list-buffers--refresh):
2971         Handle Buffer-menu-use-header-line.
2973 2012-05-06  Chong Yidong  <cyd@gnu.org>
2975         * buff-menu.el: Convert to Tabulated List mode.
2976         (Buffer-menu-buffer+size-width): Make obsolete.
2977         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2978         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2979         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
2980         documentation into docstring of buffer-menu.
2981         (Buffer-menu-toggle-files-only): Add an informative message.
2982         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2983         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2984         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2985         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2986         (Buffer-menu-execute, Buffer-menu-select)
2987         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2988         (Buffer-menu-bury): Use Tabulated List machinery.
2989         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2990         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
2991         Delete.
2992         (list-buffers--refresh): New function.
2993         (list-buffers-noselect): Use it.
2994         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2995         (Buffer-menu--pretty-file-name): New helper functions.
2997         * loadup.el: Preload tabulated-list.
2999         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3000         tabulated-list-sort-column.
3001         (tabulated-list-init-header): Add the initial aligning space even
3002         if tabulated-list-padding is zero.
3004 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
3006         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3007         whose cdr is not a cons cell correctly (bug#11038).
3009 2012-05-06  Chong Yidong  <cyd@gnu.org>
3011         * emacs-lisp/tabulated-list.el (tabulated-list-format):
3012         Accept additional plist in column descriptors.
3013         (tabulated-list-init-header): Obey it.
3014         (tabulated-list-get-entry): New function.
3015         (tabulated-list-put-tag): Use it.  Use string-width instead of
3016         length.
3017         (tabulated-list--column-number): New function.
3018         (tabulated-list-print): Use it.
3019         (tabulated-list-print-col): New function.
3020         Set `tabulated-list-column-name' property on each column's text.
3021         (tabulated-list-print-entry): Use it.
3022         (tabulated-list-delete-entry, tabulated-list-set-col):
3023         New functions.
3024         (tabulated-list-sort-column): New command (Bug#11337).
3026         * buff-menu.el (list-buffers): Move C-x C-b binding from
3027         buff-menu.el to bindings.el.
3029         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3030         :advertised-binding feature.
3032 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
3034         * progmodes/compile.el (compilation-internal-error-properties):
3035         Calculate start position correctly when end-col is set but
3036         end-line is not (Bug#11382).
3038 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
3040         * man.el (Man-unindent): Use text-property-default-nonsticky to
3041         prevent untabify from inheriting face properties (Bug#11408).
3043 2012-05-05  Stefan Merten  <smerten@oekonux.de>
3045         * textmodes/rst.el: Major merge with upstream development up to
3046         Docutils SVN r7399 / rst.el V1.2.1.
3048         Clarify maintainership and authors.
3050         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3051         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3052         (rst-official-version, rst-official-cvs-rev, rst-version)
3053         (rst-package-emacs-version-alist): New functions and variables
3054         for version information.
3056         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3057         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3058         (rst-mode-syntax-table, rst-mode): New and corrected functions
3059         and variables representing reStructuredText features.
3061         (rst-re): New function for reStructuredText regexes.  Use in
3062         many places.
3064         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3065         (rst-mode-map): Rebind keys.
3067         (rst-mode-lazy, rst-font-lock-keywords)
3068         (rst-font-lock-extend-region)
3069         (rst-font-lock-extend-region-internal)
3070         (rst-font-lock-extend-region-extend)
3071         (rst-font-lock-find-unindented-line-limit)
3072         (rst-font-lock-find-unindented-line-match)
3073         (rst-adornment-level, rst-font-lock-adornment-level)
3074         (rst-font-lock-adornment-match)
3075         (rst-font-lock-handle-adornment-pre-match-form)
3076         (rst-font-lock-handle-adornment-matcher): Major revision of
3077         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
3079         (rst-preferred-adornments, rst-adjust-hook)
3080         (rst-new-adornment-down, rst-preferred-bullets)
3081         (rst-preferred-bullets, rst-indent, rst-indent-width)
3082         (rst-indent-field, rst-indent-literal-normal)
3083         (rst-indent-literal-minimized, rst-indent-comment): Change,
3084         extend and improve customization.
3086         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3087         (rst-normalize-cursor-position, rst-get-decoration)
3088         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3089         (rst-rstrip, rst-toc-insert-find-delete-contents)
3090         (rst-shift-fill-region, rst-compute-bullet-tabs)
3091         (rst-debug-print-tabs, rst-debug-mark-found)
3092         (rst-shift-region-guts, rst-shift-region-right)
3093         (rst-shift-region-left, rst-use-char-classes)
3094         (rst-font-lock-keywords-function)
3095         (rst-font-lock-indentation-point)
3096         (rst-font-lock-find-unindented-line-begin)
3097         (rst-font-lock-find-unindented-line-end)
3098         (rst-font-lock-find-unindented-line)
3099         (rst-font-lock-adornment-point, rst-font-lock-level)
3100         (rst-adornment-level-alist): Remove functions and variables.
3102         (rst-compare-adornments, rst-get-adornment-match)
3103         (rst-suggest-new-adornment, rst-get-adornments-around)
3104         (rst-adornment-complete-p, rst-get-next-adornment)
3105         (rst-adjust-adornment, rst-display-adornments-hierarchy)
3106         (rst-straighten-adornments): Standardize function names to
3107         use "adornment" instead of "decoration".  Correct callers.
3108         Similar standardizing in many places.
3110         (rst-update-section, rst-adjust, rst-promote-region)
3111         (rst-enumerate-region, rst-bullet-list-region)
3112         (rst-repeat-last-character): Correct use of `interactive'.
3114         (rst-classify-adornment, rst-find-all-adornments)
3115         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3116         (rst-find-leftmost-column, rst-repeat-last-character):
3117         Refactor functions.
3119         (rst-find-title-line, rst-reset-section-caches)
3120         (rst-get-adornments-around, rst-adjust-adornment-work)
3121         (rst-arabic-to-roman, rst-roman-to-arabic)
3122         (rst-insert-list-pos, rst-insert-list-new-item)
3123         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3124         New functions.
3126         (rst-all-sections, rst-section-hierarchy)
3127         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3128         New variables.
3130         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3131         configuration instead of only buffer.  Change where necessary.
3133         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3134         (rst-shift-region, rst-adaptive-fill): New functions for
3135         indentation and filling.
3137         (rst-comment-line-break, rst-comment-indent)
3138         (rst-comment-insert-comment, rst-comment-region)
3139         (rst-uncomment-region): New functions for handling comments.
3141         (rst-compile): Quote shell arguments.
3143         (rst-compile-pdf-preview, rst-compile-slides-preview):
3144         Delete temporary files after use.
3146 2012-05-05  Glenn Morris  <rgm@gnu.org>
3148         * calendar/cal-html.el: Optionally include holidays in the output.
3149         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3150         (cal-html-holidays): New option.
3151         (cal-html-css-default): Add holiday entry.
3152         (holiday-in-range): Autoload it.
3153         (cal-html-htmlify-entry): Add optional class argument.
3154         (cal-html-htmlify-list): Add optional holidays argument.
3155         (cal-html-insert-agenda-days): Include holidays in the output.
3156         (cal-html-one-month): Maybe include holidays.
3158         * calendar/holidays.el (holiday-in-range):
3159         Move here from cal-tex-list-holidays.
3160         * calendar/cal-tex.el (cal-tex-list-holidays):
3161         Make it an obsolete alias for holiday-in-range.  Update all callers.
3163 2012-05-05  Chong Yidong  <cyd@gnu.org>
3165         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3166         Nextstep.
3168 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
3170         * files.el (file-auto-mode-skip): New var.
3171         (set-auto-mode-1): Use it.
3173 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3175         * repeat.el: Use lexical-binding.
3176         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3177         (repeat-undo-count): Remove.
3178         (repeat):
3179         * progmodes/octave-mod.el (octave-abbrev-start):
3180         * progmodes/f90.el (f90-abbrev-start):
3181         * face-remap.el (text-scale-adjust):
3182         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3184         * emacs-lisp/pcase.el (pcase--let*): New function.
3185         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3186         a bit more.
3187         (pcase--split-pred): Be more clever about ruling out overlap between
3188         a predicate and some constant pattern.
3189         (pcase--q1): Use `null' instead of (eq foo nil).
3191         * subr.el (setq-local, defvar-local): New macros.
3192         (kbd): Redefine as an alias.
3193         (with-selected-window): Leave unrelated frames alone.
3194         (set-temporary-overlay-map): New function.
3196 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3198         * subr.el (user-error): New function.
3199         * window.el (switch-to-buffer):
3200         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3201         (smerge-match-conflict):
3202         * simple.el (previous-matching-history-element)
3203         (next-matching-history-element, goto-history-element, undo-more)
3204         (undo-start):
3205         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3206         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3207         (next-file, tags-loop-scan, list-tags, complete-tag):
3208         * progmodes/compile.el (compilation-loop):
3209         * mouse.el (mouse-minibuffer-check):
3210         * man.el (Man-bgproc-sentinel, Man-goto-page):
3211         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3212         (Info-history-forward, Info-follow-reference, Info-menu)
3213         (Info-extract-menu-item, Info-extract-menu-counting)
3214         (Info-forward-node, Info-backward-node, Info-next-menu-item)
3215         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3216         (Info-next-reference, Info-prev-reference, Info-index)
3217         (Info-index-next, Info-follow-nearest-node)
3218         (Info-copy-current-node-name):
3219         * imenu.el (imenu--make-index-alist)
3220         (imenu-default-create-index-function, imenu-add-to-menubar):
3221         * files.el (basic-save-buffer, recover-file):
3222         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3223         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3224         (checkdoc-message-text, checkdoc-defun):
3225         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3226         * cus-edit.el (customize-changed-options, customize-rogue)
3227         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3228         (custom-variable-mark-to-reset-standard)
3229         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3230         (custom-file):
3231         * completion.el (check-completion-length):
3232         * comint.el (comint-search-arg)
3233         (comint-previous-matching-input-string-position)
3234         (comint-previous-matching-input)
3235         (comint-replace-by-expanded-history-before-point, comint-send-input)
3236         (comint-copy-old-input, comint-backward-matching-input)
3237         (comint-goto-process-mark, comint-set-process-mark):
3238         * calendar/calendar.el (calendar-cursor-to-date): Use it.
3239         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3241 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3243         * dabbrev.el (dabbrev--ignore-case-p): New function.
3244         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3245         Use it.
3247         * files.el (automount-dir-prefix): Mark as obsolete.
3249 2012-05-04  Glenn Morris  <rgm@gnu.org>
3251         * patcomp.el, play/bruce.el: Move to obsolete/.
3253 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3255         Fix minor Y10k bugs.
3256         * arc-mode.el (archive-unixdate):
3257         * autoinsert.el (auto-insert-alist):
3258         * calc/calc-forms.el (math-this-year):
3259         * emacs-lisp/copyright.el (copyright-current-year)
3260         (copyright-update-year, copyright):
3261         * tar-mode.el (tar-clip-time-string):
3262         * time.el (display-time-update):
3263         Don't assume years have 4 digits.
3265 2012-05-04  Chong Yidong  <cyd@gnu.org>
3267         * dos-w32.el (file-name-buffer-file-type-alist)
3268         (direct-print-region-use-command-dot-com):
3269         * ffap.el (ffap-menu-regexp):
3270         * find-file.el (ff-special-constructs):
3271         * follow.el (follow-debug):
3272         * forms.el (forms--debug):
3273         * iswitchb.el (iswitchb-all-frames):
3274         * ido.el (ido-all-frames):
3275         * emacs-lisp/timer.el (timer-max-repeats):
3276         * mail/feedmail.el (feedmail-mail-send-hook)
3277         (feedmail-mail-send-hook-queued):
3278         * mail/footnote.el (footnote-signature-separator):
3279         * mail/mailabbrev.el (mail-alias-separator-string)
3280         (mail-abbrev-mode-regexp):
3281         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3282         * progmodes/idlwave.el (idlwave-libinfo-file)
3283         (idlwave-default-completion-case-is-down)
3284         (idlwave-library-routines): Convert defvars to defcustoms.
3286         * mail/rmail.el (rmail-decode-mime-charset):
3287         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3288         (idlwave-shell-fix-inserted-breaks)
3289         (idlwave-shell-activate-alt-keybindings)
3290         (idlwave-shell-use-breakpoint-glyph):
3291         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3293 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3295         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3297 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
3299         * progmodes/verilog-mode.el (font-lock-keywords):
3300         Fix mis-highligting auto.  Reported by Craig Barner.
3301         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3302         defines from global name space. Reported by Dan Dever.
3303         (verilog-auto-reset, verilog-auto-reset-widths)
3304         (verilog-auto-tieoff): Support using unbased numbers for
3305         AUTORESET and AUTOTIEOFF.
3306         (verilog-submit-bug-report): Update variable list.
3307         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3308         parenthesis from not matching. Reported by Michael Rytting.
3309         (verilog-auto-template-lint): Fix hash error when linting modules
3310         with no used templates.
3311         (verilog-warn, verilog-warn-error)
3312         (verilog-warn-fatal): When non-interactive report multiple
3313         warnings before exiting.  Suggested by Brad Dobbie.
3314         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3315         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3316         to report unused template errors.  Reported by Brad Dobbie.
3317         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3318         nets, bug438. Reported by Vns Blore.
3319         (verilog-auto-inout-module, verilog-auto-reg)
3320         (verilog-read-decls, verilog-read-sub-decls-sig)
3321         (verilog-signals-edit-wire-reg, verilog-signals-with):
3322         Fix passing of Verilog data types in ANSI input/output ports
3323         such as "output logic" into the AUTOs. Special case "wire" and
3324         "reg" for backwards compatibility presuming Verilog 2001.
3325         (verilog-auto-ascii-enum): Add "auto enum" as alias.
3326         (verilog-preprocess): Fix replication of preprocess output.
3327         Reported by Brad Dobbie.
3328         (verilog-auto-inst-interfaced-ports):
3329         Create verilog-auto-inst-interfaced-ports, bug429.
3330         Reported by Julian Gorfajn.
3331         (verilog-after-save-font-hook)
3332         (verilog-before-save-font-hook): New variable.
3333         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3334         (verilog-save-font-mods): Wrap disabling fontification, reported
3335         by David Rogoff.
3336         (verilog-do-indent, verilog-pretty-declarations-auto)
3337         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3338         Reported by Pierre-David Pfister.
3339         (verilog-set-auto-endcomments): Fix endtask auto comments outside
3340         of class declarations, bug292.  Reported by Kevin Heilman.
3341         (verilog-read-decls): Fix 'parameter type' not appearing in
3342         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
3343         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3344         AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3345         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3346         Reported by David Kravitz.
3348 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
3350         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3351         assignment with tests in ifs and for loops.
3352         (verilog-extended-complete-re, verilog-complete-reg): Change so
3353         that DPI inport functions don't look like fuction declarations.
3354         (verilog-pretty-expr): Don't line up assignment
3355         operations to the test and increment in if and for loops
3356         (verilog-extended-complete-re, verilog-complete-reg): Change so
3357         that DPI inport functions don't look like fuction declarations.
3359 2012-05-03  Kenichi Handa  <handa@m17n.org>
3361         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
3362         decoding, and show a warning message without signaling an error
3363         (Bug#11282).
3365 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3367         * emacs-lisp/bytecomp.el
3368         (byte-compile-file-form-custom-declare-variable): Compile all elements,
3369         since cconv.el might have introduced :fun-body, internal-make-closure,
3370         and friends for bytecomp to handle (bug#11391).
3371         * custom.el (defcustom): Avoid ((λ ..) ..).
3373 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3375         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3377 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
3379         * notifications.el (dbus-debug):
3380         * term/linux.el (gpm-mouse-enable):
3381         * term/screen.el (xterm-register-default-colors): Declare.
3383 2012-05-02  Chong Yidong  <cyd@gnu.org>
3385         * cus-start.el (gc-cons-percentage, exec-suffixes)
3386         (dos-display-scancodes, dos-hyper-key, dos-super-key)
3387         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3388         (make-cursor-line-fully-visible, void-text-area-pointer)
3389         (font-list-limit): Add customization data.
3391         * allout.el (allout-exposure-change-functions)
3392         (allout-structure-added-functions)
3393         (allout-structure-deleted-functions)
3394         (allout-structure-shifted-functions): Rename abnormal hooks from
3395         *-hook, and convert to defcustoms.
3396         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3397         Convert to defcustoms.
3398         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3400         * allout-widgets.el: Hook callers changed.
3402 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
3404         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3405         the yanked message in preference to the default value of
3406         buffer-file-coding-system.
3408 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
3410         * window.el (display-buffer--action-function-custom-type):
3411         Fix entry.
3413 2012-05-02  Alan Mackenzie  <acm@muc.de>
3415         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3417 2012-05-01  Glenn Morris  <rgm@gnu.org>
3419         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3421         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
3423         * cus-edit.el (custom-variable-documentation): Simplify with format.
3425 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3426             Stefan Monnier  <monnier@iro.umontreal.ca>
3428         * simple.el (suggest-key-bindings, execute-extended-command):
3429         Move from keyboard.c.
3431 2012-05-01  Chong Yidong  <cyd@gnu.org>
3433         * follow.el: Eliminate advice.
3434         (set-process-filter, process-filter, sit-for): Advice deleted.
3435         (follow-mode-off-hook): Obsolete hook removed.
3436         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3437         Vars deleted.
3438         (follow-auto): Use a :set function.
3439         (follow-mode): Rewritten.  Don't advise process filters.
3440         (follow-switch-to-current-buffer-all, follow-scroll-up)
3441         (follow-scroll-down): Assume follow-mode is bound.
3442         (follow-comint-scroll-to-bottom)
3443         (follow-align-compilation-windows): New functions.
3444         (follow--window-sorter): New function.
3445         (follow-all-followers): Use it to explicitly sort windows by their
3446         positions; don't make assumptions about next-window order.
3447         (follow-windows-start-end, follow-delete-other-windows-and-split)
3448         (follow-calc-win-start): Doc fix.
3449         (follow-windows-aligned-p, follow-select-if-visible): Don't call
3450         vertical-motion unnecessarily.
3451         (follow-adjust-window): New function.
3452         (follow-post-command-hook): Use it.
3453         (follow-call-set-process-filter, follow-call-process-filter)
3454         (follow-intercept-process-output, follow-tidy-process-filter-alist)
3455         (follow-stop-intercept-process-output, follow-generic-filter):
3456         Functions deleted.
3457         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
3458         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3459         New functions, replacing advice on scroll-bar-* commands.
3460         (follow-mwheel-scroll): New function (Bug#4112).
3462         * comint.el (comint-adjust-point): New function.
3463         (comint-postoutput-scroll-to-bottom): Use it.
3464         Call follow-comint-scroll-to-bottom for Follow mode buffers.
3466 2012-05-01  Glenn Morris  <rgm@gnu.org>
3468         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3469         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3470         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3471         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3472         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3473         Remove no-byte-compile setting.
3475 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3477         * minibuffer.el (completion-table-with-quoting): Fix compatibility
3478         all-completions code to not return a number in the last cdr.
3480 2012-04-30  Leo Liu  <sdl.web@gmail.com>
3482         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3483         read-only error.
3485 2012-04-29  Chong Yidong  <cyd@gnu.org>
3487         * follow.el (follow-calc-win-end): Rewrite to handle partial
3488         screen lines correctly (Bug#8390).
3489         (follow-avoid-tail-recenter): Minor cleanup.
3491 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3493         Avoid the obsolete `assoc' package.
3494         * speedbar.el (speedbar-refresh): Avoid adelete.
3495         (speedbar-file-lists): Simplify and avoid aput.
3496         * man.el (Man--sections, Man--refpages): New vars, replacing
3497         Man-sections-alist and Man-refpages-alist.
3498         (Man-build-section-alist, Man-build-references-alist):
3499         Use them; avoid aput.
3500         (Man--last-section, Man--last-refpage): New vars.
3501         (Man-follow-manual-reference): Use them.
3502         Use the `default' arg of completing-read.
3503         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
3505 2012-04-27  Chong Yidong  <cyd@gnu.org>
3507         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3509         * startup.el (x-apply-session-resources): New function.
3511         * term/ns-win.el (ns-initialize-window-system):
3512         * term/w32-win.el (w32-initialize-window-system):
3513         * term/x-win.el (x-initialize-window-system): Use it to properly
3514         set menu-bar-mode and other vars from X resources, even if the
3515         initial frame is not a window-system frame (Bug#2299).
3517         * subr.el (read-key): Avoid running filter function when setting
3518         up temporary tool bar entries (Bug#9922).
3520 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3522         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3523         (Bug#11344)
3525 2012-04-27  Chong Yidong  <cyd@gnu.org>
3527         * select.el (xselect--encode-string): New function, split from
3528         xselect-convert-to-string.
3529         (xselect-convert-to-string): Use it.
3530         (xselect-convert-to-filename, xselect-convert-to-os)
3531         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3532         returned strings are properly encoded (Bug#11315).
3534 2012-04-27  Chong Yidong  <cyd@gnu.org>
3536         * simple.el (delete-active-region): Move to killing custom group.
3538 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3540         * progmodes/which-func.el (which-func-current): Quote %
3541         characters for mode-line processing.
3543 2012-04-27  Chong Yidong  <cyd@gnu.org>
3545         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3546         reaching eob (Bug#11286).
3548 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
3550         * progmodes/gdb-mi.el (gdb-control-level): New variable.
3551         (gdb): Make it buffer-local and init to zero.
3552         (gdb-control-commands-regexp): New variable.
3553         (gdb-send): Don't wrap in "-interpreter-exec console" if
3554         gdb-control-level is positive.  Increment gdb-control-level
3555         whenever the command matches gdb-control-commands-regexp, and
3556         decrement it each time the command is "end".  (Bug#11279)
3558 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
3560         * window.el (adjust-window-trailing-edge, enlarge-window)
3561         (shrink-window, window-resize):
3562         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3563         windows (Bug#11276).
3565 2012-04-27  Chong Yidong  <cyd@gnu.org>
3567         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
3568         fix "missing prefix" warning.  All callers changed.
3570 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3572         * emacs-lisp/assoc.el: Move to obsolete/.
3574 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3576         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
3578         * term/ns-win.el (ns-define-service):
3579         * progmodes/pascal.el (pascal-goto-defun):
3580         * progmodes/js.el (js--read-tab):
3581         * progmodes/etags.el (tags-lazy-completion-table):
3582         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3583         * emacs-lisp/ewoc.el (ewoc--wrap):
3584         * emacs-lisp/assoc.el (aput, adelete, amake):
3585         * doc-view.el (doc-view-convert-current-doc):
3586         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3588 2012-04-26  Chong Yidong  <cyd@gnu.org>
3590         * image.el (image-type-from-buffer): Only return supported image
3591         type (Bug#9045).
3593         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3594         value, for symmetry with diff-end-of-hunk.
3595         (diff-split-hunk, diff-find-source-location)
3596         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3597         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3598         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3599         compute the relevant hunk or file properly (Bug#6005).
3600         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3602 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3604         * vc/vc-mtn.el:
3605         * vc/vc-hg.el:
3606         * vc/vc-git.el:
3607         * vc/vc-dir.el:
3608         * vc/vc-cvs.el:
3609         * vc/vc-bzr.el:
3610         * vc/vc-arch.el:
3611         * vc/vc.el: Replace lexical-let by lexical-binding.
3612         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3613         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3614         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3616 2012-04-26  Chong Yidong  <cyd@gnu.org>
3618         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3619         (diff-mode-shared-map): Bind it to / and [remap undo].
3621         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3622         (ediff-window-setup-function): Use it as the default, to set up
3623         windows based on whether the current frame is graphical (Bug#2138).
3624         (ediff-choose-window-setup-function-automatically): Make obsolete.
3626         * vc/ediff-init.el: Always define ediff-pixel-width/height.
3628 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3630         * ffap.el: Remove old code for obsolete package.
3631         (ffap-complete-as-file-p): Remove.
3633         Use completion-table-with-quoting for comint and pcomplete.
3634         * comint.el (comint--unquote&requote-argument)
3635         (comint--unquote-argument, comint--requote-argument): New functions.
3636         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3637         (comint-quote-filename): Use regexp-opt-charset.
3638         (comint--common-suffix, comint--common-quoted-suffix)
3639         (comint--table-subvert): Remove.
3640         (comint-unquote-function, comint-requote-function): New vars.
3641         (comint--complete-file-name-data): Use them with
3642         completion-table-with-quoting.
3643         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3644         * pcomplete.el (pcomplete-arg-quote-list)
3645         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3646         (pcomplete-unquote-argument-function): Default to non-nil.
3647         (pcomplete-unquote-argument): Simplify.
3648         (pcomplete--common-quoted-suffix): Remove.
3649         (pcomplete-requote-argument-function): New var.
3650         (pcomplete--common-suffix): New function.
3651         (pcomplete-completions-at-point): Use completion-table-with-quoting
3652         and completion-table-subvert.
3654         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3655         (minibuffer--double-dollars): Preserve properties.
3656         (completion--sifn-requote): New function.
3657         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3659         * minibuffer.el: Add support for completion of quoted/escaped data.
3660         (completion-table-with-quoting, completion-table-subvert): New funs.
3661         (completion--twq-try, completion--twq-all): New functions.
3662         (completion--nth-completion): New function.
3663         (completion-try-completion, completion-all-completions): Use it.
3665 2012-04-25  Leo Liu  <sdl.web@gmail.com>
3667         * progmodes/python.el (python-pdbtrack-get-source-buffer):
3668         Use compilation-message if available to find real filename.
3670 2012-04-25  Chong Yidong  <cyd@gnu.org>
3672         * vc/diff-mode.el (diff-setup-whitespace): New function.
3673         (diff-mode): Use it.
3675         * vc/diff.el (diff-sentinel):
3676         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3677         Whitespace mode variables based on diff style (Bug#8612).
3679 2012-04-25  Leo Liu  <sdl.web@gmail.com>
3681         * progmodes/python.el (python-send-region): Add suffix .py to the
3682         temp file.
3684         * files.el (auto-mode-alist): Use javascript-mode instead.
3686 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
3688         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
3690         * net/soap-client.el (soap-resolve-references-for-sequence-type)
3691         (soap-resolve-references-for-array-type): Hack to prevent self
3692         references, see Bug#9.
3693         (soap-parse-envelope): Report the contents of the 'detail' node
3694         when receiving a fault reply.
3695         (soap-parse-envelope): Report the contents of the entire 'detail' node.
3697         * net/soap-inspect.el (soap-sample-value-for-simple-type)
3698         (soap-inspect-simple-type): New function.
3700         * net/soap-client.el (soap-simple-type): New struct.
3701         (soap-default-xsd-types, soap-default-soapenc-types)
3702         (soap-decode-basic-type, soap-encode-basic-type):
3703         support unsignedInt and double basic types.
3704         (soap-resolve-references-for-simple-type)
3705         (soap-parse-simple-type, soap-encode-simple-type): New function.
3706         (soap-parse-schema): Parse xsd:simpleType declarations.
3708         * net/soap-client.el (soap-default-xsd-types)
3709         (soap-default-soapenc-types): Add integer, byte and anyURI types.
3710         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3711         the local name of "soapenc:Array".
3712         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
3713         decoding integer, byte and anyURI xsd types.
3715 2012-04-25  Chong Yidong  <cyd@gnu.org>
3717         * cus-edit.el (custom-buffer-create-internal): Update header text.
3719 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
3721         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3722         settings on 'system-type', not on 'window-system'.  On MS-Windows,
3723         set interactive-mode on in GDB.
3725 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3727         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3728         (ruby-syntax-propertize-regexp): Remove.
3729         (ruby-syntax-propertize-function): Split regexp into chunks.
3730         Match following code directly.
3732 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
3734         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3735         (ruby-syntax-propertize-regexp): New function.
3736         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3737         by a special keyword.
3739         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3740         (ruby-syntax-general-delimiters-goto-beg)
3741         (ruby-syntax-propertize-general-delimiters): New functions.
3742         (ruby-syntax-propertize-function): Use them to handle GDL.
3743         (ruby-font-lock-keywords): Move old handling of GDL...
3744         (ruby-font-lock-syntactic-keywords): .. to here.
3745         (ruby-calculate-indent): Adjust indentation for GDL.
3747 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
3749         * notifications.el (top): Remove unneeded declarations.
3750         (notifications-specification-version): Change to "1.2".
3751         (notifications-interface, notifications-notify-method)
3752         (notifications-close-notification-method): Fix docstring.
3753         (notifications-get-capabilities-method): New defconst.
3754         (notifications-notify): Add :action-items, :resident and
3755         :transient hints.  Change "image_data" to "image-data" and
3756         "image_path" to "image-path".
3757         (notifications-get-capabilities): New defun.
3759 2012-04-24  Leo Liu  <sdl.web@gmail.com>
3761         * progmodes/python.el: Move hideshow setup to the end.
3763 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
3765         * window.el (handle-select-window): Clear echo area since this is
3766         no more done by read_char (Bug#11304).
3768 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3770         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3771         and `/ M' to filter-derived-mode.
3772         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3773         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3774         (ibuffer-mark-by-mode): Use default rather than initial-input.
3775         (ibuffer-filter-by-derived-mode): Autoload and require-match.
3777 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
3779         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3780         (ibuffer-filter-by-derived-mode): New filter.
3781         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3783 2012-04-23  Andreas Politz  <politza@fh-trier.de>
3785         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3787 2012-04-23  Chong Yidong  <cyd@gnu.org>
3789         * cus-edit.el (customize-apropos, customize-apropos-options):
3790         Disable matching of non-option variables (Bug#11176).
3791         (customize-option, customize-option-other-window)
3792         (customize-changed-options): Doc fix.
3793         (customize-apropos-options, customize-apropos-faces)
3794         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3796         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
3797         Fix word list splitting (Bug#11132).
3798         (apropos-symbol, apropos-keybinding, apropos-label)
3799         (apropos-property, apropos-function-button)
3800         (apropos-variable-button, apropos-misc-button): New faces.
3801         (apropos-symbol-face, apropos-keybinding-face)
3802         (apropos-label-face, apropos-property-face, apropos-match-face):
3803         Variables removed (Bug#8396).
3804         (apropos-library-button, apropos-format-plist, apropos-print)
3805         (apropos-print-doc, apropos-describe-plist): Callers changed.
3807 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
3809         * net/xesam.el (xesam-mode-map): Use let-bound map in
3810         initialization.  (Bug#11292)
3812 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3814         Preserve ispell session localwords when switching back to
3815         original buffer.
3817         * textmodes/ispell.el (ispell-buffer-session-localwords):
3818         New buffer-local variable to hold buffer session localwords.
3819         (ispell-kill-ispell): Add option 'clear to delete session
3820         localwords.
3821         (ispell-command-loop, ispell-change-dictionary)
3822         (ispell-buffer-local-words): Preserve session localwords when
3823         needed.
3825         * textmodes/flyspell.el (flyspell-process-localwords)
3826         (flyspell-do-correct): Preserve session localwords when needed.
3828 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3830         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3831         using obsolete `translation-table-for-input'.
3832         (ispell-word, ispell-process-line, ispell-complete-word):
3833         Use plain `insert' instead of removed `ispell-insert-word'.
3835 2012-04-22  Chong Yidong  <cyd@gnu.org>
3837         * cus-edit.el (custom-variable-menu)
3838         (custom-variable-reset-saved, custom-face-menu)
3839         (custom-face-reset-saved): If there is no saved value, make the
3840         "reset-saved" operation bring back the default (Bug#9509).
3841         (custom-face-state): Properly detect themed faces.
3843         * faces.el (face-spec-set): Stop supporting deprecated form of
3844         third arg.
3846 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
3848         Move functions from C to Lisp.  Make non-blocking method calls
3849         the default.  Implement further D-Bus standard interfaces.
3851         * net/dbus.el (dbus-message-internal): Declare function.
3852         Remove unneeded function declarations.
3853         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3854         (dbus-message-type-method-return, dbus-message-type-error)
3855         (dbus-message-type-signal): Declare variables.  Remove local
3856         definitions.
3857         (dbus-interface-dbus, dbus-interface-peer)
3858         (dbus-interface-introspectable, dbus-interface-properties)
3859         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3860         Adapt docstring.
3861         (dbus-interface-objectmanager): New defconst.
3862         (dbus-call-method, dbus-call-method-asynchronously)
3863         (dbus-send-signal, dbus-method-return-internal)
3864         (dbus-method-error-internal, dbus-register-service)
3865         (dbus-register-signal, dbus-register-method): New defuns, moved
3866         from dbusbind.c
3867         (dbus-call-method-handler, dbus-setenv)
3868         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3869         New defuns.
3870         (dbus-call-method-non-blocking): Make it an obsolete function.
3871         (dbus-unregister-object, dbus-unregister-service)
3872         (dbus-handle-event, dbus-register-property)
3873         (dbus-property-handler): Obey the new structure of
3874         `bus-registered-objects'.
3875         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
3876         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3877         Use `dbus-call-method'.
3879 2012-04-22  Chong Yidong  <cyd@gnu.org>
3881         * cus-edit.el (custom-commands, custom-reset-menu)
3882         (Custom-reset-standard): Tweak labels.
3883         (custom-reset-button-menu): Change default to t.
3884         (custom-buffer-create-internal): For the custom-reset-button-menu
3885         case, put the revert button first.
3886         (custom-group-subtitle): New face.
3887         (custom-group-value-create): Align docstring to a specific column.
3889         * wid-edit.el (widget-documentation-link-add): Don't handle
3890         indentation in this function.
3891         (widget-documentation-string-indent-to): New function.
3892         (widget-documentation-string-value-create): Use it.
3894         * autorevert.el (auto-revert):
3895         * epg-config.el (epg):
3896         * ibuffer.el (ibuffer):
3897         * mpc.el (mpc):
3898         * ses.el (ses):
3899         * eshell/eshell.el (eshell):
3900         * net/ange-ftp.el (ange-ftp):
3901         * progmodes/ebnf2ps.el (postscript):
3902         * progmodes/flymake.el (flymake):
3903         * progmodes/prolog.el (prolog):
3904         * progmodes/verilog-mode.el (verilog-mode):
3905         * progmodes/which-func.el (which-func):
3906         * term/xterm.el (xterm):
3907         * textmodes/picture.el (picture):
3908         * textmodes/tildify.el (tildify):
3909         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3910         customization buffers.
3912 2012-04-22  Alan Mackenzie  <acm@muc.de>
3914         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3915         Adding a ) can hide the resulting (..) from searches.  Fix it.
3916         Bound the backward search to the position of the existing (.
3918 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
3920         * progmodes/verilog-mode.el (verilog-mode): Check whether
3921         which-func-modes is t before adding verilog-mode.
3922         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3924 2012-04-21  Leo Liu  <sdl.web@gmail.com>
3926         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
3928 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
3930         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3931         filling of the last column of a table (Bug#5635).
3932         (woman-find-next-control-line): New arg, specifying an additional
3933         regexp component for the control line.
3934         (woman2-roff-buffer): Use it.
3935         (woman-break-table): New function.
3936         (woman2-TS): Use it.
3938 2012-04-21  Chong Yidong  <cyd@gnu.org>
3940         * woman.el (woman-set-buffer-display-table, woman-decode-region)
3941         (woman-horizontal-escapes, woman-negative-vertical-space)
3942         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3943         (WoMan-warn-ignored): Use ?\s instead of ?\ .
3945 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3947         * minibuffer.el (completion-file-name-table): Complete user names.
3949 2012-04-20  Leo Liu  <sdl.web@gmail.com>
3951         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3952         and pcase-let*.
3954 2012-04-20  Chong Yidong  <cyd@gnu.org>
3956         * server.el (server-execute): Respect initial-buffer-choice if it
3957         is a string and there are no files to open (Bug#2825).
3958         (server-create-window-system-frame, server-create-tty-frame):
3959         Don't switch buffers here.
3960         (server-process-filter): Only try to open a window system frame if
3961         compiled with graphical support (Bug#8314).
3963 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
3965         * battery.el (battery-echo-area-format): Display remaining time
3966         for sysfs backend too (Bug#11269).
3967         (battery-linux-sysfs): Fix conditional for the charge.
3969 2012-04-20  Chong Yidong  <cyd@gnu.org>
3971         * progmodes/gdb-mi.el (gdb): Revert previous change.
3972         (gdb-inferior-io--init-proc): New function.
3973         (gdb-init-1): Use it.
3974         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3975         responsible for allocating a new pty and hooking it to gdb when
3976         the old pty gets an EIO due to process exit.
3977         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
3978         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3979         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3981 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
3983         * window.el (window-min-size, window-sizable, window-min-delta)
3984         (window-max-delta, window--resizable, window-resizable)
3985         (window-total-size, window-full-height-p, window-full-width-p)
3986         (window-in-direction, window--resize-mini-window, window-resize)
3987         (window--resize-child-windows-normal)
3988         (window--resize-child-windows, window--resize-siblings)
3989         (window--resize-this-window, adjust-window-trailing-edge)
3990         (enlarge-window, shrink-window): Doc fixes.
3992 2012-04-20  Chong Yidong  <cyd@gnu.org>
3994         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3995         New function to call delete-process on the gdb-inferior buffer's pty.
3996         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3997         pty process (Bug#11273).
3998         (gdb-update): New arg to suppress talking to the gdb process.
3999         (gdb-done-or-error): Use it.
4000         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4001         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4002         sentinel not being called.
4004         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4006         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4008 2012-04-20  Glenn Morris  <rgm@gnu.org>
4010         * net/network-stream.el (open-network-stream): Doc fix.
4012 2012-04-20  Chong Yidong  <cyd@gnu.org>
4014         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4016 2012-04-20  Alan Mackenzie  <acm@muc.de>
4018         Ensure searching for keywords is case sensitive.
4020         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4021         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4022         (c-defun-name, c-mark-function, c-cpp-define-name)
4023         (c-comment-indent, c-scan-conditionals, c-indent-defun)
4024         (c-context-line-break): Bind case-fold-search to nil.
4026         * progmodes/cc-mode.el (c-font-lock-fontify-region):
4027         Bind case-fold-search to nil.
4029 2012-04-20  Chong Yidong  <cyd@gnu.org>
4031         * mail/sendmail.el (mail-bury): Call return action with the right
4032         Rmail buffer (Bug#11242).
4034         * server.el (server-process-filter): Handle corner case where both
4035         tty and nowait options are present (Bug#11102).
4037 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
4039         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
4040         (top level): Put into the executable the ident-style '$Id:' tag on
4041         windows-nt as well.
4043 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4045         * electric.el (electric-indent-post-self-insert-function): Check that
4046         electric-indent-mode is enabled in current buffer.
4048 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4050         * imenu.el (imenu-progress-message): Restore; it is "used" in
4051         erc/erc-imenu.el and net/snmp-mode.el.
4053 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
4055         * avoid.el (mouse-avoidance-mode): Mark unused arg.
4056         (mouse-avoidance-nudge-mouse): Remove unused binding.
4058         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4060         * descr-text.el (describe-char):
4061         * progmodes/python.el (python-describe-symbol):
4062         Don't call `toggle-read-only', set `buffer-read-only'.
4064         * imenu.el (imenu-default-goto-function): Mark unused args.
4065         (imenu-progress-message): Remove obsolete macro; all callers changed.
4067         * subr.el (keymap-canonicalize): Remove unused binding.
4068         (read-passwd): Mark unused arg.
4070         * tutorial.el (tutorial--display-changes): Remove unused binding.
4071         (tutorial--save-tutorial-to): Remove unused variable.
4073         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4074         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4075         (package-generate-autoloads, package-menu--generate)
4076         (package-menu--find-upgrades): Remove unused bindings.
4078         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4079         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
4080         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4081         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4082         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4083         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4084         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4085         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4086         (cua-delete-char-rectangle): Mark unused args.
4087         (cua-align-rectangle): Remove unused binding.
4089         * mail/rmail.el (compilation--message->loc)
4090         (epa--find-coding-system-for-mime-charset): Declare.
4092         * net/dbus.el (dbus-register-service): Declare.
4093         (dbus-name-owner-changed-handler): Remove unused binding.
4095         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4096         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4097         (nxml-scan-backward-within): Mark unused arg.
4098         (nxml-dynamic-markup-word): Remove unused binding.
4100         * mouse.el (mouse-menu-major-mode-map):
4101         * emacs-lisp/authors.el (authors-scan-change-log)
4102         (authors-add-to-author-list):
4103         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4104         * emacs-lisp/smie.el (smie-auto-fill):
4105         * mail/sendmail.el (mail-bury):
4106         * mail/unrmail.el (unrmail):
4107         * net/tls.el (open-tls-stream):
4108         * textmodes/picture.el (picture-mouse-set-point):
4109         Remove unused bindings.
4111 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
4113         * net/tramp.el (tramp-action-password): Let-bind
4114         `enable-recursive-minibuffers' to t.
4116 2012-04-18  Sam Steingold  <sds@gnu.org>
4118         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4119         instead of 'string to accommodate values like [f11].
4120         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4121         * progmodes/gdb-mi.el: Likewise.
4123 2012-04-18  Leo Liu  <sdl.web@gmail.com>
4125         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4126         current buffer.
4127         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4128         LOCAL is nil.
4130 2012-04-18  Chong Yidong  <cyd@gnu.org>
4132         * simple.el (line-move): Use forward-line if in batch mode
4133         (Bug#11053).
4135 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
4137         * files.el (after-find-file): Do not try to add a final newline if
4138         the buffer is read-only (Bug#11156).
4140 2012-04-17  Richard Stallman  <rms@gnu.org>
4142         * mail/rmail.el (rmail-start-mail):
4143         Pass (rmail-mail-return...) for the return-action.
4144         Pass (rmail-yank-current-message...) for the yank-action.
4145         (rmail-yank-current-message): New function.
4146         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4147         (rmail-reply): Likewise.
4148         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4150         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
4151         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
4152         buffer, not newbuf.
4154 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
4156         * server.el (server-ensure-safe-dir): Simplify.
4158 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4160         * emacs-lisp/smie.el: Provide smarter auto-filling.
4161         (smie-auto-fill): New function.
4162         (smie-setup): Use it.
4164         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4166 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4168         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4169         (comment-indent): Use it.
4171 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4173         * ses.el: The overall change is to add cell renaming, that is
4174         setting fancy names for cell symbols other than name matching
4175         "\\`[A-Z]+[0-9]+\\'" regexp .
4176         (ses-localvars): Add ses--renamed-cell-symb-list.
4177         (ses-create-cell-variable): New defun.
4178         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4179         (ses-relocate-formula): Relocate formulas only for cells the
4180         symbols of which are not renamed, i.e. symbols whose names do not
4181         match regexp "\\`[A-Z]+[0-9]+\\'".
4182         (ses-relocate-all): Relocate values only for cells the symbols of
4183         which are not renamed.
4184         (ses-load): Create cells variables as the (ses-cell ...) are read,
4185         in order to check row col consistency with cell symbol name only
4186         for cells that are not renamed.
4187         (ses-replace-name-in-formula): New defun.
4188         (ses-rename-cell): New defun.
4190 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
4192         * progmodes/perl-mode.el (perl-indent-parens-as-block):
4193         New option (bug#11118).
4194         (perl-calculate-indent): Respect it.
4196 2012-04-17  Glenn Morris  <rgm@gnu.org>
4198         * dired-aux.el (dired-mark-read-string): Doc fix.
4200 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
4202         * dired-aux.el (dired-mark-read-string): Offer optional completion.
4203         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
4205 2012-04-17  Glenn Morris  <rgm@gnu.org>
4207         * mouse.el (mouse-drag-track):
4208         * speedbar.el (speedbar-frame-mode):
4209         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4211 2012-04-16  Leo Liu  <sdl.web@gmail.com>
4213         * progmodes/python.el: Trivial cleanup.
4215 2012-04-16  Glenn Morris  <rgm@gnu.org>
4217         * vc/vc.el (vc-string-prefix-p):
4218         * vc/pcvs-util.el (cvs-string-prefix-p):
4219         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4220         * mpc.el (mpc-string-prefix-p):
4221         Make all of these into obsolete aliases for string-prefix-p.
4222         Update callers.
4223         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4225         * textmodes/two-column.el: Move custom options to the start.
4226         (frame-width): Remove compat definition.
4227         (2C-associate-buffer, 2C-dissociate):
4228         Use with-current-buffer rather than save-excursion.
4229         (2C-dissociate): Force a mode-line update.
4230         (2C-autoscroll): Use ignore-errors.
4232         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4233         Autoload trivia.
4235         * emacs-lisp/cl-extra.el (*random-state*):
4236         Remove unnecessary declaration.
4238         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4240         * play/cookie1.el (cookie-snarf):
4241         Give an explicit error if input file cannot be read.
4243         * play/yow.el (yow-file): Use expand-file-name rather than concat.
4245         * progmodes/perl-mode.el (c-macro-expand):
4246         Remove unnecessary autoload (it is in loaddefs.el).
4248         * textmodes/picture.el (picture-desired-column)
4249         (picture-update-desired-column): Convert comments to doc-strings.
4250         (picture-substitute): Remove function.
4251         (picture-mode-map): Initialize in the defvar.
4253         * woman.el: Remove eval-after-load for tar-mode.
4254         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4255         (woman-tar-extract-file): Autoload it.
4257         * frame.el (automatic-hscrolling): Make this alias obsolete.
4259 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4261         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4262         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
4263         (ispell-dictionary-base-alist): Revert to original XEmacs
4264         friendly version for default.  [:alpha:] will be added in
4265         `ispell-set-spellchecker-params' if needed.
4267 2012-04-16  Chong Yidong  <cyd@gnu.org>
4269         * image.el (imagemagick--file-regexp): New variable.
4270         (imagemagick-register-types): Use it.
4271         (imagemagick-types-inhibit): Add :set function.  Allow new value
4272         of t to inhibit all types.
4274         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4275         so we can preload it.
4277         * loadup.el (fboundp): Preload regexp-opt, needed by
4278         imagemagick-register-types.
4280 2012-04-15  Chong Yidong  <cyd@gnu.org>
4282         * frame.el (scrolling): Remove nearly unused customization group.
4284         * scroll-all.el (scroll-all-mode): Move to windows group.
4286 2012-04-15  Chong Yidong  <cyd@gnu.org>
4288         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4290 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4292         Avoid the use of ((lambda ...) ...) in lexical-binding code.
4293         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
4295 2012-04-15  Glenn Morris  <rgm@gnu.org>
4297         * simple.el (process-file-side-effects): Doc fix.
4299 2012-04-15  Glenn Morris  <rgm@gnu.org>
4301         * international/mule-cmds.el (set-language-environment): Doc fix.
4303 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
4305         * server.el (server-auth-key, server-generate-key): Doc fixes.
4306         (server-get-auth-key): Doc fix.  Use `string-match-p'.
4307         (server-start): Reflow docstring.
4309 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
4311         * server.el (server-generate-key): `called-interactively-p'
4312         requires a parameter.
4314 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
4316         * server.el (server-auth-key): New variable.
4317         (server-generate-key, server-get-auth-key): New function.
4318         (server-start): Use the new variable and functions to allow
4319         setting a permanent server key (bug#9423).
4321 2012-04-14  Leo Liu  <sdl.web@gmail.com>
4323         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4325 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
4327         Spelling fixes.
4328         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4329         Emacs uses American spelling.
4331 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
4333         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4334         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
4335         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4336         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
4338 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4340         * progmodes/which-func.el (which-func-modes): Change default.
4342 2012-04-14  Kim F. Storm  <storm@cua.dk>
4344         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4345         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4347 2012-04-14  Chong Yidong  <cyd@gnu.org>
4349         * custom.el (custom-theme-set-variables): Doc fix.
4351 2012-04-14  Glenn Morris  <rgm@gnu.org>
4353         * international/mule.el (set-auto-coding-for-load): Doc fix.
4355 2012-04-14  Alan Mackenzie  <acm@muc.de>
4357         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4358         imenu work again for Objective C Mode.  Correct the *-index values,
4359         these having been disturbed by a previous change in 2011-08.
4361         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4362         Correct two search limits.
4364 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4366         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4368 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
4370         * international/characters.el: Fix sorting.
4372 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
4374         * international/characters.el: Add more missing Latin case pairs.
4376 2012-04-14  Glenn Morris  <rgm@gnu.org>
4378         * files.el (dir-locals-set-class-variables): Doc fix.
4380 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
4382         * international/characters.el: Add set-case-syntax-pair call for
4383         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4384         counterpart.  (Bug#11209)
4386         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
4388 2012-04-14  Glenn Morris  <rgm@gnu.org>
4390         * calendar/holidays.el (calendar-check-holidays): Doc fix.
4392 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
4394         * textmodes/ispell.el (ispell-dictionary-base-alist):
4395         Add data for Hebrew.
4397 2012-04-14  Chong Yidong  <cyd@gnu.org>
4399         * net/rcirc.el (rcirc-cmd-quit):
4400         Revert 2012-03-18 change (Bug#11192).
4402 2012-04-14  Glenn Morris  <rgm@gnu.org>
4404         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4406 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
4408         * minibuffer.el (completion-in-region-mode-map):
4409         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
4411 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
4413         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4415 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
4417         * minibuffer.el (minibuffer-local-filename-syntax): New variable
4418         to allow `C-M-f' and `C-M-b' to move to the nearest path
4419         separator (bug#9511).
4421 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
4423         * avoid.el: Require cl when compiling.  And also move the
4424         `provide' to the end.
4426 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4428         * avoid.el (mouse-avoidance-banish-position): New variable.
4429         (mouse-avoidance-banish-destination): Use it (bug#10165).
4431 2012-04-13  Leo Liu  <sdl.web@gmail.com>
4433         * progmodes/which-func.el (which-func-modes): Add objc-mode.
4435 2012-04-13  Ken Brown  <kbrown@cornell.edu>
4437         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
4438         this is no longer needed now that cygstart understands file:// URLs.
4439         (browse-url-filename-alist): For the same reason, don't modify
4440         file:// URLs on Cygwin.
4442 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4444         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4445         the region on shift if the binding is already shifted (bug#11221).
4447 2012-04-12  Glenn Morris  <rgm@gnu.org>
4449         * mail/mailpost.el: Move to obsolete/.
4451 2012-04-12  Drew Adams  <drew.adams@oracle.com>
4453         * imenu.el (imenu--generic-function): Ignore invisible definitions
4454         (bug#10123).
4456 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
4458         * hexl.el (hexl-bits): New variable.
4459         (hexl-options): Mention the variable in the doc string.
4460         (hexl-rulerise, hexl-line-displen): New functions.
4461         (hexl-mode): Mention the new variable.
4462         (hexl-mode, hexl-current-address, hexl-current-address):
4463         Use the displen.
4464         (hexl-ascii-start-column): New function.
4465         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4466         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4468 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4470         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4471         '("-i" ENCODING), in 2 separate command-line arguments, to specify
4472         the encoding, as expected by hunspell.
4474 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4476         * battery.el (battery--linux-sysfs-regexp): New const.
4477         (battery-status-function): Use it.  Remove yeeloong special case.
4478         (battery-yeeloong-sysfs): Remove.
4479         (battery-echo-area-format): Remove yeeloong special case.
4481 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4484         Reported by Noah Friedman.
4486         * subr.el (read-passwd): Use read-string.
4488 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490         * vcursor.el (vcursor-move): Increase the priority of the overlay
4491         (bug#9663).
4493 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
4495         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4496         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4498 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
4500         * textmodes/artist.el (artist-mode): Convert artist-mode to use
4501         define-minor-mode (bug#10760).
4503 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4505         * progmodes/grep.el (rgrep): Tweak the find command line so
4506         that directories matching `grep-find-ignored-files' won't be
4507         pruned (bug#10351).
4509 2012-04-11  Chong Yidong  <cyd@gnu.org>
4511         * startup.el (command-line): Remove support for long-obsolete
4512         variable font-lock-face-attributes.
4514 2012-04-11  Glenn Morris  <rgm@gnu.org>
4516         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4518 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4520         * window.el (window--state-get-1): Obey window-point-insertion-type.
4522 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
4524         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4525         to previous function when point is on the first character of a
4526         function.  Take care of that in `narrow-to-defun' (bug#6157).
4528 2012-04-11  Glenn Morris  <rgm@gnu.org>
4530         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4531         not just file-errors.
4533         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4534         (vc-bzr-sha1): Use internal sha1.
4536 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4540 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
4542         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4543         that start in the middle of the line (bug#10496).
4545 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
4547         * battery.el (battery-linux-proc-acpi): Only one battery is
4548         discharged at a time, but that seems to confuse battery.el when
4549         computing `rate-type' for the battery not being discharged
4550         (bug#10332).
4552 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4554         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4556         * international/quail.el: Use dolist and simplify.
4557         (quail-define-package, quail-update-keyboard-layout)
4558         (quail-define-rules): Use dolist.
4559         (quail-insert-kbd-layout, quail-get-translation): CSE.
4561         * tmm.el: Use dolist, remove left over hook.
4562         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4563         Use dolist.
4564         (calendar-load-hook): Don't mess with it.
4566         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4567         Use derived-mode-p.  Run the diff asynchronously.
4569 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571         * obsolete/mouse-sel.el: Add an Obsolete-since header.
4573 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
4575         * misc.el: Display absolute path of loaded DLLs (bug#10424).
4576         (list-dynamic-libraries--loaded): New function.
4577         (list-dynamic-libraries--refresh): Use it.
4579 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
4581         * progmodes/python.el (python-fill-paragraph):
4582         Make python-fill-region in a multiline string work when font-lock is
4583         disabled (bug#7018).
4585 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
4587         * language/european.el (cp775): Add oem/legacy (en)coding on
4588         DOS/MS Windows for the Baltic languages.  There are still plenty
4589         of texts written in this encoding/codepage (bug#6519).
4591 2012-04-10  Glenn Morris  <rgm@gnu.org>
4593         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4594         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4596 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
4598         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
4599         next-line "n" and previous-line "p" in order to make recentf more
4600         consistent with ibuffer, dired or org-mode (bug#9387).
4602 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4604         * image.el (put-image): Return the overlay created instead of the
4605         optional input string (bug#7834).  Note that this may break code
4606         that is (for some reason or other) depending on `put-image'
4607         returning the string.
4609         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4611         * simple.el (zap-to-char): Allow zapping using input methods
4612         (bug#1580).
4614         * textmodes/fill.el (fill-region): Leave point and mark where they
4615         were before filling (bug#5399).
4617 2012-04-09  Glenn Morris  <rgm@gnu.org>
4619         * version.el (emacs-bzr-get-version):
4620         Handle lightweight checkouts of local branches.
4622 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
4624         * international/characters.el: Recover lost case pairs.  (Bug#11209)
4626 2012-04-09  Chong Yidong  <cyd@gnu.org>
4628         * custom.el (custom-variable-p): Return nil for non-symbol
4629         arguments instead of signaling an error.
4630         (user-variable-p): Obsolete alias for custom-variable-p.
4632         * apropos.el (apropos-variable):
4633         * files-x.el (read-file-local-variable):
4634         * simple.el (set-variable):
4635         * woman.el (woman-mini-help):
4636         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4638 2012-04-09  Glenn Morris  <rgm@gnu.org>
4640         * startup.el (normal-top-level): Don't look for leim-list.el
4641         in places where it will not be found.  (Bug#910)
4643         * international/mule-cmds.el (set-default-coding-systems):
4644         * files.el (normal-mode):
4645         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
4646         This function was removed with ucs-tables.el in 2008.
4648 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
4650         * textmodes/ispell.el (ispell-check-version): For hunspell, set
4651         ispell-encoding8-command to "-i", without a trailing space.
4652         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4653         separate command-line arguments, to specify the encoding, since
4654         that's how hunspell expects it.
4656 2012-04-08  Glenn Morris  <rgm@gnu.org>
4658         * loadup.el: Load bindings before cus-start.
4659         This reduces somewhat the number of "rogue" settings in emacs -Q.
4661 2012-04-07  Glenn Morris  <rgm@gnu.org>
4663         * version.el (emacs-bzr-get-version): New function.
4664         (emacs-bzr-version): New variable.
4665         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
4666         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4668 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
4670         * international/uni-bidi.el, international/uni-category.el:
4671         * international/uni-combining.el, international/uni-decimal.el:
4672         * international/uni-decomposition.el, international/uni-digit.el:
4673         * international/uni-lowercase.el, international/uni-mirrored.el:
4674         * international/uni-name.el, international/uni-numeric.el:
4675         * international/uni-titlecase.el, international/uni-uppercase.el:
4676         Update for Unicode 6.1.
4678 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
4680         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4682 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684         * window.el (shrink-window): Mention the `window-min-height'
4685         variable in the doc string.
4687 2012-04-05  Bastien Guerry  <bzg@altern.org>
4689         * color.el (color-lighten-name): Fix typo.
4691 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4693         * server.el (server--on-display-p): New function.
4694         (server--on-display-p): Use it.
4696 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
4698         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4699         (bug#11145).
4701 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4703         * comint.el (comint--common-quoted-suffix): Check string boundary
4704         before comparing (bug#11158).
4705         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4707 2012-04-04  Chong Yidong  <cyd@gnu.org>
4709         * minibuffer.el (completion-extra-properties): Doc fix.
4711         * subr.el (delayed-warnings-hook): Doc fix.
4713 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
4715         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4716         selection (Bug#11159).
4717         (epa-insert-keys): Inform that the default public key will be
4718         exported if no key is selected.
4720 2012-04-04  Richard Stallman  <rms@gnu.org>
4722         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4724 2012-04-03  Chong Yidong  <cyd@gnu.org>
4726         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4727         mail-insert-file, not its obsolete alias mail-attach-file.
4729 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
4731         * notifications.el (notifications-notify): Fix docstring.
4733 2012-04-02  Glenn Morris  <rgm@gnu.org>
4735         * emacs-lisp/authors.el (authors-aliases): Another addition.
4737 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
4739         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4740         `tramp-compat-call-process' instead of `tramp-local-call-process'.
4741         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4743 2012-04-01  Chong Yidong  <cyd@gnu.org>
4745         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4746         Handle root directory properly.
4747         (copy-directory): Caller changed.
4749         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4750         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4752 2012-03-31  Glenn Morris  <rgm@gnu.org>
4754         * term/xterm.el (xterm-extra-capabilities): Doc fix.
4756         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
4758         * calendar/calendar.el (calendar-window-list)
4759         (calendar-hide-window): Restore.  (Bug#11140)
4760         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4762         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4764 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4766         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4767         Check if file is a symlink (Bug#10489).
4769         * files.el (copy-directory): Likewise.
4771 2012-03-30  Chong Yidong  <cyd@gnu.org>
4773         * image.el (imagemagick-types-inhibit)
4774         (imagemagick-register-types): Doc fix.
4776 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4778         * textmodes/ispell.el (ispell-get-extended-character-mode):
4779         Disable extended-char-mode for hunspell.  hunspell does not support it
4780         and treats ~word as ordinary words in pipe mode.
4782 2012-03-30  Glenn Morris  <rgm@gnu.org>
4784         * tutorial.el (help-with-tutorial): Ensure local variables don't
4785         happen to make the buffer read-only.  (Bug#11127)
4787 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4789         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4790         (perl-calculate-indent): Return `noindent' in strings.
4792 2012-03-28  Sam Steingold  <sds@gnu.org>
4794         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4795         instead of the broken adhockery which does not prevent calendar
4796         buffers from being displayed at random after exit.
4797         (calendar-window-list, calendar-hide-window): Remove the broken
4798         adhockery.
4800 2012-03-28  Glenn Morris  <rgm@gnu.org>
4802         * replace.el (query-replace-map): Doc fix.
4804 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
4806         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4807         contents.  (Bug#11109)
4809 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4811         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4812         (bug#11077).
4813         (avl-tree--check, avl-tree--check-node): New funs.
4815 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
4817         * window.el (switch-to-visible-buffer): New option.
4818         (switch-to-prev-buffer, switch-to-next-buffer):
4819         Observe switch-to-visible-buffer.  Make sure that checking for a window
4820         showing a buffer already is done on the same frame.
4822 2012-03-27  Glenn Morris  <rgm@gnu.org>
4824         * startup.el (mail-host-address): Doc fix.
4826 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4828         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4829         than 197 variables.
4831 2012-03-26  Ami Fischman  <ami@fischman.org>
4833         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4835 2012-03-26  Glenn Morris  <rgm@gnu.org>
4837         * files.el (save-buffers-kill-emacs): Doc fix.
4839         * startup.el (normal-top-level, command-line, command-line-1):
4840         Give them doc strings.
4842 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
4844         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
4845         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
4847 2012-03-25  Chong Yidong  <cyd@gnu.org>
4849         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4850         theme if it was previously enabled before (Bug#11031).
4852         * cus-theme.el (custom-theme-write-faces): Retrieve current face
4853         spec with custom-face-get-current-spec if its :shown-value is not
4854         determined yet (Bug#9337).
4855         (customize-create-theme, custom-theme-revert): Doc fixes.
4857         * button.el (button-at): Minor addition to docstring.
4859 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
4861         * vc/vc.el (vc-merge): Fix a prompt.
4863 2012-03-24  Chong Yidong  <cyd@gnu.org>
4865         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4866         point (Bug#9623).
4868         * button.el (button-at): Minor addition to docstring.
4870 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4872         * newcomment.el (comment-choose-indent): No space after BOL.
4874 2012-03-22  Sam Steingold  <sds@gnu.org>
4876         * window.el (switch-to-prev-buffer): Revert last patch because the
4877         bug turned out to be an advertised feature (Elisp manual 28.14).
4879 2012-03-22  Glenn Morris  <rgm@gnu.org>
4881         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
4882         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4884 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4886         * net/network-stream.el (network-stream-open-starttls): Make error
4887         message under Windows be less misleading.
4889 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
4891         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4892         understands (bug#9942).
4894 2012-03-22  Chong Yidong  <cyd@gnu.org>
4896         * simple.el (end-of-visible-line): Handle return value of
4897         next-single-property-change properly (Bug#9371).
4899 2012-03-22  Kenichi Handa  <handa@m17n.org>
4901         * international/quail.el (quail-insert-kbd-layout): Fix previous
4902         change.  To avoid unwanted bidi reordering, use
4903         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4905 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
4907         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4908         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4909         (ruby-beginning-of-indent): Be more careful with the difference
4910         between word-boundary and symbol boundary.
4911         (ruby-mode-syntax-table): Make : a symbol constituent.
4913 2012-03-21  Andreas Politz  <politza@fh-trier.de>
4915         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4917 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4919         * progmodes/etags.el (tags-completion-at-point-function):
4920         Improve last fix.
4922         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4924 2012-03-21  Sam Steingold  <sds@gnu.org>
4926         * progmodes/etags.el (tags-completion-at-point-function):
4927         Avoid the error when point is inside the pattern.
4929 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
4931         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4932         line (Bug#10855).
4934 2012-03-21  Drew Adams  <drew.adams@oracle.com>
4936         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4938 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
4940         * ido.el (ido-set-current-directory, ido-read-internal)
4941         (ido-choose-completion-string, ido-completion-help): Handle nil
4942         value of ido-completion-buffer (Bug#11008).
4944 2012-03-21  Sam Steingold  <sds@gnu.org>
4946         * window.el (switch-to-prev-buffer): Do not switch to a visible
4947         window previous buffer, just like with the frame previous buffers.
4949 2012-03-21  Chong Yidong  <cyd@gnu.org>
4951         * faces.el (make-face, make-empty-face, copy-face):
4952         * face-remap.el (face-remap-add-relative, face-remap-set-base):
4953         Doc fixes.
4955 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4957         * wid-edit.el (widget-complete-field): Remove (bug#11051).
4958         (widget-complete): Remove broken use of it.
4960 2012-03-20  Chong Yidong  <cyd@gnu.org>
4962         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4963         Use string-width and truncate-string-width to handle arbitrary
4964         characters.
4966 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
4968         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4969         to draw rectangles, not squares.  (Regression introduced by revno
4970         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4972 2012-03-18  Chong Yidong  <cyd@gnu.org>
4974         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4975         it is not yet defined (for temacs).
4977 2012-03-18  Leo Liu  <sdl.web@gmail.com>
4979         * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
4981 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
4983         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4984         (ispell-choices-win-default-height, ispell-silently-savep)
4985         (ispell-dictionary-alist, ispell-encoding8-command)
4986         (ispell-check-version, ispell-aspell-find-dictionary)
4987         (ispell-valid-dictionary-list, ispell-words-keyword)
4988         (ispell-get-word, ispell-internal-change-dictionary)
4989         (ispell-region, ispell-skip-region-list)
4990         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4991         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4992         (ispell-message-text-end, ispell-message)
4993         (ispell-buffer-local-parsing): Doc fix.
4995 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
4997         * htmlfontify.el: Add support for code block fontification for ODT
4998         export (Bug #9914).
4999         (hfy-optimisations): Define new option
5000         `body-text-only'
5001         (hfy-fontify-buffer): Honor above setting.
5002         (hfy-begin-span, hfy-end-span): New routines factored out form
5003         `hfy-fontify-buffer'.
5004         (hfy-begin-span-handler, hfy-end-span-handler): New variables
5005         that permit insertion of custom tags.
5006         (hfy-fontify-buffer): Use above handlers.
5007         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5008         (hfy-face-to-css): Re-defined to be a variable.
5009         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
5010         over multiple runs.  This is made possible by having the caller let
5011         bind a special variable `hfy-user-sheet-assoc'.
5012         (htmlfontify-string): New defun.
5013         (hfy-compile-face-map): Make sure that the last char in the
5014         buffer is correctly fontified.
5015         (hfy-face-resolve-face): Whitespace only change.
5017 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
5019         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5020         message more clear.
5022 2012-03-16  Leo Liu  <sdl.web@gmail.com>
5024         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5026 2012-03-16  Alan Mackenzie  <acm@muc.de>
5028         Further optimise the handling of large macros.
5030         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5031         limit to a call of `c-literal-limits'.
5032         (c-determine-+ve-limit): New function.
5033         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5034         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
5035         In CASE 5B, restrict a search limit to 500.
5036         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5038         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5039         Restrict macro bounds to +-500 from after-change's BEG END.
5041 2012-03-16  Leo Liu  <sdl.web@gmail.com>
5043         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5045 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
5047         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
5048         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
5050 2012-03-16  Glenn Morris  <rgm@gnu.org>
5052         * view.el (view-buffer, view-buffer-other-window)
5053         (view-buffer-other-frame): Doc fixes re special mode-class.
5055         * subr.el (eval-after-load): If named feature is provided not from
5056         a file, run after-load forms.  (Bug#10946)
5058         * calendar/calendar.el (calendar-insert-at-column):
5059         Handle non-unit-width characters a bit better.  (Bug#10978)
5061 2012-03-15  Chong Yidong  <cyd@gnu.org>
5063         * emacs-lisp/ring.el (ring-extend): New function.
5064         (ring-insert+extend): Extend the ring correctly (Bug#11019).
5066         * comint.el (comint-read-input-ring)
5067         (comint-add-to-input-history): Grow comint-input-ring lazily.
5069 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5071         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5072         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5074         * imenu.el: Fix multiple inheritance breakage (bug#9199).
5075         (imenu-add-to-menubar): Don't add a redundant index.
5076         (imenu-update-menubar): Handle a dynamically composed keymap.
5078 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5080         * mail/sendmail.el (mail-encode-header):
5081         Bind rfc2047-encode-encoded-words to nil.
5083 2012-03-13  Glenn Morris  <rgm@gnu.org>
5085         * calendar/calendar.el (calendar-string-spread):
5086         Handle non-unit-width characters a bit better.  (Bug#10978)
5088 2012-03-13  Leo Liu  <sdl.web@gmail.com>
5090         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5091         directory and file as argument (Bug#10822).
5093 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
5095         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5096         For dynamically generated code, follow $PC.
5097         (gdb-disassembly-handler-custom): Handle no function name case.
5099 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
5101         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5102         * emulation/ws-mode.el (ws-query-replace):
5103         * sort.el (sort-regexp-fields):
5104         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
5106 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5108         * dabbrev.el: Fix cycle completion order (bug#10963).
5109         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5110         (dabbrev-completion): Don't use an obarray; provide
5111         a cycle-sort-function.
5113 2012-03-12  Leo Liu  <sdl.web@gmail.com>
5115         * simple.el (kill-new): Use equal-including-properties for comparison.
5116         (kill-do-not-save-duplicates): Doc fix.
5118 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5120         * dabbrev.el: Fix cycle completion (bug#10963).
5121         Use lexical binding and wrap to 80 columns.
5122         (dabbrev-completion): Delay computing the list of completions.
5124 2012-03-12  Kenichi Handa  <handa@m17n.org>
5126         * international/quail.el (quail-insert-kbd-layout): Surround each
5127         row by LRO and PDF instead of inserting many LRMs.  Pad the left
5128         and right of each non-spacing marks.  Insert invisible space
5129         between lower and upper characters to prevent composition.
5131 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5133         * minibuffer.el (minibuffer-complete): Don't get confused when the
5134         function is run twice via different commands (bug#10958).
5135         (complete-with-action): Fix docstring.
5137 2012-03-12  Chong Yidong  <cyd@gnu.org>
5139         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5140         (nxml-completion-at-point-function): New function.
5141         (nxml-mode): Use it.
5142         (nxml-bind-meta-tab-to-complete-flag): Default to t.
5144         * emacs-lisp/package.el (package-unpack, package-unpack-single):
5145         Load generated autoloads file before byte compiling (Bug#10970).
5146         (package--make-autoloads-and-compile): New helper fun.
5148 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
5150         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5152 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
5154         * autorevert.el (auto-revert-handler): Ensure, that
5155         file-readable-p is applied only for local files or in
5156         auto-revert-tail-mode.
5158 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
5160         * server.el (server-eval-at): Handle non-tcp connections.
5161         Decode result string.
5163         * server.el (server-msg-size): New constant.
5164         (server-reply-print): New function.
5165         (server-eval-and-print): Use it.
5166         (server-eval-at): Use server-quote-arg and server-unquote-arg.
5167         Handle -print-nonl.
5169 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
5171         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5172         (Bug#10987).
5174 2012-03-11  Chong Yidong  <cyd@gnu.org>
5176         * simple.el (goto-line): Doc fix (Bug#9938).
5178         * subr.el (save-window-excursion): Doc fix (Bug#9979).
5180         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5181         when finished (Bug#10963).
5183 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
5185         * window.el (split-window-below): Fix bug in case where
5186         split-window-keep-point is nil (Bug#10971).
5188 2012-03-11  Juri Linkov  <juri@jurta.org>
5190         * replace.el (replace-highlight): Set isearch-word to nil
5191         unconditionally.  (Bug#10887)
5193 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
5195         * net/mairix.el (mairix-replace-invalid-chars): Rename from
5196         mairix-replace-illegal-chars; all callers changed.  Don't remove
5197         ^, ~, and = characters: they are meaningful in mairix search specs.
5198         (mairix-widget-create-query): Add usage information about mairix
5199         search forms: negating words, searching for substrings, etc.
5201 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
5203         * international/fontset.el (font-encoding-alist): Add an entry for
5204         ksx1001 (Bug#5667).
5206 2012-03-10  Richard Stallman  <rms@gnu.org>
5208         * mail/sendmail.el (mail-encode-header):
5209         Set rfc2047-encode-encoded-words.
5211         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5213         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5214         view buffer means not swapped.
5215         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5216         (rmail-write-region-annotate): Error if real text has disappeared.
5218         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5220 2012-03-10  Chong Yidong  <cyd@gnu.org>
5222         * emulation/cua-rect.el (cua--init-rectangles):
5223         * emulation/cua-base.el (cua--init-keymaps):
5224         Add delete-forward-char to remappings (Bug#9666).
5226 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
5228         * speedbar.el (speedbar-unhighlight-one-tag-line):
5229         Avoid unhighlighting due to frame switching (Bug#10275).
5231 2012-03-10  Chong Yidong  <cyd@gnu.org>
5233         * minibuffer.el (completion-in-region, completion-help-at-point):
5234         Give the completion field overlay a high priority (Bug#6830).
5236         * dired.el (dired-goto-file): Recognize absolute file name
5237         listings (Bug#7126).
5238         (dired-goto-file-1): New helper function.
5239         (dired-toggle-read-only): Inhibit warnings.
5241 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
5243         * net/dbus.el (dbus-property-handler): Return empty array if
5244         there are no properties.
5246 2012-03-09  Leo Liu  <sdl.web@gmail.com>
5248         * savehist.el (savehist-printable): Stricter check for string
5249         value (Bug#10937).
5251 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
5253         * mail/smtpmail.el (smtpmail-send-it):
5254         Bind coding-system-for-write to *-unix, so that FCC files are kept in
5255         valid mbox format.
5257 2012-03-09  Glenn Morris  <rgm@gnu.org>
5259         * files.el (dir-locals-find-file):
5260         Don't check result is regular, readable.
5261         (dir-locals-read-from-file): Demote errors.
5263 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
5265         * international/quail.el (quail-insert-kbd-layout):
5266         Insert invisible LRM characters before each character in a keyboard
5267         layout cell, to prevent their reordering by bidi display engine.
5268         For details, see the discussion in
5269         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5271 2012-03-08  Alan Mackenzie  <acm@muc.de>
5273         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5274         the starting position; make it extend the marked region when
5275         invoked repeatedly - all under appropriate circumstances.
5276         Fixes bugs #5525, #10906.
5278 2012-03-08  Glenn Morris  <rgm@gnu.org>
5280         * files.el (locate-dominating-file, dir-locals-find-file):
5281         Undo 2012-03-06 change.
5283 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
5285         * international/quail.el (quail-help):
5286         Force bidi-paragraph-direction be left-to-right.  See discussion in
5287         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5288         for the reason.
5290 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
5292         Avoid superfluous registering of signals.  (Bug#10807)
5294         * notifications.el (notifications-on-action-object)
5295         (notifications-on-close-object): New defvars.
5296         (notifications-on-action-signal, notifications-on-closed-signal):
5297         Unregister the signal if not needed any longer.
5298         (notifications-notify): Register `notifications-action-signal' or
5299         `notifications-closed-signal', if :on-action or :on-close has been
5300         passed as argument.
5302 2012-03-07  Chong Yidong  <cyd@gnu.org>
5304         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5305         non-X platforms.
5307 2012-03-06  Glenn Morris  <rgm@gnu.org>
5309         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5310         (x-disown-selection-internal, x-get-selection-internal):
5311         Doc fix (add arglist signatures).  (Bug#10783)
5313 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
5315         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5316         Handle breakpoints with no "type".
5318 2012-03-06  Glenn Morris  <rgm@gnu.org>
5320         * files.el (locate-dominating-file): Add optional predicate argument.
5321         (dir-locals-find-file): Make use of above change.
5323 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
5325         * info.el (Info-insert-dir): Also try "dir.gz".
5327 2012-03-06  Glenn Morris  <rgm@gnu.org>
5329         * files.el (dir-locals-find-file):
5330         Ignore non-readable or non-regular files.  (Bug#10928)
5332         * files.el (locate-dominating-file): Doc fix.
5334 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
5336         * calendar/calendar.el (calendar-set-mode-line):
5337         `getenv' returns a string.  (Bug#10951)
5339 2012-03-05  Leo Liu  <sdl.web@gmail.com>
5341         * simple.el (backward-delete-char-untabify): Constrain point to
5342         field (Bug#10939).
5344         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5346 2012-03-05  Chong Yidong  <cyd@gnu.org>
5348         * simple.el (count-words): If called from Lisp, return the word
5349         count, for symmetry with `count-lines'.  Arglist changed.
5350         (count-words--message): Args changed.  Consolidate counting code
5351         from count-words and count-words-region.
5352         (count-words-region): Caller changed.
5353         (count-lines-region): Make it an obsolete alias.
5355 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
5357         * saveplace.el (save-place-to-alist)
5358         (save-place-ignore-files-regexp): Allow value nil to disable this
5359         feature.
5361 2012-03-04  Chong Yidong  <cyd@gnu.org>
5363         * faces.el (face-spec-reset-face): For the default face, reset the
5364         attributes to default values (Bug#10748).
5366 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5368         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5369         previous patch: Check `message-send-mail-function', and not the
5370         default function (bug#10897).
5372 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
5374         * notifications.el (notifications-on-action-signal)
5375         (notifications-on-closed-signal): Check for unique service name of
5376         incoming event.  Fix error in removing entry.
5377         (top): Register for signals with wildcard service name.
5378         (notifications-notify): Use daemon unique service name for map entries.
5380 2012-03-04  Chong Yidong  <cyd@gnu.org>
5382         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
5384 2012-03-04  Glenn Morris  <rgm@gnu.org>
5386         * abbrev.el (copy-abbrev-table, abbrev-table-p)
5387         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5388         (expand-abbrev, define-abbrev-table): Doc fixes.
5390 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5393         `message-default-send-mail-function' and not `send-mail-function'
5394         when doing the prompting for `sendmail-query-once' before sending
5395         in Message buffers (bug#10897).
5397         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5398         This is inconsistent with all the other stream functions, which leave
5399         the setting up to the higher levels (if so wanted) (bug#10931).
5401 2012-03-02  Alan Mackenzie  <acm@muc.de>
5403         Depessimize the handling of very large macros.
5405         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5406         (c-macro-cache-syntactic): New variables to implement a one
5407         element macro cache.
5408         (c-invalidate-macro-cache): New function.
5409         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5410         Adapt to use the new cache.
5411         (c-state-safe-place): Use better the cache of safe positions.
5412         (c-state-semi-nonlit-pos-cache)
5413         (c-state-semi-nonlit-pos-cache-limit):
5414         New variables for...
5415         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
5416         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
5417         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5418         Use c-state-semi-safe-place.
5420         * progmodes/cc-langs.el (c-get-state-before-change-functions):
5421         Add c-invalidate-macro-cache to the C, C++, Obj entries.
5423 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
5425         * jka-compr.el (jka-compr-call-process):
5426         Apply `file-accessible-directory-p' only when the default directory is
5427         not remote.
5429 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
5431         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
5432         access of FILE2, if FILE1 does not exist.
5434         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5435         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5437         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5438         Add "PAGER=" to `process-environment'.
5440 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
5442         * progmodes/sql.el: Bug fix
5443         (sql-get-login-ext): Save login values in globals.
5444         (sql-get-login): Use new version of `sql-get-login-ext'.
5445         (sql-interactive-mode): Set global `sql-connection' to nil.
5446         (sql-connect): Set global values for connection.
5447         (sql-product-interactive): Save global values as buffer local.
5449 2012-02-29  Leo Liu  <sdl.web@gmail.com>
5451         * abbrev.el (define-abbrevs): Reset sys to nil.
5453 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5455         * files.el (file-equal-p): Rename from `files-equal-p'.
5456         Return nil when one or both files don't exist.
5457         (file-subdir-of-p): Now only top directory must exists,
5458         return nil if it doesn't.
5459         (copy-directory): No need to test with `file-subdir-of-p' after
5460         creating dir.
5461         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5462         to `file-equal-p'.
5464 2012-02-28  Glenn Morris  <rgm@gnu.org>
5466         * shell.el (shell-mode):
5467         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5468         * play/landmark.el (landmark-font-lock-face-O):
5469         * play/handwrite.el (handwrite):
5470         * play/gomoku.el (gomoku-O):
5471         * net/browse-url.el (browse-url-browser-display):
5472         * international/mule.el (define-charset):
5473         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5474         * filesets.el (filesets-find-file-delay):
5475         * eshell/em-xtra.el (eshell-xtra):
5476         * eshell/em-unix.el (eshell-grep):
5477         * emulation/viper.el (viper-mode):
5478         * emacs-lisp/regexp-opt.el (regexp-opt-group):
5479         * emacs-lisp/easymenu.el (easy-menu-define):
5480         * calendar/timeclock.el (timeclock-use-display-time):
5481         * bs.el (bs-mode):
5482         * bookmark.el (bookmark-save-flag):
5483         Doc fix (standardize possessive apostrophe usage).
5485 2012-02-27  Chong Yidong  <cyd@gnu.org>
5487         * emulation/viper-cmd.el (viper-intercept-ESC-key):
5488         Fix key-binding lookup for ESC key (Bug#9146).
5490         * font-lock.el (font-lock-specified-p): Rename from
5491         font-lock-spec-present.  Callers changed.
5493 2012-02-27  Daniel Hackney  <dan@haxney.org>
5495         * emacs-lisp/package.el (package-compute-transaction):
5496         Handle holding a package version to t in package-load-list.
5498 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
5500         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5501         (tramp-get-inode, tramp-get-device): Use cached values.
5503 2012-02-26  Alan Mackenzie  <acm@muc.de>
5505         Check there is a font-lock specification before doing initial
5506         fontification.
5508         * font-core.el (font-lock-mode): Move the conditional from
5509         :after-hook to font-lock-initial-fontify.
5510         (font-lock-default-function): Move the check for a specification
5511         to font-lock-spec-present.
5513         * font-lock.el (font-lock-initial-fontify): Call ...
5514         (font-lock-spec-present): New function.
5516 2012-02-26  Jim Blandy  <jimb@red-bean.com>
5518         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5519         (gdb-send): Apply it to the operand of the '-interpreter-exec
5520         console' command, so that we can pass arguments with (say) quotes
5521         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
5523 2012-02-26  Chong Yidong  <cyd@gnu.org>
5525         * help-fns.el (describe-function-1): Clarify description of
5526         remapping (Bug#10844).
5528         * files.el (files-equal-p): Doc fix.
5529         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
5530         and quit the loop once a mismatch is found.
5532 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
5534         * bs.el (bs--show-with-configuration): Don't throw an error
5535         if the window cannot be split; otherwise, subsequent calls to
5536         bs-show fail, restoring a stale window config.  (Bug#10882)
5538 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
5540         * term/ns-win.el (global-map): Bind ns-drag-file to
5541         ns-find-file (Bug#5855, Bug#10050).
5543 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
5545         * calendar/parse-time.el (parse-time-string): Allow extractor to
5546         return nil.
5548 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
5550         * net/tramp.el (tramp-file-name-for-operation):
5551         Add `files-equal-p' and `file-subdir-of-p'.
5553         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5554         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5555         Add COPY-CONTENTS argument.
5557 2012-02-25  Chong Yidong  <cyd@gnu.org>
5559         Add custom groups for VC backends, for consistency with vc-bzr.
5561         * vc/vc-arch.el (vc-arch):
5562         * vc/vc-cvs.el (vc-cvs):
5563         * vc/vc-git.el (vc-git):
5564         * vc/vc-hg.el (vc-hg):
5565         * vc/vc-mtn.el (vc-mtn):
5566         * vc/vc-rcs.el (vc-rcs):
5567         * vc/vc-sccs.el (vc-sccs):
5568         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5569         All relevant defcustoms reassigned.
5571 2012-02-25  Chong Yidong  <cyd@gnu.org>
5573         * newcomment.el (comment-styles): Add autoload (Bug#10868).
5575         * term/x-win.el (x-initialize-window-system): Reduce default for
5576         x-selection-timeout to 5 seconds (Bug#8869).
5578 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5580         * files.el (files-equal-p, file-subdir-of-p): New functions.
5581         (copy-directory): Error when trying to copy a directory on itself.
5582         Add missing copy-contents arg to tramp handler.
5583         * dired-aux.el (dired-copy-file-recursive): Same.
5584         (dired-create-files): Modify destination when source is equal to
5585         dest when copying files.
5586         Return also when dest is a subdir of source.  (Bug#10489)
5588 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
5590         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5591         (Bug#10874)
5593 2012-02-23  Alan Mackenzie  <acm@muc.de>
5595         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5596         parameter "after-hook:" to allow the expansion to run code after
5597         the execution of the mode hooks.
5599         * font-lock.el (font-lock-initial-fontify): New function extracted
5600         from font-lock-mode-internal.
5602         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
5603         :after-hook.
5605 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5607         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5608         (completion--cache-all-sorted-completions): New function.
5609         (completion-all-sorted-completions): Use it.
5610         (completion--do-completion, minibuffer-force-complete):
5611         Use it to re-instate the flush hook.
5613         * icomplete.el (icomplete-completions): Replace last fix with a better
5614         one (bug#10850).
5616 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
5618         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5619         when it might call us back infinitely (bug#10797).
5621 2012-02-23  Glenn Morris  <rgm@gnu.org>
5623         * minibuffer.el (completion-category-overrides): Doc fix.
5625 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5627         * minibuffer.el (completion-table-with-context): Fix inf-loop.
5628         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5630 2012-02-23  Glenn Morris  <rgm@gnu.org>
5632         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
5633         (authors-obsolete-files-regexps, authors-ignored-files)
5634         (authors-ambiguous-files, authors-renamed-files-alist):
5635         Add more entries.
5637 2012-02-23  Juri Linkov  <juri@jurta.org>
5639         * isearch.el (isearch-occur): Sync interactive spec with occur's
5640         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
5642         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5644 2012-02-22  Juri Linkov  <juri@jurta.org>
5646         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5647         (ucs-insert): Doc fix.  Check for hex digits in the string.
5648         Don't display `nil' in the error message.  (Bug#10857)
5650 2012-02-22  Alan Mackenzie  <acm@muc.de>
5652         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
5654 2012-02-22  Glenn Morris  <rgm@gnu.org>
5656         * ffap.el (ffap-c-path):
5657         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
5659 2012-02-22  Chong Yidong  <cyd@gnu.org>
5661         * custom.el (load-theme): Doc fix.
5663 2012-02-22  Glenn Morris  <rgm@gnu.org>
5665         * dired-x.el (dired-guess-shell-alist-default):
5666         Remove escape sequences from nroff output.  (Bug#172)
5668 2012-02-21  Glenn Morris  <rgm@gnu.org>
5670         * vc/emerge.el (emerge-defvar-local):
5671         Set `permanent-local' property rather than unused `preserved'.
5673         * textmodes/picture.el (picture-delete-char): New alias.
5674         (picture-mode-map): Use it.  (Bug#10860)
5675         (picture-mode): Doc fix.
5677 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
5679         * newcomment.el (uncomment-region-default): Remove unused binding.
5681 2012-02-21  Glenn Morris  <rgm@gnu.org>
5683         * textmodes/picture.el (picture-motion, picture-motion-reverse)
5684         (picture-self-insert, picture-tab-chars): Doc fix.
5685         (picture-mode-map): Fix C-a, C-e.
5687 2012-02-20  Glenn Morris  <rgm@gnu.org>
5689         * emacs-lisp/authors.el (authors-aliases): Add another entry.
5691 2012-02-20  Leo Liu  <sdl.web@gmail.com>
5693         * icomplete.el (icomplete-completions): Check FROM arg before
5694         passing to substring (Bug#10850).
5696 2012-02-19  Chong Yidong  <cyd@gnu.org>
5698         * comint.el: Require ansi-color.
5699         (comint-output-filter-functions): Add ansi-color-process-output.
5701         * ansi-color.el: Don't set comint-output-filter-functions; it is
5702         now in the initial value defined in comint.el.
5703         (ansi-color-apply-face-function): New variable.
5704         (ansi-color-apply-on-region): Use it.
5705         (ansi-color-apply-overlay-face): New function.
5707         * shell.el (shell): No need to require ansi-color.
5708         (shell-mode): Use ansi-color-apply-face-function to highlight
5709         color escapes using font-lock-face property (Bug#10835).
5711 2012-02-19  Chong Yidong  <cyd@gnu.org>
5713         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5714         mode-line formats (Bug#10839).
5716 2012-02-18  Glenn Morris  <rgm@gnu.org>
5718         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5720         * mail/undigest.el (unforward-rmail-message): Doc fix.
5722         * saveplace.el (save-place-ignore-files-regexp): Add :version.
5724 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
5726         * international/characters.el (script-list): Sync with the latest
5727         Unicode Character Database.
5729 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
5731         * international/titdic-cnv.el: Remove duplicate coding tag.
5732         * language/cham.el: Likewise.
5733         * language/tai-viet.el: Likewise.
5735 2012-02-18  Glenn Morris  <rgm@gnu.org>
5737         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5738         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5739         (calendar-bahai-all-holidays-flag, calendar-other-dates):
5740         * calendar/diary-lib.el (diary-abbreviated-year-flag):
5741         * calendar/holidays.el (holiday-bahai-holidays)
5742         (calendar-holidays, list-holidays):
5743         Use utf-8 Bahá'í in doc-strings, menus, etc.
5745 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
5747         * saveplace.el (save-place-ignore-files-regexp): New variable
5748         allowing for excluding files from saving their location of point.
5749         The default value matches the temporary commit message editing
5750         files from Git, SVN, Bazaar, and Mercurial.
5751         (save-place-to-alist): Use it.
5753 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
5754             Stefan Monnier  <monnier@iro.umontreal.ca>
5756         * newcomment.el (uncomment-region-default): Don't leave extra space
5757         when an arg is provided (bug#8150).
5759 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5761         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
5763 2012-02-17  Glenn Morris  <rgm@gnu.org>
5765         * net/socks.el: Require network-stream.  (Bug#10599)
5767 2012-02-17  Kenichi Handa  <handa@m17n.org>
5769         * international/charprop.el:
5770         * international/uni-name.el:
5771         * international/uni-old-name.el:
5772         * international/uni-comment.el: Regenerate.
5774 2012-02-16  Glenn Morris  <rgm@gnu.org>
5776         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5777         Interactively in calendar buffer, give an error if not on a date.
5779 2012-02-15  Glenn Morris  <rgm@gnu.org>
5781         * shell.el (shell-delimiter-argument-list):
5782         Revert 2011-02-17 change.  (Bug#8027)
5784 2012-02-15  Chong Yidong  <cyd@gnu.org>
5786         * minibuffer.el (completion-at-point-functions): Doc fix.
5788         * custom.el (defcustom): Doc fix; note use of defvar.
5790 2012-02-15  Glenn Morris  <rgm@gnu.org>
5792         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5793         Doc fixes.
5795 2012-02-14  Glenn Morris  <rgm@gnu.org>
5797         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5799 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5801         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5802         way the ports list is computed.
5803         (smtpmail-query-smtp-server): Prompt the user for a port number if
5804         we can't connect to any of the standard ports (bug#10810).
5806 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5808         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5810 2012-02-13  Glenn Morris  <rgm@gnu.org>
5812         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
5814 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5816         * net/gnutls.el (gnutls-trustfiles): New variable.
5817         (gnutls-negotiate): Use it.
5819 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5821         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5822         does its stuff if Gnus is running.
5824 2012-02-13  Alan Mackenzie  <acm@muc.de>
5826         Fix a loop in c-set-fl-decl-start.
5828         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
5829         c-backward-syntactic-ws actually moves backwards.
5831 2012-02-13  Leo Liu  <sdl.web@gmail.com>
5833         * net/rcirc.el (rcirc-markup-attributes): Move point to the
5834         beginning so that all \C-o chars are removed.
5836 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
5838         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
5840 2012-02-12  Alan Mackenzie  <acm@muc.de>
5842         Fix infinite loop with long macros.
5843         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
5845 2012-02-12  Chong Yidong  <cyd@gnu.org>
5847         * window.el (display-buffer): Doc fix (Bug#10785).
5849 2012-02-12  Glenn Morris  <rgm@gnu.org>
5851         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5852         (x-disown-selection-internal, x-get-selection-internal):
5853         Sync docs with the xselect.c versions.
5855         * allout-widgets.el: Add missing license notice.
5857 2012-02-11  Glenn Morris  <rgm@gnu.org>
5859         * select.el (x-get-selection-internal, x-own-selection-internal)
5860         (x-disown-selection-internal):
5861         * x-dnd.el (x-get-selection-internal): Update declarations.
5863         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5865         * window.el (window-sides-slots):
5866         * tool-bar.el (tool-bar-position):
5867         * term/xterm.el (xterm-extra-capabilities):
5868         * ses.el (ses-self-reference-early-detection):
5869         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5870         (verilog-auto-wire-type)
5871         (verilog-auto-delete-trailing-whitespace)
5872         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5873         (verilog-auto-tieoff-declaration):
5874         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5875         (sql-oracle-statement-starters, sql-oracle-scan-on):
5876         * progmodes/prolog.el (prolog-align-comments-flag)
5877         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5878         (prolog-left-indent-regexp, prolog-paren-indent-p)
5879         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5880         (prolog-types, prolog-mode-specificators)
5881         (prolog-determinism-specificators, prolog-directives)
5882         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5883         (prolog-electric-dot-flag)
5884         (prolog-electric-dot-full-predicate-template)
5885         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5886         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5887         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5888         (prolog-program-switches, prolog-prompt-regexp)
5889         (prolog-debug-on-string, prolog-debug-off-string)
5890         (prolog-trace-on-string, prolog-trace-off-string)
5891         (prolog-zip-on-string, prolog-zip-off-string)
5892         (prolog-use-standard-consult-compile-method-flag)
5893         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5894         (prolog-imenu-max-lines, prolog-info-predicate-index)
5895         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5896         (prolog-char-quote-workaround):
5897         * progmodes/cc-vars.el (c-defun-tactic):
5898         * net/tramp.el (tramp-encoding-command-interactive)
5899         (tramp-local-end-of-line):
5900         * net/soap-client.el (soap-client):
5901         * net/netrc.el (netrc-file):
5902         * net/gnutls.el (gnutls):
5903         * minibuffer.el (completion-category-overrides)
5904         (completion-cycle-threshold)
5905         (completion-pcm-complete-word-inserts-delimiters):
5906         * man.el (Man-name-local-regexp):
5907         * mail/feedmail.el (feedmail-display-full-frame):
5908         * international/characters.el (glyphless-char-display-control):
5909         * eshell/em-ls.el (eshell-ls-date-format):
5910         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5911         (lisp-lambda-list-keyword-parameter-indentation)
5912         (lisp-lambda-list-keyword-parameter-alignment):
5913         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5914         * dired-x.el (dired-omit-verbose):
5915         * cus-theme.el (custom-theme-allow-multiple-selections):
5916         * calc/calc.el (calc-highlight-selections-with-faces)
5917         (calc-lu-field-reference, calc-lu-power-reference)
5918         (calc-note-threshold):
5919         * battery.el (battery-mode-line-limit):
5920         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5921         (archive-7z-update):
5922         * allout.el (allout-prefixed-keybindings)
5923         (allout-unprefixed-keybindings)
5924         (allout-inhibit-auto-fill-on-headline)
5925         (allout-flattened-numbering-abbreviation):
5926         * allout-widgets.el (allout-widgets-auto-activation)
5927         (allout-widgets-icons-dark-subdir)
5928         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5929         (allout-widgets-theme-dark-background)
5930         (allout-widgets-theme-light-background)
5931         (allout-widgets-item-image-properties-emacs)
5932         (allout-widgets-item-image-properties-xemacs)
5933         (allout-widgets-run-unit-tests-on-load)
5934         (allout-widgets-time-decoration-activity)
5935         (allout-widgets-hook-error-post-time)
5936         (allout-widgets-track-decoration):
5937         Add missing :version tags to new defcustoms and defgroups.
5939         * progmodes/sql.el (sql-ansi-statement-starters)
5940         (sql-oracle-statement-starters): Add custom type.
5942         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5943         (prolog-system-version): Give it a type.
5945 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
5947         * term/pc-win.el (x-select-text, x-selection-owner-p)
5948         (x-own-selection-internal, x-disown-selection-internal)
5949         (x-get-selection-internal): Sync doc strings and argument lists
5950         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
5952 2012-02-11  Leo Liu  <sdl.web@gmail.com>
5954         * progmodes/python.el (python-end-of-statement): Fix infinite
5955         loop.  (Bug#10788)
5957 2012-02-10  Glenn Morris  <rgm@gnu.org>
5959         * international/mule-cmds.el (unify-8859-on-encoding-mode)
5960         (unify-8859-on-decoding-mode): Properly mark as obsolete.
5962 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
5964         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5965         about SMTP before checking the From header.
5967         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
5968         into own function for reuse by emacsbug.el.
5970 2012-02-10  Leo Liu  <sdl.web@gmail.com>
5972         * subr.el (condition-case-unless-debug): Rename from
5973         condition-case-no-debug.  All callers changed.
5974         (with-demoted-errors): Fix caller.
5976         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5977         * nxml/rng-valid.el (rng-do-some-validation):
5978         * emacs-lisp/package.el (package-refresh-contents)
5979         (package-menu-execute):
5980         * desktop.el (desktop-create-buffer):
5981         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
5983 2012-02-10  Glenn Morris  <rgm@gnu.org>
5985         * textmodes/bibtex.el:
5986         Add missing :version tags for new/changed defcustoms.
5988         * files.el (remote-file-name-inhibit-cache): Doc fixes.
5990 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
5992         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5993         (smtpmail-via-smtp): Use it, or fall back on the From address.
5994         (smtpmail-send-it): Ditto.
5996 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5998         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5999         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
6000         (byte-compile-tmp-var): New const.
6001         (byte-compile-defvar): Use it to minimize .elc size.
6002         Just use `defvar' rather than simulate it (bug#10761).
6004 2012-02-09  Glenn Morris  <rgm@gnu.org>
6006         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
6008         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6009         Add :version tags.
6011         * progmodes/compile.el (compilation-error-screen-columns)
6012         (compilation-first-column, compilation-filter-start): Doc fixes.
6014         * vc/log-view.el (log-view-toggle-entry-display):
6015         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6017         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6018         (report-emacs-bug-can-use-xdg-email):
6019         (report-emacs-bug-insert-to-mailer): Doc fixes.
6020         (report-emacs-bug): Message fix.
6022         * net/browse-url.el (browse-url-can-use-xdg-open)
6023         (browse-url-xdg-open): Doc fixes.
6025         * electric.el (electric-indent-mode, electric-pair-mode)
6026         (electric-layout-rules, electric-layout-mode): Doc fixes.
6027         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6029 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
6031         * server.el (server-unselect-display): Don't inadvertently kill
6032         the current buffer.  (Bug#10729)
6034 2012-02-08  Glenn Morris  <rgm@gnu.org>
6036         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6037         (sql-list-table): Doc fixes.
6039         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6040         Comment out (does nothing).
6042         * completion.el (dynamic-completion-mode):
6043         * dirtrack.el (dirtrack-debug-mode):
6044         * electric.el (electric-layout-mode):
6045         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6046         * face-remap.el (text-scale-mode, buffer-face-mode):
6047         * iimage.el (iimage-mode):
6048         * image-mode.el (image-transform-mode):
6049         * minibuffer.el (completion-in-region-mode):
6050         * scroll-lock.el (scroll-lock-mode):
6051         * simple.el (next-error-follow-minor-mode):
6052         * tar-mode.el (tar-subfile-mode):
6053         * tooltip.el (tooltip-mode):
6054         * vcursor.el (vcursor-use-vcursor-map):
6055         * wid-browse.el (widget-minor-mode):
6056         * emulation/tpu-edt.el (tpu-edt-mode):
6057         * emulation/tpu-extras.el (tpu-cursor-free-mode):
6058         * international/iso-ascii.el (iso-ascii-mode):
6059         * language/thai-util.el (thai-word-mode):
6060         * mail/supercite.el (sc-minor-mode):
6061         * net/goto-addr.el (goto-address-mode):
6062         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6063         * progmodes/cwarn.el (cwarn-mode):
6064         * progmodes/flymake.el (flymake-mode):
6065         * progmodes/glasses.el (glasses-mode):
6066         * progmodes/hideshow.el (hs-minor-mode):
6067         * progmodes/pascal.el (pascal-outline-mode):
6068         * textmodes/enriched.el (enriched-mode):
6069         * vc/smerge-mode.el (smerge-mode):
6070         Doc fixes (minor mode argument).
6072 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
6074         * ls-lisp.el (ls-lisp-sanitize): New function.
6075         (ls-lisp-insert-directory): Use it to fix or remove any elements
6076         in file-alist with missing attributes.  (Bug#4673)
6078 2012-02-07  Alan Mackenzie  <acm@muc.de>
6080         Fix spurious recognition of c-in-knr-argdecl.
6082         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6083         putative K&R region.
6085 2012-02-07  Alan Mackenzie  <acm@muc.de>
6087         * progmodes/cc-engine.el (c-forward-objc-directive):
6088         Prevent looping in "#pragma mark @implementation".
6090 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
6092         * notifications.el (notifications-on-closed-signal): Make `reason'
6093         optional.  (Bug#10744)
6095 2012-02-07  Glenn Morris  <rgm@gnu.org>
6097         * emacs-lisp/easy-mmode.el (define-minor-mode):
6098         Doc fixes for the macro and the mode it defines.
6100         * image.el (imagemagick-types-inhibit): Doc fix.
6102         * cus-start.el (imagemagick-render-type): Add it.
6104 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6106         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6107         Set the default at load time, too, so that `font-lock-fontify-buffer'
6108         can be called without setting up the entire mode first.  This fixes
6109         a bug in `mm-inline-text' with C MIME parts.
6111 2012-02-06  Chong Yidong  <cyd@gnu.org>
6113         * simple.el (list-processes--refresh): Delete exited processes
6114         (Bug#8094).
6116         * comint.el (comint-next-prompt): next-single-char-property-change
6117         and prev-single-char-property-change never return nil (Bug#8657).
6119         * custom.el (defcustom): Doc fix (Bug#9711).
6121 2012-02-05  Chong Yidong  <cyd@gnu.org>
6123         * cus-edit.el (custom-variable-reset-backup): Quote the value
6124         before storing it in the customized-value property (Bug#6712).
6125         (custom-display): Add a customization type tag.
6126         (custom-buffer-create-internal): Improve tooltip message.
6128         * wid-edit.el (widget-field-value-get): New optional arg to
6129         suppress trailing whitespace truncation.
6130         (character): Use it (Bug#2689).
6132 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
6134         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6135         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6137 2012-02-05  Chong Yidong  <cyd@gnu.org>
6139         * cus-edit.el (custom-variable-value-create): For mismatched
6140         types, show the current value (Bug#7600).
6142         * custom.el (defcustom): Doc fix.
6144 2012-02-05  Glenn Morris  <rgm@gnu.org>
6146         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6148 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
6150         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6151         (pp-buffer): Use `ignore-errors', `looking-at-p'.
6152         (pp-last-sexp): Use `looking-at-p'.
6154 2012-02-04  Glenn Morris  <rgm@gnu.org>
6156         * files.el (revert-buffer):
6157         Doc fix (mention revert-buffer-in-progress-p).
6159         * emacs-lisp/ert-x.el (ert-simulate-command):
6160         Check deferred-action-list (which is obsolete) is bound.
6162         * subr.el (with-wrapper-hook): Doc fixes.
6164         * simple.el (filter-buffer-substring-functions)
6165         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6167 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
6169         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6170         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
6172 2012-02-04  Leo Liu  <sdl.web@gmail.com>
6174         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6176 2012-02-04  Glenn Morris  <rgm@gnu.org>
6178         * image.el (image-extension-data): Add obsolete alias.
6180         * isearch.el (isearch-update): Doc fix.
6182         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6184         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6186 2012-02-03  Glenn Morris  <rgm@gnu.org>
6188         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
6189         (image-animate-timeout): Doc fix.
6191         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6193 2012-02-02  Glenn Morris  <rgm@gnu.org>
6195         * server.el (server-auth-dir): Doc fix.
6196         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
6198         * subr.el (run-mode-hooks): Doc fix.
6200 2012-02-02  Juri Linkov  <juri@jurta.org>
6202         * image-mode.el (image-toggle-display-image): Remove tautological
6203         `major-mode' from the `derived-mode-p' test.
6205 2012-02-02  Kenichi Handa  <handa@m17n.org>
6207         * composite.el (compose-region): Cancel previous change.
6209 2012-02-02  Kenichi Handa  <handa@m17n.org>
6211         * composite.el (compose-region, compose-string): Signal error for
6212         a null string component (Bug#6988).
6214 2012-02-01  Chong Yidong  <cyd@gnu.org>
6216         * view.el (view-buffer-other-window, view-buffer-other-frame):
6217         Handle special modes like view-buffer (Bug#10650).
6218         (view-buffer): Simplify.
6220         * frame.el (set-frame-font): Tweak meaning of third argument.
6222         * dynamic-setting.el (font-setting-change-default-font):
6223         Use set-frame-font (Bug#9982).
6225 2012-02-01  Glenn Morris  <rgm@gnu.org>
6227         * progmodes/compile.el (compilation-internal-error-properties):
6228         Respect compilation-first-column in the "*compilation*" buffer.
6230         * emacs-lisp/easy-mmode.el (define-minor-mode):
6231         Relax :variable's test for a named function.
6233 2012-01-31  Alan Mackenzie  <acm@muc.de>
6235         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6236         off by one error.
6238 2012-01-31  Chong Yidong  <cyd@gnu.org>
6240         * frame.el (set-frame-font): New arg ALL-FRAMES.
6242         * menu-bar.el (menu-set-font): Use set-frame-font.
6244         * faces.el (face-spec-reset-face): Don't apply unspecified
6245         attribute values to the default face.
6247 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
6249         * progmodes/cwarn.el (cwarn): Remove dead link.
6250         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6251         Remove * from defcustom docstrings.
6252         (turn-on-cwarn-mode): Make obsolete.
6253         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6254         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6256 2012-01-31  Glenn Morris  <rgm@gnu.org>
6258         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6259         Fix :variable handling of mode a symbol not equal to modefun.
6260         Allow named functions to be used as the cdr of :variable.
6262 2012-01-30  Glenn Morris  <rgm@gnu.org>
6264         * emacs-lisp/authors.el (authors-fixed-entries):
6265         Remove reference to deleted file rnewspost.el.
6267 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
6269         * window.el (window-with-parameter): Remove unused variable `windows'.
6270         (window--side-check): Remove unused variable `code'.
6271         (window--resize-siblings): Remove unused variable `first'.
6272         (adjust-window-trailing-edge): Remove unused variable `failed'.
6273         (window-deletable-p, window--delete): Remove unused variable `buffer'.
6274         Use `let', not `let*'.
6275         (balance-windows-2): Remove unused variable `found'.
6276         (window--state-put-2): Remove unused variable `splits'.
6277         (window-state-put): Remove unused variable `selected'.
6278         (same-window-p): Use `string-match-p'.
6279         (display-buffer-assq-regexp): Remove unused variable `value'.
6280         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6281         Mark argument ALIST as ignored.
6282         (pop-to-buffer): Remove unused variable `old-window'.
6284 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
6286         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6287         and .lzma compressed files.
6289 2012-01-29  Chong Yidong  <cyd@gnu.org>
6291         * frame.el (window-system-default-frame-alist): Doc fix.
6293         * dynamic-setting.el (font-setting-change-default-font): Don't
6294         change the default face if SET-FONT argument is non-nil (Bug#9982).
6296 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
6298         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6300 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
6302         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6303         breakpoints in files outside current directory (Bug#6098).
6305 2012-01-29  Chong Yidong  <cyd@gnu.org>
6307         * progmodes/python.el: Require ansi-color at top-level.
6309         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6310         Define and use in Emacs Lisp mode (Bug#9360).
6311         (lisp-mode-abbrev-table): Add doc.
6312         (lisp-mode-variables): Don't set local-abbrev-table.
6313         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6315 2012-01-28  Roland Winkler  <winkler@gnu.org>
6317         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6319 2012-01-28  Roland Winkler  <winkler@gnu.org>
6321         * textmodes/bibtex.el (bibtex-entry-alist): New function.
6322         (bibtex-set-dialect): Use it.  Either set global values of
6323         dialect-dependent variables or bind these variables buffer-locally
6324         (Bug#10254).
6325         (bibtex-mode): Call bibtex-set-dialect via
6326         hack-local-variables-hook.
6327         (bibtex-dialect): Update docstring.
6328         Add safe-local-variable predicate.
6329         (bibtex-entry-alist, bibtex-field-alist): Initialize via
6330         bibtex-set-dialect.
6331         (bibtex-mode-map): Define menu for each dialect.
6332         (bibtex-entry): Fix docstring.
6334 2012-01-28  Chong Yidong  <cyd@gnu.org>
6336         * eshell/esh-arg.el (eshell-quote-argument): New function.
6338         * eshell/esh-ext.el (eshell-invoke-batch-file):
6339         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6340         first arg to eshell-parse-command (Bug#10523).
6342 2012-01-28  Drew Adams  <drew.adams@oracle.com>
6344         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6345         `default-directory' is non-nil.
6347 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
6349         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6350         line that displays system-configuration-options.  (Bug#9924)
6352 2012-01-28  Drew Adams  <drew.adams@oracle.com>
6354         * descr-text.el (describe-char): Show information about POS, in
6355         addition to information about the character at POS.  Improve and
6356         update the doc string.  Change "code point" to "code point in
6357         charset", to avoid confusion with the character's Unicode code
6358         point shown above that.  (Bug#10129)
6360 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
6362         * descr-text.el (describe-char): Show the raw character, not only
6363         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
6364         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6365         for the reasons.
6367 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
6369         * emacs-lisp/package.el (package-install):
6370         Run package-refresh-contents if there is no archive yet (Bug#9798).
6372 2012-01-28  Chong Yidong  <cyd@gnu.org>
6374         * emacs-lisp/package.el (package-maybe-load-descriptor):
6375         New function, split from package-maybe-load-descriptor.
6376         (package-maybe-load-descriptor): Use it.
6377         (package-download-transaction): Fully load required packages
6378         inside the loop, so that `require' calls work (Bug#10593).
6379         (package-install): No need to call package-initialize now.
6381 2012-01-28  Chong Yidong  <cyd@gnu.org>
6383         * simple.el (deactivate-mark): Doc fix (Bug#8614).
6385         * tooltip.el (tooltip-mode): Doc fix.
6386         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6388         * frame.el (set-cursor-color): Doc fix (Bug#352).
6390         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6391         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6393         * cus-edit.el (custom-buffer-create-internal): Fix search button
6394         action (Bug#10542).
6395         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
6397 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
6399         * dired.el (dired-mark-files-regexp):
6400         Include any subdirectory components.  (Bug#10445)
6402 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
6404         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6405         Handle [host]:port syntax.  (Bug#10533)
6407 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
6409         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6411 2012-01-26  Glenn Morris  <rgm@gnu.org>
6413         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6414         * term.el (term-raw-escape-map): Use Control-X-prefix.
6415         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
6417 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
6419         * window.el (window-state-get, window--state-get-1): Don't deal
6420         with fixed-sizeness of windows.  Simplify code.
6422 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
6424         * window.el (window--state-get-1, window--state-put-2):
6425         Don't save and restore the mark.
6427 2012-01-25  Chong Yidong  <cyd@gnu.org>
6429         * custom.el (custom-variable-p): Doc fix.
6431 2012-01-25  Glenn Morris  <rgm@gnu.org>
6433         * dired.el (dired-goto-file): Handle some of the more common
6434         characters that `ls -b' escapes.  (Bug#10596)
6436         * progmodes/compile.el (compilation-next-error-function):
6437         Respect compilation-first-column in the "*compilation*" buffer.
6438         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
6440         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
6442 2012-01-24  Glenn Morris  <rgm@gnu.org>
6444         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
6446 2012-01-24  Julien Danjou  <julien@danjou.info>
6448         * color.el (color-rgb-to-hsl): Fix value computing.
6449         (color-hue-to-rgb): New function.
6450         (color-hsl-to-rgb): New function.
6451         (color-clamp, color-saturate-hsl, color-saturate-name)
6452         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6453         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6455 2012-01-24  Glenn Morris  <rgm@gnu.org>
6457         * vc/vc-rcs.el (vc-rcs-create-tag):
6458         * vc/vc-sccs.el (vc-sccs-create-tag):
6459         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
6461 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
6463         * eshell/esh-util.el (eshell-read-hosts-file):
6464         Skip comment lines.  (Bug#10549)
6466         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
6468 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
6470         * subr.el (display-delayed-warnings): Doc fix.
6471         (collapse-delayed-warnings): New function to collapse identical
6472         adjacent warnings.
6473         (delayed-warnings-hook): Add it.
6475 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
6477         * net/tramp.el (tramp-action-login): Set connection property "login-as".
6479         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6480         (tramp-default-user-alist): Don't add "pscp".
6481         (tramp-do-copy-or-rename-file-out-of-band): Use connection
6482         property "login-as", if set.  (Bug#10530)
6484 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
6486         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6487         "plink1" and "psftp".  (Bug#10530)
6489 2012-01-21  Kenichi Handa  <handa@m17n.org>
6491         * international/mule-cmds.el (prefer-coding-system): Show a
6492         warning message if the default value of file-name-coding-system
6493         was not changed.
6495 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
6497         * windmove.el (windmove-reference-loc):
6498         Fix windmove-reference-loc miscalculation.
6500 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
6502         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6503         default unit.
6505 2012-01-21  Glenn Morris  <rgm@gnu.org>
6507         * international/mule.el (auto-coding-alist): Add .tbz.
6509         * files.el (local-enable-local-variables): Doc fix.
6510         (inhibit-local-variables-regexps): Rename from
6511         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
6512         Doc fix.  Add some extensions from auto-coding-alist.
6513         (inhibit-local-variables-suffixes):
6514         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
6515         (inhibit-local-variables-p):
6516         New function, extracted from set-auto-mode-1.
6517         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
6518         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
6519         (hack-local-variables): Doc fix.  Make the mode-only case
6520         respect enable-local-variables and friends.
6521         Respect inhibit-local-variables-regexps for file-locals, but
6522         not for directory-locals.
6523         (set-visited-file-name):
6524         Take account of inhibit-local-variables-regexps.
6525         Whether it applies may change as the file name is changed.
6526         * jka-cmpr-hook.el (jka-compr-install):
6527         * jka-compr.el (jka-compr-uninstall):
6528         Update for inhibit-first-line-modes-suffixes name change.
6530 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
6532         * help-macro.el (make-help-screen): Temporarily restore original
6533         binding for minor-mode-map-alist (Bug#10454).
6535 2012-01-19  Julien Danjou  <julien@danjou.info>
6537         * color.el (color-name-to-rgb): Use the white color to find the max
6538         color component value and return correctly computed values.
6539         (color-name-to-rgb): Add missing float conversion for max value.
6541 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
6543         * window.el (window--state-get-1, window-state-get): Do not use
6544         special state value for window-persistent-parameters.
6545         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
6546         (window--state-put-2): Reset all window parameters to nil before
6547         assigning values of persistent parameters.
6549 2012-01-18  Alan Mackenzie  <acm@muc.de>
6551         Eliminate sluggishness and hangs in fontification of "semicolon
6552         deserts".
6554         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6555         Change value 10000 -> 3000.
6556         (c-state-safe-place): Reformulate so it doesn't stack up an
6557         infinite number of wrong entries in c-state-nonlit-pos-cache.
6558         (c-determine-limit-get-base, c-determine-limit): New functions to
6559         determine backward search limits disregarding literals.
6560         (c-find-decl-spots): Amend commenting.
6561         (c-cheap-inside-bracelist-p): New function which detects "={".
6563         * progmodes/cc-fonts.el
6564         (c-make-font-lock-BO-decl-search-function): Give a limit to a
6565         backward search.
6566         (c-font-lock-declarations): Fix an occurrence of point being
6567         undefined.  Check additionally for point being in a bracelist or
6568         near a macro invocation without a semicolon so as to avoid a
6569         fruitless time consuming search for a declarator.  Give a more
6570         precise search limit for declarators using the new
6571         c-determine-limit.
6573 2012-01-18  Glenn Morris  <rgm@gnu.org>
6575         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6576         (set-auto-mode): Doc fixes.
6578 2012-01-17  Glenn Morris  <rgm@gnu.org>
6580         * isearch.el (search-nonincremental-instead): Fix doc typo.
6582         * dired.el (dired-insert-directory): Handle newlines in directory name.
6583         (dired-build-subdir-alist): Unescape newlines in directory name.
6585 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
6587         * net/tramp.el (tramp-local-end-of-line): New defcustom.
6588         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6589         (tramp-action-terminal): Use it.  (Bug#10530)
6591 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6593         * minibuffer.el (completion--replace): Strip properties (bug#10062).
6595 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
6597         * window.el (window-state-ignored-parameters): Remove variable.
6598         (window--state-get-1): Rename argument MARKERS to IGNORE.
6599         Handle persistent window parameters.  Make copy of clone-of
6600         parameter only if requested.  (Bug#10348)
6601         (window--state-put-2): Install a window parameter only if it has
6602         a non-nil value or an existing parameter shall be overwritten.
6604 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
6606         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6608 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
6610         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6611         don't pass the (nil) value of `upnode' to string-match.
6613 2012-01-14  Chong Yidong  <cyd@gnu.org>
6615         * startup.el (command-line): Fix X resource class for cursorColor.
6616         Fix values recognized by the cursorBlink resource.
6618 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
6620         * epg.el (epg--make-temp-file): Avoid permission race condition
6621         when running on old Emacs versions (bug#10403).
6623 2012-01-14  Glenn Morris  <rgm@gnu.org>
6625         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6627 2012-01-13  Alan Mackenzie  <acm@muc.de>
6629         Fix filling for when filladapt mode is enabled.
6631         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6632         c-mask-paragraph, pass in `fill-paragraph' rather than
6633         `fill-region-as-paragraph'.  (This is a reversion of a previous
6634         change.)
6635         * progmodes/cc-mode.el (c-basic-common-init):
6636         Make fill-paragraph-handle-comment buffer local and set it to nil.
6638 2012-01-13  Glenn Morris  <rgm@gnu.org>
6640         * dired.el (dired-switches-escape-p): New function.
6641         (dired-insert-directory): Use dired-switches-escape-p.
6642         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
6644         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
6646 2012-01-12  Glenn Morris  <rgm@gnu.org>
6648         * mail/sendmail.el (mail-mode): Update paragraph-separate for
6649         changes in adaptive-fill-regexp.  (Bug#10276)
6651 2012-01-11  Alan Mackenzie  <acm@muc.de>
6653         Fix Emacs bug #10463 - put `widen's around the critical spots.
6655         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
6656         widen around each invocation of c-state-pp-to-literal.  Remove an
6657         unused let variable.
6659 2012-01-11  Glenn Morris  <rgm@gnu.org>
6661         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
6662         Doc fix.
6664 2012-01-10  Chong Yidong  <cyd@gnu.org>
6666         * net/network-stream.el (network-stream-open-starttls):
6667         Avoid emitting a confusing error message when the server gives a bad
6668         response to the capability command.
6670 2012-01-10  Glenn Morris  <rgm@gnu.org>
6672         * mail/unrmail.el (unrmail): Tweak previous change.
6674 2012-01-09  Chong Yidong  <cyd@gnu.org>
6676         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6678 2012-01-08  Alan Mackenzie  <acm@muc.de>
6680         Optimise font locking in long enum definitions.
6682         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6683         arm to a cond form to handle enums.
6684         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6685         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6687 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
6689         * files.el (move-file-to-trash): Preserve default file modes on error.
6690         (Bug#10401)
6692 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6694         * faces.el (set-face-attribute): Clarify the meaning of the nil
6695         frame (bug#10294).
6697         * subr.el (with-selected-frame): Mention that the selected frame
6698         is restored (bug#9980).
6700         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6701         (bug#9759).
6703         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
6704         (password-read): Don't autoload unused function.
6706 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
6708         * progmodes/which-func.el (which-func-mode): Turn into a
6709         non-interactive function and mark as obsolete (bug#10428).
6711 2012-01-06  Chong Yidong  <cyd@gnu.org>
6713         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6714         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6715         functions, along with 1 and -1.
6717 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
6719         * time.el (display-time-load-average)
6720         (display-time-default-load-average): Doc fixes.  See the thread
6721         starting at
6722         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6723         for the details.
6725 2012-01-06  Glenn Morris  <rgm@gnu.org>
6727         * mail/unrmail.el (unrmail): Give an explicit error if the input file
6728         has no messages.  (Bug#10377)
6730         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6731         than Info-edit.  (Bug#10385)
6733         * time.el (display-time-load-average, display-time-next-load-average):
6734         Doc fixes.
6736         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6737         local setting of buffer-read-only to the input buffer.  (Bug#10419)
6739         * calendar/calendar.el (calendar-mode):
6740         Locally set scroll-margin to 0.  (Bug#10379)
6742 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
6744         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
6746 2012-01-05  Glenn Morris  <rgm@gnu.org>
6748         * eshell/em-unix.el (diff-no-select): Autoload it.
6749         (eshell/diff): Use diff-no-select.  (Bug#10420)
6751 2012-01-05  Chong Yidong  <cyd@gnu.org>
6753         * shell.el (shell-dynamic-complete-functions): Revert last change.
6754         (shell-command-completion-function): New function.
6755         (shell-completion-vars): Use it to implement
6756         shell-completion-execonly (Bug#10417).
6758         * custom.el (enable-theme): Don't set custom-safe-themes.
6760         * cus-theme.el (custom-theme-merge-theme):
6761         Ignore custom-enabled-themes and custom-safe-themes.
6763 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
6765         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6766         first prompt in `sql-interacive-mode'.
6767         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
6768         keywords.
6769         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
6770         (sql-product-interactive): Bug fix: Set `sql-buffer' in
6771         context of original buffer.  Invoke `sql-login-hook'.
6773 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
6775         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6776         letters in cite-prefix.
6778 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6780         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6782 2012-01-03  Chong Yidong  <cyd@gnu.org>
6784         * shell.el (shell-dynamic-complete-functions):
6785         Put pcomplete-completions-at-point, so as to try
6786         comint-filename-completion first (Bug#10417).
6788 2012-01-02  Richard Stallman  <rms@gnu.org>
6790         * battery.el (battery-status-function):
6791         Detect when to use battery-yeeloong-sysfs.
6792         (battery-echo-area-format): Add string for Yeeloong.
6793         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6794         (battery-yeeloong-sysfs): New function.
6796 2012-01-02  Chong Yidong  <cyd@gnu.org>
6798         * dirtrack.el (dirtrack-list): Eliminate unused third element.
6799         (dirtrack): Merge code for handling relative filenames in prompt
6800         from shell-dir-cookie-watcher.
6801         (dirtrack-debug-message): New arg to avoid excess format calls.
6803         * shell.el (shell-dir-cookie-re): Variable deleted.
6804         (shell-dir-cookie-watcher): Function deleted.
6805         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6806         with dirtrack-mode.
6808 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
6810         * term/w32-win.el (dynamic-library-alist) <gnutls>:
6811         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
6812         libgnutls-26.dll.
6814 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
6816         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6818 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
6820         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6821         headers of non-MIME messages, when rmail-enable-mime is non-nil.
6823 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
6825         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6826         also for alternative shells.
6827         (tramp-open-connection-setup-interactive-shell): Check, whether
6828         the shell is a busybox.
6829         (tramp-send-command): Don't suppress multiple prompts for
6830         busyboxes, it hurts.
6832 2011-12-28  Chong Yidong  <cyd@gnu.org>
6834         * progmodes/gdb-mi.el (gdb-get-source-file-list)
6835         (gdb-get-source-file): Move mode line update to
6836         gdb-get-source-file (Bug#10087).
6838 2011-12-25  Chong Yidong  <cyd@gnu.org>
6840         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6841         gud-gdb-marker-filter without taking it as an argument.
6842         (gud-gdb-run-command-fetch-lines): Caller changed.
6843         (gud-gdb-completion-function): New variable.
6844         (gud-gdb-completion-at-point): Use it.
6845         (gud-gdb-completions-1): Split from gud-gdb-completions.
6847         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6848         function as separate arguments.
6849         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6850         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6851         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6852         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6853         (gdb-stopped, def-gdb-auto-update-trigger)
6854         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
6855         (gdb-get-changed-registers, gdb-get-main-selected-frame):
6856         Callers changed.
6857         (gud-gdbmi-completions): New function.
6858         (gdb): Use it for generating the completion table.
6860 2011-12-24  Alan Mackenzie  <acm@muc.de>
6862         Introduce a mechanism to widen the region used in context font
6863         locking.  Use this to protect declarations from losing their contexts.
6865         * progmodes/cc-langs.el (c-before-font-lock-functions):
6866         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
6867         (c-before-context-fontification-functions): New defvar, a list of
6868         functions to be run just before context (etc.) font locking.
6870         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
6871         New, functionality extracted from
6872         c-neutralize-syntax-in-and-mark-CPP.
6873         (c-in-after-change-fontification): New variable.
6874         (c-after-change): Set c-in-after-change-fontification.
6875         (c-set-fl-decl-start): Rejig its interface, so it can be called
6876         from both after-change and context fontifying.
6877         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6878         New functions.
6879         (c-standard-font-lock-fontify-region-function): New variable.
6880         (c-font-lock-fontify-region): New function.
6882 2011-12-24  Juri Linkov  <juri@jurta.org>
6884         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6885         (Bug#10348)
6887 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
6889         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6890         existence of source file.  (Bug#10325)
6892 2011-12-23  Alan Mackenzie  <acm@muc.de>
6894         Fix unstable fontification inside templates.
6896         * progmodes/cc-langs.el (c-before-font-lock-functions):
6897         Newly created from the singular version.  The (c c++ objc) entry now
6898         additionally has c-set-fl-decl-start.  The other languages (apart
6899         from AWK) have that as a single entry.
6901         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6902         The functionality for "local" declarations has been extracted to
6903         c-set-fl-decl-start.
6905         * progmodes/cc-mode.el (c-common-init, c-after-change):
6906         Changes due to pluralisation of c-before-font-lock-functions.
6907         (c-set-fl-decl-start): New function, extracted from
6908         c-font-lock-enclosing-decls and enhanced.
6910 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
6912         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6914 2011-12-22  Juri Linkov  <juri@jurta.org>
6916         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
6918 2011-12-22  Chong Yidong  <cyd@gnu.org>
6920         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6922 2011-12-21  Drew Adams  <drew.adams@oracle.com>
6924         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
6926 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
6928         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6930 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6932         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
6933         highlighting and support.  Fix up comments for capitalization.
6934         (cfengine-mode-debug): New var.
6935         (cfengine3-mode): Change the modeline indicator to "CFE3".
6936         (cfengine3-font-lock-keywords): Improve defun highlighting.
6937         (cfengine2-actions): Rename from `cfengine-actions'.
6938         (cfengine2-font-lock-keywords): Rename from
6939         `cfengine-font-lock-keywords'.
6940         (cfengine2-imenu-expression): Rename from
6941         `cfengine-imenu-expression'.
6942         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6943         (cfengine2-beginning-of-defun): Rename from
6944         `cfengine-beginning-of-defun'.
6945         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6946         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6947         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
6948         modeline indicator to "CFE2".
6949         (cfengine-mode): Defalias to `cfengine-auto-mode'.
6950         (cfengine-mode-abbrevs): Mark obsolete.
6952 2011-12-21  Chong Yidong  <cyd@gnu.org>
6954         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6955         filename argument.
6957 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
6959         * window.el (window-normalize-buffer-to-display): Remove.
6960         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6962 2011-12-19  Chong Yidong  <cyd@gnu.org>
6964         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6965         Don't signal an error in a predicate function; return non-nil.
6966         (vc-dir-mark-file): Move the error here.
6967         (vc-dir-mark-unmark): If acting on the region, keep going if one
6968         of the entries cannot be marked/unmarked.
6969         (vc-dir-mark-all-files): If current entry is a directory, mark
6970         only child files, as documented.
6972 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
6974         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6975         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6976         addition.
6978 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
6980         * term/ns-win.el (ns-get-selection-internal)
6981         (ns-store-selection-internal): Declare.
6982         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6983         Declare as obsolete.
6984         (ns-get-pasteboard, ns-paste-secondary):
6985         Use ns-get-selection-internal.
6986         (ns-set-pasteboard,  ns-copy-including-secondary):
6987         Use ns-store-selection-internal.
6989 2011-12-17  Chong Yidong  <cyd@gnu.org>
6991         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
6992         (vc-deduce-fileset): Doc fix.
6994 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
6996         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6998 2011-12-13  Sam Steingold  <sds@gnu.org>
7000         * man.el (Man-getpage-in-background): When running under a
7001         window-system, ignore $MANWIDTH and $COLUMNS.
7003 2011-12-15  Kenichi Handa  <handa@m17n.org>
7005         * language/ethio-util.el: Change coding tag to utf-8-emacs.
7006         (setup-ethiopic-environment-internal): Comment out key-binding for
7007         ethio-toggle-punctuation.
7009 2011-12-13  Alan Mackenzie  <acm@muc.de>
7011         Add the switch statement to AWK Mode.
7013         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
7014         "default" to the keywords regexp.
7016         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
7017         expression as the rest.
7018         (c-nonlabel-token-key): Allow string literals for AWK.
7019         Refactor for the other modes.
7021         Large brace-block initialisation makes CC Mode slow: Fix.
7022         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
7023         routines.  Limit backward searching in c-font-lock-enclosing.decl.
7025         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7026         pp-state and literal type in addition to the limits.
7027         (c-state-safe-place): New defun, extracted from c-state-literal-at.
7028         (c-state-literal-at): Use the above new defun.
7029         (c-slow-in-literal, c-fast-in-literal): Remove.
7030         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
7032         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7033         being in a literal.  Add a limit for backward searching.
7035         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7036         c-slow-in-literal.
7038 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7040         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7042 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
7044         * window.el (delete-other-windows): Use correct frame in call to
7045         window-with-parameter.
7047 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
7049         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7050         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7051         (makefile-gmake-statements, makefile-makepp-statements):
7052         Use it and add new makepp keywords.
7053         (makefile-makepp-font-lock-keywords): Add new patterns.
7054         (makefile-match-function-end): Match new [...] and [[...]].
7056 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
7058         * ses.el (ses-call-printer-return, ses-cell-property-get)
7059         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7060         (ses-create-cell-variable, ses-reset-header-string)
7061         (ses-cell-set-formula, ses-repair-cell-reference-all)
7062         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7063         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7064         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7065         (ses-aset-with-undo, ses-load, ses-truncate-cell)
7066         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7067         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7068         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7069         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7070         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7071         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7072         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7073         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7075 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7077         * ses.el: The overall change is to add cell renaming, that is
7078         setting fancy names for cell symbols other than name matching
7079         "\\`[A-Z]+[0-9]+\\'" regexp .
7080         (ses-create-cell-variable): New defun.
7081         (ses-relocate-formula): Relocate formulas only for cells the
7082         symbols of which are not renamed, i.e. symbols whose names do not
7083         match regexp "\\`[A-Z]+[0-9]+\\'".
7084         (ses-relocate-all): Relocate values only for cells the symbols of
7085         which are not renamed.
7086         (ses-load): Create cells variables as the (ses-cell ...) are read,
7087         in order to check row col consistency with cell symbol name only
7088         for cells that are not renamed.
7089         (ses-replace-name-in-formula): New defun.
7090         (ses-rename-cell): New defun.
7092 2011-12-11  Chong Yidong  <cyd@gnu.org>
7094         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7095         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7097 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
7099         * window.el (other-window): Fix docstring.
7101 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
7103         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
7104         `from' or `to' address before taking its substring.
7105         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
7106         encoded name is chopped in the middle of the encoded string, and
7107         thus displayed encoded.
7109 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
7111         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7113 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
7115         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
7116         to use texinfo-update-node and commands that call it if the
7117         Texinfo file uses @node lines without next/prev/up pointers.
7118         Correct outdated description about texinfo-master-menu.
7119         (texinfo-all-menus-update, texinfo-master-menu)
7120         (texinfo-update-node, texinfo-every-node-update)
7121         (texinfo-multiple-files-update): Doc fix.  Warn against updating
7122         all the @node lines.
7123         (texinfo-master-menu): Only call texinfo-update-node if the prefix
7124         argument is numeric.  Explain better in the doc string what the
7125         function really does.
7126         (texinfo-insert-master-menu-list): Improve the error message
7127         displayed if there's no menu in the Top node.
7128         (Bug#2975)  See also this thread:
7129         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7131 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
7133         * speedbar.el (speedbar-supported-extension-expressions):
7134         Add .adb and .ads, commonly used for Ada source code (bug#10256).
7136 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
7138         * printing.el (pr-mode-alist):
7139         * simple.el (filter-buffer-substring-functions)
7140         (completion-list-insert-choice-function):
7141         * window.el (window-with-parameter, window-atom-root)
7142         (window-sides-slots, window-size-fixed, window-min-delta)
7143         (window-max-delta, window--resize-mini-window)
7144         (window--resize-child-windows-normal, window-tree)
7145         (delete-other-windows, quit-window, split-window)
7146         (display-buffer-record-window, special-display-buffer-names)
7147         (special-display-regexps, special-display-popup-frame)
7148         (same-window-p, split-window-sensibly)
7149         (display-buffer-overriding-action, display-buffer-alist)
7150         (display-buffer-base-action, display-buffer, switch-to-buffer)
7151         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7152         (fit-window-to-buffer, recenter-positions)
7153         (mouse-autoselect-window-state, mouse-autoselect-window-select):
7154         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7155         and remove unneeded backslashes in docstrings.
7157 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7159         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7161         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7162         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7163         end in ".mk".
7164         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7165         when reading the makefile (bug#10116).
7167 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7169         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7170         (bug#10116).
7172 2011-12-06  Glenn Morris  <rgm@gnu.org>
7174         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7176 2011-12-06  Chong Yidong  <cyd@gnu.org>
7178         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7180 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
7182         * textmodes/table.el (table-shorten-cell): Fix typo.
7184 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
7186         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7188 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
7190         * descr-text.el (describe-char): Fix display of strong
7191         right-to-left characters and directional embeddings and overrides.
7193         * simple.el (what-cursor-position): Fix display of codepoints of
7194         strong right-to-left characters.
7196 2011-12-05  Chong Yidong  <cyd@gnu.org>
7198         * faces.el (read-color): Doc fix.
7200 2011-12-05  Glenn Morris  <rgm@gnu.org>
7202         * align.el (align--set-marker): Add doc-string.
7203         Don't try to move something that is not a marker.  (Bug#10216)
7205 2011-12-04  Glenn Morris  <rgm@gnu.org>
7207         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7208         overly zealous deletion of trailing whitespace.
7210 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
7212         * server.el (server-delete-client): On Windows, do not try to delete
7213         the only terminal.
7214         (server-process-filter): On Windows, treat requests for a tty frame as
7215         if they were for a GUI frame if the running server is in GUI mode.
7217 2011-12-03  Glenn Morris  <rgm@gnu.org>
7219         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
7221 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7223         * electric.el: Streamline electric-indent's hook.
7224         (electric-indent-chars): Revert to simple list.
7225         (electric-indent-functions): New var.
7226         (electric-indent-post-self-insert-function): Use it.
7228         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7229         there's no inferior buffer (bug#10196).
7230         (prolog-consult-compile): Don't use toggle-read-only.
7232 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
7234         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7235         interrupt.  (Bug#10187)
7237 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7239         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7240         (bug#9160).
7242         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7243         (bug#10191).
7245 2011-12-02  Juri Linkov  <juri@jurta.org>
7247         * info.el (Info-search): Display "end of manual" when Isearch
7248         reaches the end of single-file Info manual.  (Bug#9918)
7250 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
7252         * isearch.el (isearch-message-prefix): Run the input method part
7253         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
7255 2011-12-02  Juri Linkov  <juri@jurta.org>
7257         * isearch.el (isearch-occur): Use `word-search-regexp' for
7258         `isearch-word'.
7259         (isearch-search-and-update): Add condition for `isearch-word' and
7260         call `word-search-regexp'.  (Bug#10145)
7262 2011-12-01  Glenn Morris  <rgm@gnu.org>
7264         * eshell/em-hist.el (eshell-hist-initialize):
7265         Handle eshell-history-size nil and HISTSIZE set or unset.
7266         (eshell-history-file-name, eshell-history-size): Fix custom type.
7268 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7270         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7272 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
7274         * progmodes/verilog-mode.el (verilog-pretty-expr):
7275         Rework verilog-pretty-expr to handle new assignment operators in system
7276         verilog, such as += *= and the like.
7277         (verilog-assignment-operator-re): Regular expression to find the
7278         assigment operator in a verilog assignment.
7279         (verilog-assignment-operation-re): Regular expression to find an
7280         assignment statement for pretty-expr.
7281         (verilog-in-attribute-p): Query returns true if point is in an
7282         attribute context; used to skip these for expression line up from
7283         pretty-expr.
7284         (verilog-in-parameter-p): Query returns true if point is in an
7285         parameter definition context; used to skip these for expression
7286         line up from pretty-expr.
7287         (verilog-in-parenthesis-p): Query returns true if point is in a
7288         parenthetical expression, specifically ( ) but not [ ] or { };
7289         used by pretty-expr.
7290         (verilog-just-one-space): If there is no space, don't add one.
7291         (verilog-get-lineup-indent-2): Specifically skip just attribute
7292         contexts for expression lineup, rather than skipping all
7293         parenthetical expressions.
7294         (verilog-calculate-indent): Fix comment, and fix indent.
7295         (verilog-do-indent): Indent declarations in lists (suggested by
7296         Joachim Lechner).
7297         (verilog-mode-abbrev-table): Populate abbrev mode with the various
7298         skeleton items.
7299         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7300         by Alain Mellan).
7302 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
7304         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7305         parameters with embedded comments.  Reported by Ray Stevens.
7306         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7307         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7308         Reported by Tim Holt.
7309         (verilog-auto): Fix AUTOing a upper module then AUTOing module
7310         instantiated by upper module causing wrong expansion until AUTOed a
7311         second time.  Reported by K C Buckenmaier.
7312         (verilog-diff-auto): Fix showing .* as a difference when
7313         `verilog-auto-star-save' off.  Reported by Dan Dever.
7314         (verilog-auto-reset, verilog-read-always-signals)
7315         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7316         temporary signals in reset list if
7317         verilog-auto-reset-blocking-in-non is nil, and match assignment
7318         style to each signal's assignment type, bug381.
7319         Reported by Thomas Esposito.
7320         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7321         (verilog-uvm-statement-re): Support UVM indentation and
7322         highlighting, with old OVM keywords only.
7323         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
7324         Support AUTOTIEOFF creating non-wire data types.
7325         Suggested by Jonathan Greenlaw.
7326         (verilog-auto-insert-lisp, verilog-delete-to-paren)
7327         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7328         (verilog-inject-sense, verilog-read-inst-pins)
7329         (verilog-read-sub-decls, verilog-read-sub-decls-line):
7330         Fix mismatching parenthesis inside commented out code when deleting
7331         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
7332         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7333         non-numeric vector width.  Reported by Alex Reed.
7334         (verilog-auto-ascii-enum): Add "onehot" option to work around not
7335         detecting signals with parameter widths.  Reported by Alex Reed.
7336         (verilog-auto-delete-trailing-whitespace):
7337         With `verilog-auto-delete-trailing-whitespace' remove trailing
7338         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
7339         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7340         Fix verilog-scan-cache corruption when running user AUTO expansion
7341         hooks that call indentation routines.
7342         (verilog-simplify-range-expression): Fix typo ignoring lower case
7343         identifiers.
7344         (verilog-delete-auto): Fix delete-autos to also remove user created
7345         automatics, as long as they start with AUTO.
7346         (verilog-batch-diff-auto, verilog-diff-auto)
7347         (verilog-diff-function): Add `verilog-diff-auto' and bind to
7348         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
7349         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7350         (verilog-in-paren-quick, verilog-re-search-backward-quick)
7351         (verilog-re-search-forward-quick, verilog-syntax-ppss):
7352         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
7353         is disabled and its cache will get corrupt, causing AUTOS not to
7354         expand.  Instead use only -quick functions.
7355         (verilog-scan-region): Fix scanning over escaped quotes.
7356         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7357         (verilog-re-search-backward-quick)
7358         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7359         related functions now ignore strings, to fix misparsing of strings
7360         with magic comments embedded in them.
7361         (verilog-read-auto-template):
7362         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7363         Reported by Brad Dobbie.
7364         (verilog-read-auto-template):
7365         Fix 'verilog-auto-inst-template-numbers' with comments.
7366         Reported by Brad Dobbie.
7367         (verilog-auto-inst, verilog-auto-inst-param)
7368         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7369         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
7370         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
7371         debugging templates without merge conflicts, bug357.
7372         Reported by Brad Dobbie.
7373         (verilog-read-auto-template):
7374         Fix verilog-auto-inst-template-numbers with multiple templates.
7375         Reported by Brad Dobbie.
7376         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7377         abbrevs so user won't be asked to save.
7378         (verilog-read-auto-lisp-present): Fix to start at beginning of
7379         buffer in case called outside of verilog-auto.
7380         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7381         to "X-2".  Reported by Matthew Myers.
7382         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7383         all inputs from module templates.  Reported by Leith Johnson.
7384         (verilog-module-inside-filename-p): Fix locating programs as with
7385         modules.
7386         (verilog-auto-inst-port): Fix vl-width expressions when using
7387         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
7388         (verilog-decls-get-regs, verilog-decls-get-signals,
7389         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7390         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7391         verilog-read-decls): Combine reg and wire structures into one var
7392         structure to represent SystemVerilog concepts.
7393         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7394         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
7395         (verilog-auto-wire-type, verilog-insert-definition):
7396         Add verilog-auto-wire-type and AUTOLOGIC to support using
7397         SystemVerilog "logic" keyword instead of "wire"/"reg".
7398         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7399         to declares outputs that also have assignments (presumably in an
7400         ifdef or generate if so there's not a driver conflict).
7401         Reported by Matthew Myers.
7402         (verilog-auto-declare-nettype, verilog-insert-definition):
7403         Add verilog-auto-declare-nettype to fix declarations using
7404         `default_nettype none.  Reported by Julian Gorfajn.
7405         (verilog-read-always-signals-recurse, verilog-read-decls)
7406         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7407         malformed end statement, bug325.  Reported by Joshua Wise and
7408         Andrew Drake.
7409         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7410         (verilog-inst-comment-re): Fix not deleting Interfaced comment
7411         when expanding .* in interfaces, bug320.
7412         Reported by Pierre-David Pfister.
7413         (verilog-read-module-name): Fix import statements between module
7414         name and open parenthesis, bug317.
7415         Reported by Pierre-David Pfister.
7416         (verilog-simplify-range-expression): Fix simplification of
7417         multiplications inside AUTOWIRE connections, bug303.
7418         (verilog-auto-inst-port): Support parameter expansion in
7419         multidimensional arrays.
7420         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7421         after "assert property".  Reported by Julian Gorfajn.
7422         (verilog-simplify-range-expression): Fix "couldn't merge" errors
7423         with multiplication, bug303.
7424         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7425         Reported by Jan Frode Lonnum.
7427 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
7429         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7430         (hfy-shell-file-name, hfy-shell):
7431         * international/fontset.el (x-decompose-font-name): Fix typos.
7433 2011-11-29  Ken Brown  <kbrown@cornell.edu>
7435         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7436         (gdb-version): Remove defvar.
7437         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7438         (gdb-gud-context-command, gdb-non-stop-handler)
7439         (gdb-current-context-command, gdb-stopped): Use it.
7440         (gdb-init-1): Enable pretty printing here.
7441         (gdb-non-stop-handler): Don't enable pretty-printing here.
7442         Check to see if the target supports non-stop mode; if not, turn off
7443         non-stop mode.  Use the following.
7444         (gdb-check-target-async): New defun.
7445         (gud-watch, gdb-stopped): Fix whitespace.
7446         (gdb-get-source-file): Don't try to display the source file if
7447         `gdb-main-file' is nil.
7449 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7451         * align.el: Try to generate fewer markers (bug#10047).
7452         (align--set-marker): New macro.
7453         (align-region): Use it.
7455 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7457         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7459 2011-11-29  Chong Yidong  <cyd@gnu.org>
7461         * indent.el (indent-for-tab-command, indent-according-to-mode):
7462         Doc fix.
7463         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
7465 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
7467         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7468         aware of remote file names.  (Bug#10124)
7470 2011-11-29  Chong Yidong  <cyd@gnu.org>
7472         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7474 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7476         * files.el (find-file): Don't use force-same-window (bug#10144).
7477         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7478         use pop-to-buffer if the selected window can't be used.
7479         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7481 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
7483         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7484         special-mode-map.
7486 2011-11-28  Chong Yidong  <cyd@gnu.org>
7488         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7490 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
7492         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7493           gdb-get-source-file-list on gdb-create-source-file-list.
7495 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
7497         * whitespace.el (whitespace-newline): Use a different foreground
7498         color for 16-color light-background displays.
7500 2011-11-24  Chong Yidong  <cyd@gnu.org>
7502         * window.el (display-buffer--special-action): Doc fix.
7504 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
7506         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7507         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7508         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7509         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7510         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7511         (avl-tree-stack-first):
7512         * emacs-lisp/cconv.el (cconv--analyse-use):
7513         * net/gnutls.el (gnutls-negotiate): Fix typos.
7515 2011-11-24  Glenn Morris  <rgm@gnu.org>
7517         * lpr.el (lpr-windows-system, lpr-lp-system):
7518         * mail/binhex.el (binhex-begin-line):
7519         * progmodes/grep.el (grep-history, grep-find-history):
7520         * textmodes/flyspell.el:
7521         * vc/pcvs-defs.el (cvs-global-menu):
7522         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7523         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7524         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7526         * net/tls.el: Fix case of "GnuTLS".
7528         * paths.el (rmail-file-name): Format doc-string for make-docfile.
7530         * version.el (emacs-build-system): Give it a doc-string.
7532 2011-11-24  Juri Linkov  <juri@jurta.org>
7534         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7536 2011-11-24  Glenn Morris  <rgm@gnu.org>
7538         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7539         if called on a non-mime message just toggle the headers.  (Bug#8006)
7541 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
7543         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7544         (allout-lead-with-comment-string, allout-structure-deleted-hook)
7545         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7546         (allout-rebullet-heading, allout-open-sibtopic)
7547         (allout-toggle-current-subtree-encryption)
7548         (allout-toggle-subtree-encryption, allout-encrypt-string)
7549         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7550         (allout-distinctive-bullets-string, allout-auto-activation):
7551         * window.el (window-normalize-buffer-to-display):
7552         * progmodes/verilog-mode.el (verilog-batch-indent):
7553         * textmodes/bibtex.el (bibtex-field-braces-opt)
7554         (bibtex-field-strings-opt):
7555         * vc/cvs-status.el (cvs-tree-merge):
7556         Fix typos.
7558 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
7560         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7561         `non-essential' to t, in order to avoid remote connections.
7563 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
7565         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7566         On MS-DOS and MS-Windows, compare with loaddefs.el
7567         case-insensitively.
7569 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
7571         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
7573 2011-11-23  Glenn Morris  <rgm@gnu.org>
7575         * paths.el (rmail-file-name): Reformat the doc-string so that it
7576         is picked up.
7578         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7579         (rmail-auto-file): Ignore case in the "special" field names,
7580         as mail-fetch-field does for all others.
7582         * mail/rmail.el (rmail-forward):
7583         * mail/rmailkwd.el (rmail-set-label):
7584         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7585         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
7587         * mail/rmail.el (rmail-current-message): Doc fix.
7589         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
7591 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7593         * server.el (server-eval-and-print): Allow C-g (bug#6585).
7595 2011-11-22  Glenn Morris  <rgm@gnu.org>
7597         * mail/rmailmm.el (test-rmail-mime-handler)
7598         (test-rmail-mime-bulk-handler)
7599         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7601 2011-11-21  Juri Linkov  <juri@jurta.org>
7603         * calc/calc.el (calc-read-key-sequence):
7604         Let-bind `input-method-function' to nil.  (Bug#10018)
7606 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7608         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7609         Tell the caller that the next line needs recomputation, even
7610         though it doesn't start a sexp (bug#10094).
7612 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7614         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7616 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7618         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7619         Use force-same-window.
7621 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
7623         * descr-text.el (describe-char-unicode-data):
7624         * json.el (json-string-escape):
7625         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7626         (Footnote-unicode, Footnote-style-p):
7627         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7629 2011-11-20  Chong Yidong  <cyd@gnu.org>
7631         * window.el (replace-buffer-in-windows): Restore interactive spec.
7633 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7635         * electric.el (electric-indent-mode): Fix last change (too optimistic).
7637         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7638         (byte-compile-global-not-obsolete-vars): New var.
7639         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7640         Use it.
7641         (byte-compile-warn-obsolete): Align text with the one in *Help*.
7643 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
7645         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7646         * progmodes/pascal.el (electric-pascal-equal):
7647         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7648         * xml.el (xml-substitute-special): Fix typos.
7650 2011-11-20  Glenn Morris  <rgm@gnu.org>
7652         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7653         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7654         Doc fixes.
7655         (rmail-decode-mime-charset): Mark as obsolete.
7657         * mail/rmailsum.el (rmail-message-regexp-p-1):
7658         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7659         Before using mime functions, check they are set.  (Bug#10077)
7661 2011-11-19  Juri Linkov  <juri@jurta.org>
7663         * info.el (Info-finder-find-node): Use `package--builtins' instead
7664         of `package-alist'.  Use node names formed by the pattern "Keyword "
7665         and the keyword name.
7667 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
7669         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
7671 2011-11-19  Juri Linkov  <juri@jurta.org>
7673         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7674         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
7675         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7676         `old-history', `old-history-forward'.  Add let-binding
7677         `window-selected'.  Remove calls to `kill-buffer',
7678         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
7679         before calling `Info-find-node', so `Info-find-node-2' will reread
7680         the Info file.  Restore window positions only when `window-selected'
7681         is non-nil.
7683 2011-11-19  Juri Linkov  <juri@jurta.org>
7685         * isearch.el (isearch-lazy-highlight-new-loop):
7686         Remove condition `(not isearch-error)'.  (Bug#9918)
7688         * misearch.el (multi-isearch-search-fun): Add condition
7689         `(not bound)' to ignore lazy-highlighting search.
7690         Add the search-failed message "end of multi" when the end of
7691         multi-sequence is reached.  Uncapitalize the search-failed
7692         message "Repeat for next buffer".
7694         * info.el (Info-search): Add the search-failed message
7695         "end of the manual" when the end of the manual is reached
7696         in Isearch mode.
7698 2011-11-19  Juri Linkov  <juri@jurta.org>
7700         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7701         Use non-destructive `remove' instead of `delete' because
7702         `Info-history-list' stored to `Info-isearch-initial-history-list' in
7703         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7705 2011-11-19  Juri Linkov  <juri@jurta.org>
7707         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7708         to nil instead of binding `search-ring' and `regexp-search-ring'.
7709         (Bug#9185)
7711 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
7713         * simple.el (line-move): Force movement by logical lines for any
7714         hscrolled window, not only when auto-hscroll-mode is on.
7715         (line-move-visual): Update doc string to that effect.  (Bug#10076)
7717 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
7719         * language/european.el (macintosh): Define as alias for mac-roman.
7721 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
7723         * mail/rmailmm.el (rmail-mime-display-header)
7724         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7725         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7726         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7727         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7728         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7729         of a raw aref.
7730         (rmail-mime-entity-segment): To get past the tagline, move forward
7731         2 more lines, to account for the 2 empty lines that precede and
7732         follow the line with the buttons.
7733         (rmail-mime-update-tagline): Move one more line, to get past the
7734         empty line that follows the buttons in the tagline.  (Bug#9520)
7736 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
7738         * window.el (window-max-delta-1, window-min-delta-1)
7739         (window-min-size-1, window-state-get-1, window-state-put-1)
7740         (window-state-put-2): Use "window--" prefix.
7742 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7744         * emacs-lisp/smie.el: Improve warnings and conflict detection.
7745         (smie-warning-count): New var.
7746         (smie-set-prec2tab): Use it.
7747         (smie-bnf->prec2): Improve warnings.  Add docstring.
7748         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7749         (smie-bnf--set-class): New function.
7750         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
7751         corner case.
7753         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7754         (compilation-error-properties, compilation-move-to-column):
7755         Handle compilation-first-column while in the target buffer.
7757         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7758         Don't hardcode point-min==1.
7760         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7761         (eshell-rewrite-for-command): Remove workaround.
7762         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7763         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7764         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7766         * files-x.el (modify-file-local-variable): Obey commenting conventions.
7768 2011-11-17  Glenn Morris  <rgm@gnu.org>
7770         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7771         Ignore buffer-local generated-autoload-file if it is the same
7772         as the global value.  (Bug#10049)
7774 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
7776         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7777         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7778         (reftex-toc-previous-heading, reftex-toc-max-level)
7779         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7780         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7781         (reftex-toc-do-promote, reftex-toc-promote-prepare)
7782         (reftex-toc-promote-action, reftex-toc-extract-section-number)
7783         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7784         (reftex-toc-rename-label, reftex-toc-visit-location)
7785         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7786         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7787         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7788         leaving "*toc*" only for references to the buffer.
7790 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
7792         * window.el (window-resize, delete-window, split-window):
7793         Replace window-splits by window-combination-resize.
7794         * cus-start.el (window-splits): Replace by window-combination-resize.
7796 2011-11-17  Glenn Morris  <rgm@gnu.org>
7798         * progmodes/sh-script.el (sh-font-lock-keywords-var):
7799         Make bash entry derive from sh entry, not shell entry.
7801 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
7803         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7804         local file name.
7806 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
7808         * menu-bar.el (menu-bar-file-menu):
7809         * printing.el (pr-ps-utility):
7810         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7811         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7812         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7813         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7814         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7815         (icalendar--convert-cyclic-to-ical)
7816         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7817         (icalendar--convert-ical-to-diary)
7818         (icalendar--convert-recurring-to-diary)
7819         (icalendar--convert-non-recurring-all-day-to-diary)
7820         (icalendar-import-format-sample):
7821         * progmodes/idlw-shell.el (idlwave-shell-mode):
7822         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7823         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7824         (vhdl-ps-print-init): Fix typos.
7826 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
7828         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7829         FSF and collapse date sequence, obscure author/maintainer email address
7830         better, remove extra version line, track relocation of author's webpage.
7832         * progmodes/python.el (python-pdbtrack-input-prompt)
7833         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7834         regular python pdb prompts.  Adjustments shamelessly taken exactly as
7835         suggested in EmacsWiki page (tiny change):
7836         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
7838 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
7840         * expand.el (expand-pos, expand-index, expand-point):
7841         Remove redundant info from docstring.
7842         (expand-add-abbrevs): Doc fix.
7843         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7844         (expand-sample-perl-mode-expand-list): Fix typos.
7846         * net/dbus.el (dbus-event-member-name):
7847         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7848         * term/pc-win.el (msdos-create-frame-with-faces):
7849         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7851 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
7853         * window.el (split-window, window-state-get-1)
7854         (window-state-put-1, window-state-put-2): Rename occurrences of
7855         window-nest to window-combination-limit.
7856         * cus-start.el (window-nest): Rename to window-combination-limit.
7858 2011-11-16  Chong Yidong  <cyd@gnu.org>
7860         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7861         regexp (Bug#10033).
7863 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7865         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7866         `completing-read' will remove *Completions* and will preserve
7867         current-buffer for us.
7868         (tmm-add-prompt): Users of *Completions* will always (re)set its
7869         major mode.
7870         (tmm-old-comp-map): Remove.
7872 2011-11-16  Glenn Morris  <rgm@gnu.org>
7874         * mail/rmailedit.el: Require rmailmm when compiling.
7875         (rmail-old-mime-state): New declaration.
7876         (rmail-edit-current-message): If editing a mime message,
7877         edit the "raw" message from the mbox buffer.
7878         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
7880 2011-11-15  Glenn Morris  <rgm@gnu.org>
7882         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7883         which wasn't being used.  Add optional arg to force given state.
7884         (rmail-mime): Add optional arg to force given state.
7886 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
7888         * allout.el (allout-encryption-plaintext-sanitization-regexps):
7889         * frame.el (display-mm-dimensions-alist):
7890         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7891         (outline-move-subtree-down):
7892         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7893         (newsticker--treeview-do-get-node):
7894         * net/quickurl.el (quickurl-list-buffer-name):
7895         * progmodes/dcl-mode.el (dcl-mode):
7896         * progmodes/gdb-mi.el (gdb-mapcar*):
7897         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7899 2011-11-15  Glenn Morris  <rgm@gnu.org>
7901         * mail/rmail.el (rmail-file-coding-system): It's only ever used
7902         in a boolean sense, so just make it a boolean, and fix the doc.
7903         (rmail-show-mime-function, rmail-mime-feature)
7904         (rmail-require-mime-maybe): Doc fixes.
7905         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7907         * mail/rmailmm.el (rmail-show-mime): Doc fix.
7909 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
7911         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7912         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7913         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7914         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7916 2011-11-15  Glenn Morris  <rgm@gnu.org>
7918         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7919         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7920         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7921         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7922         (rmail-mime, rmail-show-mime): Doc fixes.
7924         * term/ns-win.el (mode-line-frame-identification):
7925         Leave it alone.  (Bug#10051)
7927         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
7929         * mail/rmailout.el (rmail-output-to-rmail-buffer):
7930         Handle empty buffers.  (Bug#9978)
7932 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
7934         * international/mule.el (define-charset):
7935         * mail/rmailmm.el (rmail-mime-find-header-encoding):
7936         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7937         * progmodes/verilog-mode.el (verilog-backward-token):
7938         * textmodes/ispell.el (lookup-words):
7939         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7941 2011-11-14  Glenn Morris  <rgm@gnu.org>
7943         * progmodes/executable.el
7944         (executable-make-buffer-file-executable-if-script-p):
7945         Handle file-modes returning nil.
7947         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7948         message - not necessary, and causes problems.  (Bug#9831)
7950         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7952         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7954         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7955         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
7956         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7958 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
7960         * window.el (window-resize, delete-window): Use window-splits
7961         variable instead of function.
7962         (window-state-get-1, window-state-put-2, window-state-put):
7963         Don't deal with windows' splits status.
7965 2011-11-12  Glenn Morris  <rgm@gnu.org>
7967         * apropos.el (apropos-do-all, apropos-library, apropos-value)
7968         (apropos-documentation): Doc fixes.
7970 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
7972         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7973         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7975 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7977         * electric.el (electric-indent-post-self-insert-function): Make it
7978         possible for a char to only indent in some circumstances.
7979         (electric-indent-mode): Simplify.
7981 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
7983         * window.el (windows-with-parameter): Remove unused function.
7984         (windows-at-side): Rename to window-at-side-list.
7985         (window-check, window-atom-check, window-atom-check-1)
7986         (window-side-check, window-size-ignore, window-size-fixed-1)
7987         (window-in-direction-2): Prefix with "window--".
7988         (window-tree-1): Rename to window--subtree, fix doc-string.
7990 2011-11-11  Glenn Morris  <rgm@gnu.org>
7992         * subr.el (eval-after-load): If FILE is already loaded,
7993         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
7995 2011-11-10  Glenn Morris  <rgm@gnu.org>
7997         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7998         Call svn via vc-svn-command rather than vc-do-command.
7999         (vc-svn-command): Add --non-interactive.  (Bug#9993)
8000         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8002         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8003         Add toggle-read-only.  (Bug#7292)
8004         * files.el (toggle-read-only): Mention that it should only
8005         be used interactively.  (Bug#10006)
8007 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8009         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8010         Adjust regexp for OCaml warnings.
8012         * electric.el (electric-pair-post-self-insert-function): Let user
8013         turn it off buffer-locally (bug#9932).
8015         * progmodes/python.el (python-beginning-of-statement):
8016         Rewrite (bug#2703).
8018         * progmodes/compile.el: Better handle TABs (bug#9749).
8019         (compilation-internal-error-properties)
8020         (compilation-next-error-function): Obey the target buffer's
8021         compilation-error-screen-columns.
8023 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
8025         * progmodes/meta-mode.el: Remove obsolete comments.
8026         (meta-right-comment-regexp, meta-ignore-comment-regexp):
8027         Fix typos in docstrings.
8029 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
8031         * window.el (window-size-fixed-p): Rewrite doc-string.
8032         (window-resizable-p): Rename to window--resizable-p.  Update callers.
8033         (window--resizable): New function.  Make all callers of
8034         window-resizable call window--resizable instead.
8035         (window-resizable): Rewrite in terms of window--resizable.
8037 2011-11-08  Glenn Morris  <rgm@gnu.org>
8039         * progmodes/delphi.el (delphi-mode-syntax-table):
8040         Let define-derived-mode define a proper syntax table.  (Bug#9994)
8042 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8044         * window.el: Stay away from defsubst.
8045         (window-list-no-nils): Remove.
8046         (window-state-get-1, window-state-get): Use backquote instead.
8048 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8050         * emacs-lisp/find-func.el (find-function-read):
8051         Fix incorrect use of default argument in `completing-read'.
8053 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
8055         * window.el (display-buffer-function, special-display-function):
8056         Mention display-buffer-record-window but do not mention
8057         help-setup parameter in doc-strings.
8058         (window-min-delta): Fix doc-string typo.
8060 2011-11-08  Chong Yidong  <cyd@gnu.org>
8062         * window.el (window-total-height, window-total-width): Doc fix.
8063         (window-body-size): Move from C.
8064         (window-body-height, window-body-width): Move to C.
8066 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8068         * window.el: Make special-display like display-buffer-alist (bug#9532).
8069         (display-buffer--special-action): New function, morphed
8070         from display-buffer--special.
8071         (display-buffer): Use it to handle special-display-buffers at higher
8072         priority (just after display-buffer-alist).
8073         (display-buffer-fallback-action, display-buffer--other-frame-action)
8074         (pop-to-buffer-same-window): Remove display-buffer--special.
8076 2011-11-07  Glenn Morris  <rgm@gnu.org>
8078         * calendar/cal-menu.el (cal-menu-set-date-title):
8079         Do nothing if not in a calendar.  (Bug#9976)
8081 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8083         * files.el (find-file): Always use selected-window.
8085 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
8087         * window.el (window-combinations): Make WINDOW argument
8088         mandatory.  Rewrite doc-string.
8089         (walk-window-subtree, window-atom-check, window-min-delta)
8090         (window-max-delta, window--resize-this-window)
8091         (window--resize-root-window-vertically, window-tree)
8092         (balance-windows, window-state-put): Rewrite doc-strings as to
8093         not mention the term "subwindow".
8094         (window--resize-subwindows-skip-p): Rename to
8095         window--resize-child-windows-skip-p.
8096         (window--resize-subwindows-normal): Rename to
8097         window--resize-child-windows-normal.
8098         (window--resize-subwindows): Rename to
8099         window--resize-child-windows.
8100         (window-or-subwindow-p): Rename to window--in-subtree-p.
8102 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
8104         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8105         Ensure that mbox format messages end in two newlines (Bug#9974).
8107 2011-11-06  Chong Yidong  <cyd@gnu.org>
8109         * window.el (window-combination-p): Function deleted; its
8110         side-effect is not used in any existing code.
8111         (window-combinations, window-combined-p): Call window-*-child
8112         directly.
8114 2011-11-05  Chong Yidong  <cyd@gnu.org>
8116         * window.el (window-valid-p): Rename from window-any-p.
8117         (window-size-ignore, window-state-get): Callers changed.
8118         (window-normalize-window): Rename from window-normalize-any-window.
8119         New arg LIVE-ONLY, replacing window-normalize-live-window.
8120         (window-normalize-live-window): Delete.
8121         (window-combination-p, window-combined-p, window-combinations)
8122         (walk-window-subtree, window-atom-root, window-min-size)
8123         (window-sizable, window-sizable-p, window-size-fixed-p)
8124         (window-min-delta, window-max-delta, window-resizable)
8125         (window-resizable-p, window-full-height-p, window-full-width-p)
8126         (window-current-scroll-bars, window-point-1, set-window-point-1)
8127         (window-at-side-p, window-in-direction, window-resize)
8128         (adjust-window-trailing-edge, maximize-window, minimize-window)
8129         (window-deletable-p, delete-window, delete-other-windows)
8130         (record-window-buffer, unrecord-window-buffer)
8131         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8132         (quit-window, split-window, window-state-put)
8133         (set-window-text-height, fit-window-to-buffer)
8134         (shrink-window-if-larger-than-buffer): Callers changed.
8136 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
8138         * mail/rmail.el (rmail-simplified-subject): Decode subject with
8139         rfc2047-decode-string.
8140         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8141         warnings.
8143         * window.el (window-body-height, window-body-width): Mention in
8144         the doc string that the return values are in frame's canonical
8145         units.  (Bug#9949)
8147 2011-11-03  Alan Mackenzie  <acm@muc.de>
8149         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8150         change in cc-engine.el.
8152 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8154         * window.el (switch-to-buffer): Use `force-same-window' interactively.
8156 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
8158         * window.el (quit-window): Call unrecord-window-buffer after
8159         showing another buffer in the window.  (Bug#9937)
8160         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
8162 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
8164         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8165         Accept status with more than 9 shelves.  (Bug#9935)
8166         Reported by Colin D Bennett <colin@gibibit.com>.
8168 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
8170         * help.el (with-help-window): Don't reference
8171         temp-buffer-show-specifiers in doc-string.
8173 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
8175         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8176         menu-item.
8178 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8180         * whitespace.el: New version 13.2.2.
8181         (whitespace-newline-mode): Disable properly.  Reported by Sarah
8182         <EmacsWiki>.
8184 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
8186         * net/newst-treeview.el: Remove "Time-stamp".
8187         (newsticker--group-manage-orphan-feeds): Do not call
8188         newsticker--treeview-tree-update.
8189         (newsticker-treeview-update, newsticker-treeview):
8190         Call newsticker--treeview-tree-update if necessary.
8192 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
8194         * window.el (window-iso-combination-p, window-iso-combined-p)
8195         (window-iso-combinations): Remove "iso-" infix.
8196         Suggested by Chong Yidong.
8197         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8198         (window-max-delta-1, window-resize, window--resize-siblings)
8199         (window--resize-this-window, adjust-window-trailing-edge)
8200         (split-window, balance-windows-1)
8201         (shrink-window-if-larger-than-buffer):
8202         * calendar/calendar.el (calendar-generate-window):
8203         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
8205 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8207         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8208         in place (bug#9907).
8209         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8210         (eshell-rewrite-if-command, eshell-rewrite-for-command)
8211         (eshell-structure-basic-command, eshell-rewrite-while-command)
8212         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8213         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8214         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8215         (eshell-do-pipelines-synchronously, eshell-eval-command):
8216         Use backquotes and prefer setq to set.
8217         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8218         (eshell-macrop): Use functionp.
8219         (eshell-do-eval): Handle multiple expressions in `while' body.
8221 2011-10-30  Chong Yidong  <cyd@gnu.org>
8223         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8224         instead of set-mark (Bug#9810).
8226 2011-10-30  Chong Yidong  <cyd@gnu.org>
8228         * window.el (split-window-below, split-window-right): Rename from
8229         split-window-above-each-other and split-window-side-by-side
8230         respectively.  All callers changed.
8231         (split-window-sensibly, split-window-sensibly): Use them.
8232         (split-window-keep-point): Doc fix.
8234         * isearch.el: Add isearch-scroll property to split-window-below
8235         and split-window-right.
8237         * follow.el (follow-mode):
8238         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8239         * progmodes/ada-xref.el (ada-gdb-application):
8240         * emulation/vip.el (vip-buffer-in-two-windows):
8241         * image-dired.el (image-dired-dired-with-window-configuration):
8242         * dired-x.el (dired-do-find-marked-files):
8243         * dired.el (dired-pop-to-buffer):
8244         * bs.el (bs--show-with-configuration):
8245         * vc/emerge.el (emerge-setup-windows):
8246         * textmodes/two-column.el (2C-two-columns):
8247         * textmodes/reftex-toc.el (reftex-toc):
8248         * progmodes/gdb-mi.el (gdb-setup-windows):
8249         * progmodes/fortran.el (fortran-window-create):
8250         * net/newst-treeview.el (newsticker--treeview-window-init):
8251         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8252         * emulation/tpu-edt.el (tpu-gold-map):
8253         * emulation/crisp.el (crisp-mode-map):
8254         * calendar/calendar.el (calendar-basic-setup): Callers changed.
8256 2011-10-29  Chong Yidong  <cyd@gnu.org>
8258         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8260         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8262         * textmodes/flyspell.el (flyspell-word): Fix char offset for
8263         forged Ispell output (Bug#7904).
8265         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8267 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8269         * doc-view.el: Avoid ugly errors about not finding nil.
8270         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8271         (doc-view-dvipdf-program, doc-view-unoconv-program)
8272         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8273         Avoid nil or absolute file name as default value.
8274         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8276 2011-10-28  Alan Mackenzie  <acm@muc.de>
8278         * progmodes/cc-defs.el (c-version): -> 5.32.2.
8280 2011-10-28  Alan Mackenzie  <acm@muc.de>
8282         Amend the handling of c-beginning/end-of-defun in nested declaration
8283         scopes.
8285         * progmodes/cc-vars.el (c-defun-tactic): Move here from
8286         cc-langs.el.  Change it to a defcustom.
8288         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8289         cc-vars.el.
8291         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8292         Prevent "class foo : bar" being spuriously recognized as a label.
8294         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
8295         Add parameter `inclusive' (to include enclosing braces in the region).
8296         (c-widen-to-enclosing-decl-scope): New function.
8297         (c-while-widening-to-decl-block): New macro.
8298         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8299         outward for defun boundaries, and correspondingly change symbol
8300         `respect-enclosure' to `go-outward'.
8301         (c-declaration-limits): Change algorithm to report only the "innermost"
8302         defun's boundaries.
8304 2011-10-28  Deniz Dogan  <deniz@dogan.se>
8306         * net/rcirc.el (rcirc-mode): Use hard newlines.
8308 2011-10-28  Alan Mackenzie  <acm@muc.de>
8310         Amend to indent and fontify macros "which include their own semicolon"
8311         correctly, using the "virtual semicolon" mechanism.
8313         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
8315         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8316         Recode to scan one line at a time rather than having \n and \r
8317         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
8318         (c-forward-label): Amend for virtual semicolons.
8319         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
8321         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8322         of the new C macros.
8324         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
8325         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8326         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
8327         (c-opt-cpp-macro-define): Make into a full language variable.
8328         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8329         AWK Mode (including \n, \r) removed, no longer needed.
8331         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8332         Invoke c-make-macro-with-semi-re.
8334         * progmodes/cc-vars.el (c-macro-with-semi-re):
8335         (c-macro-names-with-semicolon): New variables.
8336         (c-make-macro-with-semi-re): New function.
8338 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8340         * vc/log-edit.el: Fill empty field rather than adding new one.
8341         (log-edit-add-field): New function.
8342         (log-edit-insert-changelog): Use it.
8344 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
8346         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8348 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8350         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8351         (gdb--check-interpreter): New function.
8352         (gdb): Use it.
8354 2011-10-27  Glenn Morris  <rgm@gnu.org>
8356         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8357         (least-positive-float, least-negative-float)
8358         (least-positive-normalized-float, least-negative-normalized-float)
8359         (float-epsilon, float-negative-epsilon):
8360         Remove unnecessary declarations.
8362         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8363         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8364         (least-positive-float, least-negative-float)
8365         (least-positive-normalized-float, least-negative-normalized-float)
8366         (float-epsilon, float-negative-epsilon): Add doc-strings,
8367         based on those in cl.texi.
8369         * files.el (set-visited-file-name): If the major-mode changed,
8370         reload the local variables.  (Bug#9796)
8372 2011-10-27  Chong Yidong  <cyd@gnu.org>
8374         * subr.el (change-major-mode-after-body-hook): New hook.
8375         (run-mode-hooks): Run it.
8377         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8378         Use change-major-mode-before-body-hook.
8380         * simple.el (fundamental-mode):
8381         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8382         change introducing fundamental-mode-hook.
8384 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
8386         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
8388 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
8390         * ido.el (ido-file-name-all-completions-1): Do not require
8391         tramp.el explicitly.  (Bug#7583)
8393 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8395         * progmodes/octave-mod.el:
8396         * progmodes/octave-inf.el: Update maintainer.
8398 2011-10-26  Chong Yidong  <cyd@gnu.org>
8400         * subr.el (with-wrapper-hook): Rewrite doc.
8402 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
8404         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
8405         filenames "/method:foo:".  (Bug#9793)
8407 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8409         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8410         (bug#9865).
8412 2011-10-24  Glenn Morris  <rgm@gnu.org>
8414         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
8416 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
8418         * notifications.el: Add the requirement of a running D-Bus session
8419         bus to the Commentary.
8421 2011-10-24  Juri Linkov  <juri@jurta.org>
8423         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8424         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8425         (Bug#9364)
8427 2011-10-24  Juri Linkov  <juri@jurta.org>
8429         * info.el (Info-following-node-name-re): Add newline to the list
8430         of allowed characters for leading space.  (Bug#9824)
8432 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8434         * progmodes/octave-inf.el (inferior-octave-mode-map):
8435         Fix C-c C-h binding.
8436         * progmodes/octave-mod.el (octave-help): Remove.
8438 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
8440         Sync with Tramp 2.2.3.
8442         * net/tramp-cache.el (top): Pacify byte-compiler using
8443         `init-file-user' and `site-run-file'.
8445         * net/trampver.el: Update release number.
8447 2011-10-23  Chong Yidong  <cyd@gnu.org>
8449         * files.el (toggle-read-only): Remove obsolete comment about
8450         version control.
8452         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8453         for toggle-read-only.  Note that this hasn't called vc-next-action
8454         since 2008-05-02, though it wasn't documented at the time.
8456         * vc/ediff-init.el (ediff-toggle-read-only-function):
8457         Use toggle-read-only.
8459 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
8461         Fix bug #9560, sporadic wrong indentation; improve instrumentation
8462         of c-parse-state.
8464         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8465         correct faulty logical expression.
8466         (c-parse-state-state, c-record-parse-state-state):
8467         (c-replay-parse-state-state): New defvar/defuns.
8468         (c-debug-parse-state): Use new functions.
8470 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
8472         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
8473         last fix.  Use window-in-direction correctly.
8475 2011-10-21  Chong Yidong  <cyd@gnu.org>
8477         * progmodes/idlwave.el (idlwave-mode):
8478         * progmodes/vera-mode.el (vera-mode): No need to set
8479         require-final-newline; that's done in prog-mode.
8480         Suggested by Stefan Monnier.
8482 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
8484         * mouse.el (mouse-drag-window-above)
8485         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8486         (mouse-drag-mode-line-1, mouse-drag-header-line)
8487         (mouse-drag-vertical-line-rightward-window): Remove.
8488         (mouse-drag-line): New function.
8489         (mouse-drag-mode-line, mouse-drag-header-line)
8490         (mouse-drag-vertical-line): Call mouse-drag-line.
8491         * window.el (window-at-side-p, windows-at-side): New functions.
8493 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
8495         * tar-mode.el (tar-grind-file-mode):
8496         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
8498 2011-10-21  Chong Yidong  <cyd@gnu.org>
8500         * progmodes/idlwave.el (idlwave-mode):
8501         * progmodes/vera-mode.el (vera-mode):
8502         Use mode-require-final-newline.
8504 2011-10-20  Glenn Morris  <rgm@gnu.org>
8506         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
8508 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
8510         * emulation/cua-base.el (cua-set-mark): Fix case of string.
8512 2011-10-20  Chong Yidong  <cyd@gnu.org>
8514         * emulation/cua-base.el (cua-mode):
8515         * mail/footnote.el (footnote-mode):
8516         * mail/mailabbrev.el (mail-abbrevs-mode):
8517         * net/xesam.el (xesam-minor-mode):
8518         * progmodes/bug-reference.el (bug-reference-mode):
8519         * progmodes/cap-words.el (capitalized-words-mode):
8520         * progmodes/compile.el (compilation-minor-mode)
8521         (compilation-shell-minor-mode):
8522         * progmodes/gud.el (gud-tooltip-mode):
8523         * progmodes/hideif.el (hide-ifdef-mode):
8524         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8525         * progmodes/subword.el (subword-mode):
8526         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8527         * progmodes/which-func.el (which-function-mode):
8528         * term/tvi970.el (tvi970-set-keypad-mode):
8529         * term/vt100.el (vt100-wide-mode):
8530         * textmodes/flyspell.el (flyspell-mode):
8531         * textmodes/ispell.el (ispell-minor-mode):
8532         * textmodes/nroff-mode.el (nroff-electric-mode):
8533         * textmodes/paragraphs.el (use-hard-newlines):
8534         * textmodes/refill.el (refill-mode):
8535         * textmodes/reftex.el (reftex-mode):
8536         * textmodes/rst.el (rst-minor-mode):
8537         * textmodes/sgml-mode.el (html-autoview-mode)
8538         (sgml-electric-tag-pair-mode):
8539         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8540         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8541         * emulation/crisp.el (crisp-mode):
8542         * emacs-lisp/eldoc.el (eldoc-mode):
8543         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8544         minor mode behavior.
8546 2011-10-19  Juri Linkov  <juri@jurta.org>
8548         * descr-text.el (describe-char): Add #x2010 and #x2011 to
8549         the list of hard-coded chars with escape-glyph face.
8551 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8553         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8555 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
8557         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8558         running process.
8560 2011-10-19  Glenn Morris  <rgm@gnu.org>
8562         * vc/vc-bzr.el (vc-bzr-after-dir-status):
8563         Ignore ignored files.  (Bug#9726)
8565 2011-10-19  Chong Yidong  <cyd@gnu.org>
8567         Doc fix for minor modes, stating that an omitted argument enables
8568         the mode unconditionally when called from Lisp.
8570         * abbrev.el (abbrev-mode):
8571         * allout.el (allout-mode):
8572         * autoinsert.el (auto-insert-mode):
8573         * autoarg.el (autoarg-mode, autoarg-kp-mode):
8574         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8575         (global-auto-revert-mode):
8576         * battery.el (display-battery-mode):
8577         * composite.el (global-auto-composition-mode)
8578         (auto-composition-mode):
8579         * delsel.el (delete-selection-mode):
8580         * desktop.el (desktop-save-mode):
8581         * dired-x.el (dired-omit-mode):
8582         * dirtrack.el (dirtrack-mode):
8583         * doc-view.el (doc-view-minor-mode):
8584         * double.el (double-mode):
8585         * electric.el (electric-indent-mode, electric-pair-mode):
8586         * emacs-lock.el (emacs-lock-mode):
8587         * epa-hook.el (auto-encryption-mode):
8588         * follow.el (follow-mode):
8589         * font-core.el (font-lock-mode):
8590         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8591         * help.el (temp-buffer-resize-mode):
8592         * hilit-chg.el (highlight-changes-mode)
8593         (highlight-changes-visible-mode):
8594         * hi-lock.el (hi-lock-mode):
8595         * hl-line.el (hl-line-mode, global-hl-line-mode):
8596         * icomplete.el (icomplete-mode):
8597         * ido.el (ido-everywhere):
8598         * image-file.el (auto-image-file-mode):
8599         * image-mode.el (image-minor-mode):
8600         * iswitchb.el (iswitchb-mode):
8601         * jka-cmpr-hook.el (auto-compression-mode):
8602         * linum.el (linum-mode):
8603         * longlines.el (longlines-mode):
8604         * master.el (master-mode):
8605         * mb-depth.el (minibuffer-depth-indicate-mode):
8606         * menu-bar.el (menu-bar-mode):
8607         * minibuf-eldef.el (minibuffer-electric-default-mode):
8608         * mouse-sel.el (mouse-sel-mode):
8609         * msb.el (msb-mode):
8610         * mwheel.el (mouse-wheel-mode):
8611         * outline.el (outline-minor-mode):
8612         * paren.el (show-paren-mode):
8613         * recentf.el (recentf-mode):
8614         * reveal.el (reveal-mode, global-reveal-mode):
8615         * rfn-eshadow.el (file-name-shadow-mode):
8616         * ruler-mode.el (ruler-mode):
8617         * savehist.el (savehist-mode):
8618         * scroll-all.el (scroll-all-mode):
8619         * scroll-bar.el (scroll-bar-mode):
8620         * server.el (server-mode):
8621         * shell.el (shell-dirtrack-mode):
8622         * simple.el (auto-fill-mode, transient-mark-mode)
8623         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8624         (line-number-mode, column-number-mode, size-indication-mode)
8625         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8626         * strokes.el (strokes-mode):
8627         * time.el (display-time-mode):
8628         * t-mouse.el (gpm-mouse-mode):
8629         * tool-bar.el (tool-bar-mode):
8630         * tooltip.el (tooltip-mode):
8631         * type-break.el (type-break-mode-line-message-mode)
8632         (type-break-query-mode):
8633         * view.el (view-mode):
8634         * whitespace.el (whitespace-mode, whitespace-newline-mode)
8635         (global-whitespace-mode, global-whitespace-newline-mode):
8636         * xt-mouse.el (xterm-mouse-mode): Doc fix.
8638         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8639         Fix autogenerated docstring.
8641 2011-10-19  Juri Linkov  <juri@jurta.org>
8643         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8644         by checking environment variables "DESKTOP_SESSION" and
8645         "XDG_CURRENT_DESKTOP".  (Bug#9779)
8647 2011-10-19  Juri Linkov  <juri@jurta.org>
8649         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8650         (browse-url-chromium-program, browse-url-chromium-arguments):
8651         New defcustoms.
8652         (browse-url-default-browser): Check for `browse-url-chromium' and
8653         call `browse-url-chromium-program'.
8654         (browse-url-chromium): New command.  (Bug#9779)
8656 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
8658         * facemenu.el (list-colors-duplicates): On Windows, detect more
8659         duplicates by assuming that only colors matching "^System" are
8660         special "system colors".  (Bug#9722)
8662 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8664         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8665         to distinguish the author from the committer.
8667 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
8669         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8671 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
8673         * international/mule.el (sgml-html-meta-auto-coding-function):
8674         Add support for detecting encoding in HTML5 specified only as
8675         <meta charset="UTF-8">.  Implementation just makes http-equiv and
8676         content-type parts from HTML4 encoding string optional.  (Bug#9716)
8678 2011-10-18  Glenn Morris  <rgm@gnu.org>
8680         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
8682 2011-10-18  Chong Yidong  <cyd@gnu.org>
8684         * faces.el (cursor): Doc fix.
8686 2011-10-17  Chong Yidong  <cyd@gnu.org>
8688         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8690 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
8692         * dirtrack.el (dirtrack): Support shell buffers with path
8693         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
8695 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
8697         * json.el: Bump version to 1.3 and note change in History.
8698         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8700 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8702         * comint.el (comint-insert-input, comint-send-input)
8703         (comint-get-old-input-default, comint-backward-matching-input)
8704         (comint-next-prompt): Use nil instead of `input' for field property of
8705         past user input (bug#114).
8707         * minibuffer.el (completion--replace): Inherit surrounding properties
8708         (bug#114).
8709         (minibuffer-complete-and-exit): Use it.
8711         * comint.el (comint--table-subvert): Quote the all-completions output
8712         (bug#9160).
8714 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
8716         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
8718         * menu-bar.el (menu-bar-file-menu): Add entry for making new
8719         window on right of selected.  (Bug#9350) Reword other window
8720         entries and separate them from frame entries.
8722 2011-10-15  Glenn Morris  <rgm@gnu.org>
8724         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8725         Doc fixes.
8727 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
8729         * net/network-stream.el (network-stream-open-starttls):
8730         Improve detection of failure due to lack of TLS support.
8732         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8733         putting the input text in front and in bold.
8735 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8737         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8739         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8740         empty buffer.
8742         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8743         unread-command-events rather than pushing yet-another event.
8745 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
8747         * mail/sendmail.el (sendmail-query-once): Improve the wording of
8748         the explanation of the possible choices.  Make the options passed
8749         to completing-read shorter.
8751 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8753         * textmodes/flyspell.el (flyspell-large-region): Make sure
8754         extended character mode is used if defined (Bug#1339).
8756 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
8758         * simple.el (what-cursor-position): Fix the display of the
8759         character info for LRE, LRO, RLE, and RLO characters by appending
8760         an invisible PDF.
8762 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8764         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8765         even in case of error; add debug spec; simplify data flow.
8766         (with-timeout-handler): Remove.
8768 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
8770         Fix Bug#6019, Bug#9315.
8772         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8773         complete `buffer-file-name', the local file name part could look
8774         remotely (for example on VMS).
8776         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8777         `tramp-run-real-handler'.
8778         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8779         already quoted by '"'.
8781         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8782         Let `file-name-handler-alist' be nil, the local file name part
8783         could look remotely (for example on VMS).
8785 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8787         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8788         from here...
8789         (flyspell-post-command-hook): ...to here.
8791 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8793         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8794         if not needed.
8795         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
8796         using completion.  Protect against "slow" callers.
8797         Remove the "message hack".
8799 2011-10-11  Juri Linkov  <juri@jurta.org>
8801         * isearch.el (isearch-lazy-highlight-word): New variable.
8802         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8803         Use it.  (Bug#9727)
8805 2011-10-11  Glenn Morris  <rgm@gnu.org>
8807         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8808         like f90-previous-statement does.
8810 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8812         * eshell/eshell.el (eshell-command): History should be saved
8813         only in interactive use, to avoid error.
8815 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8817         * minibuffer.el (completion-file-name-table): Fix last change,
8818         i.e. ignore normal errors but not the other ones.
8820 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
8822         * window.el (special-display-buffer-names)
8823         (special-display-regexps): Remove some remnants of earlier
8824         changes from doc-strings.
8825         (quit-windows-on): New function.
8827         * vc/vc.el (vc-revert, vc-rollback):
8828         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8829         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
8830         (Bug#6183) (Bug#7074) (Bug#7447)
8832 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
8834         * window.el (frame-auto-hide-function): Add version tag.
8835         (Bug#9699)
8837 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
8839         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8840         condition.
8842 2011-10-09  Leo Liu  <sdl.web@gmail.com>
8844         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8845         (Bug#9701)
8847 2011-10-08  Glenn Morris  <rgm@gnu.org>
8849         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8850         before the first code statement zero indent.  (Bug#9690)
8852 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
8854         * simple.el (count-words-region): Always count in the region.
8855         Report the number of lines and characters too.
8856         (count-words): New command, which counts in the buffer if the
8857         region is inactive, as count-words-region used to.
8858         (count-words--message): New function.  Handle plurals.
8859         (count-lines-region): Make it an alias for count-words-region.
8861         * bindings.el (esc-map): Replace count-lines-region with
8862         count-words-region.
8864 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
8866         * window.el (window--delete): Delete dedicated frame
8867         unconditionally when argument KILL is non-nil.  (Bug#9699)
8868         (switch-to-buffer): Fix doc-string typo.
8870 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8872         * eshell/eshell.el (eshell-command): Avoid using hooks.
8874 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
8876         * bindings.el ([M-left],[M-right]): Bind to left-word and
8877         right-word respectively.
8879 2011-10-07  Glenn Morris  <rgm@gnu.org>
8881         * cus-start.el (debug-on-quit): Fix custom type.
8883 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8885         * subr.el (define-key-after): Clarify that the function is not
8886         useful for non-menu keymaps.
8888         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8890 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8892         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8893         in current minibuffer (Fix bug with recursive minibuffers).
8895 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
8897         * progmodes/gdb-mi.el (gdb): Doc fix.
8899 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
8901         * window.el (frame-auto-hide-function): New option replacing
8902         frame-auto-delete.  Suggested by Stefan Monnier.
8903         (window--delete): Call frame-auto-hide-function instead of
8904         investigating frame-auto-delete.
8905         (window-point-1, set-window-point-1): New functions.
8906         (window-in-direction, record-window-buffer, window-state-get-1)
8907         (display-buffer-record-window): Use window-point-1 instead of
8908         window-point.
8909         (set-window-buffer-start-and-point): Use set-window-point-1.
8911 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8913         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8915 2011-10-05  Glenn Morris  <rgm@gnu.org>
8917         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8918         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
8920 2011-10-05  Leo Liu  <sdl.web@gmail.com>
8922         * subr.el (read-char-choice): Fix argument to buffer-live-p which
8923         works with buffer object.
8925 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8927         * mpc.el (mpc-tool-bar-map): Add labels.
8929 2011-10-04  Glenn Morris  <rgm@gnu.org>
8931         * calendar/holidays.el (calendar-check-holidays): Doc fix.
8933 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
8935         * window.el (window--delete): New function.
8936         (frame-auto-delete): Resuscitate option.
8937         (bury-buffer, replace-buffer-in-windows)
8938         (quit-window): Rewrite using window--delete.
8939         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8940         Pass display-buffer-mark-dedicated to window--display-buffer-2
8941         (Bug#9639).
8943 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8945         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8946         returns a list (bug#9554).  Add remote file name completion.
8947         * comint.el (comint--table-subvert): Curry and get quote&unquote
8948         functions as arguments.
8949         (comint--complete-file-name-data): Adjust call accordingly.
8950         * pcomplete.el (pcomplete--table-subvert): Remove.
8951         (pcomplete-completions-at-point): Use comint--table-subvert instead.
8953         * minibuffer.el (completion-table-case-fold): Use currying.
8954         (completion--styles-type, completion--cycling-threshold-type):
8955         New constants.
8956         (completion-styles, completion-category-overrides)
8957         (completion-cycle-threshold): Use them.
8958         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8959         completion-table-case-fold.
8961 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
8963         * minibuffer.el (completion-category-overrides): Fix type of styles
8964         and add more user friendly tags (bug#9660).
8966 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8968         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8969         (mule-input-method-string): New widget.
8970         (default-input-method, language-info-custom-alist): Use it.
8972 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8974         * pcomplete.el: Require comint.
8975         (pcomplete--common-suffix): Remove.
8976         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8977         (pcomplete--table-subvert): Sync with comint--table-subvert.
8978         (pcomplete--entries): Use comint-completion-file-name-table.
8979         * comint.el (comint-unquote-filename): Simplify.
8980         (comint-completion-file-name-table): New function (bug#9616).
8981         (comint--complete-file-name-data): Use it.
8983         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8984         (pcmpl-gnu-tar-buffer): Remove.
8985         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
8986         around.  Make sure pcomplete-suffix-list is only changed temporarily.
8987         Don't look inside the tar's file if it's too large.
8989 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
8991         * cus-edit.el (custom-mode-map):
8992         * epa.el (epa-key-list-mode-map):
8993         * man.el (Man-mode-map):
8994         * startup.el (splash-screen-keymap):
8995         * simple.el (special-mode-map): Use scroll-up-command and
8996         scroll-down-command.
8998         * progmodes/idlw-help.el (idlwave-help-mode-map):
8999         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9000         * net/newst-plainview.el (newsticker-mode-map):
9001         * emulation/ws-mode.el (wordstar-mode-map):
9002         * emulation/vi.el (vi-com-map):
9003         * calc/calc-graph.el (calc-graph-show-dumb):
9004         * term/sun.el (terminal-init-sun):
9005         * term/ns-win.el (global-map):
9006         * progmodes/grep.el (grep-mode-map):
9007         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9008         * mail/rmail.el (rmail-mode-map):
9009         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9011         * custom.el (custom-safe-themes, load-theme): Treat value of t for
9012         custom-safe-themes as special.
9014 2011-10-01  Julien Danjou  <julien@danjou.info>
9016         * notifications.el (notifications-notify): Fix docstring.
9018 2011-10-01  Per Starbäck  <per@starback.se>
9020         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
9022 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
9024         * startup.el (command-line-1): Fix last fix by inserting
9025         initial-scratch-message into *scratch* before displaying it.
9026         (Bug#9605) and (Bug#9636)
9028 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
9030         * simple.el (line-move): If auto-hscroll-mode is disabled and the
9031         window is hscrolled, move by logical lines.  (Bug#9607)
9032         (line-move-visual): Update the doc string to the above effect.
9034 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
9036         * window.el (display-buffer-record-window): When WINDOW is the
9037         selected window use `point' instead of `window-point'.  (Bug#9626)
9039         * startup.el (command-line-1): Use insert-before-markers when
9040         inserting initial-scratch-message.  (Bug#9605)
9042         * help.el (help-window): Remove variable.
9044 2011-09-29  Glenn Morris  <rgm@gnu.org>
9046         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9048 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
9050         * descr-text.el (describe-char-categories): Accept category
9051         descriptions more than one line long.
9053 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9055         * simple.el (delete-trailing-whitespace): Fix last change.
9057         * progmodes/perl-mode.el (perl-syntax-propertize-function):
9058         Don't confuse "y => 3" as the beginning of a `y' operation.
9060         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9061         object has more than 4 slots (bug#9613).
9063 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
9065         * subr.el (with-output-to-temp-buffer):
9066         * net/quickurl.el (quickurl, quickurl-browse-url):
9067         Fix typos in docstrings.
9069 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
9071         * minibuffer.el (completion-styles)
9072         (completion-category-overrides): Cross reference each other in doc
9073         strings.
9075 2011-09-27  Glenn Morris  <rgm@gnu.org>
9077         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9078         to split-string.  (Bug#9606)
9080 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9082         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9083         (bug#9615).
9085 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
9087         * emacs-lisp/package.el (list-packages): Fix echo area message.
9089 2011-09-27  Leo Liu  <sdl.web@gmail.com>
9091         * ido.el (ido-read-internal): Accept cons cell HIST arg.
9093 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
9095         * net/dbus.el (dbus-unregister-object): Don't release services for
9096         registered signals.  (Bug#9581)
9098 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9100         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9101         function that picks between cfengine 2 and 3 support
9102         automatically.  Update docs accordingly.
9104 2011-09-22  Kenichi Handa  <handa@m17n.org>
9106         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9107         ZERO.
9108         (indian-itrans-v5-table-for-tamil): New variable.
9109         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9111 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
9113         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9114         that's true if the current command involved collapsing of text.
9115         It's reset to false at the beginning of the next command.
9116         (allout-post-command-business): Move the cursor to the beginning
9117         of entry if the cursor is hidden and collapsing activity just
9118         happened.
9120 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
9122         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9123         tracking (Bug#9541).
9125 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
9127         * net/newst-reader.el (newsticker-html-renderer)
9128         (newsticker-show-news): Automatically load html rendering package
9129         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
9130         because w3m-fill-column is let-bound" and the error "Symbol's value
9131         as variable is void: w3m-fill-column".
9133 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
9135         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9136         Release services only if they are defined.  (Bug#9581)
9138 2011-09-23  Richard Stallman  <rms@gnu.org>
9140         * textmodes/paragraphs.el (forward-sentence): For backwards case,
9141         distinguish start of paragraph from start of its text.
9143         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9145         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9146         (rmail-generate-viewer-buffer): Put that hook on view buffer.
9147         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9149 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
9151         * international/mule-diag.el (mule-diag): Insert a newline after
9152         each fontset description.
9154 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9156         * simple.el (delete-trailing-whitespace):
9157         Document last change; simplify.
9159 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
9161         * simple.el (delete-trailing-whitespace): Also delete
9162         extra newlines at the end of the buffer.
9164         * textmodes/picture.el: Make motion commands obey shift-select-mode.
9165         (picture-newline): Use forward-line so as to ignore fields.
9167 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9169         * subr.el (with-wrapper-hook): Fix edebug spec.
9171 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9174         (bug#4538).
9176 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
9178         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9179         Fix nasty bug using wrong cached values.
9181 2011-09-23  Alan Mackenzie  <acm@muc.de>
9183         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9185 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
9187         * window.el (pop-to-buffer): Ensure right window is selected if we
9188         chose another frame.
9190 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
9192         * simple.el (what-cursor-position): Use get-char-property-change
9193         and next-single-char-property-change, to be able to show display
9194         properties that come from overlays as well as text properties.
9196 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
9198         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9200         * cmuscheme.el (run-scheme, switch-to-scheme):
9201         * cus-edit.el (customize-group, custom-buffer-create)
9202         (customize-browse):
9203         * info.el (info):
9204         * shell.el (shell):
9205         * mail/sendmail.el (mail):
9206         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9208 2011-09-22  Richard Stallman  <rms@gnu.org>
9210         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9211         move back only to line beg, don't move back over blank lines.
9213 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
9215         * files.el (copy-directory): Set directory attributes only in case
9216         they could be retrieved from the source directory.  (Bug#9565)
9218 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
9220         * progmodes/hideshow.el (hs-looking-at-block-start-p)
9221         (hs-find-block-beginning, hs-hide-level-recursive):
9222         Ignore strings as well as comments.  (Bug#9502)
9224 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
9226         * progmodes/sql.el (sql-comint-postgres):
9227         Convert port number to a string.  (Bug#9566)
9229 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
9231         * window.el (quit-window): Undedicate window when switching to
9232         previous buffer.  Reported by Thierry Volpiatto
9233         <thierry.volpiatto@gmail.com>.
9234         (special-display-popup-frame): When popping up a new frame reset
9235         its previous buffers to nil.  Simplify code.
9237 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
9239         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9240         and process filter, as done also in `shell-command'.
9242 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
9244         * window.el (set-window-buffer-start-and-point):
9245         Call set-window-start with NOFORCE argument t.
9246         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9247         (quit-window): Reword doc-string.  Handle new format of
9248         quit-restore parameter.  Don't delete window if it has a
9249         previous buffer we can show instead of the present one.
9250         (display-buffer-record-window): Rewrite using a new format for
9251         the quit-restore window parameter
9252         (special-display-popup-frame, display-buffer-same-window)
9253         (display-buffer-reuse-window, display-buffer-pop-up-frame)
9254         (display-buffer-pop-up-window, display-buffer-use-some-window):
9255         Adapt symbol passed to display-buffer-record-window.
9256         * help.el (help-window-setup): Handle new format of quit-restore
9257         parameter.
9259 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9261         * faces.el (face-list): Fix docstring (bug#9564).
9263         * window.el (display-buffer--action-function-custom-type):
9264         Don't include internal functions in the Custom interface.
9266 2011-09-20  Juri Linkov  <juri@jurta.org>
9268         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9269         (Info-forward-node, Info-backward-node, Info-next-preorder)
9270         (Info-last-preorder): Use it.  (Bug#9528)
9272 2011-09-20  Juri Linkov  <juri@jurta.org>
9274         * info.el (Info-last-preorder): Visit last menu item only when
9275         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9277 2011-09-20  Julien Danjou  <julien@danjou.info>
9279         * password-cache.el (password-cache-remove): Remove entries even if the
9280         value is nil, so that password with a nil value (negative caching) is
9281         possible to invalidate.
9283 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
9285         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9286         all whitespace around breakpoint.  (Bug#9553)
9287         (f90-find-breakpoint): Only break at whitespace inside a comment.
9289 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9291         * minibuffer.el (completion-file-name-table): Keep track of errors.
9292         (completion-table-with-predicate): Handle the case where pred1 is nil.
9293         * pcomplete.el (pcomplete-completions-at-point): Simplify.
9295 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9297         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9298         (debugger-return-value): Signal an error if the debugging context does
9299         not await any return value.
9301         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9302         * image-mode.el (image-toggle-display-text)
9303         (image-toggle-display-image): Stay away from evil `intangible'.
9305 2011-09-19  Leo Liu  <sdl.web@gmail.com>
9307         * replace.el (occur-revert-arguments): Make it permanent-local.
9308         (occur-mode): Don't call font-lock-defontify.
9310 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
9312         * net/ldap.el (ldap-search-internal): Don't push empty search
9313         result (Bug#9508).
9315 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9317         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9319 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
9321         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9322         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9324 2011-09-18  Juri Linkov  <juri@jurta.org>
9326         * buff-menu.el (Buffer-menu-mode-map):
9327         * dired.el (dired-mode-map):
9328         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9329         (lisp-interaction-mode-map):
9330         * emacs-lisp/package.el (package-menu-mode-map):
9331         * epa.el (epa-key-list-mode-map):
9332         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9333         (menu-bar-options-menu):
9334         * outline.el (outline-mode-menu-bar-map):
9335         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9336         * vc/vc-dir.el (vc-dir-menu-map):
9337         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9338         Capitalize non-function content words in menu item strings.
9340         * dired.el (dired-mode-map): Add menu item for
9341         `image-dired-dired-toggle-marked-thumbs'.
9343 2011-09-18  Juri Linkov  <juri@jurta.org>
9345         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9346         to `isearch-case-fold-search' and restore its original value
9347         after the `isearch-mode' call.
9349 2011-09-18  Juri Linkov  <juri@jurta.org>
9351         * progmodes/grep.el (grep-process-setup): Don't check code for 1
9352         because `zgrep' returns 1 for successful matches (bug#9226).
9354 2011-09-18  Juri Linkov  <juri@jurta.org>
9356         * info.el (Info-extract-menu-node-name): Check the second match
9357         for empty string (second test-case of bug#9528).
9358         (Info-last-preorder): Let-bind `Info-history' to nil to not add
9359         intermediate nodes to the history (first test-case of bug#9528).
9361 2011-09-18  Juri Linkov  <juri@jurta.org>
9363         * info.el (Info-mode-syntax-table): New variable.
9364         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
9366 2011-09-18  Juri Linkov  <juri@jurta.org>
9368         * info.el (Info-file-supports-index-cookies):
9369         Increment line-beginning-position's arg from 3 to 4 because makeinfo
9370         outputs one more line for long file names (bug#4142).
9372 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
9374         * newcomment.el (comment-normalize-vars): If prompting for
9375         comment-start, set comment-start-skip too (Bug#8424).
9377 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
9379         * icomplete.el: Fix previous fix of Bug#5849.
9380         (icomplete-mode): Don't set completion-show-inline-help.
9381         (icomplete-minibuffer-setup): Set completion-show-inline-help
9382         locally during icompletion.
9384 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
9386         * woman.el (woman2-process-escapes): Don't delete unrecognized
9387         escapes (Bug#7843).
9389         * files.el (inhibit-first-line-modes-regexps): Add image files.
9390         (hack-local-variables-prop-line): Return nil for malformed
9391         prop-lines (Bug#9044).
9393 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
9395         * net/tramp.el (top): Don't require 'shell.
9396         (tramp-methods): Fix docstring.
9397         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
9398         Return complete remote file name.  Handle "smb" case.
9399         Use `tramp-tmpdir', if defined for the respective method.
9400         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9402         * net/tramp-compat.el (top): Require 'shell.
9404         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9405         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9406         `tramp-current-host'.
9407         (tramp-get-remote-tmpdir): Remove.
9409         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9410         `tramp-tmpdir' entries.
9411         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9412         (tramp-smb-handle-file-attributes): Ignore errors.
9413         (tramp-smb-wait-for-output): Check also for process end.
9415 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9418         when sending QUIT (bug#9312).
9420 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
9422         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9423         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9424         occur-mode-display-occurrence.
9425         (occur-edit-mode): Add usage message.
9426         (occur-cease-edit): New command.
9427         (occur-after-change-function): Use text properties to find the
9428         position of the prefix text.
9429         (occur-engine): Set stickiness of prefix text properties.
9431 2011-09-17  Glenn Morris  <rgm@gnu.org>
9433         * progmodes/etags.el (complete-tag):
9434         Fix call to completion-in-region.  (Bug#9526)
9436 2011-09-17  Juri Linkov  <juri@jurta.org>
9438         * textmodes/ispell.el (ispell-word): Add to the error message
9439         the word, ispell program name and current dictionary (bug#9121).
9440         (ispell-tex-arg-end): Capitalize "error" in the error message.
9442 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
9444         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9445         check.  (Bug#4251)
9447 2011-09-17  Juri Linkov  <juri@jurta.org>
9449         * window.el (window-safe-min-height, window-safe-min-width):
9450         Fix typos (followup to bug#9522).
9452 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
9454         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9456 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
9458         * simple.el (line-move): If goal-column is set, move by logical
9459         lines, not by display lines.  (Bug#971)
9460         (next-line, previous-line, goal-column, line-move-visual): Doc fix
9461         to reflect the above change.
9463 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9465         * image.el (imagemagick-register-types): Use regexp-opt.
9467 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
9469         * window.el (display-buffer-base-action): Rename from
9470         display-buffer-default-action.  Make default value empty.
9471         (display-buffer-overriding-action): Convert to defvar.
9472         (display-buffer-fallback-action): New var.
9474 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
9476         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9477         declaration.
9478         (package--add-to-archive-contents): If there is a duplicate entry
9479         with an older version, remove it.
9480         (package-menu-mark-delete, package-menu-mark-install)
9481         (package-menu-mark-unmark): Make unused args optional.
9482         (package-menu-mark-obsolete-for-deletion):
9483         Use package-menu-get-status instead of a regexp search.
9484         (package-menu-get-status): Use tabulated-list-entry.
9485         (package-menu-mark-upgrades): New command.
9486         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
9487         (package-menu-execute): Do installation before deletion.
9488         (package-menu-refresh, package-menu-execute): Use derived-mode-p
9489         instead of checking major-mode.
9490         (package-menu--find-upgrades): New function.
9492 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9494         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9495         passwords in the log buffer.
9496         (smtpmail-process-filter): Update the process marker so that the
9497         "broken by peer" status message is inserted in the right place.
9499 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9501         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9502         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9503         bibtex-completion-at-point-function.
9504         (bibtex-completion-at-point-function): Use them.
9506         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9508         * mpc.el (mpc-constraints-tag-lookup): New function.
9509         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9510         also to browser "album|playlist".
9512 2011-09-14  Juri Linkov  <juri@jurta.org>
9514         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
9515         (isearch-edit-string): Use length of `isearch-string' when
9516         `isearch-fail-pos' returns nil.
9517         (isearch-message): Remove duplicate code and call
9518         `isearch-fail-pos' with arg `t'.
9520 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
9522         * replace.el (occur-mode-goto-occurrence): Don't force using other
9523         window (Bug#9499).
9525         * dired-aux.el (dired-do-chmod): Don't provide initial input.
9527 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
9529         * window.el (display-buffer-window): Remove.
9530         (display-buffer-record-window): Use help-setup window parameter
9531         instead of variable display-buffer-window.
9532         (display-buffer-function, special-display-buffer-names)
9533         (special-display-function): Mention help-setup parameter instead
9534         of display-buffer-window in doc-string.
9535         * help.el (help-window-setup): New argument help-window.
9536         Use help-window-setup parameter instead of display-buffer-window.
9537         Reword some messages.
9538         (with-help-window): Pass window used for displaying the buffer
9539         to help-window-setup.  Don't set display-buffer-window.
9541 2011-09-13  Glenn Morris  <rgm@gnu.org>
9543         * emacs-lisp/debug.el (debugger-make-xrefs):
9544         Preserve point.  (Bug#9462)
9546 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
9548         * window.el (window-deletable-p): Use next-frame.
9550 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
9552         * window.el (window-auto-delete): Remove.
9553         (window-deletable-p): Remove argument FORCE.  Don't deal with
9554         dedication and previous buffers.
9555         (switch-to-prev-buffer): Don't delete window.
9556         (delete-windows-on): Delete a window's frame if and only if the
9557         window is dedicated.
9558         (replace-buffer-in-windows): Delete buffer's window or frame if
9559         and only if window is dedicated.
9560         (quit-window): Handle quit-restore as before last change.
9561         (bury-buffer): Delete window only if window-deletable-p returns t.
9563 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
9565         * window.el (window-deletable-p): Never delete the last frame on a
9566         given terminal.
9568 2011-09-13  Glenn Morris  <rgm@gnu.org>
9570         * help.el (describe-key-briefly): Copy previous standard-output change.
9572 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
9574         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
9576 2011-09-13  Glenn Morris  <rgm@gnu.org>
9578         * emacs-lisp/lisp-mode.el (lisp-indent-function):
9579         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9581 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
9583         * dired-aux.el (dired-mark-read-string): Don't return default
9584         value on empty input (Bug#9361).
9585         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9586         Omit initial minibuffer contents.
9587         (dired-do-chmod): Signal an error on empty input.
9588         (dired-mark-read-string): Don't return default on empty input.
9590         * files.el (file-modes-symbolic-to-number): Doc fix.
9592 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9594         * international/mule-cmds.el (ucs-completions): Remove.
9595         (read-char-by-name): Use complete-with-action instead; add metadata.
9597 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
9599         * window.el (display-buffer--action-function-custom-type)
9600         (display-buffer--action-custom-type): New vars.
9601         (display-buffer-alist, display-buffer-default-action)
9602         (display-buffer-overriding-action): Add defcustom types.
9604         * frame.el (delete-other-frames): Doc fix (Bug#276).
9606 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9610 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
9612         Change modes that used same-window-* vars to use switch-to-buffer.
9614         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9615         Use switch-to-buffer.
9617         * cus-edit.el (customize-group, custom-buffer-create)
9618         (customize-browse, custom-buffer-create-other-window):
9619         Use switch-to-buffer or switch-to-buffer-other-window.
9621         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9622         (Info-prev, Info-up, Info-speedbar-goto-node)
9623         (info-display-manual): Use switch-to-buffer.
9624         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9626         * mail/sendmail.el (mail): Use switch-to-buffer.
9627         (mail-recover): Use switch-to-buffer-other-window.
9629         * cmuscheme.el (run-scheme, switch-to-scheme):
9630         * ielm.el (ielm):
9631         * shell.el (shell):
9632         * net/rlogin.el (rlogin):
9633         * net/telnet.el (telnet, rsh):
9634         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9636 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
9638         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9640 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9643         so don't mention it (bug#9301).
9644         (dired-sort-toggle-or-edit): Clarify string further.
9646         * faces.el (face-spec-set-match-display): Make `(type graphic)'
9647         match `x', `w32' and `ns', like the manual says (bug#9029).
9649         * subr.el (eval-after-load): Doc string clarification (bug#9125).
9650         (process-kill-buffer-query-function): Mention the buffer name in
9651         the query.
9653         * image-mode.el (image-next-line): The line parameter is mandatory
9654         (bug#9258).
9656         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9657         which can be useful (bug#9301).
9659         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9661         * subr.el (match-string): Mention that the current buffer should
9662         be the same as the search was done in (bug#9282).
9664         * facemenu.el: Disable the remove-* commands if the mark isn't
9665         active (bug#9162).
9667 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
9669         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9670         of display-buffer.
9671         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9673         * replace.el (occur-mode-goto-occurrence)
9674         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9675         and display-buffer.
9677         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9678         display-buffer.
9680         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9681         special-display and same-window variables.
9682         (mail-other-window): Use switch-to-buffer-other-window.
9683         (mail-other-frame): USe switch-to-buffer-other-frame.
9685         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9686         Use display-buffer-other-frame.
9687         (gdb-display-gdb-buffer): Use pop-to-buffer.
9689         * progmodes/gud.el (gud-goto-info): Use info-other-window.
9691         * progmodes/python.el: Don't set same-window-buffer-names.
9693         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9695         * window.el (display-buffer-alist): Add *Python*.
9697 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
9699         * window.el (display-buffer-alist): Add entry for buffers
9700         previously handled same-window-*.
9701         (display-buffer-alist, display-buffer-default-action)
9702         (display-buffer-overriding-action): Mark as risky.
9703         (display-buffer-alist): Document action function changes.
9704         (display-buffer--same-window-action)
9705         (display-buffer--other-frame-action): New variables.
9706         (switch-to-buffer, display-buffer-other-frame): Use them.
9707         (display-buffer): Rename reuse-frame entry to reusable-frames.
9708         (display-buffer-reuse-selected-window): Function deleted.
9709         (display-buffer-reuse-window): Handle reusable-frames alist entry.
9710         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9711         (display-buffer-special): New function.
9712         (display-buffer--maybe-pop-up-frame-or-window): Rename from
9713         display-buffer-reuse-or-pop-window.  Split off special-display
9714         part into display-buffer-special.
9715         (display-buffer-use-some-window): Don't perform any special
9716         pop-up-frames handling.
9717         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
9718         (display-buffer--maybe-same-window): Rename from
9719         display-buffer-maybe-same-window.
9721         * info.el: Don't set same-window-regexps.
9722         (info-setup): New function.
9723         (info-other-window, info): Call it.
9725         * cus-edit.el: Don't set same-window-regexps.
9726         (customize-group): New argument.
9727         (customize-group-other-window): Use it.
9728         (customize-face, customize-face-other-window): Likewise.
9729         (custom-buffer-create-other-window): Use pop-to-buffer directly.
9731         * net/rlogin.el:
9732         * net/telnet.el:
9733         * progmodes/gud.el: Don't set same-window-regexps.
9735         * cmuscheme.el:
9736         * ielm.el:
9737         * shell.el:
9738         * mail/sendmail.el:
9739         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9741 2011-09-10  Juri Linkov  <juri@jurta.org>
9743         * isearch.el (isearch-edit-string): Remove obsolete mention of
9744         `C-w' (`isearch-yank-word-or-char') from docstring.
9745         (isearch-query-replace): Fix typo in docstring (bug#9466).
9747 2011-09-10  Juri Linkov  <juri@jurta.org>
9749         * paren.el (show-paren-function): Don't show escaped parens.
9750         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
9752 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
9754         * mail/sendmail.el (mml-to-mime, mml-attach-file)
9755         (mm-default-file-encoding): Remove autoload forms, they are
9756         replaced with autoload cookies in mml.el and mm-encode.el.
9757         (mail-add-attachment): New command.
9758         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9759         (mail-mode): Mention mail-insert-file and mail-add-attachment in
9760         the doc string.
9761         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9763 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
9765         * simple.el (count-words-region): Use buffer if there's no region
9766         (bug#9429).
9768 2011-09-09  Juri Linkov  <juri@jurta.org>
9770         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9771         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9772         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
9774 2011-09-09  Alan Mackenzie  <acm@muc.de>
9776         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9777         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
9779 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
9781         Fix for Savannah bug#9392.
9782         * simple.el (mail-encode-mml): New defvar.
9784         * mail/rmail.el (mail-encode-mml): Add a defvar.
9785         (rmail-enable-mime-composing): Default to t.
9786         (rmail-forward): Use MIME method of forwarding only if both
9787         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9788         Set mail-encode-mml non-nil if the MIME method was used.
9790         * mail/sendmail.el (mml-to-mime): Add autoload form.
9791         (mail-encode-mml): Add a defvar.
9792         (mail-mode): Make mail-encode-mml buffer-local and initialize it
9793         to nil.
9794         (mail-send): If mail-encode-mml is non-nil, run the outgoing
9795         message through mml-to-mime, and reset mail-encode-mml to nil.
9797 2011-09-09  Glenn Morris  <rgm@gnu.org>
9799         * woman.el (woman-if-body): When processing an .el block,
9800         do not delete the next .el block as well.  (Bug#9447)
9801         (woman-special-characters): Add oq, cq, and hy characters.
9803 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
9805         * window.el (window-deletable-p): Make sure window is live before
9806         invoking window-prev-buffers.
9808 2011-09-08  Leo Liu  <sdl.web@gmail.com>
9810         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
9812 2011-09-08  Juri Linkov  <juri@jurta.org>
9814         * progmodes/compile.el (compilation-environment): Make it
9815         a defcustom (bug#8340).
9817 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
9819         * window.el (frame-auto-delete): Rename to window-auto-delete.
9820         Make it control auto-deletion of windows and/or frames.
9821         (window-deletable-p): New argument FORCE.  Rewrite conditions
9822         for deleting window/frame.  (Bug#9419)
9823         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9824         Rewrite handling of case when window/frame can be deleted.
9825         (delete-windows-on): Call window-deletable-p with new FORCE
9826         argument t.  (Bug#9456)
9828 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
9830         * help-mode.el (help-mode): Restore autoload.
9832 2011-09-07  Juri Linkov  <juri@jurta.org>
9834         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9835         `compilation-environment'.  Set buffer-local
9836         `compilation-environment' to `thisenv' later after (funcall mode).
9837         (Bug#8340)
9839         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
9840         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9841         instead of replacing its value.  (Bug#8340)
9843 2011-09-07  Juri Linkov  <juri@jurta.org>
9845         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9846         based on text properties put by `grep-filter' instead of matching
9847         escape sequences.
9848         (grep-mode): Set buffer-local `compilation-error-screen-columns'
9849         to the value of `grep-error-screen-columns' (bug#9438).
9851 2011-09-07  Juri Linkov  <juri@jurta.org>
9853         * simple.el (next-error-highlight, next-error-highlight-no-select):
9854         Doc fix (bug#9432).
9856 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
9858         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9859         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
9861 2011-09-07  Leo Liu  <sdl.web@gmail.com>
9863         * net/rcirc.el (rcirc-mode): Conditionally initialize
9864         rcirc-input-ring.
9866 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9868         * emacs-lisp/find-func.el (find-function-C-source): Only set
9869         find-function-C-source-directory after checking that we found a source
9870         file there (bug#9440).
9872 2011-09-06  Alan Mackenzie  <acm@muc.de>
9874         * isearch.el (isearch-other-meta-char): Wherever a key list is
9875         unread, "unread" the prefix arg, too.  This fixes bug #8901.
9877 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
9879         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9881 2011-09-05  Juri Linkov  <juri@jurta.org>
9883         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9885 2011-09-05  Juri Linkov  <juri@jurta.org>
9887         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9888         keeping point where processing of grep matches begins, and
9889         continue to delete remaining escape sequences from the same point.
9890         (grep-filter): Make leading zero optional in "0?1;31m" because
9891         git-grep emits "\033[1;31m" escape sequences unlike expected
9892         "\033[01;31m" as GNU Grep does (bug#9408).
9893         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9895 2011-09-05  Juri Linkov  <juri@jurta.org>
9897         * subr.el (y-or-n-p): Capitalize "yes".
9899 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
9901         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
9902         `tramp-cache-unload-hook' where appropriate.
9903         (tramp-methods): Rename `tramp-remote-sh' to
9904         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
9905         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9907         * net/tramp-sh.el (top): Don't require 'shell.
9908         (tramp-methods): Add `tramp-remote-shell' and
9909         `tramp-remote-shell-args' entries.
9910         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9911         (tramp-sh-handle-shell-command): Remove.
9912         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9913         Use `tramp-remote-shell'.
9915 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
9917         * mail/sendmail.el (sendmail-query-once-function): Delete.
9918         (sendmail-query-once): Save directly to send-mail-function.
9919         Update message-send-mail-function too.
9921         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9923 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
9925         * progmodes/python.el (python-mode-map): Use correct function to
9926         start python interpreter from menu-bar (as reported by Geert
9927         Kloosterman).
9928         (inferior-python-mode-map): Fix typo.
9929         (python-shell-map): Remove.
9931 2011-09-03  Deniz Dogan  <deniz@dogan.se>
9933         * net/rcirc.el (rcirc-print): Simplify code for
9934         rcirc-scroll-show-maximum-output.  There is no need to walk
9935         through all windows to find the right one.
9937 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
9939         * help.el (help-return-method): Doc fix.
9941 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
9943         * window.el (window-deletable-p): Don't return a non-nil value
9944         when there's a buffer that was shown in the window before.
9945         (Bug#9419)
9946         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9947         Set window's previous buffers to nil.
9949 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
9951         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9952         newline before and after the tag line, so it doesn't interfere
9953         with determining the paragraph direction of bidirectional text.
9955 2011-09-03  Leo Liu  <sdl.web@gmail.com>
9957         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
9959 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
9961         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
9962         (pop-to-buffer): Change interactive spec.  Pass second argument
9963         directly to display-buffer.
9964         (display-buffer): Fix interactive spec.  Use functionp to
9965         distinguish between a function and a list of functions.
9967         * abbrev.el (edit-abbrevs):
9968         * arc-mode.el (archive-extract):
9969         * autoinsert.el (auto-insert):
9970         * bookmark.el (bookmark-bmenu-list):
9971         * files.el (find-file):
9972         * view.el (view-buffer):
9973         * progmodes/compile.el (compilation-goto-locus):
9974         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9976 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
9978         * window.el (display-buffer-alist): Doc fix.
9979         (display-buffer): Add docstring.  Don't treat
9980         display-buffer-default specially.
9981         (display-buffer-reuse-selected-window)
9982         (display-buffer-same-window, display-buffer-maybe-same-window)
9983         (display-buffer-reuse-window, display-buffer-pop-up-frame)
9984         (display-buffer-pop-up-window)
9985         (display-buffer-reuse-or-pop-window)
9986         (display-buffer-use-some-window): New functions.
9987         (display-buffer-default-action): Use them.
9988         (display-buffer-default): Delete.
9989         (pop-to-buffer-1): Fix choice of actions.
9991 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9993         * minibuffer.el (completion--insert-strings): Don't get confused by
9994         completion entries that end with an LF char.
9996 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
9998         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10000 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
10002         * window.el (display-buffer): Restore interactive spec.
10003         (display-buffer-same-window, display-buffer-other-window):
10004         New functions.
10005         (pop-to-buffer-1): New function.  Use the above.
10006         (pop-to-buffer, pop-to-buffer-same-window): Use it.
10007         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
10009         * view.el (view-buffer-other-window, view-buffer-other-frame):
10010         Just use pop-to-buffer.
10012 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10014         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
10016 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
10018         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
10020 2011-08-31  Richard Stallman  <rms@gnu.org>
10022         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10023         of the separation of rmail-view-buffer from rmail-buffer.
10024         If you say no to "replace original", the decrypt is in the
10025         view buffer.  If you say yes, the decrypt goes into the
10026         rmail buffer also.
10028 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
10030         * window.el (display-buffer-window): Rewrite doc-string.
10031         (display-buffer-record-window): New function.
10032         (display-buffer-macro-specifiers)
10033         (display-buffer-even-window-sizes, display-buffer-set-height)
10034         (display-buffer-set-width, display-buffer-in-window)
10035         (display-buffer-reuse-window, display-buffer-split-specifiers)
10036         (display-buffer-side-specifiers, display-buffer-split-window-1)
10037         (display-buffer-split-window, display-buffer-split-atom-window)
10038         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10039         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10040         (display-buffer-other-window-means-other-frame)
10041         (display-buffer-normalize-special)
10042         (display-buffer-normalize-default)
10043         (display-buffer-normalize-argument)
10044         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10045         (display-buffer-normalize-specifiers, display-buffer-frame)
10046         (display-buffer-same-window, display-buffer-same-frame)
10047         (display-buffer-other-window)
10048         (display-buffer-same-frame-other-window)
10049         (display-buffer-other-frame, pop-to-buffer-same-window)
10050         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10051         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10052         (switch-to-buffer-same-frame)
10053         (switch-to-buffer-other-window-same-frame)
10054         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10055         (display-buffer-alist-set-1, display-buffer-alist-set-2)
10056         (display-buffer-alist-set): Remove.
10057         (display-buffer-function, special-display-buffer-names)
10058         (special-display-regexps, special-display-function):
10059         In doc-string refer to display-buffer-window and quit-restore
10060         parameter.
10061         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10062         (special-display-frame-alist, special-display-popup-frame)
10063         (same-window-buffer-names, same-window-regexps, same-window-p)
10064         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10065         (split-window-preferred-function, split-height-threshold)
10066         (split-width-threshold, window-splittable-p)
10067         (split-window-sensibly, window--try-to-split-window)
10068         (window--frame-usable-p, even-window-heights)
10069         (window--even-window-heights, window--display-buffer-1)
10070         (window--display-buffer-2, display-buffer-other-frame):
10071         Restore old Emacs 23 code, order and doc-strings where applicable.
10072         (display-buffer-default, display-buffer-assq-regexp): New functions.
10073         (display-buffer-alist): Rewrite doc-string.
10074         (display-buffer-default-action)
10075         (display-buffer-overriding-action): New variables.
10076         (display-buffer, switch-to-buffer): Rewrite.
10077         (pop-to-buffer): Restore Emacs 23 behavior but use
10078         window-normalize-buffer-to-display.
10079         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10080         Restore Emacs 23 behavior but use
10081         window-normalize-buffer-to-switch-to.
10082         (pop-to-buffer-same-window): Rewrite.
10083         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10084         Rewrite using Emacs 23 options.
10086 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
10088         * net/tramp.el (tramp-root-regexp): Remove.
10089         (tramp-completion-file-name-regexp-unified)
10090         (tramp-completion-file-name-regexp-separate)
10091         (tramp-completion-file-name-regexp-url): Don't use leading volume
10092         letter on win32 systems.  (Bug#5303, Bug#9311)
10093         (tramp-drop-volume-letter): Simplify definition.
10094         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10096 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10098         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10099         (bug#9356).
10101 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
10103         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
10105 2011-08-29  Juri Linkov  <juri@jurta.org>
10107         * isearch.el (isearch-done): Don't display message "Mark saved"
10108         when arg `edit' is non-nil to prevent its flicker in the echo area.
10110 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
10112         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10113         obsolete packages for deletion.
10115 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
10117         * help-mode.el (help-mode-map): Add special-mode-map to parent.
10118         (help-mode): Derive help-mode from special-mode.  Don't invoke
10119         view-mode from help-mode.
10120         (help-xref-override-view-map): Remove.
10121         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10122         view-mode is not used anymore.
10124 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
10126         * server.el (server-port): Doc fix.
10128         * cus-theme.el (custom-theme-choose-mode): Inherit from
10129         special-mode (Bug#9124).
10130         (custom-theme-choose-mode-map): Add special-mode to parent.
10132 2011-08-28  Alan Mackenzie  <acm@muc.de>
10134         * progmodes/cc-fonts.el
10135         (c-make-font-lock-BO-decl-search-function): New function.
10136         (c-basic-matchers-after - "Fontify the clauses after various
10137         keywords"): Extract the three keyword lists for the 3 erroneous
10138         constructs from the list of four, and use the new function above
10139         in place of an old one.
10141 2011-08-28  Deniz Dogan  <deniz@dogan.se>
10143         * net/rcirc.el (rcirc-insert-prev-input)
10144         (rcirc-insert-next-input): Remove unused argument.
10146 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10148         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10150 2011-08-27  Alan Mackenzie  <acm@muc.de>
10152         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10153         handle function pointer parameters properly.
10155 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
10157         * window.el (display-buffer-reuse-window): Fix case where
10158         selected window was reused with non-nil OTHER-WINDOW argument.
10159         (Bug#9381)
10161 2011-08-27  Deniz Dogan  <deniz@dogan.se>
10163         * net/rcirc.el (rcirc-check-auth-status): Adding support for
10164         oftc's NickServ messages.
10166 2011-08-27  Glenn Morris  <rgm@gnu.org>
10168         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
10170 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
10172         * emacs-lisp/package.el (package-install): Call package-initialize
10173         if called interactively.
10175 2011-08-26  Leo Liu  <sdl.web@gmail.com>
10177         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
10179 2011-08-25  Juri Linkov  <juri@jurta.org>
10181         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10182         `search-whitespace-regexp' (bug#9364).
10184 2011-08-25  Juri Linkov  <juri@jurta.org>
10186         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10187         `regexp-search-ring' to their global values to protect from
10188         updating by `read-from-minibuffer' (bug#9185).
10190 2011-08-25  Juri Linkov  <juri@jurta.org>
10192         * textmodes/ispell.el (ispell-command-loop): Add newline
10193         at the end of the "Use option `i'..." line.
10195 2011-08-25  Juri Linkov  <juri@jurta.org>
10197         * battery.el (display-battery-mode): If `battery-status-function'
10198         or `battery-mode-line-format' is nil, display the message and set
10199         `display-battery-mode' to nil (bug#9363).
10201 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
10203         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10204         bidi-string-mark-left-to-right; they are unnecessary now.
10206 2011-08-25  Deniz Dogan  <deniz@dogan.se>
10208         * net/quickurl.el: Documentation typo fixes.
10210 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
10212         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10214 2011-08-25  Glenn Morris  <rgm@gnu.org>
10216         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10218         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10219         (smtpmail-via-smtp): Handle nil response from smtp.
10221 2011-08-24  Juri Linkov  <juri@jurta.org>
10223         * proced.el (proced-marked): Inherit from `error' instead of
10224         `font-lock-warning-face'.
10226         * ibuffer.el (ibuffer-marked-face): Change default face from
10227         `font-lock-warning-face' to `warning'.
10228         (ibuffer-deletion-face): Change default face from
10229         `font-lock-type-face' to `error'.
10231         * battery.el (battery-update): Use the face `error' instead of
10232         `font-lock-warning-face' (bug#6117).
10234 2011-08-24  Juri Linkov  <juri@jurta.org>
10236         * faces.el (success): Change face color from "Green3" to
10237         "ForestGreen" on light background (bug#9353).
10239 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
10241         * window.el (quit-window): Rename from quit-restore-window.
10242         Use same arglist as old quit-window.
10243         (frame-auto-delete): Doc fix.
10245         * view.el (view-mode-exit): Use quit-window.
10247 2011-08-24  Juri Linkov  <juri@jurta.org>
10249         * isearch.el (isearch-ring-adjust1): Start visiting previous
10250         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10251         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10252         for empty search string (when the last search string is reused
10253         automatically) to adjust the isearch ring to the last element and
10254         prepare the correct index for further M-p commands (bug#9185).
10256 2011-08-24  Kenichi Handa  <handa@m17n.org>
10258         * international/ucs-normalize.el: If decomposition property of
10259         CHAR is the default one (i.e. a list of CHAR itself), treat it as
10260         nil.
10261         (nfd, nfkd): Likewise.
10263 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10265         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10266         from process filters aren't reliably transmitted to the surrounding
10267         accept-process-output.
10268         (mpc-proc-check): New function.
10269         (mpc-proc-sync): Use it (bug#8293)
10271 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10273         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10274         Add compatibility functions (bug#9313).
10276 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
10278         * cus-start.el (all): Add entry for bidi-paragraph-direction.
10280         * international/uni-bidi.el: Regenerate.
10282 2011-08-23  Kenichi Handa  <handa@m17n.org>
10284         * international/charprop.el:
10285         * international/uni-bidi.el:
10286         * international/uni-category.el:
10287         * international/uni-combining.el:
10288         * international/uni-comment.el:
10289         * international/uni-decimal.el:
10290         * international/uni-decomposition.el:
10291         * international/uni-digit.el:
10292         * international/uni-lowercase.el:
10293         * international/uni-mirrored.el:
10294         * international/uni-name.el:
10295         * international/uni-numeric.el:
10296         * international/uni-old-name.el:
10297         * international/uni-titlecase.el:
10298         * international/uni-uppercase.el: Regenerate.
10300 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
10302         * help.el (help-window-setup): Fix message displayed when other
10303         window is reused.  (Bug#9341)
10305 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10307         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10308         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10310         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10311         Mark obsolete.
10312         * shell.el (shell-parse-pcomplete-arguments): New function.
10313         (shell-completion-vars): Use it instead (bug#9160).
10315 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10317         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10318         strings and comments (bug#9333).
10320         * emacs-lisp/debug.el (debug-arglist): New function.
10321         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
10322         (debug-on-entry-1): Handle interpreted closures (bug#9120).
10324 2011-08-22  Juri Linkov  <juri@jurta.org>
10326         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10327         Revert regexp that highlights output switches to its old
10328         pre-2010-10-28 value and remove one `?' from it (bug#9319).
10330         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10331         to check for empty output (bug#9226).
10333 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
10335         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10336         symbol-constituent as the default, as that stops font-lock from
10337         working properly (Bug#8843).
10339 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10341         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10342         `coding-system-for-*' around the process open call to avoid
10343         auth-source side effects.
10344         (smtpmail-try-auth-methods): Expand the secret password.
10345         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10346         probe hangs.
10348 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
10350         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10352         * emacs-lisp/find-func.el (find-function-noselect): New arg
10353         lisp-only.
10355         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10356         signal an error for built-in functions (Bug#6664).
10358 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10360         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10361         (smtpmail-try-auth-methods): Use it.
10363 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
10365         * font-lock.el (font-lock-fontify-region)
10366         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10367         (font-lock-default-unfontify-buffer)
10368         (font-lock-default-fontify-region)
10369         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10371         * progmodes/compile.el (compilation-error-properties):
10372         Fix confusion between file struct and message struct (Bug#9319).
10373         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10374         `ant' regexp.
10376         * net/browse-url.el (browse-url-firefox): Don't call
10377         browse-url-firefox-sentinel unless using -remote (Bug#9328).
10379 2011-08-20  Glenn Morris  <rgm@gnu.org>
10381         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10383         * tutorial.el (tutorial--default-keys): Update some default bindings.
10385         * files.el (hack-local-variables): Fully ignore case for "mode:".
10387 2011-08-20  Alan Mackenzie  <acm@muc.de>
10389         Resolve invalid use of a regexp in regexp-opt.
10391         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10392         detection for a java annotation.
10394         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
10395         detection for a java annotation.
10397         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10398         handling for java.
10399         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10401 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
10403         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10404         (Bug#9274).
10406 2011-08-20  Alan Mackenzie  <acm@muc.de>
10408         Fontify CPP expressions correctly when starting in the middle of
10409         such a construct.  Mainly for when jit-lock etc. starts a chunk
10410         here.
10412         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
10413         variable.
10414         (c-make-font-lock-search-form): New function, extracted from
10415         c-make-font-lock-search-function.
10416         (c-make-font-lock-search-function): Use the above function.
10417         (c-make-font-lock-context-search-function): New function.
10418         (c-cpp-matchers): Enhance the preprocessor expression case with
10419         the above function
10420         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10421         which takes an expression.
10423         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10425 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
10427         * window.el (display-buffer-reuse-window)
10428         (display-buffer-pop-up-window): Don't reuse or split a side
10429         window.
10431 2011-08-19  Glenn Morris  <rgm@gnu.org>
10433         * files.el (hack-local-variables-prop-line, hack-local-variables):
10434         Downcase "Mode:".  (Bug#9331)
10436 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
10438         * international/characters.el: Add L and R categories.
10440         * subr.el (bidi-string-mark-left-to-right): Rename from
10441         string-mark-left-to-right.  Use category search.
10443         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10445 2011-08-18  Juri Linkov  <juri@jurta.org>
10447         * faces.el (error, warning, success): New faces with definitions
10448         copied from old default values of `font-lock-warning-face',
10449         `compilation-warning', `compilation-info' (bug#6117).
10451         * font-lock.el (font-lock-warning-face): Inherit from `error'.
10453         * progmodes/compile.el (compilation-error): Inherit from `error'.
10454         (compilation-warning): Inherit from `warning'.
10455         (compilation-info): Inherit from `success'.
10457         * dired.el (dired-marked): Inherit from `warning'.
10458         (dired-flagged): Inherit from `error'.
10460 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10462         * mail/smtpmail.el (auth-source): Require to avoid problems with
10463         binding variables (bug#9298).  Also clean up some unused
10464         autoloads.
10466         * net/network-stream.el (network-stream-open-starttls):
10467         Support using starttls.el without using gnutls-cli.
10469 2011-08-17  Juri Linkov  <juri@jurta.org>
10471         * progmodes/grep.el (rgrep): Handle the case when
10472         `grep-find-command' is a cons cell (bug#9278).
10474 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
10476         * window.el (display-buffer-pop-up-frame): Run frame creation
10477         function with BUFFER current (as special-display-popup-frame
10478         does).  Reported by Drew Adams.
10480 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
10482         * epa-mail.el: Simplify GnuPG group expansion using
10483         epg-expand-group.
10484         (epa-mail-group-alist, epa-mail-group-modtime)
10485         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10486         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10487         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10488         Remove.
10490 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
10492         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10494 2011-08-16  Alan Mackenzie  <acm@muc.de>
10496         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10497         Correct, to avoid the inside of macros.
10499 2011-08-16  Richard Stallman  <rms@gnu.org>
10501         * epa-mail.el: Handle GnuPG group definitions.
10502         (epa-mail-group-alist, epa-mail-group-modtime)
10503         (epa-mail-gnupg-conf-file): New variables.
10504         (epa-mail-parse-groups, epa-mail-sync-groups)
10505         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10506         (epa-mail-expand-recipients): New functions.
10507         (epa-mail-encrypt): Call epa-mail-expand-recipients.
10509         * mail/rmail.el (rmail-epa-decrypt): New command.
10511         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10512         Don't bind buffer-read-only, just inhibit-read-only.
10513         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10514         (epa-decrypt-armor-in-region): Make error message clearer.
10516 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10518         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10519         and "a2b" to "ab" for `prefix'.
10521 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
10523         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10524         filter groups.
10525         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
10526         Fourquet (Bug#8804).
10528 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
10530         * startup.el (argi): Declare as global variable (bug#9275).
10532 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
10534         * subr.el (string-mark-left-to-right): Search the entire string
10535         for RTL script, not just the terminating character.  Doc fix.
10537 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10539         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10540         New function.
10541         (js--regexp-literal, js-syntax-propertize-function): Remove.
10542         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10543         (js-mode-map): Don't rebind electric keys.
10544         (js-insert-and-indent): Remove.
10545         (js-mode): Setup electric-layout and electric-indent instead.
10547         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10549 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
10551         * epa.el (epa-progress-callback-function): Fix the logic of
10552         displaying progress.
10553         * epa-file.el (epa-file-insert-file-contents): Make progress
10554         display more user-friendly.
10555         (epa-file-write-region): Ditto.
10557 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
10559         * subr.el (string-mark-left-to-right): New function.
10561         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10562         Use string-mark-left-to-right.
10563         (list-buffers-noselect): Caller changed.
10565         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10566         Use string-mark-left-to-right.
10567         (tabulated-list-print): Recenter after moving point.
10569 2011-08-10  Juri Linkov  <juri@jurta.org>
10571         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10572         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10573         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10575 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
10577         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10578         (Bug#7554).
10580 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
10582         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10583         character.  (Bug#6594)
10585 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
10587         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10588         (image-dired--with-db-file): New macro.
10589         (image-dired-write-tags, image-dired-remove-tag)
10590         (image-dired-create-gallery-lists, image-dired-write-comments)
10591         (image-dired-get-comment, image-dired-mark-tagged-files)
10592         (image-dired-list-tags, image-dired-gallery-generate): Use it.
10593         (image-dired-gallery-generate): Use insert-file-contents.
10595         * time.el (display-time-world-list, display-time-world-display):
10596         * time-stamp.el (time-stamp-string):
10597         * vc/add-log.el (add-change-log-entry): Use setenv instead of
10598         set-time-zone-rule (Bug#7337).
10600 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
10602         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10603         (epg-error-to-string, epg-errors-to-string): New function.
10604         (epg-wait-for-completion): Reverse errors list.
10605         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10606         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10607         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10608         (epg-sign-keys, epg-generate-key-from-file)
10609         (epg-generate-key-from-string): Format errors by using
10610         epg-errors-to-string (bug#9255).
10611         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10613 2011-08-07  Juri Linkov  <juri@jurta.org>
10615         * faces.el (list-faces-display): Remove extra angle bracket
10616         from `help-mode-map'.
10618         * info.el (Info-history-toc-nodes): Doc fix.
10620         * longlines.el (longlines-mode): Doc fix.
10622 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10624         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10625         of statements and in a few more cases (bug#9183).
10627         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10628         New functions.
10629         (cl-transform-lambda): Use them (bug#9239).
10631 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
10633         * window.el (display-buffer-same-window)
10634         (display-buffer-same-frame, display-buffer-other-window)
10635         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10636         (pop-to-buffer-other-window)
10637         (pop-to-buffer-same-frame-other-window)
10638         (pop-to-buffer-other-frame): Make them defuns.
10639         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10641 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10643         * subr.el (make-composed-keymap): Move from C.  Change calling
10644         convention, and improve docstring to bring attention to a subtle point.
10645         * minibuffer.el (completing-read-default): Adjust accordingly.
10647 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
10649         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10650         (tramp-open-shell): Use `tramp-shell-quote-argument'.
10652         * net/trampver.el: Update release number.
10654 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10656         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10657         "in" (bug#9190).
10659 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10661         * mail/sendmail.el (sendmail-query-once): Restore the current
10662         buffer after querying (bug#9074).
10664         * dired.el (dired-flagged): Use different faces for marked and
10665         flagged files (bug#6117).
10667         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10668         (bug#4433).
10670         * ido.el (ido-mode): Switch off the message if called
10671         non-interactively.
10673         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10674         before 587, since it appears that that's more likely to work for
10675         more people.
10677         * cus-edit.el (custom-file): When running under emacs -q, always
10678         refuse to save the customizations, even if the .emacs file doesn't
10679         exist.
10681         * info.el: Remove the `Info-beginning-of-buffer' function
10682         (bug#8325).
10684         * net/network-stream.el (network-stream-open-starttls):
10685         Use `starttls-available-p' to see whether starttls.el can be used.
10687 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
10689         * window.el (display-buffer-in-window): Don't set dedicated status
10690         of window here (Bug#9215).
10691         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10692         (display-buffer-pop-up-side-window)
10693         (display-buffer-in-side-window): Set dedicated status of window here.
10695 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10697         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10698         before binding generated-autoload-file.
10700 2011-08-01  Deniz Dogan  <deniz@dogan.se>
10702         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10704 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
10706         Sync with Tramp 2.2.2.
10708         * net/trampver.el: Update release number.
10710 2011-07-30  Juri Linkov  <juri@jurta.org>
10712         * dired-aux.el (dired-touch-initial): Remove function.
10713         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10714         current time, and `default' to the last modification time of the
10715         current marked file (bug#6887).
10717 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
10719         * simple.el (goto-line): Use string-to-number to provide a
10720         numeric argument to read-number (bug#9163).
10722 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
10724         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10725         connection process, it could be nil.
10727 2011-07-27  Leo Liu  <sdl.web@gmail.com>
10729         Simplify url handling in rcirc-mode.
10731         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10732         (rcirc-browse-url-at-mouse): Remove.
10733         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10735 2011-07-26  Alan Mackenzie  <acm@muc.de>
10737         Fontify bitfield declarations properly.
10739         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10740         (c-symbol-chars): Now exported as a lang variable.
10741         (c-not-primitive-type-keywords): New lang variable.
10743         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10744         QT keyword "more" to prevent "more slots: ...." being spuriously
10745         parsed as a bitfield declaration.
10747         * progmodes/cc-engine.el (c-beginning-of-statement-1):
10748         Refactor and enhance to handle bitfield declarations.
10749         (c-punctuation-in): New function.
10750         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10751         declarations properly.
10753 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
10755         * calendar/icalendar.el (icalendar--all-events): Take care of
10756         multiple vcalendars in a single file.
10757         (icalendar--convert-float-to-ical): Checkdoc fixes.
10759 2011-07-25  Deniz Dogan  <deniz@dogan.se>
10761         * image.el (insert-image): Clarifying docstring.
10763 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
10765         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10766         `tramp-send-command-and-check' if there is no error.
10767         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10769 2011-07-22  Alan Mackenzie  <acm@muc.de>
10771         Prevent cc-langs.elc being loaded at run time.
10773         * progmodes/cc-mode.el: Remove two autoload forms which loaded
10774         cc-langs.
10776         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
10777         "(require 'cc-langs)".  Quote a form so it will evaluate at
10778         (cc-mode's) compilation time.
10780 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
10782         * net/tramp.el (tramp-file-name-handler): Avoid recursive
10783         loading.  (Bug#9114)
10785 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
10787         * window.el (display-buffer-pop-up-window)
10788         (display-buffer-pop-up-side-window)
10789         (display-buffer-in-side-window): Call display-buffer-set-height
10790         and display-buffer-set-width after setting the new window's
10791         buffer so `fit-window-to-buffer' and friends work on the right buffer.
10793 2011-07-20  Sam Steingold  <sds@gnu.org>
10795         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10796         (etags-tags-included-tables): Call `convert-standard-filename' on
10797         the file names contained in TAGS so that windows Emacs can handle
10798         TAGS files created by cygwin ctags.
10800 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10802         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10803         which apparently didn't work.
10805 2011-07-19  Roland Winkler  <winkler@gnu.org>
10807         * proced.el (proced-send-signal): For *Marked Processes* buffer
10808         put point at beginning of buffer.
10810 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
10812         * proced.el (proced-format): Make header lines align with the text
10813         (bug#1779).
10815 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10817         * view.el (view-buffer): Allow running in `special' modes if we're
10818         visiting a file (bug#8615).
10820 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
10822         * window.el (display-buffer-alist-of-strings-p)
10823         (display-buffer-alist-set-1, display-buffer-alist-set-2):
10824         New functions.
10825         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10826         more accurately.
10828 2011-07-18  Alan Mackenzie  <acm@muc.de>
10830         Fontify declarators properly when, e.g., a jit-lock chunk begins
10831         inside a declaration.
10833         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10835         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10836         New function.
10837         (c-complex-decl-matchers): Insert reference to
10838         c-font-lock-enclosing-decls.
10840         * progmodes/cc-engine.el (c-backward-single-comment):
10841         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10842         to nil around calls to (forward-comment -1).
10844 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10846         * image.el (put-image): Doc typo fix.
10848         * progmodes/etags.el (tags-search): Doc typo fix.
10850         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10851         password if we get errors 550 to 554.
10853 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10855         * net/gnutls.el (gnutls-log-level): Remove.
10857         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10858         indentation character (bug#6380).
10860         * files.el (buffer-offer-save): Made permanently local (bug#6241).
10862         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10863         to clarify what the problem is (bug#4291).
10865         * simple.el (current-kill): Clarify what
10866         `interprogram-paste-function' does (bug#7500).
10867         (auto-fill-mode): Document `auto-fill-function' in relation to
10868         `auto-fill-mode' (bug#2470).
10870 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
10872         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10873         method if slot is read-only (bug#9035).
10875 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
10877         * frame.el (select-frame-set-input-focus): New argument NORECORD.
10878         * window.el (pop-to-buffer): Select window used even if it was
10879         selected before, see discussion of (Bug#8615), (Bug#6954).
10880         Pass argument NORECORD on to select-frame-set-input-focus.
10882 2011-07-15  Glenn Morris  <rgm@gnu.org>
10884         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
10885         Respect help-form.
10887 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
10889         * net/gnutls.el (gnutls-min-prime-bits): New variable.
10890         (gnutls-negotiate): Use it.
10892 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10894         * net/gnutls.el (gnutls-negotiate):
10895         Upcase `gnutls-algorithm-priority'.
10897 2011-07-15  Glenn Morris  <rgm@gnu.org>
10899         * jka-compr.el (jka-compr-verbose): Move from here...
10900         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
10901         Add missing :version tag.
10902         * info.el: No need to require jka-compr when compiling.
10904 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10906         * net/gnutls.el (gnutls-algorithm-priority): New variable.
10907         (gnutls-negotiate): Use it.
10909         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10911         * info.el (Info-beginning-of-buffer): New command.
10912         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10913         announcing `b' as the key (bug#8325).
10914         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
10916         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10918         * international/mule-cmds.el
10919         (describe-specified-language-support): Make the error message
10920         clearer (bug#8905).
10922         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10924         * isearch.el (isearch-barrier): Add a doc string, since it's
10925         mentioned in a function doc string (bug#8678).
10927 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
10929         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10930         buffer argument (Bug#9083) and self-identifying label argument.
10932 2011-07-15  Glenn Morris  <rgm@gnu.org>
10934         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
10936 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10938         * man.el (Man-fontify-manpage): Fix message when formatting the
10939         man page (bug#7929).
10941 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
10943         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10944         argument LRM; if non-nil, append an invisible LRM character to the
10945         buffer name.
10946         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10947         last argument non-nil, when formatting buffer names.
10948         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10949         paragraph direction.
10951 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10953         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10954         the man page name (bug#7929).
10956         * image.el (put-image): Mention the `put-image' overlay property
10957         (bug#7834).
10959         * scroll-bar.el (set-scroll-bar-mode): Mention that
10960         `scroll-bar-mode' lists the values (bug#7772).
10962         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10963         command (bug#7729).
10965         * rect.el (apply-on-rectangle): Return the point after the last
10966         operation.
10967         (string-rectangle): Go to the point after the last operation
10968         (bug#7522).
10970         * printing.el (pr-toggle-region): Clarify the documentation
10971         slightly (bug#7493).
10973         * time.el (display-time-update):
10974         Allow `display-time-mail-function' to return nil (bug#7158).
10975         Fix suggested by Detlev Zundel.
10977         * vc/diff.el (diff): Clarify the order the file names are read
10978         (bug#7111).
10980         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10981         the doc string (bug#7015).
10983         * font-lock.el (font-lock-maximum-decoration): Mention what
10984         numeric levels mean (bug#6935).
10986         * startup.el (initial-buffer-choice): Don't mention the `none'
10987         selection, which is against policy.
10989 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
10991         * window.el (display-buffer-normalize-special):
10992         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
10994 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
10996         * subr.el (version<, version<=, version=): Mention "-CVS" and
10997         "-12345" alpha version numbers.
10999 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
11001         * bindings.el: Add advertised binding for set-mark-command
11002         (Bug#5772).
11004 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
11006         * bindings.el (mode-line-other-buffer):
11007         * bookmark.el (bookmark-bmenu-2-window):
11008         * bs.el (bs-cycle-next, bs-cycle-previous):
11009         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11010         switch-to-buffer.
11012         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11013         Delete.
11015 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
11017         * follow.el (follow-debug-message, follow-redisplay):
11018         * jka-cmpr-hook.el (with-auto-compression-mode):
11019         Fix typos in docstrings.
11021 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11023         * subr.el (with-silent-modifications): Clarify somewhat what the
11024         macro inhibits (bug#6525).
11026         * simple.el (eval-expression): Note what it does if called
11027         interactively (bug#6495).
11029 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
11031         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11032         Use pop-to-buffer buffer-or-name if it is nil.
11034         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11035         Remove switch-to-buffer.
11037 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039         * files.el (make-directory): Clarify that an error will be raised
11040         if there's an error (bug#6397).
11042         * startup.el (initial-buffer-choice): Add `none' as a choice
11043         (bug#6234).
11045         * subr.el (add-hook): Clarify section about buffer-local hooks
11046         (bug#6218).
11048         * dired.el (dired-flagged): Clarify doc string (bug#6117).
11050 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
11052         * tabify.el (untabify): Preserve the current column so that point
11053         doesn't move (bug#6032).
11055 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11057         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11058         Rewrite to avoid awkward possessive "s" (bug#5986).
11060 2011-07-13  Glenn Morris  <rgm@gnu.org>
11062         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
11063         (dired-insert-directory): Give a message the first time
11064         if ls is found not to support --dired.
11066 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068         * simple.el (toggle-truncate-lines): Clarify what is toggled
11069         (bug#5580).  Text by Drew Adams.
11071 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
11073         * simple.el (blink-matching-open): Make the error message from the
11074         last change less verbose.
11076 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
11078         * font-lock.el (font-lock-comment-face): Use the high contrast
11079         "yellow" color for font-lock-comment-face on low color terminals
11080         using a dark background color (bug#4221).
11082 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11084         * dired.el (dired-insert-set-properties): Make the doc string
11085         reflect what it does now (bug#5325).
11087         * simple.el (blink-matching-open): Say that we were unable to find
11088         the match within the limit, if we're limited (bug#5122).
11090         * international/mule-cmds.el (prefer-coding-system): Add an
11091         example (bug#4869).
11093         * progmodes/etags.el (tags-search): Document `file-list-form'
11094         (bug#4731).
11096 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
11098         * net/browse-url.el (browse-url-default-browser)
11099         (browse-url-browser-function): Make the default browser choice a
11100         bit more logical (bug#4300).  Also clean up the doc string.
11102 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
11104         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11105         binary endings (bug#4440).
11107 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11109         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11110         which can be pretty annoying (bug#8971).
11112         * jka-compr.el (jka-compr-verbose): New variable, and use
11113         throughout (bug#8971).
11115         * info.el (Info-find-file): Fall back on the installation
11116         directory if we can't find the info node anywhere else.
11118 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
11120         * vc/vc.el (vc-revert-file):
11121         Don't set file time-stamp in the past.  (Bug#5181)
11123 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125         * files.el (after-find-file): Give a better error message when
11126         trying to find a symlink that points to a file that doesn't exist
11127         (bug#4398).
11129         * progmodes/cc-vars.el: Remove (probably) misleading comment
11130         (bug#4396).
11132 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
11134         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11136 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
11138         * mouse-sel.el: Hack restoring functionality, while keeping
11139         compatibility with 2010-07-03 changes to mouse selection.
11140         (mouse-sel-primary-overlay): New var.
11141         (mouse-sel-selection-alist): Use it.
11142         (mouse-sel-mode): Doc fix; remove points that are default features
11143         of mouse.el.
11145 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
11147         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11148         Fix previous fix (bug#2490).
11150 2011-07-12  Roland Winkler  <winkler@gnu.org>
11152         * textmodes/bibtex.el (bibtex-initialize):
11153         Use pop-to-buffer-same-window.
11154         (bibtex-search-entries): Fix interactive call.
11156 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11159         Fontise bytecomp Error lines more correctly (bug#2490).
11160         Fix suggested by Johan Bockgård.
11162         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11164         * dired-x.el (dired-guess-default): Use `delete-dups'.
11166 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
11168         * dired.el (dired-mark-prompt):
11169         * dired-aux.el (dired-read-shell-command): Doc fix.
11171 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11173         * mail/sendmail.el (sendmail-query-once):
11174         Use `customize-save-variable' unconditionally, now that it works under
11175         emacs -Q.
11177         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11179         * cus-edit.el (custom-file): Take an optional no-error variable.
11180         (customize-save-variable): Set the variable, and give a warning if
11181         running under "emacs -q".
11183 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
11185         * loadhist.el (unload-feature-special-hooks):
11186         Add `auto-coding-functions', `fill-nobreak-predicate' and
11187         `find-directory-functions' (bug#5327).
11189 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11191         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11193         * cus-edit.el (custom-guess-name-alist): -alist variables should
11194         use the `alist' type (bug#3120).  Suggested by Drew Adams.
11196         * printing.el: Add documentation to all the `pr-toggle-' commands.
11198 2011-07-11  Leo Liu  <sdl.web@gmail.com>
11200         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11201         backends where it makes sense (bug#2623).
11203 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11205         * dired-x.el (dired-guess-default): Remove duplicate shell command
11206         entries (bug#2028).
11207         (dired-guess-default): Fix grammar in doc string (bug#2028).
11208         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
11210         * subr.el (remove-duplicates): New conveniency function.
11212 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11214         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11215         (bug#1526).
11217 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
11219         * window.el (display-buffer-normalize-default): Don't invert
11220         meaning of even-window-heights.  Reported by Eli Zaretskii
11221         <eliz@gnu.org>.
11223 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
11225         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11227 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
11229         * window.el (display-buffer): Fix arguments to
11230         display-buffer-reuse-window in last change.
11232         * faces.el (link): Use a less saturated blue on light backgrounds.
11234         * startup.el (fancy-startup-text, fancy-about-text)
11235         (fancy-startup-tail): Use font-lock faces, for background safety.
11237 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
11239         * emulation/viper-cmd.el (viper-change-state-to-vi):
11240         Limit triggering of abbrev expansion (Bug#9038).
11242 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
11244         * window.el (display-buffer-default-specifiers): Remove.
11245         (display-buffer-macro-specifiers): Remove default specifiers.
11246         (display-buffer-alist): Default to nil.
11247         (display-buffer-reuse-window): New optional argument other-window.
11248         (display-buffer-pop-up-window): Allow splitting internal
11249         windows.  Check whether a live window was created.
11250         (display-buffer-other-window-means-other-frame)
11251         (display-buffer-normalize-arguments): Rename to
11252         display-buffer-normalize-argument and rewrite.  Set the
11253         other-window specifier.
11254         (display-buffer-normalize-special): New function.
11255         (display-buffer-normalize-options): Rename to
11256         display-buffer-normalize-default and rewrite.
11257         (display-buffer-normalize-options-inhibit): Remove.
11258         (display-buffer-normalize-specifiers): Rewrite.
11259         (display-buffer): Process other-window specifier and call
11260         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
11261         more faithfully.
11262         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
11263         (display-buffer-alist-set): Don't handle 'unset default values.
11264         (display-buffer-in-window, display-buffer-alist-set):
11265         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
11266         <tassilo@member.fsf.org>.
11268 2011-07-09  Leo Liu  <sdl.web@gmail.com>
11270         * register.el (insert-register): Restore accidental change on
11271         2011-06-26.  (Bug#9028)
11273 2011-07-09  Glenn Morris  <rgm@gnu.org>
11275         * subr.el (remq): Handle the empty list.  (Bug#9024)
11277 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
11279         * mail/sendmail.el (send-mail-function): No longer delay custom
11280         initialization.
11281         * custom.el (custom-initialize-delay): Doc fix.
11283 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11285         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11287 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
11289         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11290         human-friendly prompt.
11292 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11294         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11295         provided by a particular plugin.
11297 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11299         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11300         save customizations (with "emacs -Q"), just set the variable
11301         instead of erroring out.
11303         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11305 2011-07-08  Juri Linkov  <juri@jurta.org>
11307         * arc-mode.el (archive-zip-expunge, archive-zip-update)
11308         (archive-zip-update-case): Use 7z if found by `executable-find'.
11309         The order of searching the available programs is the same as in
11310         `archive-zip-extract' (bug#8968).
11312 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
11314         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11315         (menu-bar-options-menu): Tweak descriptions.
11317 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11319         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11320         menu items into verb phrases (bug#1421).  Also refill to fit under
11321         80 columns.
11323 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
11325         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11326         (Info-read-node-name): Doc fix (Bug#1084).
11328         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11329         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11330         (end-of-sexp, beginning-of-sexp)
11331         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11332         (forward-symbol, forward-same-syntax, word-at-point)
11333         (sentence-at-point): Doc fix (Bug#1144).
11335 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11337         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11338         should cover it (bug#1281).
11340         * cus-edit.el (custom-show): Mark as obsolete.
11342         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
11343         negotiation fails, then possibly try again with a non-encrypted
11344         connection (bug#9017).
11346         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11347         be used.
11349 2011-07-07  Richard Stallman  <rms@gnu.org>
11351         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11352         property, and handle its changed format.
11353         Look for the correct line number.
11354         Use file's line contents (but not past first =) to find
11355         correct line in message.
11357 2011-07-07  Kenichi Handa  <handa@m17n.org>
11359         * international/characters.el (build-unicode-category-table):
11360         Delete it.
11361         (unicode-category-table): Set it by unicode-property-table-internal.
11363         * international/mule-cmds.el (char-code-property-alist): Move to
11364         to src/chartab.c.
11365         (get-char-code-property): Call unicode-property-table-internal to
11366         load a file.  Call get-unicode-property-internal where necessary.
11367         (put-char-code-property): Call unicode-property-table-internal to
11368         load a file.  Call put-unicode-property-internal where necessary.
11369         put-unicode-property-internal where necessary.
11370         (char-code-property-description):
11371         Call unicode-property-table-internal to load a file.
11373         * international/charprop.el:
11374         * international/uni-bidi.el:
11375         * international/uni-category.el:
11376         * international/uni-combining.el:
11377         * international/uni-comment.el:
11378         * international/uni-decimal.el:
11379         * international/uni-decomposition.el:
11380         * international/uni-digit.el:
11381         * international/uni-lowercase.el:
11382         * international/uni-mirrored.el:
11383         * international/uni-name.el:
11384         * international/uni-numeric.el:
11385         * international/uni-old-name.el:
11386         * international/uni-titlecase.el:
11387         * international/uni-uppercase.el: Regenerate.
11389         * loadup.el: Load international/charprop.el before
11390         international/characters.
11392 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
11394         * window.el (next-buffer, previous-buffer): Signal an error if
11395         called from a minibuffer window.
11397         * bindings.el: Revert 2011-07-04 change.
11399 2011-07-06  Richard Stallman  <rms@gnu.org>
11401         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11402         (rmail-mime-insert-bulk, rmail-mime-insert-text):
11403         Treat markers like ints.
11404         (rmail-mime-entity): Doc fix.
11406 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11409         defcustom again for backwards compatibility.
11411         * simple.el (shell-command-on-region): Fill.
11413         * dired-aux.el (dired-kill-line): Add a doc string.
11415         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11416         to "\\sw\\|\\s_" (bug#358).
11418         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11419         (dired-unmark-backward): Ditto.
11420         (dired-flag-backup-files): Ditto.
11422         * dired-x.el (dired-mark-sexp): Ditto.
11424 2011-07-06  Richard Stallman  <rms@gnu.org>
11426         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11427         (rmail-mime-entity): New arg TRUNCATED.
11428         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11429         New functions.
11430         (rmail-mime-save): Warn if entity is truncated.
11431         (rmail-mime-toggle-hidden): Likewise, for showing.
11432         (rmail-mime-process-multipart): Record when an entity is truncated.
11434         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11435         if ENTITY is a string.
11437 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
11440         of faces when `M-C-x'-ing their definitions (bug#8378).
11441         Also clean up the code slightly.
11443         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
11444         because that makes the colors go away.
11446         * mail/sendmail.el (send-mail-function): Change the default to
11447         `sendmail-query-once'.
11448         (sendmail-query-once): Add an autoload cookie.
11450         * net/network-stream.el (network-stream-open-starttls): Try using
11451         a plain connection even if the server offered STARTTLS, and we
11452         kinda wanted to use it, if Emacs doesn't have any STARTTLS
11453         capability.  This should make smtpmail.el work in slightly more
11454         configurations.
11456 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
11458         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11459         New defun.
11460         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11462 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
11464         * progmodes/sql.el: Version 3.0
11465         (sql-product-alist): Add product :completion-object,
11466         :completion-column, and :statement attributes.
11467         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
11468         (sql-mode-syntax-table): Mark all punctuation.
11469         (sql-font-lock-keywords-builder): Temporarily remove fallback on
11470         ansi keywords.
11471         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
11472         (sql-mode-oracle-font-lock-keywords): Improve.
11473         (sql-oracle-show-reserved-words): New function for development.
11474         (sql-product-font-lock): Simplify for source code buffers.
11475         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11476         New functions.
11477         (sql-highlight-product): Set product specific syntax table.
11478         (sql-mode-map): Add statement movement functions.
11479         (sql-ansi-statement-starters, sql-oracle-statement-starters):
11480         New variable.
11481         (sql-statement-regexp, sql-beginning-of-statement)
11482         (sql-end-of-statement, sql-signum): New functions.
11483         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
11484         (sql-show-sqli-buffer): Bug fix.
11485         (sql-interactive-mode): Store connection data as buffer local.
11486         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
11487         with sql-interactive-mode.
11488         (sql-save-connection): Save buffer local settings.
11489         (sql-connection-menu-filter): Change menu entry name.
11490         (sql-product-interactive): Bug fix.
11491         (sql-preoutput-hold): New variable.
11492         (sql-interactive-remove-continuation-prompt): Bug fixes.
11493         (sql-debug-redirect): New variable.
11494         (sql-str-literal): New function.
11495         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
11496         Redesign.
11497         (sql-oracle-save-settings, sql-oracle-restore-settings)
11498         (sql-oracle-list-all, sql-oracle-list-table): New functions.
11499         (sql-completion-object, sql-completion-column)
11500         (sql-completion-sqlbuf): New variables.
11501         (sql-build-completions-1, sql-build-completions)
11502         (sql-try-completion): New functions.
11503         (sql-read-table-name): Use them.
11504         (sql-contains-names): New buffer local variable.
11505         (sql-list-all, sql-list-table): Use it.
11506         (sql-oracle-completion-types): New variable.
11507         (sql-oracle-completion-object, sql-sqlite-completion-object)
11508         (sql-postgres-completion-object): New functions.
11510 2011-07-06  Glenn Morris  <rgm@gnu.org>
11512         * window.el (pop-to-buffer): Doc fix.
11514 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
11516         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11518 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
11520         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
11522         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
11524 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
11526         * button.el (button): Inherit from link face.  Suggested by Dan
11527         Nicolaescu.
11529 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11531         * progmodes/gdb-mi.el: Fit in 80 columns.
11532         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11533         switch-to-buffer.
11535         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11536         if imenu is simply not configured (bug#8941).
11538 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
11540         * allout.el (allout-post-undo-hook): New allout outline-change
11541         event hook to signal undo activity.
11542         (allout-post-command-business): Run allout-post-undo-hook if an
11543         undo just occurred.
11544         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11545         * allout-widgets.el (allout-widgets-after-undo-function):
11546         Ensure the integrity of the current item's decoration after it has been
11547         in the vicinity of an undo.
11548         (allout-widgets-mode): Include allout-widgets-after-undo-function
11549         on the new allout-post-undo-hook.
11551 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11553         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11554         Let define-derived-mode define it.
11555         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11556         cycles of abbrev-table inheritance (bug#8998).
11558 2011-07-05  Roland Winkler  <winkler@gnu.org>
11560         * textmodes/bibtex.el: Add support for biblatex.
11561         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11562         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11563         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11564         (bibtex-entry-alist, bibtex-field-alist): New variables.
11565         (bibtex-entry-field-alist): Obsolete alias for
11566         bibtex-BibTeX-entry-alist.
11567         (bibtex-entry-alist, bibtex-field-alist): New widgets.
11568         (bibtex-set-dialect): New command.
11569         (bibtex-entry-type, bibtex-entry-head)
11570         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11571         Bind via bibtex-set-dialect.
11572         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11573         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11574         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11575         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11576         Define via bibtex-set-dialect.
11577         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11578         Obey bibtex-no-opt-remove-re.
11579         (bibtex-vec-push, bibtex-vec-incr): New functions.
11580         (bibtex-format-entry, bibtex-field-list)
11581         (bibtex-print-help-message, bibtex-validate)
11582         (bibtex-search-entries): Use new format of bibtex-entry-alist.
11584 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11586         * progmodes/compile.el (compilation-goto-locus):
11587         * net/tramp-cmds.el (tramp-append-tramp-buffers):
11588         * bs.el (bs-cycle-next, bs-cycle-previous):
11589         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11590         * bindings.el (mode-line-other-buffer):
11591         * autoinsert.el (auto-insert):
11592         * arc-mode.el (archive-extract):
11593         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11595 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
11597         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11598         Fix check of `emacs-lock-unlockable-modes'.
11599         Coerce true values of `emacs-lock--try-unlocking' to t.
11601 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
11603         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11604         * emacs-lock.el: New file.
11606 2011-07-05  Julien Danjou  <julien@danjou.info>
11608         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11609         than `boundp' to check if face is set.
11611 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
11613         * register.el (registerv-make):
11614         * window.el (window-min-height): Fix typos in docstrings.
11616 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
11618         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
11619         Update doc string.
11621 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
11623         * server.el (server-execute): Catch quit and call
11624         `server-return-error' to pass the error back to emacsclient and
11625         close the connection (bug#8942).
11627 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
11629         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11630         insecure exception for current topic.  Also note that auto-saves
11631         are handled differently.
11633         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
11634         State variables for tracking auto-save inhibition situation.
11636         (allout-write-contents-hook-handler): Rename from
11637         'allout-write-file-hook-handler', and describe how it depends on
11638         write-contents-functions sensitivity to non-nil value to prevent
11639         file write.
11641         (allout-auto-save-hook-handler): Remove.  auto-save does not check
11642         this in individual buffers, only in the starting buffer, so this
11643         is not the right way for us to inhibit auto-save in a buffer
11644         according to its condition.
11646         (allout-mode): Use new allout-write-contents-hook-handler, and
11647         only with write-contents-functions.  Remove auto-save provisions -
11648         they're implemented elsewhere.
11650         (allout-before-change-handler): If undo is in progress, note that
11651         for attention of allout-post-command-business.
11653         (allout-post-command-business): If the command we're following was
11654         an undo, check for change in the status of encrypted items and
11655         adjust auto-save inhibitions accordingly.
11657         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11658         according to whether there are or aren't any plain-text topics
11659         pending encryption.
11661         (allout-inhibit-auto-save-info-for-decryption):
11662         Adjust buffer-saved-size and some allout state to inhibit auto-saves
11663         if there are plain-text topics pending encryption.
11665         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11666         buffer-saved-size and some allout state to not inhibit auto-saves
11667         if there are no longer any plain-text topics pending encryption.
11669         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11670         No longer provide for exemption of the current topic.
11672 2011-07-04  Juri Linkov  <juri@jurta.org>
11674         Add 7z operations to delete and save changed members (bug#8968).
11675         * arc-mode.el (archive-7z-expunge, archive-7z-update):
11676         New defcustoms.
11677         (archive-7z-write-file-member): New function.
11678         (archive-7z-summarize): Fix the number of dashes in the
11679         listing output.
11681 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11683         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11684         (bug#8958).
11686 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
11688         * bindings.el: Ignore next-buffer and previous-buffer in
11689         minibuffer-local-map.
11691         * font-lock.el (font-lock-builtin-face): Change light background
11692         color to dark slate blue (Bug#6693).
11694 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
11696         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11698 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11700         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11701         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11702         Add switch-to-buffer.
11704 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706         * isearch.el (isearch-search-fun-function): Clarify further the
11707         meaning of the function returned.
11709 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
11711         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11713         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11714         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11715         Use it.
11716         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
11717         `tramp-default-remote-path' does not exist.
11718         (tramp-send-command-and-read): New optional argument NOERROR.
11719         (tramp-open-connection-setup-interactive-shell)
11720         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11721         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11722         (tramp-process-sentinel): Flush also process' connection property.
11723         (tramp-sh-handle-start-file-process): Do not set process
11724         sentinel.  It is done now ...
11725         (tramp-maybe-open-connection): ... here.  (Bug#8929)
11727 2011-07-04  MON KEY  <monkey@sandpframing.com>
11729         * play/animate.el (animate-string): Doc fixes and allow changing
11730         the buffer name (bug#5417).
11732 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11734         * play/animate.el (animation-buffer-name): Rename from *animate*.
11736 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
11738         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11739         This is simpler and helps future-proof the code.
11740         (timer-until): Use time-subtract and float-time.
11741         (timer--time-less-p): Use time-less-p.
11743 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
11745         * type-break.el (timep): Use the value of `float-time' to avoid a
11746         byte-compiler warning.
11748         * server.el (server-eval-and-print): Return any result, even nil.
11750 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11752         * type-break.el: Accept time formats that the builtins accept.
11753         (timep, type-break-time-difference): Accept any format that
11754         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11755         This is simpler and helps future-proof the code.
11756         (type-break-time-difference): Round rather than ignoring
11757         subseconds components.
11759 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11761         * info.el (Info-apropos-matches): Make non-interactive, since it
11762         doesn't seem to do anything useful as a command (bug#8829).
11764 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
11766         * frame.el (frame-background-mode, frame-set-background-mode):
11767         Move from faces.el.
11768         (frame-default-terminal-background): New function.
11770         * custom.el (custom-push-theme): Don't record faces in `changed'
11771         theme; this doesn't work correctly for per-frame face settings.
11772         (disable-theme): Use face-set-after-frame-default to reset faces.
11773         (custom--frame-color-default): New function.
11775 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11777         * dired.el (dired-flagging-regexp): Remove unused variable
11778         (bug#8769).
11780 2011-03-29  Kevin Ryde  <user42@zip.com.au>
11782         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11783         `perl-Test2' extend to match possible "fail #N" rep count
11784         (bug#8377).
11786 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11788         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11789         `smtpmail-via-smtp' now returns the error instead of nil.
11791         * isearch.el (isearch-search-fun-function): Clarify the doc string
11792         (bug#8101).
11794 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
11796         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11797         unnecessary spaces (bug#8987).
11799 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11801         * net/network-stream.el (open-network-stream): Use the
11802         :end-of-capability command thoughout.
11804 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11806         * net/network-stream.el (open-network-stream): Add the
11807         :end-of-capability command parameter, used by pop3.el.
11809 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11813         * fringe.el (fringe-query-style): Remove redundant text " (type ?
11814         for list)" (bug#6475).
11816         * files.el (file-expand-wildcards): Ignore non-readable
11817         sub-directories while trying to find matches instead of signaling
11818         an error (bug#6297).
11820         * man.el (Man-reference-regexp): Allow matching possible
11821         word-wrapped references (bug#6289).
11823         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11824         for consistency with the other vc buffers (bug#6197).
11825         (vc-checkin): Ditto.
11827         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11829         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11831 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11833         * custom.el (defcustom): Clarify that :set is only used in the
11834         Customize user interface (bug#6089).
11836         * progmodes/flymake.el (flymake-mode): If the buffer isn't
11837         associated with a file, refuse to run instead of erroring out
11838         (bug#6084).
11840         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11841         the doc string, since it appears that using `fill-column' always
11842         controls the width (bug#7845).
11844         * simple.el (shell-command-on-region): Say where the error output
11845         went if `shell-command-default-error-buffer' is set (bug#6857).
11847 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
11849         * allout.el (allout-yank-processing): Adjust cursor position for
11850         backwards-deleted space.
11852         (allout-rebullet-heading): Register changes with
11853         allout-exposure-changed-hook, so the modified topic is properly
11854         decorated.
11856 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11858         * minibuffer.el (completion-in-region): Document PREDICATE
11859         (bug#7136).
11861         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11862         of keyword/argument pairs (bug#6904).
11864         * replace.el (multi-occur):
11865         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
11867 2011-07-02  Drew Adams  <drew.adams@oracle.com>
11869         * dired.el (dired-mark-if): Make the message about whether it's
11870         marking or unmarking clearer (bug#8523).
11872 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11874         * disp-table.el (display-table-print-array): New function.
11875         (describe-display-table): Use it to print the vectors more pretty
11876         (Bug#8859).
11878 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
11880         * window.el (window-state-get-1): Don't assign clone numbers.
11881         Add clone-of item to list of window parameters.
11882         (window-state-put-2): Don't process clone numbers.
11883         (display-buffer-alist): Fix doc-string.
11885 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11887         * subr.el (remq): Don't allocate if it's not needed.
11888         (keymap--menu-item-binding, keymap--menu-item-with-binding)
11889         (keymap--merge-bindings): New functions.
11890         (keymap-canonicalize): Use them to refine the canonicalization.
11891         * minibuffer.el (minibuffer-local-completion-map)
11892         (minibuffer-local-must-match-map): Move initialization from C.
11893         (minibuffer-local-filename-completion-map): Move initialization from C;
11894         don't inherit from anything here.
11895         (minibuffer-local-filename-must-match-map): Make obsolete.
11896         (completing-read-default): Use make-composed-keymap to combine
11897         minibuffer-local-filename-completion-map with either
11898         minibuffer-local-must-match-map or
11899         minibuffer-local-filename-completion-map.
11901 2011-07-01  Glenn Morris  <rgm@gnu.org>
11903         * type-break.el (type-break-time-sum): Use dolist.
11905         * textmodes/flyspell.el (flyspell-word-search-backward):
11906         Replace CL function.
11908 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11910         * mouse.el (mouse--strip-first-event): New function.
11911         (function-key-map): Use it to map fringe clicks to normal clicks
11912         by default.
11914         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11915         (vc-bzr-revision-completion-table): Add support for annotate and date.
11917         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11918         inherit from parent.
11920 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11922         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
11923         (dired-show-file-type): Doc fixup (bug#8818).
11925         * dired.el (dired-mode): Fix up the doc string as suggested by
11926         Drew Adams (bug#8817).
11928         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11929         cookie, since the manual says that it should be possible to add
11930         this function to `find-file-hook' (bug#8709).
11932 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
11934         * progmodes/cfengine.el: Moved all cfengine3.el functionality
11935         here.  Noted Ted Zlatanov as the maintainer.
11936         (cfengine-common-settings, cfengine-common-syntax): New functions
11937         to set up common things between `cfengine-mode' and
11938         `cfengine3-mode'.
11939         (cfengine3-mode): New mode.
11940         (cfengine3-defuns cfengine3-defuns-regex
11941         (cfengine3-class-selector-regex cfengine3-category-regex)
11942         (cfengine3-vartypes cfengine3-font-lock-keywords)
11943         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
11944         (cfengine3-indent-line): Add from cfengine3.el.
11946 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
11948         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11950         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11952 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
11954         * window.el (same-window-buffer-names, same-window-regexps)
11955         (same-window-p, special-display-frame-alist)
11956         (special-display-popup-frame, special-display-function)
11957         (special-display-buffer-names, special-display-regexps)
11958         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11959         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11960         (split-window-preferred-function, split-height-threshold)
11961         (split-width-threshold, even-window-heights)
11962         (display-buffer-mark-dedicated, window-splittable-p)
11963         (split-window-sensibly, window-safely-shrinkable-p):
11964         Un-obsolete.
11965         (display-buffer): Don't spread args with function specifier
11966         because special-display-popup-frame won't like it.
11968 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11970         Time-stamp simplifications and fixes.
11971         These improve accuracy slightly, and future-proof the code
11972         against some potential changes to current-time format.
11974         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11975         by using time-since and float-time.
11977         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11978         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
11979         + NNN microseconds".
11981         * type-break.el (type-break-time-sum): Rewrite using time-add.
11983         * play/hanoi.el (hanoi-current-time-float): Remove.
11984         All uses replaced by float-time.
11986         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11987         This yields a more-accurate answer.
11988         (rng-time-to-float): Remove; no longer needed.
11990         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11992         * calendar/timeclock.el (timeclock-seconds-to-time):
11993         Defalias to seconds-to-time, since they're the same thing.
11995         * emacs-lisp/elp.el (elp-elapsed-time):
11996         * emacs-lisp/benchmark.el (benchmark-elapse):
11997         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11999 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * window.el (bury-buffer): Don't iconify the only frame.
12002         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12003         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
12005 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
12007         * eshell/em-smart.el (eshell-smart-display-navigate-list):
12008         Add mouse-yank-primary.
12010 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
12012         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12014 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12016         * emacs-lisp/find-func.el (find-library--load-name): New fun.
12017         (find-library-name): Use it to find relative load names when provided
12018         absolute file name (bug#8803).
12020 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12022         * textmodes/flyspell.el (flyspell-word): Consider words that
12023         differ only in case as potential doublons (bug#5687).
12025         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12026         Remove two rather uninteresting debugging-like messages to make
12027         debbugs.el more silent.
12029         * comint.el (comint-password-prompt-regexp): Accept "Response" as
12030         a password-like phrase.
12032 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
12034         * progmodes/cc-guess.el: New file.
12036         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
12038         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12039         derived from `c-basic-common-init'.
12041         * progmodes/cc-mode.el (top-level): Require cc-guess.
12042         (c-basic-common-init): Use `cc-choose-style-for-mode'.
12044 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
12046         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12048 2011-06-30  Alan Mackenzie  <acm@muc.de>
12050         * progmodes/cc-engine.el (c-guess-continued-construct):
12051         Correct the handling of template-args-cont, particularly for when font
12052         lock is disabled.  Name this case as "CASE G".
12054 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
12056         * allout.el (allout-yank-processing): Fix injection of extra space
12057         between bullet and non-whitespace character in first topic when
12058         pasting, ensuring that the actual spacing in the pasted topic
12059         following the bullet char is preserved.  This extra space was
12060         causing pasted encrypted topics to get a decrypted status even
12061         when the content was actually still encrypted.  Now the decryption
12062         status from before the paste is preserved.
12064         (allout-flag-region): Set all allout overlays so they evaporate
12065         when reduced to zero length (evanescent), to prevent overlay
12066         leakage.
12068 2011-06-30  Glenn Morris  <rgm@gnu.org>
12070         * w32-fns.el (w32-charset-info-alist): Declare.
12072         * find-dired.el (find-grep-options): Simplify.
12074         * term/ns-win.el (ns-set-resource): Declare.
12076         * ses.el (row, col): Declare dynamic variables honestly.
12078         * textmodes/reftex-parse.el (index-tags): Declare.
12080 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
12082         * cus-edit.el (customize-push-and-save): New function.
12084         * files.el (hack-local-variables-confirm): Use it.
12086         * custom.el (load-theme): New arg NO-CONFIRM.
12087         Use customize-push-and-save (Bug#8720).
12088         (custom-enabled-themes): Doc fix.
12090         * cus-theme.el (customize-create-theme)
12091         (custom-theme-merge-theme): Callers to load-theme changed.
12093 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12095         * thingatpt.el (thing-at-point-short-url-regexp): Require that
12096         short URLs have at least one dot in them (bug #7614).
12098         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12099         nil, because using a pty is apparently too slow (bug #895).
12101 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12103         * mail/sendmail.el (sendmail-query-once): New function.
12104         (sendmail-query-once-function): New variable.
12106 2011-06-29  Glenn Morris  <rgm@gnu.org>
12108         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12110         * ses.el (top-level): Require cl when compiling.
12111         (ses-set-localvars): Fix error statement.
12112         Call it at compile time to silence a storm of warnings.
12114 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
12116         * window.el (normalize-live-buffer): Rename to
12117         window-normalize-buffer.
12118         (normalize-live-frame): Rename to window-normalize-frame.
12119         (normalize-any-window): Rename to window-normalize-any-window.
12120         (normalize-live-window): Rename to window-normalize-live-window.
12121         (make-window-atom): Rename to window-make-atom.
12122         (window-resize-reset): Rename to window--resize-reset.
12123         (window-resize-reset-1): Rename to window--resize-reset-1.
12124         (resize-mini-window): Rename to window--resize-mini-window.
12125         (resize-subwindows-skip-p): Rename to
12126         window--resize-subwindows-skip-p.
12127         (resize-subwindows-normal): Rename to
12128         window--resize-subwindows-normal.
12129         (resize-subwindows): Rename to window--resize-subwindows.
12130         (resize-other-windows): Rename to window--resize-siblings.
12131         (resize-this-window): Rename to window--resize-this-window.
12132         (resize-root-window): Rename to window--resize-root-window.
12133         (resize-root-window-vertically): Rename to
12134         window--resize-root-window-vertically.
12135         (normalize-buffer-to-display): Rename to
12136         window-normalize-buffer-to-display.
12137         (normalize-buffer-to-switch-to): Rename to
12138         window-normalize-buffer-to-switch-to.
12139         Correspondingly update all callers of the functions listed
12140         above.
12141         (display-buffer-alist, display-buffer-normalize-arguments)
12142         (display-buffer-normalize-options, display-buffer)
12143         (display-buffer-alist-set): Use "function" instead of
12144         "fun-with-args".
12146 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
12148         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12149         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
12150         debbugs.gnu.org.  Mention acknowledgment email.
12152 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12154         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12155         buffer multibyteness, since it shouldn't matter.
12157 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
12159         * window.el (display-buffer-in-side-window): Handle dedicated
12160         windows as in display-buffer-reuse-window.
12161         (display-buffer-normalize-alist): Use value of override
12162         specifier.
12163         (display-buffer-normalize-specifiers): Use value of
12164         other-window-means-other-frame specifier.
12165         (display-buffer-alist): Rewrite some texts in widgets.
12166         (display-buffer): Spread arguments when calling function
12167         specified by fun-with-args.
12169 2011-06-28  Deniz Dogan  <deniz@dogan.se>
12171         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12172         Unnest `let'.
12174         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12175         selectors (Bug#5732).
12176         (css-proprietary-nmstart-re): Use `regexp-opt'.
12178 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
12180         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12181         (eshell-ls-date-format): New defcustom.
12182         (eshell-ls-file): Use it.
12184 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12186         * help-fns.el (describe-variable): Fix message for terminal-local vars.
12188 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12190         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12191         (ange-ftp-make-tmp-name): New arg.
12192         (ange-ftp-file-local-copy): Use it.
12194 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
12196         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12197         no-conversion (Bug#8870).
12199 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
12201         * window.el (window-right, window-left, window-child)
12202         (window-child-count, window-last-child)
12203         (window-iso-combination-p, walk-window-tree-1)
12204         (window-atom-check-1, window-tree-1, delete-window)
12205         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12206         new naming conventions - window-vchild, window-hchild,
12207         window-next and window-prev are now called window-top-child,
12208         window-left-child, window-next-sibling and window-prev-sibling
12209         respectively.
12210         (resize-window-reset): Rename to window-resize-reset.
12211         (resize-window-reset-1): Rename to window-resize-reset-1.
12212         (resize-window): Rename to window-resize.
12213         (window-min-height, window-min-width)
12214         (resize-mini-window, resize-this-window, resize-root-window)
12215         (resize-root-window-vertically, adjust-window-trailing-edge)
12216         (enlarge-window, shrink-window, maximize-window)
12217         (minimize-window, delete-window, quit-restore-window)
12218         (split-window, balance-windows, balance-windows-area-adjust)
12219         (balance-windows-area, window-state-put-2)
12220         (display-buffer-even-window-sizes, display-buffer-set-height)
12221         (display-buffer-set-width, set-window-text-height)
12222         (fit-window-to-buffer): Rename all "resize-window" prefixed
12223         calls to use the "window-resize" prefix convention.
12224         (display-buffer-alist): Fix symbol for label specifier.
12225         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12226         corresponding specifier.
12227         Reported by Juanma Barranquero <lekktu@gmail.com>.
12229 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
12231         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12232         convention.
12233         (ses-call-printer): Does not pass an empty string to formatter when the
12234         cell is empty to keep from barking printer Calc math-format-value.
12236 2011-06-27  Richard Stallman  <rms@gnu.org>
12238         * battery.el (battery-mode-line-limit): New variable.
12239         (battery-update): Handle it.
12241         * mail/rmailmm.el (rmail-mime-process-multipart):
12242         Handle truncated messages.
12244 2011-06-27  Glenn Morris  <rgm@gnu.org>
12246         * progmodes/flymake.el (flymake-err-line-patterns):
12247         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
12249 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
12251         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
12252         (ses--clean-!, ses--clean-_): New functions.
12253         (ses-range): Add configurability of readout order, and conversion
12254         to Calc vector.
12256         * ses.el (ses-repair-cell-reference-all): New function.
12257         (ses-cell-symbol): Set macro as safe, so that it can be used in
12258         formulas.
12260         * ses.el: Update cycle detection algorithm.
12261         (ses-localvars): Add ses--Dijkstra-attempt-nb and
12262         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
12263         (ses-set-localvars): New function.
12264         (ses-make-cell): Add property-list as a cell element.
12265         (ses-cell-property-get-fun, ses-cell-property-get)
12266         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
12267         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12268         New functions.
12269         (ses-cell-property-set, ses-cell-property-pop)
12270         (ses-cell-property-get-handle): New macro.
12271         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12272         New aliases, used for code readability.
12273         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12274         cycle detection.
12275         (ses-self-reference-early-detection): New defcustom.
12276         (ses-formula-references): Robustify against self-referring cells.
12277         (ses-mode): Use ses-set-localvars.
12278         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12279         before lauching the update processing.
12280         (ses-initialize-Dijkstra-attempt): New function.
12281         (ses-recalculate-cell): Update for cycle detection based on
12282         Dijkstra algorithm.
12284         * ses.el: Fix commenting and indenting convention.
12286 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12288         * bs.el (bs-cycle-next): Complete last change.
12290 2011-06-27  Drew Adams  <drew.adams@oracle.com>
12292         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12294 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12296         * net/network-stream.el (network-stream-open-starttls):
12297         Don't re-get capabilities unless we've reestablished connection.
12298         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12300         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12301         to binary to possibly avoid line encoding issues on Windows (among
12302         other things).
12304 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12306         * net/network-stream.el (open-network-stream): Return an :error
12307         saying what the problem was, if possible.
12309         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12310         server.
12312         * net/network-stream.el (network-stream-open-starttls): If we
12313         wanted to use STARTTLS, and the server offered it, but we weren't
12314         able to because we had no STARTTLS support, then close the connection.
12315         (open-network-stream): Return an :error element, if present.
12317 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
12319         * hl-line.el (hl-line-sticky-flag): Doc fix.
12320         (global-hl-line-sticky-flag): New option (Bug#8323).
12321         (global-hl-line-highlight): Obey it.
12323         * vc/vc.el (vc-revert-show-diff): Default to t.
12325 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
12327         * allout-widgets.el (allout-widgets-post-command-business):
12328         Stop decorating intermediate isearch matches.  They're not being
12329         undecorated when an isearch is continued past, and isearch
12330         automatically collapses them.  This leads to "widget leaks", where
12331         decorated items accumulate in collapsed areas.  Lines with lots of
12332         hidden widgets can slow down cursor travel, substantially.
12333         Too much complicated machinery would be needed to ensure undecoration,
12334         so we're doing without this nicety.
12336         (allout-widgets-tally-string): Don't try to do a hash-table-count
12337         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
12338         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12339         *Messages* when allout-widgets-maintain-tally is t.
12341 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
12343         * window.el (display-buffer-normalize-argument): Rename to
12344         display-buffer-normalize-arguments.  Handle special meaning of
12345         LABEL argument.  Respect special-display-function when popping up
12346         a new frame.  Fix code searching for a window showing the buffer
12347         on another frame.
12348         (display-buffer-normalize-specifiers):
12349         Call display-buffer-normalize-arguments.
12350         (display-buffer-in-window): Don't undedicate the window if its
12351         buffer remains the same.
12352         Reported by Drew Adams <drew.adams@oracle.com>.
12353         (display-buffer-alist): Add choice for same-window macro
12354         specfier.
12355         (display-buffer): Mention special meaning of LABEL argument in
12356         doc-string.  Fix quoting.  Don't pop up a new frame even as
12357         fallback.
12359 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
12361         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12362         avoid deleting the current window in some cases (bug#8911).
12364 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
12366         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12367         (Bug#8934)
12369 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12371         * net/network-stream.el (network-stream-open-starttls):
12372         Use built-in TLS support if `gnutls-available-p' is true.
12373         (network-stream-open-tls): Ditto.
12375 2011-06-26  Leo Liu  <sdl.web@gmail.com>
12377         * register.el (registerv): New struct.
12378         (registerv-make): New function.
12379         (jump-to-register, describe-register-1, insert-register):
12380         Support the jump-func, print-func and insert-func slot of a registerv
12381         struct.  (Bug#8415)
12383 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
12385         * vc/vc.el (vc-revert-show-diff): New defcustom.
12386         (vc-diff-internal): New arg specifying diff buffer.
12387         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
12388         reuse an existing *vc-diff* buffer (Bug#8927).
12390         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12392 2011-06-26  Glenn Morris  <rgm@gnu.org>
12394         * progmodes/f90.el (f90-critical-indent): New option.
12395         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12396         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12397         (f90-mode): Doc fix.
12398         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12399         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12400         (f90-beginning-of-block, f90-next-block, f90-indent-region)
12401         (f90-match-end): Handle block, critical.
12403 2011-06-25  Glenn Morris  <rgm@gnu.org>
12405         * calendar/diary-lib.el (diary-included-files): Doc fix.
12406         (diary-include-files): New function, extracted from
12407         diary-include-other-diary-files and diary-mark-included-diary-files.
12408         (diary-include-other-diary-files, diary-mark-included-diary-files):
12409         Just call diary-include-files.
12410         (diary-mark-entries): Reset diary-included-files on first call.
12412         * calendar/diary-lib.el (diary-mark-entries)
12413         (diary-mark-included-diary-files):
12414         Visit included diary-files in temp buffers.
12416         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12417         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12418         (f90-start-block-re, f90-imenu-generic-expression)
12419         (f90-looking-at-program-block-start, f90-no-block-limit):
12420         Add support for submodules.
12422         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12423         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
12425 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
12427         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12428         buffer-file-type before setting its value, to avoid disastrous
12429         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
12431 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
12433         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12435         * ses.el (ses-unload-function):
12436         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12438         * proced.el (proced-unload-function):
12439         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12441 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
12443         * server.el (server-create-window-system-frame): Add parameters arg.
12444         (server-process-filter): Doc fix.  Handle frame-parameters.
12446 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
12448         Fix bug#8730, bug#8781.
12450         * loadhist.el (unload--set-major-mode): New function.
12451         (unload-feature): Use it.
12453         * progmodes/python.el (python-after-info-look): Add autoload cookie.
12454         (python-unload-function): New function.
12456 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12458         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12460 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
12462         * net/browse-url.el (browse-url-firefox-program): Add icecat to
12463         the candidates list.
12465 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
12467         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12469 2011-06-23  Richard Stallman  <rms@gnu.org>
12471         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12472         (rmail-variables): Set next-error-move-function.
12473         (rmail-what-message): Take argument POS.
12474         (rmail-next-error-move): New function.
12476 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12478         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12479         messages for adjacent non-terminals.
12481 2011-06-23  Richard Stallman  <rms@gnu.org>
12483         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
12484         (rmail-show-message-1): Preserve buffer modified flag.
12485         (rmail-start-mail): Don't specify use of rmail-mail-return;
12486         that's done by mail-bury now.
12487         (rmail-mail-return): Handle arg NEWBUF.
12489 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
12491         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12492         SIZE is a number.
12494 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
12496         * window.el (get-lru-window, get-mru-window)
12497         (get-largest-window): Never return a minibuffer window.
12498         (display-buffer-pop-up-window): Fix a bug that could lead to
12499         reusing the minibuffer window.
12500         (display-buffer): Pass original specifier argument to
12501         display-buffer-function instead of the normalized one.
12502         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12504 2011-06-22  Leo Liu  <sdl.web@gmail.com>
12506         * minibuffer.el (completing-read-function)
12507         (completing-read-default): Move from minibuf.c
12509 2011-06-22  Richard Stallman  <rms@gnu.org>
12511         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12512         to Rmail even if not started by a special Rmail command.
12514         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12515         Copy the buffer currently showing just one message.
12517 2011-06-22  Roland Winkler  <winkler@gnu.org>
12519         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12520         (bibtex-clean-entry): First delete the old key so that a
12521         customized algorithm for generating the new key does not get
12522         confused by the old key.
12523         (bibtex-url): Obey regexp of first step.
12524         (bibtex-search-entries): Do not use add-to-list with local
12525         list-var.
12527 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12529         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12530         stored a user name, then query for the password first, instead of
12531         waiting for SMTP to give an error message and the trying again.
12533 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
12535         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12536         BUFFER in call-process.
12538 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12540         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12541         QUIT twice.
12542         (smtpmail-try-auth-methods): Require user name and password from
12543         auth-source.
12545 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
12547         * window.el (display-buffer-default-specifiers)
12548         (display-buffer-alist): Remove entries for pop-up-frame-alist.
12549         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12550         (split-window): Normalize SIDE argument (Bug#8916).
12552         * frame.el (pop-up-frame-alist, pop-up-frame-function)
12553         (special-display-frame-alist, special-display-popup-frame):
12554         Remove duplicate declarations.  These are now in window.el.
12556 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12558         * mail/smtpmail.el (smtpmail-via-smtp):
12559         Set :use-starttls-if-possible so that we always use STARTTLS if the
12560         server supports it.  SMTP servers that support STARTTLS commonly
12561         require it.
12563         * net/network-stream.el (network-stream-open-starttls): Support
12564         upgrading to STARTTLS always, even if we don't have built-in support.
12565         (open-network-stream): Add the :always-query-capabilities keyword.
12567         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12568         upgrades with `open-network-stream', and rely solely on
12569         auth-source for all credentials.  Big changes throughout the file,
12570         but in particular:
12571         (smtpmail-auth-credentials): Remove.
12572         (smtpmail-starttls-credentials): Remove.
12573         (smtpmail-via-smtp): Check for servers saying they want AUTH after
12574         MAIL FROM, too.
12576         * net/network-stream.el (network-stream-open-starttls):
12577         Provide support for client certificates both for external and built-in
12578         STARTTLS.
12579         (auth-source): Require.
12580         (open-network-stream): Document the :client-certificate keyword.
12581         (network-stream-certificate): Change cert-cert to cert and
12582         cert-key to key.
12584 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
12586         * net/tramp-cache.el (top): Don't load the persistency file when
12587         "emacs -Q" has been called.
12589 2011-06-21  Tim Harper  <timcharper@gmail.com>
12591         * term/ns-win.el (ns-initialize-window-system):
12592         Set application-specific `ApplePressAndHoldEnabled' system
12593         resource to NO as it is not yet supported by the NS port.
12595 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
12597         * misc.el (list-dynamic-libraries--refresh): Compute header here...
12598         (list-dynamic-libraries): ...not here.
12600 2011-06-21  Leo Liu  <sdl.web@gmail.com>
12602         * subr.el (sha1): Implement sha1 using secure-hash.
12604 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
12606         * window.el (display-buffer-alist): In default value do not
12607         enforce searching a window on any but the selected frame.
12608         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12609         (display-buffer-select-window): Remove function.
12610         (display-buffer-in-window): When a window on another frame gets
12611         reused, do not select it any more but just raise its frame if
12612         necessary (Bug#8851) and (Bug#8856).
12613         (display-buffer-normalize-options): Handle pop-up-frames related
12614         options more faithfully.
12615         (pop-to-buffer): Don't rely on `display-buffer' selecting the
12616         window if it is on another frame.
12617         (display-buffer-alist, display-buffer-default-specifiers):
12618         Don't make new frame unsplittable by default.
12619         (display-buffer-normalize-argument): Fix doc-string typo and use
12620         'same-frame-other-window instead of 'other-window when associating
12621         with display-buffer-macro-specifiers.
12623 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
12625         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12626         New functions.
12627         (5x5-mode-map, 5x5-mode-menu): Bind them.
12628         (5x5-draw-grid): Tweak the solver's rendering.
12630 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12632         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12633         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12635 2011-06-21  Drew Adams  <drew.adams@oracle.com>
12637         * menu-bar.el: Use function variable instead of switch-to-buffer.
12638         (menu-bar-select-buffer-function): New variable.
12639         (menu-bar-update-buffers): Use it (bug#8876).
12641 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12643         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12644         variable's status.
12646 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
12648         * x-dnd.el (x-dnd-version-from-flags)
12649         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12650         and long as number (Bug#8899).
12651         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12653 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12655         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
12656         (completion-try-completion, completion-all-completions): Compute the
12657         metadata argument if it's missing; make it optional (bug#8795).
12659         * wid-edit.el: Use lex-bind and move towards completion-at-point.
12660         (widget-complete): Use new :completion-function property.
12661         (widget-completions-at-point): New function.
12662         (default): Use :completion-function instead of :complete.
12663         (widget-default-completions): Rename from widget-default-complete;
12664         Rewrite.
12665         (widget-string-complete, widget-file-complete, widget-color-complete):
12666         Remove functions.
12667         (file, symbol, function, variable, coding-system, color):
12668         * international/mule-cmds.el (default-input-method, charset)
12669         (language-info-custom-alist):
12670         * cus-edit.el (face): Use new property :completions.
12672         * progmodes/pascal.el (pascal-completions-at-point): New function.
12673         (pascal-mode): Use it.
12674         (pascal-mode-map): Use completion-at-point.
12675         (pascal-toggle-completions): Make obsolete.
12676         (pascal-complete-word, pascal-show-completions):
12677         * progmodes/octave-mod.el (octave-complete-symbol):
12678         Redefine as obsolete alias.
12679         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12680         Signal absence of completion info for old Octave,
12681         (inferior-octave-complete): Redefine as obsolete alias.
12682         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12683         (meta-completions-at-point): Rename from meta-complete-symbol and
12684         adapt it for use on completion-at-point-functions.
12685         (meta-common-mode): Use it.
12686         (meta-looking-at-backward, meta-match-buffer): Remove.
12687         (meta-complete-symbol): Redefine as obsolete alias.
12688         (meta-common-mode-map): Use completion-at-point.
12689         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12690         (makefile-mode-map): Use completion-at-point.
12691         (makefile-completions-at-point): Rename from makefile-complete and
12692         adapt it for use on completion-at-point-functions.
12693         (makefile-mode): Use it.
12694         (makefile-complete): Redefine as obsolete alias.
12696 2011-06-20  Deniz Dogan  <deniz@dogan.se>
12698         * net/rcirc.el: Delete trailing whitespaces once and for all.
12700 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
12702         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12704 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
12706         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12708         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12710 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
12712         * window.el (display-buffer-other-window-means-other-frame):
12713         Call display-buffer-normalize-alist.
12714         (display-buffer-normalize-specifiers-1): Rename to
12715         display-buffer-normalize-argument.  New argument other-frame.
12716         Rewrite.
12717         (display-buffer-normalize-specifiers-2): Rename to
12718         display-buffer-normalize-options.
12719         (display-buffer-normalize-alist-1): New function.
12720         (display-buffer-normalize-specifiers-3): Rename to
12721         display-buffer-normalize-alist.
12722         Call display-buffer-normalize-alist-1.
12723         (display-buffer-normalize-options-inhibit): New variable.
12724         (display-buffer-normalize-specifiers): Rewrite calling
12725         display-buffer-normalize-alist,
12726         display-buffer-normalize-argument, and
12727         display-buffer-normalize-options.  Don't call the latter if
12728         display-buffer-normalize-options-inhibit is non-nil.
12729         (frame-auto-delete): New option.
12730         (window-deletable-p): Use frame-auto-delete.
12731         (window-list-no-nils, window-state-ignored-parameters)
12732         (window-state-get-1, window-state-get, window-state-put-list)
12733         (window-state-put-1, window-state-put-2, window-state-put):
12734         New functions.
12735         (display-buffer-normalize-options): Move special-display-p group
12736         after pop-up-frame group (Bug#8851) and (Bug#8856).
12738 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
12740         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12741         groups (Bug#8776).
12742         (rx-submatch-n): New function.
12743         (rx): Document it.
12745         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12746         (Bug#8768).
12748         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12750         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12752         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12753         anytime existing face settings are present (Bug#8889).
12755         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12756         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12757         Remove unused argument.
12759 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
12761         * window.el (display-buffer-default-specifiers):
12762         Remove pop-up-frame.  Add pop-up-window-min-height,
12763         pop-up-window-min-width, and another reuse-window specifier
12764         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
12765         (display-buffer-normalize-specifiers-2):
12766         Handle split-height-threshold and split-width-threshold also when
12767         pop-up-windows is unset.  Add a reuse-window specifier for the
12768         case popping up a new window fails.
12769         (special-display-popup-frame): Remove double quoting.
12770         (display-buffer-normalize-specifiers-1): Fix thinko.
12772 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12774         * shell.el (shell-completion-vars): Set pcomplete-termination-string
12775         according to comint-completion-addsuffix.
12777         * pcomplete.el: Convert to lexical binding and fix bug#8819.
12778         (pcomplete-suffix-list): Mark as obsolete.
12779         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12780         pcomplete-seen in the closure.
12781         (pcomplete-comint-setup): Setup completion-at-point as well.
12782         (pcomplete--entries): New function.
12783         (pcomplete--env-regexp): New var.
12784         (pcomplete-entries): Rewrite to work with partial-completion and
12785         without relying on pcomplete-suffix-list.
12786         (pcomplete-pare-list): Remove, unused.
12788 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
12790         * window.el (display-buffer-alist): Set pop-up-window-min-height
12791         and pop-up-window-min-width in default value.  Reported by
12792         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
12793         other-window-means-other-frame.
12794         (display-buffer-macro-specifiers): Comment out entry for
12795         other-window specifier.
12796         (display-buffer-other-window-means-other-frame): New function.
12797         (display-buffer-normalize-specifiers-1): New arguments
12798         buffer-name and label.  Treat other-window case specially.
12799         (display-buffer-normalize-specifiers-2): Treat other-window case
12800         specially.
12801         (display-buffer-normalize-specifiers-3): New function.
12802         (display-buffer-normalize-specifiers):
12803         Call display-buffer-normalize-specifiers-3.
12805 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
12807         * window.el (same-window-p): Fix two typos introduced when
12808         adding with-no-warnings.
12809         (display-buffer-normalize-specifiers-1): Don't check
12810         pop-up-frames for 'unset initialization.
12811         (display-buffer-normalize-specifiers-2): Major rewrite using
12812         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12813         (pop-up-frames, display-buffer-reuse-frames)
12814         (display-buffer-mark-dedicated): Don't initialize to 'unset.
12815         Suggested by David Engster <deng@randomsample.de>.
12816         (even-window-heights): Initialize to 'unset.
12817         (display-buffer-alist-set): Handle new 'unset initializations.
12818         (display-buffer-macro-specifiers): Don't pop up a new frame in the
12819         other window case.
12821 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
12823         * window.el (display-buffer-normalize-specifiers-1):
12824         Respect current value of pop-up-frames for most reasonable values of
12825         second argument of display-buffer (Bug#8865).
12826         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12827         (switch-to-buffer-other-window-same-frame)
12828         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
12829         Adams (Bug#8875).
12830         (display-buffer): Don't check noninteractive when calling
12831         display-buffer-pop-up-frame.
12832         (display-buffer-pop-up-frame): Never pop up a frame in
12833         noninteractive mode (Bug#8857).
12834         (enlarge-window, shrink-window): Don't report an error when the
12835         window can't be resized as requested (Bug#8862).
12837 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12839         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12841         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12843         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12845 2011-06-15  Alan Mackenzie  <acm@muc.de>
12847         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12848         for declarators, disable knr checking to speed up for normal files.
12849         2: Refactor, replacing a sequence of nested if forms by a cond form.
12851 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12853         * net/network-stream.el (open-network-stream): Add the keyword
12854         :always-query-capabilities for the case where you want to force a
12855         `plain' network connection, but the protocol still requires the
12856         capabilitiy command (i.e., SMTP and EHLO).
12858         * subr.el (process-live-p): Rename from `process-alive-p' for
12859         consistency with other `-live-p' functions.
12861 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12863         * window.el (same-window-buffer-names, same-window-regexps)
12864         (special-display-frame-alist, special-display-popup-frame)
12865         (special-display-function, special-display-buffer-names)
12866         (special-display-regexps, pop-up-frame-alist)
12867         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12868         (pop-up-windows, split-window-preferred-function)
12869         (split-height-threshold, split-width-threshold, even-window-heights)
12870         (display-buffer-mark-dedicated): Don't encourage the use of
12871         display-buffer-alist from Elisp code.
12873 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
12875         * progmodes/python.el (python-mode): Derive from prog-mode.
12876         * progmodes/ps-mode.el (ps-mode):
12877         * progmodes/mixal-mode.el (mixal-mode):
12878         * progmodes/cfengine.el (cfengine-mode):
12879         * progmodes/ld-script.el (ld-script-mode): Likewise.
12881 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
12883         * window.el (display-buffer-alist): Trim default value to avoid
12884         popping up a new frame (Bug#8857) or reusing an arbitrary window
12885         on another frame.
12886         (display-buffer): Do not fall back on popping up a new frame in
12887         batch mode (Bug#8857).
12889 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
12891         * cus-theme.el (describe-theme-1): Use custom-theme-p.
12892         (custom-theme-summary): New function.
12893         (customize-themes): Use it.
12895 2011-06-13  Glenn Morris  <rgm@gnu.org>
12897         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12899 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
12901         * help.el (help-window): Remove variable.
12902         (help-window-point-marker, temp-buffer-max-height)
12903         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12904         (help-print-return-message): Don't set help-window.
12905         (resize-temp-buffer-window): Rewrite cod eand doc-string.
12906         (help-window-setup-finish): Remove.
12907         (help-window-display-message, help-window-setup)
12908         (with-help-window): Major rewrite based on new
12909         display-buffer-window variable.
12911         * help-mode.el (help-mode-finish): Remove help-window related
12912         code.
12914         * view.el (view-exits-all-viewing-windows): Remove reference to
12915         view-return-to-alist in doc-string.
12916         (view-return-to-alist): Make obsolete.
12917         (view-buffer): Call pop-to-buffer-same-window and remove
12918         undo-window code.
12919         (view-buffer-other-window): Call pop-to-buffer-other-window and
12920         simplify code.  Ignore second argument.
12921         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12922         simplify code.  Ignore second argument.
12923         (view-return-to-alist-update): Make obsolete.
12924         (view-mode-enter): Rename second argument to QUIT-RESTORE.
12925         Rewrite using quit-restore window parameters.
12926         (view-mode-exit): Rename second argument to EXIT-ONLY.
12927         Rewrite using quit-restore-window.
12928         (View-exit, View-exit-and-edit, View-leave, View-quit)
12929         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12930         appropriate arguments.
12931         (view-end-message): Use quit-restore window parameter.
12933         * window.el (display-buffer-function): Rewrite doc-string.
12934         (display-buffer-window, display-buffer-alist): New variables.
12935         (display-buffer-split-specifiers)
12936         (display-buffer-side-specifiers)
12937         (display-buffer-macro-specifiers): New constants.
12938         (display-buffer-even-window-sizes, display-buffer-set-height)
12939         (display-buffer-set-width, display-buffer-select-window)
12940         (display-buffer-in-window, display-buffer-reuse-window)
12941         (display-buffer-split-window-1, display-buffer-split-window)
12942         (display-buffer-split-atom-window, display-buffer-pop-up-window)
12943         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12944         (display-buffer-in-side-window, normalize-buffer-to-display)
12945         (display-buffer-normalize-specifiers-1)
12946         (display-buffer-normalize-specifiers-2)
12947         (display-buffer-normalize-specifiers, display-buffer-frame):
12948         New functions.
12949         (display-buffer): Major rewrite.
12950         (display-buffer-other-window, display-buffer-other-frame)
12951         (pop-to-buffer, switch-to-buffer-other-window)
12952         (switch-to-buffer-other-frame): Rewrite.
12953         (display-buffer-same-window, display-buffer-same-frame)
12954         (display-buffer-same-frame-other-window)
12955         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12956         (pop-to-buffer-other-window)
12957         (pop-to-buffer-same-frame-other-window)
12958         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12959         (switch-to-buffer-other-window-same-frame): New functions.
12960         (same-window-p, special-display-p): Rewrite disabling warnings.
12961         Make obsolete.
12962         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12963         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12964         Make obsolete
12965         (same-window-buffer-names, same-window-regexps)
12966         (special-display-frame-alist, special-display-popup-frame)
12967         (special-display-function, special-display-buffer-names)
12968         (special-display-regexps, pop-up-frame-alist)
12969         (pop-up-frame-function, split-window-preferred-function)
12970         (split-height-threshold, split-width-threshold)
12971         (even-window-heights): Make obsolete.
12973 2011-06-12  Glenn Morris  <rgm@gnu.org>
12975         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
12976         Misc simplifications.
12978 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
12980         * window.el (window-safely-shrinkable-p): Restore function which
12981         was inadvertently removed in change from 2011-06-11.  Declare as
12982         obsolete.
12984         * calendar/calendar.el (calendar-generate-window):
12985         Use window-iso-combined-p instead of combination of one-window-p and
12986         window-safely-shrinkable-p.
12988 2011-06-12  Glenn Morris  <rgm@gnu.org>
12990         * progmodes/fortran.el (fortran-mode-syntax-table):
12991         * progmodes/f90.el (f90-mode-syntax-table):
12992         Set % to punctuation.  (Bug#8820)
12993         (f90-find-tag-default): Remove, no longer needed.
12995 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
12997         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12999 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
13001         * image.el (image-animated-p): Return animation delay in seconds.
13002         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13003         (image-animate-timeout): Remove DELAY argument.  Don't assume
13004         every subimage has the same delay; get it from image-animated-p.
13005         (image-animate): Caller changed.
13007 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
13009         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13010         to ignored backtrace functions.
13012 2011-06-11  Glenn Morris  <rgm@gnu.org>
13014         * calendar/appt.el (appt-disp-window-function): Doc fix.
13015         (appt-check): Handle overlapping appointments.  (Bug#8337)
13017 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
13019         * window.el (window-tree-1, window-tree): New functions, moving
13020         the latter to window.el.
13021         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13022         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13023         (bw-refresh-edges): Remove.
13024         (balance-windows-1, balance-windows-2): New functions.
13025         (balance-windows): Rewrite in terms of window tree functions,
13026         balance-windows-1 and balance-windows-2.
13027         (bw-adjust-window): Remove.
13028         (balance-windows-area-adjust): New function with functionality of
13029         bw-adjust-window but using resize-window.
13030         (set-window-text-height): Rewrite doc-string.
13031         Use normalize-live-window and resize-window.
13032         (enlarge-window-horizontally, shrink-window-horizontally):
13033         Rename argument to DELTA.
13034         (window-buffer-height): New function.
13035         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13036         Rewrite using new window resize routines.
13037         (kill-buffer-and-window, mouse-autoselect-window-select):
13038         Use ignore-errors instead of condition-case.
13039         (quit-window): Call delete-frame instead of delete-windows-on
13040         for the only buffer on frame.
13042 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
13044         * loadup.el (top-level): Load window before files for the sake
13045         of replace-buffer-in-windows.
13047         * files.el (read-buffer-to-switch)
13048         (switch-to-buffer-other-window)
13049         (switch-to-buffer-other-frame, display-buffer-other-frame):
13050         Move to window.el.
13052         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13053         (previous-buffer): Move to window.el.
13055         * bindings.el (unbury-buffer): Move to window.el.
13057         * window.el (delete-other-windows-vertically): Move after
13058         definition of delete-other-windows.
13059         (other-window, delete-windows-on, replace-buffer-in-windows):
13060         Move here from window.c.
13061         (record-window-buffer, unrecord-window-buffer)
13062         (set-window-buffer-start-and-point, switch-to-prev-buffer)
13063         (switch-to-next-buffer): New functions.
13064         (get-next-valid-buffer, last-buffer, next-buffer): Move here
13065         from simple.el.  Call switch-to-next-buffer.
13066         (previous-buffer): Move here from simple.el.
13067         Call switch-to-prev-buffer.
13068         (bury-buffer): Move here from buffer.c.  Switch to previous
13069         buffer when window cannot be deleted.
13070         (unbury-buffer): Move here from bindings.el.
13071         (ctl-x-map): Move binding for other-window from window.c to
13072         here.
13073         (read-buffer-to-switch, switch-to-buffer-other-window)
13074         (switch-to-buffer-other-frame): Move here from files.el.
13075         (normalize-buffer-to-switch-to): New functions.
13076         (switch-to-buffer): Move here from buffer.c.
13077         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
13079 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
13081         * window.el (window-min-height, window-min-width): Move here
13082         from window.c.  Add defcustoms and rewrite doc-strings.
13083         (resize-mini-window, resize-window): New functions.
13084         (adjust-window-trailing-edge, enlarge-window, shrink-window):
13085         Move here from window.c.
13086         (maximize-window, minimize-window): New functions.
13087         (delete-window, delete-other-windows, split-window): Move here
13088         from window.c.
13089         (window-split-min-size): New function.
13090         (split-window-keep-point): Mention split-window-above-each-other
13091         instead of split-window-vertically.
13092         (split-window-above-each-other, split-window-vertically):
13093         Rename split-window-vertically to split-window-above-each-other
13094         and provide defalias for old definition.
13095         (split-window-side-by-side, split-window-horizontally):
13096         Rename split-window-horizontally to split-window-side-by-side
13097         and provide defalias for the old definition.
13098         (ctl-x-map): Move bindings for delete-window,
13099         delete-other-windows and enlarge-window here from window.c.
13100         Replace bindings for split-window-vertically and
13101         split-window-horizontally by bindings for
13102         split-window-above-each-other and split-window-side-by-side.
13104         * cus-start.el (all): Remove entries for window-min-height and
13105         window-min-width.  Add entries for window-splits and
13106         window-nest.
13108 2011-06-09  Glenn Morris  <rgm@gnu.org>
13110         * calendar/appt.el (appt-mode-line): New function.
13111         (appt-check, appt-disp-window): Use it.
13113         * files.el (hack-one-local-variable-eval-safep):
13114         Allow minor-modes with explicit +/-1 arguments.
13116 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
13118         * term/xterm.el (xterm): Add defgroup.
13119         (xterm-extra-capabilities): Add defcustom to supply known xterm
13120         capabilities, skip querying them, or query them (default).
13121         (terminal-init-xterm): Use it.
13122         (terminal-init-xterm-modify-other-keys): New function to set up
13123         modifyOtherKeys support to simplify `terminal-init-xterm'.
13125 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
13127         * window.el (resize-window-reset, resize-window-reset-1)
13128         (resize-subwindows-skip-p, resize-subwindows-normal)
13129         (resize-subwindows, resize-other-windows, resize-this-window)
13130         (resize-root-window, resize-root-window-vertically)
13131         (window-deletable-p, window-or-subwindow-p)
13132         (frame-root-window-p): New functions.
13134 2011-06-09  Glenn Morris  <rgm@gnu.org>
13136         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13137         (ange-ftp-get-files): Use it.
13139 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
13141         * mail/sendmail.el (mail-recover-1, mail-recover):
13142         * files.el (recover-file, recover-session):
13143         Handle dired-listing-switches not being just a single short option.
13145 2011-06-09  Glenn Morris  <rgm@gnu.org>
13147         * calendar/appt.el (appt-display-message, appt-disp-window):
13148         Handle lists of appointments.
13150 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
13152         * window.el (one-window-p): Move down in code.
13153         Rewrite doc-string.
13154         (window-current-scroll-bars): Rewrite doc-string.
13155         Normalize live window argument.
13156         (walk-windows, get-window-with-predicate, count-windows):
13157         Rewrite doc-string.  Use window-list-1.
13158         (window-in-direction-2, window-in-direction, get-mru-window):
13159         New functions.
13161 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
13163         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13164         Doc fix (Bug#8713).
13166 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
13168         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13170 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
13172         * loadhist.el (unload-feature-special-hooks):
13173         Add `comint-output-filter-functions'.
13175 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
13177         * calendar/appt.el (appt-check): Move some initializations into the let.
13179 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
13181         * window.el (window-height): Defalias to window-total-height.
13182         (window-width): Defalias to window-body-width.
13184 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
13186         * image-mode.el (image-toggle-animation): New command.
13187         (image-mode-map): Bind it to RET.
13188         (image-mode): Update message.
13189         (image-toggle-display-image): Avoid a spurious cache flush.
13190         (image-transform-rotation): Doc fix.
13191         (image-transform-properties): Return quickly in the normal case.
13192         (image-animate-loop): Rename from image-animate-max-time.
13194         * image.el (image-animate-max-time): Move to image-mode.el.
13195         (create-animated-image): Remove unnecessary function.
13196         (image-animate): Rename from image-animate-start.  New arg.
13197         (image-animate-stop): Remove; just use image-animate-timer.
13198         (image-animate-timer): Use car-safe.
13199         (image-animate-timeout): Rename argument.
13201 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
13203         * window.el (get-lru-window, get-largest-window): Move here from
13204         window.c.  Rename first argument to ALL-FRAMES.
13205         Rephrase doc-strings.
13206         (get-buffer-window-list): Rewrite using window-list-1.
13207         Rephrase doc-string.
13208         (window-safe-min-height, window-safe-min-width): New constants.
13209         (window-size-ignore, window-min-size, window-min-size-1)
13210         (window-sizable, window-sizable-p, window-size-fixed-1)
13211         (window-size-fixed-p, window-min-delta-1, window-min-delta)
13212         (window-max-delta-1, window-max-delta, window-resizable)
13213         (window-resizable-p, window-total-height, window-total-width)
13214         (window-body-width): New functions.
13215         (window-full-height-p, window-full-width-p): Rewrite using
13216         window-total-size.
13217         (window-body-height): Rewrite using window-body-size.
13219 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
13221         * window.el (window-right, window-left, window-child)
13222         (window-child-count, window-last-child, window-any-p)
13223         (normalize-live-buffer, normalize-live-frame)
13224         (normalize-any-window, normalize-live-window)
13225         (window-iso-combination-p, window-iso-combined-p)
13226         (window-iso-combinations)
13227         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13228         (windows-with-parameter, window-with-parameter)
13229         (window-atom-root, make-window-atom, window-atom-check-1)
13230         (window-atom-check, window-side-check, window-check):
13231         New functions.
13232         (ignore-window-parameters, window-sides, window-sides-vertical)
13233         (window-sides-slots): New variables.
13234         (window-size-fixed): Move down in code.  Minor doc-string fix.
13236 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
13238         * comint.el (comint-dynamic-complete-as-filename)
13239         (comint-dynamic-complete-filename): Correctly call
13240         completion-in-region.
13242 2011-06-05  Deniz Dogan  <deniz@dogan.se>
13244         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13245         in last change.
13247 2011-06-05  Deniz Dogan  <deniz@dogan.se>
13249         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13250         (rcirc): Use it to prompt for encryption.
13252 2011-06-05  Roland Winkler  <winkler@gnu.org>
13254         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13255         (bibtex-search-entries): New command bound to C-c C-a.
13256         (bibtex-display-entries): New function.
13258 2011-06-05  Roland Winkler  <winkler@gnu.org>
13260         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13261         (bibtex-insert-kill): After yanking insert newline if necessary.
13262         (bibtex-initialize): Call bibtex-string-files-init only once.
13263         (bibtex-mode): Do not call easy-menu-add.
13264         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13265         (bibtex-yank): Set arg properly if nil.
13267 2011-06-05  Roland Winkler  <winkler@gnu.org>
13269         * textmodes/bibtex.el (bibtex-search-entry-globally):
13270         New variable.
13271         (bibtex-search-entry): Use it.
13273 2011-06-05  Roland Winkler  <winkler@gnu.org>
13275         * textmodes/bibtex.el (bibtex-entry-format): New option
13276         sort-fields.
13277         (bibtex-format-entry, bibtex-reformat): Honor this option.
13278         (bibtex-parse-entry): Return fields in proper order.
13280 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
13282         * doc-view.el (doc-view-remove-if): Move computation of result out
13283         of `dolist' to silence misleading lexical-binding warning.
13285 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
13287         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13288         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13290 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
13292         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13293         "SunOS 5.10".
13295 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
13297         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13298         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13299         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13300         (tramp-parse-putty):
13301         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13302         (tramp-completion-function-alist-ssh)
13303         (tramp-completion-function-alist-telnet)
13304         (tramp-completion-function-alist-su)
13305         (tramp-completion-function-alist-putty): Set `tramp-autoload'
13306         cookie.
13308         * net/tramp-ftp.el:
13309         * net/tramp-sh.el:
13310         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13311         load "tramp.el" `tramp-set-completion-function'.
13313 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13315         * shell.el: Require and use pcomplete.
13316         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13317         (shell-completion-vars): Set pcomplete-default-completion-function.
13319 2011-06-04  Deniz Dogan  <deniz@dogan.se>
13321         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13322         `memq' (Bug#8799).
13324 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13326         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13328 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
13330         * bs.el (bs--mark-unmark, bs--nth-wrapper):
13331         * mpc.el (mpc-select-extend, mpc-songpointer-context):
13332         * vc/log-view.el (log-view-beginning-of-defun):
13333         * vc/smerge-mode.el (smerge-apply-resolution-patch)
13334         (smerge-refine-forward, smerge-refine-chopup-region):
13335         Silence warning for unused `dotimes' counter variables.
13337 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13339         * net/tramp.el (tramp-with-progress-reporter): Rename from
13340         with-progress-reporter.  Use `declare'.
13341         * net/tramp-smb.el:
13342         * net/tramp-sh.el:
13343         * net/tramp-gvfs.el: Update all uses.
13345 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
13347         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13348         buffer isn't killed before making it current.
13350 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13352         Silence various byte-compiler warnings.
13353         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13354         `access-type' and new obsolescence format.
13355         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13356         new format.
13357         (byte-compile-check-variable): New `access-type' argument.
13358         Only warn if the access-type is obsolete.
13359         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13360         (byte-compile-variable-set): Adjust callers.
13361         * help-fns.el (describe-variable): Adjust to new obsolescence format.
13362         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13363         setting it as obsolete.
13364         * simple.el (minibuffer-completing-symbol):
13365         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13366         access as obsolete.
13367         * minibuffer.el (minibuffer-completing-file-name): Don't make it
13368         obsolete yet.
13369         * international/quail.el (quail-mouse-choose-completion): Remove unused
13370         code referring to obsolete var.
13371         (quail-choose-completion-string): Remove.
13372         * server.el (server-clients-with, server-kill-buffer-query-function)
13373         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13374         * proced.el (proced-send-signal):
13375         * emacs-lisp/lisp.el (lisp-complete-symbol):
13376         Replace completion-annotate-function with completion-extra-properties.
13378 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13380         * simple.el (goto-line): Use read-number.
13381         (overriding-map-is-bound): Remove.
13382         (saved-overriding-map): Change default.
13383         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13384         Take the map as argument.
13385         (universal-argument, negative-argument, digit-argument): Use it.
13386         (restore-overriding-map): Adjust.
13387         (do-auto-fill): Use fill-forward-paragraph.
13388         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13390         * minibuffer.el (minibuffer-inactive-mode-map): New var.
13391         (minibuffer-inactive-mode): New major mode.
13392         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13393         the *Messages* buffer" hack.
13394         (mouse-popup-menubar): Don't burp if the event is a normal key.
13396         Miscellaneous tweaks.
13397         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13398         lexical scoping as in subr.el's dolist and dotimes.
13399         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13400         Silence compiler warning.
13401         * thingatpt.el (forward-whitespace): Trivial coding style fix.
13402         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13403         * international/ccl.el (ccl-compile): Trivial simplification.
13404         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13405         * emacs-lisp/testcover.el (testcover-end): Remove spurious
13406         `printflag' argument.
13407         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13408         Purecopy the whole obsolescence data.
13410 2011-06-01  Leo Liu  <sdl.web@gmail.com>
13412         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13413         improve doc-string as suggested by Marco Pessotto
13414         <melmothx@gmail.com>.
13415         (rcirc-print): Fix last change.
13417 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13419         * minibuffer.el (complete-with-action): Return nil for the metadata and
13420         boundaries of non-functional tables.
13421         (completion-table-dynamic): Return nil for the metadata.
13422         (completion-table-with-terminator): Add default case, using
13423         complete-with-action.
13424         (completion--metadata): New function.
13425         (completion-all-sorted-completions, minibuffer-completion-help): Use it
13426         to try and avoid pathological performance problems.
13427         (completion--embedded-envvar-table): Return `category' metadata.
13429 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13431         * subr.el (process-alive-p): New tiny convenience function.
13433 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13435         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13436         content but also its previous major mode.
13438 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
13440         * emacs-lisp/debug.el (debug): Restore the previous content of the
13441         *Backtrace* buffer when we exit with C-M-c.
13443 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13445         * minibuffer.el: Add metadata method to completion tables.
13446         (completion-category-overrides): New defcustom.
13447         (completion-metadata, completion--field-metadata)
13448         (completion-metadata-get, completion--styles)
13449         (completion--cycle-threshold): New functions.
13450         (completion-try-completion, completion-all-completions):
13451         Add `metadata' argument to choose completion-styles.
13452         (completion--do-completion): Use metadata to choose cycling.
13453         (completion-all-sorted-completions): Use metadata for sorting.
13454         Remove :completion-cycle-penalty which is not needed any more.
13455         (completion--try-word-completion): Add `metadata' argument.
13456         (minibuffer-completion-help): Check metadata for annotation function
13457         and sorting.
13458         (completion-file-name-table): Return `category' metadata.
13459         (minibuffer-completing-file-name): Make obsolete.
13460         * simple.el (minibuffer-completing-symbol): Make obsolete.
13461         * icomplete.el (icomplete-completions): Pass new `metadata' param to
13462         completion-try-completion.
13464 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13466         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13468 2011-05-30  Leo Liu  <sdl.web@gmail.com>
13470         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
13471         (rcirc-print): Decode all incoming messages (bug#8744).
13472         (rcirc-decode-coding-system): Allow value nil for automatic coding
13473         system detection.
13475 2011-06-01  Glenn Morris  <rgm@gnu.org>
13477         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13479 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
13481         * image.el (image-animate-max-time): Allow nil and t values.
13482         Default to nil.
13483         (create-animated-image): Doc fix.
13484         (image-animate-start): Remove second arg; just use
13485         image-animate-max-time.
13486         (image-animate-timeout): Doc fix.  Args changed.
13488         * image-mode.el (image-toggle-display-image): Ensure that the
13489         image spec passed to the animate timer is the same object as in
13490         the buffer's display property (Bug#6981).
13491         (image-transform-properties): Doc fix.
13493         * image.el (image-animate-max-time): Default to nil.
13495 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
13497         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13498         entire buffer list (Bug#8184).
13500 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
13502         * image.el (imagemagick-types-inhibit)
13503         (imagemagick-register-types): Doc fix.
13505 2011-05-29  Deniz Dogan  <deniz@dogan.se>
13507         * net/rcirc.el (rcirc): Use the user's stored encryption method by
13508         default.
13510 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
13512         * select.el: Don't perform clipboard-manager saving in hooks;
13513         leave the hooks empty.
13515 2011-05-28  Leo Liu  <sdl.web@gmail.com>
13517         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13518         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
13519         (occur-edit-mode): New major mode (Bug#8463).
13520         (occur-after-change-function): New function.
13521         (occur-engine): Give Occur tags a read-only property.
13523 2011-05-28  Kevin Ryde  <user42@zip.com.au>
13525         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13527 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
13529         * bindings.el (help-echo): Make the initial non-indicator dash
13530         empty on graphical terminals (Bug#7295).
13532         * files.el (auto-mode-alist): Move config rule after the
13533         in-stripping one (Bug#8547).
13535         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13537         * startup.el (normal-splash-screen): Remove gratuitous mode-line
13538         setting (Bug#8740).
13540 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
13542         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13543         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13544         (Bug#8539).
13546 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
13548         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13550 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
13552         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13553         (hs-hide-block-at-point, hs-find-block-beginning)
13554         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13555         (Bug#8279).
13557 2011-05-28  Glenn Morris  <rgm@gnu.org>
13559         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
13561 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
13563         * help-fns.el (describe-function-1): If the function is a derived
13564         major mode, print the parent mode.
13566         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13567         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13569 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13571         * minibuffer.el (completion--capf-wrapper): Check applicability before
13572         returning non-nil for non-exclusive completion data.
13573         * progmodes/etags.el (tags-completion-at-point-function):
13574         * info-look.el (info-lookup-completions-at-point): Mark as
13575         non-exclusive.
13576         (info-complete): Adjust accordingly.
13578         * info-look.el: Convert to lexical-binding and completion-at-point.
13579         (info-lookup-completions-at-point): New function.
13580         (info-complete): Use it and completion-in-region.
13582 2011-05-28  Drew Adams  <drew.adams@oracle.com>
13584         * isearch.el: Let M-e start with point at the first mismatched char.
13585         (isearch-fail-pos): New function.
13586         (isearch-edit-string): Use it.
13588 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
13590         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13592 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
13594         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
13595         traversal functions for avl-trees.
13596         (avl-tree--stack): New struct.
13597         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13598         (avl-tree-enter): Add optional `updatefun' arg.
13599         (avl-tree--do-enter): Add optional `updatefun' arg.
13600         Change return value.
13601         (avl-tree-delete): Add optional `test' and `nilflag' args.
13602         (avl-tree--do-delete): Add `test' and `nilflag' args.
13603         Change return value.
13604         (avl-tree-member): Add optional `nilflag'
13605         (avl-tree-member-p): New function.
13606         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13607         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13608         (avl-tree-stack-empty-p): New functions.
13610         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13611         avl-tree--del-balance1 and make it work both ways.
13612         (avl-tree--del-balance2): Remove.
13613         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13614         make it work both ways.
13615         (avl-tree--enter-balance2): Remove.
13616         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13617         New macros.
13618         (avl-tree--mapc, avl-tree-map): Add direction argument.
13620 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
13622         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13624 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
13626         * select.el: Support clipboard managers with built-in function
13627         x-clipboard-manager-save, via delete-frame-functions and
13628         kill-emacs-hook.
13629         (xselect-convert-to-targets): Add MULTIPLE target to list.
13630         (xselect-convert-to-save-targets): New function.
13632 2011-05-27  Kenichi Handa  <handa@m17n.org>
13634         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13635         let-binding rfc2047-encode-encoded-words to nil.
13637 2011-05-27  Glenn Morris  <rgm@gnu.org>
13639         * mail/emacsbug.el: Don't require url-util.
13641         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
13643         * files.el (set-auto-mode):
13644         Also respect mode: entries at the end of the file.  (Bug#8586)
13646 2011-05-26  Glenn Morris  <rgm@gnu.org>
13648         * files.el (hack-local-variables-prop-line, hack-local-variables):
13649         Downcase mode names, as seems to be traditional.
13650         (hack-local-variables, hack-local-variables-apply): Doc fixes.
13652         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13653         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
13655 2011-05-25  Julien Danjou  <julien@danjou.info>
13657         * textmodes/rst.el (rst-define-level-faces): Do not define face
13658         symbol if it is already defined.
13660 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
13662         * play/5x5.el (5x5-new-game, 5x5-randomize):
13663         Reset 5x5-solver-output to nil when a new grid is cast.
13664         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13665         these debugging traces, as defmacro breaks the compiled code.
13667 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
13669         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13671 2011-05-24  Leo Liu  <sdl.web@gmail.com>
13673         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13674         (vc-bzr-sha1): Adapt.
13676         * sha1.el: Remove.  Function `sha1' is now builtin.
13678         * bindings.el: Provide sha1 feature.
13680 2011-05-24  Kenichi Handa  <handa@m17n.org>
13682         * mail/sendmail.el: Require `rfc2047'.
13683         (mail-insert-from-field): Do not perform RFC2047 encoding.
13684         (mail-encode-header): New function.
13685         (sendmail-send-it): Set buffer-file-coding-system of the work
13686         buffer to the return value of select-message-coding-system.
13687         Call mail-encode-header.
13689         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13691 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
13693         * mail/supercite.el (sc-default-cite-frame):
13694         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
13696 2011-05-24  Glenn Morris  <rgm@gnu.org>
13698         * progmodes/python.el (brm-menu): Declare.
13700         * emulation/viper.el (viper-set-hooks): Declare.
13702         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13703         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13704         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13705         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13706         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13707         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13709 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13711         Add an :exit-function for completion-at-point.
13713         * minibuffer.el (completion--done): New fun.
13714         (completion--do-completion): Use it.  New arg `expect-exact'.
13715         (minibuffer-complete, minibuffer-complete-word): Don't output message,
13716         since completion--do-completion does it for us now.
13717         (minibuffer-force-complete): Use completion--done and
13718         completion--replace.  Handle sole-completion case with more care.
13719         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13720         (completion-extra-properties): New var.
13721         (completion-annotate-function): Make obsolete.
13722         (minibuffer-completion-help): Adjust accordingly.
13723         Use completion-list-insert-choice-function.
13724         (completion-at-point, completion-help-at-point):
13725         Bind completion-extra-properties.
13726         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13727         * simple.el (completion-list-insert-choice-function): New var.
13728         (completion-setup-function): Preserve it.
13729         (choose-completion): Pay attention to it, shuffle the code a bit.
13730         (choose-completion-string): New arg `insert-function'.
13732         * textmodes/bibtex.el: Convert to lexical binding.
13733         (bibtex-mode-map): Use completion-at-point.
13734         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13735         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13736         (bibtex-complete): Define as obsolete alias.
13737         (bibtex-complete-internal): Remove.
13738         (bibtex-format-entry): Remove unused sub-group in regexp.
13739         * shell.el (shell--command-completion-data)
13740         (shell-environment-variable-completion):
13741         * pcomplete.el (pcomplete-completions-at-point):
13742         * comint.el (comint--complete-file-name-data): Use :exit-function
13743         instead of completion-table-with-terminator so it also works for
13744         choose-completion.
13746 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13748         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13750         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13751         (bug#8710).
13753         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13755 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
13757         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13758         customization variable and implement: If non-nil, auto-fill will
13759         be inhibited while on topic's header line.
13761 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
13763         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
13764         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
13765         always have a solution in grid size = 5 cases.
13766         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13767         (5x5-solver-output, 5x5-log-buffer): New vars.
13768         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13769         Make these variables buffer local to achieve 5x5 multi-session-ness.
13770         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13771         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13772         (5x5-solve-suggest): New funs.
13773         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13774         randomize a grid so that we ensure that there is always a solution.
13775         (5x5-make-random-grid): Allow other movement than flipping.
13777 2011-05-23  Kevin Ryde  <user42@zip.com.au>
13779         * emacs-lisp/advice.el (ad-read-advised-function):
13780         Use `function-called-at-point' as the default, if it has
13781         advice and passes PREDICATE.
13783 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13785         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13786         byte-compile-lambda if it's actually a lambda.
13788         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13789         Fix function quoting.  Use backquote better.
13791 2011-05-22  Yuanle Song  <sylecn@gmail.com>
13793         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13794         matching (Bug#8516).
13796 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
13798         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13799         different face (Bug#8178).
13801 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
13803         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13804         defface (Bug#8144).
13806 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13808         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13809         funcall as well (bug#8712).  Warn when performing those conversions.
13810         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13812         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13814 2011-05-22  Glenn Morris  <rgm@gnu.org>
13816         * files.el (hack-local-variables-prop-line): Small simplifications.
13817         (hack-local-variables, hack-local-variables-prop-line):
13818         If MODE-ONLY, return the mode, rather than just `t'.
13820 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13822         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13824 2011-05-21  Glenn Morris  <rgm@gnu.org>
13826         * files.el (hack-local-variables-prop-line, hack-local-variables):
13827         If only interested in the mode, don't bother doing the other stuff.
13829         * image-mode.el (image-after-revert-hook):
13830         Redraw all frames on which the image is visible.  (Bug#8567)
13832         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
13834         * wid-edit.el (widget-checklist-match-inline):
13835         Fix 2011-04-19 change.  (Bug#8649)
13837 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13839         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13840         Also allow singlespace after single-letter capitals followed by a dot.
13842         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13843         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13845 2011-05-20  Nix  <nix@esperi.org.uk>
13847         * files.el (basic-save-buffer-2):
13848         Fix handling of break-hardlink-on-save with non-existent files.
13850 2011-05-19  Deniz Dogan  <deniz@dogan.se>
13852         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
13853         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
13855 2011-05-19  Glenn Morris  <rgm@gnu.org>
13857         * progmodes/f90.el (f90-type-def-re):
13858         Handle "type, bind(c)".  (Bug#8691)
13860         * emacs-lisp/autoload.el (batch-update-autoloads):
13861         Set autoload-excludes by parsing loadup.el rather than Makefiles.
13863 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
13865         * net/tramp.el (tramp-process-actions): Set "first-password-request"
13866         property for the correct connection in case of multihops.
13868 2011-05-18  Glenn Morris  <rgm@gnu.org>
13870         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
13871         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13873         Rationalize calendar handling of day and month abbrev-arrays.
13874         * calendar/calendar.el (calendar-customized-p): New function.
13875         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13876         (calendar-day-name-array, calendar-month-name-array): Doc fix.
13877         Add :set function.
13878         (calendar-abbrev-length, calendar-day-abbrev-array)
13879         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13880         (calendar-day-abbrev-array, calendar-month-abbrev-array):
13881         Elements may no longer be nil.
13882         (calendar-day-name, calendar-month-name):
13883         Update for changed nature of abbrev arrays.
13884         * calendar/diary-lib.el (diary-name-pattern):
13885         Update for changed nature of abbrev arrays.
13886         (diary-mark-entries-1): Update calendar-make-alist calls.
13887         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13888         * calendar/cal-html.el (cal-html-day-abbrev-array):
13889         Simply inherit from calendar-day-abbrev-array.
13891 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13893         * progmodes/grep.el (grep-mode): Disable default
13894         compilation-directory-matcher setting (bug#8684).
13896 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
13898         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13899         instead of "head" and "tail".  There were problems with SunOS 5.9,
13900         and it performs better.
13902 2011-05-17  Glenn Morris  <rgm@gnu.org>
13904         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13906         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13907         Replace obsolete function.
13909         * shell.el (pcomplete-parse-arguments-function): Declare.
13911         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13912         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13913         (appt-check): Doc fixes.
13914         (appt-disp-window-function, appt-delete-window-function):
13915         Remove needless special case in custom :type.
13916         (appt-display-count): Default to 0, not nil.
13917         (appt-check): Reset appt-display-count to 0, not nil.
13919 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
13921         * progmodes/python.el (python-font-lock-keywords):
13922         Add the Python 3.X keyword "nonlocal" (bug#8639).
13924 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13926         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13928 2011-05-16  Kevin Ryde  <user42@zip.com.au>
13930         * info-look.el (makefile-automake-mode): New setups, looking in
13931         automake manual, then makefile-mode.
13932         (makefile-mode): Remove automake manual, have it just in
13933         makefile-automake-mode since there's various things different or
13934         not relevant to plain make.
13935         (makefile-mode): Remove "other-modes" non-existent automake-mode,
13936         believe a hypothetical automake-mode would go to makefile-mode,
13937         not the other way around.
13939 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
13941         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13942         hunk-end tags (Bug#8672).
13944         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13945         vc-annotate-show-diff-revision-at-line (Bug#8671).
13947 2011-05-14  Glenn Morris  <rgm@gnu.org>
13949         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13950         in the middle of an existing one with multiple authors.  (Bug#8645)
13951         (change-log-font-lock-keywords): Also handle multiple author lines
13952         with leading tabs.  (Bug#8644)
13954         * calendar/appt.el (appt-check): Rename some local variables.
13955         Some simplification/reordering.
13957         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13958         (feedmail-sendmail-f-doesnt-sell-me-out)
13959         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13960         (feedmail-debug-sit-for, feedmail-queue-express-hook)
13961         (feedmail-queue-runner-message-sender): Set :version.
13962         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13963         (bbdb-dwim-net-address, vm-mail): Declare.
13964         (feedmail-binmail-gnulinuxish-template):
13965         Rename from feedmail-binmail-linuxish-template.
13966         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13967         Use insert-buffer-substring.
13969 2011-05-14  Bill Carpenter  <bill@carpenter.org>
13971         * mail/feedmail.el (feedmail-patch-level): Increase.
13972         (feedmail-debug): New custom group.
13973         (feedmail-confirm-outgoing-timeout)
13974         (feedmail-sendmail-f-doesnt-sell-me-out)
13975         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13976         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13977         (feedmail-sender-line, feedmail-from-line)
13978         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
13979         (feedmail-spray-this-address)
13980         (feedmail-spray-address-fiddle-plex-list)
13981         (feedmail-queue-use-send-time-for-date)
13982         (feedmail-queue-use-send-time-for-message-id)
13983         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13984         (feedmail-buffer-eating-function):
13985         Doc fixes.
13986         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13987         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13988         (feedmail-message-action-scroll-down): New functions.
13989         (feedmail-queue-directory, feedmail-queue-draft-directory):
13990         Use expand-file-name.
13991         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13992         Remove C-v help entry.
13993         (feedmail-queue-buffer-file-name): New variable.
13994         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13995         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13996         (feedmail-message-action-send-strong, feedmail-message-action-edit)
13997         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13998         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13999         (feedmail-message-action-toggle-spray)
14000         (feedmail-run-the-queue-no-prompts)
14001         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14002         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14003         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14004         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14005         (feedmail-envelope-deducer, feedmail-fiddle-from)
14006         (feedmail-fiddle-sender, feedmail-default-date-generator)
14007         (feedmail-fiddle-date, feedmail-fiddle-message-id)
14008         (feedmail-fiddle-spray-address)
14009         (feedmail-fiddle-list-of-spray-fiddle-plexes)
14010         (feedmail-fiddle-list-of-fiddle-plexes)
14011         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14012         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14013         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14014         Change default.  Doc fix.
14015         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14016         (feedmail-binmail-linuxish-template): New constant.
14017         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
14018         Respect feedmail-sendmail-f-doesnt-sell-me-out.
14019         (feedmail-send-it): Add debug call.
14020         Use feedmail-queue-buffer-file-name, and
14021         feedmail-send-it-immediately-wrapper.
14022         (feedmail-message-action-send): Add debug call.
14023         Use feedmail-send-it-immediately-wrapper.
14024         (feedmail-queue-express-to-queue): Add debug call.
14025         Run feedmail-queue-express-hook.
14026         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
14027         (feedmail-message-action-help-blat):
14028         Rename from feedmail-queue-send-edit-prompt-help-first.
14029         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
14030         Check line-endings.  Handle errors better.
14031         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14032         Doc fix.  Add debug call.
14033         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
14034         Use feedmail-queue-send-edit-prompt-inner.
14035         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14036         (feedmail-queue-send-edit-prompt-inner): New function, extracted
14037         from feedmail-queue-send-edit-prompt.
14038         (feedmail-queue-send-edit-prompt-help)
14039         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14040         (feedmail-tidy-up-slug): Add debug call.
14041         Respect feedmail-queue-slug-suspect-regexp.
14042         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14043         (feedmail-dump-message-to-queue): Add debug call.
14044         Expand queue-directory.
14045         (feedmail-dump-message-to-queue): Change message slightly.
14046         Use feedmail-say-chatter.
14047         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
14048         (feedmail-send-it-immediately-wrapper): New function.
14049         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
14050         Insert empty string rather than newline.  Handle full-frame case.
14051         Use catch/throw.  Use feedmail-say-chatter.
14052         (feedmail-fiddle-from): Try mail-host-address.
14053         (feedmail-default-message-id-generator): Doc fix.
14054         Bind system-time-locale.  Handle missing end.
14055         (feedmail-fiddle-x-mailer): Add debug call.
14056         Handle feedmail-x-mailer-line being nil.
14057         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14058         Add debug call.  Use buffer-substring-no-properties.
14059         (feedmail-say-debug, feedmail-say-chatter): New functions.
14060         (feedmail-find-eoh): Give an explicit error.
14062 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
14064         * net/newst-treeview.el (newsticker-treeview-face): Change default
14065         family from helvetica to sans.
14066         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
14067         etc/images/newsticker.
14069         * net/newst-reader.el (newsticker-feed-face): Change default
14070         family from helvetica to sans.
14072         * net/newst-plainview.el (newsticker-new-item-face)
14073         (newsticker-old-item-face, newsticker-immortal-item-face)
14074         (newsticker-obsolete-item-face, newsticker-date-face)
14075         (newsticker-statistics-face): Change default family from
14076         helvetica to sans.
14077         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
14078         etc/images/newsticker.
14080         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14081         (newsticker--process-auto-mark-filter-match): Tell user about
14082         auto-marking.
14084 2011-05-13  Didier Verna  <didier@xemacs.org>
14086         Common Lisp indentation improvements on defmethod and lambda-lists.
14087         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14088         TODO entries.
14089         (lisp-lambda-list-keyword-parameter-indentation)
14090         (lisp-lambda-list-keyword-parameter-alignment)
14091         (lisp-lambda-list-keyword-alignment): New customizable user options.
14092         (lisp-indent-defun-method): Improve docstring.
14093         (extended-loop-p): Fix comment.
14094         (lisp-indent-lambda-list-keywords-regexp): New variable.
14095         (lisp-indent-lambda-list): New function.
14096         (lisp-indent-259): Use it.
14097         (lisp-indent-defmethod): Support for more than one
14098         method qualifier and properly indent methods lambda-lists.
14099         (defgeneric): Provide a missing common-lisp-indent-function property.
14101 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14103         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14104         bounds for the empty string (bug#8667).
14106 2011-05-13  Glenn Morris  <rgm@gnu.org>
14108         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14110         * mail/sendmail.el (sendmail-program): Try executable-find first.
14111         (sendmail-send-it): `sendmail-program' cannot be unbound.
14113         * calendar/appt.el (appt-make-list): Simplify.
14114         (appt-time-msg-list): Doc fix.
14115         (appt-check): Change mode-line message at the time of the appointment.
14117 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
14119         * progmodes/ld-script.el (ld-script-keywords)
14120         (ld-script-builtins): Update keywords list.
14122 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14124         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14126         * shell.el (shell-completion-vars): New function.
14127         (shell-mode):
14128         * simple.el (read-shell-command): Use it.
14129         (blink-matching-open): No need for " [...]" in minibuffer-message.
14131 2011-05-12  Glenn Morris  <rgm@gnu.org>
14133         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14134         (appt-check): Simplify.
14136 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
14138         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
14139         literal "/dev/null".
14141 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14143         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14144         Fix typo.
14146 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
14148         * progmodes/which-func.el (which-function):
14149         Use add-log-current-defun instead of add-log-current-defun-function,
14150         which might not be defined (Bug#8260).
14152 2011-05-12  Glenn Morris  <rgm@gnu.org>
14154         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14155         Let byte-compile-initial-macro-environment always take precedence.
14157 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14159         * net/rcirc.el: Add support for SSL/TLS connections.
14160         (rcirc-server-alist): New field `encryption'.
14161         (rcirc): Check `encryption' settings.
14162         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
14163         Merge make-local-variable into `set'.
14164         (rcirc--connection-open-p): New function.
14165         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14166         the process is not a network process (e.g. running gnutls-cli).
14167         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14168         Make rcirc-(en|de)code-coding-system local here.
14169         (rcirc-mode): Merge make-local-variable into `set'.
14170         (rcirc-parent-buffer): Make permanent buffer-local.
14171         (rcirc-multiline-minor-mode): Don't do it here.
14172         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14173         there's no server buffer.
14175 2011-05-11  Glenn Morris  <rgm@gnu.org>
14177         * newcomment.el (comment-kill): Prefix "unused" local.
14179         * term/w32console.el (get-screen-color): Declare.
14181         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14182         Handle symbol elements of byte-compile-initial-macro-environment.
14184 2011-05-10  Leo Liu  <sdl.web@gmail.com>
14186         * bookmark.el (bookmark-bmenu-mode-map):
14187         Bind bookmark-bmenu-search to `/'.
14189         * mail/footnote.el: Convert to utf-8 encoding.
14190         (footnote-unicode-string, footnote-unicode-regexp): New variable.
14191         (Footnote-unicode): New function.
14192         (footnote-style-alist): Add unicode style to the list.
14193         (footnote-style): Doc fix.
14195 2011-05-10  Jim Meyering  <meyering@redhat.com>
14197         Fix doubled-word typos.
14198         * international/quail.el (quail-insert-kbd-layout): and and -> and
14199         * kermit.el: and and -> and
14200         * net/ldap.el (ldap-search-internal): to to -> to
14201         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14202         * progmodes/js.el (js-mode): and and -> and
14203         * textmodes/artist.el (artist-move-to-xy): at at -> at
14204         (artist-draw-region-trim-line-endings): if if -> if
14205         And Safetyc -> Safety.
14206         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14208 2011-05-10  Glenn Morris  <rgm@gnu.org>
14209             Stefan Monnier  <monnier@iro.umontreal.ca>
14211         * files.el (hack-one-local-variable-eval-safep):
14212         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
14214 2011-05-10  Glenn Morris  <rgm@gnu.org>
14216         * calendar/diary-lib.el (diary-list-entries-hook)
14217         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14218         (diary-nongregorian-marking-hook, diary-list-entries)
14219         (diary-include-other-diary-files, diary-mark-entries)
14220         (diary-mark-included-diary-files): Doc fixes.
14222 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
14224         * misc.el: Require tabulated-list.el during compilation.
14226 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
14228         * progmodes/compile.el (compilation-start):
14229         Run compilation-filter-hook for the async case too.
14230         (compilation-filter-hook): Doc fix.
14232 2011-05-09  Deniz Dogan  <deniz@dogan.se>
14234         * wdired.el: Remove outdated installation comment.  Fix usage
14235         comment.
14237 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
14239         * misc.el: Implement new command `list-dynamic-libraries'.
14240         (list-dynamic-libraries--loaded-only-p): New variable.
14241         (list-dynamic-libraries--refresh): New function.
14242         (list-dynamic-libraries): New command.
14244 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
14246         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14247         Fix the ant regexp to handle end-line and end-column info from jikes.
14248         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
14249         higher priority to avoid clobbering by gnu.
14251 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
14253         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14254         if the face has existing theme settings (Bug#8454).
14256 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
14258         * progmodes/perl-mode.el (perl-imenu-generic-expression):
14259         Only match variables declared via `my' or `our' (Bug#8261).
14261         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14262         special file names `.' and `..' (Bug#8259).
14264 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
14266         * progmodes/grep.el (grep-mode-font-lock-keywords):
14267         Remove buffer-changing entries.
14268         (grep-filter): New function.
14269         (grep-mode): Add it to compilation-filter-hook.
14271         * progmodes/compile.el (compilation-filter-hook)
14272         (compilation-filter-start): New defvars.
14273         (compilation-filter): Call compilation-filter-hook prior to
14274         updating the process mark.
14276 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14278         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14280 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
14282         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14283         mailclient-send-it even if window-system is nil.  (Bug#8595)
14285         * term/w32console.el (terminal-init-w32console):
14286         Call get-screen-color and use its output to set the frame
14287         background-mode.  (Bug#8597)
14289 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14291         Make bytecomp.el understand that defmethod defines funs (bug#8631).
14292         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14293         New functions.
14294         (defgeneric, eieio--defmethod): Use them.
14295         (eieio-defgeneric): Remove.
14296         (defmethod): Call defgeneric in a way visible to the byte-compiler.
14298 2011-05-07  Glenn Morris  <rgm@gnu.org>
14300         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14301         Use let rather than let*.
14302         (timeclock-find-discrep): Remove unused local.
14304         * calendar/diary-lib.el (diary-comment-start): Doc fix.
14306         * calendar/appt.el (appt-time-msg-list): Doc fix.
14308 2011-05-06  Noah Friedman  <friedman@splode.com>
14310         * apropos.el (apropos-print-doc): Only use
14311         emacs-lisp-docstring-fill-column when it is bound to an integer,
14312         per that variable's documentation.
14314 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14316         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
14317         and warnings are not silently discarded (e.g. use -d instead of -P).
14319 2011-05-06  Glenn Morris  <rgm@gnu.org>
14321         * calendar/appt.el (appt-message-warning-time): Doc fix.
14322         (appt-warning-time-regexp): New option.
14323         (appt-make-list): Respect appt-message-warning-time.
14325         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14326         New options.
14327         (diary-add-to-list): Strip comments from the displayed string.
14328         (diary-mode): Set comment-start and comment-end.
14330         * vc/diff-mode.el (smerge-refine-subst): Declare.
14331         (diff-refine-hunk): Don't require smerge-mode when compiling.
14333 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
14335         * simple.el (list-processes): Return nil as the docstring says.
14337 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
14339         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14340         to "".
14341         (ange-ftp-write-region, ange-ftp-insert-file-contents)
14342         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14343         determining of binary transfer.  (Bug#7383)
14345 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
14347         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14348         Fix port computation bug.  (Bug#8618)
14350 2011-05-05  Glenn Morris  <rgm@gnu.org>
14352         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14354         * simple.el (shell-dynamic-complete-functions)
14355         (comint-dynamic-complete-functions): Declare.
14357         * net/network-stream.el (gnutls-negotiate):
14358         * simple.el (tabulated-list-print): Fix declarations.
14360         * progmodes/gud.el (syntax-symbol, syntax-point):
14361         Remove unnecessary and incorrect declarations.
14363         * emacs-lisp/check-declare.el (check-declare-scan):
14364         Handle byte-compile-initial-macro-environment in bytecomp.el
14366 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14368         Fix earlier half-done eieio-defmethod change (bug#8338).
14369         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14370         Streamline and change calling convention.
14371         (defmethod): Adjust accordingly and simplify.
14372         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14373         new eieio--defmethod.
14374         (slot-boundp): Minor CSE simplification.
14376 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
14378         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14379         (glasses-make-readable): Use glasses-separate-capital-groups.
14381 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
14383         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14384         (warning-series): Doc fix.
14385         (display-warning): Don't try to create the buffer if we just found it.
14387 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
14389         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14390         (autoload-find-generated-file): New function.
14391         (generate-file-autoloads): Bind generated-autoload-file to
14392         buffer-file-name.
14393         (update-file-autoloads, update-directory-autoloads):
14394         Use autoload-find-generated-file.  If called interactively, prompt for
14395         output file (Bug#7989).
14396         (batch-update-autoloads): Doc fix.
14398 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
14400         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14402 2011-05-04  Glenn Morris  <rgm@gnu.org>
14404         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14405         function, so it follows changes in calendar-date-style.
14406         (diary-fancy-date-matcher): New function.
14407         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14408         (diary-fancy-font-lock-fontify-region-function):
14409         Use diary-fancy-date-pattern as a function.
14411         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14412         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
14414 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
14416         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14417         instead of positional arguments.  Allow :keylist and :crlfiles
14418         arguments.
14419         (open-gnutls-stream): Call it.
14421         * net/network-stream.el (network-stream-open-starttls): Adjust to
14422         call `gnutls-negotiate' with :process and :hostname arguments.
14424 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14426         * minibuffer.el (completion--message): New function.
14427         (completion--do-completion, minibuffer-complete)
14428         (minibuffer-force-complete, minibuffer-complete-word): Use it.
14429         (completion--do-completion): Don't ignore completion-auto-help when in
14430         icomplete-mode.
14432         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14433         internal encoding (e.g. tibetan zero is not whitespace).
14434         (global-whitespace-mode): Prefer save-current-buffer.
14435         (whitespace-trailing-regexp): Remove useless save-match-data.
14436         (whitespace-empty-at-bob-regexp): Minor simplification.
14438 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
14440         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14442 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14444         * textmodes/ispell.el (ispell-add-per-file-word-list):
14445         Use `concat' to create string for insertion.
14447 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14449         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14450         Avoid open-line which runs post-self-insert-hook.
14451         (bibtex-fill-entry): Remove unused `end' var.
14453 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
14455         * textmodes/ispell.el (ispell-add-per-file-word-list):
14456         Protect against `nil' value of `comment-start' (Bug#8579).
14458 2011-05-03  Leo Liu  <sdl.web@gmail.com>
14460         * isearch.el (isearch-yank-pop): New command.
14461         (isearch-mode-map): Bind it to `M-y'.
14462         (isearch-forward): Mention it.
14464 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14466         * simple.el (minibuffer-complete-shell-command): Remove.
14467         (minibuffer-local-shell-command-map): Use completion-at-point.
14468         (read-shell-command): Setup completion vars here instead.
14469         (read-expression-map): Bind TAB to symbol completion.
14471         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14472         error directly rather via storing it into `results'.
14474 2011-05-02  Leo Liu  <sdl.web@gmail.com>
14476         * vc/diff.el: Fix description.
14478 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14480         * server.el (server-eval-at): New function.
14482 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14484         * net/network-stream.el (open-network-stream): Take a :nowait
14485         parameter and pass it on to `make-network-process'.
14486         (network-stream-open-plain): Ditto.
14488 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
14490         * faces.el (face-spec-set-match-display): Don't match toolkit
14491         options on terminal frames.
14493 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14495         * progmodes/pascal.el: Use lexical binding.
14496         (pascal-mode-map): Remove author preferences.
14498         * pcomplete.el (pcomplete-std-complete): Don't abuse
14499         completion-at-point.
14501 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
14503         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14504         removing code that has been dead since 1991 or so.
14506         * startup.el (command-line): When warning about "_emacs", use a
14507         delayed warning to allow the user to filter it out.
14509 2011-04-28  Deniz Dogan  <deniz@dogan.se>
14511         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14512         user has not joined.
14514 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14516         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14517         aren't any completions at point.
14519 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
14521         * subr.el (display-delayed-warnings): New function.
14522         (delayed-warnings-hook): New variable.
14524 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14526         * minibuffer.el (completion-at-point, completion-help-at-point):
14527         Don't presume that a given completion-at-point-function will always
14528         use the same calling convention.
14530         * pcomplete.el (pcomplete-completions-at-point):
14531         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
14532         pcomplete-seen is non-nil.
14533         (pcomplete-comint-setup): Also recognize the new comint/shell
14534         completion functions.
14535         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14536         pcomplete-seen is non-nil.
14538 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
14540         * calendar/icalendar.el (diary-lib): Add require statement.
14541         (icalendar--create-uid): Read out a uid from a text-property on
14542         the first character in the entry.  This allows for code to add its
14543         own uid to the entry.
14544         (icalendar--convert-float-to-ical): Add export of
14545         `diary-float'-entries save for those with the optional DAY
14546         argument.
14548 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
14550         * subr.el (shell-quote-argument): Use alternate escaping strategy
14551         when we spot a variable reference in a string.
14553 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
14555         * cus-start.el (all): Define customization for debug-on-event.
14557 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
14559         * subr.el (shell-quote-argument): Escape correctly under Windows.
14561 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14563         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14565 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
14567         * net/tramp.el (tramp-process-actions): Add POS argument.
14568         Delete region between POS and (pos).
14570         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14571         Use `nil' position in `tramp-process-actions' call.
14572         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14574         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14575         position in `tramp-process-actions' call.
14577         * net/trampver.el: Update release number.
14579 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14581         * custom.el (defcustom): Obey lexical-binding.
14583         Fix octave-inf completion problems reported by Alexander Klimov.
14584         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14585         Inherit from octave-mode-syntax-table.
14586         (inferior-octave-mode): Set info-lookup-mode.
14587         (inferior-octave-completion-at-point): New function.
14588         (inferior-octave-complete): Use it and completion-in-region.
14589         (inferior-octave-dynamic-complete-functions): Use it as well, and use
14590         comint-filename-completion.
14591         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14592         symbol elements which shouldn't be word elements.
14593         (octave-font-lock-keywords, octave-beginning-of-defun)
14594         (octave-function-header-regexp): Adjust regexps accordingly.
14595         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14597 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
14599         * net/gnutls.el (gnutls-errorp): Declare before first use.
14601 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
14603         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14604         verify-error, and verify-hostname-error parameters.  Check whether
14605         default trustfile exists before going to use it.  Add missing
14606         argument to gnutls-message-maybe call.  Return value.
14607         Reported by Claudio Bley <claudio.bley@gmail.com>.
14608         (open-gnutls-stream): Add usage example.
14610         * net/network-stream.el (network-stream-open-starttls): Give host
14611         parameter to `gnutls-negotiate'.
14612         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
14613         * subr.el (shell-quote-argument): Escape correctly under Windows.
14615 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
14617         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14618         Use correct match group (bug#8438).
14620 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
14622         * emacs-lisp/package.el (package-built-in-p): Fix typo.
14623         (package-menu--generate): New arg specifying packages to show.
14624         (package-menu-refresh, package-menu-execute, list-packages):
14625         Callers changed.
14626         (package-show-package-list): New function, replacing deleted
14627         package--list-packages (renamed because it is non-internal).
14629         * finder.el (finder-list-matches): Use package-show-package-list
14630         instead of deleted package--list-packages.
14632         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14633         Based on a previous implementation by Juanma Barranquero (Bug#8366).
14634         (vc-annotate-mode-map): Bind it to RET.
14636 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
14638         * progmodes/etags.el (next-file): Don't use set-buffer to change
14639         buffers (Bug#8478).
14641 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
14643         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14645         * apropos.el (apropos-label-face): Avoid variable-pitch face.
14646         (apropos-accumulator): Doc fix.
14647         (apropos-function, apropos-macro, apropos-command)
14648         (apropos-variable, apropos-face, apropos-group, apropos-widget)
14649         (apropos-plist): Add face property.
14650         (apropos-symbols-internal): Fix indentation.
14651         (apropos-print): Simplify help, and recognize apropos-multi-type.
14652         (apropos-print-doc): Use button-type-get to extract the button's
14653         face property.  Fill docstring (Bug#8352).
14655 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
14657         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14659         * play/mpuz.el (mpuz-silent): Doc fix.
14660         (mpuz-mode-map): Use mapc.
14661         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14662         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14663         Fix typos in docstrings.
14665         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14666         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14668         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14670 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
14672         * minibuffer.el (completion--do-completion): Avoid the "Next char
14673         not unique" prompt if icomplete-mode is enabled (Bug#5849).
14675         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14676         mouse-2 into unread-command-events, it is interpreted correctly.
14678         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
14679         (image-toggle-display): Doc fix.
14681 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
14683         * textmodes/page.el (what-page): Use line-number-at-pos to
14684         calculate line number (Bug#6825).
14686 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
14688         * eshell/esh-mode.el (find-tag-interactive): Declare function.
14689         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14690         Pass argument NO-DEFAULT to `find-tag-interactive'.
14692 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
14694         Lexical-binding cleanup.
14696         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14697         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14698         * progmodes/ada-prj.el (ada-prj-initialize-values)
14699         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14700         (ada-prj-show-value):
14701         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14702         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14703         (antlr-invalidate-context-cache, antlr-options-menu-filter)
14704         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14705         * progmodes/bug-reference.el (bug-reference-push-button):
14706         * progmodes/fortran.el (fortran-line-length):
14707         * progmodes/glasses.el (glasses-change):
14708         * progmodes/octave-mod.el (octave-fill-paragraph):
14709         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14710         (python-pdbtrack-grub-for-buffer, python-sentinel):
14711         * progmodes/sql.el (sql-save-connection):
14712         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14713         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14714         Mark unused parameters.
14716         * progmodes/compile.el (compilation--flush-directory-cache)
14717         (compilation--flush-parse, compile-internal): Mark unused parameters.
14718         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14719         (compilation-next-error-function): Remove unused variable `timestamp'.
14721         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14722         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14724         * progmodes/dcl-mode.el (dcl-end-of-command):
14725         Remove unused variable `start'.
14726         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14727         (dcl-option-value-basic, dcl-option-value-offset)
14728         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14729         Mark unused parameters.
14730         (dcl-save-local-variable): Remove unused variable `val'.
14731         (mode): Declare.
14733         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14734         Mark unused parameters.
14735         (delphi-ignore-changes): Move before first use.
14736         (delphi-charset-token-at): Remove unused variable `start'.
14737         (delphi-else-start): Remove unused variable `if-count'.
14738         (delphi-comment-block-start, delphi-comment-block-end):
14739         Remove unused variable `kind'.
14740         (delphi-indent-line): Remove unused variable `new-point'.
14742         * progmodes/ebrowse.el (ebrowse-files-list)
14743         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14744         Mark unused parameters.  Don't quote `lambda'.
14745         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14746         Don't quote `lambda'.
14747         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14748         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14749         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14750         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14751         Use `ignore-errors'.
14752         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14753         (ebrowse-view/find-file-and-search-pattern)
14754         (ebrowse-view/find-member-declaration/definition):
14755         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14756         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14757         Rename parameter PREFIX-ARG to PREFIX.
14758         (ebrowse-tags-read-name): Remove unused variables `start' and
14759         `member-info'.
14760         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14761         to `tags-file'.
14763         * progmodes/etags.el (local-find-tag-hook): Declare.
14764         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14765         Mark unused parameters.
14767         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14768         (executable-interpret): Mark unused parameter.
14770         * progmodes/flymake.el (flymake-process-sentinel)
14771         (flymake-after-change-function)
14772         (flymake-create-temp-with-folder-structure)
14773         (flymake-get-include-dirs-dot): Mark unused parameters.
14774         (flymake-safe-delete-directory): Remove unused variable `err'.
14776         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14777         (speedbar-timer-fn, speedbar-line-text)
14778         (speedbar-change-expand-button-char, speedbar-delete-subblock)
14779         (speedbar-center-buffer-smartly): Declare functions.
14780         (gdb-find-watch-expression): Remove unused variable `array'.
14781         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14782         (gdb-starting): Mark unused parameters.
14783         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14784         (gdb-table-string): Remove unused variable `res'.
14785         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14786         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14787         (gdb-display-buffer): Remove unused variable `cur-size'.
14789         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14790         allow lexical-binding compilation.
14791         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14792         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14793         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14794         Mark unused parameters.
14795         (gud-gdb-marker-filter): Remove unused variable `match'.
14796         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14797         lambda expressions and funcall them, instead of using `fset'.
14799         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14800         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14802         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14803         variable `header-beg'; use `let'.
14805         * progmodes/icon.el (indent-icon-exp): Remove unused variables
14806         `restart', `last-sexp' and `at-do'.
14808         * progmodes/js.el (js--debug): Mark unused parameter.
14809         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14810         (js--splice-into-items): Remove unused variable `item'.
14811         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14813         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14814         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14815         (makefile-complete): Remove unused variable `try'.
14816         (makefile-fill-paragraph, makefile-match-function-end):
14817         Mark unused parameters.
14819         * progmodes/octave-inf.el (inferior-octave-complete):
14820         Remove unused variable `proc'.
14821         (inferior-octave-output-digest): Mark unused parameter.
14823         * progmodes/perl-mode.el (perl-calculate-indent):
14824         Remove unused variable `err'.
14826         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14827         (prolog-indent-line): Mark unused parameters.
14828         (prolog-indent-line): Remove unused variable `beg'.
14830         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14831         (reporter-dont-compact-list): Declare.
14833         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14834         Remove unused variable `char'.
14835         (sh-debug): Mark unused parameter.
14836         (sh-get-indent-info): Remove unused variable `start'.
14837         (sh-calculate-indent): Remove unused variable `var'.
14839         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14840         (simula-electric-keyword): Remove unused variable `null'.
14841         (simula-search-backward, simula-search-forward): Remove unused
14842         variables `begin' and `end'.
14844         * progmodes/vera-mode.el (vera-guess-basic-syntax):
14845         Remove unused variable `pos'.
14846         (vera-electric-tab, vera-comment-uncomment-region):
14847         Mark unused parameters.
14848         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14850 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
14852         * emacs-lisp/package.el (package--builtins, package-alist)
14853         (package-load-descriptor, package-built-in-p, package-activate)
14854         (define-package, package-installed-p)
14855         (package-compute-transaction, package-buffer-info)
14856         (package--push): Doc fix.  Distinguish more clearly between
14857         version strings and version lists.
14859 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
14861         Lexical-binding cleanup.
14863         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14864         (5x5-make-mutate-best):
14865         * play/fortune.el (fortune-in-buffer):
14866         * play/gomoku.el (gomoku-init-display):
14867         * play/solitaire.el (solitaire, solitaire-do-check):
14868         * play/tetris.el (tetris-default-update-speed-function):
14869         Mark unused parameters.
14871         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14872         (bubbles--shift): Remove unused variable `char-org'.
14873         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
14874         (bubbles--show-images): Remove unused variable `char'.
14876         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14877         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14878         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14879         (decipher-analyze-buffer): Use ?\s.
14880         (decipher-make-checkpoint): Remove unused variable `mapping'.
14882         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14884         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14885         Remove unused variable `result'; use `let'.
14887         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14888         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14889         (gametree-children-shown-p, gametree-compute-reduced-score):
14890         Use `ignore-errors'.
14892         * play/handwrite.el (ps-lpr-switches): Declare.
14893         (handwrite): Remove unused variables `pmin' and `lastp'.
14895         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14897         * play/landmark.el (landmark-init-display)
14898         (landmark-update-naught-weights): Mark unused parameters.
14899         (landmark-y): Remove unused variable `noise'.  Simplify.
14900         (landmark-human-plays): Remove unused variable `score'.
14902         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14903         (mpuz-try-proposal): Remove unused variable `game'.
14905         * play/zone.el (life-patterns): Declare.
14907 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
14909         * vc/vc.el (ediff-vc-internal): Declare function.
14911 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14913         * shell.el: Use lexical-binding and std completion UI.
14914         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14915         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14916         comint-preoutput-filter-functions rather than on
14917         comint-output-filter-functions.
14918         (shell-command-completion, shell--command-completion-data)
14919         (shell-filename-completion, shell-environment-variable-completion)
14920         (shell-c-a-p-replace-by-expanded-directory): New functions.
14921         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14922         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14923         (shell-dynamic-complete-environment-variable): Use them.
14924         (shell-dynamic-complete-as-environment-variable)
14925         (shell-dynamic-complete-as-command): Remove.
14926         (shell-match-partial-variable): Match past point.
14927         * comint.el: Clean up use of completion-at-point-functions.
14928         (comint-completion-at-point): New function.
14929         (comint-mode): Use it completion-at-point-functions.
14930         (comint-dynamic-complete): Make it obsolete.
14931         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14932         (comint-c-a-p-replace-by-expanded-history): New function.
14933         (comint-dynamic-complete-functions)
14934         (comint-replace-by-expanded-history): Use it.
14935         * minibuffer.el (completion-table-with-terminator): Allow dynamic
14936         termination strings.  Try harder to avoid second try-completion.
14937         (completion-in-region-mode-map): Disable bindings that don't work yet.
14939         * comint.el: Use lexical-binding.  Require CL.
14940         (comint-dynamic-complete-functions): Use comint-filename-completion.
14941         (comint-completion-addsuffix): Tweak custom type.
14942         (comint-filename-completion, comint--common-suffix)
14943         (comint--common-quoted-suffix, comint--table-subvert)
14944         (comint--complete-file-name-data): New functions.
14945         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14946         (comint-dynamic-list-filename-completions): Use them.
14947         (comint-dynamic-simple-complete): Make obsolete.
14949         * minibuffer.el (completion-in-region-mode):
14950         Keep completion-in-region-mode--predicate global.
14951         (completion-in-region--postch):
14952         Assume completion-in-region-mode--predicate is not null.
14954         * progmodes/flymake.el (flymake-start-syntax-check-process):
14955         Obey `dir'.  Simplify.
14957         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14958         we're in VC after all.
14960 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
14962         * vc/vc.el (vc-diff-build-argument-list-internal)
14963         (vc-version-ediff, vc-ediff): New commands.
14964         (vc-version-diff): Use vc-diff-build-argument-list-internal.
14966 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14968         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14969         add sanity check.
14971         * obsolete/erc-hecomplete.el: Make obsolete.
14972         * obsolete/: Standardize obsolescence info in the header.
14974 2011-04-20  Glenn Morris  <rgm@gnu.org>
14976         * calendar/solar.el (solar-horizontal-coordinates):
14977         Use the longitude argument rather than `calendar-longitude'.
14978         (solar-date-next-longitude): Remove unused locals.
14980 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14982         * whitespace.el: New version 13.2.1.
14984 2011-04-20  felix  <EmacsWiki>  (tiny change)
14986         * whitespace.el (global-whitespace-mode): Keep highlight when
14987         switching between major modes on a file.
14989 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14991         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14992         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14993         multi-line comments as well.
14995 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
14997         Lexical-binding cleanup.
14999         * arc-mode.el (archive-mode-revert):
15000         * cmuscheme.el (scheme-interactively-start-process):
15001         * custom.el (custom-initialize-delay):
15002         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15003         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15004         * emacs-lock.el (emacs-lock-clear-sentinel):
15005         * ezimage.el (defezimage):
15006         * follow.el (follow-avoid-tail-recenter):
15007         * fringe.el (set-fringe-mode-1):
15008         * generic-x.el (bat-generic-mode-compile):
15009         * help-mode.el (help-info-variable, help-do-xref)
15010         (help-mode-revert-buffer):
15011         * help.el (view-emacs-todo):
15012         * iswitchb.el (iswitchb-completion-help):
15013         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15014         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15015         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15016         * locate.el (locate-update):
15017         * longlines.el (longlines-encode-region)
15018         (longlines-after-change-function):
15019         * outline.el (outline-isearch-open-invisible):
15020         * ps-def.el (declare-function, charset-dimension, char-width)
15021         (encode-char):
15022         * ps-mule.el (ps-mule-plot-string):
15023         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15024         (recentf-edit-list-select, recentf-edit-list-validate)
15025         (recentf-open-files-action):
15026         * rect.el (delete-whitespace-rectangle-line)
15027         (rectangle-number-line-callback):
15028         * register.el (window-configuration-to-register)
15029         (frame-configuration-to-register):
15030         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15031         * select.el (xselect-convert-to-string, xselect-convert-to-length)
15032         (xselect-convert-to-targets, xselect-convert-to-delete)
15033         (xselect-convert-to-filename, xselect-convert-to-charpos)
15034         (xselect-convert-to-lineno, xselect-convert-to-colno)
15035         (xselect-convert-to-os, xselect-convert-to-host)
15036         (xselect-convert-to-user, xselect-convert-to-class)
15037         (xselect-convert-to-name, xselect-convert-to-integer)
15038         (xselect-convert-to-atom, xselect-convert-to-identity):
15039         * subr.el (declare, ignore, process-kill-without-query)
15040         (text-clone-maintain):
15041         * terminal.el (te-get-char, te-tic-sentinel):
15042         * tool-bar.el (tool-bar-make-keymap):
15043         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15044         * type-break.el (type-break-mode, type-break-noninteractive-query):
15045         * view.el (View-back-to-mark):
15046         * wid-browse.el (widget-browse-action, widget-browse-widget)
15047         (widget-browse-widgets, widget-browse-sexp):
15048         * widget.el (define-widget-keywords):
15049         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15050         Mark unused parameters.
15052         * align.el (align-adjust-col-for-rule): Mark unused parameter.
15053         (align-areas): Remove unused variable `look'.
15054         (align-region): Remove unused variables `real-end' and `pos-list'.
15056         * apropos.el (apropos-score-doc): Remove unused variable `i'.
15058         * bindings.el (mode-line-modified, mode-line-remote):
15059         Mark unused parameters.
15060         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15062         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15063         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15065         * comint.el (comint-history-isearch-pop-state)
15066         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15067         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15068         (comint-substitute-in-file-name): Doc fix.
15070         * completion.el (cmpl-statistics-block): Mark unused parameter.
15071         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15072         (save-completions-to-file, load-completions-from-file):
15073         Remove unused local variable `e'.
15075         * composite.el (compose-chars): Remove unused variable `len'.
15076         (lgstring-insert-glyph): Remove unused variable `g'.
15077         (compose-glyph-string): Remove unused variables `ascent',
15078         `descent', `lbearing' and `rbearing'.
15079         (compose-glyph-string-relative): Remove unused variables
15080         `lbearing', `rbearing' and `wadjust'.
15081         (compose-gstring-for-graphic): Remove unused variables `header',
15082         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
15083         (compose-gstring-for-terminal): Remove unused variables `header'
15084         and `nchars'.  Use `let', not `let*'.
15086         * cus-edit.el (Custom-set, Custom-save, custom-reset)
15087         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15088         (Custom-buffer-done, custom-buffer-create-internal)
15089         (custom-browse-visibility-action, custom-browse-group-tag-action)
15090         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15091         (widget-magic-mouse-down-action, custom-toggle-parent)
15092         (custom-add-parent-links, custom-toggle-hide-variable)
15093         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15094         (custom-toggle-hide-face, face, hook, custom-group-link-action)
15095         (custom-face-menu-create, custom-variable-menu-create, get)
15096         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15097         (custom-reset-standard-save-and-update): Remove unused variable `value'.
15098         (customize-apropos): Remove unused variable `tests'.
15099         (custom-group-value-create): Remove unused variable `hidden-p'.
15100         (sort-fold-case): Declare.
15102         * cus-theme.el (custom-reset-standard-faces-list)
15103         (custom-reset-standard-variables-list): Declare.
15104         (customize-create-theme, custom-theme-revert, custom-theme-write)
15105         (custom-theme-choose-mode, customize-themes, custom-theme-save):
15106         Mark unused parameters.
15108         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15110         * delim-col.el (delimit-columns-max): Move defvar before first use.
15112         * descr-text.el (describe-char-categories): Don't quote `lambda'.
15113         (describe-char): Don't quote `lambda'.  Mark unused parameter.
15115         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15116         (auto-insert): Declare.
15117         (desktop-restore-file-buffer): Rename desktop-* parameters;
15118         mark unused ones.
15119         (desktop-create-buffer): Rename desktop-* parameters and bind them.
15120         (desktop-buffer): Rename desktop-* parameters.
15122         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15123         (dframe-reposition-frame-xemacs, dframe-help-echo)
15124         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15125         Mark unused parameters.
15127         * dired-aux.el (backup-extract-version-start, overwrite-query)
15128         (overwrite-backup-query, rename-regexp-query)
15129         (rename-non-directory-query): Declare.
15130         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15131         (dired-add-entry): Remove unused variable `orig-file-name'.
15132         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15133         Use parameter PRESERVE-TIME instead of accessing dynamic variable
15134         `dired-copy-preserve-time' directly.
15135         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15136         (dired-insert-subdir-newpos): Rename unused variable `pos'.
15138         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15139         (dired-virtual-revert, dired-make-relative-symlink):
15140         Mark unused parameters.
15141         (manual-program): Declare.
15142         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15143         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15144         wrapped in `with-no-warnings' to avoid replacing one warning by another.
15146         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15148         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15150         * echistory.el (electric-history-in-progress, Helper-return-blurb):
15151         Declare.
15153         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15155         * electric.el (Electric-command-loop): Rename parameter
15156         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15158         * expand.el (expand-in-literal): Remove unused variable `here'.
15160         * facemenu.el (facemenu-add-new-color):
15161         Remove unused variable `docstring'.
15163         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15164         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15165         (face-attr-construct): Mark unused parameter.  Doc fix.
15166         (read-color): Remove unused variable `hex-string'.
15168         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15169         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15170         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15171         (display-buffer-other-frame): Remove unused variable `old-window'.
15172         (kill-buffer-hook): Declare.
15173         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15174         Mark unused parameters.
15175         (after-find-file): Pass 1 to `auto-save-mode', not t.
15177         * files-x.el (auto-insert): Declare.
15178         (modify-file-local-variable-prop-line): Remove unused variable `val'.
15180         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
15181         variable `buf'.  Mark unused parameter.
15182         (find-lisp-insert-directory): Mark unused parameter.
15184         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15185         (format-encode-region): Remove unused variables `cur-buf' and `result'.
15186         (format-common-tail): Remove, unused.
15187         (format-deannotate-region): Remove unused variable `loc'.
15188         (format-annotate-region): Remove unused variable `p'.
15189         (format-annotate-single-property-change): Remove unused variables
15190         `default' and `tail'.
15192         * forms.el (read-file-filter): Declare.
15193         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15195         * frame.el (frame-creation-function-alist): Mark unused parameter.
15196         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15198         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15199         Remove unused parameters.
15200         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15201         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15203         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15204         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15205         (hfy-prepare-tag-map): Mark unused parameters.
15206         (htmlfontify-buffer): Use `called-interactively-p'.
15208         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15209         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15210         (ibuffer-do-occur): Mark unused parameters.
15211         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15212         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15214         * ibuffer.el: Don't quote `lambda'.
15215         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15216         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15217         Mark unused parameters.
15219         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15220         (ido-completing-read): Mark unused parameters.
15221         (ido-copy-current-word): Mark unused parameters;
15222         remove unused variable `name'.
15223         (ido-sort-merged-list): Remove unused parameter `dirs'.
15225         * ielm.el (ielm-input-sender): Mark unused parameter.
15226         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15227         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15228         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15229         `ielm-string' as a dynamic variable accessible from the IELM prompt.
15230         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
15232         * image-dired.el (image-dired-display-thumbs): Remove unused
15233         variables `curr-file' and `count'.
15234         (image-dired-remove-tag): Remove unused variable `start'.
15235         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15236         variable `curr-file'
15237         (image-dired-rotate-original): Remove unused variable `temp-file'.
15238         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15239         Remove unused variable `file'.
15240         (image-dired-gallery-generate): Remove unused variable `curr'.
15241         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15243         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15245         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15247         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15249         * isearch.el (minibuffer-history-symbol): Declare.
15250         (isearch-edit-string): Remove unused variable `err'.
15251         (isearch-message-prefix, isearch-message-suffix):
15252         Mark unused parameters.
15254         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15256         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15258         * makesum.el (double-column): Remove unused variable `cnt'.
15260         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15261         (ido-ignore-item-temp-list): Declare.
15263         * mouse-drag.el (mouse-drag-throw): Remove unused variables
15264         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15265         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15266         (mouse-drag-drag): Remove unused variables `mouse-delta' and
15267         `mouse-col-delta'.
15269         * mouse-sel.el (mouse-extend-internal):
15270         Remove unused variable `orig-window-frame'.
15272         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15273         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15274         Move declarations before first use.
15275         (pcomplete-opt): Mark unused parameters; doc fix.
15277         * proced.el (proced-revert): Mark unused parameter.
15278         (proced-send-signal): Remove unused variable `err'.
15280         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15281         Rename parameter PREFIX-ARG to ARG.
15282         (ps-basic-plot-string, ps-basic-plot-whitespace):
15283         Mark unused parameters.
15285         * replace.el (replace-count): Define.
15286         (occur-revert-function): Mark unused parameters.
15287         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15288         (isearch-case-fold-search, isearch-string): Declare.
15289         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15290         bind `case-fold-search'.  Remove unused variables `beg' and `end',
15291         and simplify.
15292         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15293         COUNT and bind `replace-count'.
15294         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15295         to COUNT.
15297         * savehist.el (print-readably, print-string-length): Declare.
15299         * shadowfile.el (shadow-expand-cluster-in-file-name):
15300         Remove unused variable `cluster'.
15301         (shadow-copy-file): Remove unused variable `i'.
15302         (shadow-noquery, shadow-clusters, shadow-site-cluster)
15303         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15304         (shadow-define-literal-group, shadow-define-regexp-group)
15305         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15307         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15308         (shell): Use `called-interactively-p'.
15309         (shell-directory-tracker): Remove unused variable `chdir-failure'.
15311         * simple.el (compilation-context-lines, comint-file-name-quote-list)
15312         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15313         (delete-backward-char): Remove unused variable `ocol'.
15314         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15315         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15316         (event-apply-hyper-modifier, event-apply-shift-modifier)
15317         (event-apply-control-modifier, event-apply-meta-modifier):
15318         Mark unused parameters.
15319         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15320         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15322         * speedbar.el (speedbar-ignored-directory-expressions)
15323         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15324         (speedbar-find-file, speedbar-dir-follow)
15325         (speedbar-directory-buttons-follow, speedbar-tag-find)
15326         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15327         (speedbar-buffers-line-directory, speedbar-buffer-click):
15328         Mark unused parameters.
15329         (speedbar-tag-file): Remove unused variable `mode'.
15330         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15332         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15334         * talk.el (talk): Remove unused variable `display'.
15336         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15337         (tar-write-region-annotate): Mark unused parameter.
15339         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15340         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15341         Declare them, wrapped in `with-no-warnings' to avoid replacing one
15342         warning by another.
15344         * time-stamp.el (time-stamp-string-preprocess):
15345         Remove unused variable `require-padding'.
15347         * tree-widget.el (widget-glyph-enable): Declare.
15348         (tree-widget-action): Mark unused parameter.
15350         * w32-fns.el (x-get-selection): Mark unused parameter.
15351         (autoload-make-program, generated-autoload-file): Declare.
15353         * wdired.el (wdired-revert): Mark unused parameters.
15354         (wdired-xcase-word): Remove unused variable `err'.
15356         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15357         (whitespace-help-scroll): Remove unused variable `data-help'.
15359         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15360         (widget-image-insert, widget-after-change, default)
15361         (widget-default-format-handler, widget-default-notify)
15362         (widget-default-prompt-value, widget-info-link-action)
15363         (widget-url-link-action, widget-function-link-action)
15364         (widget-variable-link-action, widget-file-link-action)
15365         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15366         (widget-field-prompt-internal, widget-field-action, widget-field-match)
15367         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15368         (widget-insert-button-action, widget-delete-button-action, visibility)
15369         (widget-documentation-link-action, widget-documentation-string-action)
15370         (widget-const-prompt-value, widget-regexp-match, symbol)
15371         (widget-coding-system-prompt-value)
15372         (widget-key-sequence-value-to-external, sexp)
15373         (widget-sexp-value-to-internal, character, vector, cons)
15374         (widget-choice-prompt-value, widget-boolean-prompt-value)
15375         (widget-color--choose-action): Mark unused parameters.
15376         (widget-item-match-inline, widget-choice-match-inline)
15377         (widget-checklist-match, widget-checklist-match-inline)
15378         (widget-group-match): Rename parameter VALUES to VALS.
15379         (widget-field-value-set): Remove unused variable `size'.
15380         (widget-color-action): Remove unused variables `value' and `start'.
15382         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
15383         variable `dir'.  Doc fix.
15384         (windmove-find-other-window): Don't pass it.
15386         * window.el (count-windows): Mark unused parameter.
15387         (bw-adjust-window): Remove unused variable `err'.
15389         * woman.el (woman-file-name): Remove unused variable `default'.
15390         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15391         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15392         (global-font-lock-mode): Declare.
15393         (woman-decode-region): Mark unused parameter.
15394         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15396         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15397         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15398         (x-dnd-handle-moz-url): Remove unused variable `title'.
15399         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15401         * xml.el (xml-parse-tag, xml-parse-attlist):
15402         Remove unused variable `pos'.
15404 2011-04-19  Glenn Morris  <rgm@gnu.org>
15406         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15407         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15408         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15409         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15410         * calendar/cal-html.el (cal-html-insert-minical):
15411         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15412         (calendar-mark-date-pattern):
15413         Prefix "unused" locals.
15415         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15416         optional argument `style'.
15418         * calendar/appt.el (appt-make-list):
15419         * calendar/cal-china.el (calendar-chinese-date-string):
15420         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15421         (diary-hebrew-yahrzeit):
15422         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15423         * calendar/calendar.el (calendar-generate-window):
15424         * calendar/time-date.el (time-to-days):
15425         Remove unused local variables.
15427 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
15429         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15430         glyphless-char-display table.
15431         (tabulated-list-glyphless-char-display): New var.
15433 2011-04-18  Sam Steingold  <sds@gnu.org>
15435         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15436         to acknowledgments.
15438 2011-04-17  Glenn Morris  <rgm@gnu.org>
15440         * calendar/diary-lib.el (diary-sexp-entry):
15441         * calendar/holidays.el (holiday-sexp):
15442         Set debug-on-error rather than the removed stack-trace-on-error.
15444 2011-04-16  Glenn Morris  <rgm@gnu.org>
15446         * progmodes/f90.el: Use lexical-binding.
15447         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15449 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15451         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15452         (mail-mode): Setup mailalias completion here instead.
15453         * mail/mailalias.el: Use lexical-binding.
15454         (pattern, mailalias-done): Declare dynamic.
15455         (mail-completion-at-point-function): New function, from mail-complete.
15456         (mail-complete): Use it.
15457         (mail-completion-expand): New function.
15458         (mail-get-names): Use it.
15459         (mail-directory, mail-directory-process, mail-directory-stream):
15460         Don't use `pattern' for lexically bound arg.
15462         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15464         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15465         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15466         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15468         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15469         (byte-save-window-excursion, byte-temp-output-buffer-setup)
15470         (byte-interactive-p): Define them again, for use when inlining
15471         old code.
15473 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
15475         * loadup.el: Use `string-to-number', not `string-to-int'.
15477 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15479         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15480         gud-gdb-complete-command.
15481         (gud-gdb-completions): New function, from gud-gdb-complete-command.
15482         (gud-gdb-completion-at-point): New function.
15483         (gud-gdb-completions): Remove.
15485 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
15487         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15488         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
15489         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15490         whether `executable-find' is bound.
15492         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15494 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15496         * minibuffer.el (completion-in-region-mode-predicate)
15497         (completion-in-region-mode--predicate): New vars.
15498         (completion-in-region, completion-in-region--postch)
15499         (completion-in-region-mode): Use them.
15500         (completion--capf-wrapper): Also return the hook function.
15501         (completion-at-point, completion-help-at-point):
15502         Adjust and provide a predicate.
15504         Preserve arg names for advice of subr and lexical functions (bug#8457).
15505         * help-fns.el (help-function-arglist): Consolidate the subr and
15506         new-byte-code cases.  Add argument `preserve-names' to extract names
15507         from the docstring when needed.
15508         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15509         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15510         (ad-arglist): Use help-function-arglist's new arg.
15511         (ad-definition-type): Use cond.
15513 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
15515         * autorevert.el (auto-revert-handler):
15516         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15517         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15518         Don't quote lambda.
15520         * image-mode.el (image-transform-set-scale):
15521         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15523 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15525         * net/network-stream.el (network-stream-open-starttls): Only do
15526         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
15527         Upgrades via gnutls-cli are too slow to be done opportunistically.
15529 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
15531         * dframe.el (dframe-current-frame): Remove spurious quote.
15533 2011-04-12  Glenn Morris  <rgm@gnu.org>
15535         * calendar/cal-tex.el (cal-tex-end-document):
15536         Try to automatically use latin1 input if needed.
15538         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15539         Don't try to cons a mark onto an empty element.
15541 2011-04-11  Leo Liu  <sdl.web@gmail.com>
15543         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15544         buffers.
15545         (ido-kill-buffer-at-head): Support killing virtual buffers.
15547 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
15549         * minibuffer.el (completion-show-inline-help): New var.
15550         (completion--do-completion, minibuffer-complete)
15551         (minibuffer-force-complete, minibuffer-complete-word):
15552         Inhibit minibuffer messages if completion-show-inline-help is nil.
15554         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15555         to avoid interference from inline help (Bug#5849).
15557 2011-04-10  Leo Liu  <sdl.web@gmail.com>
15559         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15560         Fix typo.
15562 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
15564         * image-mode.el (image-toggle-display-image): Signal an error if
15565         not in Image mode.
15566         (image-transform-mode, image-transform-resize)
15567         (image-transform-set-rotation): Doc fix.
15568         (image-transform-set-resize): Delete.
15569         (image-transform-set-scale, image-transform-fit-to-height)
15570         (image-transform-fit-to-width): Handle image-toggle-display-image
15571         and image-transform-resize directly.
15573 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
15575         * doc-view.el (doc-view-fit-width-to-window)
15576         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15577         New functions for fitting the shown image to the Emacs window size.
15578         (doc-view-mode-map): Add bindings for the new functions.
15580 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
15582         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
15583         Fix typo in docstring.
15585 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
15587         * files.el (file-size-human-readable): Produce one digit after
15588         decimal, like "ls -lh" does.
15590         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15591         the file size representation.
15593         * simple.el (list-processes): If async subprocesses are not
15594         available, error out with a clear error message.
15596 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
15598         * help.el (help-form-show): New function, to be called from C.
15599         Put help-form output in a buffer named differently than *Help*.
15601 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
15603         * files.el (file-size-human-readable): New function.
15605         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15606         computing the representation inline.  Don't require `cl'.
15608 2011-04-08  Glenn Morris  <rgm@gnu.org>
15610         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15612         * net/browse-url.el (browse-url-firefox):
15613         Test system-type, not system-configuration.
15615         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15616         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15617         Use log-edit-empty-buffer-p.  (Bug#7598)
15619         * net/rlogin.el (rlogin-process-connection-type): Simplify.
15620         (rlogin-mode-map): Initialize in the defvar.
15621         (rlogin): Use ignore-errors.
15623         * replace.el (occur-mode-map): Some fixes for menu items.
15625 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
15627         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
15629 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
15631         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15632         issuing unused warnings.
15634         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15635         macro directly.
15637         * simple.el: Lisp reimplement of list-processes.  Based on an
15638         earlier reimplementation by Leo Liu, but using tabulated-list.el.
15639         (process-menu-mode): New major mode.
15640         (list-processes--refresh, list-processes):
15641         (process-menu-visit-buffer): New functions.
15643         * files.el (save-buffers-kill-emacs): Don't assume any return
15644         value of list-processes, which is undocumented anyway.
15646 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
15648         * emacs-lisp/tabulated-list.el: New file.
15650         * emacs-lisp/package.el: Use Tabulated List mode.
15651         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15652         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
15653         table format using Tabulated List mode variables.
15654         (package--push): New macro, replacing package-list-maybe-add.
15655         (package-menu--generate): Use package--push.  Renamed from
15656         package--generate-package-list.
15657         (package-menu-refresh, list-packages): Use it.
15658         (package-menu--print-info): Rename from package-print-package.
15659         Return insertion data instead of inserting it directly.
15660         (package-menu-describe-package, package-menu-execute):
15661         Use tabulated-list-get-id.
15662         (package-menu-mark-delete, package-menu-mark-install)
15663         (package-menu-mark-unmark, package-menu-backup-unmark)
15664         (package-menu-mark-obsolete-for-deletion):
15665         Use tabulated-list-put-tag.
15666         (package--list-packages, package-menu-revert)
15667         (package-menu-get-package, package-menu-get-version)
15668         (package-menu-sort-by-column): Functions deleted.
15669         (package-menu-package-list, package-menu-sort-key): Vars deleted.
15670         (package-menu--status-predicate, package-menu--version-predicate)
15671         (package-menu--name-predicate)
15672         (package-menu--description-predicate): Handle arguments in the
15673         Tabulated List format.
15674         (package-list-packages-no-fetch): Call list-packages.
15676 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
15678         * files.el (after-find-file-from-revert-buffer): Remove variable.
15679         (after-find-file): Don't bind it.
15680         (revert-buffer-in-progress-p): New variable.
15681         (revert-buffer): Bind it.
15682         Pass nil for `after-find-file-from-revert-buffer'.
15684         * saveplace.el (save-place-find-file-hook): Use new variable
15685         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15687 2011-04-06  Glenn Morris  <rgm@gnu.org>
15689         * Makefile.in (AUTOGEN_VCS): New variable.
15690         (autoloads): Use $AUTOGEN_VCS.
15692         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15693         * calendar/calendar.el (calendar-mode-map):
15694         Check for toolkit scroll bars.  (Bug#8305)
15696 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
15698         * minibuffer.el (completion-in-region--postch)
15699         (completion-in-region-mode): Remove unnecessary messages.
15701 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
15703         * font-lock.el (font-lock-refresh-defaults):
15704         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15705         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15707         * info.el (Info-directory-list, Info-read-node-name-2)
15708         (Info-split-parameter-string): Doc fixes.
15709         (Info-virtual-nodes): Reflow docstring.
15710         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15711         (Info-apropos-toc-nodes, info-finder, Info-get-token)
15712         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15713         Fix typos in docstrings.
15714         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15715         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15716         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15717         (Info-restore-desktop-buffer): Mark unused parameters.
15718         (Info-directory-find-file, Info-directory-find-node)
15719         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15720         (Info-virtual-index-find-node, Info-apropos-find-file)
15721         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
15722         Mark unused parameters; fix typos in docstrings.
15723         (Info-virtual-index): Remove unused local variable `nodename'.
15725 2011-04-05  Deniz Dogan  <deniz@dogan.se>
15727         * net/rcirc.el: Update my e-mail address.
15728         (rcirc-mode-map): Remove M-o binding.
15730 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
15732         * startup.el (command-line): Save the cursor's theme-face
15733         directly, instead of using face-override-spec.
15735         * custom.el (load-theme): Minor optimization in assigning faces.
15737 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
15739         * help-fns.el (describe-variable): Complete all variables having
15740         documentation, including keywords.
15741         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15743 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
15745         Convert to lexical-binding.
15747         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15748         (bs--get-marked-string, bs--get-modified-string)
15749         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15750         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15751         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15753         * ehelp.el (electric-help-execute-extended)
15754         (electric-help-ctrl-x-prefix):
15755         * hexl.el (hexl-revert-buffer-function):
15756         * linum.el (linum-after-change, linum-after-scroll):
15757         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15759         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15761 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
15763         * epa-dired.el:
15764         * epa-mail.el:
15765         * epa-hook.el:
15766         * epa-file.el:
15767         * epa.el:
15768         * epg.el: Use lexical binding.
15770 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
15772         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15774         * textmodes/flyspell.el (flyspell-word): Recognize default
15775         dictionary case for flyspell-mark-duplications-exceptions.
15776         Use regexp matching for languages.
15777         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15778         default dictionary (Bug#7926).
15780 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
15782         * emacs-lisp/package.el (package--with-work-buffer):
15783         Recognize https URLs.
15785         * net/network-stream.el: Move from gnus/proto-stream.el.
15786         Change prefix to network-stream throughout.
15787         (open-protocol-stream): Merge into open-network-stream, leaving
15788         open-protocol-stream as an alias.  Handle nil BUFFER args.
15790         * subr.el (open-network-stream): Move to net/network-stream.el.
15792 2011-04-02  Glenn Morris  <rgm@gnu.org>
15794         * find-dired.el (find-exec-terminator): New option.
15795         (find-ls-option): Test for -ls support.
15796         (find-ls-subdir-switches): Test for -b in find-ls-option.
15797         (find-dired, find-grep-dired): Doc fixes.
15798         (find-dired): Use find-exec-terminator.
15800         * find-dired.el (find-ls-option, find-ls-subdir-switches)
15801         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15802         (find-name-arg): Remove purecopy.
15804         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15805         (grep-compute-defaults): Check for `-exec COMMAND +' support.
15806         Set grep-find-use-xargs, grep-find-command, and grep-find-template
15807         accordingly.  Don't add the null-device if not needed.
15809         * files.el (save-some-buffers): Doc fix.
15811 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
15813         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15815 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
15817         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15818         Use `dolist' rather than `mapcar'.
15820 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15822         Add lexical binding.
15824         * subr.el (apply-partially): Use new closures rather than CL.
15825         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15826         (dolist, dotimes): Use slightly different expansion for lexical code.
15827         (functionp): Move to C.
15828         (letrec): New macro.
15829         (with-wrapper-hook): Use it and apply-partially instead of CL.
15830         (eval-after-load): Preserve lexical-binding.
15831         (save-window-excursion, with-output-to-temp-buffer): Turn them
15832         into macros.
15834         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15836         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15837         than the arglist.
15838         (help-add-fundoc-usage): Don't add `Not documented'.
15839         (help-function-arglist): Handle closures, subroutines, and new
15840         byte-code-functions.
15841         (help-make-usage): Remove leading underscores.
15842         (describe-function-1): Handle closures.
15843         (describe-variable): Use special-variable-p for completion.
15845         * files.el (lexical-binding): Declare safe.
15847         * emacs-lisp/pcase.el: Don't use destructuring-bind.
15848         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
15849         (pcase): Add `let' pattern.
15850         Change memoization so it actually works.
15851         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15852         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15853         <let>: New case.
15855         * emacs-lisp/macroexp.el: Use lexical binding.
15856         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
15857         Don't convert ' to #' without checking that it's indeed quoting
15858         a lambda.
15860         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
15861         Use eval-sexp-add-defvars.
15862         (eval-sexp-add-defvars): New fun.
15864         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15866         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15867         Don't autoload.
15868         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15869         than the internal `byte-compile-lambda'.
15870         (defmethod): Don't hide code under quotes.
15871         (eieio-defmethod): New `code' argument.
15873         * emacs-lisp/eieio-comp.el: Remove.
15875         * emacs-lisp/edebug.el (edebug-eval-defun)
15876         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15877         (edebug-toggle): Avoid `eval'.
15879         * emacs-lisp/disass.el (disassemble-internal): Handle new
15880         `closure' objects.
15881         (disassemble-1): Handle new byte codes.
15883         * emacs-lisp/cl.el (pushnew): Silence warning.
15885         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15886         (cl-byte-compile-throw): Remove.
15887         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15889         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15890         closures.
15892         * emacs-lisp/cconv.el: New file.
15894         * emacs-lisp/bytecomp.el: Use lexical binding instead of
15895         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
15896         (byte-compile-initial-macro-environment):
15897         Handle declare-function here.
15898         (byte-compile--lexical-environment): New var.
15899         (byte-stack-ref, byte-stack-set, byte-discardN)
15900         (byte-discardN-preserve-tos): New lap codes.
15901         (byte-interactive-p): Don't use any more.
15902         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15903         New macros.
15904         (byte-compile-lapcode): Use them and handle new lap codes.
15905         (byte-compile-obsolete): Remove.
15906         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15907         (byte-compile-arglist-warn): Check late def of inlinable funs.
15908         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15909         since they should have been expanded by now.
15910         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15911         (byte-compile-from-buffer): Remove unused second arg.
15912         (byte-compile-preprocess): New function.
15913         (byte-compile-toplevel-file-form): New function to distinguish
15914         file-form calls from outside from file-form calls from hunk-handlers.
15915         (byte-compile-file-form): Simplify.
15916         (byte-compile-file-form-defsubst): Remove.
15917         (byte-compile-file-form-defmumble): Simplify now that
15918         byte-compile-lambda always returns a byte-code-function.
15919         (byte-compile): Preprocess.
15920         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15921         Remove, not used any more.
15922         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15923         (byte-compile-make-args-desc): New funs.
15924         (byte-compile-lambda): Handle lexical functions.  Always return
15925         a byte-code-function.
15926         (byte-compile-reserved-constants): New var, to make up room for
15927         closed-over variables.
15928         (byte-compile-constants-vector): Obey it.
15929         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15930         (byte-compile-macroexpand-declare-function): New function.
15931         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15932         byte-code-functions.
15933         (byte-compile-form): Check obsolescence here.
15934         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15935         (byte-compile-variable-ref): Remove.
15936         (byte-compile-dynamic-variable-op): New fun.
15937         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15938         (byte-compile-variable-set): New funs.
15939         (byte-compile-discard): Add 2 args.
15940         (byte-compile-stack-ref, byte-compile-stack-set)
15941         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15942         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15943         macroexpand-all instead.
15944         (byte-compile-quote-form): Remove.
15945         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15946         (byte-compile-bind, byte-compile-unbind): New funs.
15947         (byte-compile-let): Handle let* and lexical binding.
15948         (byte-compile-let*): Remove.
15949         (byte-compile-catch, byte-compile-unwind-protect)
15950         (byte-compile-track-mouse, byte-compile-condition-case):
15951         Handle a new :fun-body form, used for lexical scoping.
15952         (byte-compile-save-window-excursion)
15953         (byte-compile-with-output-to-temp-buffer): Remove.
15954         (byte-compile-defun): Simplify.
15955         (byte-compile-stack-adjustment): New fun.
15956         (byte-compile-out): Use it.
15957         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15959         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15960         handler any more.
15962         * emacs-lisp/byte-opt.el: Use lexical binding.
15963         (byte-inline-lapcode): Remove (to bytecomp).
15964         (byte-compile-inline-expand): Pay attention to inlining to/from
15965         lexically bound code.
15966         (byte-compile-unfold-lambda): Don't handle byte-code-functions
15967         any more.
15968         (byte-optimize-form-code-walker): Don't handle save-window-excursion
15969         any more and don't call compiler-macros.
15970         (byte-compile-splice-in-already-compiled-code): Remove.
15971         (byte-code): Don't inline any more.
15972         (disassemble-offset): Receive `bytes' as argument rather than via
15973         dynamic scoping.
15974         (byte-compile-tag-number): Declare before first use.
15975         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15976         `return' even if make-spliceable.
15977         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15978         obsolete interactive-p.
15979         (byte-optimize-lapcode): Optimize new lap-codes.
15980         Don't trip up on new form of `byte-constant' lap code.
15982         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15984         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15986         * custom.el (custom-initialize-default, custom-declare-variable):
15987         Use `defvar'.
15989         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15990         New variables.
15991         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15992         (COMPILE_FIRST): Add macroexp and cconv.
15993         * makefile.w32-in: Mirror changes in Makefile.in.
15995         * vc/cvs-status.el:
15996         * vc/diff-mode.el:
15997         * vc/log-edit.el:
15998         * vc/log-view.el:
15999         * vc/smerge-mode.el:
16000         * textmodes/bibtex-style.el:
16001         * textmodes/css-mode.el:
16002         * startup.el:
16003         * uniquify.el:
16004         * minibuffer.el:
16005         * newcomment.el:
16006         * reveal.el:
16007         * server.el:
16008         * mpc.el:
16009         * emacs-lisp/smie.el:
16010         * doc-view.el:
16011         * dired.el:
16012         * abbrev.el: Use lexical binding.
16014 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
16016         * info.el (info-display-manual): New function.
16018 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16020         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16022 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
16024         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
16025         an entry for that server in rcirc-authinfo.  (Bug#8385)
16027 2011-03-31  Glenn Morris  <rgm@gnu.org>
16029         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16031         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16033 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
16035         * progmodes/python.el (python-default-interpreter)
16036         (python-python-command-args, python-jython-command-args)
16037         (python-which-shell, python-which-args, python-which-bufname)
16038         (python-file-queue, python-comint-output-filter-function)
16039         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16040         variables and functions.
16042 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16044         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16045         (completion-in-region-mode): New minor mode.
16046         (completion-in-region): Use it.
16047         (completion-in-region--data, completion-in-region-mode-map): New vars.
16048         (completion-in-region--postch): New function.
16049         (completion--capf-misbehave-funs, completion--capf-safe-funs):
16050         New vars.
16051         (completion--capf-wrapper): New function.
16052         (completion-at-point): Use it to track well-behavedness of
16053         hook functions.
16054         (completion-help-at-point): New command.
16056 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
16058         * vc/add-log.el (add-change-log-entry): Don't use whitespace
16059         syntax class to search for whitespace on a single line
16060         (Message-ID: <4D938140.4030905@redhat.com>).
16062 2011-03-30  Leo Liu  <sdl.web@gmail.com>
16064         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16065         New commands.
16066         (edit-abbrevs-map): Bind them here.
16067         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
16069 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
16071         * allout.el (allout-hide-by-annotation, allout-flag-region):
16072         Reduce possibility of overlay leakage by making them volatile.
16074         * allout-widgets.el (allout-widgets-tally): Define as nil so the
16075         hash is not shared between buffers.  Mode initialization is
16076         responsible for giving it a useful starting value.
16077         (allout-item-span): Reduce possibility of overlay leakage by
16078         making them volatile.
16079         (allout-widgets-count-buttons-in-region): Add diagnostic function
16080         for tracking down button overlay leaks.
16082 2011-03-29  Leo Liu  <sdl.web@gmail.com>
16084         * ido.el (ido-read-internal): Use the default history var
16085         minibuffer-history if no HISTORY is specified.
16087 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
16089         * net/imap.el (imap-shell-open, imap-process-connection-type):
16090         Use imap-process-connection-type for 'shell' streams as well as
16091         Kerberos, SSL, other subprocesses.
16093 2011-03-28  Leo Liu  <sdl.web@gmail.com>
16095         * abbrev.el (abbrev-table-empty-p): New function.
16096         (prepare-abbrev-list-buffer): Place empty abbrev tables after
16097         nonempty ones.  (Bug#5937)
16099 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
16101         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16103 2011-03-27  Leo Liu  <sdl.web@gmail.com>
16105         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16106         for foreground and background colors.
16107         (ansi-color-make-color-map): Adapt.
16109 2011-03-25  Leo Liu  <sdl.web@gmail.com>
16111         * midnight.el (midnight-time-float): Remove.  Note it calculates
16112         the microsecond component incorrectly and seconds-to-time does the
16113         same job.
16114         Remove redundant (require 'timer).
16116         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16117         (ido-completions): Remove unused arguments.  (Bug#8329)
16119 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16121         * minibuffer.el (completion--flush-all-sorted-completions):
16122         Remove itself from hook.
16123         (completion-at-point): Let the functions perform the completion
16124         immediately and return nil or t.
16125         * comint.el (comint-dynamic-complete-functions): Now identical to
16126         completion-at-point-functions.
16127         (comint-dynamic-list-input-ring): Remove unused var `index'.
16128         (comint--match-partial-filename, comint--unquote&expand-filename):
16129         New funs, split from comint-match-partial-filename.
16130         (comint-dynamic-complete): Use completion-at-point.
16131         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16133 2011-03-24  Drew Adams  <drew.adams@oracle.com>
16135         * thingatpt.el: Support `defun'.
16137 2011-03-23  Leo Liu  <sdl.web@gmail.com>
16139         * abbrevlist.el: Move to obsolete/abbrevlist.el.
16141         * help-mode.el (help-mode-finish): Tweak regexp.
16143 2011-03-23  Glenn Morris  <rgm@gnu.org>
16145         * eshell/esh-opt.el (eshell-eval-using-options):
16146         Do not bind unused local variable `eshell-option-stub'.
16148         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16150 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
16152         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16153         keymap variable in `with-no-warnings' to avoid a warning when the
16154         keymap has been already `defconst'ed.
16156 2011-03-22  Leo Liu  <sdl.web@gmail.com>
16158         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16159         encode all chars in abbrevs; otherwise use emacs-mule or
16160         utf-8-emacs.  (Bug#8308)
16162 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
16164         * simple.el (backward-delete-char-untabify):
16165         Avoid warning about using `delete-backward-char'.
16167         * image.el (image-type-file-name-regexps): Make it variable.
16168         `imagemagick-register-types' modifies it, and the user may want
16169         to add new extensions for known image types.
16170         (imagemagick-register-types): Throw error if not using ImageMagick.
16172 2011-03-22  Leo Liu  <sdl.web@gmail.com>
16174         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16175         located before rcirc-prompt-end-marker.
16176         (rcirc-complete): Error if point is not after rcirc prompt.
16177         Handle the case when table is nil.
16178         (rcirc-user-authenticated): Define to fix compiler warning.
16180 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
16182         * custom.el (custom--inhibit-theme-enable): Make it affect only
16183         custom-theme-set-variables and custom-theme-set-faces.
16184         (provide-theme): Ignore custom--inhibit-theme-enable.
16185         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16186         (custom-enabling-themes): Delete variable.
16187         (enable-theme): Accept only loaded themes as arguments.
16188         Ignore the special custom-enabled-themes variable.
16189         (custom-enabled-themes): Forbid themes from setting this.
16190         Eliminate use of custom-enabling-themes.
16191         (custom-push-theme): Quote "changed" custom var entry.
16193 2011-03-21  Leo Liu  <sdl.web@gmail.com>
16195         * ido.el (ido-read-internal): Add ido-selected to history instead
16196         of user input.
16198 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16200         * subr.el (deferred-action-list, deferred-action-function):
16201         Mark obsolete.
16203 2011-03-21  Leo Liu  <sdl.web@gmail.com>
16205         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16206         change on 2011-02-13 (bug#8309).
16208         * minibuffer.el (read-file-name-function): Change default value.
16209         (read-file-name--defaults): Rename from read-file-name-defaults.
16210         (read-file-name-default): Rename from read-file-name.
16211         (read-file-name): Call read-file-name-function.
16213 2011-03-21  Glenn Morris  <rgm@gnu.org>
16215         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16216         Doc fixes.
16218 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
16220         * cus-theme.el: Add missing provide statement.
16221         (customize-create-theme): Extract theme value correctly.
16222         (custom-theme-visit-theme): Autoload.
16223         (customize-create-theme): Prompt before inserting default faces.
16225 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
16227         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16228         units and musical notes.
16230 2011-03-20  Leo Liu  <sdl.web@gmail.com>
16232         * ido.el (ido-read-internal): Use completing-read-default.
16233         (ido-completing-read): Fix compatibility with completing-read.
16235 2011-03-20  Christian Ohler  <ohler@gnu.org>
16237         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16238         (ert-delete-all-tests): Use `called-interactively-p' rather than
16239         `interactive-p'.
16240         (ert--make-xrefs-region): Respect END.
16242 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
16244         * dired-aux.el (dired-create-directory): Signal an error if the
16245         directory already exists (Bug#8246).
16247         * facemenu.el (list-colors-display): Call list-faces-display
16248         inside with-help-window.
16249         (list-colors-print): Use display property to align the final
16250         column, instead of checking window-width.
16252 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
16254         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
16255         windows-nt systems.
16256         (emerge-protect-metachars): Quote correctly for ms-dos and
16257         windows-nt systems.
16259 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
16261         * info.el (info-initialize): Replace all uses of `:' with
16262         path-separator for compatibility with non-Unix systems.
16263         Cache quoting of path-separator.  (Bug#8258)
16265 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
16267         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16268         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16269         (mouse-avoidance-mode): Fix typos in docstrings.
16271 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
16273         * startup.el (package-subdirectory-regexp): Move from package.el.
16274         Omit \\` and \\', and let callers add them.
16276         * emacs-lisp/package.el (package-strip-version)
16277         (package-load-all-descriptors): Add \\` and \\' to
16278         package-subdirectory-regexp before using it.
16279         (package-untar-buffer): New arg DIR; ensure that file untars only
16280         into this expected directory.  Remove superfluous delete-region.
16281         (package-unpack): Caller changed.
16282         (package-tar-file-info): Use package-subdirectory-regexp.
16284 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16286         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16287         diff-mode-shared-map (bug#8284).
16288         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
16290 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16292         * calendar/time-date.el (format-seconds): Use assoc instead of
16293         assoc-string, since assoc-string doesn't exist in XEmacs.
16295 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
16297         * custom.el (custom-known-themes): Reflow docstring.
16298         (custom-theme-load-path): Fix typo in docstring.
16299         (load-theme): Fix typo in error message.
16300         (custom-available-themes, custom-variable-theme-value):
16301         Use `let', not `let*'.
16303 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
16305         * calc/README: Mention inclusion of musical notes.
16307         * calc/calc-units.el (calc-lu-quant): Rename from
16308         `calc-logunits-quantity'.
16309         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16310         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16311         (calc-db): Rename from `calc-dblevel'.
16312         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16313         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16314         (calc-np): Rename from `calc-nplevel'.
16315         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16316         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16317         (calc-lu-plus): Rename from `calc-logunits-add'.
16318         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16319         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16320         (calc-lu-minus): Rename from `calc-logunits-sub'.
16321         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16322         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16323         (calc-lu-times): Rename from `calc-logunits-mul'.
16324         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16325         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16326         (calc-lu-divide): Rename from `calc-logunits-div'.
16327         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16328         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16330         * calc/calc-ext.el (calc-init-extensions): Update the names of the
16331         functions being autoloaded.
16333         * calc/calc.el (calc-lu-power-reference): Rename from
16334         `calc-logunits-power-reference'.
16335         (calc-lu-field-reference): Rename from
16336         `calc-logunits-field-reference'.
16338         * calc/calc-help.el (calc-l-prefix-help):
16339         Mention musical note functions.
16341 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16343         * minibuffer.el (completion-all-sorted-completions):
16344         Use :completion-cycle-penalty text property if present.
16346 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
16348         * allout.el (allout-yank-processing): Adjust for new rebulleting
16349         regime so bullet being yanked is used without prompting the user
16350         for a choice.
16352 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
16354         * startup.el (command-line): Warn the user that _emacs is deprecated.
16356 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
16358         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16359         (delphi-verbose, delphi-comment-face, delphi-string-face)
16360         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16361         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16362         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16363         (delphi-new-comment-line, delphi-font-lock-defaults)
16364         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16365         Fix typos in docstrings.
16367 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
16369         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
16370         Invert the roles of character and string values for INSTEAD, so a
16371         string is used for the more common case of a defaulting prompt.
16373 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16375         * progmodes/ruby-mode.el (ruby-backward-sexp):
16376         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16377         * play/gamegrid.el (gamegrid-make-face):
16378         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16379         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16380         * notifications.el (notifications-notify):
16381         * net/xesam.el (xesam-search-engines):
16382         * net/quickurl.el (quickurl-list-insert):
16383         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16385 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
16387         * startup.el (command-line): Update package subdirectory regexp.
16389 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16391         * allout.el (allout-abbreviate-flattened-numbering)
16392         (allout-mode-deactivate-hook): Fix up obsolescence "date".
16394         * subr.el (read-char-choice): Only show the cursor after the prompt,
16395         not after the answer.
16397 2011-03-15  Kevin Ryde  <user42@zip.com.au>
16399         * help-fns.el (variable-at-point): Skip leading quotes, if any
16400         (bug#8253).
16402 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16404         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16405         warning message.
16407 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
16409         * shell.el (shell): When called interactively, offer to change the
16410         shell file name on remote hosts.
16412 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16414         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16415         integration for LDAP parameters.  The host, base, user or binddn,
16416         and secret tokens can be specified in a netrc file, for instance.
16417         This is optional because an `auth-source' parameter must be
16418         specified in the search attributes.
16420 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
16422         * help.el (describe-mode): Link to the mode's definition (bug#8185).
16424 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16426         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16427         into declaration.  Remove redundant and harmful binding.
16429 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
16431         * files.el (file-ownership-preserved-p): Pass `integer' as an
16432         explicit 2nd argument to `file-attributes'.  If the file's owner
16433         is the Administrators group on Windows, and the current user is
16434         Administrator, consider that a match.
16436         * server.el (server-ensure-safe-dir): Consider server directory
16437         safe on MS-Windows if its owner is the Administrators group while
16438         the current Emacs user is Administrator.  Use `=' to compare
16439         numerical UIDs, since they could be integers or floats.
16441 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
16443         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16445 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
16447         Sync with Tramp 2.2.1.
16449         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16451         * net/trampver.el: Update release number.
16453 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16455         * progmodes/compile.el (compilation--previous-directory): Fix up
16456         various nil/dead-marker mismatches (bug#8014).
16457         (compilation-directory-properties, compilation-error-properties):
16458         Don't call it at a position past the one we're about to change.
16460         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16461         Disable obsolescence warnings in the file that declares it.
16463 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
16465         * allout-widgets.el (allout-widgets-tally):
16466         Initialize allout-widgets-tally as a hash table rather than nil to
16467         prevent mode-line redisplay warnings.  Also, clarify the module
16468         description and fix a comment typo.
16470 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
16472         * help-fns.el (describe-variable): Don't complete keywords.
16473         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16475 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
16477         * emacs-lisp/package.el (package-version-join): Impose a standard
16478         string representation for pre/alpha/beta version lists.
16479         (package-unpack-single): Standardize the directory name by passing
16480         it through package-version-join.
16481         (package-strip-rcs-id): Accept any version string that does not
16482         signal an error in version-to-list.
16484 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
16486         * simple.el (delete-trailing-whitespace): Return nil for the
16487         benefit of `write-file-functions'.
16489 2011-03-10  Glenn Morris  <rgm@gnu.org>
16491         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16493         * vc/vc-git.el (vc-git-program): New option.
16494         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16495         (vc-git--call): Use it.
16497         * eshell/esh-util.el (eshell-condition-case): Doc fix.
16499         * cus-edit.el (Custom-newline): If no button at point, look
16500         for a subgroup button at start-of-line.  (Bug#2298)
16502         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16504 2011-03-10  Julien Danjou  <julien@danjou.info>
16506         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16507         `cursor-type' is nil.
16509 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
16511         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16513 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
16515         * allout.el: Change so yank of distinctive-bullet items
16516         preserves the existing header prefix, rebulleting it if necessary,
16517         rather than replacing it.  This is necessary for proper operation
16518         of cooperative addons like allout-widgets.
16519         (allout-make-topic-prefix, allout-rebullet-heading):
16520         Change SOLICIT arg to INSTEAD, and interpret additionally a string
16521         value as alternate bullet to be used, instead of prompting the user
16522         for a bullet character.
16524 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
16526         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16527         Do not use `tramp-file-name-port', because this returns also
16528         `tramp-default-port'.
16530 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
16532         * net/rcirc.el (rcirc-handler-001): Remove useless
16533         with-rcirc-process-buffer.
16534         (rcirc-check-auth-status): Swap arguments to string-match.
16536 2011-03-09  Glenn Morris  <rgm@gnu.org>
16538         * shell.el (shell-mode):
16539         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
16541         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16542         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
16544 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
16546         * emacs-lisp/package.el (package-refresh-contents)
16547         (package-menu-execute): Use condition-case-no-debug.
16549 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
16551         * simple.el (shell-command-to-string): Use `process-file'.
16553         * emacs-lisp/package.el (package-tar-file-info): Handle also
16554         remote files.
16556         * emacs-lisp/package-x.el (package-upload-buffer-internal):
16557         Use `equal' for upload base check.
16559 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
16561         * textmodes/texinfo.el (texinfo-environments):
16562         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
16564 2011-03-08  Glenn Morris  <rgm@gnu.org>
16566         * cus-start.el (cursor-in-non-selected-windows):
16567         Fix :set quoting oddness.  (Bug#8192)
16569         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16570         in some setf expressions.  (Bug#2159)
16572 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
16574         * custom.el (custom-available-themes): Return themes in
16575         alphabetical order.
16577 See ChangeLog.15 for earlier changes.
16579 ;; Local Variables:
16580 ;; coding: utf-8
16581 ;; End:
16583   Copyright (C) 2011-2012  Free Software Foundation, Inc.
16585   This file is part of GNU Emacs.
16587   GNU Emacs is free software: you can redistribute it and/or modify
16588   it under the terms of the GNU General Public License as published by
16589   the Free Software Foundation, either version 3 of the License, or
16590   (at your option) any later version.
16592   GNU Emacs is distributed in the hope that it will be useful,
16593   but WITHOUT ANY WARRANTY; without even the implied warranty of
16594   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16595   GNU General Public License for more details.
16597   You should have received a copy of the GNU General Public License
16598   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.