Remove empty and useless init functions.
[emacs.git] / lisp / ChangeLog
blob7bb09181b96f87539efd771af211c22473c59c68
1 2012-07-14  Chong Yidong  <cyd@gnu.org>
3         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
6         (xterm-mouse--read-event-sequence-1000)
7         (xterm-mouse--read-event-sequence-1006): New functions.  For old
8         mouse protocol, handle M-mouse-X events correctly.
9         (xterm-mouse-event): New arg specifying mouse protocol.
10         (turn-on-xterm-mouse-tracking-on-terminal)
11         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
12         sequence to toggle extended coordinates on newer XTerms.  This
13         appears to be harmless on terminals which do not support this.
15 2012-07-14  Leo Liu  <sdl.web@gmail.com>
17         Add fringe bitmap indicators for flymake.  (Bug#11253)
18         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
19         (flymake-make-overlay): New arg BITMAP.
20         (flymake-error-bitmap, flymake-warning-bitmap)
21         (flymake-fringe-indicator-position): New user variables.
23         * fringe.el: New bitmap exclamation-mark.
25 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
27         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
28         also (Bug#7879).
30 2012-07-14  Chong Yidong  <cyd@gnu.org>
32         * electric.el (electric-pair-post-self-insert-function): Fix pair
33         insertion in empty-region case (Bug#11520).
35 2012-07-14  Chong Yidong  <cyd@gnu.org>
37         * bindings.el: Consolidate ctl-x-r-map bindings.  Bind
38         copy-rectangle-as-kill to C-x r w.
40         * rect.el, register.el: Move bindings to bindings.el.
42 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
44         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
46 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
48         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
50 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
52         * bindings.el (top): Use `mapc' instead of `mapcar'.
54         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
56 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
58         * progmodes/sql.el (sql-comint): Suppress the check for program on
59         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
60         (Bug#11908)
62 2012-07-13  Chong Yidong  <cyd@gnu.org>
64         * bindings.el: Assign a non-nil permanent-local property to
65         per-buffer variables which lack a default value (Bug#11930).
67         * help-fns.el (describe-variable): In the "automatically becomes
68         local" notice, take note of permanent-local variables.
70 2012-07-13  Chong Yidong  <cyd@gnu.org>
72         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
73         to allow printing the message when called from Lisp.
75         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
76         Remove toggle-read-only.
78         * bs.el (bs-toggle-readonly):
79         * buff-menu.el (Buffer-menu-toggle-read-only): Remove
80         with-no-warnings around toggle-read-only.
82         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
83         Remove with-no-warnings around toggle-read-only.
84         (ffap-read-only, ffap-read-only-other-window)
85         (ffap-read-only-other-frame): Callers changed.
87         * help-mode.el: Don't require view package.
88         (help-mode-finish): Set buffer-read-only instead of calling
89         toggle-read-only.
91         * bindings.el (mode-line-toggle-read-only):
92         * dired.el (dired-toggle-read-only):
93         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
94         with non-nil second arg.
96         * emacs-lisp/eieio-custom.el (eieio-customize-object):
97         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
98         directly.
100 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
102         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
103         not incf.
105 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
107         More CL cleanups and reduction of use of cl.el.
108         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
109         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
110         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
111         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
112         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
113         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
114         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
115         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
116         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
117         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
118         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
119         * eshell/em-cmpl.el, eshell/em-banner.el:
120         * calendar/parse-time.el: Use cl-lib.
121         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
122         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
123         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
124         * term/ns-win.el, term.el, shell.el, ps-samp.el:
125         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
126         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
127         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
128         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
129         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
130         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
131         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
132         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
133         `lambda' rather than with `quote'.
134         (eshell-do-opt): Adjust accordingly.
135         (eshell-process-option): Simplify.
136         * eshell/esh-var.el:
137         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
138         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
139         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
140         to `pcase--dontcare'.
141         * emacs-lisp/cl.el (labels): Mark obsolete.
142         (cl--letf, letf): Move to cl-lib.
143         (cl--letf*, letf*): Remove.
144         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
145         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
146         (cl-progv): Rewrite.
147         (cl--letf, cl-letf): Move from cl.el.
148         (cl-letf*): New macro.
149         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
151 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
153         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
155 2012-07-11  Chong Yidong  <cyd@gnu.org>
157         * vc/log-edit.el (log-edit-vc-backend): New variable.
158         (log-edit): Doc fix.
160         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
161         argument of log-edit to set up all local variables.
162         (vc-start-logentry): New optional arg specifying VC backend.
164         * vc/vc.el (vc-checkin): Use it.
165         (vc-deduce-fileset): Handle Log Edit buffers.
166         (vc-diff): Make first argument optional too.
168         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
170 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
172         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
173         command, just in case.  The function is not needed anymore.
174         (eshell-external-command): Do not call `eshell-remote-command'.
176 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
178         Reduce use of (require 'cl).
179         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
180         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
181         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
182         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
183         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
184         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
185         * battery.el, avoid.el, abbrev.el: Use cl-lib.
186         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
187         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
188         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
189         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
190         * calculator.el, autorevert.el, apropos.el: Don't require CL.
191         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
192         (byte-compile-unfold-bcf, byte-compile-check-variable):
193         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
194         (byte-compile-nilconstp):
195         * emacs-lisp/autoload.el (make-autoload): Use pcase.
196         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
198         * emacs-lisp/gv.el (cond): Make it a valid place.
199         (if): Simplify slightly.
201         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
202         (pcase--self-quoting-p): New function.
203         (pcase--u1): Use it.
205 2012-07-10  Glenn Morris  <rgm@gnu.org>
207         * emacs-lisp/authors.el (authors-fixed-entries):
208         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
210 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
212         Rename configure.in to configure.ac (Bug#11603).
213         * emacs-lisp/authors.el (authors-canonical-file-name):
214         * progmodes/autoconf.el (autoconf-mode):
215         Prefer configure.ac to configure.in.
217 2012-07-08  Chong Yidong  <cyd@gnu.org>
219         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
220         Implement the mouse-1-click-follows-link handling properly.
222         * info.el (Info-link-keymap): Use follow-link mechanism for
223         header-line links (Bug#374).
225         * simple.el (deactivate-mark): Do not set the primary selection
226         if another program has acquired it (Bug#11772).
228 2012-07-07  Kevin Ryde  <user42@zip.com.au>
230         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
231         (woman-decode-region): Replace escaped-escapes without destroying
232         bold or underline (Bug#11552).
233         (woman2-process-escapes): Handle nofill regions (Bug#11591).
235 2012-07-07  Chong Yidong  <cyd@gnu.org>
237         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
238         (interprogram-cut-function, interprogram-paste-function):
239         Mention that we typically mean the clipboard.
241 2012-07-06  Glenn Morris  <rgm@gnu.org>
243         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
245         * files.el (toggle-read-only): Restrict message to interactive use.
247 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
249         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
251         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
253 2012-07-06  Glenn Morris  <rgm@gnu.org>
255         * Makefile.in (compile-one-process): Rename from "recompile".
257         * Makefile.in (bzr-update): "compile" is the same as "recompile
258         autoloads", but parallelizable, so use that instead.
260 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
262         * window.el (quit-window): Always restore window height when
263         it's saved in quit-restore parameter.
265 2012-07-06  Glenn Morris  <rgm@gnu.org>
267         * simple.el (kill-whole-line): Doc tweak.
269 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
271         * files.el (file-relative-name): Compare file names
272         case-insensitively if on MS-Windows or MS-DOS, or if
273         read-file-name-completion-ignore-case is non-nil.  Don't use
274         case-fold-search for this purpose.  (Bug#11827)
276 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
278         * calendar/cal-dst.el (calendar-current-time-zone):
279         Return calendar-current-time-zone-cache if non-nil.
281 2012-07-06  Glenn Morris  <rgm@gnu.org>
283         * Makefile.in (cvs-update): Remove old alias.
285 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
287         Sync with Tramp 2.2.6-pre.
289         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
290         compatible declaration.
292         * net/tramp-cmds.el (tramp-append-tramp-buffers):
293         Protect `list-load-path-shadows' call.
295         * net/tramp-compat.el (top): Require packages, which aren't
296         autoloaded anymore for XEmacs.  Protect call of
297         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
298         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
299         it hurts at least for SXEmacs.
300         (tramp-compat-temporary-file-directory): In XEmacs, there is no
301         standard-value for `temporary-file-directory'.
303         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
304         Redirect stderr to /dev/null.
305         (tramp-sh-handle-write-region): uid and gid can be floats.
306         Reported by Russell Sim <russell.sim@gmail.com>.
307         (tramp-sh-handle-vc-registered): Hide errors.
308         (tramp-vc-file-name-handler): Use dummy results for `process-file'
309         and `start-file-process'.
310         (tramp-maybe-open-connection): Check also whether `non-essential'
311         is bound.
313 2012-07-04  Chong Yidong  <cyd@gnu.org>
315         * xml.el (xml--parse-buffer): Use xml-syntax-table.
316         (xml-parse-tag): Likewise, and avoid changing entity tables.
317         (xml-syntax-table): Define from scratch, making sure not to give
318         x2000 and other Unicode spaces whitespace syntax, since those are
319         not spaces in XML.
320         (xml-parse-fragment): Delete unused function.
321         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
322         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
323         (xml-entity-ref, xml-pe-reference-re)
324         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
325         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
326         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
327         (xml-entity-value-re): Use syntax references in regexps where
328         possible; no need to define inside a let-binding.
329         (xml-parse-dtd): Use xml-pe-reference-re.
330         (xml-entity-or-char-ref-re): New defconst.
331         (xml-parse-string, xml-substitute-special): Use it.
333 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * files.el (locate-dominating-file): Allow `name' to be a predicate.
336         (find-file--read-only): New function.
337         (find-file-read-only, find-file-read-only-other-window)
338         (find-file-read-only-other-frame): Use it.
339         (insert-file-contents-literally): Don't `fset'.
340         (get-free-disk-space): Use locate-dominating-file.
342         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
343         function is already compiled.
345         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
347 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
349         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
350         files on the same host.
352 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
354         * help-fns.el (describe-function-1): Only call
355         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
357 2012-07-03  Chong Yidong  <cyd@gnu.org>
359         * xml.el: Protect parser against XML bombs.
360         (xml-entity-expansion-limit): New variable.
361         (xml-parse-string, xml-substitute-special): Use it.
362         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
364 2012-07-03  Glenn Morris  <rgm@gnu.org>
366         * progmodes/bug-reference.el (bug-reference-bug-regexp):
367         Allow linking to specific messages in debbugs reports (eg 123#5).
369 2012-07-02  Chong Yidong  <cyd@gnu.org>
371         * xml.el: Fix entity and character reference expansion, allowing
372         them to expand into markup as per XML spec.
373         (xml-default-ns): New variable.
374         (xml-entity-alist): Use XML spec definitions for lt and amp.
375         (xml-parse-region): Make first two arguments optional.
376         Discard text properties.
377         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
378         All callers changed.
379         (xml-parse-tag): Call xml-parse-tag-1.  For backward
380         compatibility, this function should not modify buffer contents.
381         (xml-parse-tag-1): Fix opening-tag regexp.
382         (xml-parse-string): Rewrite, handling entity and character
383         references properly.
384         (xml--entity-replacement-text): Signal an error if a parameter
385         entity is undefined.
387 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
389         * comint.el (comint-output-filter): Filter out repeated prompts.
391         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
392         and file-name-absolute-p.
393         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
394         internal calls.
396 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
398         Spelling fixes.
399         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
400         Rename from byte-compile--refiy-function.  All uses changed.
402 2012-07-01  Chong Yidong  <cyd@gnu.org>
404         * xml.el (xml--parse-buffer): New function.  Move most of
405         xml-parse-region here.
406         (xml-parse-region): Copy region into a temporary buffer, since
407         parameter entity substitution requires changing buffer contents.
408         Use xml--parse-buffer.
409         (xml-parse-file): Use xml--parse-buffer.
410         (xml-parse-dtd): Make parameter entity substitution work right.
411         Use proper regexps for ELEMENT declarations (Bug#7172).
413 2012-06-30  Glenn Morris  <rgm@gnu.org>
415         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
417         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
418         Remove outdated and unnecessary dbus declarations.
420 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
422         * emacs-lisp/timer.el (timer-until): Subtract results of
423         float-time, instead of taking float-time of the result of
424         time-subtract, since float-time signals an error for negative time
425         arguments.
427 2012-06-30  Chong Yidong  <cyd@gnu.org>
429         * xml.el (xml-*-re): Convert defvars into defconsts, and
430         eval-and-compile them so eval-and-compile works on derivatives.
431         (xml--entity-replacement-text): Use eval-and-comple.
433 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
435         * vc/vc-git.el (vc-git-registered): Use cache property
436         `git-registered'.
437         (vc-git-mode-line-string): Call `vc-working-revision' instead of
438         `vc-git-working-revision' in order to benefit from the cache.
439         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
441 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
443         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
444         removed (likely outside Emacs).  (Bug#11757)
446 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * emacs-lisp/cl-lib.el: Require macroexp.
450 2012-06-30  Chong Yidong  <cyd@gnu.org>
452         * xml.el: Implement XML parameter entities.
453         (xml-parameter-entity-alist): New variable.
454         (xml-parse-region, xml-parse-fragment): Preserve previous values
455         of xml-entity-alist and xml-parameter-entity-alist, so that
456         repeated calls on different documents do not change them.
457         (xml-parse-tag): Fix doctype regexp.
458         (xml--entity-replacement-text): New function.
459         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
460         properly requires url retrieval which is unimplemented.
461         (xml-escape-string): Doc fix.
463 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
465         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
467 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
469         * fringe.el (fringe-mode): Doc fix.
471 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
473         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
474         is non-nil.
475         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
476         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
478 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
480         * calendar/cal-dst.el (calendar-current-time-zone):
481         Return calendar-current-time-zone-cache if non-nil.
483 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
485         * progmodes/which-func.el (which-func-format):
486         Add mouse-face.  (Bug#11698)
488 2012-06-29  Leo Liu  <sdl.web@gmail.com>
490         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
492 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
494         * minibuffer.el (minibuffer-confirm-exit-commands):
495         Add completion-at-point (bug#11725).
497 2012-06-29  Glenn Morris  <rgm@gnu.org>
499         * progmodes/f90.el (f90-font-lock-keywords-2):
500         Add some preprocessor elements.  (Bug#10499)
502 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
504         * progmodes/cperl-mode.el (cperl-update-syntaxification):
505         Use syntax-propertize (bug#11739).
507 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
509         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
511 2012-06-28  Julien Danjou  <julien@danjou.info>
513         * term.el (term-handle-colors-array): Use a set of new faces to
514         color the terminal.  Also uses :inverse-video property.
515         (term-default-fg-color): Set to nil by default, deprecate in favor
516         of `term-face'.
517         (term-default-bg-color): Set to nil by default, deprecate in favor
518         of `term-face'.
519         (term-current-face): Use `term-face' by default.
520         (term-bold-attribute): Variable deleted.
522 2012-06-28  Glenn Morris  <rgm@gnu.org>
524         * simple.el (completion-list-mode-finish):
525         Don't use toggle-read-only.  (Since completion-list-mode has
526         a special mode-class, it wasn't doing anything extra anyway.)
528 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
530         Make inlining of other-mode interpreted functions work (bug#11799).
531         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
532         (byte-compile): Use it to fix compilation of lexical-binding closures.
533         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
534         function, if needed.
536 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
538         * help-mode.el (help-make-xrefs): Don't just withstand
539         cyclic-variable-indirection but any error in documentation-property.
541         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
542         memory use.
543         * bindings.el (bindings--define-key): New function.
544         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
545         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
546         * bindings.el: Use it to purecopy define-key bindings.
548         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
550         * emacs-lisp/cl.el (flet): Mark obsolete.
551         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
552         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
553         * progmodes/js.el (js-c-fill-paragraph):
554         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
555         (ebrowse-switch-member-buffer-to-derived-class):
556         * play/5x5.el (5x5-solver): Use cl-flet.
558         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
559         (cl--symbol-function): New macro.
560         (cl--letf, cl--letf*): Use it.
562         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
563         Strip "toggle-" if any.
565 2012-06-27  Glenn Morris  <rgm@gnu.org>
567         * info.el (Info-default-directory-list): Move here from paths.el.
568         * paths.el: Remove file, which is now empty.
569         * loadup.el: No longer load "paths".
571         * custom.el (custom-initialize-delay): Doc fix.
573         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
574         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
575         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
576         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
577         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
578         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
579         * eshell/eshell.el (eshell-defgroup): Remove alias.
581 2012-06-27  Chong Yidong  <cyd@gnu.org>
583         * help.el (help-enable-auto-load): New variable.
585         * help-fns.el (help-fns--autoloaded-p): New function.
586         (describe-function-1): Refer to a function as "autoloaded" if it
587         was autoloaded at any time in the past.  Perform autoloading if
588         help-enable-auto-load is non-nil.
590 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
592         * makefile.w32-in (compile, compile-always): Depend on
593         update-subdirs, not on subdirs.el.  Otherwise, several different
594         sub-targets of 'bootstrap' running in parallel could
595         simultaneously write to subdirs.el, producing a garbled file.
597 2012-06-26  Sam Steingold  <sds@gnu.org>
599         * files.el (file-name-base): New convenience function.
600         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
601         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
602         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
603         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
604         * textmodes/ispell.el, textmodes/reftex-ref.el:
605         * textmodes/tex-mode.el: Use it.
606         Did not touch cedet and org because they are maintained elsewhere.
608 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
610         * calendar/calendar.el (calendar-exit): Don't try to delete or
611         iconify last frame.  See:
612         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
614 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
616         * server.el (server-process-filter): Remember dir in the
617         process's `server-client-directory' properties.
619 2012-06-24  Chong Yidong  <cyd@gnu.org>
621         * xml.el (xml-parse-tag): Correctly handle comment embedded in
622         non-tag text.
624 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
626         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
628 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
630         * help-fns.el (describe-variable): Don't croak when doc is not found.
631         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
632         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
633         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
634         * emacs-lisp/smie.el (smie-next-sexp): CSE.
635         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
636         ((lambda ..) ..).
637         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
639 2012-06-23  Chong Yidong  <cyd@gnu.org>
641         * info.el (Info-mouse-follow-link): Accept symbol values of
642         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
643         (Info-fontify-node): Use Info-link-keymap for all navigation
644         buttons, with link-args property to perform the desired action.
645         (Info-link-keymap): Doc fix.
646         (Info-next-link-keymap, Info-prev-link-keymap)
647         (Info-up-link-keymap): Delete now-unused keymaps.
649 2012-06-23  Chong Yidong  <cyd@gnu.org>
651         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
653         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
654         system abbrevs.
656         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
658 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
660         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
661         (bug#11719).
663         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
664         the requote function doesn't work properly (bug#11714).
666 2012-06-23  Glenn Morris  <rgm@gnu.org>
668         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
670 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
672         Further GV/CL cleanups.
673         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
674         gv-expander.
675         (gv--defun-declaration): New function.
676         (defun-declarations-alist): Use it.
677         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
678         (gv-place): Autoload.
679         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
680         original definition of dotimes and dolist.
681         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
682         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
683         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
684         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
685         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
686         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
687         to the function's definition.
688         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
689         * window.el:
690         * files.el:
691         * faces.el:
692         * env.el: Don't use CL.
694 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
696         Support higher-resolution time stamps (Bug#9000).
698         * calendar/time-date.el (with-decoded-time-value): New arg
699         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
700         (encode-time-value): New optional arg PICO.  New type 3.
701         (time-to-seconds) [!float-time]: Support the new picoseconds
702         component if it's used.
703         (seconds-to-time, time-subtract, time-add):
704         Support ps-resolution time stamps as well.
706         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
707         (timerp): Timer vectors now have length 9, not 8.
708         (timer--time): Support new-style (4-part) time stamps.
709         (timer-next-integral-multiple-of-time): Time stamps now have
710         picosecond resolution, so take a bit more care about rounding.
711         (timer-relative-time, timer-inc-time): New optional arg psecs.
712         (timer-set-time-with-usecs): Set psecs to 0.
713         (timer--activate): Check psecs component, too.
715         * proced.el (proced-time-lessp): Support ps-resolution stamps.
717 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
719         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
720         Move the non-essential binding to the post/pre-command-hook where it is
721         more obviously correct.
723         * subr.el (read-passwd): Don't use a history at all.
724         * savehist.el (savehist-save): Remove password saved accidentally
725         because of the above bug.
727 2012-06-22  Bastien Guerry  <bzg@gnu.org>
729         * files.el (toggle-read-only): Display a message telling whether
730         the buffer is read-only or not (bug#11726).
732 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
734         * emacs-lisp/gv.el: New file.
735         * subr.el (push, pop): Extend to generalized variables.
736         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
737         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
738         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
739         gv-define-simple-setter, and gv-define-expander.
740         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
741         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
742         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
743         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
744         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
745         gv-letplace.
746         (cl-defstruct): Don't define setf-method any more.
747         * emacs-lisp/cl.el (flet): Don't autoload.
748         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
749         (define-setf-expander, defsetf, define-modify-macro)
750         (cl-struct-setf-expander): Move from cl-lib.el.
751         * emacs-lisp/syntax.el:
752         * emacs-lisp/ewoc.el:
753         * emacs-lisp/smie.el:
754         * emacs-lisp/cconv.el:
755         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
756         (timer--time): Use gv-define-simple-setter.
757         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
758         to avoid coding-system problems in subr.el.  Adjust all users.
759         (macroexp--maxsize, macroexp-small-p): New functions.
760         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
761         * scroll-bar.el (scroll-bar-mode):
762         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
763         (normal-erase-is-backspace-mode): Don't use the `eq' place.
764         * winner.el (winner-configuration, winner-make-point-alist)
765         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
766         * files.el (locate-file-completion-table): Avoid list*.
768 2012-06-22  Chong Yidong  <cyd@gnu.org>
770         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
771         (dired-create-files): Doc fix (Bug#11329).
772         (dired-do-copy): Doc fix (Bug#11334).
773         (dired-mark-read-string): Doc fix (Bug#11553).
775         * dired.el (dired-recursive-copies, dired-recursive-deletes):
776         Doc fix (Bug#11326).
777         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
778         (dired-dwim-target): Doc fix.
780         * wdired.el (wdired-mode): Doc fix.
782 2012-06-22  Glenn Morris  <rgm@gnu.org>
784         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
785         (pcmpl-rpm-cache-stamp-file): New constant.
786         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
787         (pcmpl-rpm-packages): Optionally cache list of packages.
789         * pcmpl-rpm.el (pcmpl-rpm): New group.
790         (pcmpl-rpm-query-options): New option.
791         (pcmpl-rpm-packages): No need to inline it.
792         Use pcmpl-rpm-query-options.
794         * calendar/calendar.el (calendar-in-read-only-buffer):
795         Avoid some needless mode changes.
797 2012-06-21  Chong Yidong  <cyd@gnu.org>
799         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
800         (desktop-path): Remove . from the default value (Bug#10977).
801         (desktop-read): Use user-emacs-directory if desktop-path is nil.
803 2012-06-20  Chong Yidong  <cyd@gnu.org>
805         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
807 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
809         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
810         (bug#11201).
812 2012-06-20  Chong Yidong  <cyd@gnu.org>
814         * term.el (term-window-width): Handle the case of a missing right
815         fringe (Bug#8837).
816         (term-check-size): Use window-text-height (Bug#5445).
817         (term-mode): Use define-derived-mode.  Minor cleanups.
818         Set font-lock-defaults (Bug#7692).
819         (term-move-columns, term-insert-char, term-emulate-terminal)
820         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
822 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
824         * net/ange-ftp.el (ange-ftp-get-passwd):
825         Bind `enable-recursive-minibuffers'.
826         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
828 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
830         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
832 2012-06-19  Glenn Morris  <rgm@gnu.org>
834         * progmodes/python.el (python-mode): Derive from prog-mode.
836 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
838         * emulation/edt.el (edt-default-menu-bar-update-buffers)
839         (edt-user-menu-bar-update-buffers): New functions.
840         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
842 2012-06-19  Chong Yidong  <cyd@gnu.org>
844         * subr.el (with-selected-window): Preserve the selected window's
845         terminal's top-frame (Bug#4702).
847         * window.el (save-selected-window): Likewise.
849 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
851         * progmodes/python.el (python-rx-constituents): Move backquote.
852         (python-skeleton-define, python-define-auxiliary-skeleton):
853         Use `declare'.
855 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
857         * minibuffer.el (read-file-name-default): Revert the patch from
858         2012-06-17.
860 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
862         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
863         (pcase--u1, pcase--q1): Don't use apply-partially.
865 2012-06-18  Glenn Morris  <rgm@gnu.org>
867         * progmodes/python.el (python-proc, python-buffer)
868         (python-send-receive, python-send-string): Fix obsolete versions.
870 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
872         * window.el (special-display-p): Completely remove stringp
873         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
875 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
877         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
879         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
881         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
882         * net/tramp-sh.el (tramp-maybe-open-connection):
883         Throw if `non-essential' is non-nil.
885 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
887         * window.el (special-display-p): Signal an error if BUFFER-NAME
888         is not a string (Bug#11713).
890 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
892         * progmodes/python.el (python-info-beginning-of-backslash):
893         Rename from python-info-beginning-of-backlash, as a spelling fix.
895 2012-06-17  Chong Yidong  <cyd@gnu.org>
897         * term.el (term-emulate-terminal): If term-check-size is called,
898         move point to the process mark without resetting point (Bug#4635).
900 2012-06-17  Glenn Morris  <rgm@gnu.org>
902         * international/mule-cmds.el (mule-menu-keymap)
903         (set-language-environment, set-locale-environment): Doc tweaks.
905 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
907         * cus-face.el (custom-face-attributes): Add wave-style underline
908         attribute.
909         * faces.el (set-face-attribute): Update docstring to describe
910         wave-style underline attribute.
912 2012-06-16  Chong Yidong  <cyd@gnu.org>
914         * term/xterm.el (terminal-init-xterm): Discard input before
915         querying background mode (Bug#10959).
917 2012-06-16  Stefan Merten  <smerten@oekonux.de>
919         * textmodes/rst.el: Added and corrected some comments.
920         (rst-re-alist-def): Improve symbol syntax.
921         (rst-mode-syntax-table): Correct syntax entries.
922         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
923         (rst-official-version, rst-official-cvs-rev): Update version
924         information.
926 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
928         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
929         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
931 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
933         * progmodes/python.el: New python.el merge.
934         (python-guess-indent): Obsolete var.
935         (python-indent-guess-indent-offset): New defcustom.
936         (python-indent): Obsolete var.
937         (python-indent-offset): New defcustom.
938         (python-python-command, python-jython-command): Delete var.
939         (python-shell-interpreter): New defcustom.
940         (python-pdbtrack-do-tracking-p): Delete var.
941         (python-pdbtrack-activate): New defcustom.
942         (python-use-skeletons): Obsolete var.
943         (python-skeleton-autoinsert): New defcustom.
944         (inferior-python-filter-regexp, python-continuation-offset)
945         (python-honour-comment-indentation, python-indent-string-contents)
946         (python-jython-packages, python-mode-hook)
947         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
948         (python-shell-prompt-alist)
949         (python-source-modes): Delete defcustoms.
950         (python-check-buffer-name, python-eldoc-setup-code)
951         (python-eldoc-string-code, python-ffap-setup-code)
952         (python-ffap-string-code, python-fill-comment-function)
953         (python-fill-decorator-function, python-fill-paren-function)
954         (python-fill-string-function, python-imenu-include-defun-type)
955         (python-imenu-make-tree, python-imenu-subtree-root-label)
956         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
957         (python-shell-compilation-regexp-alist)
958         (python-shell-completion-module-string-code)
959         (python-shell-completion-pdb-string-code)
960         (python-shell-completion-setup-code)
961         (python-shell-completion-string-code)
962         (python-shell-enable-font-lock, python-shell-exec-path)
963         (python-shell-extra-pythonpaths)
964         (python-shell-internal-buffer-name, python-shell-interpreter-args)
965         (python-shell-process-environment)
966         (python-shell-prompt-block-regexp)
967         (python-shell-prompt-output-regexp)
968         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
969         (python-shell-send-setup-max-wait, python-shell-setup-codes)
970         (python-shell-virtualenv-path): New defcustoms.
971         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
972         (inferior-python-mode-syntax-table, python--prompt-regexp)
973         (python-buffer, python-command python-python-command)
974         (python-default-template, python-imports, python-indent-index)
975         (python-indent-list, python-indent-list-length)
976         (python-mode-running, python-pdbtrack-is-tracking-p)
977         (python-preoutput-continuation, python-preoutput-leftover)
978         (python-preoutput-result, python-preoutput-skip-next-prompt)
979         (python-prev-dir/file, python-recursing)
980         (python-saved-check-command, python-version-checked)
981         (python-which-func-length-limit)
982         (view-return-to-alist): Delete vars.
983         (python-check-custom-command, python-dotty-syntax-table)
984         (python-imenu-index-alist, python-indent-current-level)
985         (python-indent-dedenters, python-indent-levels)
986         (python-nav-beginning-of-defun-regexp)
987         (python-nav-list-defun-positions-cache)
988         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
989         (python-shell-internal-buffer)
990         (python-skeleton-available): New vars.
991         (def-python-skeleton): Delete macro.
992         (python-skeleton-define): New macro.
993         (python-define-auxiliary-skeleton, python-rx): New macros.
994         (python-insert-class): Delete command.
995         (python-skeleton-class): New command.
996         (python-insert-def): Delete command.
997         (python-skeleton-def): New command.
998         (python-insert-for): Delete command.
999         (python-skeleton-for): New command.
1000         (python-insert-if): Delete command.
1001         (python-skeleton-if): New command.
1002         (python-insert-try/except, python-insert-try/finally): Delete commands.
1003         (python-skeleton-try): New command.
1004         (python-insert-while): Delete command.
1005         (python-skeleton-while): New command.
1006         (python-backspace): Delete command.
1007         (python-indent-dedent-line-backspace): New command.
1008         (python-electric-colon): Delete command.
1009         (python-indent-electric-colon): New command.
1010         (python-guess-indent): Delete command.
1011         (python-indent-guess-indent-offset): New command.
1012         (python-shift-left): Delete command.
1013         (python-indent-shift-left): New command.
1014         (python-shift-right): Delete command.
1015         (python-indent-shift-right): New command.
1016         (python-find-function): Delete command.
1017         (python-nav-jump-to-defun): New command.
1018         (python-next-statement): Delete command.
1019         (python-nav-forward-sentence): New command.
1020         (python-previous-statement): Delete command.
1021         (python-nav-backward-sentence): New command.
1022         (python-fill-paragraph): Delete command.
1023         (python-fill-paragraph-function): New command.
1024         (python-send-buffer): Delete command.
1025         (python-shell-send-buffer): New command.
1026         (python-send-defun): Delete command.
1027         (python-shell-send-defun): New command.
1028         (python-send-region, python-send-region-and-go): Delete commands.
1029         (python-shell-send-region)
1030         (python-shell-switch-to-shell): New commands.
1031         (python-send-string): Delete command.
1032         (python-shell-send-string): New command.
1033         (python-switch-to-python): Delete command.
1034         (python-shell-switch-to-shell): New command.
1035         (python-describe-symbol): Delete command.
1036         (python-eldoc-at-point): New command.
1037         (python--set-prompt-regexp, python-args-to-list)
1038         (python-after-info-look, python-check-version)
1039         (python-check-comint-prompt, python-find-imports)
1040         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1041         (python-unload-function, python-expand-template)
1042         (python-maybe-jython, python-preoutput-filter)
1043         (python-pdbtrack-get-source-buffer)
1044         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1045         (python-pdbtrack-toggle-stack-tracking)
1046         (python-pdbtrack-track-stack-file, python-initial-text)
1047         (python-first-word, python-comment-line-p, python-send-command)
1048         (python-setup-brm, python-sentinel, python-set-proc)
1049         (python-skip-out, python-input-filter, python-outdent-p)
1050         (python-outline-level, python-backslash-continuation-line-p)
1051         (python-end-of-block, python-end-of-statement, python-mark-block)
1052         (python-beginning-of-block, python-beginning-of-statement)
1053         (python-blank-line-p, python-beginning-of-string)
1054         (python-open-block-statement-p): Delete functions.
1055         (python-indent-line, python-indent-line-1): Delete functions.
1056         (python-indent-line): New function.
1057         (python-indentation-levels): Delete function.
1058         (python-indent-calculate-levels): New function.
1059         (python-proc): Delete function.
1060         (python-shell-get-process): New function.
1061         (python-send-receive): Delete function.
1062         (python-shell-send-string-no-output): New function.
1063         (python-module-path): Delete function.
1064         (python-ffap-module-path): New function.
1065         (python-completion-at-point)
1066         (python-symbol-completions): Delete functions.
1067         (python-completion-complete-at-point): New function.
1068         (python-load-file): Delete function.
1069         (python-shell-send-file): New function.
1070         (python-calculate-indentation): Delete function.
1071         (python-indent-calculate-indentation): New function.
1072         (python-skip-comments/blanks): Delete function.
1073         (python-util-forward-comment): New function.
1074         (python-continuation-line-p): Delete function.
1075         (python-info-continuation-line-p): New function.
1076         (python-which-func, python-current-defun): Delete function.
1077         (python-info-current-defun): New function.
1078         (python-beginning-of-defun): Delete function.
1079         (python-nav-beginning-of-defun): New function.
1080         (python-close-block-statement-p)
1081         (python-block-end-p): Delete function.
1082         (python-info-closing-block): New function.
1083         (python-comint-output-filter-function)
1084         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1085         (python-fill-comment, python-fill-decorator, python-fill-paren)
1086         (python-fill-string, python-imenu-make-element-tree)
1087         (python-imenu-make-tree, python-imenu-tree-assoc)
1088         (python-indent-context, python-indent-dedent-line)
1089         (python-indent-line-function)
1090         (python-indent-post-self-insert-function)
1091         (python-indent-toggle-levels)
1092         (python-info-assignment-continuation-line-p)
1093         (python-info-beginning-of-backlash)
1094         (python-info-block-continuation-line-p)
1095         (python-info-closing-block-message)
1096         (python-info-line-ends-backslash-p)
1097         (python-info-looking-at-beginning-of-defun)
1098         (python-info-ppss-context, python-info-ppss-context-type)
1099         (python-nav-list-defun-positions, python-nav-read-defun)
1100         (python-nav-sentence-end, python-nav-sentence-start)
1101         (python-pdbtrack-comint-output-filter-function)
1102         (python-pdbtrack-set-tracked-buffer)
1103         (python-shell-calculate-exec-path)
1104         (python-shell-calculate-process-environment)
1105         (python-shell-completion--do-completion-at-point)
1106         (python-shell-completion--get-completions)
1107         (python-shell-completion-complete-at-point)
1108         (python-shell-completion-complete-or-indent)
1109         (python-shell-get-or-create-process)
1110         (python-shell-get-process-name)
1111         (python-shell-internal-get-or-create-process)
1112         (python-shell-internal-get-process-name)
1113         (python-shell-internal-send-string, python-shell-make-comint)
1114         (python-shell-parse-command, python-shell-send-setup-code)
1115         (python-skeleton-add-menu-items)
1116         (python-util-clone-local-variables, python-util-position)
1117         (run-python-internal, python-indentation-levels)
1118         (python-nav-beginning-of-defun)
1119         (python-completion-complete-at-point): New functions.
1120         (run-python): Change arguments.  New API requirements.
1122 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1124         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1125         (bug#11649).
1127         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1128         (macroexp--expand-all): Use it.
1130         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1131         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1132         Use `cl-function' instead.
1134 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
1136         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1137         Suggested by Stefan Monnier while discussing bug#11657.
1139 2012-06-14  Sam Steingold  <sds@gnu.org>
1141         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1143 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
1145         * play/doctor.el (doctor-doc): Remove parameter and use
1146         doctor-sent instead of sent.
1147         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
1149 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1151         * files.el: Require cl-lib.
1152         (file-name-non-special): Replace case -> cl-case.
1154         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1156         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1157         mapping from #' to function*.
1159 2012-06-13  Chong Yidong  <cyd@gnu.org>
1161         * mouse.el (mouse-drag-track): Do not set the mark if the user
1162         releases the mouse without selecting anything (Bug#11588).
1164 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1166         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1167         as well (bug#11646).
1169         * loadup.el: Count byte-code functions as well.
1171         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1172         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1174         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1175         (bug#11649).  Add cl-defun and cl-defmacro.
1177 2012-06-13  Drew Adams  <drew.adams@oracle.com>
1179         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1180         Fix last change.
1182 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
1184         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1185         Otherwise, it blocks in batch mode.
1187 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
1189         * help-mode.el (bookmark-make-record-default): Declare.
1191 2012-06-13  Chong Yidong  <cyd@gnu.org>
1193         * emacs-lisp/package.el (list-packages): Compute a list of
1194         packages that are newly-available since the last list-packages
1195         invocation.
1196         (package-menu--new-package-list): New var.
1197         (package-menu--generate, package-menu--print-info)
1198         (package-menu--status-predicate, package-menu-mark-install):
1199         Handle new status label "new".
1201 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1203         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1204         conversion to backquotes.
1206 2012-06-12  Chong Yidong  <cyd@gnu.org>
1208         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1209         Rename from gud-inhibit-global-bindings.
1211         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1213         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1214         hook from nxml-glyph-set-hook.
1216         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1217         declaration.
1219         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1221         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1222         Convert to defcustom.
1224 2012-06-12  Drew Adams  <drew.adams@oracle.com>
1226         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1227         New functions.
1228         (help-mode): Use them.
1230 2012-06-11  Glenn Morris  <rgm@gnu.org>
1232         * progmodes/fortran.el (fortran-font-lock-keywords-3):
1233         Use preprocessor face for directives.
1234         (fortran-directive-re): Doc fix.
1236 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1238         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1239         conversion to backquotes (bug#11652).
1241         Fix compiler-expansion of CL's cXXr functions (bug#11673).
1242         * emacs-lisp/cl-lib.el (cl--defalias): New function.
1243         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1244         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1245         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1246         (cl-ninth, cl-tenth): Mark them as inlinable.
1247         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1248         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1249         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1250         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1251         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1252         (cl-list*, cl-adjoin): Don't put an autoload manually.
1253         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1254         (cl--compiler-macro-list*): Add autoload cookie.
1255         (cl--compiler-macro-cXXr): New function.
1257         * help-fns.el (help-fns--compiler-macro): New function extracted from
1258         describe-function-1; follow aliases and use `compiler-macro' property.
1259         (describe-function-1): Use it.
1261 2012-06-11  Chong Yidong  <cyd@gnu.org>
1263         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1264         is uninstalled, if imagemagick is installed.
1266 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1268         * emacs-lisp/cl-lib.el: Use lexical-binding.
1269         (cl-map-extents, cl-maclisp-member): Remove.
1270         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1271         (cl--set-substring, cl--block-wrapper, cl--block-throw)
1272         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1273         * emacs-lisp/cl-extra.el: Use lexical-binding.
1274         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1275         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1276         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1277         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1278         * emacs-lisp/cl-seq.el: Use lexical-binding.
1279         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1280         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1281         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1282         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1283         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1284         CL's internals.
1286 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
1288         Sync with Tramp 2.2.6-pre.
1290         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1291         `print-length' and `print-level' to nil, in order to avoid
1292         truncation.  Reported by Christopher Schmidt
1293         <christopher@ristopher.com>.
1295         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1297         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1298         New defmacro.
1299         (tramp-compat-copy-directory): Add optional argument
1300         COPY-CONTENTS.  It is not handled yet.
1302         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1303         (tramp-ftp-file-name-p): Simplify.
1305         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1306         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1307         connection vector.
1309         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1310         (tramp-methods): Do not use `tramp-password-end-of-line'.
1311         (tramp-completion-function-alist-putty): Handle UNIX case.
1312         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1313         (tramp-do-file-attributes-with-stat)
1314         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1315         gid as real numbers.  They could run out of integer range on cygwin.
1316         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1317         (tramp-sh-handle-expand-file-name): Handle hops.
1318         (tramp-open-connection-setup-interactive-shell):
1319         Use `tramp-cleanup'.  Move check for busyboxes ...
1320         (tramp-find-shell): ... here.  Simplify implementation.
1321         Set "remote-shell" property also for alternative shells.
1322         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1323         If failing, a regular file would be written otherwise.
1324         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
1325         (tramp-find-inline-encoding): Cache the coding commands in the
1326         process cache.  Apply test command on the remote side, if defined.
1327         (tramp-find-inline-compress): Cache the compress commands in the
1328         process cache.
1329         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1330         when requested.  Handle hops.
1331         (tramp-current-connection): New defvar.
1332         (tramp-maybe-open-connection): Use `tramp-cleanup'.
1333         Throw `suppress', if there was a failed connection shortly before.
1334         Handle user interrupt.  (Bug#10187)
1335         (tramp-get-inline-compress, tramp-get-inline-coding):
1336         Read connection properties from the process cache.
1338         * net/tramp-smb.el (tramp-smb-server-version)
1339         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1340         New defconsts.
1341         (tramp-smb-prompt): Extend for powershell prompt.
1342         (tramp-smb-file-name-handler-alist): Add handlers for
1343         `process-file', `shell-command' and `start-file-process'.
1344         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1345         (tramp-smb-winexe-shell-command-switch): New defcustoms.
1346         (tramp-smb-file-name-p): Simplify.
1347         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1348         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1349         (tramp-smb-shell-quote-argument): New defuns.
1350         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1351         Implement using "tar".  By this, time-stamps are preserved.
1352         (tramp-smb-handle-copy-file): Handle also the case of directories.
1353         (tramp-smb-do-file-attributes-with-stat)
1354         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1355         Use `tramp-get-connection-buffer').
1356         (tramp-smb-handle-rename-file): Use "rename", when source and
1357         target are on the same share.
1358         (tramp-smb-maybe-open-connection): Handle wrong passwords.
1359         Use `tramp-smb-server-version'.
1360         (tramp-smb-wait-for-output): Remove prompt.
1362         * net/tramp.el (top): Require 'cl.
1363         (tramp-methods, tramp-rsh-end-of-line):
1364         Remove `tramp-password-end-of-line' from docstring.
1365         (tramp-save-ad-hoc-proxies): New defcustom.
1366         (tramp-completion-function-alist): Adapt docstring.
1367         (tramp-default-password-end-of-line): Remove defcustom.
1368         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
1369         (tramp-user-regexp, tramp-file-name-regexp-unified)
1370         (tramp-file-name-regexp-url): Extend regexp by hop separator.
1371         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1372         (tramp-remote-file-name-spec-regexp): New defconst.
1373         (tramp-file-name-structure): Extend structure for hops.
1374         (tramp-get-method-parameter): Move up.
1375         (tramp-file-name-p, tramp-dissect-file-name)
1376         (with-parsed-tramp-file-name): Handle hops.
1377         (tramp-file-name-hop): New defun.
1378         (tramp-make-tramp-file-name): New optional arg HOP.
1379         (tramp-message-show-progress-reporter-message): New defvar.
1380         (tramp-with-progress-reporter): Use it.  We cannot use
1381         `tramp-message-show-message' here, because this suppresses also
1382         error buffers.
1383         (tramp-error-with-buffer): Suppress buffer view, if
1384         `tramp-message-show-message' is nil.
1385         Use `tramp-get-connection-buffer'.
1386         (tramp-cleanup): New defun.
1387         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1388         (tramp-file-name-handler): If `debug-on-error' is set, propagate
1389         an error unchanged.
1390         (tramp-completion-handle-file-name-all-completions): Handle hops.
1391         Fix an error when called from ido.
1392         (tramp-completion-dissect-file-name): Use better local variable
1393         name.  Add hop to the vector.
1394         (tramp-handle-insert-file-contents): Use progress-reporter for the
1395         whole scenario.
1396         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1397         to `t'.
1398         (tramp-check-for-regexp): Simplify search.
1399         (tramp-enter-password): Remove it.  Move implementation ...
1400         (tramp-action-password): ... here.
1401         (tramp-mode-string-to-int, tramp-local-host-p)
1402         (tramp-make-tramp-temp-file, tramp-read-passwd)
1403         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1404         Set tramp-autoload cookie.
1406         * net/trampver.el: Update release number.
1408 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1409             Michael Albinus  <michael.albinus@gmx.de>
1411         * net/tramp.el (tramp-set-completion-function): Fix docstring.
1412         (tramp-parse-group, tramp-parse-file)
1413         (tramp-parse-shostkeys-sknownhosts): New defuns.
1414         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1415         (tramp-parse-shosts-group, tramp-parse-sconfig)
1416         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1417         (tramp-parse-sknownhosts, tramp-parse-hosts)
1418         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1419         Use them.
1420         (tramp-parse-passwd-group, tramp-parse-netrc-group)
1421         (tramp-parse-putty-group): Don't narrow.
1422         (tramp-parse-putty): Make a loop.
1423         (tramp-file-name-handler): Catch the `suppress' signal.
1425 2012-06-11  Chong Yidong  <cyd@gnu.org>
1427         * image.el (imagemagick-register-types): Put the ImageMagick entry
1428         at the end of image-type-file-name-regexps.
1430 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
1432         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1433         (pcase, pcase-let*, pcase-dolist): Use them.
1435 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1437         * emacs-lisp/pcase.el (pcase--let*): New function.
1438         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
1439         (pcase--expand): Use macroexp-let².
1441 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1443         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1444         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1445         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1446         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1447         * emacs-lisp/derived.el: Use pcase instead of `cl'.
1448         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1450 2012-06-10  Glenn Morris  <rgm@gnu.org>
1452         * mail/rmail.el (rmail-yank-current-message): Leave point at
1453         correct position.  (Bug#11660)
1455 2012-06-10  Chong Yidong  <cyd@gnu.org>
1457         * allout-widgets.el: Fix code header.
1459 2012-06-10  Chong Yidong  <cyd@gnu.org>
1461         * cus-edit.el (customize-changed-options-previous-release):
1462         Bump to 24.1.
1464 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
1466         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1468 2012-06-09  Chong Yidong  <cyd@gnu.org>
1470         * ebuff-menu.el (electric-buffer-list): Preserve header line.
1472 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
1474         * window.el (special-display-popup-frame): Don't use
1475         window--display-buffer (Bug#11651).
1477 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
1479         Fix parallel builds: make sure loaddefs.el is not being written
1480         while Lisp files are compiled.
1481         (compile): Don't depend on 'mh-autoloads'.
1482         (compile-CMD, compile-SH): Depend on 'autoloads'.
1483         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1485         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
1487 2012-06-09  Chong Yidong  <cyd@gnu.org>
1489         * face-remap.el (face-remap-add-relative, face-remap-set-base)
1490         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1491         Doc fixes (Bug#11225).
1493 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1496         a function if there's a clear indication that it has a compiler-macro.
1497         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1498         (macro-declarations-alist): Add arglist to declaration functions.
1499         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1500         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1501         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1502         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1503         Also add autoload to find the compiler macro.
1504         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1505         (cl--compiler-macro-member, cl--compiler-macro-assoc)
1506         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1507         (cl--compiler-macro-get): New functions, replacing calls to
1508         cl-define-compiler-macro.
1509         (cl-typep) [compiler-macro]: Use macroexp-let².
1511 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
1513         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1514         string properly, fixes Bug#11473.
1516 2012-06-08  Chong Yidong  <cyd@gnu.org>
1518         * faces.el (set-face-attribute): Doc fix.
1519         (modify-face): Don't use :bold and :italic.
1520         (error, warning, success): Tweak definitions.
1522         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1523         (custom-modified, custom-set, custom-changed, custom-themed)
1524         (custom-saved, custom-button, custom-button-mouse)
1525         (custom-button-pressed, custom-state, custom-comment-tag)
1526         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1527         (custom-group-subtitle): Use new-style face specs.
1528         (custom-invalid-face, custom-rogue-face, custom-modified-face)
1529         (custom-set-face, custom-changed-face, custom-saved-face)
1530         (custom-button-face, custom-button-pressed-face)
1531         (custom-documentation-face, custom-state-face)
1532         (custom-comment-face, custom-comment-tag-face)
1533         (custom-variable-tag-face, custom-variable-button-face)
1534         (custom-face-tag-face, custom-group-tag-face-1)
1535         (custom-group-tag-face): Remove obsolete face alias.
1537         * epa.el (epa-validity-high, epa-validity-medium)
1538         (epa-validity-low, epa-mark, epa-field-name, epa-string)
1539         (epa-field-name, epa-field-body):
1540         * font-lock.el (font-lock-comment-face, font-lock-string-face)
1541         (font-lock-keyword-face, font-lock-builtin-face)
1542         (font-lock-function-name-face, font-lock-variable-name-face)
1543         (font-lock-type-face, font-lock-constant-face):
1544         * ido.el (ido-first-match, ido-only-match, ido-subdir)
1545         (ido-virtual, ido-indicator, ido-incomplete-regexp):
1546         * speedbar.el (speedbar-button-face, speedbar-file-face)
1547         (speedbar-directory-face, speedbar-tag-face)
1548         (speedbar-selected-face, speedbar-highlight-face)
1549         (speedbar-separator-face):
1550         * whitespace.el (whitespace-newline, whitespace-space)
1551         (whitespace-hspace, whitespace-tab, whitespace-trailing)
1552         (whitespace-line, whitespace-space-before-tab)
1553         (whitespace-space-after-tab, whitespace-indentation)
1554         (whitespace-empty):
1555         * emulation/cua-base.el (cua-global-mark):
1556         * eshell/em-prompt.el (eshell-prompt):
1557         * net/newst-plainview.el (newsticker-new-item-face)
1558         (newsticker-old-item-face, newsticker-immortal-item-face)
1559         (newsticker-obsolete-item-face, newsticker-date-face)
1560         (newsticker-statistics-face, newsticker-default-face):
1561         * net/newst-reader.el (newsticker-feed-face)
1562         (newsticker-extra-face, newsticker-enclosure-face):
1563         * net/newst-treeview.el (newsticker-treeview-face)
1564         (newsticker-treeview-new-face, newsticker-treeview-old-face)
1565         (newsticker-treeview-immortal-face)
1566         (newsticker-treeview-obsolete-face)
1567         (newsticker-treeview-selection-face):
1568         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1569         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1570         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1571         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1572         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1573         (nxml-outline-active-indicator, nxml-outline-ellipsis):
1574         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1575         (mpuz-text):
1576         * progmodes/vera-mode.el (vera-font-lock-number)
1577         (vera-font-lock-function, vera-font-lock-interface):
1578         * textmodes/table.el (table-cell): Use new-style face specs, and
1579         don't use the old :bold and :italic attributes.
1581         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1582         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1583         (ebrowse-member-class, ebrowse-progress): Likewise.
1584         (ebrowse-tree-mark-face, ebrowse-root-class-face)
1585         (ebrowse-file-name-face, ebrowse-default-face)
1586         (ebrowse-member-attribute-face, ebrowse-member-class-face)
1587         (ebrowse-progress-face): Remove obsolete faces.
1589         * progmodes/flymake.el (flymake-errline, flymake-warnline):
1590         Inherit from error and warning faces respectively.
1592         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1593         Likewise.
1594         (flyspell-incorrect-face, flyspell-duplicate-face):
1595         Remove obsolete aliases.
1597 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
1599         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1600         Avoid infloop.
1602 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1604         * startup.el (argv, argi): Make lexically scoped.
1605         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1606         * emacs-lisp/cl-macs.el: Use lexical-binding.
1607         Rename cl-bind-* to cl--bind-*.
1608         * files.el: Don't require `cl' since it doesn't use it.
1609         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1611 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
1613         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1614         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1615         instead of calling external sort utility.
1616         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1618 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
1620         * descr-text.el (describe-char): Mention how to insert the
1621         character, if the current input method doesn't support it.
1622         See the discussion in this thread for the details:
1623         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1625 2012-06-08  Sam Steingold  <sds@gnu.org>
1627         * bindings.el (global-map): Bind XF86Forward to next-buffer and
1628         XF86Back to previous-buffer.
1629         (minibuffer-local-map): Bind them to next-history-element and
1630         previous-history-element respectively.
1631         * help-mode.el (help-mode-map): Bind them to help-go-forward and
1632         help-go-back respectively.
1633         * info.el (Info-mode-map): Bind them to Info-history-forward and
1634         Info-history-back respectively.
1635         These are the keys next to Up on the ThinkPad keyboard.
1637 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1639         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1640         * emacs-lisp/cl-macs.el: Provide itself.
1641         (cl--labels-convert-cache): New var.
1642         (cl--labels-convert): New function.
1643         (cl-flet, cl-labels): New implementation with new semantics, relying on
1644         lexical-binding.
1645         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1646         (cl-closure-vars, cl--function-convert-cache)
1647         (cl--function-convert): Move from cl-macs.el.
1648         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1649         rename by removing the "cl-" prefix.
1650         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1652 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1654         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1655         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1656         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1657         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1658         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1659         (cl-hash-table-count): Add old compatibility aliases.
1661         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1662         Use macroexpand-all-environment instead.
1663         (cl--old-macroexpand): New var.
1664         (cl--sm-macroexpand): New function.
1665         (cl-symbol-macrolet): Use it during macro expansion.
1666         (cl--function-convert-cache): New var.
1667         (cl--function-convert): New function, extracted from
1668         cl-macroexpand-all.
1669         (cl-lexical-let): Use it.
1671         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1672         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1673         (cl-member): Remove old alias.
1675         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1676         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1677         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1678         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1679         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1680         (cl-macroexpand-cmacs): Remove var.
1681         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1682         Use macroexpand-all instead.
1684 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1686         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1687         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1688         (macroexp-copyable-p): New functions and macros.
1689         * emacs-lisp/edebug.el (edebug-unwrap):
1690         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1691         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1692         (pcase--let*): Remove.
1693         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1694         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
1695         macroexp-const-p instead.
1696         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1698         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1699         instead of "cl-" for internal definitions.  Use macroexp-const-p.
1700         (cl-old-bc-file-form): Remove var.
1701         (cl-const-exprs-p): Remove fun.
1702         (cl-labels, cl-macrolet): Use backquote.
1703         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
1704         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1705         (cl-define-setf-expander): Rename from cl-define-setf-method.
1706         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1708         * international/mule-cmds.el: Don't require CL.
1709         (view-hello-file): Don't use `letf'.
1711 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * tmm.el (tmm-prompt): Use string-prefix-p.
1714         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1715         (tmm-add-prompt): Use minibuffer-completion-help.
1716         (tmm-delete-map): Remove.
1718         * subr.el (kbd): Make it its own function.
1720 2012-06-07  Stefan Merten  <smerten@oekonux.de>
1722         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1723         Silence compiler warnings.  Fix versions.
1724         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
1725         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
1726         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
1727         (rst-package-emacs-version-alist): Correct Emacs version to
1728         represent major merge with upstream.
1729         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
1731 2012-06-06  Glenn Morris  <rgm@gnu.org>
1733         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1734         Only print environment variables if set.
1736 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1738         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1739         (macroexp--cons): Rename from maybe-cons.
1740         (macroexp--accumulate): Rename from macroexp-accumulate.
1741         (macroexp--all-forms): Rename from macroexpand-all-forms.
1742         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1743         (macroexp--expand-all): Rename from macroexpand-all-1.
1745 2012-06-06  Sam Steingold  <sds@gnu.org>
1747         * calendar/calendar.el (calendar-in-read-only-buffer):
1748         Call `special-mode' to enable the standard read-only keybindings.
1750 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1753         with "loading" messages (bug#11635).
1755 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
1757         * files.el (enable-remote-dir-locals): New option.
1758         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
1760         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1761         Ensure, that the temp directory is local.
1763         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1764         `temporary-file-directory'.
1766         * progmodes/python.el (python-send-region): Ensure, that the
1767         temporary file is created also in the remote case.
1769 2012-06-06  Glenn Morris  <rgm@gnu.org>
1771         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1772         (vc-rcs-update-changelog): Use it.
1774         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
1776         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1777         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1778         (vc-sccs-diff): Replace use of the external vcdiff script.
1780 2012-06-05  Glenn Morris  <rgm@gnu.org>
1782         * ledit.el: Move to obsolete/.
1784 2012-06-05  Sam Steingold  <sds@gnu.org>
1786         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
1787         patch (Bug#11140).
1789 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1791         * emacs-lisp/cust-print.el: Move to obsolete.
1793         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1794         compiler-macro expansion.
1796         Add native compiler-macro support.
1797         * emacs-lisp/macroexp.el (macroexpand-all-1):
1798         Support compiler-macros directly.  Properly follow aliases and apply
1799         the compiler macros more thoroughly.
1800         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1801         macroexpand now properly follows aliases.
1802         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1803         (cl-compiler-macroexpand): Use new prop.
1804         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1806         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1808 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
1810         * window.el (get-lru-window, get-mru-window, get-largest-window):
1811         New argument NOT-SELECTED to avoid picking the selected window.
1812         (window--display-buffer-1, window--display-buffer-2): Replace by
1813         new function window--display-buffer
1814         (display-buffer-same-window, display-buffer-reuse-window)
1815         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1816         Use window--display-buffer.
1817         (display-buffer-use-some-window): Remove temporary dedication
1818         hack by calling get-lru-window and get-largest-window with
1819         NOT-SELECTED argument non-nil.  Call window--display-buffer.
1821 2012-06-05  Glenn Morris  <rgm@gnu.org>
1823         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1824         Replace external vcdiff script.
1826 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1828         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1830 2012-06-04  Chong Yidong  <cyd@gnu.org>
1832         * image.el (imagemagick-types-inhibit): Revert last change.
1833         Add INFO and M.
1834         (imagemagick-enabled-types): Remove CIN and EPS*.
1836 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1838         * emacs-lisp/cl-lib.el: Rename from cl.el.
1839         * emacs-lisp/cl.el: New compatibility file.
1840         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1841         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1842         to obey the "cl-" prefix.
1843         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1845 2012-06-03  Glenn Morris  <rgm@gnu.org>
1847         * emacs-lisp/authors.el (authors-aliases): Addition.
1849         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1850         Fix :version.
1852 2012-06-03  Stefan Merten  <smerten@oekonux.de>
1854         * textmodes/rst.el: Add comments.
1855         (rst-transition, rst-adornment): New faces.
1856         (rst-adornment-faces-alist): Make default safe to reevaluate.
1857         Fixes
1858         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1859         Improve customization tags.
1860         (rst-define-level-faces): Clarify meaning.
1862 2012-06-03  Chong Yidong  <cyd@gnu.org>
1864         * progmodes/compile.el (compilation-mode-line-fail)
1865         (compilation-mode-line-run, compilation-mode-line-exit):
1866         New faces.
1867         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1869 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
1871         * progmodes/which-func.el (which-func-update-ediff-windows):
1872         New function.  Use it in ediff-select-hook (Bug#11478).
1874 2012-06-03  Chong Yidong  <cyd@gnu.org>
1876         * bindings.el: Remove explicit help text from format-mode-line.
1877         It is now supplied by mode-line-default-help-echo.
1878         (mode-line-front-space, mode-line-end-spaces)
1879         (mode-line-misc-info): New variables.
1880         (mode-line-modes, mode-line-position): Move the default value to
1881         the variable definition.
1882         (mode-line-default-help-echo): New defcustom.
1883         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1884         (mode-line-modified-help-echo): New functions.
1885         (mode-line-mule-info, mode-line-modified): Use them.
1886         (mode-line-eol-desc, propertized-buffer-identification):
1887         Consistency fixes for help text.
1888         (mode-line-coding-system-map): Allow using mouse-3 to invoke
1889         set-buffer-file-coding-system (Bug#289).
1890         (mode-line-mule-info-help-echo): Update help text.
1892 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1894         * simple.el (execute-extended-command): Set real-this-command
1895         (bug#11506).
1897 2012-06-02  Chong Yidong  <cyd@gnu.org>
1899         Remove incorrect uses of "modeline" in comments, docstrings, and
1900         function/variable names (Bug#10329).
1902         * cus-edit.el (mode-line):
1903         * dframe.el (dframe-mouse-hscroll):
1904         * emacs-lisp/re-builder.el:
1905         * emacs-lisp/easy-mmode.el (define-minor-mode):
1906         * frame.el (set-frame-name):
1907         * help.el (lookup-minor-mode-from-indicator):
1908         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1909         * progmodes/cc-cmds.el (c-toggle-auto-newline)
1910         (c-toggle-hungry-state):
1911         * progmodes/antlr-mode.el (antlr-language-alist):
1912         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1913         * progmodes/vhdl-mode.el (vhdl-mode):
1914         * progmodes/which-func.el (which-func, which-func-cleanup-function):
1915         * term/ns-win.el (ns-face-at-pos):
1916         * term/sup-mouse.el (sup-mouse-report):
1917         * textmodes/flyspell.el (flyspell-mode-line-string):
1918         * textmodes/ispell.el (ispell-highlight-face):
1919         * textmodes/reftex-global.el:
1920         * vc/vc-arch.el (vc-arch-mode-line-string):
1921         * vc/vc-cvs.el (vc-cvs-mode-line-string):
1922         * vc/vc-git.el (vc-git-mode-line-string):
1923         * vc/vc-hooks.el (vc-display-status)
1924         (vc-default-mode-line-string):
1925         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1927         * ansi-color.el (ansi-color-faces-vector): Change default faces.
1929         * dired.el (dired-sort-set-mode-line): Rename from
1930         dired-sort-set-modeline.  All callers changed.
1932         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1933         eshell-status-in-modeline.
1935         * foldout.el (foldout-mode-line-string): Rename from
1936         foldout-modeline-string.  All callers changed.
1937         (foldout-update-mode-line): Rename from foldout-update-modeline.
1939         * subr.el (redraw-modeline): Make into obsolete alias.
1941         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1942         timeclock-modeline-display.  Make old name an alias.
1943         (timeclock-update-mode-line): Likewise.  All callers changed.
1944         (timeclock-mode-line-display): No need to check before using
1945         add-hook.
1946         (timeclock-relative, timeclock-day-over-hook)
1947         (timeclock-use-elapsed, timeclock-mode-string)
1948         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1950         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1951         crisp-mode-modeline-string.
1953         * play/solitaire.el (solitaire-build-mode-line): Rename from
1954         solitaire-build-modeline.  All callers changed.
1956         * play/zone.el (zone-hiding-mode-line): Rename from
1957         zone-hiding-modeline.  All callers changed.
1958         (zone): Remove unusued `modeline-hidden-level' property.
1960         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1961         xscheme-modeline-initialize.  All callers changed.
1963         * strokes.el (strokes-lighter): Rename from
1964         strokes-modeline-string.
1966         * textmodes/sgml-mode.el (html-face-tag-alist)
1967         (html-tag-face-alist): Use mode-line face instead of obsolete
1968         alias modeline.
1970 2012-06-02  Stefan Merten  <smerten@oekonux.de>
1972         * textmodes/rst.el: Always require `cl'.
1973         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
1975 2012-06-02  Chong Yidong  <cyd@gnu.org>
1977         * image.el (imagemagick-enabled-types): Rename from
1978         imagemagick-types-enable.  Add many more types.
1979         (imagemagick-types-inhibit): Change default to nil.
1980         (imagemagick-filter-types): Caller changed.
1982 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1984         * emacs-lisp/cl-macs.el: Use backquotes.
1985         (cl-transform-function-property): Use eval-and-compile rather than
1986         abusing `require'.
1987         (defstruct): Use declare-function instead of with-no-warnings.
1989         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1990         (byte-compile-output-docform): Re-add the print-circle bindings.
1991         (byte-compile-fix-header): Use #$ just because it's shorter.
1992         (byte-compile-output-file-form): Remove defun/defmacro.
1994 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
1996         * simple.el (choose-completion): Remove now obsolete binding for
1997         owindow.
1999 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
2001         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2002         in order to avoid "Stack overflow in regexp matcher".
2004 2012-05-31  Glenn Morris  <rgm@gnu.org>
2006         * image.el: For clarity, call imagemagick-register-types at
2007         top-level, rather than relying on a custom :initialize.
2008         (imagemagick-types-enable): New option.  (Bug#11557)
2009         (imagemagick-filter-types): New function.  (Bug#7406)
2010         (imagemagick-register-types): Use imagemagick-filter-types.
2011         If disabling support, remove elements altogether rather
2012         than using an impossible regexp.
2013         (imagemagick-types-inhibit): Give it the default init function.
2015 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2017         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2018         Handle arbitrary file name lengths (Bug#11585).
2020 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
2022         * desktop.el (desktop-read): Clear previous and next buffers for
2023         all windows and bury *Messages* buffer (bug#11556).
2025 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2027         Add `declare' for `defun'.  Align `defmacro's with it.
2028         * emacs-lisp/easy-mmode.el (define-minor-mode)
2029         (define-globalized-minor-mode): Don't autoload the var definitions.
2030         * emacs-lisp/byte-run.el: Use lexical-binding.
2031         (defun-declarations-alist, macro-declarations-alist): New vars.
2032         (defmacro, defun): Use them.
2033         (make-obsolete, define-obsolete-function-alias)
2034         (make-obsolete-variable, define-obsolete-variable-alias):
2035         Use `declare'.
2036         (macro-declaration-function): Mark obsolete.
2037         * emacs-lisp/autoload.el: Use lexical-binding.
2038         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
2040 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2042         * textmodes/ispell.el (ispell-with-no-warnings):
2043         Define as a macro.
2044         (ispell-kill-ispell, ispell-change-dictionary):
2045         Use `called-interactively-p' for Emacs instead of obsolete
2046         `interactive-p'.
2048 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2050         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2051         (macro-declaration-function): Move var from C code.
2052         (macro-declaration-function): Define function with defalias.
2053         * emacs-lisp/macroexp.el (macroexpand-all-1):
2054         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2055         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2056         defun/defmacro any more.
2057         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2058         Provide fallback for unknown arglist.
2059         (byte-compile-arglist-warn): Change calling convention.
2060         (byte-compile-output-file-form): Move print-vars binding.
2061         (byte-compile-output-docform): Simplify accordingly.
2062         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2063         (byte-compile-defmacro-declaration): Remove.
2064         (byte-compile-file-form-defmumble): Generalize to defalias.
2065         (byte-compile-output-as-comment): Return byte-positions.
2066         Simplify callers accordingly.
2067         (byte-compile-lambda): Use `assert'.
2068         (byte-compile-defun, byte-compile-defmacro): Remove.
2069         (byte-compile-file-form-defalias):
2070         Use byte-compile-file-form-defmumble.
2071         (byte-compile-defalias-warn): Remove.
2073 2012-05-29  Stefan Merten  <smerten@oekonux.de>
2075         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
2076         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
2078         (rst-mode-abbrev-table): Merge definition.
2079         (rst-mode): Make sure `font-lock-defaults' is buffer local.
2080         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2082 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
2084         * calendar/icalendar.el
2085         (icalendar-export-region): Export UID properly.
2087 2012-05-29  Leo Liu  <sdl.web@gmail.com>
2088         * calendar/icalendar.el (icalendar-import-format):
2089         Add `icalendar-import-format-uid' (Bug#11525).
2090         (icalendar-import-format-uid): New.
2091         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2092         Export UID.
2094 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2096         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2097         different alternative patterns.
2098         (pcase-codegen): Be more careful to preserve identity.
2099         (pcase--u1): Don't forget to mark vars as used.
2101         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2102         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2103         (byte-compile-from-buffer): ...rather than here.
2105         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2106         functions from byte-compile-function-environment.
2108 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
2110         * window.el (window-deletable-p): Avoid deleting the root window
2111         of a frame with an active minibuffer.
2113 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
2115         * simple.el (choose-completion): Use quit-window (Bug#11567).
2117 2012-05-29  Chong Yidong  <cyd@gnu.org>
2119         * whitespace.el (whitespace-cleanup): Fix usage of
2120         whitespace-empty-at-bob-regexp (Bug#11492).
2122 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2124         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2125         revert (Bug#11488).
2127 2012-05-29  Juri Linkov  <juri@jurta.org>
2129         * isearch.el (isearch-mode-map): Bind `M-s _' to
2130         `isearch-toggle-symbol'.  Bind `M-s c' to
2131         `isearch-toggle-case-fold'.
2132         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2133         (isearch-forward): Add `M-s _' to the docstring.
2134         (isearch-forward-symbol, isearch-toggle-case-fold)
2135         (isearch-symbol-regexp): New functions.  (Bug#11381)
2137 2012-05-29  Juri Linkov  <juri@jurta.org>
2139         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
2140         (isearch-occur, isearch-search-and-update): If `isearch-word' is
2141         a function, call it to get the regexp.
2142         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2143         property `isearch-message-prefix' instead of the string "word ".
2144         (isearch-search-fun-default): For the case of `isearch-word',
2145         return a lambda that calls re-search-forward/re-search-backward
2146         with a regexp returned by `word-search-regexp' or by the function
2147         in `isearch-word'.
2149 2012-05-29  Juri Linkov  <juri@jurta.org>
2151         * isearch.el (isearch-search-fun-default): New function.
2152         (isearch-search-fun): Move default part to the new function
2153         `isearch-search-fun-default'.
2154         (isearch-search-fun-function): Set the default value to
2155         `isearch-search-fun-default'.  (Bug#11381)
2157         * comint.el (comint-history-isearch-end):
2158         Use `isearch-search-fun-default'.
2159         (comint-history-isearch-search): Use `isearch-search-fun-default'
2160         and remove spacial case for `isearch-word'.
2161         (comint-history-isearch-wrap): Remove spacial case for
2162         `isearch-word'.
2164         * hexl.el (hexl-isearch-search-function):
2165         Use `isearch-search-fun-default'.
2167         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2168         Use `word-search-regexp' for `isearch-word'.
2170         * misearch.el (multi-isearch-search-fun):
2171         Use `isearch-search-fun-default'.
2173         * simple.el (minibuffer-history-isearch-search):
2174         Use `isearch-search-fun-default' and remove spacial case for
2175         `isearch-word'.
2176         (minibuffer-history-isearch-wrap): Remove spacial case for
2177         `isearch-word'.
2179         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2180         Remove spacial case for `isearch-word'.
2181         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2183 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2185         Decrease XEmacs incompatibilities.
2186         * textmodes/flyspell.el (flyspell-check-pre-word-p):
2187         Use `string-match'.
2188         (flyspell-delete-region-overlays): Use alternative definition for
2189         XEmacs.
2190         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2191         (flyspell-word): Use `process-kill-without-query' if XEmacs.
2192         (flyspell-mode-on): Use `interactive-p' if XEmacs.
2193         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2194         `define-obsolete-face-alias' under XEmacs, but old method.
2196         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2197         `with-no-warnings' definition or Emacs alias.
2198         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2199         (ispell-word): Do not use `region-p' if XEmacs.
2201 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2203         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2204         Check for `ispell-dictionary-base-alist' instead of full
2205         `ispell-dictionary-alist'.
2206         (ispell-init-process): Show spellchecker when starting new Ispell
2207         process.
2209 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2211         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2212         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2214 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
2216         * version.el (motif-version-string, gtk-version-string)
2217         (ns-version-string): Declare.
2219 2012-05-27  Juri Linkov  <juri@jurta.org>
2221         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2222         after the `eval-defun-1' specialcaseing
2223         like in `edebug-eval-defun' (bug#10181).
2225         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2226         like in `eval-defun-1'.
2228 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
2230         * mail/sendmail.el (mail-yank-region):
2231         Recognize rmail-yank-current-message in addition to insert-buffer.
2232         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
2233         a *mail* buffer created through rmail-start-mail with sendmail as
2234         mail-user-agent.
2236 2012-05-27  Chong Yidong  <cyd@gnu.org>
2238         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2239         Default to 256 (Bug#11267).
2241         * help.el (describe-mode): Doc fix.
2243 2012-05-26  Glenn Morris  <rgm@gnu.org>
2245         * w32-fns.el (w32-init-info): Remove.
2246         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2248         * info.el (info-initialize): For self-contained NS builds, put the
2249         included info/ directory at the front.  (Bug#2791)
2251         * paths.el (Info-default-directory-list): Make it a defcustom,
2252         mainly so that we can use custom-initialize-delay.
2254 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2256         * subr.el (buffer-has-markers-at): Mark obsolete.
2258         * subr.el (lambda): Use declare.
2260         * emacs-lisp/lisp-mode.el (lambda):
2261         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2263 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2265         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
2267 2012-05-26  Glenn Morris  <rgm@gnu.org>
2269         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2271 2012-05-25  Glenn Morris  <rgm@gnu.org>
2273         * paths.el: Remove no-byte-compile.
2274         * loadup.el: No need to load paths.el uncompiled.
2276         * image.el (imagemagick-types-inhibit): Doc fix.
2278         * version.el: Remove no-byte-compile and associated formatting.
2279         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
2280         is ancient code from when there was an "inc-vers.el".
2282 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2284         * progmodes/gdb-mi.el: Minor style changes.
2285         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2286         Turn into minor modes.
2287         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2288         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2289         (gdb-shell): Remove unneeded let-binding.
2290         (gdb-get-many-fields): Eliminate O(n²) behavior.
2292 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
2294         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2295         platforms that don't link in fontset.c.
2297 2012-05-25  Juri Linkov  <juri@jurta.org>
2299         Use the same diff color scheme as in modern VCSes (bug#10181).
2301         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2302         to avoid confusion with `diff-added' that now uses green colors.
2303         (diff-removed): Use shades of red.
2304         (diff-added): Use shades of green.
2305         (diff-changed): Leave just the yellow color.
2306         (diff-use-changed-face): New variable.
2307         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2308         how to highlight context diff changes.
2309         (diff-refine-change): Use shades of yellow.
2310         (diff-refine-removed): New face that uses shades of red.
2311         (diff-refine-added): New face that uses shades of green.
2312         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2313         `diff-refine-removed' in the call to `smerge-refine-subst'
2314         depending on the value of `diff-use-changed-face'.
2316         * vc/smerge-mode.el (smerge-mine): Use shades of red.
2317         (smerge-other): Use shades of green.
2318         (smerge-base): Use shades of yellow.
2319         (smerge-refined-change): Empty face.
2320         (smerge-refined-removed): New face that uses shades of red.
2321         (smerge-refined-added): New face that uses shades of green.
2322         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
2323         args `props-r' and `props-a', and use them.  Doc fix.
2324         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2325         on its value use different faces `smerge-refined-change',
2326         `smerge-refined-removed', `smerge-refined-added' in the call to
2327         `smerge-refine-subst'.
2329         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2330         Add face condition `min-colors 88' with shades of red.
2331         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2332         `min-colors 88' with shades of green.
2333         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2334         `min-colors 88' with shades of yellow.
2336 2012-05-24  Glenn Morris  <rgm@gnu.org>
2338         * paths.el (prune-directory-list, remote-shell-program): Move to...
2339         * files.el (prune-directory-list, remote-shell-program): ...here.
2340         For the latter, delay initialization, prefer ssh, just search PATH.
2342         * paths.el (term-file-prefix): Move to faces.el (the only user).
2343         * faces.el (term-file-prefix): Move here, make it a defcustom.
2345         * paths.el (news-directory, news-path, news-inews-program):
2346         Move to gnus/nnspool.el.
2348         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2350         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2351         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2352         Make the latter a defcustom, with a delayed initialization.
2354         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2355         These were deleted from Gnus itself late 2010.
2357 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
2359         * progmodes/which-func.el (which-func-ff-hook):
2360         Check against user-error, not error.
2362         * emacs-lisp/edebug.el (top): Do not load or set up loading of
2363         cl-specs.el, which no longer exists.
2365 2012-05-22  Glenn Morris  <rgm@gnu.org>
2367         * info.el (info-emacs-bug): New command.
2368         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2369         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2371 2012-05-21  Glenn Morris  <rgm@gnu.org>
2373         * makefile.w32-in (update-subdirs-SH):
2374         * Makefile.in (update-subdirs): Update for moved update-subdirs.
2376 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2378         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2380         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2381         Simplify Maven regexp, and make sure the file can't start with a space
2382         (bug#11517).
2384 2012-05-21  Glenn Morris  <rgm@gnu.org>
2386         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2387         Scrap superfluous subshells.
2389 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2391         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2392         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2394 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
2396         * calc/calc.el (calc-ensure-consistent-units): New variable.
2398         * calc/calc-units.el (math-consistent-units-p)
2399         (math-check-unit-consistency): New functions.
2400         (calc-quick-units, calc-convert-units):
2401         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2402         is non-nil.
2403         (calc-extract-units): Fix typo.
2405 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2407         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2409         * textmodes/flyspell.el: Commenting style, plus code simplifications.
2410         (flyspell-default-deplacement-commands): Don't spell check after
2411         repeated window/frame switches (e.g. triggered by mouse-movement).
2412         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2413         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2414         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2415         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2416         Remove unused vars.
2417         (flyspell-get-casechars, flyspell-get-not-casechars):
2418         Simplify; Don't bother removing a ] just to add it back.
2419         * textmodes/ispell.el (ispell-program-name): Use executable-find.
2421 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2423         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2424         New functions.
2425         (math-function-table): Add support for more C functions.
2427 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2429         * textmodes/flyspell.el (flyspell-check-pre-word-p)
2430         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2431         Protect delay handling for otherchars against empty otherchars.
2433 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2435         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2436         their respective macro declarations.
2437         * skeleton.el (define-skeleton):
2438         * progmodes/compile.el (define-compilation-mode):
2439         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2440         (define-ibuffer-filter):
2441         * emacs-lisp/generic.el (define-generic-mode):
2442         * emacs-lisp/easy-mmode.el (define-minor-mode)
2443         (define-globalized-minor-mode):
2444         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2445         * emacs-lisp/byte-run.el (defsubst):
2446         * custom.el (deftheme): Add doc-string metadata.
2448 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2450         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2452 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2454         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2456         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2457         * emacs-lisp/cl-macs.el: Idem.
2458         * emacs-lisp/cl-specs.el: Remove.
2460 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2462         Minor renaming of internal CL functions and variables.
2463         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2464         (cl--position): Rename from cl-position.
2465         (cl--delete-duplicates): Rename from cl-delete-duplicates.
2466         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2467         (cl--random-state): Rename from *random-state*.
2469 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2471         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2472         parens around the arg list (bug#11499).
2474 2012-05-17  Juri Linkov  <juri@jurta.org>
2476         * isearch.el (word-search-regexp, word-search-backward)
2477         (word-search-forward, word-search-backward-lax)
2478         (word-search-forward-lax): Move functions from search.c
2479         (bug#10145, bug#11381).
2481 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2483         * textmodes/flyspell.el (flyspell-check-pre-word-p)
2484         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2485         Delay for otherchars as for normal word components.
2487 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2489         * minibuffer.el (completion--sifn-requote): Fix last change.
2490         (minibuffer-local-must-match-filename-map):
2491         Move define-obsolete-variable-alias before its var.
2493 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2495         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2497         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2498         behavior.
2499         (completion--string-equal-p): New function.
2500         (completion--twq-all): Use it to get better assertion failure data.
2502         Only handle ".." and '..' quoting in shell-mode (bug#11466).
2503         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2504         (shell--requote-argument): New functions.
2505         (shell-completion-vars): Use them.
2506         (shell--parse-pcomplete-arguments): Rename from
2507         shell-parse-pcomplete-arguments.
2508         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
2509         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2510         Obey comint-file-name-quote-list.
2512         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2513         (smie-indent-keyword): Use it.
2515 2012-05-14  Stefan Merten  <smerten@oekonux.de>
2517         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2519 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2521         * net/rlogin.el (rlogin-mode-map): Fix last change.
2523 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
2525         * mail/smtpmail.el (smtpmail-send-command): Send the command and
2526         the following \r\n using a single `process-send-string', since the
2527         Lotus SMTP server refuses to accept any commands if they are sent
2528         with two `process-send-string's (Bug#11444).
2530 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2532         * shell.el (shell-parse-pcomplete-arguments):
2533         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
2535 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
2537         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2538         (image-transform-scale, image-transform-right-angle-fudge): New vars.
2539         (image-transform-width, image-transform-fit-width): New functions.
2540         (image-transform-properties): Use them.
2541         (image-transform-check-size): New function.
2542         (image-toggle-display-image): Use it (for testing).
2543         (image-transform-set-rotation): Reduce angle mod 360.
2544         Delete obsolete comment.
2546 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
2548         * image-mode.el: Fix scaling (bug#11399).
2549         (image-transform-resize): Doc fix.
2550         (image-transform-properties): Default scale is 1 and height should
2551         be an integer.
2553 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
2555         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2556         than hard-coding `car', to fix misbehavior when moving forward.
2558 2012-05-13  Chong Yidong  <cyd@gnu.org>
2560         * emacs-lisp/tabulated-list.el (tabulated-list-format)
2561         (tabulated-list-entries, tabulated-list-padding)
2562         (tabulated-list-sort-key): Make permanent-local.
2564         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2565         (electric-buffer-list): Put electric buffer menu
2566         command descriptions in this docstring, instead of the docstring
2567         of electric-buffer-menu-mode.  Code cleanups.
2568         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
2569         Electric-buffer-menu-mode.
2570         (electric-buffer-update-highlight): Minor code cleanup.
2572 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
2574         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2575         (Bug#11447)
2577 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2579         Move define-obsolete-variable-alias before the var's definition.
2580         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2581         * tooltip.el (tooltip-hook):
2582         * textmodes/reftex-toc.el (reftex-toc-map):
2583         * textmodes/reftex-sel.el (reftex-select-label-map)
2584         (reftex-select-bib-map):
2585         * textmodes/reftex-index.el (reftex-index-map)
2586         (reftex-index-phrases-map):
2587         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2588         * progmodes/meta-mode.el (meta-mode-map):
2589         * novice.el (disabled-command-hook):
2590         * loadhist.el (unload-hook-features-list):
2591         * frame.el (blink-cursor):
2592         * files.el (find-file-not-found-hooks, write-file-hooks)
2593         (write-contents-hooks):
2594         * emulation/tpu-edt.el (GOLD-map):
2595         * emacs-lock.el (emacs-lock-from-exiting):
2596         * emacs-lisp/generic.el (generic-font-lock-defaults):
2597         * emacs-lisp/chart.el (chart-map):
2598         * dos-fns.el (register-name-alist):
2599         * dired-x.el (dired-omit-files-p):
2600         * desktop.el (desktop-enable):
2601         * cus-edit.el (custom-mode-hook):
2602         * buff-menu.el (buffer-menu-mode-hook):
2603         * bookmark.el (bookmark-read-annotation-text-func)
2604         (bookmark-exit-hooks):
2605         * allout.el (allout-mode-deactivate-hook)
2606         (allout-exposure-change-hook, allout-structure-added-hook)
2607         (allout-structure-deleted-hook, allout-structure-shifted-hook):
2608         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2609         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2610         comes before the corresponding variable's definition.
2612 2012-05-12  Chong Yidong  <cyd@gnu.org>
2614         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
2615         (Buffer-menu-mouse-select): Restore function (Bug#11459).
2616         (Buffer-menu-mode-map): Bind it.
2617         (Buffer-menu--pretty-name): Add a mouse-face property.
2619 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2621         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
2622         (prolog-upper-case-string, prolog-lower-case-string)
2623         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2624         (prolog-use-smie, prolog-smie-grammar): New vars.
2625         (prolog-smie-forward-token, prolog-smie-backward-token)
2626         (prolog-smie-rules): New funs.
2627         (prolog-comment-indent): Remove.
2628         (prolog-mode-variables): Use default comment indentation instead.
2629         Setup SMIE.
2630         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2631         (prolog-mode): Don't call them any more.
2632         (prolog-electric-colon, prolog-electric-dash)
2633         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2635         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2637         * minibuffer.el (completion--twq-all): Again, allow case differences.
2639         * term.el: Move keymap initialization code to be more idiomatic.
2640         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2641         (term-terminal-menu): Move initialization into declaration.
2642         (term-escape-char): Let the user set it in her .emacs.
2644         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2645         Provide SMIE-based indentation (not enabled by default yet).
2646         (sh-mode-map): Don't bind electric keys.
2647         Use electric-pair-mode instead of skeleton-pair.
2648         (sh-assignment-regexp): Fit within 80 columns.
2649         (sh-indent-supported): Specify actual shell name instead of boolean.
2650         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2651         (sh-maybe-here-document): Use it.  Make obsolete.
2652         (sh-electric-here-document-mode) New minor mode.
2653         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
2654         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2655         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2656         (sh-smie-rc-grammar, sh-use-smie): New vars.
2657         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2658         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2659         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2660         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2661         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2662         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2663         (sh-set-shell): Use smie-setup if requested.
2665         * term.el (term-set-escape-char): Properly set term-escape-char.
2666         See http://stackoverflow.com/questions/10524656.
2668 2012-05-10  Chong Yidong  <cyd@gnu.org>
2670         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2671         Use url-generic-parse-url, and handle host names and Windows
2672         filenames properly.
2673         (ffap-url-unwrap-remote): Use url-generic-parse-url.
2674         (ffap-url-unwrap-remote): Accept list values, specifying a list of
2675         URL schemes to work on.
2676         (ffap--toggle-read-only): New function.
2677         (ffap-read-only, ffap-read-only-other-window)
2678         (ffap-read-only-other-frame): Use it.
2679         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2680         necessary for ffap-url-unwrap-remote.
2682 2012-05-10  Dave Abrahams  <dave@boostpro.com>
2684         * cus-start.el (create-lockfiles): Add it.
2686 2012-05-09  Chong Yidong  <cyd@gnu.org>
2688         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2689         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2691 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2693         * shell.el (shell-completion-vars): Fix last change (bug#11348).
2695 2012-05-09  Chong Yidong  <cyd@gnu.org>
2697         * ansi-color.el (ansi-color-process-output): Check for validity of
2698         comint-last-output-start before using it.  This avoids a bad
2699         interaction with gdb-mi's input/output buffer.
2701 2012-05-09  Glenn Morris  <rgm@gnu.org>
2703         * files.el (dir-locals-read-from-file):
2704         Mention dir-locals in any error message.
2706 2012-05-09  Chong Yidong  <cyd@gnu.org>
2708         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2709         package (Bug#11410).
2711         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2712         variables into description.
2714 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2716         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2717         shell-delimiter-argument-list (bug#11348).
2718         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2720 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
2722         * textmodes/rst.el: Silence byte-compiler warnings.
2723         (rst-re-alist, rst-reset-section-caches): Move around.
2724         (rst-re): Use `characterp', not `char-valid-p'.
2725         (font-lock-beg, font-lock-end): Declare.
2727         * progmodes/idlw-shell.el (specs): Remove reference to deleted
2728         variable `idlwave-shell-activate-alt-keybindings' and simplify.
2730         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2732 2012-05-08  Glenn Morris  <rgm@gnu.org>
2734         * files.el (auto-mode-alist): Treat ".make" like ".mk".
2736 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * vc/log-edit.el: Add GNU coding standards highlighting.
2739         (log-edit-font-lock-gnu-style)
2740         (log-edit-font-lock-gnu-keywords): New vars.
2741         (log-edit-font-lock-keywords): New fun.
2742         (log-edit-mode): Don't fold case in font-lock.
2743         (log-edit-font-lock-keywords): Do not assume case-folding.
2745         * imenu.el: Misc cleanup.  Make docstrings out of comments.
2746         Use lexical-binding.
2747         (imenu--index-alist, imenu--last-menubar-index-alist)
2748         (imenu-menubar-modified-tick): Use defvar-local.
2749         (imenu--split-menu): Remove unused var.
2750         (imenu--cleanup-seen): Declare as global.
2751         (imenu--cleanup): Use dolist.
2753         * subr.el (defvar-local): Add debug spec and doc-string position.
2755 2012-05-08  Glenn Morris  <rgm@gnu.org>
2757         * language/burmese.el, language/cham.el, language/czech.el:
2758         * language/english.el, language/georgian.el, language/greek.el:
2759         * language/japanese.el, language/khmer.el, language/korean.el:
2760         * language/lao.el, language/misc-lang.el, language/romanian.el:
2761         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2762         * language/thai.el, language/utf-8-lang.el:
2763         Remove no-byte-compile setting.
2765         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
2767 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2769         * progmodes/make-mode.el (makefile-browse):
2770         Remove unnecessary interactive.  (Bug#11324)
2772 2012-05-07  Glenn Morris  <rgm@gnu.org>
2774         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2776         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2778 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2780         * loadup.el: Preload newcomment.el.
2781         * newcomment.el: Move autoload-only code to toplevel.
2783         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2784         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2785         Handle new :right-align column property.
2786         (tabulated-list-print-col): Idem, plus use `display' text-property to
2787         try and preserve alignment for variable pitch fonts.
2789 2012-05-07  Chong Yidong  <cyd@gnu.org>
2791         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2792         (tabulated-list-use-header-line): New var.
2793         (tabulated-list-init-header): Use it.
2794         (tabulated-list-print-fake-header): New function.
2795         (tabulated-list-print): Use it.
2796         (tabulated-list-sort-button-map): Add non-header-line commands.
2797         (tabulated-list-init-header): Add column name property to basic
2798         labels as well.
2799         (tabulated-list-col-sort): Handle non-header-line button case.
2800         (tabulated-list--sort-by-column-name): Fix a corner case.
2802         * buff-menu.el (list-buffers--refresh):
2803         Handle Buffer-menu-use-header-line.
2805 2012-05-06  Chong Yidong  <cyd@gnu.org>
2807         * buff-menu.el: Convert to Tabulated List mode.
2808         (Buffer-menu-buffer+size-width): Make obsolete.
2809         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2810         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2811         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
2812         documentation into docstring of buffer-menu.
2813         (Buffer-menu-toggle-files-only): Add an informative message.
2814         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2815         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2816         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2817         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2818         (Buffer-menu-execute, Buffer-menu-select)
2819         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2820         (Buffer-menu-bury): Use Tabulated List machinery.
2821         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2822         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
2823         Delete.
2824         (list-buffers--refresh): New function.
2825         (list-buffers-noselect): Use it.
2826         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2827         (Buffer-menu--pretty-file-name): New helper functions.
2829         * loadup.el: Preload tabulated-list.
2831         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2832         tabulated-list-sort-column.
2833         (tabulated-list-init-header): Add the initial aligning space even
2834         if tabulated-list-padding is zero.
2836 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
2838         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2839         whose cdr is not a cons cell correctly (bug#11038).
2841 2012-05-06  Chong Yidong  <cyd@gnu.org>
2843         * emacs-lisp/tabulated-list.el (tabulated-list-format):
2844         Accept additional plist in column descriptors.
2845         (tabulated-list-init-header): Obey it.
2846         (tabulated-list-get-entry): New function.
2847         (tabulated-list-put-tag): Use it.  Use string-width instead of
2848         length.
2849         (tabulated-list--column-number): New function.
2850         (tabulated-list-print): Use it.
2851         (tabulated-list-print-col): New function.
2852         Set `tabulated-list-column-name' property on each column's text.
2853         (tabulated-list-print-entry): Use it.
2854         (tabulated-list-delete-entry, tabulated-list-set-col):
2855         New functions.
2856         (tabulated-list-sort-column): New command (Bug#11337).
2858         * buff-menu.el (list-buffers): Move C-x C-b binding from
2859         buff-menu.el to bindings.el.
2861         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2862         :advertised-binding feature.
2864 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
2866         * progmodes/compile.el (compilation-internal-error-properties):
2867         Calculate start position correctly when end-col is set but
2868         end-line is not (Bug#11382).
2870 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
2872         * man.el (Man-unindent): Use text-property-default-nonsticky to
2873         prevent untabify from inheriting face properties (Bug#11408).
2875 2012-05-05  Stefan Merten  <smerten@oekonux.de>
2877         * textmodes/rst.el: Major merge with upstream development up to
2878         Docutils SVN r7399 / rst.el V1.2.1.
2880         Clarify maintainership and authors.
2882         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2883         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2884         (rst-official-version, rst-official-cvs-rev, rst-version)
2885         (rst-package-emacs-version-alist): New functions and variables
2886         for version information.
2888         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2889         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2890         (rst-mode-syntax-table, rst-mode): New and corrected functions
2891         and variables representing reStructuredText features.
2893         (rst-re): New function for reStructuredText regexes.  Use in
2894         many places.
2896         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2897         (rst-mode-map): Rebind keys.
2899         (rst-mode-lazy, rst-font-lock-keywords)
2900         (rst-font-lock-extend-region)
2901         (rst-font-lock-extend-region-internal)
2902         (rst-font-lock-extend-region-extend)
2903         (rst-font-lock-find-unindented-line-limit)
2904         (rst-font-lock-find-unindented-line-match)
2905         (rst-adornment-level, rst-font-lock-adornment-level)
2906         (rst-font-lock-adornment-match)
2907         (rst-font-lock-handle-adornment-pre-match-form)
2908         (rst-font-lock-handle-adornment-matcher): Major revision of
2909         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
2911         (rst-preferred-adornments, rst-adjust-hook)
2912         (rst-new-adornment-down, rst-preferred-bullets)
2913         (rst-preferred-bullets, rst-indent, rst-indent-width)
2914         (rst-indent-field, rst-indent-literal-normal)
2915         (rst-indent-literal-minimized, rst-indent-comment): Change,
2916         extend and improve customization.
2918         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2919         (rst-normalize-cursor-position, rst-get-decoration)
2920         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2921         (rst-rstrip, rst-toc-insert-find-delete-contents)
2922         (rst-shift-fill-region, rst-compute-bullet-tabs)
2923         (rst-debug-print-tabs, rst-debug-mark-found)
2924         (rst-shift-region-guts, rst-shift-region-right)
2925         (rst-shift-region-left, rst-use-char-classes)
2926         (rst-font-lock-keywords-function)
2927         (rst-font-lock-indentation-point)
2928         (rst-font-lock-find-unindented-line-begin)
2929         (rst-font-lock-find-unindented-line-end)
2930         (rst-font-lock-find-unindented-line)
2931         (rst-font-lock-adornment-point, rst-font-lock-level)
2932         (rst-adornment-level-alist): Remove functions and variables.
2934         (rst-compare-adornments, rst-get-adornment-match)
2935         (rst-suggest-new-adornment, rst-get-adornments-around)
2936         (rst-adornment-complete-p, rst-get-next-adornment)
2937         (rst-adjust-adornment, rst-display-adornments-hierarchy)
2938         (rst-straighten-adornments): Standardize function names to
2939         use "adornment" instead of "decoration".  Correct callers.
2940         Similar standardizing in many places.
2942         (rst-update-section, rst-adjust, rst-promote-region)
2943         (rst-enumerate-region, rst-bullet-list-region)
2944         (rst-repeat-last-character): Correct use of `interactive'.
2946         (rst-classify-adornment, rst-find-all-adornments)
2947         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2948         (rst-find-leftmost-column, rst-repeat-last-character):
2949         Refactor functions.
2951         (rst-find-title-line, rst-reset-section-caches)
2952         (rst-get-adornments-around, rst-adjust-adornment-work)
2953         (rst-arabic-to-roman, rst-roman-to-arabic)
2954         (rst-insert-list-pos, rst-insert-list-new-item)
2955         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2956         New functions.
2958         (rst-all-sections, rst-section-hierarchy)
2959         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2960         New variables.
2962         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2963         configuration instead of only buffer.  Change where necessary.
2965         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2966         (rst-shift-region, rst-adaptive-fill): New functions for
2967         indentation and filling.
2969         (rst-comment-line-break, rst-comment-indent)
2970         (rst-comment-insert-comment, rst-comment-region)
2971         (rst-uncomment-region): New functions for handling comments.
2973         (rst-compile): Quote shell arguments.
2975         (rst-compile-pdf-preview, rst-compile-slides-preview):
2976         Delete temporary files after use.
2978 2012-05-05  Glenn Morris  <rgm@gnu.org>
2980         * calendar/cal-html.el: Optionally include holidays in the output.
2981         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2982         (cal-html-holidays): New option.
2983         (cal-html-css-default): Add holiday entry.
2984         (holiday-in-range): Autoload it.
2985         (cal-html-htmlify-entry): Add optional class argument.
2986         (cal-html-htmlify-list): Add optional holidays argument.
2987         (cal-html-insert-agenda-days): Include holidays in the output.
2988         (cal-html-one-month): Maybe include holidays.
2990         * calendar/holidays.el (holiday-in-range):
2991         Move here from cal-tex-list-holidays.
2992         * calendar/cal-tex.el (cal-tex-list-holidays):
2993         Make it an obsolete alias for holiday-in-range.  Update all callers.
2995 2012-05-05  Chong Yidong  <cyd@gnu.org>
2997         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2998         Nextstep.
3000 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
3002         * files.el (file-auto-mode-skip): New var.
3003         (set-auto-mode-1): Use it.
3005 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3007         * repeat.el: Use lexical-binding.
3008         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3009         (repeat-undo-count): Remove.
3010         (repeat):
3011         * progmodes/octave-mod.el (octave-abbrev-start):
3012         * progmodes/f90.el (f90-abbrev-start):
3013         * face-remap.el (text-scale-adjust):
3014         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3016         * emacs-lisp/pcase.el (pcase--let*): New function.
3017         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3018         a bit more.
3019         (pcase--split-pred): Be more clever about ruling out overlap between
3020         a predicate and some constant pattern.
3021         (pcase--q1): Use `null' instead of (eq foo nil).
3023         * subr.el (setq-local, defvar-local): New macros.
3024         (kbd): Redefine as an alias.
3025         (with-selected-window): Leave unrelated frames alone.
3026         (set-temporary-overlay-map): New function.
3028 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3030         * subr.el (user-error): New function.
3031         * window.el (switch-to-buffer):
3032         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3033         (smerge-match-conflict):
3034         * simple.el (previous-matching-history-element)
3035         (next-matching-history-element, goto-history-element, undo-more)
3036         (undo-start):
3037         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3038         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3039         (next-file, tags-loop-scan, list-tags, complete-tag):
3040         * progmodes/compile.el (compilation-loop):
3041         * mouse.el (mouse-minibuffer-check):
3042         * man.el (Man-bgproc-sentinel, Man-goto-page):
3043         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3044         (Info-history-forward, Info-follow-reference, Info-menu)
3045         (Info-extract-menu-item, Info-extract-menu-counting)
3046         (Info-forward-node, Info-backward-node, Info-next-menu-item)
3047         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3048         (Info-next-reference, Info-prev-reference, Info-index)
3049         (Info-index-next, Info-follow-nearest-node)
3050         (Info-copy-current-node-name):
3051         * imenu.el (imenu--make-index-alist)
3052         (imenu-default-create-index-function, imenu-add-to-menubar):
3053         * files.el (basic-save-buffer, recover-file):
3054         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3055         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3056         (checkdoc-message-text, checkdoc-defun):
3057         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3058         * cus-edit.el (customize-changed-options, customize-rogue)
3059         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3060         (custom-variable-mark-to-reset-standard)
3061         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3062         (custom-file):
3063         * completion.el (check-completion-length):
3064         * comint.el (comint-search-arg)
3065         (comint-previous-matching-input-string-position)
3066         (comint-previous-matching-input)
3067         (comint-replace-by-expanded-history-before-point, comint-send-input)
3068         (comint-copy-old-input, comint-backward-matching-input)
3069         (comint-goto-process-mark, comint-set-process-mark):
3070         * calendar/calendar.el (calendar-cursor-to-date): Use it.
3071         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3073 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3075         * dabbrev.el (dabbrev--ignore-case-p): New function.
3076         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3077         Use it.
3079         * files.el (automount-dir-prefix): Mark as obsolete.
3081 2012-05-04  Glenn Morris  <rgm@gnu.org>
3083         * patcomp.el, play/bruce.el: Move to obsolete/.
3085 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3087         Fix minor Y10k bugs.
3088         * arc-mode.el (archive-unixdate):
3089         * autoinsert.el (auto-insert-alist):
3090         * calc/calc-forms.el (math-this-year):
3091         * emacs-lisp/copyright.el (copyright-current-year)
3092         (copyright-update-year, copyright):
3093         * tar-mode.el (tar-clip-time-string):
3094         * time.el (display-time-update):
3095         Don't assume years have 4 digits.
3097 2012-05-04  Chong Yidong  <cyd@gnu.org>
3099         * dos-w32.el (file-name-buffer-file-type-alist)
3100         (direct-print-region-use-command-dot-com):
3101         * ffap.el (ffap-menu-regexp):
3102         * find-file.el (ff-special-constructs):
3103         * follow.el (follow-debug):
3104         * forms.el (forms--debug):
3105         * iswitchb.el (iswitchb-all-frames):
3106         * ido.el (ido-all-frames):
3107         * emacs-lisp/timer.el (timer-max-repeats):
3108         * mail/feedmail.el (feedmail-mail-send-hook)
3109         (feedmail-mail-send-hook-queued):
3110         * mail/footnote.el (footnote-signature-separator):
3111         * mail/mailabbrev.el (mail-alias-separator-string)
3112         (mail-abbrev-mode-regexp):
3113         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3114         * progmodes/idlwave.el (idlwave-libinfo-file)
3115         (idlwave-default-completion-case-is-down)
3116         (idlwave-library-routines): Convert defvars to defcustoms.
3118         * mail/rmail.el (rmail-decode-mime-charset):
3119         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3120         (idlwave-shell-fix-inserted-breaks)
3121         (idlwave-shell-activate-alt-keybindings)
3122         (idlwave-shell-use-breakpoint-glyph):
3123         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3125 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3127         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3129 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
3131         * progmodes/verilog-mode.el (font-lock-keywords):
3132         Fix mis-highligting auto.  Reported by Craig Barner.
3133         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3134         defines from global name space. Reported by Dan Dever.
3135         (verilog-auto-reset, verilog-auto-reset-widths)
3136         (verilog-auto-tieoff): Support using unbased numbers for
3137         AUTORESET and AUTOTIEOFF.
3138         (verilog-submit-bug-report): Update variable list.
3139         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3140         parenthesis from not matching. Reported by Michael Rytting.
3141         (verilog-auto-template-lint): Fix hash error when linting modules
3142         with no used templates.
3143         (verilog-warn, verilog-warn-error)
3144         (verilog-warn-fatal): When non-interactive report multiple
3145         warnings before exiting.  Suggested by Brad Dobbie.
3146         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3147         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3148         to report unused template errors.  Reported by Brad Dobbie.
3149         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3150         nets, bug438. Reported by Vns Blore.
3151         (verilog-auto-inout-module, verilog-auto-reg)
3152         (verilog-read-decls, verilog-read-sub-decls-sig)
3153         (verilog-signals-edit-wire-reg, verilog-signals-with):
3154         Fix passing of Verilog data types in ANSI input/output ports
3155         such as "output logic" into the AUTOs. Special case "wire" and
3156         "reg" for backwards compatibility presuming Verilog 2001.
3157         (verilog-auto-ascii-enum): Add "auto enum" as alias.
3158         (verilog-preprocess): Fix replication of preprocess output.
3159         Reported by Brad Dobbie.
3160         (verilog-auto-inst-interfaced-ports):
3161         Create verilog-auto-inst-interfaced-ports, bug429.
3162         Reported by Julian Gorfajn.
3163         (verilog-after-save-font-hook)
3164         (verilog-before-save-font-hook): New variable.
3165         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3166         (verilog-save-font-mods): Wrap disabling fontification, reported
3167         by David Rogoff.
3168         (verilog-do-indent, verilog-pretty-declarations-auto)
3169         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3170         Reported by Pierre-David Pfister.
3171         (verilog-set-auto-endcomments): Fix endtask auto comments outside
3172         of class declarations, bug292.  Reported by Kevin Heilman.
3173         (verilog-read-decls): Fix 'parameter type' not appearing in
3174         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
3175         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3176         AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3177         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3178         Reported by David Kravitz.
3180 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
3182         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3183         assignment with tests in ifs and for loops.
3184         (verilog-extended-complete-re, verilog-complete-reg): Change so
3185         that DPI inport functions don't look like fuction declarations.
3186         (verilog-pretty-expr): Don't line up assignment
3187         operations to the test and increment in if and for loops
3188         (verilog-extended-complete-re, verilog-complete-reg): Change so
3189         that DPI inport functions don't look like fuction declarations.
3191 2012-05-03  Kenichi Handa  <handa@m17n.org>
3193         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
3194         decoding, and show a warning message without signaling an error
3195         (Bug#11282).
3197 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3199         * emacs-lisp/bytecomp.el
3200         (byte-compile-file-form-custom-declare-variable): Compile all elements,
3201         since cconv.el might have introduced :fun-body, internal-make-closure,
3202         and friends for bytecomp to handle (bug#11391).
3203         * custom.el (defcustom): Avoid ((λ ..) ..).
3205 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3207         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3209 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
3211         * notifications.el (dbus-debug):
3212         * term/linux.el (gpm-mouse-enable):
3213         * term/screen.el (xterm-register-default-colors): Declare.
3215 2012-05-02  Chong Yidong  <cyd@gnu.org>
3217         * cus-start.el (gc-cons-percentage, exec-suffixes)
3218         (dos-display-scancodes, dos-hyper-key, dos-super-key)
3219         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3220         (make-cursor-line-fully-visible, void-text-area-pointer)
3221         (font-list-limit): Add customization data.
3223         * allout.el (allout-exposure-change-functions)
3224         (allout-structure-added-functions)
3225         (allout-structure-deleted-functions)
3226         (allout-structure-shifted-functions): Rename abnormal hooks from
3227         *-hook, and convert to defcustoms.
3228         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3229         Convert to defcustoms.
3230         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3232         * allout-widgets.el: Hook callers changed.
3234 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
3236         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3237         the yanked message in preference to the default value of
3238         buffer-file-coding-system.
3240 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
3242         * window.el (display-buffer--action-function-custom-type):
3243         Fix entry.
3245 2012-05-02  Alan Mackenzie  <acm@muc.de>
3247         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3249 2012-05-01  Glenn Morris  <rgm@gnu.org>
3251         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3253         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
3255         * cus-edit.el (custom-variable-documentation): Simplify with format.
3257 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3258             Stefan Monnier  <monnier@iro.umontreal.ca>
3260         * simple.el (suggest-key-bindings, execute-extended-command):
3261         Move from keyboard.c.
3263 2012-05-01  Chong Yidong  <cyd@gnu.org>
3265         * follow.el: Eliminate advice.
3266         (set-process-filter, process-filter, sit-for): Advice deleted.
3267         (follow-mode-off-hook): Obsolete hook removed.
3268         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3269         Vars deleted.
3270         (follow-auto): Use a :set function.
3271         (follow-mode): Rewritten.  Don't advise process filters.
3272         (follow-switch-to-current-buffer-all, follow-scroll-up)
3273         (follow-scroll-down): Assume follow-mode is bound.
3274         (follow-comint-scroll-to-bottom)
3275         (follow-align-compilation-windows): New functions.
3276         (follow--window-sorter): New function.
3277         (follow-all-followers): Use it to explicitly sort windows by their
3278         positions; don't make assumptions about next-window order.
3279         (follow-windows-start-end, follow-delete-other-windows-and-split)
3280         (follow-calc-win-start): Doc fix.
3281         (follow-windows-aligned-p, follow-select-if-visible): Don't call
3282         vertical-motion unnecessarily.
3283         (follow-adjust-window): New function.
3284         (follow-post-command-hook): Use it.
3285         (follow-call-set-process-filter, follow-call-process-filter)
3286         (follow-intercept-process-output, follow-tidy-process-filter-alist)
3287         (follow-stop-intercept-process-output, follow-generic-filter):
3288         Functions deleted.
3289         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
3290         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3291         New functions, replacing advice on scroll-bar-* commands.
3292         (follow-mwheel-scroll): New function (Bug#4112).
3294         * comint.el (comint-adjust-point): New function.
3295         (comint-postoutput-scroll-to-bottom): Use it.
3296         Call follow-comint-scroll-to-bottom for Follow mode buffers.
3298 2012-05-01  Glenn Morris  <rgm@gnu.org>
3300         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3301         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3302         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3303         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3304         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3305         Remove no-byte-compile setting.
3307 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3309         * minibuffer.el (completion-table-with-quoting): Fix compatibility
3310         all-completions code to not return a number in the last cdr.
3312 2012-04-30  Leo Liu  <sdl.web@gmail.com>
3314         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3315         read-only error.
3317 2012-04-29  Chong Yidong  <cyd@gnu.org>
3319         * follow.el (follow-calc-win-end): Rewrite to handle partial
3320         screen lines correctly (Bug#8390).
3321         (follow-avoid-tail-recenter): Minor cleanup.
3323 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3325         Avoid the obsolete `assoc' package.
3326         * speedbar.el (speedbar-refresh): Avoid adelete.
3327         (speedbar-file-lists): Simplify and avoid aput.
3328         * man.el (Man--sections, Man--refpages): New vars, replacing
3329         Man-sections-alist and Man-refpages-alist.
3330         (Man-build-section-alist, Man-build-references-alist):
3331         Use them; avoid aput.
3332         (Man--last-section, Man--last-refpage): New vars.
3333         (Man-follow-manual-reference): Use them.
3334         Use the `default' arg of completing-read.
3335         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
3337 2012-04-27  Chong Yidong  <cyd@gnu.org>
3339         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3341         * startup.el (x-apply-session-resources): New function.
3343         * term/ns-win.el (ns-initialize-window-system):
3344         * term/w32-win.el (w32-initialize-window-system):
3345         * term/x-win.el (x-initialize-window-system): Use it to properly
3346         set menu-bar-mode and other vars from X resources, even if the
3347         initial frame is not a window-system frame (Bug#2299).
3349         * subr.el (read-key): Avoid running filter function when setting
3350         up temporary tool bar entries (Bug#9922).
3352 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3354         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3355         (Bug#11344)
3357 2012-04-27  Chong Yidong  <cyd@gnu.org>
3359         * select.el (xselect--encode-string): New function, split from
3360         xselect-convert-to-string.
3361         (xselect-convert-to-string): Use it.
3362         (xselect-convert-to-filename, xselect-convert-to-os)
3363         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3364         returned strings are properly encoded (Bug#11315).
3366 2012-04-27  Chong Yidong  <cyd@gnu.org>
3368         * simple.el (delete-active-region): Move to killing custom group.
3370 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3372         * progmodes/which-func.el (which-func-current): Quote %
3373         characters for mode-line processing.
3375 2012-04-27  Chong Yidong  <cyd@gnu.org>
3377         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3378         reaching eob (Bug#11286).
3380 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
3382         * progmodes/gdb-mi.el (gdb-control-level): New variable.
3383         (gdb): Make it buffer-local and init to zero.
3384         (gdb-control-commands-regexp): New variable.
3385         (gdb-send): Don't wrap in "-interpreter-exec console" if
3386         gdb-control-level is positive.  Increment gdb-control-level
3387         whenever the command matches gdb-control-commands-regexp, and
3388         decrement it each time the command is "end".  (Bug#11279)
3390 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
3392         * window.el (adjust-window-trailing-edge, enlarge-window)
3393         (shrink-window, window-resize):
3394         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3395         windows (Bug#11276).
3397 2012-04-27  Chong Yidong  <cyd@gnu.org>
3399         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
3400         fix "missing prefix" warning.  All callers changed.
3402 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3404         * emacs-lisp/assoc.el: Move to obsolete/.
3406 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3408         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
3410         * term/ns-win.el (ns-define-service):
3411         * progmodes/pascal.el (pascal-goto-defun):
3412         * progmodes/js.el (js--read-tab):
3413         * progmodes/etags.el (tags-lazy-completion-table):
3414         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3415         * emacs-lisp/ewoc.el (ewoc--wrap):
3416         * emacs-lisp/assoc.el (aput, adelete, amake):
3417         * doc-view.el (doc-view-convert-current-doc):
3418         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3420 2012-04-26  Chong Yidong  <cyd@gnu.org>
3422         * image.el (image-type-from-buffer): Only return supported image
3423         type (Bug#9045).
3425         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3426         value, for symmetry with diff-end-of-hunk.
3427         (diff-split-hunk, diff-find-source-location)
3428         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3429         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3430         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3431         compute the relevant hunk or file properly (Bug#6005).
3432         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3434 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3436         * vc/vc-mtn.el:
3437         * vc/vc-hg.el:
3438         * vc/vc-git.el:
3439         * vc/vc-dir.el:
3440         * vc/vc-cvs.el:
3441         * vc/vc-bzr.el:
3442         * vc/vc-arch.el:
3443         * vc/vc.el: Replace lexical-let by lexical-binding.
3444         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3445         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3446         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3448 2012-04-26  Chong Yidong  <cyd@gnu.org>
3450         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3451         (diff-mode-shared-map): Bind it to / and [remap undo].
3453         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3454         (ediff-window-setup-function): Use it as the default, to set up
3455         windows based on whether the current frame is graphical (Bug#2138).
3456         (ediff-choose-window-setup-function-automatically): Make obsolete.
3458         * vc/ediff-init.el: Always define ediff-pixel-width/height.
3460 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         * ffap.el: Remove old code for obsolete package.
3463         (ffap-complete-as-file-p): Remove.
3465         Use completion-table-with-quoting for comint and pcomplete.
3466         * comint.el (comint--unquote&requote-argument)
3467         (comint--unquote-argument, comint--requote-argument): New functions.
3468         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3469         (comint-quote-filename): Use regexp-opt-charset.
3470         (comint--common-suffix, comint--common-quoted-suffix)
3471         (comint--table-subvert): Remove.
3472         (comint-unquote-function, comint-requote-function): New vars.
3473         (comint--complete-file-name-data): Use them with
3474         completion-table-with-quoting.
3475         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3476         * pcomplete.el (pcomplete-arg-quote-list)
3477         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3478         (pcomplete-unquote-argument-function): Default to non-nil.
3479         (pcomplete-unquote-argument): Simplify.
3480         (pcomplete--common-quoted-suffix): Remove.
3481         (pcomplete-requote-argument-function): New var.
3482         (pcomplete--common-suffix): New function.
3483         (pcomplete-completions-at-point): Use completion-table-with-quoting
3484         and completion-table-subvert.
3486         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3487         (minibuffer--double-dollars): Preserve properties.
3488         (completion--sifn-requote): New function.
3489         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3491         * minibuffer.el: Add support for completion of quoted/escaped data.
3492         (completion-table-with-quoting, completion-table-subvert): New funs.
3493         (completion--twq-try, completion--twq-all): New functions.
3494         (completion--nth-completion): New function.
3495         (completion-try-completion, completion-all-completions): Use it.
3497 2012-04-25  Leo Liu  <sdl.web@gmail.com>
3499         * progmodes/python.el (python-pdbtrack-get-source-buffer):
3500         Use compilation-message if available to find real filename.
3502 2012-04-25  Chong Yidong  <cyd@gnu.org>
3504         * vc/diff-mode.el (diff-setup-whitespace): New function.
3505         (diff-mode): Use it.
3507         * vc/diff.el (diff-sentinel):
3508         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3509         Whitespace mode variables based on diff style (Bug#8612).
3511 2012-04-25  Leo Liu  <sdl.web@gmail.com>
3513         * progmodes/python.el (python-send-region): Add suffix .py to the
3514         temp file.
3516         * files.el (auto-mode-alist): Use javascript-mode instead.
3518 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
3520         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
3522         * net/soap-client.el (soap-resolve-references-for-sequence-type)
3523         (soap-resolve-references-for-array-type): Hack to prevent self
3524         references, see Bug#9.
3525         (soap-parse-envelope): Report the contents of the 'detail' node
3526         when receiving a fault reply.
3527         (soap-parse-envelope): Report the contents of the entire 'detail' node.
3529         * net/soap-inspect.el (soap-sample-value-for-simple-type)
3530         (soap-inspect-simple-type): New function.
3532         * net/soap-client.el (soap-simple-type): New struct.
3533         (soap-default-xsd-types, soap-default-soapenc-types)
3534         (soap-decode-basic-type, soap-encode-basic-type):
3535         support unsignedInt and double basic types.
3536         (soap-resolve-references-for-simple-type)
3537         (soap-parse-simple-type, soap-encode-simple-type): New function.
3538         (soap-parse-schema): Parse xsd:simpleType declarations.
3540         * net/soap-client.el (soap-default-xsd-types)
3541         (soap-default-soapenc-types): Add integer, byte and anyURI types.
3542         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3543         the local name of "soapenc:Array".
3544         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
3545         decoding integer, byte and anyURI xsd types.
3547 2012-04-25  Chong Yidong  <cyd@gnu.org>
3549         * cus-edit.el (custom-buffer-create-internal): Update header text.
3551 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
3553         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3554         settings on 'system-type', not on 'window-system'.  On MS-Windows,
3555         set interactive-mode on in GDB.
3557 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3559         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3560         (ruby-syntax-propertize-regexp): Remove.
3561         (ruby-syntax-propertize-function): Split regexp into chunks.
3562         Match following code directly.
3564 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
3566         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3567         (ruby-syntax-propertize-regexp): New function.
3568         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3569         by a special keyword.
3571         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3572         (ruby-syntax-general-delimiters-goto-beg)
3573         (ruby-syntax-propertize-general-delimiters): New functions.
3574         (ruby-syntax-propertize-function): Use them to handle GDL.
3575         (ruby-font-lock-keywords): Move old handling of GDL...
3576         (ruby-font-lock-syntactic-keywords): .. to here.
3577         (ruby-calculate-indent): Adjust indentation for GDL.
3579 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
3581         * notifications.el (top): Remove unneeded declarations.
3582         (notifications-specification-version): Change to "1.2".
3583         (notifications-interface, notifications-notify-method)
3584         (notifications-close-notification-method): Fix docstring.
3585         (notifications-get-capabilities-method): New defconst.
3586         (notifications-notify): Add :action-items, :resident and
3587         :transient hints.  Change "image_data" to "image-data" and
3588         "image_path" to "image-path".
3589         (notifications-get-capabilities): New defun.
3591 2012-04-24  Leo Liu  <sdl.web@gmail.com>
3593         * progmodes/python.el: Move hideshow setup to the end.
3595 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
3597         * window.el (handle-select-window): Clear echo area since this is
3598         no more done by read_char (Bug#11304).
3600 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3602         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3603         and `/ M' to filter-derived-mode.
3604         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3605         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3606         (ibuffer-mark-by-mode): Use default rather than initial-input.
3607         (ibuffer-filter-by-derived-mode): Autoload and require-match.
3609 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
3611         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3612         (ibuffer-filter-by-derived-mode): New filter.
3613         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3615 2012-04-23  Andreas Politz  <politza@fh-trier.de>
3617         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3619 2012-04-23  Chong Yidong  <cyd@gnu.org>
3621         * cus-edit.el (customize-apropos, customize-apropos-options):
3622         Disable matching of non-option variables (Bug#11176).
3623         (customize-option, customize-option-other-window)
3624         (customize-changed-options): Doc fix.
3625         (customize-apropos-options, customize-apropos-faces)
3626         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3628         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
3629         Fix word list splitting (Bug#11132).
3630         (apropos-symbol, apropos-keybinding, apropos-label)
3631         (apropos-property, apropos-function-button)
3632         (apropos-variable-button, apropos-misc-button): New faces.
3633         (apropos-symbol-face, apropos-keybinding-face)
3634         (apropos-label-face, apropos-property-face, apropos-match-face):
3635         Variables removed (Bug#8396).
3636         (apropos-library-button, apropos-format-plist, apropos-print)
3637         (apropos-print-doc, apropos-describe-plist): Callers changed.
3639 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
3641         * net/xesam.el (xesam-mode-map): Use let-bound map in
3642         initialization.  (Bug#11292)
3644 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3646         Preserve ispell session localwords when switching back to
3647         original buffer.
3649         * textmodes/ispell.el (ispell-buffer-session-localwords):
3650         New buffer-local variable to hold buffer session localwords.
3651         (ispell-kill-ispell): Add option 'clear to delete session
3652         localwords.
3653         (ispell-command-loop, ispell-change-dictionary)
3654         (ispell-buffer-local-words): Preserve session localwords when
3655         needed.
3657         * textmodes/flyspell.el (flyspell-process-localwords)
3658         (flyspell-do-correct): Preserve session localwords when needed.
3660 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3662         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3663         using obsolete `translation-table-for-input'.
3664         (ispell-word, ispell-process-line, ispell-complete-word):
3665         Use plain `insert' instead of removed `ispell-insert-word'.
3667 2012-04-22  Chong Yidong  <cyd@gnu.org>
3669         * cus-edit.el (custom-variable-menu)
3670         (custom-variable-reset-saved, custom-face-menu)
3671         (custom-face-reset-saved): If there is no saved value, make the
3672         "reset-saved" operation bring back the default (Bug#9509).
3673         (custom-face-state): Properly detect themed faces.
3675         * faces.el (face-spec-set): Stop supporting deprecated form of
3676         third arg.
3678 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
3680         Move functions from C to Lisp.  Make non-blocking method calls
3681         the default.  Implement further D-Bus standard interfaces.
3683         * net/dbus.el (dbus-message-internal): Declare function.
3684         Remove unneeded function declarations.
3685         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3686         (dbus-message-type-method-return, dbus-message-type-error)
3687         (dbus-message-type-signal): Declare variables.  Remove local
3688         definitions.
3689         (dbus-interface-dbus, dbus-interface-peer)
3690         (dbus-interface-introspectable, dbus-interface-properties)
3691         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3692         Adapt docstring.
3693         (dbus-interface-objectmanager): New defconst.
3694         (dbus-call-method, dbus-call-method-asynchronously)
3695         (dbus-send-signal, dbus-method-return-internal)
3696         (dbus-method-error-internal, dbus-register-service)
3697         (dbus-register-signal, dbus-register-method): New defuns, moved
3698         from dbusbind.c
3699         (dbus-call-method-handler, dbus-setenv)
3700         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3701         New defuns.
3702         (dbus-call-method-non-blocking): Make it an obsolete function.
3703         (dbus-unregister-object, dbus-unregister-service)
3704         (dbus-handle-event, dbus-register-property)
3705         (dbus-property-handler): Obey the new structure of
3706         `bus-registered-objects'.
3707         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
3708         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3709         Use `dbus-call-method'.
3711 2012-04-22  Chong Yidong  <cyd@gnu.org>
3713         * cus-edit.el (custom-commands, custom-reset-menu)
3714         (Custom-reset-standard): Tweak labels.
3715         (custom-reset-button-menu): Change default to t.
3716         (custom-buffer-create-internal): For the custom-reset-button-menu
3717         case, put the revert button first.
3718         (custom-group-subtitle): New face.
3719         (custom-group-value-create): Align docstring to a specific column.
3721         * wid-edit.el (widget-documentation-link-add): Don't handle
3722         indentation in this function.
3723         (widget-documentation-string-indent-to): New function.
3724         (widget-documentation-string-value-create): Use it.
3726         * autorevert.el (auto-revert):
3727         * epg-config.el (epg):
3728         * ibuffer.el (ibuffer):
3729         * mpc.el (mpc):
3730         * ses.el (ses):
3731         * eshell/eshell.el (eshell):
3732         * net/ange-ftp.el (ange-ftp):
3733         * progmodes/ebnf2ps.el (postscript):
3734         * progmodes/flymake.el (flymake):
3735         * progmodes/prolog.el (prolog):
3736         * progmodes/verilog-mode.el (verilog-mode):
3737         * progmodes/which-func.el (which-func):
3738         * term/xterm.el (xterm):
3739         * textmodes/picture.el (picture):
3740         * textmodes/tildify.el (tildify):
3741         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3742         customization buffers.
3744 2012-04-22  Alan Mackenzie  <acm@muc.de>
3746         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3747         Adding a ) can hide the resulting (..) from searches.  Fix it.
3748         Bound the backward search to the position of the existing (.
3750 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
3752         * progmodes/verilog-mode.el (verilog-mode): Check whether
3753         which-func-modes is t before adding verilog-mode.
3754         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3756 2012-04-21  Leo Liu  <sdl.web@gmail.com>
3758         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
3760 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
3762         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3763         filling of the last column of a table (Bug#5635).
3764         (woman-find-next-control-line): New arg, specifying an additional
3765         regexp component for the control line.
3766         (woman2-roff-buffer): Use it.
3767         (woman-break-table): New function.
3768         (woman2-TS): Use it.
3770 2012-04-21  Chong Yidong  <cyd@gnu.org>
3772         * woman.el (woman-set-buffer-display-table, woman-decode-region)
3773         (woman-horizontal-escapes, woman-negative-vertical-space)
3774         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3775         (WoMan-warn-ignored): Use ?\s instead of ?\ .
3777 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3779         * minibuffer.el (completion-file-name-table): Complete user names.
3781 2012-04-20  Leo Liu  <sdl.web@gmail.com>
3783         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3784         and pcase-let*.
3786 2012-04-20  Chong Yidong  <cyd@gnu.org>
3788         * server.el (server-execute): Respect initial-buffer-choice if it
3789         is a string and there are no files to open (Bug#2825).
3790         (server-create-window-system-frame, server-create-tty-frame):
3791         Don't switch buffers here.
3792         (server-process-filter): Only try to open a window system frame if
3793         compiled with graphical support (Bug#8314).
3795 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
3797         * battery.el (battery-echo-area-format): Display remaining time
3798         for sysfs backend too (Bug#11269).
3799         (battery-linux-sysfs): Fix conditional for the charge.
3801 2012-04-20  Chong Yidong  <cyd@gnu.org>
3803         * progmodes/gdb-mi.el (gdb): Revert previous change.
3804         (gdb-inferior-io--init-proc): New function.
3805         (gdb-init-1): Use it.
3806         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3807         responsible for allocating a new pty and hooking it to gdb when
3808         the old pty gets an EIO due to process exit.
3809         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
3810         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3811         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3813 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
3815         * window.el (window-min-size, window-sizable, window-min-delta)
3816         (window-max-delta, window--resizable, window-resizable)
3817         (window-total-size, window-full-height-p, window-full-width-p)
3818         (window-in-direction, window--resize-mini-window, window-resize)
3819         (window--resize-child-windows-normal)
3820         (window--resize-child-windows, window--resize-siblings)
3821         (window--resize-this-window, adjust-window-trailing-edge)
3822         (enlarge-window, shrink-window): Doc fixes.
3824 2012-04-20  Chong Yidong  <cyd@gnu.org>
3826         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3827         New function to call delete-process on the gdb-inferior buffer's pty.
3828         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3829         pty process (Bug#11273).
3830         (gdb-update): New arg to suppress talking to the gdb process.
3831         (gdb-done-or-error): Use it.
3832         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3833         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3834         sentinel not being called.
3836         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3838         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3840 2012-04-20  Glenn Morris  <rgm@gnu.org>
3842         * net/network-stream.el (open-network-stream): Doc fix.
3844 2012-04-20  Chong Yidong  <cyd@gnu.org>
3846         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3848 2012-04-20  Alan Mackenzie  <acm@muc.de>
3850         Ensure searching for keywords is case sensitive.
3852         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3853         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3854         (c-defun-name, c-mark-function, c-cpp-define-name)
3855         (c-comment-indent, c-scan-conditionals, c-indent-defun)
3856         (c-context-line-break): Bind case-fold-search to nil.
3858         * progmodes/cc-mode.el (c-font-lock-fontify-region):
3859         Bind case-fold-search to nil.
3861 2012-04-20  Chong Yidong  <cyd@gnu.org>
3863         * mail/sendmail.el (mail-bury): Call return action with the right
3864         Rmail buffer (Bug#11242).
3866         * server.el (server-process-filter): Handle corner case where both
3867         tty and nowait options are present (Bug#11102).
3869 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
3871         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
3872         (top level): Put into the executable the ident-style '$Id:' tag on
3873         windows-nt as well.
3875 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3877         * electric.el (electric-indent-post-self-insert-function): Check that
3878         electric-indent-mode is enabled in current buffer.
3880 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3882         * imenu.el (imenu-progress-message): Restore; it is "used" in
3883         erc/erc-imenu.el and net/snmp-mode.el.
3885 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3887         * avoid.el (mouse-avoidance-mode): Mark unused arg.
3888         (mouse-avoidance-nudge-mouse): Remove unused binding.
3890         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3892         * descr-text.el (describe-char):
3893         * progmodes/python.el (python-describe-symbol):
3894         Don't call `toggle-read-only', set `buffer-read-only'.
3896         * imenu.el (imenu-default-goto-function): Mark unused args.
3897         (imenu-progress-message): Remove obsolete macro; all callers changed.
3899         * subr.el (keymap-canonicalize): Remove unused binding.
3900         (read-passwd): Mark unused arg.
3902         * tutorial.el (tutorial--display-changes): Remove unused binding.
3903         (tutorial--save-tutorial-to): Remove unused variable.
3905         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3906         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3907         (package-generate-autoloads, package-menu--generate)
3908         (package-menu--find-upgrades): Remove unused bindings.
3910         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3911         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
3912         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3913         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3914         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3915         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3916         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3917         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3918         (cua-delete-char-rectangle): Mark unused args.
3919         (cua-align-rectangle): Remove unused binding.
3921         * mail/rmail.el (compilation--message->loc)
3922         (epa--find-coding-system-for-mime-charset): Declare.
3924         * net/dbus.el (dbus-register-service): Declare.
3925         (dbus-name-owner-changed-handler): Remove unused binding.
3927         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3928         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3929         (nxml-scan-backward-within): Mark unused arg.
3930         (nxml-dynamic-markup-word): Remove unused binding.
3932         * mouse.el (mouse-menu-major-mode-map):
3933         * emacs-lisp/authors.el (authors-scan-change-log)
3934         (authors-add-to-author-list):
3935         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3936         * emacs-lisp/smie.el (smie-auto-fill):
3937         * mail/sendmail.el (mail-bury):
3938         * mail/unrmail.el (unrmail):
3939         * net/tls.el (open-tls-stream):
3940         * textmodes/picture.el (picture-mouse-set-point):
3941         Remove unused bindings.
3943 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
3945         * net/tramp.el (tramp-action-password): Let-bind
3946         `enable-recursive-minibuffers' to t.
3948 2012-04-18  Sam Steingold  <sds@gnu.org>
3950         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3951         instead of 'string to accommodate values like [f11].
3952         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3953         * progmodes/gdb-mi.el: Likewise.
3955 2012-04-18  Leo Liu  <sdl.web@gmail.com>
3957         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3958         current buffer.
3959         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3960         LOCAL is nil.
3962 2012-04-18  Chong Yidong  <cyd@gnu.org>
3964         * simple.el (line-move): Use forward-line if in batch mode
3965         (Bug#11053).
3967 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
3969         * files.el (after-find-file): Do not try to add a final newline if
3970         the buffer is read-only (Bug#11156).
3972 2012-04-17  Richard Stallman  <rms@gnu.org>
3974         * mail/rmail.el (rmail-start-mail):
3975         Pass (rmail-mail-return...) for the return-action.
3976         Pass (rmail-yank-current-message...) for the yank-action.
3977         (rmail-yank-current-message): New function.
3978         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3979         (rmail-reply): Likewise.
3980         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3982         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
3983         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
3984         buffer, not newbuf.
3986 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
3988         * server.el (server-ensure-safe-dir): Simplify.
3990 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3992         * emacs-lisp/smie.el: Provide smarter auto-filling.
3993         (smie-auto-fill): New function.
3994         (smie-setup): Use it.
3996         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3998 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4000         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4001         (comment-indent): Use it.
4003 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4005         * ses.el: The overall change is to add cell renaming, that is
4006         setting fancy names for cell symbols other than name matching
4007         "\\`[A-Z]+[0-9]+\\'" regexp .
4008         (ses-localvars): Add ses--renamed-cell-symb-list.
4009         (ses-create-cell-variable): New defun.
4010         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4011         (ses-relocate-formula): Relocate formulas only for cells the
4012         symbols of which are not renamed, i.e. symbols whose names do not
4013         match regexp "\\`[A-Z]+[0-9]+\\'".
4014         (ses-relocate-all): Relocate values only for cells the symbols of
4015         which are not renamed.
4016         (ses-load): Create cells variables as the (ses-cell ...) are read,
4017         in order to check row col consistency with cell symbol name only
4018         for cells that are not renamed.
4019         (ses-replace-name-in-formula): New defun.
4020         (ses-rename-cell): New defun.
4022 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
4024         * progmodes/perl-mode.el (perl-indent-parens-as-block):
4025         New option (bug#11118).
4026         (perl-calculate-indent): Respect it.
4028 2012-04-17  Glenn Morris  <rgm@gnu.org>
4030         * dired-aux.el (dired-mark-read-string): Doc fix.
4032 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
4034         * dired-aux.el (dired-mark-read-string): Offer optional completion.
4035         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
4037 2012-04-17  Glenn Morris  <rgm@gnu.org>
4039         * mouse.el (mouse-drag-track):
4040         * speedbar.el (speedbar-frame-mode):
4041         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4043 2012-04-16  Leo Liu  <sdl.web@gmail.com>
4045         * progmodes/python.el: Trivial cleanup.
4047 2012-04-16  Glenn Morris  <rgm@gnu.org>
4049         * vc/vc.el (vc-string-prefix-p):
4050         * vc/pcvs-util.el (cvs-string-prefix-p):
4051         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4052         * mpc.el (mpc-string-prefix-p):
4053         Make all of these into obsolete aliases for string-prefix-p.
4054         Update callers.
4055         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4057         * textmodes/two-column.el: Move custom options to the start.
4058         (frame-width): Remove compat definition.
4059         (2C-associate-buffer, 2C-dissociate):
4060         Use with-current-buffer rather than save-excursion.
4061         (2C-dissociate): Force a mode-line update.
4062         (2C-autoscroll): Use ignore-errors.
4064         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4065         Autoload trivia.
4067         * emacs-lisp/cl-extra.el (*random-state*):
4068         Remove unnecessary declaration.
4070         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4072         * play/cookie1.el (cookie-snarf):
4073         Give an explicit error if input file cannot be read.
4075         * play/yow.el (yow-file): Use expand-file-name rather than concat.
4077         * progmodes/perl-mode.el (c-macro-expand):
4078         Remove unnecessary autoload (it is in loaddefs.el).
4080         * textmodes/picture.el (picture-desired-column)
4081         (picture-update-desired-column): Convert comments to doc-strings.
4082         (picture-substitute): Remove function.
4083         (picture-mode-map): Initialize in the defvar.
4085         * woman.el: Remove eval-after-load for tar-mode.
4086         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4087         (woman-tar-extract-file): Autoload it.
4089         * frame.el (automatic-hscrolling): Make this alias obsolete.
4091 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4093         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4094         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
4095         (ispell-dictionary-base-alist): Revert to original XEmacs
4096         friendly version for default.  [:alpha:] will be added in
4097         `ispell-set-spellchecker-params' if needed.
4099 2012-04-16  Chong Yidong  <cyd@gnu.org>
4101         * image.el (imagemagick--extension-regexp): New variable.
4102         (imagemagick-register-types): Use it.
4103         (imagemagick-types-inhibit): Add :set function.  Allow new value
4104         of t to inhibit all types.
4106         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4107         so we can preload it.
4109         * loadup.el (fboundp): Preload regexp-opt, needed by
4110         imagemagick-register-types.
4112 2012-04-15  Chong Yidong  <cyd@gnu.org>
4114         * frame.el (scrolling): Remove nearly unused customization group.
4116         * scroll-all.el (scroll-all-mode): Move to windows group.
4118 2012-04-15  Chong Yidong  <cyd@gnu.org>
4120         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4122 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4124         Avoid the use of ((lambda ...) ...) in lexical-binding code.
4125         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
4127 2012-04-15  Glenn Morris  <rgm@gnu.org>
4129         * simple.el (process-file-side-effects): Doc fix.
4131 2012-04-15  Glenn Morris  <rgm@gnu.org>
4133         * international/mule-cmds.el (set-language-environment): Doc fix.
4135 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
4137         * server.el (server-auth-key, server-generate-key): Doc fixes.
4138         (server-get-auth-key): Doc fix.  Use `string-match-p'.
4139         (server-start): Reflow docstring.
4141 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
4143         * server.el (server-generate-key): `called-interactively-p'
4144         requires a parameter.
4146 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
4148         * server.el (server-auth-key): New variable.
4149         (server-generate-key, server-get-auth-key): New function.
4150         (server-start): Use the new variable and functions to allow
4151         setting a permanent server key (bug#9423).
4153 2012-04-14  Leo Liu  <sdl.web@gmail.com>
4155         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4157 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
4159         Spelling fixes.
4160         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4161         Emacs uses American spelling.
4163 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
4165         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4166         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
4167         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4168         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
4170 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4172         * progmodes/which-func.el (which-func-modes): Change default.
4174 2012-04-14  Kim F. Storm  <storm@cua.dk>
4176         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4177         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4179 2012-04-14  Chong Yidong  <cyd@gnu.org>
4181         * custom.el (custom-theme-set-variables): Doc fix.
4183 2012-04-14  Glenn Morris  <rgm@gnu.org>
4185         * international/mule.el (set-auto-coding-for-load): Doc fix.
4187 2012-04-14  Alan Mackenzie  <acm@muc.de>
4189         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4190         imenu work again for Objective C Mode.  Correct the *-index values,
4191         these having been disturbed by a previous change in 2011-08.
4193         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4194         Correct two search limits.
4196 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4198         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4200 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
4202         * international/characters.el: Fix sorting.
4204 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
4206         * international/characters.el: Add more missing Latin case pairs.
4208 2012-04-14  Glenn Morris  <rgm@gnu.org>
4210         * files.el (dir-locals-set-class-variables): Doc fix.
4212 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
4214         * international/characters.el: Add set-case-syntax-pair call for
4215         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4216         counterpart.  (Bug#11209)
4218         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
4220 2012-04-14  Glenn Morris  <rgm@gnu.org>
4222         * calendar/holidays.el (calendar-check-holidays): Doc fix.
4224 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
4226         * textmodes/ispell.el (ispell-dictionary-base-alist):
4227         Add data for Hebrew.
4229 2012-04-14  Chong Yidong  <cyd@gnu.org>
4231         * net/rcirc.el (rcirc-cmd-quit):
4232         Revert 2012-03-18 change (Bug#11192).
4234 2012-04-14  Glenn Morris  <rgm@gnu.org>
4236         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4238 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
4240         * minibuffer.el (completion-in-region-mode-map):
4241         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
4243 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
4245         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4247 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
4249         * minibuffer.el (minibuffer-local-filename-syntax): New variable
4250         to allow `C-M-f' and `C-M-b' to move to the nearest path
4251         separator (bug#9511).
4253 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
4255         * avoid.el: Require cl when compiling.  And also move the
4256         `provide' to the end.
4258 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4260         * avoid.el (mouse-avoidance-banish-position): New variable.
4261         (mouse-avoidance-banish-destination): Use it (bug#10165).
4263 2012-04-13  Leo Liu  <sdl.web@gmail.com>
4265         * progmodes/which-func.el (which-func-modes): Add objc-mode.
4267 2012-04-13  Ken Brown  <kbrown@cornell.edu>
4269         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
4270         this is no longer needed now that cygstart understands file:// URLs.
4271         (browse-url-filename-alist): For the same reason, don't modify
4272         file:// URLs on Cygwin.
4274 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4276         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4277         the region on shift if the binding is already shifted (bug#11221).
4279 2012-04-12  Glenn Morris  <rgm@gnu.org>
4281         * mail/mailpost.el: Move to obsolete/.
4283 2012-04-12  Drew Adams  <drew.adams@oracle.com>
4285         * imenu.el (imenu--generic-function): Ignore invisible definitions
4286         (bug#10123).
4288 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
4290         * hexl.el (hexl-bits): New variable.
4291         (hexl-options): Mention the variable in the doc string.
4292         (hexl-rulerise, hexl-line-displen): New functions.
4293         (hexl-mode): Mention the new variable.
4294         (hexl-mode, hexl-current-address, hexl-current-address):
4295         Use the displen.
4296         (hexl-ascii-start-column): New function.
4297         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4298         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4300 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4302         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4303         '("-i" ENCODING), in 2 separate command-line arguments, to specify
4304         the encoding, as expected by hunspell.
4306 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4308         * battery.el (battery--linux-sysfs-regexp): New const.
4309         (battery-status-function): Use it.  Remove yeeloong special case.
4310         (battery-yeeloong-sysfs): Remove.
4311         (battery-echo-area-format): Remove yeeloong special case.
4313 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4315         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4316         Reported by Noah Friedman.
4318         * subr.el (read-passwd): Use read-string.
4320 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322         * vcursor.el (vcursor-move): Increase the priority of the overlay
4323         (bug#9663).
4325 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
4327         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4328         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4330 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
4332         * textmodes/artist.el (artist-mode): Convert artist-mode to use
4333         define-minor-mode (bug#10760).
4335 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4337         * progmodes/grep.el (rgrep): Tweak the find command line so
4338         that directories matching `grep-find-ignored-files' won't be
4339         pruned (bug#10351).
4341 2012-04-11  Chong Yidong  <cyd@gnu.org>
4343         * startup.el (command-line): Remove support for long-obsolete
4344         variable font-lock-face-attributes.
4346 2012-04-11  Glenn Morris  <rgm@gnu.org>
4348         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4350 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4352         * window.el (window--state-get-1): Obey window-point-insertion-type.
4354 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
4356         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4357         to previous function when point is on the first character of a
4358         function.  Take care of that in `narrow-to-defun' (bug#6157).
4360 2012-04-11  Glenn Morris  <rgm@gnu.org>
4362         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4363         not just file-errors.
4365         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4366         (vc-bzr-sha1): Use internal sha1.
4368 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4370         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4372 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
4374         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4375         that start in the middle of the line (bug#10496).
4377 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
4379         * battery.el (battery-linux-proc-acpi): Only one battery is
4380         discharged at a time, but that seems to confuse battery.el when
4381         computing `rate-type' for the battery not being discharged
4382         (bug#10332).
4384 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4386         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4388         * international/quail.el: Use dolist and simplify.
4389         (quail-define-package, quail-update-keyboard-layout)
4390         (quail-define-rules): Use dolist.
4391         (quail-insert-kbd-layout, quail-get-translation): CSE.
4393         * tmm.el: Use dolist, remove left over hook.
4394         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4395         Use dolist.
4396         (calendar-load-hook): Don't mess with it.
4398         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4399         Use derived-mode-p.  Run the diff asynchronously.
4401 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403         * obsolete/mouse-sel.el: Add an Obsolete-since header.
4405 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
4407         * misc.el: Display absolute path of loaded DLLs (bug#10424).
4408         (list-dynamic-libraries--loaded): New function.
4409         (list-dynamic-libraries--refresh): Use it.
4411 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
4413         * progmodes/python.el (python-fill-paragraph):
4414         Make python-fill-region in a multiline string work when font-lock is
4415         disabled (bug#7018).
4417 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
4419         * language/european.el (cp775): Add oem/legacy (en)coding on
4420         DOS/MS Windows for the Baltic languages.  There are still plenty
4421         of texts written in this encoding/codepage (bug#6519).
4423 2012-04-10  Glenn Morris  <rgm@gnu.org>
4425         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4426         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4428 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
4430         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
4431         next-line "n" and previous-line "p" in order to make recentf more
4432         consistent with ibuffer, dired or org-mode (bug#9387).
4434 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436         * image.el (put-image): Return the overlay created instead of the
4437         optional input string (bug#7834).  Note that this may break code
4438         that is (for some reason or other) depending on `put-image'
4439         returning the string.
4441         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4443         * simple.el (zap-to-char): Allow zapping using input methods
4444         (bug#1580).
4446         * textmodes/fill.el (fill-region): Leave point and mark where they
4447         were before filling (bug#5399).
4449 2012-04-09  Glenn Morris  <rgm@gnu.org>
4451         * version.el (emacs-bzr-get-version):
4452         Handle lightweight checkouts of local branches.
4454 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
4456         * international/characters.el: Recover lost case pairs.  (Bug#11209)
4458 2012-04-09  Chong Yidong  <cyd@gnu.org>
4460         * custom.el (custom-variable-p): Return nil for non-symbol
4461         arguments instead of signaling an error.
4462         (user-variable-p): Obsolete alias for custom-variable-p.
4464         * apropos.el (apropos-variable):
4465         * files-x.el (read-file-local-variable):
4466         * simple.el (set-variable):
4467         * woman.el (woman-mini-help):
4468         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4470 2012-04-09  Glenn Morris  <rgm@gnu.org>
4472         * startup.el (normal-top-level): Don't look for leim-list.el
4473         in places where it will not be found.  (Bug#910)
4475         * international/mule-cmds.el (set-default-coding-systems):
4476         * files.el (normal-mode):
4477         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
4478         This function was removed with ucs-tables.el in 2008.
4480 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
4482         * textmodes/ispell.el (ispell-check-version): For hunspell, set
4483         ispell-encoding8-command to "-i", without a trailing space.
4484         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4485         separate command-line arguments, to specify the encoding, since
4486         that's how hunspell expects it.
4488 2012-04-08  Glenn Morris  <rgm@gnu.org>
4490         * loadup.el: Load bindings before cus-start.
4491         This reduces somewhat the number of "rogue" settings in emacs -Q.
4493 2012-04-07  Glenn Morris  <rgm@gnu.org>
4495         * version.el (emacs-bzr-get-version): New function.
4496         (emacs-bzr-version): New variable.
4497         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
4498         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4500 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
4502         * international/uni-bidi.el, international/uni-category.el:
4503         * international/uni-combining.el, international/uni-decimal.el:
4504         * international/uni-decomposition.el, international/uni-digit.el:
4505         * international/uni-lowercase.el, international/uni-mirrored.el:
4506         * international/uni-name.el, international/uni-numeric.el:
4507         * international/uni-titlecase.el, international/uni-uppercase.el:
4508         Update for Unicode 6.1.
4510 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
4512         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4514 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516         * window.el (shrink-window): Mention the `window-min-height'
4517         variable in the doc string.
4519 2012-04-05  Bastien Guerry  <bzg@altern.org>
4521         * color.el (color-lighten-name): Fix typo.
4523 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4525         * server.el (server--on-display-p): New function.
4526         (server--on-display-p): Use it.
4528 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
4530         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4531         (bug#11145).
4533 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4535         * comint.el (comint--common-quoted-suffix): Check string boundary
4536         before comparing (bug#11158).
4537         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4539 2012-04-04  Chong Yidong  <cyd@gnu.org>
4541         * minibuffer.el (completion-extra-properties): Doc fix.
4543         * subr.el (delayed-warnings-hook): Doc fix.
4545 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
4547         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4548         selection (Bug#11159).
4549         (epa-insert-keys): Inform that the default public key will be
4550         exported if no key is selected.
4552 2012-04-04  Richard Stallman  <rms@gnu.org>
4554         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4556 2012-04-03  Chong Yidong  <cyd@gnu.org>
4558         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4559         mail-insert-file, not its obsolete alias mail-attach-file.
4561 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
4563         * notifications.el (notifications-notify): Fix docstring.
4565 2012-04-02  Glenn Morris  <rgm@gnu.org>
4567         * emacs-lisp/authors.el (authors-aliases): Another addition.
4569 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
4571         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4572         `tramp-compat-call-process' instead of `tramp-local-call-process'.
4573         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4575 2012-04-01  Chong Yidong  <cyd@gnu.org>
4577         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4578         Handle root directory properly.
4579         (copy-directory): Caller changed.
4581         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4582         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4584 2012-03-31  Glenn Morris  <rgm@gnu.org>
4586         * term/xterm.el (xterm-extra-capabilities): Doc fix.
4588         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
4590         * calendar/calendar.el (calendar-window-list)
4591         (calendar-hide-window): Restore.  (Bug#11140)
4592         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4594         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4596 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4598         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4599         Check if file is a symlink (Bug#10489).
4601         * files.el (copy-directory): Likewise.
4603 2012-03-30  Chong Yidong  <cyd@gnu.org>
4605         * image.el (imagemagick-types-inhibit)
4606         (imagemagick-register-types): Doc fix.
4608 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4610         * textmodes/ispell.el (ispell-get-extended-character-mode):
4611         Disable extended-char-mode for hunspell.  hunspell does not support it
4612         and treats ~word as ordinary words in pipe mode.
4614 2012-03-30  Glenn Morris  <rgm@gnu.org>
4616         * tutorial.el (help-with-tutorial): Ensure local variables don't
4617         happen to make the buffer read-only.  (Bug#11127)
4619 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4621         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4622         (perl-calculate-indent): Return `noindent' in strings.
4624 2012-03-28  Sam Steingold  <sds@gnu.org>
4626         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4627         instead of the broken adhockery which does not prevent calendar
4628         buffers from being displayed at random after exit.
4629         (calendar-window-list, calendar-hide-window): Remove the broken
4630         adhockery.
4632 2012-03-28  Glenn Morris  <rgm@gnu.org>
4634         * replace.el (query-replace-map): Doc fix.
4636 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
4638         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4639         contents.  (Bug#11109)
4641 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4643         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4644         (bug#11077).
4645         (avl-tree--check, avl-tree--check-node): New funs.
4647 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
4649         * window.el (switch-to-visible-buffer): New option.
4650         (switch-to-prev-buffer, switch-to-next-buffer):
4651         Observe switch-to-visible-buffer.  Make sure that checking for a window
4652         showing a buffer already is done on the same frame.
4654 2012-03-27  Glenn Morris  <rgm@gnu.org>
4656         * startup.el (mail-host-address): Doc fix.
4658 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4660         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4661         than 197 variables.
4663 2012-03-26  Ami Fischman  <ami@fischman.org>
4665         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4667 2012-03-26  Glenn Morris  <rgm@gnu.org>
4669         * files.el (save-buffers-kill-emacs): Doc fix.
4671         * startup.el (normal-top-level, command-line, command-line-1):
4672         Give them doc strings.
4674 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
4676         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
4677         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
4679 2012-03-25  Chong Yidong  <cyd@gnu.org>
4681         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4682         theme if it was previously enabled before (Bug#11031).
4684         * cus-theme.el (custom-theme-write-faces): Retrieve current face
4685         spec with custom-face-get-current-spec if its :shown-value is not
4686         determined yet (Bug#9337).
4687         (customize-create-theme, custom-theme-revert): Doc fixes.
4689         * button.el (button-at): Minor addition to docstring.
4691 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
4693         * vc/vc.el (vc-merge): Fix a prompt.
4695 2012-03-24  Chong Yidong  <cyd@gnu.org>
4697         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4698         point (Bug#9623).
4700         * button.el (button-at): Minor addition to docstring.
4702 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4704         * newcomment.el (comment-choose-indent): No space after BOL.
4706 2012-03-22  Sam Steingold  <sds@gnu.org>
4708         * window.el (switch-to-prev-buffer): Revert last patch because the
4709         bug turned out to be an advertised feature (Elisp manual 28.14).
4711 2012-03-22  Glenn Morris  <rgm@gnu.org>
4713         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
4714         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4716 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718         * net/network-stream.el (network-stream-open-starttls): Make error
4719         message under Windows be less misleading.
4721 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
4723         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4724         understands (bug#9942).
4726 2012-03-22  Chong Yidong  <cyd@gnu.org>
4728         * simple.el (end-of-visible-line): Handle return value of
4729         next-single-property-change properly (Bug#9371).
4731 2012-03-22  Kenichi Handa  <handa@m17n.org>
4733         * international/quail.el (quail-insert-kbd-layout): Fix previous
4734         change.  To avoid unwanted bidi reordering, use
4735         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4737 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
4739         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4740         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4741         (ruby-beginning-of-indent): Be more careful with the difference
4742         between word-boundary and symbol boundary.
4743         (ruby-mode-syntax-table): Make : a symbol constituent.
4745 2012-03-21  Andreas Politz  <politza@fh-trier.de>
4747         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4749 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4751         * progmodes/etags.el (tags-completion-at-point-function):
4752         Improve last fix.
4754         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4756 2012-03-21  Sam Steingold  <sds@gnu.org>
4758         * progmodes/etags.el (tags-completion-at-point-function):
4759         Avoid the error when point is inside the pattern.
4761 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
4763         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4764         line (Bug#10855).
4766 2012-03-21  Drew Adams  <drew.adams@oracle.com>
4768         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4770 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
4772         * ido.el (ido-set-current-directory, ido-read-internal)
4773         (ido-choose-completion-string, ido-completion-help): Handle nil
4774         value of ido-completion-buffer (Bug#11008).
4776 2012-03-21  Sam Steingold  <sds@gnu.org>
4778         * window.el (switch-to-prev-buffer): Do not switch to a visible
4779         window previous buffer, just like with the frame previous buffers.
4781 2012-03-21  Chong Yidong  <cyd@gnu.org>
4783         * faces.el (make-face, make-empty-face, copy-face):
4784         * face-remap.el (face-remap-add-relative, face-remap-set-base):
4785         Doc fixes.
4787 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4789         * wid-edit.el (widget-complete-field): Remove (bug#11051).
4790         (widget-complete): Remove broken use of it.
4792 2012-03-20  Chong Yidong  <cyd@gnu.org>
4794         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4795         Use string-width and truncate-string-width to handle arbitrary
4796         characters.
4798 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
4800         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4801         to draw rectangles, not squares.  (Regression introduced by revno
4802         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4804 2012-03-18  Chong Yidong  <cyd@gnu.org>
4806         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4807         it is not yet defined (for temacs).
4809 2012-03-18  Leo Liu  <sdl.web@gmail.com>
4811         * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
4813 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
4815         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4816         (ispell-choices-win-default-height, ispell-silently-savep)
4817         (ispell-dictionary-alist, ispell-encoding8-command)
4818         (ispell-check-version, ispell-aspell-find-dictionary)
4819         (ispell-valid-dictionary-list, ispell-words-keyword)
4820         (ispell-get-word, ispell-internal-change-dictionary)
4821         (ispell-region, ispell-skip-region-list)
4822         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4823         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4824         (ispell-message-text-end, ispell-message)
4825         (ispell-buffer-local-parsing): Doc fix.
4827 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
4829         * htmlfontify.el: Add support for code block fontification for ODT
4830         export (Bug #9914).
4831         (hfy-optimisations): Define new option
4832         `body-text-only'
4833         (hfy-fontify-buffer): Honor above setting.
4834         (hfy-begin-span, hfy-end-span): New routines factored out form
4835         `hfy-fontify-buffer'.
4836         (hfy-begin-span-handler, hfy-end-span-handler): New variables
4837         that permit insertion of custom tags.
4838         (hfy-fontify-buffer): Use above handlers.
4839         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4840         (hfy-face-to-css): Re-defined to be a variable.
4841         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
4842         over multiple runs.  This is made possible by having the caller let
4843         bind a special variable `hfy-user-sheet-assoc'.
4844         (htmlfontify-string): New defun.
4845         (hfy-compile-face-map): Make sure that the last char in the
4846         buffer is correctly fontified.
4847         (hfy-face-resolve-face): Whitespace only change.
4849 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
4851         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4852         message more clear.
4854 2012-03-16  Leo Liu  <sdl.web@gmail.com>
4856         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4858 2012-03-16  Alan Mackenzie  <acm@muc.de>
4860         Further optimise the handling of large macros.
4862         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4863         limit to a call of `c-literal-limits'.
4864         (c-determine-+ve-limit): New function.
4865         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4866         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
4867         In CASE 5B, restrict a search limit to 500.
4868         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4870         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4871         Restrict macro bounds to +-500 from after-change's BEG END.
4873 2012-03-16  Leo Liu  <sdl.web@gmail.com>
4875         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4877 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
4879         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
4880         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
4882 2012-03-16  Glenn Morris  <rgm@gnu.org>
4884         * view.el (view-buffer, view-buffer-other-window)
4885         (view-buffer-other-frame): Doc fixes re special mode-class.
4887         * subr.el (eval-after-load): If named feature is provided not from
4888         a file, run after-load forms.  (Bug#10946)
4890         * calendar/calendar.el (calendar-insert-at-column):
4891         Handle non-unit-width characters a bit better.  (Bug#10978)
4893 2012-03-15  Chong Yidong  <cyd@gnu.org>
4895         * emacs-lisp/ring.el (ring-extend): New function.
4896         (ring-insert+extend): Extend the ring correctly (Bug#11019).
4898         * comint.el (comint-read-input-ring)
4899         (comint-add-to-input-history): Grow comint-input-ring lazily.
4901 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4903         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4904         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4906         * imenu.el: Fix multiple inheritance breakage (bug#9199).
4907         (imenu-add-to-menubar): Don't add a redundant index.
4908         (imenu-update-menubar): Handle a dynamically composed keymap.
4910 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4912         * mail/sendmail.el (mail-encode-header):
4913         Bind rfc2047-encode-encoded-words to nil.
4915 2012-03-13  Glenn Morris  <rgm@gnu.org>
4917         * calendar/calendar.el (calendar-string-spread):
4918         Handle non-unit-width characters a bit better.  (Bug#10978)
4920 2012-03-13  Leo Liu  <sdl.web@gmail.com>
4922         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4923         directory and file as argument (Bug#10822).
4925 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
4927         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4928         For dynamically generated code, follow $PC.
4929         (gdb-disassembly-handler-custom): Handle no function name case.
4931 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
4933         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4934         * emulation/ws-mode.el (ws-query-replace):
4935         * sort.el (sort-regexp-fields):
4936         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
4938 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4940         * dabbrev.el: Fix cycle completion order (bug#10963).
4941         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4942         (dabbrev-completion): Don't use an obarray; provide
4943         a cycle-sort-function.
4945 2012-03-12  Leo Liu  <sdl.web@gmail.com>
4947         * simple.el (kill-new): Use equal-including-properties for comparison.
4948         (kill-do-not-save-duplicates): Doc fix.
4950 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4952         * dabbrev.el: Fix cycle completion (bug#10963).
4953         Use lexical binding and wrap to 80 columns.
4954         (dabbrev-completion): Delay computing the list of completions.
4956 2012-03-12  Kenichi Handa  <handa@m17n.org>
4958         * international/quail.el (quail-insert-kbd-layout): Surround each
4959         row by LRO and PDF instead of inserting many LRMs.  Pad the left
4960         and right of each non-spacing marks.  Insert invisible space
4961         between lower and upper characters to prevent composition.
4963 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4965         * minibuffer.el (minibuffer-complete): Don't get confused when the
4966         function is run twice via different commands (bug#10958).
4967         (complete-with-action): Fix docstring.
4969 2012-03-12  Chong Yidong  <cyd@gnu.org>
4971         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4972         (nxml-completion-at-point-function): New function.
4973         (nxml-mode): Use it.
4974         (nxml-bind-meta-tab-to-complete-flag): Default to t.
4976         * emacs-lisp/package.el (package-unpack, package-unpack-single):
4977         Load generated autoloads file before byte compiling (Bug#10970).
4978         (package--make-autoloads-and-compile): New helper fun.
4980 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
4982         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4984 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
4986         * autorevert.el (auto-revert-handler): Ensure, that
4987         file-readable-p is applied only for local files or in
4988         auto-revert-tail-mode.
4990 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
4992         * server.el (server-eval-at): Handle non-tcp connections.
4993         Decode result string.
4995         * server.el (server-msg-size): New constant.
4996         (server-reply-print): New function.
4997         (server-eval-and-print): Use it.
4998         (server-eval-at): Use server-quote-arg and server-unquote-arg.
4999         Handle -print-nonl.
5001 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
5003         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5004         (Bug#10987).
5006 2012-03-11  Chong Yidong  <cyd@gnu.org>
5008         * simple.el (goto-line): Doc fix (Bug#9938).
5010         * subr.el (save-window-excursion): Doc fix (Bug#9979).
5012         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5013         when finished (Bug#10963).
5015 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
5017         * window.el (split-window-below): Fix bug in case where
5018         split-window-keep-point is nil (Bug#10971).
5020 2012-03-11  Juri Linkov  <juri@jurta.org>
5022         * replace.el (replace-highlight): Set isearch-word to nil
5023         unconditionally.  (Bug#10887)
5025 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
5027         * net/mairix.el (mairix-replace-invalid-chars): Rename from
5028         mairix-replace-illegal-chars; all callers changed.  Don't remove
5029         ^, ~, and = characters: they are meaningful in mairix search specs.
5030         (mairix-widget-create-query): Add usage information about mairix
5031         search forms: negating words, searching for substrings, etc.
5033 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
5035         * international/fontset.el (font-encoding-alist): Add an entry for
5036         ksx1001 (Bug#5667).
5038 2012-03-10  Richard Stallman  <rms@gnu.org>
5040         * mail/sendmail.el (mail-encode-header):
5041         Set rfc2047-encode-encoded-words.
5043         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5045         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5046         view buffer means not swapped.
5047         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5048         (rmail-write-region-annotate): Error if real text has disappeared.
5050         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5052 2012-03-10  Chong Yidong  <cyd@gnu.org>
5054         * emulation/cua-rect.el (cua--init-rectangles):
5055         * emulation/cua-base.el (cua--init-keymaps):
5056         Add delete-forward-char to remappings (Bug#9666).
5058 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
5060         * speedbar.el (speedbar-unhighlight-one-tag-line):
5061         Avoid unhighlighting due to frame switching (Bug#10275).
5063 2012-03-10  Chong Yidong  <cyd@gnu.org>
5065         * minibuffer.el (completion-in-region, completion-help-at-point):
5066         Give the completion field overlay a high priority (Bug#6830).
5068         * dired.el (dired-goto-file): Recognize absolute file name
5069         listings (Bug#7126).
5070         (dired-goto-file-1): New helper function.
5071         (dired-toggle-read-only): Inhibit warnings.
5073 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
5075         * net/dbus.el (dbus-property-handler): Return empty array if
5076         there are no properties.
5078 2012-03-09  Leo Liu  <sdl.web@gmail.com>
5080         * savehist.el (savehist-printable): Stricter check for string
5081         value (Bug#10937).
5083 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
5085         * mail/smtpmail.el (smtpmail-send-it):
5086         Bind coding-system-for-write to *-unix, so that FCC files are kept in
5087         valid mbox format.
5089 2012-03-09  Glenn Morris  <rgm@gnu.org>
5091         * files.el (dir-locals-find-file):
5092         Don't check result is regular, readable.
5093         (dir-locals-read-from-file): Demote errors.
5095 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
5097         * international/quail.el (quail-insert-kbd-layout):
5098         Insert invisible LRM characters before each character in a keyboard
5099         layout cell, to prevent their reordering by bidi display engine.
5100         For details, see the discussion in
5101         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5103 2012-03-08  Alan Mackenzie  <acm@muc.de>
5105         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5106         the starting position; make it extend the marked region when
5107         invoked repeatedly - all under appropriate circumstances.
5108         Fixes bugs #5525, #10906.
5110 2012-03-08  Glenn Morris  <rgm@gnu.org>
5112         * files.el (locate-dominating-file, dir-locals-find-file):
5113         Undo 2012-03-06 change.
5115 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
5117         * international/quail.el (quail-help):
5118         Force bidi-paragraph-direction be left-to-right.  See discussion in
5119         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5120         for the reason.
5122 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
5124         Avoid superfluous registering of signals.  (Bug#10807)
5126         * notifications.el (notifications-on-action-object)
5127         (notifications-on-close-object): New defvars.
5128         (notifications-on-action-signal, notifications-on-closed-signal):
5129         Unregister the signal if not needed any longer.
5130         (notifications-notify): Register `notifications-action-signal' or
5131         `notifications-closed-signal', if :on-action or :on-close has been
5132         passed as argument.
5134 2012-03-07  Chong Yidong  <cyd@gnu.org>
5136         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5137         non-X platforms.
5139 2012-03-06  Glenn Morris  <rgm@gnu.org>
5141         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5142         (x-disown-selection-internal, x-get-selection-internal):
5143         Doc fix (add arglist signatures).  (Bug#10783)
5145 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
5147         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5148         Handle breakpoints with no "type".
5150 2012-03-06  Glenn Morris  <rgm@gnu.org>
5152         * files.el (locate-dominating-file): Add optional predicate argument.
5153         (dir-locals-find-file): Make use of above change.
5155 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
5157         * info.el (Info-insert-dir): Also try "dir.gz".
5159 2012-03-06  Glenn Morris  <rgm@gnu.org>
5161         * files.el (dir-locals-find-file):
5162         Ignore non-readable or non-regular files.  (Bug#10928)
5164         * files.el (locate-dominating-file): Doc fix.
5166 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
5168         * calendar/calendar.el (calendar-set-mode-line):
5169         `getenv' returns a string.  (Bug#10951)
5171 2012-03-05  Leo Liu  <sdl.web@gmail.com>
5173         * simple.el (backward-delete-char-untabify): Constrain point to
5174         field (Bug#10939).
5176         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5178 2012-03-05  Chong Yidong  <cyd@gnu.org>
5180         * simple.el (count-words): If called from Lisp, return the word
5181         count, for symmetry with `count-lines'.  Arglist changed.
5182         (count-words--message): Args changed.  Consolidate counting code
5183         from count-words and count-words-region.
5184         (count-words-region): Caller changed.
5185         (count-lines-region): Make it an obsolete alias.
5187 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
5189         * saveplace.el (save-place-to-alist)
5190         (save-place-ignore-files-regexp): Allow value nil to disable this
5191         feature.
5193 2012-03-04  Chong Yidong  <cyd@gnu.org>
5195         * faces.el (face-spec-reset-face): For the default face, reset the
5196         attributes to default values (Bug#10748).
5198 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5201         previous patch: Check `message-send-mail-function', and not the
5202         default function (bug#10897).
5204 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
5206         * notifications.el (notifications-on-action-signal)
5207         (notifications-on-closed-signal): Check for unique service name of
5208         incoming event.  Fix error in removing entry.
5209         (top): Register for signals with wildcard service name.
5210         (notifications-notify): Use daemon unique service name for map entries.
5212 2012-03-04  Chong Yidong  <cyd@gnu.org>
5214         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
5216 2012-03-04  Glenn Morris  <rgm@gnu.org>
5218         * abbrev.el (copy-abbrev-table, abbrev-table-p)
5219         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5220         (expand-abbrev, define-abbrev-table): Doc fixes.
5222 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5224         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5225         `message-default-send-mail-function' and not `send-mail-function'
5226         when doing the prompting for `sendmail-query-once' before sending
5227         in Message buffers (bug#10897).
5229         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5230         This is inconsistent with all the other stream functions, which leave
5231         the setting up to the higher levels (if so wanted) (bug#10931).
5233 2012-03-02  Alan Mackenzie  <acm@muc.de>
5235         Depessimize the handling of very large macros.
5237         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5238         (c-macro-cache-syntactic): New variables to implement a one
5239         element macro cache.
5240         (c-invalidate-macro-cache): New function.
5241         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5242         Adapt to use the new cache.
5243         (c-state-safe-place): Use better the cache of safe positions.
5244         (c-state-semi-nonlit-pos-cache)
5245         (c-state-semi-nonlit-pos-cache-limit):
5246         New variables for...
5247         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
5248         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
5249         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5250         Use c-state-semi-safe-place.
5252         * progmodes/cc-langs.el (c-get-state-before-change-functions):
5253         Add c-invalidate-macro-cache to the C, C++, Obj entries.
5255 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
5257         * jka-compr.el (jka-compr-call-process):
5258         Apply `file-accessible-directory-p' only when the default directory is
5259         not remote.
5261 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
5263         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
5264         access of FILE2, if FILE1 does not exist.
5266         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5267         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5269         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5270         Add "PAGER=" to `process-environment'.
5272 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
5274         * progmodes/sql.el: Bug fix
5275         (sql-get-login-ext): Save login values in globals.
5276         (sql-get-login): Use new version of `sql-get-login-ext'.
5277         (sql-interactive-mode): Set global `sql-connection' to nil.
5278         (sql-connect): Set global values for connection.
5279         (sql-product-interactive): Save global values as buffer local.
5281 2012-02-29  Leo Liu  <sdl.web@gmail.com>
5283         * abbrev.el (define-abbrevs): Reset sys to nil.
5285 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5287         * files.el (file-equal-p): Rename from `files-equal-p'.
5288         Return nil when one or both files don't exist.
5289         (file-subdir-of-p): Now only top directory must exists,
5290         return nil if it doesn't.
5291         (copy-directory): No need to test with `file-subdir-of-p' after
5292         creating dir.
5293         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5294         to `file-equal-p'.
5296 2012-02-28  Glenn Morris  <rgm@gnu.org>
5298         * shell.el (shell-mode):
5299         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5300         * play/landmark.el (landmark-font-lock-face-O):
5301         * play/handwrite.el (handwrite):
5302         * play/gomoku.el (gomoku-O):
5303         * net/browse-url.el (browse-url-browser-display):
5304         * international/mule.el (define-charset):
5305         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5306         * filesets.el (filesets-find-file-delay):
5307         * eshell/em-xtra.el (eshell-xtra):
5308         * eshell/em-unix.el (eshell-grep):
5309         * emulation/viper.el (viper-mode):
5310         * emacs-lisp/regexp-opt.el (regexp-opt-group):
5311         * emacs-lisp/easymenu.el (easy-menu-define):
5312         * calendar/timeclock.el (timeclock-use-display-time):
5313         * bs.el (bs-mode):
5314         * bookmark.el (bookmark-save-flag):
5315         Doc fix (standardize possessive apostrophe usage).
5317 2012-02-27  Chong Yidong  <cyd@gnu.org>
5319         * emulation/viper-cmd.el (viper-intercept-ESC-key):
5320         Fix key-binding lookup for ESC key (Bug#9146).
5322         * font-lock.el (font-lock-specified-p): Rename from
5323         font-lock-spec-present.  Callers changed.
5325 2012-02-27  Daniel Hackney  <dan@haxney.org>
5327         * emacs-lisp/package.el (package-compute-transaction):
5328         Handle holding a package version to t in package-load-list.
5330 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
5332         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5333         (tramp-get-inode, tramp-get-device): Use cached values.
5335 2012-02-26  Alan Mackenzie  <acm@muc.de>
5337         Check there is a font-lock specification before doing initial
5338         fontification.
5340         * font-core.el (font-lock-mode): Move the conditional from
5341         :after-hook to font-lock-initial-fontify.
5342         (font-lock-default-function): Move the check for a specification
5343         to font-lock-spec-present.
5345         * font-lock.el (font-lock-initial-fontify): Call ...
5346         (font-lock-spec-present): New function.
5348 2012-02-26  Jim Blandy  <jimb@red-bean.com>
5350         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5351         (gdb-send): Apply it to the operand of the '-interpreter-exec
5352         console' command, so that we can pass arguments with (say) quotes
5353         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
5355 2012-02-26  Chong Yidong  <cyd@gnu.org>
5357         * help-fns.el (describe-function-1): Clarify description of
5358         remapping (Bug#10844).
5360         * files.el (files-equal-p): Doc fix.
5361         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
5362         and quit the loop once a mismatch is found.
5364 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
5366         * bs.el (bs--show-with-configuration): Don't throw an error
5367         if the window cannot be split; otherwise, subsequent calls to
5368         bs-show fail, restoring a stale window config.  (Bug#10882)
5370 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
5372         * term/ns-win.el (global-map): Bind ns-drag-file to
5373         ns-find-file (Bug#5855, Bug#10050).
5375 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
5377         * calendar/parse-time.el (parse-time-string): Allow extractor to
5378         return nil.
5380 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
5382         * net/tramp.el (tramp-file-name-for-operation):
5383         Add `files-equal-p' and `file-subdir-of-p'.
5385         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5386         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5387         Add COPY-CONTENTS argument.
5389 2012-02-25  Chong Yidong  <cyd@gnu.org>
5391         Add custom groups for VC backends, for consistency with vc-bzr.
5393         * vc/vc-arch.el (vc-arch):
5394         * vc/vc-cvs.el (vc-cvs):
5395         * vc/vc-git.el (vc-git):
5396         * vc/vc-hg.el (vc-hg):
5397         * vc/vc-mtn.el (vc-mtn):
5398         * vc/vc-rcs.el (vc-rcs):
5399         * vc/vc-sccs.el (vc-sccs):
5400         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5401         All relevant defcustoms reassigned.
5403 2012-02-25  Chong Yidong  <cyd@gnu.org>
5405         * newcomment.el (comment-styles): Add autoload (Bug#10868).
5407         * term/x-win.el (x-initialize-window-system): Reduce default for
5408         x-selection-timeout to 5 seconds (Bug#8869).
5410 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5412         * files.el (files-equal-p, file-subdir-of-p): New functions.
5413         (copy-directory): Error when trying to copy a directory on itself.
5414         Add missing copy-contents arg to tramp handler.
5415         * dired-aux.el (dired-copy-file-recursive): Same.
5416         (dired-create-files): Modify destination when source is equal to
5417         dest when copying files.
5418         Return also when dest is a subdir of source.  (Bug#10489)
5420 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
5422         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5423         (Bug#10874)
5425 2012-02-23  Alan Mackenzie  <acm@muc.de>
5427         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5428         parameter "after-hook:" to allow the expansion to run code after
5429         the execution of the mode hooks.
5431         * font-lock.el (font-lock-initial-fontify): New function extracted
5432         from font-lock-mode-internal.
5434         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
5435         :after-hook.
5437 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5440         (completion--cache-all-sorted-completions): New function.
5441         (completion-all-sorted-completions): Use it.
5442         (completion--do-completion, minibuffer-force-complete):
5443         Use it to re-instate the flush hook.
5445         * icomplete.el (icomplete-completions): Replace last fix with a better
5446         one (bug#10850).
5448 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
5450         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5451         when it might call us back infinitely (bug#10797).
5453 2012-02-23  Glenn Morris  <rgm@gnu.org>
5455         * minibuffer.el (completion-category-overrides): Doc fix.
5457 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5459         * minibuffer.el (completion-table-with-context): Fix inf-loop.
5460         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5462 2012-02-23  Glenn Morris  <rgm@gnu.org>
5464         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
5465         (authors-obsolete-files-regexps, authors-ignored-files)
5466         (authors-ambiguous-files, authors-renamed-files-alist):
5467         Add more entries.
5469 2012-02-23  Juri Linkov  <juri@jurta.org>
5471         * isearch.el (isearch-occur): Sync interactive spec with occur's
5472         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
5474         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5476 2012-02-22  Juri Linkov  <juri@jurta.org>
5478         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5479         (ucs-insert): Doc fix.  Check for hex digits in the string.
5480         Don't display `nil' in the error message.  (Bug#10857)
5482 2012-02-22  Alan Mackenzie  <acm@muc.de>
5484         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
5486 2012-02-22  Glenn Morris  <rgm@gnu.org>
5488         * ffap.el (ffap-c-path):
5489         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
5491 2012-02-22  Chong Yidong  <cyd@gnu.org>
5493         * custom.el (load-theme): Doc fix.
5495 2012-02-22  Glenn Morris  <rgm@gnu.org>
5497         * dired-x.el (dired-guess-shell-alist-default):
5498         Remove escape sequences from nroff output.  (Bug#172)
5500 2012-02-21  Glenn Morris  <rgm@gnu.org>
5502         * vc/emerge.el (emerge-defvar-local):
5503         Set `permanent-local' property rather than unused `preserved'.
5505         * textmodes/picture.el (picture-delete-char): New alias.
5506         (picture-mode-map): Use it.  (Bug#10860)
5507         (picture-mode): Doc fix.
5509 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
5511         * newcomment.el (uncomment-region-default): Remove unused binding.
5513 2012-02-21  Glenn Morris  <rgm@gnu.org>
5515         * textmodes/picture.el (picture-motion, picture-motion-reverse)
5516         (picture-self-insert, picture-tab-chars): Doc fix.
5517         (picture-mode-map): Fix C-a, C-e.
5519 2012-02-20  Glenn Morris  <rgm@gnu.org>
5521         * emacs-lisp/authors.el (authors-aliases): Add another entry.
5523 2012-02-20  Leo Liu  <sdl.web@gmail.com>
5525         * icomplete.el (icomplete-completions): Check FROM arg before
5526         passing to substring (Bug#10850).
5528 2012-02-19  Chong Yidong  <cyd@gnu.org>
5530         * comint.el: Require ansi-color.
5531         (comint-output-filter-functions): Add ansi-color-process-output.
5533         * ansi-color.el: Don't set comint-output-filter-functions; it is
5534         now in the initial value defined in comint.el.
5535         (ansi-color-apply-face-function): New variable.
5536         (ansi-color-apply-on-region): Use it.
5537         (ansi-color-apply-overlay-face): New function.
5539         * shell.el (shell): No need to require ansi-color.
5540         (shell-mode): Use ansi-color-apply-face-function to highlight
5541         color escapes using font-lock-face property (Bug#10835).
5543 2012-02-19  Chong Yidong  <cyd@gnu.org>
5545         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5546         mode-line formats (Bug#10839).
5548 2012-02-18  Glenn Morris  <rgm@gnu.org>
5550         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5552         * mail/undigest.el (unforward-rmail-message): Doc fix.
5554         * saveplace.el (save-place-ignore-files-regexp): Add :version.
5556 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
5558         * international/characters.el (script-list): Sync with the latest
5559         Unicode Character Database.
5561 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
5563         * international/titdic-cnv.el: Remove duplicate coding tag.
5564         * language/cham.el: Likewise.
5565         * language/tai-viet.el: Likewise.
5567 2012-02-18  Glenn Morris  <rgm@gnu.org>
5569         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5570         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5571         (calendar-bahai-all-holidays-flag, calendar-other-dates):
5572         * calendar/diary-lib.el (diary-abbreviated-year-flag):
5573         * calendar/holidays.el (holiday-bahai-holidays)
5574         (calendar-holidays, list-holidays):
5575         Use utf-8 Bahá'í in doc-strings, menus, etc.
5577 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
5579         * saveplace.el (save-place-ignore-files-regexp): New variable
5580         allowing for excluding files from saving their location of point.
5581         The default value matches the temporary commit message editing
5582         files from Git, SVN, Bazaar, and Mercurial.
5583         (save-place-to-alist): Use it.
5585 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
5586             Stefan Monnier  <monnier@iro.umontreal.ca>
5588         * newcomment.el (uncomment-region-default): Don't leave extra space
5589         when an arg is provided (bug#8150).
5591 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5593         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
5595 2012-02-17  Glenn Morris  <rgm@gnu.org>
5597         * net/socks.el: Require network-stream.  (Bug#10599)
5599 2012-02-17  Kenichi Handa  <handa@m17n.org>
5601         * international/charprop.el:
5602         * international/uni-name.el:
5603         * international/uni-old-name.el:
5604         * international/uni-comment.el: Regenerate.
5606 2012-02-16  Glenn Morris  <rgm@gnu.org>
5608         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5609         Interactively in calendar buffer, give an error if not on a date.
5611 2012-02-15  Glenn Morris  <rgm@gnu.org>
5613         * shell.el (shell-delimiter-argument-list):
5614         Revert 2011-02-17 change.  (Bug#8027)
5616 2012-02-15  Chong Yidong  <cyd@gnu.org>
5618         * minibuffer.el (completion-at-point-functions): Doc fix.
5620         * custom.el (defcustom): Doc fix; note use of defvar.
5622 2012-02-15  Glenn Morris  <rgm@gnu.org>
5624         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5625         Doc fixes.
5627 2012-02-14  Glenn Morris  <rgm@gnu.org>
5629         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5631 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5633         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5634         way the ports list is computed.
5635         (smtpmail-query-smtp-server): Prompt the user for a port number if
5636         we can't connect to any of the standard ports (bug#10810).
5638 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5640         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5642 2012-02-13  Glenn Morris  <rgm@gnu.org>
5644         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
5646 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5648         * net/gnutls.el (gnutls-trustfiles): New variable.
5649         (gnutls-negotiate): Use it.
5651 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5653         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5654         does its stuff if Gnus is running.
5656 2012-02-13  Alan Mackenzie  <acm@muc.de>
5658         Fix a loop in c-set-fl-decl-start.
5660         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
5661         c-backward-syntactic-ws actually moves backwards.
5663 2012-02-13  Leo Liu  <sdl.web@gmail.com>
5665         * net/rcirc.el (rcirc-markup-attributes): Move point to the
5666         beginning so that all \C-o chars are removed.
5668 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
5670         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
5672 2012-02-12  Alan Mackenzie  <acm@muc.de>
5674         Fix infinite loop with long macros.
5675         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
5677 2012-02-12  Chong Yidong  <cyd@gnu.org>
5679         * window.el (display-buffer): Doc fix (Bug#10785).
5681 2012-02-12  Glenn Morris  <rgm@gnu.org>
5683         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5684         (x-disown-selection-internal, x-get-selection-internal):
5685         Sync docs with the xselect.c versions.
5687         * allout-widgets.el: Add missing license notice.
5689 2012-02-11  Glenn Morris  <rgm@gnu.org>
5691         * select.el (x-get-selection-internal, x-own-selection-internal)
5692         (x-disown-selection-internal):
5693         * x-dnd.el (x-get-selection-internal): Update declarations.
5695         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5697         * window.el (window-sides-slots):
5698         * tool-bar.el (tool-bar-position):
5699         * term/xterm.el (xterm-extra-capabilities):
5700         * ses.el (ses-self-reference-early-detection):
5701         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5702         (verilog-auto-wire-type)
5703         (verilog-auto-delete-trailing-whitespace)
5704         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5705         (verilog-auto-tieoff-declaration):
5706         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5707         (sql-oracle-statement-starters, sql-oracle-scan-on):
5708         * progmodes/prolog.el (prolog-align-comments-flag)
5709         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5710         (prolog-left-indent-regexp, prolog-paren-indent-p)
5711         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5712         (prolog-types, prolog-mode-specificators)
5713         (prolog-determinism-specificators, prolog-directives)
5714         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5715         (prolog-electric-dot-flag)
5716         (prolog-electric-dot-full-predicate-template)
5717         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5718         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5719         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5720         (prolog-program-switches, prolog-prompt-regexp)
5721         (prolog-debug-on-string, prolog-debug-off-string)
5722         (prolog-trace-on-string, prolog-trace-off-string)
5723         (prolog-zip-on-string, prolog-zip-off-string)
5724         (prolog-use-standard-consult-compile-method-flag)
5725         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5726         (prolog-imenu-max-lines, prolog-info-predicate-index)
5727         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5728         (prolog-char-quote-workaround):
5729         * progmodes/cc-vars.el (c-defun-tactic):
5730         * net/tramp.el (tramp-encoding-command-interactive)
5731         (tramp-local-end-of-line):
5732         * net/soap-client.el (soap-client):
5733         * net/netrc.el (netrc-file):
5734         * net/gnutls.el (gnutls):
5735         * minibuffer.el (completion-category-overrides)
5736         (completion-cycle-threshold)
5737         (completion-pcm-complete-word-inserts-delimiters):
5738         * man.el (Man-name-local-regexp):
5739         * mail/feedmail.el (feedmail-display-full-frame):
5740         * international/characters.el (glyphless-char-display-control):
5741         * eshell/em-ls.el (eshell-ls-date-format):
5742         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5743         (lisp-lambda-list-keyword-parameter-indentation)
5744         (lisp-lambda-list-keyword-parameter-alignment):
5745         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5746         * dired-x.el (dired-omit-verbose):
5747         * cus-theme.el (custom-theme-allow-multiple-selections):
5748         * calc/calc.el (calc-highlight-selections-with-faces)
5749         (calc-lu-field-reference, calc-lu-power-reference)
5750         (calc-note-threshold):
5751         * battery.el (battery-mode-line-limit):
5752         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5753         (archive-7z-update):
5754         * allout.el (allout-prefixed-keybindings)
5755         (allout-unprefixed-keybindings)
5756         (allout-inhibit-auto-fill-on-headline)
5757         (allout-flattened-numbering-abbreviation):
5758         * allout-widgets.el (allout-widgets-auto-activation)
5759         (allout-widgets-icons-dark-subdir)
5760         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5761         (allout-widgets-theme-dark-background)
5762         (allout-widgets-theme-light-background)
5763         (allout-widgets-item-image-properties-emacs)
5764         (allout-widgets-item-image-properties-xemacs)
5765         (allout-widgets-run-unit-tests-on-load)
5766         (allout-widgets-time-decoration-activity)
5767         (allout-widgets-hook-error-post-time)
5768         (allout-widgets-track-decoration):
5769         Add missing :version tags to new defcustoms and defgroups.
5771         * progmodes/sql.el (sql-ansi-statement-starters)
5772         (sql-oracle-statement-starters): Add custom type.
5774         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5775         (prolog-system-version): Give it a type.
5777 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
5779         * term/pc-win.el (x-select-text, x-selection-owner-p)
5780         (x-own-selection-internal, x-disown-selection-internal)
5781         (x-get-selection-internal): Sync doc strings and argument lists
5782         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
5784 2012-02-11  Leo Liu  <sdl.web@gmail.com>
5786         * progmodes/python.el (python-end-of-statement): Fix infinite
5787         loop.  (Bug#10788)
5789 2012-02-10  Glenn Morris  <rgm@gnu.org>
5791         * international/mule-cmds.el (unify-8859-on-encoding-mode)
5792         (unify-8859-on-decoding-mode): Properly mark as obsolete.
5794 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
5796         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5797         about SMTP before checking the From header.
5799         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
5800         into own function for reuse by emacsbug.el.
5802 2012-02-10  Leo Liu  <sdl.web@gmail.com>
5804         * subr.el (condition-case-unless-debug): Rename from
5805         condition-case-no-debug.  All callers changed.
5806         (with-demoted-errors): Fix caller.
5808         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5809         * nxml/rng-valid.el (rng-do-some-validation):
5810         * emacs-lisp/package.el (package-refresh-contents)
5811         (package-menu-execute):
5812         * desktop.el (desktop-create-buffer):
5813         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
5815 2012-02-10  Glenn Morris  <rgm@gnu.org>
5817         * textmodes/bibtex.el:
5818         Add missing :version tags for new/changed defcustoms.
5820         * files.el (remote-file-name-inhibit-cache): Doc fixes.
5822 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
5824         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5825         (smtpmail-via-smtp): Use it, or fall back on the From address.
5826         (smtpmail-send-it): Ditto.
5828 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5830         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5831         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
5832         (byte-compile-tmp-var): New const.
5833         (byte-compile-defvar): Use it to minimize .elc size.
5834         Just use `defvar' rather than simulate it (bug#10761).
5836 2012-02-09  Glenn Morris  <rgm@gnu.org>
5838         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
5840         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5841         Add :version tags.
5843         * progmodes/compile.el (compilation-error-screen-columns)
5844         (compilation-first-column, compilation-filter-start): Doc fixes.
5846         * vc/log-view.el (log-view-toggle-entry-display):
5847         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5849         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5850         (report-emacs-bug-can-use-xdg-email):
5851         (report-emacs-bug-insert-to-mailer): Doc fixes.
5852         (report-emacs-bug): Message fix.
5854         * net/browse-url.el (browse-url-can-use-xdg-open)
5855         (browse-url-xdg-open): Doc fixes.
5857         * electric.el (electric-indent-mode, electric-pair-mode)
5858         (electric-layout-rules, electric-layout-mode): Doc fixes.
5859         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5861 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
5863         * server.el (server-unselect-display): Don't inadvertently kill
5864         the current buffer.  (Bug#10729)
5866 2012-02-08  Glenn Morris  <rgm@gnu.org>
5868         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5869         (sql-list-table): Doc fixes.
5871         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5872         Comment out (does nothing).
5874         * completion.el (dynamic-completion-mode):
5875         * dirtrack.el (dirtrack-debug-mode):
5876         * electric.el (electric-layout-mode):
5877         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5878         * face-remap.el (text-scale-mode, buffer-face-mode):
5879         * iimage.el (iimage-mode):
5880         * image-mode.el (image-transform-mode):
5881         * minibuffer.el (completion-in-region-mode):
5882         * scroll-lock.el (scroll-lock-mode):
5883         * simple.el (next-error-follow-minor-mode):
5884         * tar-mode.el (tar-subfile-mode):
5885         * tooltip.el (tooltip-mode):
5886         * vcursor.el (vcursor-use-vcursor-map):
5887         * wid-browse.el (widget-minor-mode):
5888         * emulation/tpu-edt.el (tpu-edt-mode):
5889         * emulation/tpu-extras.el (tpu-cursor-free-mode):
5890         * international/iso-ascii.el (iso-ascii-mode):
5891         * language/thai-util.el (thai-word-mode):
5892         * mail/supercite.el (sc-minor-mode):
5893         * net/goto-addr.el (goto-address-mode):
5894         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5895         * progmodes/cwarn.el (cwarn-mode):
5896         * progmodes/flymake.el (flymake-mode):
5897         * progmodes/glasses.el (glasses-mode):
5898         * progmodes/hideshow.el (hs-minor-mode):
5899         * progmodes/pascal.el (pascal-outline-mode):
5900         * textmodes/enriched.el (enriched-mode):
5901         * vc/smerge-mode.el (smerge-mode):
5902         Doc fixes (minor mode argument).
5904 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
5906         * ls-lisp.el (ls-lisp-sanitize): New function.
5907         (ls-lisp-insert-directory): Use it to fix or remove any elements
5908         in file-alist with missing attributes.  (Bug#4673)
5910 2012-02-07  Alan Mackenzie  <acm@muc.de>
5912         Fix spurious recognition of c-in-knr-argdecl.
5914         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5915         putative K&R region.
5917 2012-02-07  Alan Mackenzie  <acm@muc.de>
5919         * progmodes/cc-engine.el (c-forward-objc-directive):
5920         Prevent looping in "#pragma mark @implementation".
5922 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
5924         * notifications.el (notifications-on-closed-signal): Make `reason'
5925         optional.  (Bug#10744)
5927 2012-02-07  Glenn Morris  <rgm@gnu.org>
5929         * emacs-lisp/easy-mmode.el (define-minor-mode):
5930         Doc fixes for the macro and the mode it defines.
5932         * image.el (imagemagick-types-inhibit): Doc fix.
5934         * cus-start.el (imagemagick-render-type): Add it.
5936 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5938         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5939         Set the default at load time, too, so that `font-lock-fontify-buffer'
5940         can be called without setting up the entire mode first.  This fixes
5941         a bug in `mm-inline-text' with C MIME parts.
5943 2012-02-06  Chong Yidong  <cyd@gnu.org>
5945         * simple.el (list-processes--refresh): Delete exited processes
5946         (Bug#8094).
5948         * comint.el (comint-next-prompt): next-single-char-property-change
5949         and prev-single-char-property-change never return nil (Bug#8657).
5951         * custom.el (defcustom): Doc fix (Bug#9711).
5953 2012-02-05  Chong Yidong  <cyd@gnu.org>
5955         * cus-edit.el (custom-variable-reset-backup): Quote the value
5956         before storing it in the customized-value property (Bug#6712).
5957         (custom-display): Add a customization type tag.
5958         (custom-buffer-create-internal): Improve tooltip message.
5960         * wid-edit.el (widget-field-value-get): New optional arg to
5961         suppress trailing whitespace truncation.
5962         (character): Use it (Bug#2689).
5964 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
5966         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5967         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5969 2012-02-05  Chong Yidong  <cyd@gnu.org>
5971         * cus-edit.el (custom-variable-value-create): For mismatched
5972         types, show the current value (Bug#7600).
5974         * custom.el (defcustom): Doc fix.
5976 2012-02-05  Glenn Morris  <rgm@gnu.org>
5978         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5980 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
5982         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5983         (pp-buffer): Use `ignore-errors', `looking-at-p'.
5984         (pp-last-sexp): Use `looking-at-p'.
5986 2012-02-04  Glenn Morris  <rgm@gnu.org>
5988         * files.el (revert-buffer):
5989         Doc fix (mention revert-buffer-in-progress-p).
5991         * emacs-lisp/ert-x.el (ert-simulate-command):
5992         Check deferred-action-list (which is obsolete) is bound.
5994         * subr.el (with-wrapper-hook): Doc fixes.
5996         * simple.el (filter-buffer-substring-functions)
5997         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5999 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
6001         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6002         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
6004 2012-02-04  Leo Liu  <sdl.web@gmail.com>
6006         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6008 2012-02-04  Glenn Morris  <rgm@gnu.org>
6010         * image.el (image-extension-data): Add obsolete alias.
6012         * isearch.el (isearch-update): Doc fix.
6014         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6016         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6018 2012-02-03  Glenn Morris  <rgm@gnu.org>
6020         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
6021         (image-animate-timeout): Doc fix.
6023         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6025 2012-02-02  Glenn Morris  <rgm@gnu.org>
6027         * server.el (server-auth-dir): Doc fix.
6028         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
6030         * subr.el (run-mode-hooks): Doc fix.
6032 2012-02-02  Juri Linkov  <juri@jurta.org>
6034         * image-mode.el (image-toggle-display-image): Remove tautological
6035         `major-mode' from the `derived-mode-p' test.
6037 2012-02-02  Kenichi Handa  <handa@m17n.org>
6039         * composite.el (compose-region): Cancel previous change.
6041 2012-02-02  Kenichi Handa  <handa@m17n.org>
6043         * composite.el (compose-region, compose-string): Signal error for
6044         a null string component (Bug#6988).
6046 2012-02-01  Chong Yidong  <cyd@gnu.org>
6048         * view.el (view-buffer-other-window, view-buffer-other-frame):
6049         Handle special modes like view-buffer (Bug#10650).
6050         (view-buffer): Simplify.
6052         * frame.el (set-frame-font): Tweak meaning of third argument.
6054         * dynamic-setting.el (font-setting-change-default-font):
6055         Use set-frame-font (Bug#9982).
6057 2012-02-01  Glenn Morris  <rgm@gnu.org>
6059         * progmodes/compile.el (compilation-internal-error-properties):
6060         Respect compilation-first-column in the "*compilation*" buffer.
6062         * emacs-lisp/easy-mmode.el (define-minor-mode):
6063         Relax :variable's test for a named function.
6065 2012-01-31  Alan Mackenzie  <acm@muc.de>
6067         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6068         off by one error.
6070 2012-01-31  Chong Yidong  <cyd@gnu.org>
6072         * frame.el (set-frame-font): New arg ALL-FRAMES.
6074         * menu-bar.el (menu-set-font): Use set-frame-font.
6076         * faces.el (face-spec-reset-face): Don't apply unspecified
6077         attribute values to the default face.
6079 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
6081         * progmodes/cwarn.el (cwarn): Remove dead link.
6082         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6083         Remove * from defcustom docstrings.
6084         (turn-on-cwarn-mode): Make obsolete.
6085         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6086         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6088 2012-01-31  Glenn Morris  <rgm@gnu.org>
6090         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6091         Fix :variable handling of mode a symbol not equal to modefun.
6092         Allow named functions to be used as the cdr of :variable.
6094 2012-01-30  Glenn Morris  <rgm@gnu.org>
6096         * emacs-lisp/authors.el (authors-fixed-entries):
6097         Remove reference to deleted file rnewspost.el.
6099 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
6101         * window.el (window-with-parameter): Remove unused variable `windows'.
6102         (window--side-check): Remove unused variable `code'.
6103         (window--resize-siblings): Remove unused variable `first'.
6104         (adjust-window-trailing-edge): Remove unused variable `failed'.
6105         (window-deletable-p, window--delete): Remove unused variable `buffer'.
6106         Use `let', not `let*'.
6107         (balance-windows-2): Remove unused variable `found'.
6108         (window--state-put-2): Remove unused variable `splits'.
6109         (window-state-put): Remove unused variable `selected'.
6110         (same-window-p): Use `string-match-p'.
6111         (display-buffer-assq-regexp): Remove unused variable `value'.
6112         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6113         Mark argument ALIST as ignored.
6114         (pop-to-buffer): Remove unused variable `old-window'.
6116 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
6118         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6119         and .lzma compressed files.
6121 2012-01-29  Chong Yidong  <cyd@gnu.org>
6123         * frame.el (window-system-default-frame-alist): Doc fix.
6125         * dynamic-setting.el (font-setting-change-default-font): Don't
6126         change the default face if SET-FONT argument is non-nil (Bug#9982).
6128 2012-01-29  Samuel Bronson  <naesten@gmail.com>  (tiny change)
6130         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6132 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
6134         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6135         breakpoints in files outside current directory (Bug#6098).
6137 2012-01-29  Chong Yidong  <cyd@gnu.org>
6139         * progmodes/python.el: Require ansi-color at top-level.
6141         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6142         Define and use in Emacs Lisp mode (Bug#9360).
6143         (lisp-mode-abbrev-table): Add doc.
6144         (lisp-mode-variables): Don't set local-abbrev-table.
6145         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6147 2012-01-28  Roland Winkler  <winkler@gnu.org>
6149         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6151 2012-01-28  Roland Winkler  <winkler@gnu.org>
6153         * textmodes/bibtex.el (bibtex-entry-alist): New function.
6154         (bibtex-set-dialect): Use it.  Either set global values of
6155         dialect-dependent variables or bind these variables buffer-locally
6156         (Bug#10254).
6157         (bibtex-mode): Call bibtex-set-dialect via
6158         hack-local-variables-hook.
6159         (bibtex-dialect): Update docstring.
6160         Add safe-local-variable predicate.
6161         (bibtex-entry-alist, bibtex-field-alist): Initialize via
6162         bibtex-set-dialect.
6163         (bibtex-mode-map): Define menu for each dialect.
6164         (bibtex-entry): Fix docstring.
6166 2012-01-28  Chong Yidong  <cyd@gnu.org>
6168         * eshell/esh-arg.el (eshell-quote-argument): New function.
6170         * eshell/esh-ext.el (eshell-invoke-batch-file):
6171         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6172         first arg to eshell-parse-command (Bug#10523).
6174 2012-01-28  Drew Adams  <drew.adams@oracle.com>
6176         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6177         `default-directory' is non-nil.
6179 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
6181         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6182         line that displays system-configuration-options.  (Bug#9924)
6184 2012-01-28  Drew Adams  <drew.adams@oracle.com>
6186         * descr-text.el (describe-char): Show information about POS, in
6187         addition to information about the character at POS.  Improve and
6188         update the doc string.  Change "code point" to "code point in
6189         charset", to avoid confusion with the character's Unicode code
6190         point shown above that.  (Bug#10129)
6192 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
6194         * descr-text.el (describe-char): Show the raw character, not only
6195         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
6196         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6197         for the reasons.
6199 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
6201         * emacs-lisp/package.el (package-install):
6202         Run package-refresh-contents if there is no archive yet (Bug#9798).
6204 2012-01-28  Chong Yidong  <cyd@gnu.org>
6206         * emacs-lisp/package.el (package-maybe-load-descriptor):
6207         New function, split from package-maybe-load-descriptor.
6208         (package-maybe-load-descriptor): Use it.
6209         (package-download-transaction): Fully load required packages
6210         inside the loop, so that `require' calls work (Bug#10593).
6211         (package-install): No need to call package-initialize now.
6213 2012-01-28  Chong Yidong  <cyd@gnu.org>
6215         * simple.el (deactivate-mark): Doc fix (Bug#8614).
6217         * tooltip.el (tooltip-mode): Doc fix.
6218         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6220         * frame.el (set-cursor-color): Doc fix (Bug#352).
6222         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6223         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6225         * cus-edit.el (custom-buffer-create-internal): Fix search button
6226         action (Bug#10542).
6227         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
6229 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
6231         * dired.el (dired-mark-files-regexp):
6232         Include any subdirectory components.  (Bug#10445)
6234 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
6236         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6237         Handle [host]:port syntax.  (Bug#10533)
6239 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
6241         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6243 2012-01-26  Glenn Morris  <rgm@gnu.org>
6245         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6246         * term.el (term-raw-escape-map): Use Control-X-prefix.
6247         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
6249 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
6251         * window.el (window-state-get, window--state-get-1): Don't deal
6252         with fixed-sizeness of windows.  Simplify code.
6254 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
6256         * window.el (window--state-get-1, window--state-put-2):
6257         Don't save and restore the mark.
6259 2012-01-25  Chong Yidong  <cyd@gnu.org>
6261         * custom.el (custom-variable-p): Doc fix.
6263 2012-01-25  Glenn Morris  <rgm@gnu.org>
6265         * dired.el (dired-goto-file): Handle some of the more common
6266         characters that `ls -b' escapes.  (Bug#10596)
6268         * progmodes/compile.el (compilation-next-error-function):
6269         Respect compilation-first-column in the "*compilation*" buffer.
6270         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
6272         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
6274 2012-01-24  Glenn Morris  <rgm@gnu.org>
6276         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
6278 2012-01-24  Julien Danjou  <julien@danjou.info>
6280         * color.el (color-rgb-to-hsl): Fix value computing.
6281         (color-hue-to-rgb): New function.
6282         (color-hsl-to-rgb): New function.
6283         (color-clamp, color-saturate-hsl, color-saturate-name)
6284         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6285         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6287 2012-01-24  Glenn Morris  <rgm@gnu.org>
6289         * vc/vc-rcs.el (vc-rcs-create-tag):
6290         * vc/vc-sccs.el (vc-sccs-create-tag):
6291         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
6293 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
6295         * eshell/esh-util.el (eshell-read-hosts-file):
6296         Skip comment lines.  (Bug#10549)
6298         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
6300 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
6302         * subr.el (display-delayed-warnings): Doc fix.
6303         (collapse-delayed-warnings): New function to collapse identical
6304         adjacent warnings.
6305         (delayed-warnings-hook): Add it.
6307 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
6309         * net/tramp.el (tramp-action-login): Set connection property "login-as".
6311         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6312         (tramp-default-user-alist): Don't add "pscp".
6313         (tramp-do-copy-or-rename-file-out-of-band): Use connection
6314         property "login-as", if set.  (Bug#10530)
6316 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
6318         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6319         "plink1" and "psftp".  (Bug#10530)
6321 2012-01-21  Kenichi Handa  <handa@m17n.org>
6323         * international/mule-cmds.el (prefer-coding-system): Show a
6324         warning message if the default value of file-name-coding-system
6325         was not changed.
6327 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
6329         * windmove.el (windmove-reference-loc):
6330         Fix windmove-reference-loc miscalculation.
6332 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
6334         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6335         default unit.
6337 2012-01-21  Glenn Morris  <rgm@gnu.org>
6339         * international/mule.el (auto-coding-alist): Add .tbz.
6341         * files.el (local-enable-local-variables): Doc fix.
6342         (inhibit-local-variables-regexps): Rename from
6343         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
6344         Doc fix.  Add some extensions from auto-coding-alist.
6345         (inhibit-local-variables-suffixes):
6346         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
6347         (inhibit-local-variables-p):
6348         New function, extracted from set-auto-mode-1.
6349         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
6350         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
6351         (hack-local-variables): Doc fix.  Make the mode-only case
6352         respect enable-local-variables and friends.
6353         Respect inhibit-local-variables-regexps for file-locals, but
6354         not for directory-locals.
6355         (set-visited-file-name):
6356         Take account of inhibit-local-variables-regexps.
6357         Whether it applies may change as the file name is changed.
6358         * jka-cmpr-hook.el (jka-compr-install):
6359         * jka-compr.el (jka-compr-uninstall):
6360         Update for inhibit-first-line-modes-suffixes name change.
6362 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
6364         * help-macro.el (make-help-screen): Temporarily restore original
6365         binding for minor-mode-map-alist (Bug#10454).
6367 2012-01-19  Julien Danjou  <julien@danjou.info>
6369         * color.el (color-name-to-rgb): Use the white color to find the max
6370         color component value and return correctly computed values.
6371         (color-name-to-rgb): Add missing float conversion for max value.
6373 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
6375         * window.el (window--state-get-1, window-state-get): Do not use
6376         special state value for window-persistent-parameters.
6377         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
6378         (window--state-put-2): Reset all window parameters to nil before
6379         assigning values of persistent parameters.
6381 2012-01-18  Alan Mackenzie  <acm@muc.de>
6383         Eliminate sluggishness and hangs in fontification of "semicolon
6384         deserts".
6386         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6387         Change value 10000 -> 3000.
6388         (c-state-safe-place): Reformulate so it doesn't stack up an
6389         infinite number of wrong entries in c-state-nonlit-pos-cache.
6390         (c-determine-limit-get-base, c-determine-limit): New functions to
6391         determine backward search limits disregarding literals.
6392         (c-find-decl-spots): Amend commenting.
6393         (c-cheap-inside-bracelist-p): New function which detects "={".
6395         * progmodes/cc-fonts.el
6396         (c-make-font-lock-BO-decl-search-function): Give a limit to a
6397         backward search.
6398         (c-font-lock-declarations): Fix an occurrence of point being
6399         undefined.  Check additionally for point being in a bracelist or
6400         near a macro invocation without a semicolon so as to avoid a
6401         fruitless time consuming search for a declarator.  Give a more
6402         precise search limit for declarators using the new
6403         c-determine-limit.
6405 2012-01-18  Glenn Morris  <rgm@gnu.org>
6407         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6408         (set-auto-mode): Doc fixes.
6410 2012-01-17  Glenn Morris  <rgm@gnu.org>
6412         * isearch.el (search-nonincremental-instead): Fix doc typo.
6414         * dired.el (dired-insert-directory): Handle newlines in directory name.
6415         (dired-build-subdir-alist): Unescape newlines in directory name.
6417 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
6419         * net/tramp.el (tramp-local-end-of-line): New defcustom.
6420         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6421         (tramp-action-terminal): Use it.  (Bug#10530)
6423 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6425         * minibuffer.el (completion--replace): Strip properties (bug#10062).
6427 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
6429         * window.el (window-state-ignored-parameters): Remove variable.
6430         (window--state-get-1): Rename argument MARKERS to IGNORE.
6431         Handle persistent window parameters.  Make copy of clone-of
6432         parameter only if requested.  (Bug#10348)
6433         (window--state-put-2): Install a window parameter only if it has
6434         a non-nil value or an existing parameter shall be overwritten.
6436 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
6438         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6440 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
6442         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6443         don't pass the (nil) value of `upnode' to string-match.
6445 2012-01-14  Chong Yidong  <cyd@gnu.org>
6447         * startup.el (command-line): Fix X resource class for cursorColor.
6448         Fix values recognized by the cursorBlink resource.
6450 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
6452         * epg.el (epg--make-temp-file): Avoid permission race condition
6453         when running on old Emacs versions (bug#10403).
6455 2012-01-14  Glenn Morris  <rgm@gnu.org>
6457         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6459 2012-01-13  Alan Mackenzie  <acm@muc.de>
6461         Fix filling for when filladapt mode is enabled.
6463         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6464         c-mask-paragraph, pass in `fill-paragraph' rather than
6465         `fill-region-as-paragraph'.  (This is a reversion of a previous
6466         change.)
6467         * progmodes/cc-mode.el (c-basic-common-init):
6468         Make fill-paragraph-handle-comment buffer local and set it to nil.
6470 2012-01-13  Glenn Morris  <rgm@gnu.org>
6472         * dired.el (dired-switches-escape-p): New function.
6473         (dired-insert-directory): Use dired-switches-escape-p.
6474         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
6476         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
6478 2012-01-12  Glenn Morris  <rgm@gnu.org>
6480         * mail/sendmail.el (mail-mode): Update paragraph-separate for
6481         changes in adaptive-fill-regexp.  (Bug#10276)
6483 2012-01-11  Alan Mackenzie  <acm@muc.de>
6485         Fix Emacs bug #10463 - put `widen's around the critical spots.
6487         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
6488         widen around each invocation of c-state-pp-to-literal.  Remove an
6489         unused let variable.
6491 2012-01-11  Glenn Morris  <rgm@gnu.org>
6493         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
6494         Doc fix.
6496 2012-01-10  Chong Yidong  <cyd@gnu.org>
6498         * net/network-stream.el (network-stream-open-starttls):
6499         Avoid emitting a confusing error message when the server gives a bad
6500         response to the capability command.
6502 2012-01-10  Glenn Morris  <rgm@gnu.org>
6504         * mail/unrmail.el (unrmail): Tweak previous change.
6506 2012-01-09  Chong Yidong  <cyd@gnu.org>
6508         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6510 2012-01-08  Alan Mackenzie  <acm@muc.de>
6512         Optimise font locking in long enum definitions.
6514         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6515         arm to a cond form to handle enums.
6516         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6517         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6519 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
6521         * files.el (move-file-to-trash): Preserve default file modes on error.
6522         (Bug#10401)
6524 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526         * faces.el (set-face-attribute): Clarify the meaning of the nil
6527         frame (bug#10294).
6529         * subr.el (with-selected-frame): Mention that the selected frame
6530         is restored (bug#9980).
6532         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6533         (bug#9759).
6535         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
6536         (password-read): Don't autoload unused function.
6538 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
6540         * progmodes/which-func.el (which-func-mode): Turn into a
6541         non-interactive function and mark as obsolete (bug#10428).
6543 2012-01-06  Chong Yidong  <cyd@gnu.org>
6545         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6546         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6547         functions, along with 1 and -1.
6549 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
6551         * time.el (display-time-load-average)
6552         (display-time-default-load-average): Doc fixes.  See the thread
6553         starting at
6554         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6555         for the details.
6557 2012-01-06  Glenn Morris  <rgm@gnu.org>
6559         * mail/unrmail.el (unrmail): Give an explicit error if the input file
6560         has no messages.  (Bug#10377)
6562         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6563         than Info-edit.  (Bug#10385)
6565         * time.el (display-time-load-average, display-time-next-load-average):
6566         Doc fixes.
6568         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6569         local setting of buffer-read-only to the input buffer.  (Bug#10419)
6571         * calendar/calendar.el (calendar-mode):
6572         Locally set scroll-margin to 0.  (Bug#10379)
6574 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
6576         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
6578 2012-01-05  Glenn Morris  <rgm@gnu.org>
6580         * eshell/em-unix.el (diff-no-select): Autoload it.
6581         (eshell/diff): Use diff-no-select.  (Bug#10420)
6583 2012-01-05  Chong Yidong  <cyd@gnu.org>
6585         * shell.el (shell-dynamic-complete-functions): Revert last change.
6586         (shell-command-completion-function): New function.
6587         (shell-completion-vars): Use it to implement
6588         shell-completion-execonly (Bug#10417).
6590         * custom.el (enable-theme): Don't set custom-safe-themes.
6592         * cus-theme.el (custom-theme-merge-theme):
6593         Ignore custom-enabled-themes and custom-safe-themes.
6595 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
6597         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6598         first prompt in `sql-interacive-mode'.
6599         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
6600         keywords.
6601         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
6602         (sql-product-interactive): Bug fix: Set `sql-buffer' in
6603         context of original buffer.  Invoke `sql-login-hook'.
6605 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
6607         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6608         letters in cite-prefix.
6610 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6612         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6614 2012-01-03  Chong Yidong  <cyd@gnu.org>
6616         * shell.el (shell-dynamic-complete-functions):
6617         Put pcomplete-completions-at-point, so as to try
6618         comint-filename-completion first (Bug#10417).
6620 2012-01-02  Richard Stallman  <rms@gnu.org>
6622         * battery.el (battery-status-function):
6623         Detect when to use battery-yeeloong-sysfs.
6624         (battery-echo-area-format): Add string for Yeeloong.
6625         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6626         (battery-yeeloong-sysfs): New function.
6628 2012-01-02  Chong Yidong  <cyd@gnu.org>
6630         * dirtrack.el (dirtrack-list): Eliminate unused third element.
6631         (dirtrack): Merge code for handling relative filenames in prompt
6632         from shell-dir-cookie-watcher.
6633         (dirtrack-debug-message): New arg to avoid excess format calls.
6635         * shell.el (shell-dir-cookie-re): Variable deleted.
6636         (shell-dir-cookie-watcher): Function deleted.
6637         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6638         with dirtrack-mode.
6640 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
6642         * term/w32-win.el (dynamic-library-alist) <gnutls>:
6643         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
6644         libgnutls-26.dll.
6646 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
6648         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6650 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
6652         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6653         headers of non-MIME messages, when rmail-enable-mime is non-nil.
6655 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
6657         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6658         also for alternative shells.
6659         (tramp-open-connection-setup-interactive-shell): Check, whether
6660         the shell is a busybox.
6661         (tramp-send-command): Don't suppress multiple prompts for
6662         busyboxes, it hurts.
6664 2011-12-28  Chong Yidong  <cyd@gnu.org>
6666         * progmodes/gdb-mi.el (gdb-get-source-file-list)
6667         (gdb-get-source-file): Move mode line update to
6668         gdb-get-source-file (Bug#10087).
6670 2011-12-25  Chong Yidong  <cyd@gnu.org>
6672         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6673         gud-gdb-marker-filter without taking it as an argument.
6674         (gud-gdb-run-command-fetch-lines): Caller changed.
6675         (gud-gdb-completion-function): New variable.
6676         (gud-gdb-completion-at-point): Use it.
6677         (gud-gdb-completions-1): Split from gud-gdb-completions.
6679         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6680         function as separate arguments.
6681         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6682         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6683         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6684         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6685         (gdb-stopped, def-gdb-auto-update-trigger)
6686         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
6687         (gdb-get-changed-registers, gdb-get-main-selected-frame):
6688         Callers changed.
6689         (gud-gdbmi-completions): New function.
6690         (gdb): Use it for generating the completion table.
6692 2011-12-24  Alan Mackenzie  <acm@muc.de>
6694         Introduce a mechanism to widen the region used in context font
6695         locking.  Use this to protect declarations from losing their contexts.
6697         * progmodes/cc-langs.el (c-before-font-lock-functions):
6698         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
6699         (c-before-context-fontification-functions): New defvar, a list of
6700         functions to be run just before context (etc.) font locking.
6702         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
6703         New, functionality extracted from
6704         c-neutralize-syntax-in-and-mark-CPP.
6705         (c-in-after-change-fontification): New variable.
6706         (c-after-change): Set c-in-after-change-fontification.
6707         (c-set-fl-decl-start): Rejig its interface, so it can be called
6708         from both after-change and context fontifying.
6709         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6710         New functions.
6711         (c-standard-font-lock-fontify-region-function): New variable.
6712         (c-font-lock-fontify-region): New function.
6714 2011-12-24  Juri Linkov  <juri@jurta.org>
6716         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6717         (Bug#10348)
6719 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
6721         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6722         existence of source file.  (Bug#10325)
6724 2011-12-23  Alan Mackenzie  <acm@muc.de>
6726         Fix unstable fontification inside templates.
6728         * progmodes/cc-langs.el (c-before-font-lock-functions):
6729         Newly created from the singular version.  The (c c++ objc) entry now
6730         additionally has c-set-fl-decl-start.  The other languages (apart
6731         from AWK) have that as a single entry.
6733         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6734         The functionality for "local" declarations has been extracted to
6735         c-set-fl-decl-start.
6737         * progmodes/cc-mode.el (c-common-init, c-after-change):
6738         Changes due to pluralisation of c-before-font-lock-functions.
6739         (c-set-fl-decl-start): New function, extracted from
6740         c-font-lock-enclosing-decls and enhanced.
6742 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
6744         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6746 2011-12-22  Juri Linkov  <juri@jurta.org>
6748         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
6750 2011-12-22  Chong Yidong  <cyd@gnu.org>
6752         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6754 2011-12-21  Drew Adams  <drew.adams@oracle.com>
6756         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
6758 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
6760         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6762 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6764         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
6765         highlighting and support.  Fix up comments for capitalization.
6766         (cfengine-mode-debug): New var.
6767         (cfengine3-mode): Change the modeline indicator to "CFE3".
6768         (cfengine3-font-lock-keywords): Improve defun highlighting.
6769         (cfengine2-actions): Rename from `cfengine-actions'.
6770         (cfengine2-font-lock-keywords): Rename from
6771         `cfengine-font-lock-keywords'.
6772         (cfengine2-imenu-expression): Rename from
6773         `cfengine-imenu-expression'.
6774         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6775         (cfengine2-beginning-of-defun): Rename from
6776         `cfengine-beginning-of-defun'.
6777         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6778         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6779         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
6780         modeline indicator to "CFE2".
6781         (cfengine-mode): Defalias to `cfengine-auto-mode'.
6782         (cfengine-mode-abbrevs): Mark obsolete.
6784 2011-12-21  Chong Yidong  <cyd@gnu.org>
6786         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6787         filename argument.
6789 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
6791         * window.el (window-normalize-buffer-to-display): Remove.
6792         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6794 2011-12-19  Chong Yidong  <cyd@gnu.org>
6796         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6797         Don't signal an error in a predicate function; return non-nil.
6798         (vc-dir-mark-file): Move the error here.
6799         (vc-dir-mark-unmark): If acting on the region, keep going if one
6800         of the entries cannot be marked/unmarked.
6801         (vc-dir-mark-all-files): If current entry is a directory, mark
6802         only child files, as documented.
6804 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
6806         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6807         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6808         addition.
6810 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
6812         * term/ns-win.el (ns-get-selection-internal)
6813         (ns-store-selection-internal): Declare.
6814         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6815         Declare as obsolete.
6816         (ns-get-pasteboard, ns-paste-secondary):
6817         Use ns-get-selection-internal.
6818         (ns-set-pasteboard,  ns-copy-including-secondary):
6819         Use ns-store-selection-internal.
6821 2011-12-17  Chong Yidong  <cyd@gnu.org>
6823         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
6824         (vc-deduce-fileset): Doc fix.
6826 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
6828         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6830 2011-12-13  Sam Steingold  <sds@gnu.org>
6832         * man.el (Man-getpage-in-background): When running under a
6833         window-system, ignore $MANWIDTH and $COLUMNS.
6835 2011-12-15  Kenichi Handa  <handa@m17n.org>
6837         * language/ethio-util.el: Change coding tag to utf-8-emacs.
6838         (setup-ethiopic-environment-internal): Comment out key-binding for
6839         ethio-toggle-punctuation.
6841 2011-12-13  Alan Mackenzie  <acm@muc.de>
6843         Add the switch statement to AWK Mode.
6845         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
6846         "default" to the keywords regexp.
6848         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
6849         expression as the rest.
6850         (c-nonlabel-token-key): Allow string literals for AWK.
6851         Refactor for the other modes.
6853         Large brace-block initialisation makes CC Mode slow: Fix.
6854         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
6855         routines.  Limit backward searching in c-font-lock-enclosing.decl.
6857         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6858         pp-state and literal type in addition to the limits.
6859         (c-state-safe-place): New defun, extracted from c-state-literal-at.
6860         (c-state-literal-at): Use the above new defun.
6861         (c-slow-in-literal, c-fast-in-literal): Remove.
6862         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
6864         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6865         being in a literal.  Add a limit for backward searching.
6867         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6868         c-slow-in-literal.
6870 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6872         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6874 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
6876         * window.el (delete-other-windows): Use correct frame in call to
6877         window-with-parameter.
6879 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
6881         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6882         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6883         (makefile-gmake-statements, makefile-makepp-statements):
6884         Use it and add new makepp keywords.
6885         (makefile-makepp-font-lock-keywords): Add new patterns.
6886         (makefile-match-function-end): Match new [...] and [[...]].
6888 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
6890         * ses.el (ses-call-printer-return, ses-cell-property-get)
6891         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6892         (ses-create-cell-variable, ses-reset-header-string)
6893         (ses-cell-set-formula, ses-repair-cell-reference-all)
6894         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6895         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6896         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6897         (ses-aset-with-undo, ses-load, ses-truncate-cell)
6898         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6899         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6900         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6901         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6902         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6903         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6904         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6905         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6907 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
6909         * ses.el: The overall change is to add cell renaming, that is
6910         setting fancy names for cell symbols other than name matching
6911         "\\`[A-Z]+[0-9]+\\'" regexp .
6912         (ses-create-cell-variable): New defun.
6913         (ses-relocate-formula): Relocate formulas only for cells the
6914         symbols of which are not renamed, i.e. symbols whose names do not
6915         match regexp "\\`[A-Z]+[0-9]+\\'".
6916         (ses-relocate-all): Relocate values only for cells the symbols of
6917         which are not renamed.
6918         (ses-load): Create cells variables as the (ses-cell ...) are read,
6919         in order to check row col consistency with cell symbol name only
6920         for cells that are not renamed.
6921         (ses-replace-name-in-formula): New defun.
6922         (ses-rename-cell): New defun.
6924 2011-12-11  Chong Yidong  <cyd@gnu.org>
6926         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6927         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6929 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
6931         * window.el (other-window): Fix docstring.
6933 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
6935         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
6936         `from' or `to' address before taking its substring.
6937         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
6938         encoded name is chopped in the middle of the encoded string, and
6939         thus displayed encoded.
6941 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
6943         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6945 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
6947         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
6948         to use texinfo-update-node and commands that call it if the
6949         Texinfo file uses @node lines without next/prev/up pointers.
6950         Correct outdated description about texinfo-master-menu.
6951         (texinfo-all-menus-update, texinfo-master-menu)
6952         (texinfo-update-node, texinfo-every-node-update)
6953         (texinfo-multiple-files-update): Doc fix.  Warn against updating
6954         all the @node lines.
6955         (texinfo-master-menu): Only call texinfo-update-node if the prefix
6956         argument is numeric.  Explain better in the doc string what the
6957         function really does.
6958         (texinfo-insert-master-menu-list): Improve the error message
6959         displayed if there's no menu in the Top node.
6960         (Bug#2975)  See also this thread:
6961         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6963 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
6965         * speedbar.el (speedbar-supported-extension-expressions):
6966         Add .adb and .ads, commonly used for Ada source code (bug#10256).
6968 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
6970         * printing.el (pr-mode-alist):
6971         * simple.el (filter-buffer-substring-functions)
6972         (completion-list-insert-choice-function):
6973         * window.el (window-with-parameter, window-atom-root)
6974         (window-sides-slots, window-size-fixed, window-min-delta)
6975         (window-max-delta, window--resize-mini-window)
6976         (window--resize-child-windows-normal, window-tree)
6977         (delete-other-windows, quit-window, split-window)
6978         (display-buffer-record-window, special-display-buffer-names)
6979         (special-display-regexps, special-display-popup-frame)
6980         (same-window-p, split-window-sensibly)
6981         (display-buffer-overriding-action, display-buffer-alist)
6982         (display-buffer-base-action, display-buffer, switch-to-buffer)
6983         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6984         (fit-window-to-buffer, recenter-positions)
6985         (mouse-autoselect-window-state, mouse-autoselect-window-select):
6986         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6987         and remove unneeded backslashes in docstrings.
6989 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6991         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6993         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6994         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6995         end in ".mk".
6996         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6997         when reading the makefile (bug#10116).
6999 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7001         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7002         (bug#10116).
7004 2011-12-06  Glenn Morris  <rgm@gnu.org>
7006         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7008 2011-12-06  Chong Yidong  <cyd@gnu.org>
7010         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7012 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
7014         * textmodes/table.el (table-shorten-cell): Fix typo.
7016 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
7018         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7020 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
7022         * descr-text.el (describe-char): Fix display of strong
7023         right-to-left characters and directional embeddings and overrides.
7025         * simple.el (what-cursor-position): Fix display of codepoints of
7026         strong right-to-left characters.
7028 2011-12-05  Chong Yidong  <cyd@gnu.org>
7030         * faces.el (read-color): Doc fix.
7032 2011-12-05  Glenn Morris  <rgm@gnu.org>
7034         * align.el (align--set-marker): Add doc-string.
7035         Don't try to move something that is not a marker.  (Bug#10216)
7037 2011-12-04  Glenn Morris  <rgm@gnu.org>
7039         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7040         overly zealous deletion of trailing whitespace.
7042 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
7044         * server.el (server-delete-client): On Windows, do not try to delete
7045         the only terminal.
7046         (server-process-filter): On Windows, treat requests for a tty frame as
7047         if they were for a GUI frame if the running server is in GUI mode.
7049 2011-12-03  Glenn Morris  <rgm@gnu.org>
7051         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
7053 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7055         * electric.el: Streamline electric-indent's hook.
7056         (electric-indent-chars): Revert to simple list.
7057         (electric-indent-functions): New var.
7058         (electric-indent-post-self-insert-function): Use it.
7060         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7061         there's no inferior buffer (bug#10196).
7062         (prolog-consult-compile): Don't use toggle-read-only.
7064 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
7066         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7067         interrupt.  (Bug#10187)
7069 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7071         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7072         (bug#9160).
7074         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7075         (bug#10191).
7077 2011-12-02  Juri Linkov  <juri@jurta.org>
7079         * info.el (Info-search): Display "end of manual" when Isearch
7080         reaches the end of single-file Info manual.  (Bug#9918)
7082 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
7084         * isearch.el (isearch-message-prefix): Run the input method part
7085         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
7087 2011-12-02  Juri Linkov  <juri@jurta.org>
7089         * isearch.el (isearch-occur): Use `word-search-regexp' for
7090         `isearch-word'.
7091         (isearch-search-and-update): Add condition for `isearch-word' and
7092         call `word-search-regexp'.  (Bug#10145)
7094 2011-12-01  Glenn Morris  <rgm@gnu.org>
7096         * eshell/em-hist.el (eshell-hist-initialize):
7097         Handle eshell-history-size nil and HISTSIZE set or unset.
7098         (eshell-history-file-name, eshell-history-size): Fix custom type.
7100 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7102         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7104 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
7106         * progmodes/verilog-mode.el (verilog-pretty-expr):
7107         Rework verilog-pretty-expr to handle new assignment operators in system
7108         verilog, such as += *= and the like.
7109         (verilog-assignment-operator-re): Regular expression to find the
7110         assigment operator in a verilog assignment.
7111         (verilog-assignment-operation-re): Regular expression to find an
7112         assignment statement for pretty-expr.
7113         (verilog-in-attribute-p): Query returns true if point is in an
7114         attribute context; used to skip these for expression line up from
7115         pretty-expr.
7116         (verilog-in-parameter-p): Query returns true if point is in an
7117         parameter definition context; used to skip these for expression
7118         line up from pretty-expr.
7119         (verilog-in-parenthesis-p): Query returns true if point is in a
7120         parenthetical expression, specifically ( ) but not [ ] or { };
7121         used by pretty-expr.
7122         (verilog-just-one-space): If there is no space, don't add one.
7123         (verilog-get-lineup-indent-2): Specifically skip just attribute
7124         contexts for expression lineup, rather than skipping all
7125         parenthetical expressions.
7126         (verilog-calculate-indent): Fix comment, and fix indent.
7127         (verilog-do-indent): Indent declarations in lists (suggested by
7128         Joachim Lechner).
7129         (verilog-mode-abbrev-table): Populate abbrev mode with the various
7130         skeleton items.
7131         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7132         by Alain Mellan).
7134 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
7136         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7137         parameters with embedded comments.  Reported by Ray Stevens.
7138         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7139         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7140         Reported by Tim Holt.
7141         (verilog-auto): Fix AUTOing a upper module then AUTOing module
7142         instantiated by upper module causing wrong expansion until AUTOed a
7143         second time.  Reported by K C Buckenmaier.
7144         (verilog-diff-auto): Fix showing .* as a difference when
7145         `verilog-auto-star-save' off.  Reported by Dan Dever.
7146         (verilog-auto-reset, verilog-read-always-signals)
7147         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7148         temporary signals in reset list if
7149         verilog-auto-reset-blocking-in-non is nil, and match assignment
7150         style to each signal's assignment type, bug381.
7151         Reported by Thomas Esposito.
7152         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7153         (verilog-uvm-statement-re): Support UVM indentation and
7154         highlighting, with old OVM keywords only.
7155         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
7156         Support AUTOTIEOFF creating non-wire data types.
7157         Suggested by Jonathan Greenlaw.
7158         (verilog-auto-insert-lisp, verilog-delete-to-paren)
7159         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7160         (verilog-inject-sense, verilog-read-inst-pins)
7161         (verilog-read-sub-decls, verilog-read-sub-decls-line):
7162         Fix mismatching parenthesis inside commented out code when deleting
7163         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
7164         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7165         non-numeric vector width.  Reported by Alex Reed.
7166         (verilog-auto-ascii-enum): Add "onehot" option to work around not
7167         detecting signals with parameter widths.  Reported by Alex Reed.
7168         (verilog-auto-delete-trailing-whitespace):
7169         With `verilog-auto-delete-trailing-whitespace' remove trailing
7170         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
7171         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7172         Fix verilog-scan-cache corruption when running user AUTO expansion
7173         hooks that call indentation routines.
7174         (verilog-simplify-range-expression): Fix typo ignoring lower case
7175         identifiers.
7176         (verilog-delete-auto): Fix delete-autos to also remove user created
7177         automatics, as long as they start with AUTO.
7178         (verilog-batch-diff-auto, verilog-diff-auto)
7179         (verilog-diff-function): Add `verilog-diff-auto' and bind to
7180         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
7181         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7182         (verilog-in-paren-quick, verilog-re-search-backward-quick)
7183         (verilog-re-search-forward-quick, verilog-syntax-ppss):
7184         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
7185         is disabled and its cache will get corrupt, causing AUTOS not to
7186         expand.  Instead use only -quick functions.
7187         (verilog-scan-region): Fix scanning over escaped quotes.
7188         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7189         (verilog-re-search-backward-quick)
7190         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7191         related functions now ignore strings, to fix misparsing of strings
7192         with magic comments embedded in them.
7193         (verilog-read-auto-template):
7194         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7195         Reported by Brad Dobbie.
7196         (verilog-read-auto-template):
7197         Fix 'verilog-auto-inst-template-numbers' with comments.
7198         Reported by Brad Dobbie.
7199         (verilog-auto-inst, verilog-auto-inst-param)
7200         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7201         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
7202         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
7203         debugging templates without merge conflicts, bug357.
7204         Reported by Brad Dobbie.
7205         (verilog-read-auto-template):
7206         Fix verilog-auto-inst-template-numbers with multiple templates.
7207         Reported by Brad Dobbie.
7208         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7209         abbrevs so user won't be asked to save.
7210         (verilog-read-auto-lisp-present): Fix to start at beginning of
7211         buffer in case called outside of verilog-auto.
7212         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7213         to "X-2".  Reported by Matthew Myers.
7214         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7215         all inputs from module templates.  Reported by Leith Johnson.
7216         (verilog-module-inside-filename-p): Fix locating programs as with
7217         modules.
7218         (verilog-auto-inst-port): Fix vl-width expressions when using
7219         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
7220         (verilog-decls-get-regs, verilog-decls-get-signals,
7221         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7222         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7223         verilog-read-decls): Combine reg and wire structures into one var
7224         structure to represent SystemVerilog concepts.
7225         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7226         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
7227         (verilog-auto-wire-type, verilog-insert-definition):
7228         Add verilog-auto-wire-type and AUTOLOGIC to support using
7229         SystemVerilog "logic" keyword instead of "wire"/"reg".
7230         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7231         to declares outputs that also have assignments (presumably in an
7232         ifdef or generate if so there's not a driver conflict).
7233         Reported by Matthew Myers.
7234         (verilog-auto-declare-nettype, verilog-insert-definition):
7235         Add verilog-auto-declare-nettype to fix declarations using
7236         `default_nettype none.  Reported by Julian Gorfajn.
7237         (verilog-read-always-signals-recurse, verilog-read-decls)
7238         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7239         malformed end statement, bug325.  Reported by Joshua Wise and
7240         Andrew Drake.
7241         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7242         (verilog-inst-comment-re): Fix not deleting Interfaced comment
7243         when expanding .* in interfaces, bug320.
7244         Reported by Pierre-David Pfister.
7245         (verilog-read-module-name): Fix import statements between module
7246         name and open parenthesis, bug317.
7247         Reported by Pierre-David Pfister.
7248         (verilog-simplify-range-expression): Fix simplification of
7249         multiplications inside AUTOWIRE connections, bug303.
7250         (verilog-auto-inst-port): Support parameter expansion in
7251         multidimensional arrays.
7252         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7253         after "assert property".  Reported by Julian Gorfajn.
7254         (verilog-simplify-range-expression): Fix "couldn't merge" errors
7255         with multiplication, bug303.
7256         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7257         Reported by Jan Frode Lonnum.
7259 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
7261         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7262         (hfy-shell-file-name, hfy-shell):
7263         * international/fontset.el (x-decompose-font-name): Fix typos.
7265 2011-11-29  Ken Brown  <kbrown@cornell.edu>
7267         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7268         (gdb-version): Remove defvar.
7269         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7270         (gdb-gud-context-command, gdb-non-stop-handler)
7271         (gdb-current-context-command, gdb-stopped): Use it.
7272         (gdb-init-1): Enable pretty printing here.
7273         (gdb-non-stop-handler): Don't enable pretty-printing here.
7274         Check to see if the target supports non-stop mode; if not, turn off
7275         non-stop mode.  Use the following.
7276         (gdb-check-target-async): New defun.
7277         (gud-watch, gdb-stopped): Fix whitespace.
7278         (gdb-get-source-file): Don't try to display the source file if
7279         `gdb-main-file' is nil.
7281 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7283         * align.el: Try to generate fewer markers (bug#10047).
7284         (align--set-marker): New macro.
7285         (align-region): Use it.
7287 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7289         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7291 2011-11-29  Chong Yidong  <cyd@gnu.org>
7293         * indent.el (indent-for-tab-command, indent-according-to-mode):
7294         Doc fix.
7295         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
7297 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
7299         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7300         aware of remote file names.  (Bug#10124)
7302 2011-11-29  Chong Yidong  <cyd@gnu.org>
7304         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7306 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7308         * files.el (find-file): Don't use force-same-window (bug#10144).
7309         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7310         use pop-to-buffer if the selected window can't be used.
7311         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7313 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
7315         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7316         special-mode-map.
7318 2011-11-28  Chong Yidong  <cyd@gnu.org>
7320         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7322 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
7324         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7325           gdb-get-source-file-list on gdb-create-source-file-list.
7327 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
7329         * whitespace.el (whitespace-newline): Use a different foreground
7330         color for 16-color light-background displays.
7332 2011-11-24  Chong Yidong  <cyd@gnu.org>
7334         * window.el (display-buffer--special-action): Doc fix.
7336 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
7338         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7339         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7340         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7341         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7342         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7343         (avl-tree-stack-first):
7344         * emacs-lisp/cconv.el (cconv--analyse-use):
7345         * net/gnutls.el (gnutls-negotiate): Fix typos.
7347 2011-11-24  Glenn Morris  <rgm@gnu.org>
7349         * lpr.el (lpr-windows-system, lpr-lp-system):
7350         * mail/binhex.el (binhex-begin-line):
7351         * progmodes/grep.el (grep-history, grep-find-history):
7352         * textmodes/flyspell.el:
7353         * vc/pcvs-defs.el (cvs-global-menu):
7354         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7355         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7356         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7358         * net/tls.el: Fix case of "GnuTLS".
7360         * paths.el (rmail-file-name): Format doc-string for make-docfile.
7362         * version.el (emacs-build-system): Give it a doc-string.
7364 2011-11-24  Juri Linkov  <juri@jurta.org>
7366         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7368 2011-11-24  Glenn Morris  <rgm@gnu.org>
7370         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7371         if called on a non-mime message just toggle the headers.  (Bug#8006)
7373 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
7375         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7376         (allout-lead-with-comment-string, allout-structure-deleted-hook)
7377         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7378         (allout-rebullet-heading, allout-open-sibtopic)
7379         (allout-toggle-current-subtree-encryption)
7380         (allout-toggle-subtree-encryption, allout-encrypt-string)
7381         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7382         (allout-distinctive-bullets-string, allout-auto-activation):
7383         * window.el (window-normalize-buffer-to-display):
7384         * progmodes/verilog-mode.el (verilog-batch-indent):
7385         * textmodes/bibtex.el (bibtex-field-braces-opt)
7386         (bibtex-field-strings-opt):
7387         * vc/cvs-status.el (cvs-tree-merge):
7388         Fix typos.
7390 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
7392         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7393         `non-essential' to t, in order to avoid remote connections.
7395 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
7397         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7398         On MS-DOS and MS-Windows, compare with loaddefs.el
7399         case-insensitively.
7401 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
7403         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
7405 2011-11-23  Glenn Morris  <rgm@gnu.org>
7407         * paths.el (rmail-file-name): Reformat the doc-string so that it
7408         is picked up.
7410         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7411         (rmail-auto-file): Ignore case in the "special" field names,
7412         as mail-fetch-field does for all others.
7414         * mail/rmail.el (rmail-forward):
7415         * mail/rmailkwd.el (rmail-set-label):
7416         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7417         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
7419         * mail/rmail.el (rmail-current-message): Doc fix.
7421         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
7423 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7425         * server.el (server-eval-and-print): Allow C-g (bug#6585).
7427 2011-11-22  Glenn Morris  <rgm@gnu.org>
7429         * mail/rmailmm.el (test-rmail-mime-handler)
7430         (test-rmail-mime-bulk-handler)
7431         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7433 2011-11-21  Juri Linkov  <juri@jurta.org>
7435         * calc/calc.el (calc-read-key-sequence):
7436         Let-bind `input-method-function' to nil.  (Bug#10018)
7438 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7440         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7441         Tell the caller that the next line needs recomputation, even
7442         though it doesn't start a sexp (bug#10094).
7444 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7446         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7448 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7450         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7451         Use force-same-window.
7453 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
7455         * descr-text.el (describe-char-unicode-data):
7456         * json.el (json-string-escape):
7457         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7458         (Footnote-unicode, Footnote-style-p):
7459         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7461 2011-11-20  Chong Yidong  <cyd@gnu.org>
7463         * window.el (replace-buffer-in-windows): Restore interactive spec.
7465 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7467         * electric.el (electric-indent-mode): Fix last change (too optimistic).
7469         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7470         (byte-compile-global-not-obsolete-vars): New var.
7471         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7472         Use it.
7473         (byte-compile-warn-obsolete): Align text with the one in *Help*.
7475 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
7477         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7478         * progmodes/pascal.el (electric-pascal-equal):
7479         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7480         * xml.el (xml-substitute-special): Fix typos.
7482 2011-11-20  Glenn Morris  <rgm@gnu.org>
7484         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7485         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7486         Doc fixes.
7487         (rmail-decode-mime-charset): Mark as obsolete.
7489         * mail/rmailsum.el (rmail-message-regexp-p-1):
7490         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7491         Before using mime functions, check they are set.  (Bug#10077)
7493 2011-11-19  Juri Linkov  <juri@jurta.org>
7495         * info.el (Info-finder-find-node): Use `package--builtins' instead
7496         of `package-alist'.  Use node names formed by the pattern "Keyword "
7497         and the keyword name.
7499 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
7501         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
7503 2011-11-19  Juri Linkov  <juri@jurta.org>
7505         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7506         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
7507         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7508         `old-history', `old-history-forward'.  Add let-binding
7509         `window-selected'.  Remove calls to `kill-buffer',
7510         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
7511         before calling `Info-find-node', so `Info-find-node-2' will reread
7512         the Info file.  Restore window positions only when `window-selected'
7513         is non-nil.
7515 2011-11-19  Juri Linkov  <juri@jurta.org>
7517         * isearch.el (isearch-lazy-highlight-new-loop):
7518         Remove condition `(not isearch-error)'.  (Bug#9918)
7520         * misearch.el (multi-isearch-search-fun): Add condition
7521         `(not bound)' to ignore lazy-highlighting search.
7522         Add the search-failed message "end of multi" when the end of
7523         multi-sequence is reached.  Uncapitalize the search-failed
7524         message "Repeat for next buffer".
7526         * info.el (Info-search): Add the search-failed message
7527         "end of the manual" when the end of the manual is reached
7528         in Isearch mode.
7530 2011-11-19  Juri Linkov  <juri@jurta.org>
7532         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7533         Use non-destructive `remove' instead of `delete' because
7534         `Info-history-list' stored to `Info-isearch-initial-history-list' in
7535         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7537 2011-11-19  Juri Linkov  <juri@jurta.org>
7539         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7540         to nil instead of binding `search-ring' and `regexp-search-ring'.
7541         (Bug#9185)
7543 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
7545         * simple.el (line-move): Force movement by logical lines for any
7546         hscrolled window, not only when auto-hscroll-mode is on.
7547         (line-move-visual): Update doc string to that effect.  (Bug#10076)
7549 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
7551         * language/european.el (macintosh): Define as alias for mac-roman.
7553 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
7555         * mail/rmailmm.el (rmail-mime-display-header)
7556         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7557         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7558         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7559         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7560         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7561         of a raw aref.
7562         (rmail-mime-entity-segment): To get past the tagline, move forward
7563         2 more lines, to account for the 2 empty lines that precede and
7564         follow the line with the buttons.
7565         (rmail-mime-update-tagline): Move one more line, to get past the
7566         empty line that follows the buttons in the tagline.  (Bug#9520)
7568 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
7570         * window.el (window-max-delta-1, window-min-delta-1)
7571         (window-min-size-1, window-state-get-1, window-state-put-1)
7572         (window-state-put-2): Use "window--" prefix.
7574 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7576         * emacs-lisp/smie.el: Improve warnings and conflict detection.
7577         (smie-warning-count): New var.
7578         (smie-set-prec2tab): Use it.
7579         (smie-bnf->prec2): Improve warnings.  Add docstring.
7580         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7581         (smie-bnf--set-class): New function.
7582         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
7583         corner case.
7585         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7586         (compilation-error-properties, compilation-move-to-column):
7587         Handle compilation-first-column while in the target buffer.
7589         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7590         Don't hardcode point-min==1.
7592         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7593         (eshell-rewrite-for-command): Remove workaround.
7594         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7595         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7596         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7598         * files-x.el (modify-file-local-variable): Obey commenting conventions.
7600 2011-11-17  Glenn Morris  <rgm@gnu.org>
7602         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7603         Ignore buffer-local generated-autoload-file if it is the same
7604         as the global value.  (Bug#10049)
7606 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
7608         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7609         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7610         (reftex-toc-previous-heading, reftex-toc-max-level)
7611         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7612         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7613         (reftex-toc-do-promote, reftex-toc-promote-prepare)
7614         (reftex-toc-promote-action, reftex-toc-extract-section-number)
7615         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7616         (reftex-toc-rename-label, reftex-toc-visit-location)
7617         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7618         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7619         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7620         leaving "*toc*" only for references to the buffer.
7622 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
7624         * window.el (window-resize, delete-window, split-window):
7625         Replace window-splits by window-combination-resize.
7626         * cus-start.el (window-splits): Replace by window-combination-resize.
7628 2011-11-17  Glenn Morris  <rgm@gnu.org>
7630         * progmodes/sh-script.el (sh-font-lock-keywords-var):
7631         Make bash entry derive from sh entry, not shell entry.
7633 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
7635         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7636         local file name.
7638 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
7640         * menu-bar.el (menu-bar-file-menu):
7641         * printing.el (pr-ps-utility):
7642         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7643         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7644         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7645         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7646         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7647         (icalendar--convert-cyclic-to-ical)
7648         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7649         (icalendar--convert-ical-to-diary)
7650         (icalendar--convert-recurring-to-diary)
7651         (icalendar--convert-non-recurring-all-day-to-diary)
7652         (icalendar-import-format-sample):
7653         * progmodes/idlw-shell.el (idlwave-shell-mode):
7654         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7655         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7656         (vhdl-ps-print-init): Fix typos.
7658 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
7660         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7661         FSF and collapse date sequence, obscure author/maintainer email address
7662         better, remove extra version line, track relocation of author's webpage.
7664         * progmodes/python.el (python-pdbtrack-input-prompt)
7665         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7666         regular python pdb prompts.  Adjustments shamelessly taken exactly as
7667         suggested in EmacsWiki page (tiny change):
7668         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
7670 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
7672         * expand.el (expand-pos, expand-index, expand-point):
7673         Remove redundant info from docstring.
7674         (expand-add-abbrevs): Doc fix.
7675         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7676         (expand-sample-perl-mode-expand-list): Fix typos.
7678         * net/dbus.el (dbus-event-member-name):
7679         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7680         * term/pc-win.el (msdos-create-frame-with-faces):
7681         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7683 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
7685         * window.el (split-window, window-state-get-1)
7686         (window-state-put-1, window-state-put-2): Rename occurrences of
7687         window-nest to window-combination-limit.
7688         * cus-start.el (window-nest): Rename to window-combination-limit.
7690 2011-11-16  Chong Yidong  <cyd@gnu.org>
7692         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7693         regexp (Bug#10033).
7695 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7697         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7698         `completing-read' will remove *Completions* and will preserve
7699         current-buffer for us.
7700         (tmm-add-prompt): Users of *Completions* will always (re)set its
7701         major mode.
7702         (tmm-old-comp-map): Remove.
7704 2011-11-16  Glenn Morris  <rgm@gnu.org>
7706         * mail/rmailedit.el: Require rmailmm when compiling.
7707         (rmail-old-mime-state): New declaration.
7708         (rmail-edit-current-message): If editing a mime message,
7709         edit the "raw" message from the mbox buffer.
7710         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
7712 2011-11-15  Glenn Morris  <rgm@gnu.org>
7714         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7715         which wasn't being used.  Add optional arg to force given state.
7716         (rmail-mime): Add optional arg to force given state.
7718 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
7720         * allout.el (allout-encryption-plaintext-sanitization-regexps):
7721         * frame.el (display-mm-dimensions-alist):
7722         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7723         (outline-move-subtree-down):
7724         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7725         (newsticker--treeview-do-get-node):
7726         * net/quickurl.el (quickurl-list-buffer-name):
7727         * progmodes/dcl-mode.el (dcl-mode):
7728         * progmodes/gdb-mi.el (gdb-mapcar*):
7729         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7731 2011-11-15  Glenn Morris  <rgm@gnu.org>
7733         * mail/rmail.el (rmail-file-coding-system): It's only ever used
7734         in a boolean sense, so just make it a boolean, and fix the doc.
7735         (rmail-show-mime-function, rmail-mime-feature)
7736         (rmail-require-mime-maybe): Doc fixes.
7737         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7739         * mail/rmailmm.el (rmail-show-mime): Doc fix.
7741 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
7743         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7744         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7745         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7746         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7748 2011-11-15  Glenn Morris  <rgm@gnu.org>
7750         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7751         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7752         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7753         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7754         (rmail-mime, rmail-show-mime): Doc fixes.
7756         * term/ns-win.el (mode-line-frame-identification):
7757         Leave it alone.  (Bug#10051)
7759         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
7761         * mail/rmailout.el (rmail-output-to-rmail-buffer):
7762         Handle empty buffers.  (Bug#9978)
7764 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
7766         * international/mule.el (define-charset):
7767         * mail/rmailmm.el (rmail-mime-find-header-encoding):
7768         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7769         * progmodes/verilog-mode.el (verilog-backward-token):
7770         * textmodes/ispell.el (lookup-words):
7771         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7773 2011-11-14  Glenn Morris  <rgm@gnu.org>
7775         * progmodes/executable.el
7776         (executable-make-buffer-file-executable-if-script-p):
7777         Handle file-modes returning nil.
7779         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7780         message - not necessary, and causes problems.  (Bug#9831)
7782         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7784         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7786         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7787         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
7788         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7790 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
7792         * window.el (window-resize, delete-window): Use window-splits
7793         variable instead of function.
7794         (window-state-get-1, window-state-put-2, window-state-put):
7795         Don't deal with windows' splits status.
7797 2011-11-12  Glenn Morris  <rgm@gnu.org>
7799         * apropos.el (apropos-do-all, apropos-library, apropos-value)
7800         (apropos-documentation): Doc fixes.
7802 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
7804         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7805         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7807 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7809         * electric.el (electric-indent-post-self-insert-function): Make it
7810         possible for a char to only indent in some circumstances.
7811         (electric-indent-mode): Simplify.
7813 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
7815         * window.el (windows-with-parameter): Remove unused function.
7816         (windows-at-side): Rename to window-at-side-list.
7817         (window-check, window-atom-check, window-atom-check-1)
7818         (window-side-check, window-size-ignore, window-size-fixed-1)
7819         (window-in-direction-2): Prefix with "window--".
7820         (window-tree-1): Rename to window--subtree, fix doc-string.
7822 2011-11-11  Glenn Morris  <rgm@gnu.org>
7824         * subr.el (eval-after-load): If FILE is already loaded,
7825         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
7827 2011-11-10  Glenn Morris  <rgm@gnu.org>
7829         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7830         Call svn via vc-svn-command rather than vc-do-command.
7831         (vc-svn-command): Add --non-interactive.  (Bug#9993)
7832         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7834         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7835         Add toggle-read-only.  (Bug#7292)
7836         * files.el (toggle-read-only): Mention that it should only
7837         be used interactively.  (Bug#10006)
7839 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7841         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7842         Adjust regexp for OCaml warnings.
7844         * electric.el (electric-pair-post-self-insert-function): Let user
7845         turn it off buffer-locally (bug#9932).
7847         * progmodes/python.el (python-beginning-of-statement):
7848         Rewrite (bug#2703).
7850         * progmodes/compile.el: Better handle TABs (bug#9749).
7851         (compilation-internal-error-properties)
7852         (compilation-next-error-function): Obey the target buffer's
7853         compilation-error-screen-columns.
7855 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
7857         * progmodes/meta-mode.el: Remove obsolete comments.
7858         (meta-right-comment-regexp, meta-ignore-comment-regexp):
7859         Fix typos in docstrings.
7861 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
7863         * window.el (window-size-fixed-p): Rewrite doc-string.
7864         (window-resizable-p): Rename to window--resizable-p.  Update callers.
7865         (window--resizable): New function.  Make all callers of
7866         window-resizable call window--resizable instead.
7867         (window-resizable): Rewrite in terms of window--resizable.
7869 2011-11-08  Glenn Morris  <rgm@gnu.org>
7871         * progmodes/delphi.el (delphi-mode-syntax-table):
7872         Let define-derived-mode define a proper syntax table.  (Bug#9994)
7874 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7876         * window.el: Stay away from defsubst.
7877         (window-list-no-nils): Remove.
7878         (window-state-get-1, window-state-get): Use backquote instead.
7880 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7882         * emacs-lisp/find-func.el (find-function-read):
7883         Fix incorrect use of default argument in `completing-read'.
7885 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
7887         * window.el (display-buffer-function, special-display-function):
7888         Mention display-buffer-record-window but do not mention
7889         help-setup parameter in doc-strings.
7890         (window-min-delta): Fix doc-string typo.
7892 2011-11-08  Chong Yidong  <cyd@gnu.org>
7894         * window.el (window-total-height, window-total-width): Doc fix.
7895         (window-body-size): Move from C.
7896         (window-body-height, window-body-width): Move to C.
7898 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7900         * window.el: Make special-display like display-buffer-alist (bug#9532).
7901         (display-buffer--special-action): New function, morphed
7902         from display-buffer--special.
7903         (display-buffer): Use it to handle special-display-buffers at higher
7904         priority (just after display-buffer-alist).
7905         (display-buffer-fallback-action, display-buffer--other-frame-action)
7906         (pop-to-buffer-same-window): Remove display-buffer--special.
7908 2011-11-07  Glenn Morris  <rgm@gnu.org>
7910         * calendar/cal-menu.el (cal-menu-set-date-title):
7911         Do nothing if not in a calendar.  (Bug#9976)
7913 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7915         * files.el (find-file): Always use selected-window.
7917 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
7919         * window.el (window-combinations): Make WINDOW argument
7920         mandatory.  Rewrite doc-string.
7921         (walk-window-subtree, window-atom-check, window-min-delta)
7922         (window-max-delta, window--resize-this-window)
7923         (window--resize-root-window-vertically, window-tree)
7924         (balance-windows, window-state-put): Rewrite doc-strings as to
7925         not mention the term "subwindow".
7926         (window--resize-subwindows-skip-p): Rename to
7927         window--resize-child-windows-skip-p.
7928         (window--resize-subwindows-normal): Rename to
7929         window--resize-child-windows-normal.
7930         (window--resize-subwindows): Rename to
7931         window--resize-child-windows.
7932         (window-or-subwindow-p): Rename to window--in-subtree-p.
7934 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
7936         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7937         Ensure that mbox format messages end in two newlines (Bug#9974).
7939 2011-11-06  Chong Yidong  <cyd@gnu.org>
7941         * window.el (window-combination-p): Function deleted; its
7942         side-effect is not used in any existing code.
7943         (window-combinations, window-combined-p): Call window-*-child
7944         directly.
7946 2011-11-05  Chong Yidong  <cyd@gnu.org>
7948         * window.el (window-valid-p): Rename from window-any-p.
7949         (window-size-ignore, window-state-get): Callers changed.
7950         (window-normalize-window): Rename from window-normalize-any-window.
7951         New arg LIVE-ONLY, replacing window-normalize-live-window.
7952         (window-normalize-live-window): Delete.
7953         (window-combination-p, window-combined-p, window-combinations)
7954         (walk-window-subtree, window-atom-root, window-min-size)
7955         (window-sizable, window-sizable-p, window-size-fixed-p)
7956         (window-min-delta, window-max-delta, window-resizable)
7957         (window-resizable-p, window-full-height-p, window-full-width-p)
7958         (window-current-scroll-bars, window-point-1, set-window-point-1)
7959         (window-at-side-p, window-in-direction, window-resize)
7960         (adjust-window-trailing-edge, maximize-window, minimize-window)
7961         (window-deletable-p, delete-window, delete-other-windows)
7962         (record-window-buffer, unrecord-window-buffer)
7963         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7964         (quit-window, split-window, window-state-put)
7965         (set-window-text-height, fit-window-to-buffer)
7966         (shrink-window-if-larger-than-buffer): Callers changed.
7968 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
7970         * mail/rmail.el (rmail-simplified-subject): Decode subject with
7971         rfc2047-decode-string.
7972         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7973         warnings.
7975         * window.el (window-body-height, window-body-width): Mention in
7976         the doc string that the return values are in frame's canonical
7977         units.  (Bug#9949)
7979 2011-11-03  Alan Mackenzie  <acm@muc.de>
7981         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7982         change in cc-engine.el.
7984 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7986         * window.el (switch-to-buffer): Use `force-same-window' interactively.
7988 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
7990         * window.el (quit-window): Call unrecord-window-buffer after
7991         showing another buffer in the window.  (Bug#9937)
7992         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
7994 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
7996         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7997         Accept status with more than 9 shelves.  (Bug#9935)
7998         Reported by Colin D Bennett <colin@gibibit.com>.
8000 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
8002         * help.el (with-help-window): Don't reference
8003         temp-buffer-show-specifiers in doc-string.
8005 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
8007         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8008         menu-item.
8010 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8012         * whitespace.el: New version 13.2.2.
8013         (whitespace-newline-mode): Disable properly.  Reported by Sarah
8014         <EmacsWiki>.
8016 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
8018         * net/newst-treeview.el: Remove "Time-stamp".
8019         (newsticker--group-manage-orphan-feeds): Do not call
8020         newsticker--treeview-tree-update.
8021         (newsticker-treeview-update, newsticker-treeview):
8022         Call newsticker--treeview-tree-update if necessary.
8024 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
8026         * window.el (window-iso-combination-p, window-iso-combined-p)
8027         (window-iso-combinations): Remove "iso-" infix.
8028         Suggested by Chong Yidong.
8029         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8030         (window-max-delta-1, window-resize, window--resize-siblings)
8031         (window--resize-this-window, adjust-window-trailing-edge)
8032         (split-window, balance-windows-1)
8033         (shrink-window-if-larger-than-buffer):
8034         * calendar/calendar.el (calendar-generate-window):
8035         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
8037 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8039         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8040         in place (bug#9907).
8041         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8042         (eshell-rewrite-if-command, eshell-rewrite-for-command)
8043         (eshell-structure-basic-command, eshell-rewrite-while-command)
8044         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8045         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8046         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8047         (eshell-do-pipelines-synchronously, eshell-eval-command):
8048         Use backquotes and prefer setq to set.
8049         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8050         (eshell-macrop): Use functionp.
8051         (eshell-do-eval): Handle multiple expressions in `while' body.
8053 2011-10-30  Chong Yidong  <cyd@gnu.org>
8055         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8056         instead of set-mark (Bug#9810).
8058 2011-10-30  Chong Yidong  <cyd@gnu.org>
8060         * window.el (split-window-below, split-window-right): Rename from
8061         split-window-above-each-other and split-window-side-by-side
8062         respectively.  All callers changed.
8063         (split-window-sensibly, split-window-sensibly): Use them.
8064         (split-window-keep-point): Doc fix.
8066         * isearch.el: Add isearch-scroll property to split-window-below
8067         and split-window-right.
8069         * follow.el (follow-mode):
8070         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8071         * progmodes/ada-xref.el (ada-gdb-application):
8072         * emulation/vip.el (vip-buffer-in-two-windows):
8073         * image-dired.el (image-dired-dired-with-window-configuration):
8074         * dired-x.el (dired-do-find-marked-files):
8075         * dired.el (dired-pop-to-buffer):
8076         * bs.el (bs--show-with-configuration):
8077         * vc/emerge.el (emerge-setup-windows):
8078         * textmodes/two-column.el (2C-two-columns):
8079         * textmodes/reftex-toc.el (reftex-toc):
8080         * progmodes/gdb-mi.el (gdb-setup-windows):
8081         * progmodes/fortran.el (fortran-window-create):
8082         * net/newst-treeview.el (newsticker--treeview-window-init):
8083         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8084         * emulation/tpu-edt.el (tpu-gold-map):
8085         * emulation/crisp.el (crisp-mode-map):
8086         * calendar/calendar.el (calendar-basic-setup): Callers changed.
8088 2011-10-29  Chong Yidong  <cyd@gnu.org>
8090         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8092         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8094         * textmodes/flyspell.el (flyspell-word): Fix char offset for
8095         forged Ispell output (Bug#7904).
8097         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8099 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8101         * doc-view.el: Avoid ugly errors about not finding nil.
8102         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8103         (doc-view-dvipdf-program, doc-view-unoconv-program)
8104         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8105         Avoid nil or absolute file name as default value.
8106         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8108 2011-10-28  Alan Mackenzie  <acm@muc.de>
8110         * progmodes/cc-defs.el (c-version): -> 5.32.2.
8112 2011-10-28  Alan Mackenzie  <acm@muc.de>
8114         Amend the handling of c-beginning/end-of-defun in nested declaration
8115         scopes.
8117         * progmodes/cc-vars.el (c-defun-tactic): Move here from
8118         cc-langs.el.  Change it to a defcustom.
8120         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8121         cc-vars.el.
8123         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8124         Prevent "class foo : bar" being spuriously recognized as a label.
8126         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
8127         Add parameter `inclusive' (to include enclosing braces in the region).
8128         (c-widen-to-enclosing-decl-scope): New function.
8129         (c-while-widening-to-decl-block): New macro.
8130         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8131         outward for defun boundaries, and correspondingly change symbol
8132         `respect-enclosure' to `go-outward'.
8133         (c-declaration-limits): Change algorithm to report only the "innermost"
8134         defun's boundaries.
8136 2011-10-28  Deniz Dogan  <deniz@dogan.se>
8138         * net/rcirc.el (rcirc-mode): Use hard newlines.
8140 2011-10-28  Alan Mackenzie  <acm@muc.de>
8142         Amend to indent and fontify macros "which include their own semicolon"
8143         correctly, using the "virtual semicolon" mechanism.
8145         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
8147         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8148         Recode to scan one line at a time rather than having \n and \r
8149         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
8150         (c-forward-label): Amend for virtual semicolons.
8151         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
8153         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8154         of the new C macros.
8156         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
8157         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8158         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
8159         (c-opt-cpp-macro-define): Make into a full language variable.
8160         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8161         AWK Mode (including \n, \r) removed, no longer needed.
8163         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8164         Invoke c-make-macro-with-semi-re.
8166         * progmodes/cc-vars.el (c-macro-with-semi-re):
8167         (c-macro-names-with-semicolon): New variables.
8168         (c-make-macro-with-semi-re): New function.
8170 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8172         * vc/log-edit.el: Fill empty field rather than adding new one.
8173         (log-edit-add-field): New function.
8174         (log-edit-insert-changelog): Use it.
8176 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
8178         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8180 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8182         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8183         (gdb--check-interpreter): New function.
8184         (gdb): Use it.
8186 2011-10-27  Glenn Morris  <rgm@gnu.org>
8188         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8189         (least-positive-float, least-negative-float)
8190         (least-positive-normalized-float, least-negative-normalized-float)
8191         (float-epsilon, float-negative-epsilon):
8192         Remove unnecessary declarations.
8194         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8195         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8196         (least-positive-float, least-negative-float)
8197         (least-positive-normalized-float, least-negative-normalized-float)
8198         (float-epsilon, float-negative-epsilon): Add doc-strings,
8199         based on those in cl.texi.
8201         * files.el (set-visited-file-name): If the major-mode changed,
8202         reload the local variables.  (Bug#9796)
8204 2011-10-27  Chong Yidong  <cyd@gnu.org>
8206         * subr.el (change-major-mode-after-body-hook): New hook.
8207         (run-mode-hooks): Run it.
8209         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8210         Use change-major-mode-before-body-hook.
8212         * simple.el (fundamental-mode):
8213         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8214         change introducing fundamental-mode-hook.
8216 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
8218         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
8220 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
8222         * ido.el (ido-file-name-all-completions-1): Do not require
8223         tramp.el explicitly.  (Bug#7583)
8225 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8227         * progmodes/octave-mod.el:
8228         * progmodes/octave-inf.el: Update maintainer.
8230 2011-10-26  Chong Yidong  <cyd@gnu.org>
8232         * subr.el (with-wrapper-hook): Rewrite doc.
8234 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
8236         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
8237         filenames "/method:foo:".  (Bug#9793)
8239 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8241         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8242         (bug#9865).
8244 2011-10-24  Glenn Morris  <rgm@gnu.org>
8246         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
8248 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
8250         * notifications.el: Add the requirement of a running D-Bus session
8251         bus to the Commentary.
8253 2011-10-24  Juri Linkov  <juri@jurta.org>
8255         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8256         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8257         (Bug#9364)
8259 2011-10-24  Juri Linkov  <juri@jurta.org>
8261         * info.el (Info-following-node-name-re): Add newline to the list
8262         of allowed characters for leading space.  (Bug#9824)
8264 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8266         * progmodes/octave-inf.el (inferior-octave-mode-map):
8267         Fix C-c C-h binding.
8268         * progmodes/octave-mod.el (octave-help): Remove.
8270 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
8272         Sync with Tramp 2.2.3.
8274         * net/tramp-cache.el (top): Pacify byte-compiler using
8275         `init-file-user' and `site-run-file'.
8277         * net/trampver.el: Update release number.
8279 2011-10-23  Chong Yidong  <cyd@gnu.org>
8281         * files.el (toggle-read-only): Remove obsolete comment about
8282         version control.
8284         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8285         for toggle-read-only.  Note that this hasn't called vc-next-action
8286         since 2008-05-02, though it wasn't documented at the time.
8288         * vc/ediff-init.el (ediff-toggle-read-only-function):
8289         Use toggle-read-only.
8291 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
8293         Fix bug #9560, sporadic wrong indentation; improve instrumentation
8294         of c-parse-state.
8296         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8297         correct faulty logical expression.
8298         (c-parse-state-state, c-record-parse-state-state):
8299         (c-replay-parse-state-state): New defvar/defuns.
8300         (c-debug-parse-state): Use new functions.
8302 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
8304         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
8305         last fix.  Use window-in-direction correctly.
8307 2011-10-21  Chong Yidong  <cyd@gnu.org>
8309         * progmodes/idlwave.el (idlwave-mode):
8310         * progmodes/vera-mode.el (vera-mode): No need to set
8311         require-final-newline; that's done in prog-mode.
8312         Suggested by Stefan Monnier.
8314 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
8316         * mouse.el (mouse-drag-window-above)
8317         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8318         (mouse-drag-mode-line-1, mouse-drag-header-line)
8319         (mouse-drag-vertical-line-rightward-window): Remove.
8320         (mouse-drag-line): New function.
8321         (mouse-drag-mode-line, mouse-drag-header-line)
8322         (mouse-drag-vertical-line): Call mouse-drag-line.
8323         * window.el (window-at-side-p, windows-at-side): New functions.
8325 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
8327         * tar-mode.el (tar-grind-file-mode):
8328         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
8330 2011-10-21  Chong Yidong  <cyd@gnu.org>
8332         * progmodes/idlwave.el (idlwave-mode):
8333         * progmodes/vera-mode.el (vera-mode):
8334         Use mode-require-final-newline.
8336 2011-10-20  Glenn Morris  <rgm@gnu.org>
8338         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
8340 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
8342         * emulation/cua-base.el (cua-set-mark): Fix case of string.
8344 2011-10-20  Chong Yidong  <cyd@gnu.org>
8346         * emulation/cua-base.el (cua-mode):
8347         * mail/footnote.el (footnote-mode):
8348         * mail/mailabbrev.el (mail-abbrevs-mode):
8349         * net/xesam.el (xesam-minor-mode):
8350         * progmodes/bug-reference.el (bug-reference-mode):
8351         * progmodes/cap-words.el (capitalized-words-mode):
8352         * progmodes/compile.el (compilation-minor-mode)
8353         (compilation-shell-minor-mode):
8354         * progmodes/gud.el (gud-tooltip-mode):
8355         * progmodes/hideif.el (hide-ifdef-mode):
8356         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8357         * progmodes/subword.el (subword-mode):
8358         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8359         * progmodes/which-func.el (which-function-mode):
8360         * term/tvi970.el (tvi970-set-keypad-mode):
8361         * term/vt100.el (vt100-wide-mode):
8362         * textmodes/flyspell.el (flyspell-mode):
8363         * textmodes/ispell.el (ispell-minor-mode):
8364         * textmodes/nroff-mode.el (nroff-electric-mode):
8365         * textmodes/paragraphs.el (use-hard-newlines):
8366         * textmodes/refill.el (refill-mode):
8367         * textmodes/reftex.el (reftex-mode):
8368         * textmodes/rst.el (rst-minor-mode):
8369         * textmodes/sgml-mode.el (html-autoview-mode)
8370         (sgml-electric-tag-pair-mode):
8371         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8372         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8373         * emulation/crisp.el (crisp-mode):
8374         * emacs-lisp/eldoc.el (eldoc-mode):
8375         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8376         minor mode behavior.
8378 2011-10-19  Juri Linkov  <juri@jurta.org>
8380         * descr-text.el (describe-char): Add #x2010 and #x2011 to
8381         the list of hard-coded chars with escape-glyph face.
8383 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8385         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8387 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
8389         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8390         running process.
8392 2011-10-19  Glenn Morris  <rgm@gnu.org>
8394         * vc/vc-bzr.el (vc-bzr-after-dir-status):
8395         Ignore ignored files.  (Bug#9726)
8397 2011-10-19  Chong Yidong  <cyd@gnu.org>
8399         Doc fix for minor modes, stating that an omitted argument enables
8400         the mode unconditionally when called from Lisp.
8402         * abbrev.el (abbrev-mode):
8403         * allout.el (allout-mode):
8404         * autoinsert.el (auto-insert-mode):
8405         * autoarg.el (autoarg-mode, autoarg-kp-mode):
8406         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8407         (global-auto-revert-mode):
8408         * battery.el (display-battery-mode):
8409         * composite.el (global-auto-composition-mode)
8410         (auto-composition-mode):
8411         * delsel.el (delete-selection-mode):
8412         * desktop.el (desktop-save-mode):
8413         * dired-x.el (dired-omit-mode):
8414         * dirtrack.el (dirtrack-mode):
8415         * doc-view.el (doc-view-minor-mode):
8416         * double.el (double-mode):
8417         * electric.el (electric-indent-mode, electric-pair-mode):
8418         * emacs-lock.el (emacs-lock-mode):
8419         * epa-hook.el (auto-encryption-mode):
8420         * follow.el (follow-mode):
8421         * font-core.el (font-lock-mode):
8422         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8423         * help.el (temp-buffer-resize-mode):
8424         * hilit-chg.el (highlight-changes-mode)
8425         (highlight-changes-visible-mode):
8426         * hi-lock.el (hi-lock-mode):
8427         * hl-line.el (hl-line-mode, global-hl-line-mode):
8428         * icomplete.el (icomplete-mode):
8429         * ido.el (ido-everywhere):
8430         * image-file.el (auto-image-file-mode):
8431         * image-mode.el (image-minor-mode):
8432         * iswitchb.el (iswitchb-mode):
8433         * jka-cmpr-hook.el (auto-compression-mode):
8434         * linum.el (linum-mode):
8435         * longlines.el (longlines-mode):
8436         * master.el (master-mode):
8437         * mb-depth.el (minibuffer-depth-indicate-mode):
8438         * menu-bar.el (menu-bar-mode):
8439         * minibuf-eldef.el (minibuffer-electric-default-mode):
8440         * mouse-sel.el (mouse-sel-mode):
8441         * msb.el (msb-mode):
8442         * mwheel.el (mouse-wheel-mode):
8443         * outline.el (outline-minor-mode):
8444         * paren.el (show-paren-mode):
8445         * recentf.el (recentf-mode):
8446         * reveal.el (reveal-mode, global-reveal-mode):
8447         * rfn-eshadow.el (file-name-shadow-mode):
8448         * ruler-mode.el (ruler-mode):
8449         * savehist.el (savehist-mode):
8450         * scroll-all.el (scroll-all-mode):
8451         * scroll-bar.el (scroll-bar-mode):
8452         * server.el (server-mode):
8453         * shell.el (shell-dirtrack-mode):
8454         * simple.el (auto-fill-mode, transient-mark-mode)
8455         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8456         (line-number-mode, column-number-mode, size-indication-mode)
8457         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8458         * strokes.el (strokes-mode):
8459         * time.el (display-time-mode):
8460         * t-mouse.el (gpm-mouse-mode):
8461         * tool-bar.el (tool-bar-mode):
8462         * tooltip.el (tooltip-mode):
8463         * type-break.el (type-break-mode-line-message-mode)
8464         (type-break-query-mode):
8465         * view.el (view-mode):
8466         * whitespace.el (whitespace-mode, whitespace-newline-mode)
8467         (global-whitespace-mode, global-whitespace-newline-mode):
8468         * xt-mouse.el (xterm-mouse-mode): Doc fix.
8470         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8471         Fix autogenerated docstring.
8473 2011-10-19  Juri Linkov  <juri@jurta.org>
8475         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8476         by checking environment variables "DESKTOP_SESSION" and
8477         "XDG_CURRENT_DESKTOP".  (Bug#9779)
8479 2011-10-19  Juri Linkov  <juri@jurta.org>
8481         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8482         (browse-url-chromium-program, browse-url-chromium-arguments):
8483         New defcustoms.
8484         (browse-url-default-browser): Check for `browse-url-chromium' and
8485         call `browse-url-chromium-program'.
8486         (browse-url-chromium): New command.  (Bug#9779)
8488 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
8490         * facemenu.el (list-colors-duplicates): On Windows, detect more
8491         duplicates by assuming that only colors matching "^System" are
8492         special "system colors".  (Bug#9722)
8494 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8496         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8497         to distinguish the author from the committer.
8499 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
8501         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8503 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
8505         * international/mule.el (sgml-html-meta-auto-coding-function):
8506         Add support for detecting encoding in HTML5 specified only as
8507         <meta charset="UTF-8">.  Implementation just makes http-equiv and
8508         content-type parts from HTML4 encoding string optional.  (Bug#9716)
8510 2011-10-18  Glenn Morris  <rgm@gnu.org>
8512         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
8514 2011-10-18  Chong Yidong  <cyd@gnu.org>
8516         * faces.el (cursor): Doc fix.
8518 2011-10-17  Chong Yidong  <cyd@gnu.org>
8520         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8522 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
8524         * dirtrack.el (dirtrack): Support shell buffers with path
8525         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
8527 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
8529         * json.el: Bump version to 1.3 and note change in History.
8530         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8532 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8534         * comint.el (comint-insert-input, comint-send-input)
8535         (comint-get-old-input-default, comint-backward-matching-input)
8536         (comint-next-prompt): Use nil instead of `input' for field property of
8537         past user input (bug#114).
8539         * minibuffer.el (completion--replace): Inherit surrounding properties
8540         (bug#114).
8541         (minibuffer-complete-and-exit): Use it.
8543         * comint.el (comint--table-subvert): Quote the all-completions output
8544         (bug#9160).
8546 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
8548         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
8550         * menu-bar.el (menu-bar-file-menu): Add entry for making new
8551         window on right of selected.  (Bug#9350) Reword other window
8552         entries and separate them from frame entries.
8554 2011-10-15  Glenn Morris  <rgm@gnu.org>
8556         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8557         Doc fixes.
8559 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
8561         * net/network-stream.el (network-stream-open-starttls):
8562         Improve detection of failure due to lack of TLS support.
8564         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8565         putting the input text in front and in bold.
8567 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8569         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8571         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8572         empty buffer.
8574         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8575         unread-command-events rather than pushing yet-another event.
8577 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
8579         * mail/sendmail.el (sendmail-query-once): Improve the wording of
8580         the explanation of the possible choices.  Make the options passed
8581         to completing-read shorter.
8583 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8585         * textmodes/flyspell.el (flyspell-large-region): Make sure
8586         extended character mode is used if defined (Bug#1339).
8588 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
8590         * simple.el (what-cursor-position): Fix the display of the
8591         character info for LRE, LRO, RLE, and RLO characters by appending
8592         an invisible PDF.
8594 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8596         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8597         even in case of error; add debug spec; simplify data flow.
8598         (with-timeout-handler): Remove.
8600 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
8602         Fix Bug#6019, Bug#9315.
8604         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8605         complete `buffer-file-name', the local file name part could look
8606         remotely (for example on VMS).
8608         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8609         `tramp-run-real-handler'.
8610         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8611         already quoted by '"'.
8613         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8614         Let `file-name-handler-alist' be nil, the local file name part
8615         could look remotely (for example on VMS).
8617 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8619         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8620         from here...
8621         (flyspell-post-command-hook): ...to here.
8623 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8625         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8626         if not needed.
8627         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
8628         using completion.  Protect against "slow" callers.
8629         Remove the "message hack".
8631 2011-10-11  Juri Linkov  <juri@jurta.org>
8633         * isearch.el (isearch-lazy-highlight-word): New variable.
8634         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8635         Use it.  (Bug#9727)
8637 2011-10-11  Glenn Morris  <rgm@gnu.org>
8639         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8640         like f90-previous-statement does.
8642 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8644         * eshell/eshell.el (eshell-command): History should be saved
8645         only in interactive use, to avoid error.
8647 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8649         * minibuffer.el (completion-file-name-table): Fix last change,
8650         i.e. ignore normal errors but not the other ones.
8652 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
8654         * window.el (special-display-buffer-names)
8655         (special-display-regexps): Remove some remnants of earlier
8656         changes from doc-strings.
8657         (quit-windows-on): New function.
8659         * vc/vc.el (vc-revert, vc-rollback):
8660         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8661         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
8662         (Bug#6183) (Bug#7074) (Bug#7447)
8664 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
8666         * window.el (frame-auto-hide-function): Add version tag.
8667         (Bug#9699)
8669 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
8671         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8672         condition.
8674 2011-10-09  Leo Liu  <sdl.web@gmail.com>
8676         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8677         (Bug#9701)
8679 2011-10-08  Glenn Morris  <rgm@gnu.org>
8681         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8682         before the first code statement zero indent.  (Bug#9690)
8684 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
8686         * simple.el (count-words-region): Always count in the region.
8687         Report the number of lines and characters too.
8688         (count-words): New command, which counts in the buffer if the
8689         region is inactive, as count-words-region used to.
8690         (count-words--message): New function.  Handle plurals.
8691         (count-lines-region): Make it an alias for count-words-region.
8693         * bindings.el (esc-map): Replace count-lines-region with
8694         count-words-region.
8696 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
8698         * window.el (window--delete): Delete dedicated frame
8699         unconditionally when argument KILL is non-nil.  (Bug#9699)
8700         (switch-to-buffer): Fix doc-string typo.
8702 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8704         * eshell/eshell.el (eshell-command): Avoid using hooks.
8706 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
8708         * bindings.el ([M-left],[M-right]): Bind to left-word and
8709         right-word respectively.
8711 2011-10-07  Glenn Morris  <rgm@gnu.org>
8713         * cus-start.el (debug-on-quit): Fix custom type.
8715 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717         * subr.el (define-key-after): Clarify that the function is not
8718         useful for non-menu keymaps.
8720         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8722 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8724         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8725         in current minibuffer (Fix bug with recursive minibuffers).
8727 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
8729         * progmodes/gdb-mi.el (gdb): Doc fix.
8731 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
8733         * window.el (frame-auto-hide-function): New option replacing
8734         frame-auto-delete.  Suggested by Stefan Monnier.
8735         (window--delete): Call frame-auto-hide-function instead of
8736         investigating frame-auto-delete.
8737         (window-point-1, set-window-point-1): New functions.
8738         (window-in-direction, record-window-buffer, window-state-get-1)
8739         (display-buffer-record-window): Use window-point-1 instead of
8740         window-point.
8741         (set-window-buffer-start-and-point): Use set-window-point-1.
8743 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8745         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8747 2011-10-05  Glenn Morris  <rgm@gnu.org>
8749         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8750         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
8752 2011-10-05  Leo Liu  <sdl.web@gmail.com>
8754         * subr.el (read-char-choice): Fix argument to buffer-live-p which
8755         works with buffer object.
8757 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8759         * mpc.el (mpc-tool-bar-map): Add labels.
8761 2011-10-04  Glenn Morris  <rgm@gnu.org>
8763         * calendar/holidays.el (calendar-check-holidays): Doc fix.
8765 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
8767         * window.el (window--delete): New function.
8768         (frame-auto-delete): Resuscitate option.
8769         (bury-buffer, replace-buffer-in-windows)
8770         (quit-window): Rewrite using window--delete.
8771         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8772         Pass display-buffer-mark-dedicated to window--display-buffer-2
8773         (Bug#9639).
8775 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8777         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8778         returns a list (bug#9554).  Add remote file name completion.
8779         * comint.el (comint--table-subvert): Curry and get quote&unquote
8780         functions as arguments.
8781         (comint--complete-file-name-data): Adjust call accordingly.
8782         * pcomplete.el (pcomplete--table-subvert): Remove.
8783         (pcomplete-completions-at-point): Use comint--table-subvert instead.
8785         * minibuffer.el (completion-table-case-fold): Use currying.
8786         (completion--styles-type, completion--cycling-threshold-type):
8787         New constants.
8788         (completion-styles, completion-category-overrides)
8789         (completion-cycle-threshold): Use them.
8790         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8791         completion-table-case-fold.
8793 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
8795         * minibuffer.el (completion-category-overrides): Fix type of styles
8796         and add more user friendly tags (bug#9660).
8798 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8800         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8801         (mule-input-method-string): New widget.
8802         (default-input-method, language-info-custom-alist): Use it.
8804 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8806         * pcomplete.el: Require comint.
8807         (pcomplete--common-suffix): Remove.
8808         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8809         (pcomplete--table-subvert): Sync with comint--table-subvert.
8810         (pcomplete--entries): Use comint-completion-file-name-table.
8811         * comint.el (comint-unquote-filename): Simplify.
8812         (comint-completion-file-name-table): New function (bug#9616).
8813         (comint--complete-file-name-data): Use it.
8815         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8816         (pcmpl-gnu-tar-buffer): Remove.
8817         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
8818         around.  Make sure pcomplete-suffix-list is only changed temporarily.
8819         Don't look inside the tar's file if it's too large.
8821 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
8823         * cus-edit.el (custom-mode-map):
8824         * epa.el (epa-key-list-mode-map):
8825         * man.el (Man-mode-map):
8826         * startup.el (splash-screen-keymap):
8827         * simple.el (special-mode-map): Use scroll-up-command and
8828         scroll-down-command.
8830         * progmodes/idlw-help.el (idlwave-help-mode-map):
8831         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8832         * net/newst-plainview.el (newsticker-mode-map):
8833         * emulation/ws-mode.el (wordstar-mode-map):
8834         * emulation/vi.el (vi-com-map):
8835         * calc/calc-graph.el (calc-graph-show-dumb):
8836         * term/sun.el (terminal-init-sun):
8837         * term/ns-win.el (global-map):
8838         * progmodes/grep.el (grep-mode-map):
8839         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8840         * mail/rmail.el (rmail-mode-map):
8841         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8843         * custom.el (custom-safe-themes, load-theme): Treat value of t for
8844         custom-safe-themes as special.
8846 2011-10-01  Julien Danjou  <julien@danjou.info>
8848         * notifications.el (notifications-notify): Fix docstring.
8850 2011-10-01  Per Starbäck  <per@starback.se>
8852         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
8854 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
8856         * startup.el (command-line-1): Fix last fix by inserting
8857         initial-scratch-message into *scratch* before displaying it.
8858         (Bug#9605) and (Bug#9636)
8860 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
8862         * simple.el (line-move): If auto-hscroll-mode is disabled and the
8863         window is hscrolled, move by logical lines.  (Bug#9607)
8864         (line-move-visual): Update the doc string to the above effect.
8866 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
8868         * window.el (display-buffer-record-window): When WINDOW is the
8869         selected window use `point' instead of `window-point'.  (Bug#9626)
8871         * startup.el (command-line-1): Use insert-before-markers when
8872         inserting initial-scratch-message.  (Bug#9605)
8874         * help.el (help-window): Remove variable.
8876 2011-09-29  Glenn Morris  <rgm@gnu.org>
8878         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8880 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
8882         * descr-text.el (describe-char-categories): Accept category
8883         descriptions more than one line long.
8885 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8887         * simple.el (delete-trailing-whitespace): Fix last change.
8889         * progmodes/perl-mode.el (perl-syntax-propertize-function):
8890         Don't confuse "y => 3" as the beginning of a `y' operation.
8892         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8893         object has more than 4 slots (bug#9613).
8895 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
8897         * subr.el (with-output-to-temp-buffer):
8898         * net/quickurl.el (quickurl, quickurl-browse-url):
8899         Fix typos in docstrings.
8901 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
8903         * minibuffer.el (completion-styles)
8904         (completion-category-overrides): Cross reference each other in doc
8905         strings.
8907 2011-09-27  Glenn Morris  <rgm@gnu.org>
8909         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8910         to split-string.  (Bug#9606)
8912 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8915         (bug#9615).
8917 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
8919         * emacs-lisp/package.el (list-packages): Fix echo area message.
8921 2011-09-27  Leo Liu  <sdl.web@gmail.com>
8923         * ido.el (ido-read-internal): Accept cons cell HIST arg.
8925 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
8927         * net/dbus.el (dbus-unregister-object): Don't release services for
8928         registered signals.  (Bug#9581)
8930 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8932         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8933         function that picks between cfengine 2 and 3 support
8934         automatically.  Update docs accordingly.
8936 2011-09-22  Kenichi Handa  <handa@m17n.org>
8938         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8939         ZERO.
8940         (indian-itrans-v5-table-for-tamil): New variable.
8941         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8943 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
8945         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8946         that's true if the current command involved collapsing of text.
8947         It's reset to false at the beginning of the next command.
8948         (allout-post-command-business): Move the cursor to the beginning
8949         of entry if the cursor is hidden and collapsing activity just
8950         happened.
8952 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
8954         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8955         tracking (Bug#9541).
8957 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
8959         * net/newst-reader.el (newsticker-html-renderer)
8960         (newsticker-show-news): Automatically load html rendering package
8961         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
8962         because w3m-fill-column is let-bound" and the error "Symbol's value
8963         as variable is void: w3m-fill-column".
8965 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
8967         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8968         Release services only if they are defined.  (Bug#9581)
8970 2011-09-23  Richard Stallman  <rms@gnu.org>
8972         * textmodes/paragraphs.el (forward-sentence): For backwards case,
8973         distinguish start of paragraph from start of its text.
8975         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8977         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8978         (rmail-generate-viewer-buffer): Put that hook on view buffer.
8979         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8981 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
8983         * international/mule-diag.el (mule-diag): Insert a newline after
8984         each fontset description.
8986 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8988         * simple.el (delete-trailing-whitespace):
8989         Document last change; simplify.
8991 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
8993         * simple.el (delete-trailing-whitespace): Also delete
8994         extra newlines at the end of the buffer.
8996         * textmodes/picture.el: Make motion commands obey shift-select-mode.
8997         (picture-newline): Use forward-line so as to ignore fields.
8999 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9001         * subr.el (with-wrapper-hook): Fix edebug spec.
9003 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9006         (bug#4538).
9008 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
9010         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9011         Fix nasty bug using wrong cached values.
9013 2011-09-23  Alan Mackenzie  <acm@muc.de>
9015         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9017 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
9019         * window.el (pop-to-buffer): Ensure right window is selected if we
9020         chose another frame.
9022 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
9024         * simple.el (what-cursor-position): Use get-char-property-change
9025         and next-single-char-property-change, to be able to show display
9026         properties that come from overlays as well as text properties.
9028 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
9030         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9032         * cmuscheme.el (run-scheme, switch-to-scheme):
9033         * cus-edit.el (customize-group, custom-buffer-create)
9034         (customize-browse):
9035         * info.el (info):
9036         * shell.el (shell):
9037         * mail/sendmail.el (mail):
9038         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9040 2011-09-22  Richard Stallman  <rms@gnu.org>
9042         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9043         move back only to line beg, don't move back over blank lines.
9045 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
9047         * files.el (copy-directory): Set directory attributes only in case
9048         they could be retrieved from the source directory.  (Bug#9565)
9050 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
9052         * progmodes/hideshow.el (hs-looking-at-block-start-p)
9053         (hs-find-block-beginning, hs-hide-level-recursive):
9054         Ignore strings as well as comments.  (Bug#9502)
9056 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
9058         * progmodes/sql.el (sql-comint-postgres):
9059         Convert port number to a string.  (Bug#9566)
9061 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
9063         * window.el (quit-window): Undedicate window when switching to
9064         previous buffer.  Reported by Thierry Volpiatto
9065         <thierry.volpiatto@gmail.com>.
9066         (special-display-popup-frame): When popping up a new frame reset
9067         its previous buffers to nil.  Simplify code.
9069 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
9071         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9072         and process filter, as done also in `shell-command'.
9074 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
9076         * window.el (set-window-buffer-start-and-point):
9077         Call set-window-start with NOFORCE argument t.
9078         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9079         (quit-window): Reword doc-string.  Handle new format of
9080         quit-restore parameter.  Don't delete window if it has a
9081         previous buffer we can show instead of the present one.
9082         (display-buffer-record-window): Rewrite using a new format for
9083         the quit-restore window parameter
9084         (special-display-popup-frame, display-buffer-same-window)
9085         (display-buffer-reuse-window, display-buffer-pop-up-frame)
9086         (display-buffer-pop-up-window, display-buffer-use-some-window):
9087         Adapt symbol passed to display-buffer-record-window.
9088         * help.el (help-window-setup): Handle new format of quit-restore
9089         parameter.
9091 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9093         * faces.el (face-list): Fix docstring (bug#9564).
9095         * window.el (display-buffer--action-function-custom-type):
9096         Don't include internal functions in the Custom interface.
9098 2011-09-20  Juri Linkov  <juri@jurta.org>
9100         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9101         (Info-forward-node, Info-backward-node, Info-next-preorder)
9102         (Info-last-preorder): Use it.  (Bug#9528)
9104 2011-09-20  Juri Linkov  <juri@jurta.org>
9106         * info.el (Info-last-preorder): Visit last menu item only when
9107         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9109 2011-09-20  Julien Danjou  <julien@danjou.info>
9111         * password-cache.el (password-cache-remove): Remove entries even if the
9112         value is nil, so that password with a nil value (negative caching) is
9113         possible to invalidate.
9115 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
9117         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9118         all whitespace around breakpoint.  (Bug#9553)
9119         (f90-find-breakpoint): Only break at whitespace inside a comment.
9121 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9123         * minibuffer.el (completion-file-name-table): Keep track of errors.
9124         (completion-table-with-predicate): Handle the case where pred1 is nil.
9125         * pcomplete.el (pcomplete-completions-at-point): Simplify.
9127 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9129         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9130         (debugger-return-value): Signal an error if the debugging context does
9131         not await any return value.
9133         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9134         * image-mode.el (image-toggle-display-text)
9135         (image-toggle-display-image): Stay away from evil `intangible'.
9137 2011-09-19  Leo Liu  <sdl.web@gmail.com>
9139         * replace.el (occur-revert-arguments): Make it permanent-local.
9140         (occur-mode): Don't call font-lock-defontify.
9142 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
9144         * net/ldap.el (ldap-search-internal): Don't push empty search
9145         result (Bug#9508).
9147 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9149         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9151 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
9153         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9154         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9156 2011-09-18  Juri Linkov  <juri@jurta.org>
9158         * buff-menu.el (Buffer-menu-mode-map):
9159         * dired.el (dired-mode-map):
9160         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9161         (lisp-interaction-mode-map):
9162         * emacs-lisp/package.el (package-menu-mode-map):
9163         * epa.el (epa-key-list-mode-map):
9164         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9165         (menu-bar-options-menu):
9166         * outline.el (outline-mode-menu-bar-map):
9167         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9168         * vc/vc-dir.el (vc-dir-menu-map):
9169         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9170         Capitalize non-function content words in menu item strings.
9172         * dired.el (dired-mode-map): Add menu item for
9173         `image-dired-dired-toggle-marked-thumbs'.
9175 2011-09-18  Juri Linkov  <juri@jurta.org>
9177         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9178         to `isearch-case-fold-search' and restore its original value
9179         after the `isearch-mode' call.
9181 2011-09-18  Juri Linkov  <juri@jurta.org>
9183         * progmodes/grep.el (grep-process-setup): Don't check code for 1
9184         because `zgrep' returns 1 for successful matches (bug#9226).
9186 2011-09-18  Juri Linkov  <juri@jurta.org>
9188         * info.el (Info-extract-menu-node-name): Check the second match
9189         for empty string (second test-case of bug#9528).
9190         (Info-last-preorder): Let-bind `Info-history' to nil to not add
9191         intermediate nodes to the history (first test-case of bug#9528).
9193 2011-09-18  Juri Linkov  <juri@jurta.org>
9195         * info.el (Info-mode-syntax-table): New variable.
9196         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
9198 2011-09-18  Juri Linkov  <juri@jurta.org>
9200         * info.el (Info-file-supports-index-cookies):
9201         Increment line-beginning-position's arg from 3 to 4 because makeinfo
9202         outputs one more line for long file names (bug#4142).
9204 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
9206         * newcomment.el (comment-normalize-vars): If prompting for
9207         comment-start, set comment-start-skip too (Bug#8424).
9209 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
9211         * icomplete.el: Fix previous fix of Bug#5849.
9212         (icomplete-mode): Don't set completion-show-inline-help.
9213         (icomplete-minibuffer-setup): Set completion-show-inline-help
9214         locally during icompletion.
9216 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
9218         * woman.el (woman2-process-escapes): Don't delete unrecognized
9219         escapes (Bug#7843).
9221         * files.el (inhibit-first-line-modes-regexps): Add image files.
9222         (hack-local-variables-prop-line): Return nil for malformed
9223         prop-lines (Bug#9044).
9225 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
9227         * net/tramp.el (top): Don't require 'shell.
9228         (tramp-methods): Fix docstring.
9229         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
9230         Return complete remote file name.  Handle "smb" case.
9231         Use `tramp-tmpdir', if defined for the respective method.
9232         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9234         * net/tramp-compat.el (top): Require 'shell.
9236         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9237         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9238         `tramp-current-host'.
9239         (tramp-get-remote-tmpdir): Remove.
9241         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9242         `tramp-tmpdir' entries.
9243         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9244         (tramp-smb-handle-file-attributes): Ignore errors.
9245         (tramp-smb-wait-for-output): Check also for process end.
9247 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9250         when sending QUIT (bug#9312).
9252 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
9254         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9255         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9256         occur-mode-display-occurrence.
9257         (occur-edit-mode): Add usage message.
9258         (occur-cease-edit): New command.
9259         (occur-after-change-function): Use text properties to find the
9260         position of the prefix text.
9261         (occur-engine): Set stickiness of prefix text properties.
9263 2011-09-17  Glenn Morris  <rgm@gnu.org>
9265         * progmodes/etags.el (complete-tag):
9266         Fix call to completion-in-region.  (Bug#9526)
9268 2011-09-17  Juri Linkov  <juri@jurta.org>
9270         * textmodes/ispell.el (ispell-word): Add to the error message
9271         the word, ispell program name and current dictionary (bug#9121).
9272         (ispell-tex-arg-end): Capitalize "error" in the error message.
9274 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
9276         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9277         check.  (Bug#4251)
9279 2011-09-17  Juri Linkov  <juri@jurta.org>
9281         * window.el (window-safe-min-height, window-safe-min-width):
9282         Fix typos (followup to bug#9522).
9284 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
9286         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9288 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
9290         * simple.el (line-move): If goal-column is set, move by logical
9291         lines, not by display lines.  (Bug#971)
9292         (next-line, previous-line, goal-column, line-move-visual): Doc fix
9293         to reflect the above change.
9295 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9297         * image.el (imagemagick-register-types): Use regexp-opt.
9299 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
9301         * window.el (display-buffer-base-action): Rename from
9302         display-buffer-default-action.  Make default value empty.
9303         (display-buffer-overriding-action): Convert to defvar.
9304         (display-buffer-fallback-action): New var.
9306 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
9308         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9309         declaration.
9310         (package--add-to-archive-contents): If there is a duplicate entry
9311         with an older version, remove it.
9312         (package-menu-mark-delete, package-menu-mark-install)
9313         (package-menu-mark-unmark): Make unused args optional.
9314         (package-menu-mark-obsolete-for-deletion):
9315         Use package-menu-get-status instead of a regexp search.
9316         (package-menu-get-status): Use tabulated-list-entry.
9317         (package-menu-mark-upgrades): New command.
9318         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
9319         (package-menu-execute): Do installation before deletion.
9320         (package-menu-refresh, package-menu-execute): Use derived-mode-p
9321         instead of checking major-mode.
9322         (package-menu--find-upgrades): New function.
9324 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9326         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9327         passwords in the log buffer.
9328         (smtpmail-process-filter): Update the process marker so that the
9329         "broken by peer" status message is inserted in the right place.
9331 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9333         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9334         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9335         bibtex-completion-at-point-function.
9336         (bibtex-completion-at-point-function): Use them.
9338         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9340         * mpc.el (mpc-constraints-tag-lookup): New function.
9341         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9342         also to browser "album|playlist".
9344 2011-09-14  Juri Linkov  <juri@jurta.org>
9346         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
9347         (isearch-edit-string): Use length of `isearch-string' when
9348         `isearch-fail-pos' returns nil.
9349         (isearch-message): Remove duplicate code and call
9350         `isearch-fail-pos' with arg `t'.
9352 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
9354         * replace.el (occur-mode-goto-occurrence): Don't force using other
9355         window (Bug#9499).
9357         * dired-aux.el (dired-do-chmod): Don't provide initial input.
9359 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
9361         * window.el (display-buffer-window): Remove.
9362         (display-buffer-record-window): Use help-setup window parameter
9363         instead of variable display-buffer-window.
9364         (display-buffer-function, special-display-buffer-names)
9365         (special-display-function): Mention help-setup parameter instead
9366         of display-buffer-window in doc-string.
9367         * help.el (help-window-setup): New argument help-window.
9368         Use help-window-setup parameter instead of display-buffer-window.
9369         Reword some messages.
9370         (with-help-window): Pass window used for displaying the buffer
9371         to help-window-setup.  Don't set display-buffer-window.
9373 2011-09-13  Glenn Morris  <rgm@gnu.org>
9375         * emacs-lisp/debug.el (debugger-make-xrefs):
9376         Preserve point.  (Bug#9462)
9378 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
9380         * window.el (window-deletable-p): Use next-frame.
9382 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
9384         * window.el (window-auto-delete): Remove.
9385         (window-deletable-p): Remove argument FORCE.  Don't deal with
9386         dedication and previous buffers.
9387         (switch-to-prev-buffer): Don't delete window.
9388         (delete-windows-on): Delete a window's frame if and only if the
9389         window is dedicated.
9390         (replace-buffer-in-windows): Delete buffer's window or frame if
9391         and only if window is dedicated.
9392         (quit-window): Handle quit-restore as before last change.
9393         (bury-buffer): Delete window only if window-deletable-p returns t.
9395 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
9397         * window.el (window-deletable-p): Never delete the last frame on a
9398         given terminal.
9400 2011-09-13  Glenn Morris  <rgm@gnu.org>
9402         * help.el (describe-key-briefly): Copy previous standard-output change.
9404 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
9406         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
9408 2011-09-13  Glenn Morris  <rgm@gnu.org>
9410         * emacs-lisp/lisp-mode.el (lisp-indent-function):
9411         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9413 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
9415         * dired-aux.el (dired-mark-read-string): Don't return default
9416         value on empty input (Bug#9361).
9417         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9418         Omit initial minibuffer contents.
9419         (dired-do-chmod): Signal an error on empty input.
9420         (dired-mark-read-string): Don't return default on empty input.
9422         * files.el (file-modes-symbolic-to-number): Doc fix.
9424 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9426         * international/mule-cmds.el (ucs-completions): Remove.
9427         (read-char-by-name): Use complete-with-action instead; add metadata.
9429 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
9431         * window.el (display-buffer--action-function-custom-type)
9432         (display-buffer--action-custom-type): New vars.
9433         (display-buffer-alist, display-buffer-default-action)
9434         (display-buffer-overriding-action): Add defcustom types.
9436         * frame.el (delete-other-frames): Doc fix (Bug#276).
9438 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9440         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9442 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
9444         Change modes that used same-window-* vars to use switch-to-buffer.
9446         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9447         Use switch-to-buffer.
9449         * cus-edit.el (customize-group, custom-buffer-create)
9450         (customize-browse, custom-buffer-create-other-window):
9451         Use switch-to-buffer or switch-to-buffer-other-window.
9453         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9454         (Info-prev, Info-up, Info-speedbar-goto-node)
9455         (info-display-manual): Use switch-to-buffer.
9456         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9458         * mail/sendmail.el (mail): Use switch-to-buffer.
9459         (mail-recover): Use switch-to-buffer-other-window.
9461         * cmuscheme.el (run-scheme, switch-to-scheme):
9462         * ielm.el (ielm):
9463         * shell.el (shell):
9464         * net/rlogin.el (rlogin):
9465         * net/telnet.el (telnet, rsh):
9466         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9468 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
9470         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9472 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9474         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9475         so don't mention it (bug#9301).
9476         (dired-sort-toggle-or-edit): Clarify string further.
9478         * faces.el (face-spec-set-match-display): Make `(type graphic)'
9479         match `x', `w32' and `ns', like the manual says (bug#9029).
9481         * subr.el (eval-after-load): Doc string clarification (bug#9125).
9482         (process-kill-buffer-query-function): Mention the buffer name in
9483         the query.
9485         * image-mode.el (image-next-line): The line parameter is mandatory
9486         (bug#9258).
9488         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9489         which can be useful (bug#9301).
9491         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9493         * subr.el (match-string): Mention that the current buffer should
9494         be the same as the search was done in (bug#9282).
9496         * facemenu.el: Disable the remove-* commands if the mark isn't
9497         active (bug#9162).
9499 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
9501         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9502         of display-buffer.
9503         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9505         * replace.el (occur-mode-goto-occurrence)
9506         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9507         and display-buffer.
9509         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9510         display-buffer.
9512         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9513         special-display and same-window variables.
9514         (mail-other-window): Use switch-to-buffer-other-window.
9515         (mail-other-frame): USe switch-to-buffer-other-frame.
9517         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9518         Use display-buffer-other-frame.
9519         (gdb-display-gdb-buffer): Use pop-to-buffer.
9521         * progmodes/gud.el (gud-goto-info): Use info-other-window.
9523         * progmodes/python.el: Don't set same-window-buffer-names.
9525         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9527         * window.el (display-buffer-alist): Add *Python*.
9529 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
9531         * window.el (display-buffer-alist): Add entry for buffers
9532         previously handled same-window-*.
9533         (display-buffer-alist, display-buffer-default-action)
9534         (display-buffer-overriding-action): Mark as risky.
9535         (display-buffer-alist): Document action function changes.
9536         (display-buffer--same-window-action)
9537         (display-buffer--other-frame-action): New variables.
9538         (switch-to-buffer, display-buffer-other-frame): Use them.
9539         (display-buffer): Rename reuse-frame entry to reusable-frames.
9540         (display-buffer-reuse-selected-window): Function deleted.
9541         (display-buffer-reuse-window): Handle reusable-frames alist entry.
9542         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9543         (display-buffer-special): New function.
9544         (display-buffer--maybe-pop-up-frame-or-window): Rename from
9545         display-buffer-reuse-or-pop-window.  Split off special-display
9546         part into display-buffer-special.
9547         (display-buffer-use-some-window): Don't perform any special
9548         pop-up-frames handling.
9549         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
9550         (display-buffer--maybe-same-window): Rename from
9551         display-buffer-maybe-same-window.
9553         * info.el: Don't set same-window-regexps.
9554         (info-setup): New function.
9555         (info-other-window, info): Call it.
9557         * cus-edit.el: Don't set same-window-regexps.
9558         (customize-group): New argument.
9559         (customize-group-other-window): Use it.
9560         (customize-face, customize-face-other-window): Likewise.
9561         (custom-buffer-create-other-window): Use pop-to-buffer directly.
9563         * net/rlogin.el:
9564         * net/telnet.el:
9565         * progmodes/gud.el: Don't set same-window-regexps.
9567         * cmuscheme.el:
9568         * ielm.el:
9569         * shell.el:
9570         * mail/sendmail.el:
9571         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9573 2011-09-10  Juri Linkov  <juri@jurta.org>
9575         * isearch.el (isearch-edit-string): Remove obsolete mention of
9576         `C-w' (`isearch-yank-word-or-char') from docstring.
9577         (isearch-query-replace): Fix typo in docstring (bug#9466).
9579 2011-09-10  Juri Linkov  <juri@jurta.org>
9581         * paren.el (show-paren-function): Don't show escaped parens.
9582         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
9584 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
9586         * mail/sendmail.el (mml-to-mime, mml-attach-file)
9587         (mm-default-file-encoding): Remove autoload forms, they are
9588         replaced with autoload cookies in mml.el and mm-encode.el.
9589         (mail-add-attachment): New command.
9590         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9591         (mail-mode): Mention mail-insert-file and mail-add-attachment in
9592         the doc string.
9593         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9595 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
9597         * simple.el (count-words-region): Use buffer if there's no region
9598         (bug#9429).
9600 2011-09-09  Juri Linkov  <juri@jurta.org>
9602         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9603         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9604         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
9606 2011-09-09  Alan Mackenzie  <acm@muc.de>
9608         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9609         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
9611 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
9613         Fix for Savannah bug#9392.
9614         * simple.el (mail-encode-mml): New defvar.
9616         * mail/rmail.el (mail-encode-mml): Add a defvar.
9617         (rmail-enable-mime-composing): Default to t.
9618         (rmail-forward): Use MIME method of forwarding only if both
9619         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9620         Set mail-encode-mml non-nil if the MIME method was used.
9622         * mail/sendmail.el (mml-to-mime): Add autoload form.
9623         (mail-encode-mml): Add a defvar.
9624         (mail-mode): Make mail-encode-mml buffer-local and initialize it
9625         to nil.
9626         (mail-send): If mail-encode-mml is non-nil, run the outgoing
9627         message through mml-to-mime, and reset mail-encode-mml to nil.
9629 2011-09-09  Glenn Morris  <rgm@gnu.org>
9631         * woman.el (woman-if-body): When processing an .el block,
9632         do not delete the next .el block as well.  (Bug#9447)
9633         (woman-special-characters): Add oq, cq, and hy characters.
9635 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
9637         * window.el (window-deletable-p): Make sure window is live before
9638         invoking window-prev-buffers.
9640 2011-09-08  Leo Liu  <sdl.web@gmail.com>
9642         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
9644 2011-09-08  Juri Linkov  <juri@jurta.org>
9646         * progmodes/compile.el (compilation-environment): Make it
9647         a defcustom (bug#8340).
9649 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
9651         * window.el (frame-auto-delete): Rename to window-auto-delete.
9652         Make it control auto-deletion of windows and/or frames.
9653         (window-deletable-p): New argument FORCE.  Rewrite conditions
9654         for deleting window/frame.  (Bug#9419)
9655         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9656         Rewrite handling of case when window/frame can be deleted.
9657         (delete-windows-on): Call window-deletable-p with new FORCE
9658         argument t.  (Bug#9456)
9660 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
9662         * help-mode.el (help-mode): Restore autoload.
9664 2011-09-07  Juri Linkov  <juri@jurta.org>
9666         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9667         `compilation-environment'.  Set buffer-local
9668         `compilation-environment' to `thisenv' later after (funcall mode).
9669         (Bug#8340)
9671         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
9672         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9673         instead of replacing its value.  (Bug#8340)
9675 2011-09-07  Juri Linkov  <juri@jurta.org>
9677         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9678         based on text properties put by `grep-filter' instead of matching
9679         escape sequences.
9680         (grep-mode): Set buffer-local `compilation-error-screen-columns'
9681         to the value of `grep-error-screen-columns' (bug#9438).
9683 2011-09-07  Juri Linkov  <juri@jurta.org>
9685         * simple.el (next-error-highlight, next-error-highlight-no-select):
9686         Doc fix (bug#9432).
9688 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
9690         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9691         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
9693 2011-09-07  Leo Liu  <sdl.web@gmail.com>
9695         * net/rcirc.el (rcirc-mode): Conditionally initialize
9696         rcirc-input-ring.
9698 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9700         * emacs-lisp/find-func.el (find-function-C-source): Only set
9701         find-function-C-source-directory after checking that we found a source
9702         file there (bug#9440).
9704 2011-09-06  Alan Mackenzie  <acm@muc.de>
9706         * isearch.el (isearch-other-meta-char): Wherever a key list is
9707         unread, "unread" the prefix arg, too.  This fixes bug #8901.
9709 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
9711         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9713 2011-09-05  Juri Linkov  <juri@jurta.org>
9715         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9717 2011-09-05  Juri Linkov  <juri@jurta.org>
9719         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9720         keeping point where processing of grep matches begins, and
9721         continue to delete remaining escape sequences from the same point.
9722         (grep-filter): Make leading zero optional in "0?1;31m" because
9723         git-grep emits "\033[1;31m" escape sequences unlike expected
9724         "\033[01;31m" as GNU Grep does (bug#9408).
9725         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9727 2011-09-05  Juri Linkov  <juri@jurta.org>
9729         * subr.el (y-or-n-p): Capitalize "yes".
9731 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
9733         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
9734         `tramp-cache-unload-hook' where appropriate.
9735         (tramp-methods): Rename `tramp-remote-sh' to
9736         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
9737         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9739         * net/tramp-sh.el (top): Don't require 'shell.
9740         (tramp-methods): Add `tramp-remote-shell' and
9741         `tramp-remote-shell-args' entries.
9742         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9743         (tramp-sh-handle-shell-command): Remove.
9744         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9745         Use `tramp-remote-shell'.
9747 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
9749         * mail/sendmail.el (sendmail-query-once-function): Delete.
9750         (sendmail-query-once): Save directly to send-mail-function.
9751         Update message-send-mail-function too.
9753         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9755 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
9757         * progmodes/python.el (python-mode-map): Use correct function to
9758         start python interpreter from menu-bar (as reported by Geert
9759         Kloosterman).
9760         (inferior-python-mode-map): Fix typo.
9761         (python-shell-map): Remove.
9763 2011-09-03  Deniz Dogan  <deniz@dogan.se>
9765         * net/rcirc.el (rcirc-print): Simplify code for
9766         rcirc-scroll-show-maximum-output.  There is no need to walk
9767         through all windows to find the right one.
9769 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
9771         * help.el (help-return-method): Doc fix.
9773 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
9775         * window.el (window-deletable-p): Don't return a non-nil value
9776         when there's a buffer that was shown in the window before.
9777         (Bug#9419)
9778         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9779         Set window's previous buffers to nil.
9781 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
9783         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9784         newline before and after the tag line, so it doesn't interfere
9785         with determining the paragraph direction of bidirectional text.
9787 2011-09-03  Leo Liu  <sdl.web@gmail.com>
9789         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
9791 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
9793         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
9794         (pop-to-buffer): Change interactive spec.  Pass second argument
9795         directly to display-buffer.
9796         (display-buffer): Fix interactive spec.  Use functionp to
9797         distinguish between a function and a list of functions.
9799         * abbrev.el (edit-abbrevs):
9800         * arc-mode.el (archive-extract):
9801         * autoinsert.el (auto-insert):
9802         * bookmark.el (bookmark-bmenu-list):
9803         * files.el (find-file):
9804         * view.el (view-buffer):
9805         * progmodes/compile.el (compilation-goto-locus):
9806         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9808 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
9810         * window.el (display-buffer-alist): Doc fix.
9811         (display-buffer): Add docstring.  Don't treat
9812         display-buffer-default specially.
9813         (display-buffer-reuse-selected-window)
9814         (display-buffer-same-window, display-buffer-maybe-same-window)
9815         (display-buffer-reuse-window, display-buffer-pop-up-frame)
9816         (display-buffer-pop-up-window)
9817         (display-buffer-reuse-or-pop-window)
9818         (display-buffer-use-some-window): New functions.
9819         (display-buffer-default-action): Use them.
9820         (display-buffer-default): Delete.
9821         (pop-to-buffer-1): Fix choice of actions.
9823 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9825         * minibuffer.el (completion--insert-strings): Don't get confused by
9826         completion entries that end with an LF char.
9828 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
9830         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9832 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
9834         * window.el (display-buffer): Restore interactive spec.
9835         (display-buffer-same-window, display-buffer-other-window):
9836         New functions.
9837         (pop-to-buffer-1): New function.  Use the above.
9838         (pop-to-buffer, pop-to-buffer-same-window): Use it.
9839         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
9841         * view.el (view-buffer-other-window, view-buffer-other-frame):
9842         Just use pop-to-buffer.
9844 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9846         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
9848 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
9850         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
9852 2011-08-31  Richard Stallman  <rms@gnu.org>
9854         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9855         of the separation of rmail-view-buffer from rmail-buffer.
9856         If you say no to "replace original", the decrypt is in the
9857         view buffer.  If you say yes, the decrypt goes into the
9858         rmail buffer also.
9860 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
9862         * window.el (display-buffer-window): Rewrite doc-string.
9863         (display-buffer-record-window): New function.
9864         (display-buffer-macro-specifiers)
9865         (display-buffer-even-window-sizes, display-buffer-set-height)
9866         (display-buffer-set-width, display-buffer-in-window)
9867         (display-buffer-reuse-window, display-buffer-split-specifiers)
9868         (display-buffer-side-specifiers, display-buffer-split-window-1)
9869         (display-buffer-split-window, display-buffer-split-atom-window)
9870         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9871         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9872         (display-buffer-other-window-means-other-frame)
9873         (display-buffer-normalize-special)
9874         (display-buffer-normalize-default)
9875         (display-buffer-normalize-argument)
9876         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9877         (display-buffer-normalize-specifiers, display-buffer-frame)
9878         (display-buffer-same-window, display-buffer-same-frame)
9879         (display-buffer-other-window)
9880         (display-buffer-same-frame-other-window)
9881         (display-buffer-other-frame, pop-to-buffer-same-window)
9882         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9883         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9884         (switch-to-buffer-same-frame)
9885         (switch-to-buffer-other-window-same-frame)
9886         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9887         (display-buffer-alist-set-1, display-buffer-alist-set-2)
9888         (display-buffer-alist-set): Remove.
9889         (display-buffer-function, special-display-buffer-names)
9890         (special-display-regexps, special-display-function):
9891         In doc-string refer to display-buffer-window and quit-restore
9892         parameter.
9893         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9894         (special-display-frame-alist, special-display-popup-frame)
9895         (same-window-buffer-names, same-window-regexps, same-window-p)
9896         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9897         (split-window-preferred-function, split-height-threshold)
9898         (split-width-threshold, window-splittable-p)
9899         (split-window-sensibly, window--try-to-split-window)
9900         (window--frame-usable-p, even-window-heights)
9901         (window--even-window-heights, window--display-buffer-1)
9902         (window--display-buffer-2, display-buffer-other-frame):
9903         Restore old Emacs 23 code, order and doc-strings where applicable.
9904         (display-buffer-default, display-buffer-assq-regexp): New functions.
9905         (display-buffer-alist): Rewrite doc-string.
9906         (display-buffer-default-action)
9907         (display-buffer-overriding-action): New variables.
9908         (display-buffer, switch-to-buffer): Rewrite.
9909         (pop-to-buffer): Restore Emacs 23 behavior but use
9910         window-normalize-buffer-to-display.
9911         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9912         Restore Emacs 23 behavior but use
9913         window-normalize-buffer-to-switch-to.
9914         (pop-to-buffer-same-window): Rewrite.
9915         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9916         Rewrite using Emacs 23 options.
9918 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
9920         * net/tramp.el (tramp-root-regexp): Remove.
9921         (tramp-completion-file-name-regexp-unified)
9922         (tramp-completion-file-name-regexp-separate)
9923         (tramp-completion-file-name-regexp-url): Don't use leading volume
9924         letter on win32 systems.  (Bug#5303, Bug#9311)
9925         (tramp-drop-volume-letter): Simplify definition.
9926         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9928 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9930         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9931         (bug#9356).
9933 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
9935         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
9937 2011-08-29  Juri Linkov  <juri@jurta.org>
9939         * isearch.el (isearch-done): Don't display message "Mark saved"
9940         when arg `edit' is non-nil to prevent its flicker in the echo area.
9942 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
9944         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9945         obsolete packages for deletion.
9947 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
9949         * help-mode.el (help-mode-map): Add special-mode-map to parent.
9950         (help-mode): Derive help-mode from special-mode.  Don't invoke
9951         view-mode from help-mode.
9952         (help-xref-override-view-map): Remove.
9953         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9954         view-mode is not used anymore.
9956 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
9958         * server.el (server-port): Doc fix.
9960         * cus-theme.el (custom-theme-choose-mode): Inherit from
9961         special-mode (Bug#9124).
9962         (custom-theme-choose-mode-map): Add special-mode to parent.
9964 2011-08-28  Alan Mackenzie  <acm@muc.de>
9966         * progmodes/cc-fonts.el
9967         (c-make-font-lock-BO-decl-search-function): New function.
9968         (c-basic-matchers-after - "Fontify the clauses after various
9969         keywords"): Extract the three keyword lists for the 3 erroneous
9970         constructs from the list of four, and use the new function above
9971         in place of an old one.
9973 2011-08-28  Deniz Dogan  <deniz@dogan.se>
9975         * net/rcirc.el (rcirc-insert-prev-input)
9976         (rcirc-insert-next-input): Remove unused argument.
9978 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9980         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9982 2011-08-27  Alan Mackenzie  <acm@muc.de>
9984         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9985         handle function pointer parameters properly.
9987 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
9989         * window.el (display-buffer-reuse-window): Fix case where
9990         selected window was reused with non-nil OTHER-WINDOW argument.
9991         (Bug#9381)
9993 2011-08-27  Deniz Dogan  <deniz@dogan.se>
9995         * net/rcirc.el (rcirc-check-auth-status): Adding support for
9996         oftc's NickServ messages.
9998 2011-08-27  Glenn Morris  <rgm@gnu.org>
10000         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
10002 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
10004         * emacs-lisp/package.el (package-install): Call package-initialize
10005         if called interactively.
10007 2011-08-26  Leo Liu  <sdl.web@gmail.com>
10009         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
10011 2011-08-25  Juri Linkov  <juri@jurta.org>
10013         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10014         `search-whitespace-regexp' (bug#9364).
10016 2011-08-25  Juri Linkov  <juri@jurta.org>
10018         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10019         `regexp-search-ring' to their global values to protect from
10020         updating by `read-from-minibuffer' (bug#9185).
10022 2011-08-25  Juri Linkov  <juri@jurta.org>
10024         * textmodes/ispell.el (ispell-command-loop): Add newline
10025         at the end of the "Use option `i'..." line.
10027 2011-08-25  Juri Linkov  <juri@jurta.org>
10029         * battery.el (display-battery-mode): If `battery-status-function'
10030         or `battery-mode-line-format' is nil, display the message and set
10031         `display-battery-mode' to nil (bug#9363).
10033 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
10035         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10036         bidi-string-mark-left-to-right; they are unnecessary now.
10038 2011-08-25  Deniz Dogan  <deniz@dogan.se>
10040         * net/quickurl.el: Documentation typo fixes.
10042 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
10044         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10046 2011-08-25  Glenn Morris  <rgm@gnu.org>
10048         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10050         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10051         (smtpmail-via-smtp): Handle nil response from smtp.
10053 2011-08-24  Juri Linkov  <juri@jurta.org>
10055         * proced.el (proced-marked): Inherit from `error' instead of
10056         `font-lock-warning-face'.
10058         * ibuffer.el (ibuffer-marked-face): Change default face from
10059         `font-lock-warning-face' to `warning'.
10060         (ibuffer-deletion-face): Change default face from
10061         `font-lock-type-face' to `error'.
10063         * battery.el (battery-update): Use the face `error' instead of
10064         `font-lock-warning-face' (bug#6117).
10066 2011-08-24  Juri Linkov  <juri@jurta.org>
10068         * faces.el (success): Change face color from "Green3" to
10069         "ForestGreen" on light background (bug#9353).
10071 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
10073         * window.el (quit-window): Rename from quit-restore-window.
10074         Use same arglist as old quit-window.
10075         (frame-auto-delete): Doc fix.
10077         * view.el (view-mode-exit): Use quit-window.
10079 2011-08-24  Juri Linkov  <juri@jurta.org>
10081         * isearch.el (isearch-ring-adjust1): Start visiting previous
10082         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10083         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10084         for empty search string (when the last search string is reused
10085         automatically) to adjust the isearch ring to the last element and
10086         prepare the correct index for further M-p commands (bug#9185).
10088 2011-08-24  Kenichi Handa  <handa@m17n.org>
10090         * international/ucs-normalize.el: If decomposition property of
10091         CHAR is the default one (i.e. a list of CHAR itself), treat it as
10092         nil.
10093         (nfd, nfkd): Likewise.
10095 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10097         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10098         from process filters aren't reliably transmitted to the surrounding
10099         accept-process-output.
10100         (mpc-proc-check): New function.
10101         (mpc-proc-sync): Use it (bug#8293)
10103 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10105         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10106         Add compatibility functions (bug#9313).
10108 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
10110         * cus-start.el (all): Add entry for bidi-paragraph-direction.
10112         * international/uni-bidi.el: Regenerate.
10114 2011-08-23  Kenichi Handa  <handa@m17n.org>
10116         * international/charprop.el:
10117         * international/uni-bidi.el:
10118         * international/uni-category.el:
10119         * international/uni-combining.el:
10120         * international/uni-comment.el:
10121         * international/uni-decimal.el:
10122         * international/uni-decomposition.el:
10123         * international/uni-digit.el:
10124         * international/uni-lowercase.el:
10125         * international/uni-mirrored.el:
10126         * international/uni-name.el:
10127         * international/uni-numeric.el:
10128         * international/uni-old-name.el:
10129         * international/uni-titlecase.el:
10130         * international/uni-uppercase.el: Regenerate.
10132 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
10134         * help.el (help-window-setup): Fix message displayed when other
10135         window is reused.  (Bug#9341)
10137 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10139         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10140         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10142         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10143         Mark obsolete.
10144         * shell.el (shell-parse-pcomplete-arguments): New function.
10145         (shell-completion-vars): Use it instead (bug#9160).
10147 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10149         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10150         strings and comments (bug#9333).
10152         * emacs-lisp/debug.el (debug-arglist): New function.
10153         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
10154         (debug-on-entry-1): Handle interpreted closures (bug#9120).
10156 2011-08-22  Juri Linkov  <juri@jurta.org>
10158         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10159         Revert regexp that highlights output switches to its old
10160         pre-2010-10-28 value and remove one `?' from it (bug#9319).
10162         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10163         to check for empty output (bug#9226).
10165 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
10167         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10168         symbol-constituent as the default, as that stops font-lock from
10169         working properly (Bug#8843).
10171 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10173         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10174         `coding-system-for-*' around the process open call to avoid
10175         auth-source side effects.
10176         (smtpmail-try-auth-methods): Expand the secret password.
10177         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10178         probe hangs.
10180 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
10182         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10184         * emacs-lisp/find-func.el (find-function-noselect): New arg
10185         lisp-only.
10187         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10188         signal an error for built-in functions (Bug#6664).
10190 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10192         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10193         (smtpmail-try-auth-methods): Use it.
10195 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
10197         * font-lock.el (font-lock-fontify-region)
10198         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10199         (font-lock-default-unfontify-buffer)
10200         (font-lock-default-fontify-region)
10201         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10203         * progmodes/compile.el (compilation-error-properties):
10204         Fix confusion between file struct and message struct (Bug#9319).
10205         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10206         `ant' regexp.
10208         * net/browse-url.el (browse-url-firefox): Don't call
10209         browse-url-firefox-sentinel unless using -remote (Bug#9328).
10211 2011-08-20  Glenn Morris  <rgm@gnu.org>
10213         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10215         * tutorial.el (tutorial--default-keys): Update some default bindings.
10217         * files.el (hack-local-variables): Fully ignore case for "mode:".
10219 2011-08-20  Alan Mackenzie  <acm@muc.de>
10221         Resolve invalid use of a regexp in regexp-opt.
10223         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10224         detection for a java annotation.
10226         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
10227         detection for a java annotation.
10229         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10230         handling for java.
10231         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10233 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
10235         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10236         (Bug#9274).
10238 2011-08-20  Alan Mackenzie  <acm@muc.de>
10240         Fontify CPP expressions correctly when starting in the middle of
10241         such a construct.  Mainly for when jit-lock etc. starts a chunk
10242         here.
10244         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
10245         variable.
10246         (c-make-font-lock-search-form): New function, extracted from
10247         c-make-font-lock-search-function.
10248         (c-make-font-lock-search-function): Use the above function.
10249         (c-make-font-lock-context-search-function): New function.
10250         (c-cpp-matchers): Enhance the preprocessor expression case with
10251         the above function
10252         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10253         which takes an expression.
10255         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10257 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
10259         * window.el (display-buffer-reuse-window)
10260         (display-buffer-pop-up-window): Don't reuse or split a side
10261         window.
10263 2011-08-19  Glenn Morris  <rgm@gnu.org>
10265         * files.el (hack-local-variables-prop-line, hack-local-variables):
10266         Downcase "Mode:".  (Bug#9331)
10268 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
10270         * international/characters.el: Add L and R categories.
10272         * subr.el (bidi-string-mark-left-to-right): Rename from
10273         string-mark-left-to-right.  Use category search.
10275         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10277 2011-08-18  Juri Linkov  <juri@jurta.org>
10279         * faces.el (error, warning, success): New faces with definitions
10280         copied from old default values of `font-lock-warning-face',
10281         `compilation-warning', `compilation-info' (bug#6117).
10283         * font-lock.el (font-lock-warning-face): Inherit from `error'.
10285         * progmodes/compile.el (compilation-error): Inherit from `error'.
10286         (compilation-warning): Inherit from `warning'.
10287         (compilation-info): Inherit from `success'.
10289         * dired.el (dired-marked): Inherit from `warning'.
10290         (dired-flagged): Inherit from `error'.
10292 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10294         * mail/smtpmail.el (auth-source): Require to avoid problems with
10295         binding variables (bug#9298).  Also clean up some unused
10296         autoloads.
10298         * net/network-stream.el (network-stream-open-starttls):
10299         Support using starttls.el without using gnutls-cli.
10301 2011-08-17  Juri Linkov  <juri@jurta.org>
10303         * progmodes/grep.el (rgrep): Handle the case when
10304         `grep-find-command' is a cons cell (bug#9278).
10306 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
10308         * window.el (display-buffer-pop-up-frame): Run frame creation
10309         function with BUFFER current (as special-display-popup-frame
10310         does).  Reported by Drew Adams.
10312 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
10314         * epa-mail.el: Simplify GnuPG group expansion using
10315         epg-expand-group.
10316         (epa-mail-group-alist, epa-mail-group-modtime)
10317         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10318         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10319         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10320         Remove.
10322 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
10324         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10326 2011-08-16  Alan Mackenzie  <acm@muc.de>
10328         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10329         Correct, to avoid the inside of macros.
10331 2011-08-16  Richard Stallman  <rms@gnu.org>
10333         * epa-mail.el: Handle GnuPG group definitions.
10334         (epa-mail-group-alist, epa-mail-group-modtime)
10335         (epa-mail-gnupg-conf-file): New variables.
10336         (epa-mail-parse-groups, epa-mail-sync-groups)
10337         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10338         (epa-mail-expand-recipients): New functions.
10339         (epa-mail-encrypt): Call epa-mail-expand-recipients.
10341         * mail/rmail.el (rmail-epa-decrypt): New command.
10343         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10344         Don't bind buffer-read-only, just inhibit-read-only.
10345         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10346         (epa-decrypt-armor-in-region): Make error message clearer.
10348 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10350         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10351         and "a2b" to "ab" for `prefix'.
10353 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
10355         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10356         filter groups.
10357         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
10358         Fourquet (Bug#8804).
10360 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
10362         * startup.el (argi): Declare as global variable (bug#9275).
10364 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
10366         * subr.el (string-mark-left-to-right): Search the entire string
10367         for RTL script, not just the terminating character.  Doc fix.
10369 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10371         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10372         New function.
10373         (js--regexp-literal, js-syntax-propertize-function): Remove.
10374         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10375         (js-mode-map): Don't rebind electric keys.
10376         (js-insert-and-indent): Remove.
10377         (js-mode): Setup electric-layout and electric-indent instead.
10379         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10381 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
10383         * epa.el (epa-progress-callback-function): Fix the logic of
10384         displaying progress.
10385         * epa-file.el (epa-file-insert-file-contents): Make progress
10386         display more user-friendly.
10387         (epa-file-write-region): Ditto.
10389 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
10391         * subr.el (string-mark-left-to-right): New function.
10393         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10394         Use string-mark-left-to-right.
10395         (list-buffers-noselect): Caller changed.
10397         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10398         Use string-mark-left-to-right.
10399         (tabulated-list-print): Recenter after moving point.
10401 2011-08-10  Juri Linkov  <juri@jurta.org>
10403         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10404         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10405         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10407 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
10409         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10410         (Bug#7554).
10412 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
10414         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10415         character.  (Bug#6594)
10417 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
10419         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10420         (image-dired--with-db-file): New macro.
10421         (image-dired-write-tags, image-dired-remove-tag)
10422         (image-dired-create-gallery-lists, image-dired-write-comments)
10423         (image-dired-get-comment, image-dired-mark-tagged-files)
10424         (image-dired-list-tags, image-dired-gallery-generate): Use it.
10425         (image-dired-gallery-generate): Use insert-file-contents.
10427         * time.el (display-time-world-list, display-time-world-display):
10428         * time-stamp.el (time-stamp-string):
10429         * vc/add-log.el (add-change-log-entry): Use setenv instead of
10430         set-time-zone-rule (Bug#7337).
10432 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
10434         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10435         (epg-error-to-string, epg-errors-to-string): New function.
10436         (epg-wait-for-completion): Reverse errors list.
10437         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10438         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10439         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10440         (epg-sign-keys, epg-generate-key-from-file)
10441         (epg-generate-key-from-string): Format errors by using
10442         epg-errors-to-string (bug#9255).
10443         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10445 2011-08-07  Juri Linkov  <juri@jurta.org>
10447         * faces.el (list-faces-display): Remove extra angle bracket
10448         from `help-mode-map'.
10450         * info.el (Info-history-toc-nodes): Doc fix.
10452         * longlines.el (longlines-mode): Doc fix.
10454 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10456         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10457         of statements and in a few more cases (bug#9183).
10459         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10460         New functions.
10461         (cl-transform-lambda): Use them (bug#9239).
10463 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
10465         * window.el (display-buffer-same-window)
10466         (display-buffer-same-frame, display-buffer-other-window)
10467         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10468         (pop-to-buffer-other-window)
10469         (pop-to-buffer-same-frame-other-window)
10470         (pop-to-buffer-other-frame): Make them defuns.
10471         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10473 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10475         * subr.el (make-composed-keymap): Move from C.  Change calling
10476         convention, and improve docstring to bring attention to a subtle point.
10477         * minibuffer.el (completing-read-default): Adjust accordingly.
10479 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
10481         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10482         (tramp-open-shell): Use `tramp-shell-quote-argument'.
10484         * net/trampver.el: Update release number.
10486 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10488         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10489         "in" (bug#9190).
10491 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10493         * mail/sendmail.el (sendmail-query-once): Restore the current
10494         buffer after querying (bug#9074).
10496         * dired.el (dired-flagged): Use different faces for marked and
10497         flagged files (bug#6117).
10499         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10500         (bug#4433).
10502         * ido.el (ido-mode): Switch off the message if called
10503         non-interactively.
10505         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10506         before 587, since it appears that that's more likely to work for
10507         more people.
10509         * cus-edit.el (custom-file): When running under emacs -q, always
10510         refuse to save the customizations, even if the .emacs file doesn't
10511         exist.
10513         * info.el: Remove the `Info-beginning-of-buffer' function
10514         (bug#8325).
10516         * net/network-stream.el (network-stream-open-starttls):
10517         Use `starttls-available-p' to see whether starttls.el can be used.
10519 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
10521         * window.el (display-buffer-in-window): Don't set dedicated status
10522         of window here (Bug#9215).
10523         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10524         (display-buffer-pop-up-side-window)
10525         (display-buffer-in-side-window): Set dedicated status of window here.
10527 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10529         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10530         before binding generated-autoload-file.
10532 2011-08-01  Deniz Dogan  <deniz@dogan.se>
10534         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10536 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
10538         Sync with Tramp 2.2.2.
10540         * net/trampver.el: Update release number.
10542 2011-07-30  Juri Linkov  <juri@jurta.org>
10544         * dired-aux.el (dired-touch-initial): Remove function.
10545         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10546         current time, and `default' to the last modification time of the
10547         current marked file (bug#6887).
10549 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
10551         * simple.el (goto-line): Use string-to-number to provide a
10552         numeric argument to read-number (bug#9163).
10554 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
10556         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10557         connection process, it could be nil.
10559 2011-07-27  Leo Liu  <sdl.web@gmail.com>
10561         Simplify url handling in rcirc-mode.
10563         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10564         (rcirc-browse-url-at-mouse): Remove.
10565         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10567 2011-07-26  Alan Mackenzie  <acm@muc.de>
10569         Fontify bitfield declarations properly.
10571         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10572         (c-symbol-chars): Now exported as a lang variable.
10573         (c-not-primitive-type-keywords): New lang variable.
10575         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10576         QT keyword "more" to prevent "more slots: ...." being spuriously
10577         parsed as a bitfield declaration.
10579         * progmodes/cc-engine.el (c-beginning-of-statement-1):
10580         Refactor and enhance to handle bitfield declarations.
10581         (c-punctuation-in): New function.
10582         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10583         declarations properly.
10585 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
10587         * calendar/icalendar.el (icalendar--all-events): Take care of
10588         multiple vcalendars in a single file.
10589         (icalendar--convert-float-to-ical): Checkdoc fixes.
10591 2011-07-25  Deniz Dogan  <deniz@dogan.se>
10593         * image.el (insert-image): Clarifying docstring.
10595 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
10597         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10598         `tramp-send-command-and-check' if there is no error.
10599         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10601 2011-07-22  Alan Mackenzie  <acm@muc.de>
10603         Prevent cc-langs.elc being loaded at run time.
10605         * progmodes/cc-mode.el: Remove two autoload forms which loaded
10606         cc-langs.
10608         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
10609         "(require 'cc-langs)".  Quote a form so it will evaluate at
10610         (cc-mode's) compilation time.
10612 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
10614         * net/tramp.el (tramp-file-name-handler): Avoid recursive
10615         loading.  (Bug#9114)
10617 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
10619         * window.el (display-buffer-pop-up-window)
10620         (display-buffer-pop-up-side-window)
10621         (display-buffer-in-side-window): Call display-buffer-set-height
10622         and display-buffer-set-width after setting the new window's
10623         buffer so `fit-window-to-buffer' and friends work on the right buffer.
10625 2011-07-20  Sam Steingold  <sds@gnu.org>
10627         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10628         (etags-tags-included-tables): Call `convert-standard-filename' on
10629         the file names contained in TAGS so that windows Emacs can handle
10630         TAGS files created by cygwin ctags.
10632 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10635         which apparently didn't work.
10637 2011-07-19  Roland Winkler  <winkler@gnu.org>
10639         * proced.el (proced-send-signal): For *Marked Processes* buffer
10640         put point at beginning of buffer.
10642 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
10644         * proced.el (proced-format): Make header lines align with the text
10645         (bug#1779).
10647 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10649         * view.el (view-buffer): Allow running in `special' modes if we're
10650         visiting a file (bug#8615).
10652 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
10654         * window.el (display-buffer-alist-of-strings-p)
10655         (display-buffer-alist-set-1, display-buffer-alist-set-2):
10656         New functions.
10657         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10658         more accurately.
10660 2011-07-18  Alan Mackenzie  <acm@muc.de>
10662         Fontify declarators properly when, e.g., a jit-lock chunk begins
10663         inside a declaration.
10665         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10667         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10668         New function.
10669         (c-complex-decl-matchers): Insert reference to
10670         c-font-lock-enclosing-decls.
10672         * progmodes/cc-engine.el (c-backward-single-comment):
10673         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10674         to nil around calls to (forward-comment -1).
10676 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10678         * image.el (put-image): Doc typo fix.
10680         * progmodes/etags.el (tags-search): Doc typo fix.
10682         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10683         password if we get errors 550 to 554.
10685 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10687         * net/gnutls.el (gnutls-log-level): Remove.
10689         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10690         indentation character (bug#6380).
10692         * files.el (buffer-offer-save): Made permanently local (bug#6241).
10694         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10695         to clarify what the problem is (bug#4291).
10697         * simple.el (current-kill): Clarify what
10698         `interprogram-paste-function' does (bug#7500).
10699         (auto-fill-mode): Document `auto-fill-function' in relation to
10700         `auto-fill-mode' (bug#2470).
10702 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
10704         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10705         method if slot is read-only (bug#9035).
10707 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
10709         * frame.el (select-frame-set-input-focus): New argument NORECORD.
10710         * window.el (pop-to-buffer): Select window used even if it was
10711         selected before, see discussion of (Bug#8615), (Bug#6954).
10712         Pass argument NORECORD on to select-frame-set-input-focus.
10714 2011-07-15  Glenn Morris  <rgm@gnu.org>
10716         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
10717         Respect help-form.
10719 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
10721         * net/gnutls.el (gnutls-min-prime-bits): New variable.
10722         (gnutls-negotiate): Use it.
10724 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10726         * net/gnutls.el (gnutls-negotiate):
10727         Upcase `gnutls-algorithm-priority'.
10729 2011-07-15  Glenn Morris  <rgm@gnu.org>
10731         * jka-compr.el (jka-compr-verbose): Move from here...
10732         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
10733         Add missing :version tag.
10734         * info.el: No need to require jka-compr when compiling.
10736 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10738         * net/gnutls.el (gnutls-algorithm-priority): New variable.
10739         (gnutls-negotiate): Use it.
10741         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10743         * info.el (Info-beginning-of-buffer): New command.
10744         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10745         announcing `b' as the key (bug#8325).
10746         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
10748         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10750         * international/mule-cmds.el
10751         (describe-specified-language-support): Make the error message
10752         clearer (bug#8905).
10754         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10756         * isearch.el (isearch-barrier): Add a doc string, since it's
10757         mentioned in a function doc string (bug#8678).
10759 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
10761         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10762         buffer argument (Bug#9083) and self-identifying label argument.
10764 2011-07-15  Glenn Morris  <rgm@gnu.org>
10766         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
10768 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10770         * man.el (Man-fontify-manpage): Fix message when formatting the
10771         man page (bug#7929).
10773 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
10775         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10776         argument LRM; if non-nil, append an invisible LRM character to the
10777         buffer name.
10778         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10779         last argument non-nil, when formatting buffer names.
10780         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10781         paragraph direction.
10783 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10785         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10786         the man page name (bug#7929).
10788         * image.el (put-image): Mention the `put-image' overlay property
10789         (bug#7834).
10791         * scroll-bar.el (set-scroll-bar-mode): Mention that
10792         `scroll-bar-mode' lists the values (bug#7772).
10794         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10795         command (bug#7729).
10797         * rect.el (apply-on-rectangle): Return the point after the last
10798         operation.
10799         (string-rectangle): Go to the point after the last operation
10800         (bug#7522).
10802         * printing.el (pr-toggle-region): Clarify the documentation
10803         slightly (bug#7493).
10805         * time.el (display-time-update):
10806         Allow `display-time-mail-function' to return nil (bug#7158).
10807         Fix suggested by Detlev Zundel.
10809         * vc/diff.el (diff): Clarify the order the file names are read
10810         (bug#7111).
10812         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10813         the doc string (bug#7015).
10815         * font-lock.el (font-lock-maximum-decoration): Mention what
10816         numeric levels mean (bug#6935).
10818         * startup.el (initial-buffer-choice): Don't mention the `none'
10819         selection, which is against policy.
10821 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
10823         * window.el (display-buffer-normalize-special):
10824         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
10826 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
10828         * subr.el (version<, version<=, version=): Mention "-CVS" and
10829         "-12345" alpha version numbers.
10831 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
10833         * bindings.el: Add advertised binding for set-mark-command
10834         (Bug#5772).
10836 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
10838         * bindings.el (mode-line-other-buffer):
10839         * bookmark.el (bookmark-bmenu-2-window):
10840         * bs.el (bs-cycle-next, bs-cycle-previous):
10841         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10842         switch-to-buffer.
10844         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
10845         Delete.
10847 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
10849         * follow.el (follow-debug-message, follow-redisplay):
10850         * jka-cmpr-hook.el (with-auto-compression-mode):
10851         Fix typos in docstrings.
10853 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10855         * subr.el (with-silent-modifications): Clarify somewhat what the
10856         macro inhibits (bug#6525).
10858         * simple.el (eval-expression): Note what it does if called
10859         interactively (bug#6495).
10861 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
10863         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10864         Use pop-to-buffer buffer-or-name if it is nil.
10866         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10867         Remove switch-to-buffer.
10869 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10871         * files.el (make-directory): Clarify that an error will be raised
10872         if there's an error (bug#6397).
10874         * startup.el (initial-buffer-choice): Add `none' as a choice
10875         (bug#6234).
10877         * subr.el (add-hook): Clarify section about buffer-local hooks
10878         (bug#6218).
10880         * dired.el (dired-flagged): Clarify doc string (bug#6117).
10882 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
10884         * tabify.el (untabify): Preserve the current column so that point
10885         doesn't move (bug#6032).
10887 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10889         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10890         Rewrite to avoid awkward possessive "s" (bug#5986).
10892 2011-07-13  Glenn Morris  <rgm@gnu.org>
10894         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
10895         (dired-insert-directory): Give a message the first time
10896         if ls is found not to support --dired.
10898 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10900         * simple.el (toggle-truncate-lines): Clarify what is toggled
10901         (bug#5580).  Text by Drew Adams.
10903 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
10905         * simple.el (blink-matching-open): Make the error message from the
10906         last change less verbose.
10908 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
10910         * font-lock.el (font-lock-comment-face): Use the high contrast
10911         "yellow" color for font-lock-comment-face on low color terminals
10912         using a dark background color (bug#4221).
10914 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10916         * dired.el (dired-insert-set-properties): Make the doc string
10917         reflect what it does now (bug#5325).
10919         * simple.el (blink-matching-open): Say that we were unable to find
10920         the match within the limit, if we're limited (bug#5122).
10922         * international/mule-cmds.el (prefer-coding-system): Add an
10923         example (bug#4869).
10925         * progmodes/etags.el (tags-search): Document `file-list-form'
10926         (bug#4731).
10928 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
10930         * net/browse-url.el (browse-url-default-browser)
10931         (browse-url-browser-function): Make the default browser choice a
10932         bit more logical (bug#4300).  Also clean up the doc string.
10934 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
10936         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10937         binary endings (bug#4440).
10939 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10941         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10942         which can be pretty annoying (bug#8971).
10944         * jka-compr.el (jka-compr-verbose): New variable, and use
10945         throughout (bug#8971).
10947         * info.el (Info-find-file): Fall back on the installation
10948         directory if we can't find the info node anywhere else.
10950 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
10952         * vc/vc.el (vc-revert-file):
10953         Don't set file time-stamp in the past.  (Bug#5181)
10955 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10957         * files.el (after-find-file): Give a better error message when
10958         trying to find a symlink that points to a file that doesn't exist
10959         (bug#4398).
10961         * progmodes/cc-vars.el: Remove (probably) misleading comment
10962         (bug#4396).
10964 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
10966         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10968 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
10970         * mouse-sel.el: Hack restoring functionality, while keeping
10971         compatibility with 2010-07-03 changes to mouse selection.
10972         (mouse-sel-primary-overlay): New var.
10973         (mouse-sel-selection-alist): Use it.
10974         (mouse-sel-mode): Doc fix; remove points that are default features
10975         of mouse.el.
10977 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
10979         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10980         Fix previous fix (bug#2490).
10982 2011-07-12  Roland Winkler  <winkler@gnu.org>
10984         * textmodes/bibtex.el (bibtex-initialize):
10985         Use pop-to-buffer-same-window.
10986         (bibtex-search-entries): Fix interactive call.
10988 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10990         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10991         Fontise bytecomp Error lines more correctly (bug#2490).
10992         Fix suggested by Johan Bockgård.
10994         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10996         * dired-x.el (dired-guess-default): Use `delete-dups'.
10998 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
11000         * dired.el (dired-mark-prompt):
11001         * dired-aux.el (dired-read-shell-command): Doc fix.
11003 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11005         * mail/sendmail.el (sendmail-query-once):
11006         Use `customize-save-variable' unconditionally, now that it works under
11007         emacs -Q.
11009         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11011         * cus-edit.el (custom-file): Take an optional no-error variable.
11012         (customize-save-variable): Set the variable, and give a warning if
11013         running under "emacs -q".
11015 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
11017         * loadhist.el (unload-feature-special-hooks):
11018         Add `auto-coding-functions', `fill-nobreak-predicate' and
11019         `find-directory-functions' (bug#5327).
11021 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11023         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11025         * cus-edit.el (custom-guess-name-alist): -alist variables should
11026         use the `alist' type (bug#3120).  Suggested by Drew Adams.
11028         * printing.el: Add documentation to all the `pr-toggle-' commands.
11030 2011-07-11  Leo Liu  <sdl.web@gmail.com>
11032         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11033         backends where it makes sense (bug#2623).
11035 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11037         * dired-x.el (dired-guess-default): Remove duplicate shell command
11038         entries (bug#2028).
11039         (dired-guess-default): Fix grammar in doc string (bug#2028).
11040         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
11042         * subr.el (remove-duplicates): New conveniency function.
11044 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11046         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11047         (bug#1526).
11049 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
11051         * window.el (display-buffer-normalize-default): Don't invert
11052         meaning of even-window-heights.  Reported by Eli Zaretskii
11053         <eliz@gnu.org>.
11055 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
11057         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11059 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
11061         * window.el (display-buffer): Fix arguments to
11062         display-buffer-reuse-window in last change.
11064         * faces.el (link): Use a less saturated blue on light backgrounds.
11066         * startup.el (fancy-startup-text, fancy-about-text)
11067         (fancy-startup-tail): Use font-lock faces, for background safety.
11069 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
11071         * emulation/viper-cmd.el (viper-change-state-to-vi):
11072         Limit triggering of abbrev expansion (Bug#9038).
11074 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
11076         * window.el (display-buffer-default-specifiers): Remove.
11077         (display-buffer-macro-specifiers): Remove default specifiers.
11078         (display-buffer-alist): Default to nil.
11079         (display-buffer-reuse-window): New optional argument other-window.
11080         (display-buffer-pop-up-window): Allow splitting internal
11081         windows.  Check whether a live window was created.
11082         (display-buffer-other-window-means-other-frame)
11083         (display-buffer-normalize-arguments): Rename to
11084         display-buffer-normalize-argument and rewrite.  Set the
11085         other-window specifier.
11086         (display-buffer-normalize-special): New function.
11087         (display-buffer-normalize-options): Rename to
11088         display-buffer-normalize-default and rewrite.
11089         (display-buffer-normalize-options-inhibit): Remove.
11090         (display-buffer-normalize-specifiers): Rewrite.
11091         (display-buffer): Process other-window specifier and call
11092         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
11093         more faithfully.
11094         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
11095         (display-buffer-alist-set): Don't handle 'unset default values.
11096         (display-buffer-in-window, display-buffer-alist-set):
11097         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
11098         <tassilo@member.fsf.org>.
11100 2011-07-09  Leo Liu  <sdl.web@gmail.com>
11102         * register.el (insert-register): Restore accidental change on
11103         2011-06-26.  (Bug#9028)
11105 2011-07-09  Glenn Morris  <rgm@gnu.org>
11107         * subr.el (remq): Handle the empty list.  (Bug#9024)
11109 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
11111         * mail/sendmail.el (send-mail-function): No longer delay custom
11112         initialization.
11113         * custom.el (custom-initialize-delay): Doc fix.
11115 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11117         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11119 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
11121         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11122         human-friendly prompt.
11124 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11126         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11127         provided by a particular plugin.
11129 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11131         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11132         save customizations (with "emacs -Q"), just set the variable
11133         instead of erroring out.
11135         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11137 2011-07-08  Juri Linkov  <juri@jurta.org>
11139         * arc-mode.el (archive-zip-expunge, archive-zip-update)
11140         (archive-zip-update-case): Use 7z if found by `executable-find'.
11141         The order of searching the available programs is the same as in
11142         `archive-zip-extract' (bug#8968).
11144 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
11146         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11147         (menu-bar-options-menu): Tweak descriptions.
11149 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11151         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11152         menu items into verb phrases (bug#1421).  Also refill to fit under
11153         80 columns.
11155 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
11157         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11158         (Info-read-node-name): Doc fix (Bug#1084).
11160         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11161         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11162         (end-of-sexp, beginning-of-sexp)
11163         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11164         (forward-symbol, forward-same-syntax, word-at-point)
11165         (sentence-at-point): Doc fix (Bug#1144).
11167 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11169         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11170         should cover it (bug#1281).
11172         * cus-edit.el (custom-show): Mark as obsolete.
11174         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
11175         negotiation fails, then possibly try again with a non-encrypted
11176         connection (bug#9017).
11178         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11179         be used.
11181 2011-07-07  Richard Stallman  <rms@gnu.org>
11183         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11184         property, and handle its changed format.
11185         Look for the correct line number.
11186         Use file's line contents (but not past first =) to find
11187         correct line in message.
11189 2011-07-07  Kenichi Handa  <handa@m17n.org>
11191         * international/characters.el (build-unicode-category-table):
11192         Delete it.
11193         (unicode-category-table): Set it by unicode-property-table-internal.
11195         * international/mule-cmds.el (char-code-property-alist): Move to
11196         to src/chartab.c.
11197         (get-char-code-property): Call unicode-property-table-internal to
11198         load a file.  Call get-unicode-property-internal where necessary.
11199         (put-char-code-property): Call unicode-property-table-internal to
11200         load a file.  Call put-unicode-property-internal where necessary.
11201         put-unicode-property-internal where necessary.
11202         (char-code-property-description):
11203         Call unicode-property-table-internal to load a file.
11205         * international/charprop.el:
11206         * international/uni-bidi.el:
11207         * international/uni-category.el:
11208         * international/uni-combining.el:
11209         * international/uni-comment.el:
11210         * international/uni-decimal.el:
11211         * international/uni-decomposition.el:
11212         * international/uni-digit.el:
11213         * international/uni-lowercase.el:
11214         * international/uni-mirrored.el:
11215         * international/uni-name.el:
11216         * international/uni-numeric.el:
11217         * international/uni-old-name.el:
11218         * international/uni-titlecase.el:
11219         * international/uni-uppercase.el: Regenerate.
11221         * loadup.el: Load international/charprop.el before
11222         international/characters.
11224 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
11226         * window.el (next-buffer, previous-buffer): Signal an error if
11227         called from a minibuffer window.
11229         * bindings.el: Revert 2011-07-04 change.
11231 2011-07-06  Richard Stallman  <rms@gnu.org>
11233         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11234         (rmail-mime-insert-bulk, rmail-mime-insert-text):
11235         Treat markers like ints.
11236         (rmail-mime-entity): Doc fix.
11238 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11240         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11241         defcustom again for backwards compatibility.
11243         * simple.el (shell-command-on-region): Fill.
11245         * dired-aux.el (dired-kill-line): Add a doc string.
11247         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11248         to "\\sw\\|\\s_" (bug#358).
11250         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11251         (dired-unmark-backward): Ditto.
11252         (dired-flag-backup-files): Ditto.
11254         * dired-x.el (dired-mark-sexp): Ditto.
11256 2011-07-06  Richard Stallman  <rms@gnu.org>
11258         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11259         (rmail-mime-entity): New arg TRUNCATED.
11260         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11261         New functions.
11262         (rmail-mime-save): Warn if entity is truncated.
11263         (rmail-mime-toggle-hidden): Likewise, for showing.
11264         (rmail-mime-process-multipart): Record when an entity is truncated.
11266         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11267         if ENTITY is a string.
11269 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11271         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
11272         of faces when `M-C-x'-ing their definitions (bug#8378).
11273         Also clean up the code slightly.
11275         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
11276         because that makes the colors go away.
11278         * mail/sendmail.el (send-mail-function): Change the default to
11279         `sendmail-query-once'.
11280         (sendmail-query-once): Add an autoload cookie.
11282         * net/network-stream.el (network-stream-open-starttls): Try using
11283         a plain connection even if the server offered STARTTLS, and we
11284         kinda wanted to use it, if Emacs doesn't have any STARTTLS
11285         capability.  This should make smtpmail.el work in slightly more
11286         configurations.
11288 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
11290         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11291         New defun.
11292         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11294 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
11296         * progmodes/sql.el: Version 3.0
11297         (sql-product-alist): Add product :completion-object,
11298         :completion-column, and :statement attributes.
11299         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
11300         (sql-mode-syntax-table): Mark all punctuation.
11301         (sql-font-lock-keywords-builder): Temporarily remove fallback on
11302         ansi keywords.
11303         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
11304         (sql-mode-oracle-font-lock-keywords): Improve.
11305         (sql-oracle-show-reserved-words): New function for development.
11306         (sql-product-font-lock): Simplify for source code buffers.
11307         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11308         New functions.
11309         (sql-highlight-product): Set product specific syntax table.
11310         (sql-mode-map): Add statement movement functions.
11311         (sql-ansi-statement-starters, sql-oracle-statement-starters):
11312         New variable.
11313         (sql-statement-regexp, sql-beginning-of-statement)
11314         (sql-end-of-statement, sql-signum): New functions.
11315         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
11316         (sql-show-sqli-buffer): Bug fix.
11317         (sql-interactive-mode): Store connection data as buffer local.
11318         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
11319         with sql-interactive-mode.
11320         (sql-save-connection): Save buffer local settings.
11321         (sql-connection-menu-filter): Change menu entry name.
11322         (sql-product-interactive): Bug fix.
11323         (sql-preoutput-hold): New variable.
11324         (sql-interactive-remove-continuation-prompt): Bug fixes.
11325         (sql-debug-redirect): New variable.
11326         (sql-str-literal): New function.
11327         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
11328         Redesign.
11329         (sql-oracle-save-settings, sql-oracle-restore-settings)
11330         (sql-oracle-list-all, sql-oracle-list-table): New functions.
11331         (sql-completion-object, sql-completion-column)
11332         (sql-completion-sqlbuf): New variables.
11333         (sql-build-completions-1, sql-build-completions)
11334         (sql-try-completion): New functions.
11335         (sql-read-table-name): Use them.
11336         (sql-contains-names): New buffer local variable.
11337         (sql-list-all, sql-list-table): Use it.
11338         (sql-oracle-completion-types): New variable.
11339         (sql-oracle-completion-object, sql-sqlite-completion-object)
11340         (sql-postgres-completion-object): New functions.
11342 2011-07-06  Glenn Morris  <rgm@gnu.org>
11344         * window.el (pop-to-buffer): Doc fix.
11346 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
11348         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11350 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
11352         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
11354         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
11356 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
11358         * button.el (button): Inherit from link face.  Suggested by Dan
11359         Nicolaescu.
11361 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11363         * progmodes/gdb-mi.el: Fit in 80 columns.
11364         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11365         switch-to-buffer.
11367         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11368         if imenu is simply not configured (bug#8941).
11370 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
11372         * allout.el (allout-post-undo-hook): New allout outline-change
11373         event hook to signal undo activity.
11374         (allout-post-command-business): Run allout-post-undo-hook if an
11375         undo just occurred.
11376         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11377         * allout-widgets.el (allout-widgets-after-undo-function):
11378         Ensure the integrity of the current item's decoration after it has been
11379         in the vicinity of an undo.
11380         (allout-widgets-mode): Include allout-widgets-after-undo-function
11381         on the new allout-post-undo-hook.
11383 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11385         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11386         Let define-derived-mode define it.
11387         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11388         cycles of abbrev-table inheritance (bug#8998).
11390 2011-07-05  Roland Winkler  <winkler@gnu.org>
11392         * textmodes/bibtex.el: Add support for biblatex.
11393         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11394         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11395         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11396         (bibtex-entry-alist, bibtex-field-alist): New variables.
11397         (bibtex-entry-field-alist): Obsolete alias for
11398         bibtex-BibTeX-entry-alist.
11399         (bibtex-entry-alist, bibtex-field-alist): New widgets.
11400         (bibtex-set-dialect): New command.
11401         (bibtex-entry-type, bibtex-entry-head)
11402         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11403         Bind via bibtex-set-dialect.
11404         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11405         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11406         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11407         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11408         Define via bibtex-set-dialect.
11409         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11410         Obey bibtex-no-opt-remove-re.
11411         (bibtex-vec-push, bibtex-vec-incr): New functions.
11412         (bibtex-format-entry, bibtex-field-list)
11413         (bibtex-print-help-message, bibtex-validate)
11414         (bibtex-search-entries): Use new format of bibtex-entry-alist.
11416 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11418         * progmodes/compile.el (compilation-goto-locus):
11419         * net/tramp-cmds.el (tramp-append-tramp-buffers):
11420         * bs.el (bs-cycle-next, bs-cycle-previous):
11421         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11422         * bindings.el (mode-line-other-buffer):
11423         * autoinsert.el (auto-insert):
11424         * arc-mode.el (archive-extract):
11425         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11427 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
11429         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11430         Fix check of `emacs-lock-unlockable-modes'.
11431         Coerce true values of `emacs-lock--try-unlocking' to t.
11433 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
11435         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11436         * emacs-lock.el: New file.
11438 2011-07-05  Julien Danjou  <julien@danjou.info>
11440         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11441         than `boundp' to check if face is set.
11443 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
11445         * register.el (registerv-make):
11446         * window.el (window-min-height): Fix typos in docstrings.
11448 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
11450         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
11451         Update doc string.
11453 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
11455         * server.el (server-execute): Catch quit and call
11456         `server-return-error' to pass the error back to emacsclient and
11457         close the connection (bug#8942).
11459 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
11461         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11462         insecure exception for current topic.  Also note that auto-saves
11463         are handled differently.
11465         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
11466         State variables for tracking auto-save inhibition situation.
11468         (allout-write-contents-hook-handler): Rename from
11469         'allout-write-file-hook-handler', and describe how it depends on
11470         write-contents-functions sensitivity to non-nil value to prevent
11471         file write.
11473         (allout-auto-save-hook-handler): Remove.  auto-save does not check
11474         this in individual buffers, only in the starting buffer, so this
11475         is not the right way for us to inhibit auto-save in a buffer
11476         according to its condition.
11478         (allout-mode): Use new allout-write-contents-hook-handler, and
11479         only with write-contents-functions.  Remove auto-save provisions -
11480         they're implemented elsewhere.
11482         (allout-before-change-handler): If undo is in progress, note that
11483         for attention of allout-post-command-business.
11485         (allout-post-command-business): If the command we're following was
11486         an undo, check for change in the status of encrypted items and
11487         adjust auto-save inhibitions accordingly.
11489         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11490         according to whether there are or aren't any plain-text topics
11491         pending encryption.
11493         (allout-inhibit-auto-save-info-for-decryption):
11494         Adjust buffer-saved-size and some allout state to inhibit auto-saves
11495         if there are plain-text topics pending encryption.
11497         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11498         buffer-saved-size and some allout state to not inhibit auto-saves
11499         if there are no longer any plain-text topics pending encryption.
11501         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11502         No longer provide for exemption of the current topic.
11504 2011-07-04  Juri Linkov  <juri@jurta.org>
11506         Add 7z operations to delete and save changed members (bug#8968).
11507         * arc-mode.el (archive-7z-expunge, archive-7z-update):
11508         New defcustoms.
11509         (archive-7z-write-file-member): New function.
11510         (archive-7z-summarize): Fix the number of dashes in the
11511         listing output.
11513 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11515         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11516         (bug#8958).
11518 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
11520         * bindings.el: Ignore next-buffer and previous-buffer in
11521         minibuffer-local-map.
11523         * font-lock.el (font-lock-builtin-face): Change light background
11524         color to dark slate blue (Bug#6693).
11526 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
11528         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11530 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11532         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11533         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11534         Add switch-to-buffer.
11536 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11538         * isearch.el (isearch-search-fun-function): Clarify further the
11539         meaning of the function returned.
11541 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
11543         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11545         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11546         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11547         Use it.
11548         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
11549         `tramp-default-remote-path' does not exist.
11550         (tramp-send-command-and-read): New optional argument NOERROR.
11551         (tramp-open-connection-setup-interactive-shell)
11552         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11553         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11554         (tramp-process-sentinel): Flush also process' connection property.
11555         (tramp-sh-handle-start-file-process): Do not set process
11556         sentinel.  It is done now ...
11557         (tramp-maybe-open-connection): ... here.  (Bug#8929)
11559 2011-07-04  MON KEY  <monkey@sandpframing.com>
11561         * play/animate.el (animate-string): Doc fixes and allow changing
11562         the buffer name (bug#5417).
11564 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11566         * play/animate.el (animation-buffer-name): Rename from *animate*.
11568 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
11570         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11571         This is simpler and helps future-proof the code.
11572         (timer-until): Use time-subtract and float-time.
11573         (timer--time-less-p): Use time-less-p.
11575 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
11577         * type-break.el (timep): Use the value of `float-time' to avoid a
11578         byte-compiler warning.
11580         * server.el (server-eval-and-print): Return any result, even nil.
11582 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11584         * type-break.el: Accept time formats that the builtins accept.
11585         (timep, type-break-time-difference): Accept any format that
11586         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11587         This is simpler and helps future-proof the code.
11588         (type-break-time-difference): Round rather than ignoring
11589         subseconds components.
11591 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11593         * info.el (Info-apropos-matches): Make non-interactive, since it
11594         doesn't seem to do anything useful as a command (bug#8829).
11596 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
11598         * frame.el (frame-background-mode, frame-set-background-mode):
11599         Move from faces.el.
11600         (frame-default-terminal-background): New function.
11602         * custom.el (custom-push-theme): Don't record faces in `changed'
11603         theme; this doesn't work correctly for per-frame face settings.
11604         (disable-theme): Use face-set-after-frame-default to reset faces.
11605         (custom--frame-color-default): New function.
11607 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609         * dired.el (dired-flagging-regexp): Remove unused variable
11610         (bug#8769).
11612 2011-03-29  Kevin Ryde  <user42@zip.com.au>
11614         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11615         `perl-Test2' extend to match possible "fail #N" rep count
11616         (bug#8377).
11618 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11620         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11621         `smtpmail-via-smtp' now returns the error instead of nil.
11623         * isearch.el (isearch-search-fun-function): Clarify the doc string
11624         (bug#8101).
11626 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
11628         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11629         unnecessary spaces (bug#8987).
11631 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11633         * net/network-stream.el (open-network-stream): Use the
11634         :end-of-capability command thoughout.
11636 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11638         * net/network-stream.el (open-network-stream): Add the
11639         :end-of-capability command parameter, used by pop3.el.
11641 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11643         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11645         * fringe.el (fringe-query-style): Remove redundant text " (type ?
11646         for list)" (bug#6475).
11648         * files.el (file-expand-wildcards): Ignore non-readable
11649         sub-directories while trying to find matches instead of signaling
11650         an error (bug#6297).
11652         * man.el (Man-reference-regexp): Allow matching possible
11653         word-wrapped references (bug#6289).
11655         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11656         for consistency with the other vc buffers (bug#6197).
11657         (vc-checkin): Ditto.
11659         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11661         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11663 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11665         * custom.el (defcustom): Clarify that :set is only used in the
11666         Customize user interface (bug#6089).
11668         * progmodes/flymake.el (flymake-mode): If the buffer isn't
11669         associated with a file, refuse to run instead of erroring out
11670         (bug#6084).
11672         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11673         the doc string, since it appears that using `fill-column' always
11674         controls the width (bug#7845).
11676         * simple.el (shell-command-on-region): Say where the error output
11677         went if `shell-command-default-error-buffer' is set (bug#6857).
11679 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
11681         * allout.el (allout-yank-processing): Adjust cursor position for
11682         backwards-deleted space.
11684         (allout-rebullet-heading): Register changes with
11685         allout-exposure-changed-hook, so the modified topic is properly
11686         decorated.
11688 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11690         * minibuffer.el (completion-in-region): Document PREDICATE
11691         (bug#7136).
11693         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11694         of keyword/argument pairs (bug#6904).
11696         * replace.el (multi-occur):
11697         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
11699 2011-07-02  Drew Adams  <drew.adams@oracle.com>
11701         * dired.el (dired-mark-if): Make the message about whether it's
11702         marking or unmarking clearer (bug#8523).
11704 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706         * disp-table.el (display-table-print-array): New function.
11707         (describe-display-table): Use it to print the vectors more pretty
11708         (Bug#8859).
11710 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
11712         * window.el (window-state-get-1): Don't assign clone numbers.
11713         Add clone-of item to list of window parameters.
11714         (window-state-put-2): Don't process clone numbers.
11715         (display-buffer-alist): Fix doc-string.
11717 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11719         * subr.el (remq): Don't allocate if it's not needed.
11720         (keymap--menu-item-binding, keymap--menu-item-with-binding)
11721         (keymap--merge-bindings): New functions.
11722         (keymap-canonicalize): Use them to refine the canonicalization.
11723         * minibuffer.el (minibuffer-local-completion-map)
11724         (minibuffer-local-must-match-map): Move initialization from C.
11725         (minibuffer-local-filename-completion-map): Move initialization from C;
11726         don't inherit from anything here.
11727         (minibuffer-local-filename-must-match-map): Make obsolete.
11728         (completing-read-default): Use make-composed-keymap to combine
11729         minibuffer-local-filename-completion-map with either
11730         minibuffer-local-must-match-map or
11731         minibuffer-local-filename-completion-map.
11733 2011-07-01  Glenn Morris  <rgm@gnu.org>
11735         * type-break.el (type-break-time-sum): Use dolist.
11737         * textmodes/flyspell.el (flyspell-word-search-backward):
11738         Replace CL function.
11740 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11742         * mouse.el (mouse--strip-first-event): New function.
11743         (function-key-map): Use it to map fringe clicks to normal clicks
11744         by default.
11746         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11747         (vc-bzr-revision-completion-table): Add support for annotate and date.
11749         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11750         inherit from parent.
11752 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11754         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
11755         (dired-show-file-type): Doc fixup (bug#8818).
11757         * dired.el (dired-mode): Fix up the doc string as suggested by
11758         Drew Adams (bug#8817).
11760         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11761         cookie, since the manual says that it should be possible to add
11762         this function to `find-file-hook' (bug#8709).
11764 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
11766         * progmodes/cfengine.el: Moved all cfengine3.el functionality
11767         here.  Noted Ted Zlatanov as the maintainer.
11768         (cfengine-common-settings, cfengine-common-syntax): New functions
11769         to set up common things between `cfengine-mode' and
11770         `cfengine3-mode'.
11771         (cfengine3-mode): New mode.
11772         (cfengine3-defuns cfengine3-defuns-regex
11773         (cfengine3-class-selector-regex cfengine3-category-regex)
11774         (cfengine3-vartypes cfengine3-font-lock-keywords)
11775         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
11776         (cfengine3-indent-line): Add from cfengine3.el.
11778 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
11780         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11782         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11784 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
11786         * window.el (same-window-buffer-names, same-window-regexps)
11787         (same-window-p, special-display-frame-alist)
11788         (special-display-popup-frame, special-display-function)
11789         (special-display-buffer-names, special-display-regexps)
11790         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11791         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11792         (split-window-preferred-function, split-height-threshold)
11793         (split-width-threshold, even-window-heights)
11794         (display-buffer-mark-dedicated, window-splittable-p)
11795         (split-window-sensibly, window-safely-shrinkable-p):
11796         Un-obsolete.
11797         (display-buffer): Don't spread args with function specifier
11798         because special-display-popup-frame won't like it.
11800 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11802         Time-stamp simplifications and fixes.
11803         These improve accuracy slightly, and future-proof the code
11804         against some potential changes to current-time format.
11806         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11807         by using time-since and float-time.
11809         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11810         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
11811         + NNN microseconds".
11813         * type-break.el (type-break-time-sum): Rewrite using time-add.
11815         * play/hanoi.el (hanoi-current-time-float): Remove.
11816         All uses replaced by float-time.
11818         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11819         This yields a more-accurate answer.
11820         (rng-time-to-float): Remove; no longer needed.
11822         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11824         * calendar/timeclock.el (timeclock-seconds-to-time):
11825         Defalias to seconds-to-time, since they're the same thing.
11827         * emacs-lisp/elp.el (elp-elapsed-time):
11828         * emacs-lisp/benchmark.el (benchmark-elapse):
11829         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11831 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11833         * window.el (bury-buffer): Don't iconify the only frame.
11834         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11835         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
11837 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
11839         * eshell/em-smart.el (eshell-smart-display-navigate-list):
11840         Add mouse-yank-primary.
11842 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
11844         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11846 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11848         * emacs-lisp/find-func.el (find-library--load-name): New fun.
11849         (find-library-name): Use it to find relative load names when provided
11850         absolute file name (bug#8803).
11852 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11854         * textmodes/flyspell.el (flyspell-word): Consider words that
11855         differ only in case as potential doublons (bug#5687).
11857         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11858         Remove two rather uninteresting debugging-like messages to make
11859         debbugs.el more silent.
11861         * comint.el (comint-password-prompt-regexp): Accept "Response" as
11862         a password-like phrase.
11864 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
11866         * progmodes/cc-guess.el: New file.
11868         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
11870         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11871         derived from `c-basic-common-init'.
11873         * progmodes/cc-mode.el (top-level): Require cc-guess.
11874         (c-basic-common-init): Use `cc-choose-style-for-mode'.
11876 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
11878         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11880 2011-06-30  Alan Mackenzie  <acm@muc.de>
11882         * progmodes/cc-engine.el (c-guess-continued-construct):
11883         Correct the handling of template-args-cont, particularly for when font
11884         lock is disabled.  Name this case as "CASE G".
11886 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
11888         * allout.el (allout-yank-processing): Fix injection of extra space
11889         between bullet and non-whitespace character in first topic when
11890         pasting, ensuring that the actual spacing in the pasted topic
11891         following the bullet char is preserved.  This extra space was
11892         causing pasted encrypted topics to get a decrypted status even
11893         when the content was actually still encrypted.  Now the decryption
11894         status from before the paste is preserved.
11896         (allout-flag-region): Set all allout overlays so they evaporate
11897         when reduced to zero length (evanescent), to prevent overlay
11898         leakage.
11900 2011-06-30  Glenn Morris  <rgm@gnu.org>
11902         * w32-fns.el (w32-charset-info-alist): Declare.
11904         * find-dired.el (find-grep-options): Simplify.
11906         * term/ns-win.el (ns-set-resource): Declare.
11908         * ses.el (row, col): Declare dynamic variables honestly.
11910         * textmodes/reftex-parse.el (index-tags): Declare.
11912 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
11914         * cus-edit.el (customize-push-and-save): New function.
11916         * files.el (hack-local-variables-confirm): Use it.
11918         * custom.el (load-theme): New arg NO-CONFIRM.
11919         Use customize-push-and-save (Bug#8720).
11920         (custom-enabled-themes): Doc fix.
11922         * cus-theme.el (customize-create-theme)
11923         (custom-theme-merge-theme): Callers to load-theme changed.
11925 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11927         * thingatpt.el (thing-at-point-short-url-regexp): Require that
11928         short URLs have at least one dot in them (bug #7614).
11930         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11931         nil, because using a pty is apparently too slow (bug #895).
11933 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11935         * mail/sendmail.el (sendmail-query-once): New function.
11936         (sendmail-query-once-function): New variable.
11938 2011-06-29  Glenn Morris  <rgm@gnu.org>
11940         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11942         * ses.el (top-level): Require cl when compiling.
11943         (ses-set-localvars): Fix error statement.
11944         Call it at compile time to silence a storm of warnings.
11946 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
11948         * window.el (normalize-live-buffer): Rename to
11949         window-normalize-buffer.
11950         (normalize-live-frame): Rename to window-normalize-frame.
11951         (normalize-any-window): Rename to window-normalize-any-window.
11952         (normalize-live-window): Rename to window-normalize-live-window.
11953         (make-window-atom): Rename to window-make-atom.
11954         (window-resize-reset): Rename to window--resize-reset.
11955         (window-resize-reset-1): Rename to window--resize-reset-1.
11956         (resize-mini-window): Rename to window--resize-mini-window.
11957         (resize-subwindows-skip-p): Rename to
11958         window--resize-subwindows-skip-p.
11959         (resize-subwindows-normal): Rename to
11960         window--resize-subwindows-normal.
11961         (resize-subwindows): Rename to window--resize-subwindows.
11962         (resize-other-windows): Rename to window--resize-siblings.
11963         (resize-this-window): Rename to window--resize-this-window.
11964         (resize-root-window): Rename to window--resize-root-window.
11965         (resize-root-window-vertically): Rename to
11966         window--resize-root-window-vertically.
11967         (normalize-buffer-to-display): Rename to
11968         window-normalize-buffer-to-display.
11969         (normalize-buffer-to-switch-to): Rename to
11970         window-normalize-buffer-to-switch-to.
11971         Correspondingly update all callers of the functions listed
11972         above.
11973         (display-buffer-alist, display-buffer-normalize-arguments)
11974         (display-buffer-normalize-options, display-buffer)
11975         (display-buffer-alist-set): Use "function" instead of
11976         "fun-with-args".
11978 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
11980         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11981         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
11982         debbugs.gnu.org.  Mention acknowledgment email.
11984 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11986         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11987         buffer multibyteness, since it shouldn't matter.
11989 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
11991         * window.el (display-buffer-in-side-window): Handle dedicated
11992         windows as in display-buffer-reuse-window.
11993         (display-buffer-normalize-alist): Use value of override
11994         specifier.
11995         (display-buffer-normalize-specifiers): Use value of
11996         other-window-means-other-frame specifier.
11997         (display-buffer-alist): Rewrite some texts in widgets.
11998         (display-buffer): Spread arguments when calling function
11999         specified by fun-with-args.
12001 2011-06-28  Deniz Dogan  <deniz@dogan.se>
12003         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12004         Unnest `let'.
12006         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12007         selectors (Bug#5732).
12008         (css-proprietary-nmstart-re): Use `regexp-opt'.
12010 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
12012         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12013         (eshell-ls-date-format): New defcustom.
12014         (eshell-ls-file): Use it.
12016 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12018         * help-fns.el (describe-variable): Fix message for terminal-local vars.
12020 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12022         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12023         (ange-ftp-make-tmp-name): New arg.
12024         (ange-ftp-file-local-copy): Use it.
12026 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
12028         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12029         no-conversion (Bug#8870).
12031 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
12033         * window.el (window-right, window-left, window-child)
12034         (window-child-count, window-last-child)
12035         (window-iso-combination-p, walk-window-tree-1)
12036         (window-atom-check-1, window-tree-1, delete-window)
12037         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12038         new naming conventions - window-vchild, window-hchild,
12039         window-next and window-prev are now called window-top-child,
12040         window-left-child, window-next-sibling and window-prev-sibling
12041         respectively.
12042         (resize-window-reset): Rename to window-resize-reset.
12043         (resize-window-reset-1): Rename to window-resize-reset-1.
12044         (resize-window): Rename to window-resize.
12045         (window-min-height, window-min-width)
12046         (resize-mini-window, resize-this-window, resize-root-window)
12047         (resize-root-window-vertically, adjust-window-trailing-edge)
12048         (enlarge-window, shrink-window, maximize-window)
12049         (minimize-window, delete-window, quit-restore-window)
12050         (split-window, balance-windows, balance-windows-area-adjust)
12051         (balance-windows-area, window-state-put-2)
12052         (display-buffer-even-window-sizes, display-buffer-set-height)
12053         (display-buffer-set-width, set-window-text-height)
12054         (fit-window-to-buffer): Rename all "resize-window" prefixed
12055         calls to use the "window-resize" prefix convention.
12056         (display-buffer-alist): Fix symbol for label specifier.
12057         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12058         corresponding specifier.
12059         Reported by Juanma Barranquero <lekktu@gmail.com>.
12061 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
12063         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12064         convention.
12065         (ses-call-printer): Does not pass an empty string to formatter when the
12066         cell is empty to keep from barking printer Calc math-format-value.
12068 2011-06-27  Richard Stallman  <rms@gnu.org>
12070         * battery.el (battery-mode-line-limit): New variable.
12071         (battery-update): Handle it.
12073         * mail/rmailmm.el (rmail-mime-process-multipart):
12074         Handle truncated messages.
12076 2011-06-27  Glenn Morris  <rgm@gnu.org>
12078         * progmodes/flymake.el (flymake-err-line-patterns):
12079         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
12081 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
12083         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
12084         (ses--clean-!, ses--clean-_): New functions.
12085         (ses-range): Add configurability of readout order, and conversion
12086         to Calc vector.
12088         * ses.el (ses-repair-cell-reference-all): New function.
12089         (ses-cell-symbol): Set macro as safe, so that it can be used in
12090         formulas.
12092         * ses.el: Update cycle detection algorithm.
12093         (ses-localvars): Add ses--Dijkstra-attempt-nb and
12094         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
12095         (ses-set-localvars): New function.
12096         (ses-make-cell): Add property-list as a cell element.
12097         (ses-cell-property-get-fun, ses-cell-property-get)
12098         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
12099         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12100         New functions.
12101         (ses-cell-property-set, ses-cell-property-pop)
12102         (ses-cell-property-get-handle): New macro.
12103         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12104         New aliases, used for code readability.
12105         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12106         cycle detection.
12107         (ses-self-reference-early-detection): New defcustom.
12108         (ses-formula-references): Robustify against self-referring cells.
12109         (ses-mode): Use ses-set-localvars.
12110         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12111         before lauching the update processing.
12112         (ses-initialize-Dijkstra-attempt): New function.
12113         (ses-recalculate-cell): Update for cycle detection based on
12114         Dijkstra algorithm.
12116         * ses.el: Fix commenting and indenting convention.
12118 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12120         * bs.el (bs-cycle-next): Complete last change.
12122 2011-06-27  Drew Adams  <drew.adams@oracle.com>
12124         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12126 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12128         * net/network-stream.el (network-stream-open-starttls):
12129         Don't re-get capabilities unless we've reestablished connection.
12130         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12132         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12133         to binary to possibly avoid line encoding issues on Windows (among
12134         other things).
12136 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12138         * net/network-stream.el (open-network-stream): Return an :error
12139         saying what the problem was, if possible.
12141         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12142         server.
12144         * net/network-stream.el (network-stream-open-starttls): If we
12145         wanted to use STARTTLS, and the server offered it, but we weren't
12146         able to because we had no STARTTLS support, then close the connection.
12147         (open-network-stream): Return an :error element, if present.
12149 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
12151         * hl-line.el (hl-line-sticky-flag): Doc fix.
12152         (global-hl-line-sticky-flag): New option (Bug#8323).
12153         (global-hl-line-highlight): Obey it.
12155         * vc/vc.el (vc-revert-show-diff): Default to t.
12157 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
12159         * allout-widgets.el (allout-widgets-post-command-business):
12160         Stop decorating intermediate isearch matches.  They're not being
12161         undecorated when an isearch is continued past, and isearch
12162         automatically collapses them.  This leads to "widget leaks", where
12163         decorated items accumulate in collapsed areas.  Lines with lots of
12164         hidden widgets can slow down cursor travel, substantially.
12165         Too much complicated machinery would be needed to ensure undecoration,
12166         so we're doing without this nicety.
12168         (allout-widgets-tally-string): Don't try to do a hash-table-count
12169         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
12170         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12171         *Messages* when allout-widgets-maintain-tally is t.
12173 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
12175         * window.el (display-buffer-normalize-argument): Rename to
12176         display-buffer-normalize-arguments.  Handle special meaning of
12177         LABEL argument.  Respect special-display-function when popping up
12178         a new frame.  Fix code searching for a window showing the buffer
12179         on another frame.
12180         (display-buffer-normalize-specifiers):
12181         Call display-buffer-normalize-arguments.
12182         (display-buffer-in-window): Don't undedicate the window if its
12183         buffer remains the same.
12184         Reported by Drew Adams <drew.adams@oracle.com>.
12185         (display-buffer-alist): Add choice for same-window macro
12186         specfier.
12187         (display-buffer): Mention special meaning of LABEL argument in
12188         doc-string.  Fix quoting.  Don't pop up a new frame even as
12189         fallback.
12191 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
12193         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12194         avoid deleting the current window in some cases (bug#8911).
12196 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
12198         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12199         (Bug#8934)
12201 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12203         * net/network-stream.el (network-stream-open-starttls):
12204         Use built-in TLS support if `gnutls-available-p' is true.
12205         (network-stream-open-tls): Ditto.
12207 2011-06-26  Leo Liu  <sdl.web@gmail.com>
12209         * register.el (registerv): New struct.
12210         (registerv-make): New function.
12211         (jump-to-register, describe-register-1, insert-register):
12212         Support the jump-func, print-func and insert-func slot of a registerv
12213         struct.  (Bug#8415)
12215 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
12217         * vc/vc.el (vc-revert-show-diff): New defcustom.
12218         (vc-diff-internal): New arg specifying diff buffer.
12219         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
12220         reuse an existing *vc-diff* buffer (Bug#8927).
12222         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12224 2011-06-26  Glenn Morris  <rgm@gnu.org>
12226         * progmodes/f90.el (f90-critical-indent): New option.
12227         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12228         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12229         (f90-mode): Doc fix.
12230         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12231         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12232         (f90-beginning-of-block, f90-next-block, f90-indent-region)
12233         (f90-match-end): Handle block, critical.
12235 2011-06-25  Glenn Morris  <rgm@gnu.org>
12237         * calendar/diary-lib.el (diary-included-files): Doc fix.
12238         (diary-include-files): New function, extracted from
12239         diary-include-other-diary-files and diary-mark-included-diary-files.
12240         (diary-include-other-diary-files, diary-mark-included-diary-files):
12241         Just call diary-include-files.
12242         (diary-mark-entries): Reset diary-included-files on first call.
12244         * calendar/diary-lib.el (diary-mark-entries)
12245         (diary-mark-included-diary-files):
12246         Visit included diary-files in temp buffers.
12248         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12249         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12250         (f90-start-block-re, f90-imenu-generic-expression)
12251         (f90-looking-at-program-block-start, f90-no-block-limit):
12252         Add support for submodules.
12254         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12255         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
12257 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
12259         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12260         buffer-file-type before setting its value, to avoid disastrous
12261         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
12263 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
12265         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12267         * ses.el (ses-unload-function):
12268         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12270         * proced.el (proced-unload-function):
12271         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12273 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
12275         * server.el (server-create-window-system-frame): Add parameters arg.
12276         (server-process-filter): Doc fix.  Handle frame-parameters.
12278 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
12280         Fix bug#8730, bug#8781.
12282         * loadhist.el (unload--set-major-mode): New function.
12283         (unload-feature): Use it.
12285         * progmodes/python.el (python-after-info-look): Add autoload cookie.
12286         (python-unload-function): New function.
12288 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12290         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12292 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
12294         * net/browse-url.el (browse-url-firefox-program): Add icecat to
12295         the candidates list.
12297 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
12299         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12301 2011-06-23  Richard Stallman  <rms@gnu.org>
12303         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12304         (rmail-variables): Set next-error-move-function.
12305         (rmail-what-message): Take argument POS.
12306         (rmail-next-error-move): New function.
12308 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12310         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12311         messages for adjacent non-terminals.
12313 2011-06-23  Richard Stallman  <rms@gnu.org>
12315         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
12316         (rmail-show-message-1): Preserve buffer modified flag.
12317         (rmail-start-mail): Don't specify use of rmail-mail-return;
12318         that's done by mail-bury now.
12319         (rmail-mail-return): Handle arg NEWBUF.
12321 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
12323         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12324         SIZE is a number.
12326 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
12328         * window.el (get-lru-window, get-mru-window)
12329         (get-largest-window): Never return a minibuffer window.
12330         (display-buffer-pop-up-window): Fix a bug that could lead to
12331         reusing the minibuffer window.
12332         (display-buffer): Pass original specifier argument to
12333         display-buffer-function instead of the normalized one.
12334         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12336 2011-06-22  Leo Liu  <sdl.web@gmail.com>
12338         * minibuffer.el (completing-read-function)
12339         (completing-read-default): Move from minibuf.c
12341 2011-06-22  Richard Stallman  <rms@gnu.org>
12343         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12344         to Rmail even if not started by a special Rmail command.
12346         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12347         Copy the buffer currently showing just one message.
12349 2011-06-22  Roland Winkler  <winkler@gnu.org>
12351         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12352         (bibtex-clean-entry): First delete the old key so that a
12353         customized algorithm for generating the new key does not get
12354         confused by the old key.
12355         (bibtex-url): Obey regexp of first step.
12356         (bibtex-search-entries): Do not use add-to-list with local
12357         list-var.
12359 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12361         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12362         stored a user name, then query for the password first, instead of
12363         waiting for SMTP to give an error message and the trying again.
12365 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
12367         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12368         BUFFER in call-process.
12370 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12372         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12373         QUIT twice.
12374         (smtpmail-try-auth-methods): Require user name and password from
12375         auth-source.
12377 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
12379         * window.el (display-buffer-default-specifiers)
12380         (display-buffer-alist): Remove entries for pop-up-frame-alist.
12381         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12382         (split-window): Normalize SIDE argument (Bug#8916).
12384         * frame.el (pop-up-frame-alist, pop-up-frame-function)
12385         (special-display-frame-alist, special-display-popup-frame):
12386         Remove duplicate declarations.  These are now in window.el.
12388 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12390         * mail/smtpmail.el (smtpmail-via-smtp):
12391         Set :use-starttls-if-possible so that we always use STARTTLS if the
12392         server supports it.  SMTP servers that support STARTTLS commonly
12393         require it.
12395         * net/network-stream.el (network-stream-open-starttls): Support
12396         upgrading to STARTTLS always, even if we don't have built-in support.
12397         (open-network-stream): Add the :always-query-capabilities keyword.
12399         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12400         upgrades with `open-network-stream', and rely solely on
12401         auth-source for all credentials.  Big changes throughout the file,
12402         but in particular:
12403         (smtpmail-auth-credentials): Remove.
12404         (smtpmail-starttls-credentials): Remove.
12405         (smtpmail-via-smtp): Check for servers saying they want AUTH after
12406         MAIL FROM, too.
12408         * net/network-stream.el (network-stream-open-starttls):
12409         Provide support for client certificates both for external and built-in
12410         STARTTLS.
12411         (auth-source): Require.
12412         (open-network-stream): Document the :client-certificate keyword.
12413         (network-stream-certificate): Change cert-cert to cert and
12414         cert-key to key.
12416 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
12418         * net/tramp-cache.el (top): Don't load the persistency file when
12419         "emacs -Q" has been called.
12421 2011-06-21  Tim Harper  <timcharper@gmail.com>
12423         * term/ns-win.el (ns-initialize-window-system):
12424         Set application-specific `ApplePressAndHoldEnabled' system
12425         resource to NO as it is not yet supported by the NS port.
12427 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
12429         * misc.el (list-dynamic-libraries--refresh): Compute header here...
12430         (list-dynamic-libraries): ...not here.
12432 2011-06-21  Leo Liu  <sdl.web@gmail.com>
12434         * subr.el (sha1): Implement sha1 using secure-hash.
12436 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
12438         * window.el (display-buffer-alist): In default value do not
12439         enforce searching a window on any but the selected frame.
12440         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12441         (display-buffer-select-window): Remove function.
12442         (display-buffer-in-window): When a window on another frame gets
12443         reused, do not select it any more but just raise its frame if
12444         necessary (Bug#8851) and (Bug#8856).
12445         (display-buffer-normalize-options): Handle pop-up-frames related
12446         options more faithfully.
12447         (pop-to-buffer): Don't rely on `display-buffer' selecting the
12448         window if it is on another frame.
12449         (display-buffer-alist, display-buffer-default-specifiers):
12450         Don't make new frame unsplittable by default.
12451         (display-buffer-normalize-argument): Fix doc-string typo and use
12452         'same-frame-other-window instead of 'other-window when associating
12453         with display-buffer-macro-specifiers.
12455 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
12457         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12458         New functions.
12459         (5x5-mode-map, 5x5-mode-menu): Bind them.
12460         (5x5-draw-grid): Tweak the solver's rendering.
12462 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12464         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12465         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12467 2011-06-21  Drew Adams  <drew.adams@oracle.com>
12469         * menu-bar.el: Use function variable instead of switch-to-buffer.
12470         (menu-bar-select-buffer-function): New variable.
12471         (menu-bar-update-buffers): Use it (bug#8876).
12473 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12475         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12476         variable's status.
12478 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
12480         * x-dnd.el (x-dnd-version-from-flags)
12481         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12482         and long as number (Bug#8899).
12483         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12485 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12487         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
12488         (completion-try-completion, completion-all-completions): Compute the
12489         metadata argument if it's missing; make it optional (bug#8795).
12491         * wid-edit.el: Use lex-bind and move towards completion-at-point.
12492         (widget-complete): Use new :completion-function property.
12493         (widget-completions-at-point): New function.
12494         (default): Use :completion-function instead of :complete.
12495         (widget-default-completions): Rename from widget-default-complete;
12496         Rewrite.
12497         (widget-string-complete, widget-file-complete, widget-color-complete):
12498         Remove functions.
12499         (file, symbol, function, variable, coding-system, color):
12500         * international/mule-cmds.el (default-input-method, charset)
12501         (language-info-custom-alist):
12502         * cus-edit.el (face): Use new property :completions.
12504         * progmodes/pascal.el (pascal-completions-at-point): New function.
12505         (pascal-mode): Use it.
12506         (pascal-mode-map): Use completion-at-point.
12507         (pascal-toggle-completions): Make obsolete.
12508         (pascal-complete-word, pascal-show-completions):
12509         * progmodes/octave-mod.el (octave-complete-symbol):
12510         Redefine as obsolete alias.
12511         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12512         Signal absence of completion info for old Octave,
12513         (inferior-octave-complete): Redefine as obsolete alias.
12514         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12515         (meta-completions-at-point): Rename from meta-complete-symbol and
12516         adapt it for use on completion-at-point-functions.
12517         (meta-common-mode): Use it.
12518         (meta-looking-at-backward, meta-match-buffer): Remove.
12519         (meta-complete-symbol): Redefine as obsolete alias.
12520         (meta-common-mode-map): Use completion-at-point.
12521         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12522         (makefile-mode-map): Use completion-at-point.
12523         (makefile-completions-at-point): Rename from makefile-complete and
12524         adapt it for use on completion-at-point-functions.
12525         (makefile-mode): Use it.
12526         (makefile-complete): Redefine as obsolete alias.
12528 2011-06-20  Deniz Dogan  <deniz@dogan.se>
12530         * net/rcirc.el: Delete trailing whitespaces once and for all.
12532 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
12534         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12536 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
12538         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12540         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12542 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
12544         * window.el (display-buffer-other-window-means-other-frame):
12545         Call display-buffer-normalize-alist.
12546         (display-buffer-normalize-specifiers-1): Rename to
12547         display-buffer-normalize-argument.  New argument other-frame.
12548         Rewrite.
12549         (display-buffer-normalize-specifiers-2): Rename to
12550         display-buffer-normalize-options.
12551         (display-buffer-normalize-alist-1): New function.
12552         (display-buffer-normalize-specifiers-3): Rename to
12553         display-buffer-normalize-alist.
12554         Call display-buffer-normalize-alist-1.
12555         (display-buffer-normalize-options-inhibit): New variable.
12556         (display-buffer-normalize-specifiers): Rewrite calling
12557         display-buffer-normalize-alist,
12558         display-buffer-normalize-argument, and
12559         display-buffer-normalize-options.  Don't call the latter if
12560         display-buffer-normalize-options-inhibit is non-nil.
12561         (frame-auto-delete): New option.
12562         (window-deletable-p): Use frame-auto-delete.
12563         (window-list-no-nils, window-state-ignored-parameters)
12564         (window-state-get-1, window-state-get, window-state-put-list)
12565         (window-state-put-1, window-state-put-2, window-state-put):
12566         New functions.
12567         (display-buffer-normalize-options): Move special-display-p group
12568         after pop-up-frame group (Bug#8851) and (Bug#8856).
12570 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
12572         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12573         groups (Bug#8776).
12574         (rx-submatch-n): New function.
12575         (rx): Document it.
12577         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12578         (Bug#8768).
12580         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12582         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12584         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12585         anytime existing face settings are present (Bug#8889).
12587         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12588         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12589         Remove unused argument.
12591 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
12593         * window.el (display-buffer-default-specifiers):
12594         Remove pop-up-frame.  Add pop-up-window-min-height,
12595         pop-up-window-min-width, and another reuse-window specifier
12596         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
12597         (display-buffer-normalize-specifiers-2):
12598         Handle split-height-threshold and split-width-threshold also when
12599         pop-up-windows is unset.  Add a reuse-window specifier for the
12600         case popping up a new window fails.
12601         (special-display-popup-frame): Remove double quoting.
12602         (display-buffer-normalize-specifiers-1): Fix thinko.
12604 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12606         * shell.el (shell-completion-vars): Set pcomplete-termination-string
12607         according to comint-completion-addsuffix.
12609         * pcomplete.el: Convert to lexical binding and fix bug#8819.
12610         (pcomplete-suffix-list): Mark as obsolete.
12611         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12612         pcomplete-seen in the closure.
12613         (pcomplete-comint-setup): Setup completion-at-point as well.
12614         (pcomplete--entries): New function.
12615         (pcomplete--env-regexp): New var.
12616         (pcomplete-entries): Rewrite to work with partial-completion and
12617         without relying on pcomplete-suffix-list.
12618         (pcomplete-pare-list): Remove, unused.
12620 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
12622         * window.el (display-buffer-alist): Set pop-up-window-min-height
12623         and pop-up-window-min-width in default value.  Reported by
12624         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
12625         other-window-means-other-frame.
12626         (display-buffer-macro-specifiers): Comment out entry for
12627         other-window specifier.
12628         (display-buffer-other-window-means-other-frame): New function.
12629         (display-buffer-normalize-specifiers-1): New arguments
12630         buffer-name and label.  Treat other-window case specially.
12631         (display-buffer-normalize-specifiers-2): Treat other-window case
12632         specially.
12633         (display-buffer-normalize-specifiers-3): New function.
12634         (display-buffer-normalize-specifiers):
12635         Call display-buffer-normalize-specifiers-3.
12637 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
12639         * window.el (same-window-p): Fix two typos introduced when
12640         adding with-no-warnings.
12641         (display-buffer-normalize-specifiers-1): Don't check
12642         pop-up-frames for 'unset initialization.
12643         (display-buffer-normalize-specifiers-2): Major rewrite using
12644         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12645         (pop-up-frames, display-buffer-reuse-frames)
12646         (display-buffer-mark-dedicated): Don't initialize to 'unset.
12647         Suggested by David Engster <deng@randomsample.de>.
12648         (even-window-heights): Initialize to 'unset.
12649         (display-buffer-alist-set): Handle new 'unset initializations.
12650         (display-buffer-macro-specifiers): Don't pop up a new frame in the
12651         other window case.
12653 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
12655         * window.el (display-buffer-normalize-specifiers-1):
12656         Respect current value of pop-up-frames for most reasonable values of
12657         second argument of display-buffer (Bug#8865).
12658         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12659         (switch-to-buffer-other-window-same-frame)
12660         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
12661         Adams (Bug#8875).
12662         (display-buffer): Don't check noninteractive when calling
12663         display-buffer-pop-up-frame.
12664         (display-buffer-pop-up-frame): Never pop up a frame in
12665         noninteractive mode (Bug#8857).
12666         (enlarge-window, shrink-window): Don't report an error when the
12667         window can't be resized as requested (Bug#8862).
12669 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12671         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12673         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12675         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12677 2011-06-15  Alan Mackenzie  <acm@muc.de>
12679         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12680         for declarators, disable knr checking to speed up for normal files.
12681         2: Refactor, replacing a sequence of nested if forms by a cond form.
12683 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12685         * net/network-stream.el (open-network-stream): Add the keyword
12686         :always-query-capabilities for the case where you want to force a
12687         `plain' network connection, but the protocol still requires the
12688         capabilitiy command (i.e., SMTP and EHLO).
12690         * subr.el (process-live-p): Rename from `process-alive-p' for
12691         consistency with other `-live-p' functions.
12693 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12695         * window.el (same-window-buffer-names, same-window-regexps)
12696         (special-display-frame-alist, special-display-popup-frame)
12697         (special-display-function, special-display-buffer-names)
12698         (special-display-regexps, pop-up-frame-alist)
12699         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12700         (pop-up-windows, split-window-preferred-function)
12701         (split-height-threshold, split-width-threshold, even-window-heights)
12702         (display-buffer-mark-dedicated): Don't encourage the use of
12703         display-buffer-alist from Elisp code.
12705 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
12707         * progmodes/python.el (python-mode): Derive from prog-mode.
12708         * progmodes/ps-mode.el (ps-mode):
12709         * progmodes/mixal-mode.el (mixal-mode):
12710         * progmodes/cfengine.el (cfengine-mode):
12711         * progmodes/ld-script.el (ld-script-mode): Likewise.
12713 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
12715         * window.el (display-buffer-alist): Trim default value to avoid
12716         popping up a new frame (Bug#8857) or reusing an arbitrary window
12717         on another frame.
12718         (display-buffer): Do not fall back on popping up a new frame in
12719         batch mode (Bug#8857).
12721 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
12723         * cus-theme.el (describe-theme-1): Use custom-theme-p.
12724         (custom-theme-summary): New function.
12725         (customize-themes): Use it.
12727 2011-06-13  Glenn Morris  <rgm@gnu.org>
12729         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12731 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
12733         * help.el (help-window): Remove variable.
12734         (help-window-point-marker, temp-buffer-max-height)
12735         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12736         (help-print-return-message): Don't set help-window.
12737         (resize-temp-buffer-window): Rewrite cod eand doc-string.
12738         (help-window-setup-finish): Remove.
12739         (help-window-display-message, help-window-setup)
12740         (with-help-window): Major rewrite based on new
12741         display-buffer-window variable.
12743         * help-mode.el (help-mode-finish): Remove help-window related
12744         code.
12746         * view.el (view-exits-all-viewing-windows): Remove reference to
12747         view-return-to-alist in doc-string.
12748         (view-return-to-alist): Make obsolete.
12749         (view-buffer): Call pop-to-buffer-same-window and remove
12750         undo-window code.
12751         (view-buffer-other-window): Call pop-to-buffer-other-window and
12752         simplify code.  Ignore second argument.
12753         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12754         simplify code.  Ignore second argument.
12755         (view-return-to-alist-update): Make obsolete.
12756         (view-mode-enter): Rename second argument to QUIT-RESTORE.
12757         Rewrite using quit-restore window parameters.
12758         (view-mode-exit): Rename second argument to EXIT-ONLY.
12759         Rewrite using quit-restore-window.
12760         (View-exit, View-exit-and-edit, View-leave, View-quit)
12761         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12762         appropriate arguments.
12763         (view-end-message): Use quit-restore window parameter.
12765         * window.el (display-buffer-function): Rewrite doc-string.
12766         (display-buffer-window, display-buffer-alist): New variables.
12767         (display-buffer-split-specifiers)
12768         (display-buffer-side-specifiers)
12769         (display-buffer-macro-specifiers): New constants.
12770         (display-buffer-even-window-sizes, display-buffer-set-height)
12771         (display-buffer-set-width, display-buffer-select-window)
12772         (display-buffer-in-window, display-buffer-reuse-window)
12773         (display-buffer-split-window-1, display-buffer-split-window)
12774         (display-buffer-split-atom-window, display-buffer-pop-up-window)
12775         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12776         (display-buffer-in-side-window, normalize-buffer-to-display)
12777         (display-buffer-normalize-specifiers-1)
12778         (display-buffer-normalize-specifiers-2)
12779         (display-buffer-normalize-specifiers, display-buffer-frame):
12780         New functions.
12781         (display-buffer): Major rewrite.
12782         (display-buffer-other-window, display-buffer-other-frame)
12783         (pop-to-buffer, switch-to-buffer-other-window)
12784         (switch-to-buffer-other-frame): Rewrite.
12785         (display-buffer-same-window, display-buffer-same-frame)
12786         (display-buffer-same-frame-other-window)
12787         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12788         (pop-to-buffer-other-window)
12789         (pop-to-buffer-same-frame-other-window)
12790         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12791         (switch-to-buffer-other-window-same-frame): New functions.
12792         (same-window-p, special-display-p): Rewrite disabling warnings.
12793         Make obsolete.
12794         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12795         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12796         Make obsolete
12797         (same-window-buffer-names, same-window-regexps)
12798         (special-display-frame-alist, special-display-popup-frame)
12799         (special-display-function, special-display-buffer-names)
12800         (special-display-regexps, pop-up-frame-alist)
12801         (pop-up-frame-function, split-window-preferred-function)
12802         (split-height-threshold, split-width-threshold)
12803         (even-window-heights): Make obsolete.
12805 2011-06-12  Glenn Morris  <rgm@gnu.org>
12807         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
12808         Misc simplifications.
12810 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
12812         * window.el (window-safely-shrinkable-p): Restore function which
12813         was inadvertently removed in change from 2011-06-11.  Declare as
12814         obsolete.
12816         * calendar/calendar.el (calendar-generate-window):
12817         Use window-iso-combined-p instead of combination of one-window-p and
12818         window-safely-shrinkable-p.
12820 2011-06-12  Glenn Morris  <rgm@gnu.org>
12822         * progmodes/fortran.el (fortran-mode-syntax-table):
12823         * progmodes/f90.el (f90-mode-syntax-table):
12824         Set % to punctuation.  (Bug#8820)
12825         (f90-find-tag-default): Remove, no longer needed.
12827 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
12829         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12831 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
12833         * image.el (image-animated-p): Return animation delay in seconds.
12834         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12835         (image-animate-timeout): Remove DELAY argument.  Don't assume
12836         every subimage has the same delay; get it from image-animated-p.
12837         (image-animate): Caller changed.
12839 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
12841         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12842         to ignored backtrace functions.
12844 2011-06-11  Glenn Morris  <rgm@gnu.org>
12846         * calendar/appt.el (appt-disp-window-function): Doc fix.
12847         (appt-check): Handle overlapping appointments.  (Bug#8337)
12849 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
12851         * window.el (window-tree-1, window-tree): New functions, moving
12852         the latter to window.el.
12853         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12854         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12855         (bw-refresh-edges): Remove.
12856         (balance-windows-1, balance-windows-2): New functions.
12857         (balance-windows): Rewrite in terms of window tree functions,
12858         balance-windows-1 and balance-windows-2.
12859         (bw-adjust-window): Remove.
12860         (balance-windows-area-adjust): New function with functionality of
12861         bw-adjust-window but using resize-window.
12862         (set-window-text-height): Rewrite doc-string.
12863         Use normalize-live-window and resize-window.
12864         (enlarge-window-horizontally, shrink-window-horizontally):
12865         Rename argument to DELTA.
12866         (window-buffer-height): New function.
12867         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12868         Rewrite using new window resize routines.
12869         (kill-buffer-and-window, mouse-autoselect-window-select):
12870         Use ignore-errors instead of condition-case.
12871         (quit-window): Call delete-frame instead of delete-windows-on
12872         for the only buffer on frame.
12874 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
12876         * loadup.el (top-level): Load window before files for the sake
12877         of replace-buffer-in-windows.
12879         * files.el (read-buffer-to-switch)
12880         (switch-to-buffer-other-window)
12881         (switch-to-buffer-other-frame, display-buffer-other-frame):
12882         Move to window.el.
12884         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12885         (previous-buffer): Move to window.el.
12887         * bindings.el (unbury-buffer): Move to window.el.
12889         * window.el (delete-other-windows-vertically): Move after
12890         definition of delete-other-windows.
12891         (other-window, delete-windows-on, replace-buffer-in-windows):
12892         Move here from window.c.
12893         (record-window-buffer, unrecord-window-buffer)
12894         (set-window-buffer-start-and-point, switch-to-prev-buffer)
12895         (switch-to-next-buffer): New functions.
12896         (get-next-valid-buffer, last-buffer, next-buffer): Move here
12897         from simple.el.  Call switch-to-next-buffer.
12898         (previous-buffer): Move here from simple.el.
12899         Call switch-to-prev-buffer.
12900         (bury-buffer): Move here from buffer.c.  Switch to previous
12901         buffer when window cannot be deleted.
12902         (unbury-buffer): Move here from bindings.el.
12903         (ctl-x-map): Move binding for other-window from window.c to
12904         here.
12905         (read-buffer-to-switch, switch-to-buffer-other-window)
12906         (switch-to-buffer-other-frame): Move here from files.el.
12907         (normalize-buffer-to-switch-to): New functions.
12908         (switch-to-buffer): Move here from buffer.c.
12909         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
12911 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
12913         * window.el (window-min-height, window-min-width): Move here
12914         from window.c.  Add defcustoms and rewrite doc-strings.
12915         (resize-mini-window, resize-window): New functions.
12916         (adjust-window-trailing-edge, enlarge-window, shrink-window):
12917         Move here from window.c.
12918         (maximize-window, minimize-window): New functions.
12919         (delete-window, delete-other-windows, split-window): Move here
12920         from window.c.
12921         (window-split-min-size): New function.
12922         (split-window-keep-point): Mention split-window-above-each-other
12923         instead of split-window-vertically.
12924         (split-window-above-each-other, split-window-vertically):
12925         Rename split-window-vertically to split-window-above-each-other
12926         and provide defalias for old definition.
12927         (split-window-side-by-side, split-window-horizontally):
12928         Rename split-window-horizontally to split-window-side-by-side
12929         and provide defalias for the old definition.
12930         (ctl-x-map): Move bindings for delete-window,
12931         delete-other-windows and enlarge-window here from window.c.
12932         Replace bindings for split-window-vertically and
12933         split-window-horizontally by bindings for
12934         split-window-above-each-other and split-window-side-by-side.
12936         * cus-start.el (all): Remove entries for window-min-height and
12937         window-min-width.  Add entries for window-splits and
12938         window-nest.
12940 2011-06-09  Glenn Morris  <rgm@gnu.org>
12942         * calendar/appt.el (appt-mode-line): New function.
12943         (appt-check, appt-disp-window): Use it.
12945         * files.el (hack-one-local-variable-eval-safep):
12946         Allow minor-modes with explicit +/-1 arguments.
12948 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
12950         * term/xterm.el (xterm): Add defgroup.
12951         (xterm-extra-capabilities): Add defcustom to supply known xterm
12952         capabilities, skip querying them, or query them (default).
12953         (terminal-init-xterm): Use it.
12954         (terminal-init-xterm-modify-other-keys): New function to set up
12955         modifyOtherKeys support to simplify `terminal-init-xterm'.
12957 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
12959         * window.el (resize-window-reset, resize-window-reset-1)
12960         (resize-subwindows-skip-p, resize-subwindows-normal)
12961         (resize-subwindows, resize-other-windows, resize-this-window)
12962         (resize-root-window, resize-root-window-vertically)
12963         (window-deletable-p, window-or-subwindow-p)
12964         (frame-root-window-p): New functions.
12966 2011-06-09  Glenn Morris  <rgm@gnu.org>
12968         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12969         (ange-ftp-get-files): Use it.
12971 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
12973         * mail/sendmail.el (mail-recover-1, mail-recover):
12974         * files.el (recover-file, recover-session):
12975         Handle dired-listing-switches not being just a single short option.
12977 2011-06-09  Glenn Morris  <rgm@gnu.org>
12979         * calendar/appt.el (appt-display-message, appt-disp-window):
12980         Handle lists of appointments.
12982 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
12984         * window.el (one-window-p): Move down in code.
12985         Rewrite doc-string.
12986         (window-current-scroll-bars): Rewrite doc-string.
12987         Normalize live window argument.
12988         (walk-windows, get-window-with-predicate, count-windows):
12989         Rewrite doc-string.  Use window-list-1.
12990         (window-in-direction-2, window-in-direction, get-mru-window):
12991         New functions.
12993 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
12995         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12996         Doc fix (Bug#8713).
12998 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
13000         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13002 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
13004         * loadhist.el (unload-feature-special-hooks):
13005         Add `comint-output-filter-functions'.
13007 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
13009         * calendar/appt.el (appt-check): Move some initializations into the let.
13011 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
13013         * window.el (window-height): Defalias to window-total-height.
13014         (window-width): Defalias to window-body-width.
13016 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
13018         * image-mode.el (image-toggle-animation): New command.
13019         (image-mode-map): Bind it to RET.
13020         (image-mode): Update message.
13021         (image-toggle-display-image): Avoid a spurious cache flush.
13022         (image-transform-rotation): Doc fix.
13023         (image-transform-properties): Return quickly in the normal case.
13024         (image-animate-loop): Rename from image-animate-max-time.
13026         * image.el (image-animate-max-time): Move to image-mode.el.
13027         (create-animated-image): Remove unnecessary function.
13028         (image-animate): Rename from image-animate-start.  New arg.
13029         (image-animate-stop): Remove; just use image-animate-timer.
13030         (image-animate-timer): Use car-safe.
13031         (image-animate-timeout): Rename argument.
13033 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
13035         * window.el (get-lru-window, get-largest-window): Move here from
13036         window.c.  Rename first argument to ALL-FRAMES.
13037         Rephrase doc-strings.
13038         (get-buffer-window-list): Rewrite using window-list-1.
13039         Rephrase doc-string.
13040         (window-safe-min-height, window-safe-min-width): New constants.
13041         (window-size-ignore, window-min-size, window-min-size-1)
13042         (window-sizable, window-sizable-p, window-size-fixed-1)
13043         (window-size-fixed-p, window-min-delta-1, window-min-delta)
13044         (window-max-delta-1, window-max-delta, window-resizable)
13045         (window-resizable-p, window-total-height, window-total-width)
13046         (window-body-width): New functions.
13047         (window-full-height-p, window-full-width-p): Rewrite using
13048         window-total-size.
13049         (window-body-height): Rewrite using window-body-size.
13051 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
13053         * window.el (window-right, window-left, window-child)
13054         (window-child-count, window-last-child, window-any-p)
13055         (normalize-live-buffer, normalize-live-frame)
13056         (normalize-any-window, normalize-live-window)
13057         (window-iso-combination-p, window-iso-combined-p)
13058         (window-iso-combinations)
13059         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13060         (windows-with-parameter, window-with-parameter)
13061         (window-atom-root, make-window-atom, window-atom-check-1)
13062         (window-atom-check, window-side-check, window-check):
13063         New functions.
13064         (ignore-window-parameters, window-sides, window-sides-vertical)
13065         (window-sides-slots): New variables.
13066         (window-size-fixed): Move down in code.  Minor doc-string fix.
13068 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
13070         * comint.el (comint-dynamic-complete-as-filename)
13071         (comint-dynamic-complete-filename): Correctly call
13072         completion-in-region.
13074 2011-06-05  Deniz Dogan  <deniz@dogan.se>
13076         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13077         in last change.
13079 2011-06-05  Deniz Dogan  <deniz@dogan.se>
13081         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13082         (rcirc): Use it to prompt for encryption.
13084 2011-06-05  Roland Winkler  <winkler@gnu.org>
13086         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13087         (bibtex-search-entries): New command bound to C-c C-a.
13088         (bibtex-display-entries): New function.
13090 2011-06-05  Roland Winkler  <winkler@gnu.org>
13092         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13093         (bibtex-insert-kill): After yanking insert newline if necessary.
13094         (bibtex-initialize): Call bibtex-string-files-init only once.
13095         (bibtex-mode): Do not call easy-menu-add.
13096         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13097         (bibtex-yank): Set arg properly if nil.
13099 2011-06-05  Roland Winkler  <winkler@gnu.org>
13101         * textmodes/bibtex.el (bibtex-search-entry-globally):
13102         New variable.
13103         (bibtex-search-entry): Use it.
13105 2011-06-05  Roland Winkler  <winkler@gnu.org>
13107         * textmodes/bibtex.el (bibtex-entry-format): New option
13108         sort-fields.
13109         (bibtex-format-entry, bibtex-reformat): Honor this option.
13110         (bibtex-parse-entry): Return fields in proper order.
13112 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
13114         * doc-view.el (doc-view-remove-if): Move computation of result out
13115         of `dolist' to silence misleading lexical-binding warning.
13117 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
13119         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13120         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13122 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
13124         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13125         "SunOS 5.10".
13127 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
13129         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13130         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13131         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13132         (tramp-parse-putty):
13133         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13134         (tramp-completion-function-alist-ssh)
13135         (tramp-completion-function-alist-telnet)
13136         (tramp-completion-function-alist-su)
13137         (tramp-completion-function-alist-putty): Set `tramp-autoload'
13138         cookie.
13140         * net/tramp-ftp.el:
13141         * net/tramp-sh.el:
13142         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13143         load "tramp.el" `tramp-set-completion-function'.
13145 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13147         * shell.el: Require and use pcomplete.
13148         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13149         (shell-completion-vars): Set pcomplete-default-completion-function.
13151 2011-06-04  Deniz Dogan  <deniz@dogan.se>
13153         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13154         `memq' (Bug#8799).
13156 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13158         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13160 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
13162         * bs.el (bs--mark-unmark, bs--nth-wrapper):
13163         * mpc.el (mpc-select-extend, mpc-songpointer-context):
13164         * vc/log-view.el (log-view-beginning-of-defun):
13165         * vc/smerge-mode.el (smerge-apply-resolution-patch)
13166         (smerge-refine-forward, smerge-refine-chopup-region):
13167         Silence warning for unused `dotimes' counter variables.
13169 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13171         * net/tramp.el (tramp-with-progress-reporter): Rename from
13172         with-progress-reporter.  Use `declare'.
13173         * net/tramp-smb.el:
13174         * net/tramp-sh.el:
13175         * net/tramp-gvfs.el: Update all uses.
13177 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
13179         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13180         buffer isn't killed before making it current.
13182 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13184         Silence various byte-compiler warnings.
13185         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13186         `access-type' and new obsolescence format.
13187         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13188         new format.
13189         (byte-compile-check-variable): New `access-type' argument.
13190         Only warn if the access-type is obsolete.
13191         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13192         (byte-compile-variable-set): Adjust callers.
13193         * help-fns.el (describe-variable): Adjust to new obsolescence format.
13194         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13195         setting it as obsolete.
13196         * simple.el (minibuffer-completing-symbol):
13197         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13198         access as obsolete.
13199         * minibuffer.el (minibuffer-completing-file-name): Don't make it
13200         obsolete yet.
13201         * international/quail.el (quail-mouse-choose-completion): Remove unused
13202         code referring to obsolete var.
13203         (quail-choose-completion-string): Remove.
13204         * server.el (server-clients-with, server-kill-buffer-query-function)
13205         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13206         * proced.el (proced-send-signal):
13207         * emacs-lisp/lisp.el (lisp-complete-symbol):
13208         Replace completion-annotate-function with completion-extra-properties.
13210 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13212         * simple.el (goto-line): Use read-number.
13213         (overriding-map-is-bound): Remove.
13214         (saved-overriding-map): Change default.
13215         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13216         Take the map as argument.
13217         (universal-argument, negative-argument, digit-argument): Use it.
13218         (restore-overriding-map): Adjust.
13219         (do-auto-fill): Use fill-forward-paragraph.
13220         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13222         * minibuffer.el (minibuffer-inactive-mode-map): New var.
13223         (minibuffer-inactive-mode): New major mode.
13224         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13225         the *Messages* buffer" hack.
13226         (mouse-popup-menubar): Don't burp if the event is a normal key.
13228         Miscellaneous tweaks.
13229         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13230         lexical scoping as in subr.el's dolist and dotimes.
13231         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13232         Silence compiler warning.
13233         * thingatpt.el (forward-whitespace): Trivial coding style fix.
13234         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13235         * international/ccl.el (ccl-compile): Trivial simplification.
13236         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13237         * emacs-lisp/testcover.el (testcover-end): Remove spurious
13238         `printflag' argument.
13239         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13240         Purecopy the whole obsolescence data.
13242 2011-06-01  Leo Liu  <sdl.web@gmail.com>
13244         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13245         improve doc-string as suggested by Marco Pessotto
13246         <melmothx@gmail.com>.
13247         (rcirc-print): Fix last change.
13249 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13251         * minibuffer.el (complete-with-action): Return nil for the metadata and
13252         boundaries of non-functional tables.
13253         (completion-table-dynamic): Return nil for the metadata.
13254         (completion-table-with-terminator): Add default case, using
13255         complete-with-action.
13256         (completion--metadata): New function.
13257         (completion-all-sorted-completions, minibuffer-completion-help): Use it
13258         to try and avoid pathological performance problems.
13259         (completion--embedded-envvar-table): Return `category' metadata.
13261 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13263         * subr.el (process-alive-p): New tiny convenience function.
13265 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13267         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13268         content but also its previous major mode.
13270 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
13272         * emacs-lisp/debug.el (debug): Restore the previous content of the
13273         *Backtrace* buffer when we exit with C-M-c.
13275 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13277         * minibuffer.el: Add metadata method to completion tables.
13278         (completion-category-overrides): New defcustom.
13279         (completion-metadata, completion--field-metadata)
13280         (completion-metadata-get, completion--styles)
13281         (completion--cycle-threshold): New functions.
13282         (completion-try-completion, completion-all-completions):
13283         Add `metadata' argument to choose completion-styles.
13284         (completion--do-completion): Use metadata to choose cycling.
13285         (completion-all-sorted-completions): Use metadata for sorting.
13286         Remove :completion-cycle-penalty which is not needed any more.
13287         (completion--try-word-completion): Add `metadata' argument.
13288         (minibuffer-completion-help): Check metadata for annotation function
13289         and sorting.
13290         (completion-file-name-table): Return `category' metadata.
13291         (minibuffer-completing-file-name): Make obsolete.
13292         * simple.el (minibuffer-completing-symbol): Make obsolete.
13293         * icomplete.el (icomplete-completions): Pass new `metadata' param to
13294         completion-try-completion.
13296 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13298         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13300 2011-05-30  Leo Liu  <sdl.web@gmail.com>
13302         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
13303         (rcirc-print): Decode all incoming messages (bug#8744).
13304         (rcirc-decode-coding-system): Allow value nil for automatic coding
13305         system detection.
13307 2011-06-01  Glenn Morris  <rgm@gnu.org>
13309         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13311 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
13313         * image.el (image-animate-max-time): Allow nil and t values.
13314         Default to nil.
13315         (create-animated-image): Doc fix.
13316         (image-animate-start): Remove second arg; just use
13317         image-animate-max-time.
13318         (image-animate-timeout): Doc fix.  Args changed.
13320         * image-mode.el (image-toggle-display-image): Ensure that the
13321         image spec passed to the animate timer is the same object as in
13322         the buffer's display property (Bug#6981).
13323         (image-transform-properties): Doc fix.
13325         * image.el (image-animate-max-time): Default to nil.
13327 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
13329         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13330         entire buffer list (Bug#8184).
13332 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
13334         * image.el (imagemagick-types-inhibit)
13335         (imagemagick-register-types): Doc fix.
13337 2011-05-29  Deniz Dogan  <deniz@dogan.se>
13339         * net/rcirc.el (rcirc): Use the user's stored encryption method by
13340         default.
13342 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
13344         * select.el: Don't perform clipboard-manager saving in hooks;
13345         leave the hooks empty.
13347 2011-05-28  Leo Liu  <sdl.web@gmail.com>
13349         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13350         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
13351         (occur-edit-mode): New major mode (Bug#8463).
13352         (occur-after-change-function): New function.
13353         (occur-engine): Give Occur tags a read-only property.
13355 2011-05-28  Kevin Ryde  <user42@zip.com.au>
13357         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13359 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
13361         * bindings.el (help-echo): Make the initial non-indicator dash
13362         empty on graphical terminals (Bug#7295).
13364         * files.el (auto-mode-alist): Move config rule after the
13365         in-stripping one (Bug#8547).
13367         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13369         * startup.el (normal-splash-screen): Remove gratuitous mode-line
13370         setting (Bug#8740).
13372 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
13374         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13375         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13376         (Bug#8539).
13378 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
13380         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13382 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
13384         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13385         (hs-hide-block-at-point, hs-find-block-beginning)
13386         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13387         (Bug#8279).
13389 2011-05-28  Glenn Morris  <rgm@gnu.org>
13391         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
13393 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
13395         * help-fns.el (describe-function-1): If the function is a derived
13396         major mode, print the parent mode.
13398         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13399         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13401 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13403         * minibuffer.el (completion--capf-wrapper): Check applicability before
13404         returning non-nil for non-exclusive completion data.
13405         * progmodes/etags.el (tags-completion-at-point-function):
13406         * info-look.el (info-lookup-completions-at-point): Mark as
13407         non-exclusive.
13408         (info-complete): Adjust accordingly.
13410         * info-look.el: Convert to lexical-binding and completion-at-point.
13411         (info-lookup-completions-at-point): New function.
13412         (info-complete): Use it and completion-in-region.
13414 2011-05-28  Drew Adams  <drew.adams@oracle.com>
13416         * isearch.el: Let M-e start with point at the first mismatched char.
13417         (isearch-fail-pos): New function.
13418         (isearch-edit-string): Use it.
13420 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
13422         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13424 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
13426         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
13427         traversal functions for avl-trees.
13428         (avl-tree--stack): New struct.
13429         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13430         (avl-tree-enter): Add optional `updatefun' arg.
13431         (avl-tree--do-enter): Add optional `updatefun' arg.
13432         Change return value.
13433         (avl-tree-delete): Add optional `test' and `nilflag' args.
13434         (avl-tree--do-delete): Add `test' and `nilflag' args.
13435         Change return value.
13436         (avl-tree-member): Add optional `nilflag'
13437         (avl-tree-member-p): New function.
13438         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13439         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13440         (avl-tree-stack-empty-p): New functions.
13442         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13443         avl-tree--del-balance1 and make it work both ways.
13444         (avl-tree--del-balance2): Remove.
13445         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13446         make it work both ways.
13447         (avl-tree--enter-balance2): Remove.
13448         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13449         New macros.
13450         (avl-tree--mapc, avl-tree-map): Add direction argument.
13452 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
13454         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13456 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
13458         * select.el: Support clipboard managers with built-in function
13459         x-clipboard-manager-save, via delete-frame-functions and
13460         kill-emacs-hook.
13461         (xselect-convert-to-targets): Add MULTIPLE target to list.
13462         (xselect-convert-to-save-targets): New function.
13464 2011-05-27  Kenichi Handa  <handa@m17n.org>
13466         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13467         let-binding rfc2047-encode-encoded-words to nil.
13469 2011-05-27  Glenn Morris  <rgm@gnu.org>
13471         * mail/emacsbug.el: Don't require url-util.
13473         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
13475         * files.el (set-auto-mode):
13476         Also respect mode: entries at the end of the file.  (Bug#8586)
13478 2011-05-26  Glenn Morris  <rgm@gnu.org>
13480         * files.el (hack-local-variables-prop-line, hack-local-variables):
13481         Downcase mode names, as seems to be traditional.
13482         (hack-local-variables, hack-local-variables-apply): Doc fixes.
13484         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13485         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
13487 2011-05-25  Julien Danjou  <julien@danjou.info>
13489         * textmodes/rst.el (rst-define-level-faces): Do not define face
13490         symbol if it is already defined.
13492 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
13494         * play/5x5.el (5x5-new-game, 5x5-randomize):
13495         Reset 5x5-solver-output to nil when a new grid is cast.
13496         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13497         these debugging traces, as defmacro breaks the compiled code.
13499 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
13501         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13503 2011-05-24  Leo Liu  <sdl.web@gmail.com>
13505         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13506         (vc-bzr-sha1): Adapt.
13508         * sha1.el: Remove.  Function `sha1' is now builtin.
13510         * bindings.el: Provide sha1 feature.
13512 2011-05-24  Kenichi Handa  <handa@m17n.org>
13514         * mail/sendmail.el: Require `rfc2047'.
13515         (mail-insert-from-field): Do not perform RFC2047 encoding.
13516         (mail-encode-header): New function.
13517         (sendmail-send-it): Set buffer-file-coding-system of the work
13518         buffer to the return value of select-message-coding-system.
13519         Call mail-encode-header.
13521         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13523 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
13525         * mail/supercite.el (sc-default-cite-frame):
13526         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
13528 2011-05-24  Glenn Morris  <rgm@gnu.org>
13530         * progmodes/python.el (brm-menu): Declare.
13532         * emulation/viper.el (viper-set-hooks): Declare.
13534         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13535         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13536         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13537         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13538         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13539         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13541 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13543         Add an :exit-function for completion-at-point.
13545         * minibuffer.el (completion--done): New fun.
13546         (completion--do-completion): Use it.  New arg `expect-exact'.
13547         (minibuffer-complete, minibuffer-complete-word): Don't output message,
13548         since completion--do-completion does it for us now.
13549         (minibuffer-force-complete): Use completion--done and
13550         completion--replace.  Handle sole-completion case with more care.
13551         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13552         (completion-extra-properties): New var.
13553         (completion-annotate-function): Make obsolete.
13554         (minibuffer-completion-help): Adjust accordingly.
13555         Use completion-list-insert-choice-function.
13556         (completion-at-point, completion-help-at-point):
13557         Bind completion-extra-properties.
13558         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13559         * simple.el (completion-list-insert-choice-function): New var.
13560         (completion-setup-function): Preserve it.
13561         (choose-completion): Pay attention to it, shuffle the code a bit.
13562         (choose-completion-string): New arg `insert-function'.
13564         * textmodes/bibtex.el: Convert to lexical binding.
13565         (bibtex-mode-map): Use completion-at-point.
13566         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13567         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13568         (bibtex-complete): Define as obsolete alias.
13569         (bibtex-complete-internal): Remove.
13570         (bibtex-format-entry): Remove unused sub-group in regexp.
13571         * shell.el (shell--command-completion-data)
13572         (shell-environment-variable-completion):
13573         * pcomplete.el (pcomplete-completions-at-point):
13574         * comint.el (comint--complete-file-name-data): Use :exit-function
13575         instead of completion-table-with-terminator so it also works for
13576         choose-completion.
13578 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13580         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13582         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13583         (bug#8710).
13585         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13587 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
13589         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13590         customization variable and implement: If non-nil, auto-fill will
13591         be inhibited while on topic's header line.
13593 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
13595         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
13596         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
13597         always have a solution in grid size = 5 cases.
13598         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13599         (5x5-solver-output, 5x5-log-buffer): New vars.
13600         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13601         Make these variables buffer local to achieve 5x5 multi-session-ness.
13602         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13603         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13604         (5x5-solve-suggest): New funs.
13605         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13606         randomize a grid so that we ensure that there is always a solution.
13607         (5x5-make-random-grid): Allow other movement than flipping.
13609 2011-05-23  Kevin Ryde  <user42@zip.com.au>
13611         * emacs-lisp/advice.el (ad-read-advised-function):
13612         Use `function-called-at-point' as the default, if it has
13613         advice and passes PREDICATE.
13615 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13617         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13618         byte-compile-lambda if it's actually a lambda.
13620         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13621         Fix function quoting.  Use backquote better.
13623 2011-05-22  Yuanle Song  <sylecn@gmail.com>
13625         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13626         matching (Bug#8516).
13628 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
13630         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13631         different face (Bug#8178).
13633 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
13635         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13636         defface (Bug#8144).
13638 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13640         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13641         funcall as well (bug#8712).  Warn when performing those conversions.
13642         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13644         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13646 2011-05-22  Glenn Morris  <rgm@gnu.org>
13648         * files.el (hack-local-variables-prop-line): Small simplifications.
13649         (hack-local-variables, hack-local-variables-prop-line):
13650         If MODE-ONLY, return the mode, rather than just `t'.
13652 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13654         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13656 2011-05-21  Glenn Morris  <rgm@gnu.org>
13658         * files.el (hack-local-variables-prop-line, hack-local-variables):
13659         If only interested in the mode, don't bother doing the other stuff.
13661         * image-mode.el (image-after-revert-hook):
13662         Redraw all frames on which the image is visible.  (Bug#8567)
13664         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
13666         * wid-edit.el (widget-checklist-match-inline):
13667         Fix 2011-04-19 change.  (Bug#8649)
13669 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13671         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13672         Also allow singlespace after single-letter capitals followed by a dot.
13674         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13675         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13677 2011-05-20  Nix  <nix@esperi.org.uk>
13679         * files.el (basic-save-buffer-2):
13680         Fix handling of break-hardlink-on-save with non-existent files.
13682 2011-05-19  Deniz Dogan  <deniz@dogan.se>
13684         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
13685         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
13687 2011-05-19  Glenn Morris  <rgm@gnu.org>
13689         * progmodes/f90.el (f90-type-def-re):
13690         Handle "type, bind(c)".  (Bug#8691)
13692         * emacs-lisp/autoload.el (batch-update-autoloads):
13693         Set autoload-excludes by parsing loadup.el rather than Makefiles.
13695 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
13697         * net/tramp.el (tramp-process-actions): Set "first-password-request"
13698         property for the correct connection in case of multihops.
13700 2011-05-18  Glenn Morris  <rgm@gnu.org>
13702         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
13703         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13705         Rationalize calendar handling of day and month abbrev-arrays.
13706         * calendar/calendar.el (calendar-customized-p): New function.
13707         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13708         (calendar-day-name-array, calendar-month-name-array): Doc fix.
13709         Add :set function.
13710         (calendar-abbrev-length, calendar-day-abbrev-array)
13711         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13712         (calendar-day-abbrev-array, calendar-month-abbrev-array):
13713         Elements may no longer be nil.
13714         (calendar-day-name, calendar-month-name):
13715         Update for changed nature of abbrev arrays.
13716         * calendar/diary-lib.el (diary-name-pattern):
13717         Update for changed nature of abbrev arrays.
13718         (diary-mark-entries-1): Update calendar-make-alist calls.
13719         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13720         * calendar/cal-html.el (cal-html-day-abbrev-array):
13721         Simply inherit from calendar-day-abbrev-array.
13723 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13725         * progmodes/grep.el (grep-mode): Disable default
13726         compilation-directory-matcher setting (bug#8684).
13728 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
13730         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13731         instead of "head" and "tail".  There were problems with SunOS 5.9,
13732         and it performs better.
13734 2011-05-17  Glenn Morris  <rgm@gnu.org>
13736         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13738         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13739         Replace obsolete function.
13741         * shell.el (pcomplete-parse-arguments-function): Declare.
13743         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13744         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13745         (appt-check): Doc fixes.
13746         (appt-disp-window-function, appt-delete-window-function):
13747         Remove needless special case in custom :type.
13748         (appt-display-count): Default to 0, not nil.
13749         (appt-check): Reset appt-display-count to 0, not nil.
13751 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
13753         * progmodes/python.el (python-font-lock-keywords):
13754         Add the Python 3.X keyword "nonlocal" (bug#8639).
13756 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13758         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13760 2011-05-16  Kevin Ryde  <user42@zip.com.au>
13762         * info-look.el (makefile-automake-mode): New setups, looking in
13763         automake manual, then makefile-mode.
13764         (makefile-mode): Remove automake manual, have it just in
13765         makefile-automake-mode since there's various things different or
13766         not relevant to plain make.
13767         (makefile-mode): Remove "other-modes" non-existent automake-mode,
13768         believe a hypothetical automake-mode would go to makefile-mode,
13769         not the other way around.
13771 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
13773         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13774         hunk-end tags (Bug#8672).
13776         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13777         vc-annotate-show-diff-revision-at-line (Bug#8671).
13779 2011-05-14  Glenn Morris  <rgm@gnu.org>
13781         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13782         in the middle of an existing one with multiple authors.  (Bug#8645)
13783         (change-log-font-lock-keywords): Also handle multiple author lines
13784         with leading tabs.  (Bug#8644)
13786         * calendar/appt.el (appt-check): Rename some local variables.
13787         Some simplification/reordering.
13789         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13790         (feedmail-sendmail-f-doesnt-sell-me-out)
13791         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13792         (feedmail-debug-sit-for, feedmail-queue-express-hook)
13793         (feedmail-queue-runner-message-sender): Set :version.
13794         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13795         (bbdb-dwim-net-address, vm-mail): Declare.
13796         (feedmail-binmail-gnulinuxish-template):
13797         Rename from feedmail-binmail-linuxish-template.
13798         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13799         Use insert-buffer-substring.
13801 2011-05-14  Bill Carpenter  <bill@carpenter.org>
13803         * mail/feedmail.el (feedmail-patch-level): Increase.
13804         (feedmail-debug): New custom group.
13805         (feedmail-confirm-outgoing-timeout)
13806         (feedmail-sendmail-f-doesnt-sell-me-out)
13807         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13808         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13809         (feedmail-sender-line, feedmail-from-line)
13810         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
13811         (feedmail-spray-this-address)
13812         (feedmail-spray-address-fiddle-plex-list)
13813         (feedmail-queue-use-send-time-for-date)
13814         (feedmail-queue-use-send-time-for-message-id)
13815         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13816         (feedmail-buffer-eating-function):
13817         Doc fixes.
13818         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13819         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13820         (feedmail-message-action-scroll-down): New functions.
13821         (feedmail-queue-directory, feedmail-queue-draft-directory):
13822         Use expand-file-name.
13823         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13824         Remove C-v help entry.
13825         (feedmail-queue-buffer-file-name): New variable.
13826         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13827         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13828         (feedmail-message-action-send-strong, feedmail-message-action-edit)
13829         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13830         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13831         (feedmail-message-action-toggle-spray)
13832         (feedmail-run-the-queue-no-prompts)
13833         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13834         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13835         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13836         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13837         (feedmail-envelope-deducer, feedmail-fiddle-from)
13838         (feedmail-fiddle-sender, feedmail-default-date-generator)
13839         (feedmail-fiddle-date, feedmail-fiddle-message-id)
13840         (feedmail-fiddle-spray-address)
13841         (feedmail-fiddle-list-of-spray-fiddle-plexes)
13842         (feedmail-fiddle-list-of-fiddle-plexes)
13843         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13844         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13845         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13846         Change default.  Doc fix.
13847         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13848         (feedmail-binmail-linuxish-template): New constant.
13849         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
13850         Respect feedmail-sendmail-f-doesnt-sell-me-out.
13851         (feedmail-send-it): Add debug call.
13852         Use feedmail-queue-buffer-file-name, and
13853         feedmail-send-it-immediately-wrapper.
13854         (feedmail-message-action-send): Add debug call.
13855         Use feedmail-send-it-immediately-wrapper.
13856         (feedmail-queue-express-to-queue): Add debug call.
13857         Run feedmail-queue-express-hook.
13858         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
13859         (feedmail-message-action-help-blat):
13860         Rename from feedmail-queue-send-edit-prompt-help-first.
13861         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
13862         Check line-endings.  Handle errors better.
13863         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13864         Doc fix.  Add debug call.
13865         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
13866         Use feedmail-queue-send-edit-prompt-inner.
13867         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13868         (feedmail-queue-send-edit-prompt-inner): New function, extracted
13869         from feedmail-queue-send-edit-prompt.
13870         (feedmail-queue-send-edit-prompt-help)
13871         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13872         (feedmail-tidy-up-slug): Add debug call.
13873         Respect feedmail-queue-slug-suspect-regexp.
13874         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13875         (feedmail-dump-message-to-queue): Add debug call.
13876         Expand queue-directory.
13877         (feedmail-dump-message-to-queue): Change message slightly.
13878         Use feedmail-say-chatter.
13879         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
13880         (feedmail-send-it-immediately-wrapper): New function.
13881         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
13882         Insert empty string rather than newline.  Handle full-frame case.
13883         Use catch/throw.  Use feedmail-say-chatter.
13884         (feedmail-fiddle-from): Try mail-host-address.
13885         (feedmail-default-message-id-generator): Doc fix.
13886         Bind system-time-locale.  Handle missing end.
13887         (feedmail-fiddle-x-mailer): Add debug call.
13888         Handle feedmail-x-mailer-line being nil.
13889         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13890         Add debug call.  Use buffer-substring-no-properties.
13891         (feedmail-say-debug, feedmail-say-chatter): New functions.
13892         (feedmail-find-eoh): Give an explicit error.
13894 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
13896         * net/newst-treeview.el (newsticker-treeview-face): Change default
13897         family from helvetica to sans.
13898         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
13899         etc/images/newsticker.
13901         * net/newst-reader.el (newsticker-feed-face): Change default
13902         family from helvetica to sans.
13904         * net/newst-plainview.el (newsticker-new-item-face)
13905         (newsticker-old-item-face, newsticker-immortal-item-face)
13906         (newsticker-obsolete-item-face, newsticker-date-face)
13907         (newsticker-statistics-face): Change default family from
13908         helvetica to sans.
13909         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
13910         etc/images/newsticker.
13912         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13913         (newsticker--process-auto-mark-filter-match): Tell user about
13914         auto-marking.
13916 2011-05-13  Didier Verna  <didier@xemacs.org>
13918         Common Lisp indentation improvements on defmethod and lambda-lists.
13919         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13920         TODO entries.
13921         (lisp-lambda-list-keyword-parameter-indentation)
13922         (lisp-lambda-list-keyword-parameter-alignment)
13923         (lisp-lambda-list-keyword-alignment): New customizable user options.
13924         (lisp-indent-defun-method): Improve docstring.
13925         (extended-loop-p): Fix comment.
13926         (lisp-indent-lambda-list-keywords-regexp): New variable.
13927         (lisp-indent-lambda-list): New function.
13928         (lisp-indent-259): Use it.
13929         (lisp-indent-defmethod): Support for more than one
13930         method qualifier and properly indent methods lambda-lists.
13931         (defgeneric): Provide a missing common-lisp-indent-function property.
13933 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13935         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13936         bounds for the empty string (bug#8667).
13938 2011-05-13  Glenn Morris  <rgm@gnu.org>
13940         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13942         * mail/sendmail.el (sendmail-program): Try executable-find first.
13943         (sendmail-send-it): `sendmail-program' cannot be unbound.
13945         * calendar/appt.el (appt-make-list): Simplify.
13946         (appt-time-msg-list): Doc fix.
13947         (appt-check): Change mode-line message at the time of the appointment.
13949 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
13951         * progmodes/ld-script.el (ld-script-keywords)
13952         (ld-script-builtins): Update keywords list.
13954 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13956         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13958         * shell.el (shell-completion-vars): New function.
13959         (shell-mode):
13960         * simple.el (read-shell-command): Use it.
13961         (blink-matching-open): No need for " [...]" in minibuffer-message.
13963 2011-05-12  Glenn Morris  <rgm@gnu.org>
13965         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13966         (appt-check): Simplify.
13968 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
13970         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
13971         literal "/dev/null".
13973 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13975         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13976         Fix typo.
13978 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
13980         * progmodes/which-func.el (which-function):
13981         Use add-log-current-defun instead of add-log-current-defun-function,
13982         which might not be defined (Bug#8260).
13984 2011-05-12  Glenn Morris  <rgm@gnu.org>
13986         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13987         Let byte-compile-initial-macro-environment always take precedence.
13989 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13991         * net/rcirc.el: Add support for SSL/TLS connections.
13992         (rcirc-server-alist): New field `encryption'.
13993         (rcirc): Check `encryption' settings.
13994         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
13995         Merge make-local-variable into `set'.
13996         (rcirc--connection-open-p): New function.
13997         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13998         the process is not a network process (e.g. running gnutls-cli).
13999         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14000         Make rcirc-(en|de)code-coding-system local here.
14001         (rcirc-mode): Merge make-local-variable into `set'.
14002         (rcirc-parent-buffer): Make permanent buffer-local.
14003         (rcirc-multiline-minor-mode): Don't do it here.
14004         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14005         there's no server buffer.
14007 2011-05-11  Glenn Morris  <rgm@gnu.org>
14009         * newcomment.el (comment-kill): Prefix "unused" local.
14011         * term/w32console.el (get-screen-color): Declare.
14013         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14014         Handle symbol elements of byte-compile-initial-macro-environment.
14016 2011-05-10  Leo Liu  <sdl.web@gmail.com>
14018         * bookmark.el (bookmark-bmenu-mode-map):
14019         Bind bookmark-bmenu-search to `/'.
14021         * mail/footnote.el: Convert to utf-8 encoding.
14022         (footnote-unicode-string, footnote-unicode-regexp): New variable.
14023         (Footnote-unicode): New function.
14024         (footnote-style-alist): Add unicode style to the list.
14025         (footnote-style): Doc fix.
14027 2011-05-10  Jim Meyering  <meyering@redhat.com>
14029         Fix doubled-word typos.
14030         * international/quail.el (quail-insert-kbd-layout): and and -> and
14031         * kermit.el: and and -> and
14032         * net/ldap.el (ldap-search-internal): to to -> to
14033         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14034         * progmodes/js.el (js-mode): and and -> and
14035         * textmodes/artist.el (artist-move-to-xy): at at -> at
14036         (artist-draw-region-trim-line-endings): if if -> if
14037         And Safetyc -> Safety.
14038         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14040 2011-05-10  Glenn Morris  <rgm@gnu.org>
14041             Stefan Monnier  <monnier@iro.umontreal.ca>
14043         * files.el (hack-one-local-variable-eval-safep):
14044         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
14046 2011-05-10  Glenn Morris  <rgm@gnu.org>
14048         * calendar/diary-lib.el (diary-list-entries-hook)
14049         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14050         (diary-nongregorian-marking-hook, diary-list-entries)
14051         (diary-include-other-diary-files, diary-mark-entries)
14052         (diary-mark-included-diary-files): Doc fixes.
14054 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
14056         * misc.el: Require tabulated-list.el during compilation.
14058 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
14060         * progmodes/compile.el (compilation-start):
14061         Run compilation-filter-hook for the async case too.
14062         (compilation-filter-hook): Doc fix.
14064 2011-05-09  Deniz Dogan  <deniz@dogan.se>
14066         * wdired.el: Remove outdated installation comment.  Fix usage
14067         comment.
14069 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
14071         * misc.el: Implement new command `list-dynamic-libraries'.
14072         (list-dynamic-libraries--loaded-only-p): New variable.
14073         (list-dynamic-libraries--refresh): New function.
14074         (list-dynamic-libraries): New command.
14076 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
14078         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14079         Fix the ant regexp to handle end-line and end-column info from jikes.
14080         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
14081         higher priority to avoid clobbering by gnu.
14083 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
14085         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14086         if the face has existing theme settings (Bug#8454).
14088 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
14090         * progmodes/perl-mode.el (perl-imenu-generic-expression):
14091         Only match variables declared via `my' or `our' (Bug#8261).
14093         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14094         special file names `.' and `..' (Bug#8259).
14096 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
14098         * progmodes/grep.el (grep-mode-font-lock-keywords):
14099         Remove buffer-changing entries.
14100         (grep-filter): New function.
14101         (grep-mode): Add it to compilation-filter-hook.
14103         * progmodes/compile.el (compilation-filter-hook)
14104         (compilation-filter-start): New defvars.
14105         (compilation-filter): Call compilation-filter-hook prior to
14106         updating the process mark.
14108 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14110         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14112 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
14114         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14115         mailclient-send-it even if window-system is nil.  (Bug#8595)
14117         * term/w32console.el (terminal-init-w32console):
14118         Call get-screen-color and use its output to set the frame
14119         background-mode.  (Bug#8597)
14121 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14123         Make bytecomp.el understand that defmethod defines funs (bug#8631).
14124         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14125         New functions.
14126         (defgeneric, eieio--defmethod): Use them.
14127         (eieio-defgeneric): Remove.
14128         (defmethod): Call defgeneric in a way visible to the byte-compiler.
14130 2011-05-07  Glenn Morris  <rgm@gnu.org>
14132         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14133         Use let rather than let*.
14134         (timeclock-find-discrep): Remove unused local.
14136         * calendar/diary-lib.el (diary-comment-start): Doc fix.
14138         * calendar/appt.el (appt-time-msg-list): Doc fix.
14140 2011-05-06  Noah Friedman  <friedman@splode.com>
14142         * apropos.el (apropos-print-doc): Only use
14143         emacs-lisp-docstring-fill-column when it is bound to an integer,
14144         per that variable's documentation.
14146 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14148         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
14149         and warnings are not silently discarded (e.g. use -d instead of -P).
14151 2011-05-06  Glenn Morris  <rgm@gnu.org>
14153         * calendar/appt.el (appt-message-warning-time): Doc fix.
14154         (appt-warning-time-regexp): New option.
14155         (appt-make-list): Respect appt-message-warning-time.
14157         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14158         New options.
14159         (diary-add-to-list): Strip comments from the displayed string.
14160         (diary-mode): Set comment-start and comment-end.
14162         * vc/diff-mode.el (smerge-refine-subst): Declare.
14163         (diff-refine-hunk): Don't require smerge-mode when compiling.
14165 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
14167         * simple.el (list-processes): Return nil as the docstring says.
14169 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
14171         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14172         to "".
14173         (ange-ftp-write-region, ange-ftp-insert-file-contents)
14174         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14175         determining of binary transfer.  (Bug#7383)
14177 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
14179         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14180         Fix port computation bug.  (Bug#8618)
14182 2011-05-05  Glenn Morris  <rgm@gnu.org>
14184         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14186         * simple.el (shell-dynamic-complete-functions)
14187         (comint-dynamic-complete-functions): Declare.
14189         * net/network-stream.el (gnutls-negotiate):
14190         * simple.el (tabulated-list-print): Fix declarations.
14192         * progmodes/gud.el (syntax-symbol, syntax-point):
14193         Remove unnecessary and incorrect declarations.
14195         * emacs-lisp/check-declare.el (check-declare-scan):
14196         Handle byte-compile-initial-macro-environment in bytecomp.el
14198 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14200         Fix earlier half-done eieio-defmethod change (bug#8338).
14201         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14202         Streamline and change calling convention.
14203         (defmethod): Adjust accordingly and simplify.
14204         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14205         new eieio--defmethod.
14206         (slot-boundp): Minor CSE simplification.
14208 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
14210         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14211         (glasses-make-readable): Use glasses-separate-capital-groups.
14213 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
14215         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14216         (warning-series): Doc fix.
14217         (display-warning): Don't try to create the buffer if we just found it.
14219 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
14221         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14222         (autoload-find-generated-file): New function.
14223         (generate-file-autoloads): Bind generated-autoload-file to
14224         buffer-file-name.
14225         (update-file-autoloads, update-directory-autoloads):
14226         Use autoload-find-generated-file.  If called interactively, prompt for
14227         output file (Bug#7989).
14228         (batch-update-autoloads): Doc fix.
14230 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
14232         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14234 2011-05-04  Glenn Morris  <rgm@gnu.org>
14236         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14237         function, so it follows changes in calendar-date-style.
14238         (diary-fancy-date-matcher): New function.
14239         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14240         (diary-fancy-font-lock-fontify-region-function):
14241         Use diary-fancy-date-pattern as a function.
14243         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14244         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
14246 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
14248         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14249         instead of positional arguments.  Allow :keylist and :crlfiles
14250         arguments.
14251         (open-gnutls-stream): Call it.
14253         * net/network-stream.el (network-stream-open-starttls): Adjust to
14254         call `gnutls-negotiate' with :process and :hostname arguments.
14256 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14258         * minibuffer.el (completion--message): New function.
14259         (completion--do-completion, minibuffer-complete)
14260         (minibuffer-force-complete, minibuffer-complete-word): Use it.
14261         (completion--do-completion): Don't ignore completion-auto-help when in
14262         icomplete-mode.
14264         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14265         internal encoding (e.g. tibetan zero is not whitespace).
14266         (global-whitespace-mode): Prefer save-current-buffer.
14267         (whitespace-trailing-regexp): Remove useless save-match-data.
14268         (whitespace-empty-at-bob-regexp): Minor simplification.
14270 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
14272         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14274 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14276         * textmodes/ispell.el (ispell-add-per-file-word-list):
14277         Use `concat' to create string for insertion.
14279 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14281         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14282         Avoid open-line which runs post-self-insert-hook.
14283         (bibtex-fill-entry): Remove unused `end' var.
14285 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
14287         * textmodes/ispell.el (ispell-add-per-file-word-list):
14288         Protect against `nil' value of `comment-start' (Bug#8579).
14290 2011-05-03  Leo Liu  <sdl.web@gmail.com>
14292         * isearch.el (isearch-yank-pop): New command.
14293         (isearch-mode-map): Bind it to `M-y'.
14294         (isearch-forward): Mention it.
14296 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14298         * simple.el (minibuffer-complete-shell-command): Remove.
14299         (minibuffer-local-shell-command-map): Use completion-at-point.
14300         (read-shell-command): Setup completion vars here instead.
14301         (read-expression-map): Bind TAB to symbol completion.
14303         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14304         error directly rather via storing it into `results'.
14306 2011-05-02  Leo Liu  <sdl.web@gmail.com>
14308         * vc/diff.el: Fix description.
14310 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14312         * server.el (server-eval-at): New function.
14314 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14316         * net/network-stream.el (open-network-stream): Take a :nowait
14317         parameter and pass it on to `make-network-process'.
14318         (network-stream-open-plain): Ditto.
14320 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
14322         * faces.el (face-spec-set-match-display): Don't match toolkit
14323         options on terminal frames.
14325 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14327         * progmodes/pascal.el: Use lexical binding.
14328         (pascal-mode-map): Remove author preferences.
14330         * pcomplete.el (pcomplete-std-complete): Don't abuse
14331         completion-at-point.
14333 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
14335         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14336         removing code that has been dead since 1991 or so.
14338         * startup.el (command-line): When warning about "_emacs", use a
14339         delayed warning to allow the user to filter it out.
14341 2011-04-28  Deniz Dogan  <deniz@dogan.se>
14343         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14344         user has not joined.
14346 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14348         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14349         aren't any completions at point.
14351 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
14353         * subr.el (display-delayed-warnings): New function.
14354         (delayed-warnings-hook): New variable.
14356 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14358         * minibuffer.el (completion-at-point, completion-help-at-point):
14359         Don't presume that a given completion-at-point-function will always
14360         use the same calling convention.
14362         * pcomplete.el (pcomplete-completions-at-point):
14363         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
14364         pcomplete-seen is non-nil.
14365         (pcomplete-comint-setup): Also recognize the new comint/shell
14366         completion functions.
14367         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14368         pcomplete-seen is non-nil.
14370 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
14372         * calendar/icalendar.el (diary-lib): Add require statement.
14373         (icalendar--create-uid): Read out a uid from a text-property on
14374         the first character in the entry.  This allows for code to add its
14375         own uid to the entry.
14376         (icalendar--convert-float-to-ical): Add export of
14377         `diary-float'-entries save for those with the optional DAY
14378         argument.
14380 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
14382         * subr.el (shell-quote-argument): Use alternate escaping strategy
14383         when we spot a variable reference in a string.
14385 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
14387         * cus-start.el (all): Define customization for debug-on-event.
14389 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
14391         * subr.el (shell-quote-argument): Escape correctly under Windows.
14393 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14395         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14397 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
14399         * net/tramp.el (tramp-process-actions): Add POS argument.
14400         Delete region between POS and (pos).
14402         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14403         Use `nil' position in `tramp-process-actions' call.
14404         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14406         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14407         position in `tramp-process-actions' call.
14409         * net/trampver.el: Update release number.
14411 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14413         * custom.el (defcustom): Obey lexical-binding.
14415         Fix octave-inf completion problems reported by Alexander Klimov.
14416         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14417         Inherit from octave-mode-syntax-table.
14418         (inferior-octave-mode): Set info-lookup-mode.
14419         (inferior-octave-completion-at-point): New function.
14420         (inferior-octave-complete): Use it and completion-in-region.
14421         (inferior-octave-dynamic-complete-functions): Use it as well, and use
14422         comint-filename-completion.
14423         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14424         symbol elements which shouldn't be word elements.
14425         (octave-font-lock-keywords, octave-beginning-of-defun)
14426         (octave-function-header-regexp): Adjust regexps accordingly.
14427         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14429 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
14431         * net/gnutls.el (gnutls-errorp): Declare before first use.
14433 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
14435         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14436         verify-error, and verify-hostname-error parameters.  Check whether
14437         default trustfile exists before going to use it.  Add missing
14438         argument to gnutls-message-maybe call.  Return value.
14439         Reported by Claudio Bley <claudio.bley@gmail.com>.
14440         (open-gnutls-stream): Add usage example.
14442         * net/network-stream.el (network-stream-open-starttls): Give host
14443         parameter to `gnutls-negotiate'.
14444         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
14445         * subr.el (shell-quote-argument): Escape correctly under Windows.
14447 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
14449         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14450         Use correct match group (bug#8438).
14452 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
14454         * emacs-lisp/package.el (package-built-in-p): Fix typo.
14455         (package-menu--generate): New arg specifying packages to show.
14456         (package-menu-refresh, package-menu-execute, list-packages):
14457         Callers changed.
14458         (package-show-package-list): New function, replacing deleted
14459         package--list-packages (renamed because it is non-internal).
14461         * finder.el (finder-list-matches): Use package-show-package-list
14462         instead of deleted package--list-packages.
14464         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14465         Based on a previous implementation by Juanma Barranquero (Bug#8366).
14466         (vc-annotate-mode-map): Bind it to RET.
14468 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
14470         * progmodes/etags.el (next-file): Don't use set-buffer to change
14471         buffers (Bug#8478).
14473 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
14475         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14477         * apropos.el (apropos-label-face): Avoid variable-pitch face.
14478         (apropos-accumulator): Doc fix.
14479         (apropos-function, apropos-macro, apropos-command)
14480         (apropos-variable, apropos-face, apropos-group, apropos-widget)
14481         (apropos-plist): Add face property.
14482         (apropos-symbols-internal): Fix indentation.
14483         (apropos-print): Simplify help, and recognize apropos-multi-type.
14484         (apropos-print-doc): Use button-type-get to extract the button's
14485         face property.  Fill docstring (Bug#8352).
14487 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
14489         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14491         * play/mpuz.el (mpuz-silent): Doc fix.
14492         (mpuz-mode-map): Use mapc.
14493         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14494         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14495         Fix typos in docstrings.
14497         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14498         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14500         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14502 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
14504         * minibuffer.el (completion--do-completion): Avoid the "Next char
14505         not unique" prompt if icomplete-mode is enabled (Bug#5849).
14507         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14508         mouse-2 into unread-command-events, it is interpreted correctly.
14510         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
14511         (image-toggle-display): Doc fix.
14513 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
14515         * textmodes/page.el (what-page): Use line-number-at-pos to
14516         calculate line number (Bug#6825).
14518 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
14520         * eshell/esh-mode.el (find-tag-interactive): Declare function.
14521         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14522         Pass argument NO-DEFAULT to `find-tag-interactive'.
14524 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
14526         Lexical-binding cleanup.
14528         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14529         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14530         * progmodes/ada-prj.el (ada-prj-initialize-values)
14531         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14532         (ada-prj-show-value):
14533         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14534         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14535         (antlr-invalidate-context-cache, antlr-options-menu-filter)
14536         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14537         * progmodes/bug-reference.el (bug-reference-push-button):
14538         * progmodes/fortran.el (fortran-line-length):
14539         * progmodes/glasses.el (glasses-change):
14540         * progmodes/octave-mod.el (octave-fill-paragraph):
14541         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14542         (python-pdbtrack-grub-for-buffer, python-sentinel):
14543         * progmodes/sql.el (sql-save-connection):
14544         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14545         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14546         Mark unused parameters.
14548         * progmodes/compile.el (compilation--flush-directory-cache)
14549         (compilation--flush-parse, compile-internal): Mark unused parameters.
14550         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14551         (compilation-next-error-function): Remove unused variable `timestamp'.
14553         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14554         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14556         * progmodes/dcl-mode.el (dcl-end-of-command):
14557         Remove unused variable `start'.
14558         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14559         (dcl-option-value-basic, dcl-option-value-offset)
14560         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14561         Mark unused parameters.
14562         (dcl-save-local-variable): Remove unused variable `val'.
14563         (mode): Declare.
14565         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14566         Mark unused parameters.
14567         (delphi-ignore-changes): Move before first use.
14568         (delphi-charset-token-at): Remove unused variable `start'.
14569         (delphi-else-start): Remove unused variable `if-count'.
14570         (delphi-comment-block-start, delphi-comment-block-end):
14571         Remove unused variable `kind'.
14572         (delphi-indent-line): Remove unused variable `new-point'.
14574         * progmodes/ebrowse.el (ebrowse-files-list)
14575         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14576         Mark unused parameters.  Don't quote `lambda'.
14577         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14578         Don't quote `lambda'.
14579         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14580         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14581         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14582         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14583         Use `ignore-errors'.
14584         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14585         (ebrowse-view/find-file-and-search-pattern)
14586         (ebrowse-view/find-member-declaration/definition):
14587         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14588         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14589         Rename parameter PREFIX-ARG to PREFIX.
14590         (ebrowse-tags-read-name): Remove unused variables `start' and
14591         `member-info'.
14592         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14593         to `tags-file'.
14595         * progmodes/etags.el (local-find-tag-hook): Declare.
14596         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14597         Mark unused parameters.
14599         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14600         (executable-interpret): Mark unused parameter.
14602         * progmodes/flymake.el (flymake-process-sentinel)
14603         (flymake-after-change-function)
14604         (flymake-create-temp-with-folder-structure)
14605         (flymake-get-include-dirs-dot): Mark unused parameters.
14606         (flymake-safe-delete-directory): Remove unused variable `err'.
14608         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14609         (speedbar-timer-fn, speedbar-line-text)
14610         (speedbar-change-expand-button-char, speedbar-delete-subblock)
14611         (speedbar-center-buffer-smartly): Declare functions.
14612         (gdb-find-watch-expression): Remove unused variable `array'.
14613         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14614         (gdb-starting): Mark unused parameters.
14615         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14616         (gdb-table-string): Remove unused variable `res'.
14617         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14618         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14619         (gdb-display-buffer): Remove unused variable `cur-size'.
14621         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14622         allow lexical-binding compilation.
14623         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14624         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14625         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14626         Mark unused parameters.
14627         (gud-gdb-marker-filter): Remove unused variable `match'.
14628         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14629         lambda expressions and funcall them, instead of using `fset'.
14631         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14632         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14634         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14635         variable `header-beg'; use `let'.
14637         * progmodes/icon.el (indent-icon-exp): Remove unused variables
14638         `restart', `last-sexp' and `at-do'.
14640         * progmodes/js.el (js--debug): Mark unused parameter.
14641         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14642         (js--splice-into-items): Remove unused variable `item'.
14643         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14645         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14646         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14647         (makefile-complete): Remove unused variable `try'.
14648         (makefile-fill-paragraph, makefile-match-function-end):
14649         Mark unused parameters.
14651         * progmodes/octave-inf.el (inferior-octave-complete):
14652         Remove unused variable `proc'.
14653         (inferior-octave-output-digest): Mark unused parameter.
14655         * progmodes/perl-mode.el (perl-calculate-indent):
14656         Remove unused variable `err'.
14658         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14659         (prolog-indent-line): Mark unused parameters.
14660         (prolog-indent-line): Remove unused variable `beg'.
14662         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14663         (reporter-dont-compact-list): Declare.
14665         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14666         Remove unused variable `char'.
14667         (sh-debug): Mark unused parameter.
14668         (sh-get-indent-info): Remove unused variable `start'.
14669         (sh-calculate-indent): Remove unused variable `var'.
14671         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14672         (simula-electric-keyword): Remove unused variable `null'.
14673         (simula-search-backward, simula-search-forward): Remove unused
14674         variables `begin' and `end'.
14676         * progmodes/vera-mode.el (vera-guess-basic-syntax):
14677         Remove unused variable `pos'.
14678         (vera-electric-tab, vera-comment-uncomment-region):
14679         Mark unused parameters.
14680         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14682 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
14684         * emacs-lisp/package.el (package--builtins, package-alist)
14685         (package-load-descriptor, package-built-in-p, package-activate)
14686         (define-package, package-installed-p)
14687         (package-compute-transaction, package-buffer-info)
14688         (package--push): Doc fix.  Distinguish more clearly between
14689         version strings and version lists.
14691 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
14693         Lexical-binding cleanup.
14695         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14696         (5x5-make-mutate-best):
14697         * play/fortune.el (fortune-in-buffer):
14698         * play/gomoku.el (gomoku-init-display):
14699         * play/solitaire.el (solitaire, solitaire-do-check):
14700         * play/tetris.el (tetris-default-update-speed-function):
14701         Mark unused parameters.
14703         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14704         (bubbles--shift): Remove unused variable `char-org'.
14705         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
14706         (bubbles--show-images): Remove unused variable `char'.
14708         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14709         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14710         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14711         (decipher-analyze-buffer): Use ?\s.
14712         (decipher-make-checkpoint): Remove unused variable `mapping'.
14714         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14716         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14717         Remove unused variable `result'; use `let'.
14719         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14720         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14721         (gametree-children-shown-p, gametree-compute-reduced-score):
14722         Use `ignore-errors'.
14724         * play/handwrite.el (ps-lpr-switches): Declare.
14725         (handwrite): Remove unused variables `pmin' and `lastp'.
14727         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14729         * play/landmark.el (landmark-init-display)
14730         (landmark-update-naught-weights): Mark unused parameters.
14731         (landmark-y): Remove unused variable `noise'.  Simplify.
14732         (landmark-human-plays): Remove unused variable `score'.
14734         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14735         (mpuz-try-proposal): Remove unused variable `game'.
14737         * play/zone.el (life-patterns): Declare.
14739 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
14741         * vc/vc.el (ediff-vc-internal): Declare function.
14743 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14745         * shell.el: Use lexical-binding and std completion UI.
14746         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14747         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14748         comint-preoutput-filter-functions rather than on
14749         comint-output-filter-functions.
14750         (shell-command-completion, shell--command-completion-data)
14751         (shell-filename-completion, shell-environment-variable-completion)
14752         (shell-c-a-p-replace-by-expanded-directory): New functions.
14753         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14754         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14755         (shell-dynamic-complete-environment-variable): Use them.
14756         (shell-dynamic-complete-as-environment-variable)
14757         (shell-dynamic-complete-as-command): Remove.
14758         (shell-match-partial-variable): Match past point.
14759         * comint.el: Clean up use of completion-at-point-functions.
14760         (comint-completion-at-point): New function.
14761         (comint-mode): Use it completion-at-point-functions.
14762         (comint-dynamic-complete): Make it obsolete.
14763         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14764         (comint-c-a-p-replace-by-expanded-history): New function.
14765         (comint-dynamic-complete-functions)
14766         (comint-replace-by-expanded-history): Use it.
14767         * minibuffer.el (completion-table-with-terminator): Allow dynamic
14768         termination strings.  Try harder to avoid second try-completion.
14769         (completion-in-region-mode-map): Disable bindings that don't work yet.
14771         * comint.el: Use lexical-binding.  Require CL.
14772         (comint-dynamic-complete-functions): Use comint-filename-completion.
14773         (comint-completion-addsuffix): Tweak custom type.
14774         (comint-filename-completion, comint--common-suffix)
14775         (comint--common-quoted-suffix, comint--table-subvert)
14776         (comint--complete-file-name-data): New functions.
14777         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14778         (comint-dynamic-list-filename-completions): Use them.
14779         (comint-dynamic-simple-complete): Make obsolete.
14781         * minibuffer.el (completion-in-region-mode):
14782         Keep completion-in-region-mode--predicate global.
14783         (completion-in-region--postch):
14784         Assume completion-in-region-mode--predicate is not null.
14786         * progmodes/flymake.el (flymake-start-syntax-check-process):
14787         Obey `dir'.  Simplify.
14789         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14790         we're in VC after all.
14792 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
14794         * vc/vc.el (vc-diff-build-argument-list-internal)
14795         (vc-version-ediff, vc-ediff): New commands.
14796         (vc-version-diff): Use vc-diff-build-argument-list-internal.
14798 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14800         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14801         add sanity check.
14803         * obsolete/erc-hecomplete.el: Make obsolete.
14804         * obsolete/: Standardize obsolescence info in the header.
14806 2011-04-20  Glenn Morris  <rgm@gnu.org>
14808         * calendar/solar.el (solar-horizontal-coordinates):
14809         Use the longitude argument rather than `calendar-longitude'.
14810         (solar-date-next-longitude): Remove unused locals.
14812 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14814         * whitespace.el: New version 13.2.1.
14816 2011-04-20  felix  <EmacsWiki>  (tiny change)
14818         * whitespace.el (global-whitespace-mode): Keep highlight when
14819         switching between major modes on a file.
14821 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14823         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14824         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14825         multi-line comments as well.
14827 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
14829         Lexical-binding cleanup.
14831         * arc-mode.el (archive-mode-revert):
14832         * cmuscheme.el (scheme-interactively-start-process):
14833         * custom.el (custom-initialize-delay):
14834         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14835         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14836         * emacs-lock.el (emacs-lock-clear-sentinel):
14837         * ezimage.el (defezimage):
14838         * follow.el (follow-avoid-tail-recenter):
14839         * fringe.el (set-fringe-mode-1):
14840         * generic-x.el (bat-generic-mode-compile):
14841         * help-mode.el (help-info-variable, help-do-xref)
14842         (help-mode-revert-buffer):
14843         * help.el (view-emacs-todo):
14844         * iswitchb.el (iswitchb-completion-help):
14845         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14846         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14847         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14848         * locate.el (locate-update):
14849         * longlines.el (longlines-encode-region)
14850         (longlines-after-change-function):
14851         * outline.el (outline-isearch-open-invisible):
14852         * ps-def.el (declare-function, charset-dimension, char-width)
14853         (encode-char):
14854         * ps-mule.el (ps-mule-plot-string):
14855         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14856         (recentf-edit-list-select, recentf-edit-list-validate)
14857         (recentf-open-files-action):
14858         * rect.el (delete-whitespace-rectangle-line)
14859         (rectangle-number-line-callback):
14860         * register.el (window-configuration-to-register)
14861         (frame-configuration-to-register):
14862         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14863         * select.el (xselect-convert-to-string, xselect-convert-to-length)
14864         (xselect-convert-to-targets, xselect-convert-to-delete)
14865         (xselect-convert-to-filename, xselect-convert-to-charpos)
14866         (xselect-convert-to-lineno, xselect-convert-to-colno)
14867         (xselect-convert-to-os, xselect-convert-to-host)
14868         (xselect-convert-to-user, xselect-convert-to-class)
14869         (xselect-convert-to-name, xselect-convert-to-integer)
14870         (xselect-convert-to-atom, xselect-convert-to-identity):
14871         * subr.el (declare, ignore, process-kill-without-query)
14872         (text-clone-maintain):
14873         * terminal.el (te-get-char, te-tic-sentinel):
14874         * tool-bar.el (tool-bar-make-keymap):
14875         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14876         * type-break.el (type-break-mode, type-break-noninteractive-query):
14877         * view.el (View-back-to-mark):
14878         * wid-browse.el (widget-browse-action, widget-browse-widget)
14879         (widget-browse-widgets, widget-browse-sexp):
14880         * widget.el (define-widget-keywords):
14881         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14882         Mark unused parameters.
14884         * align.el (align-adjust-col-for-rule): Mark unused parameter.
14885         (align-areas): Remove unused variable `look'.
14886         (align-region): Remove unused variables `real-end' and `pos-list'.
14888         * apropos.el (apropos-score-doc): Remove unused variable `i'.
14890         * bindings.el (mode-line-modified, mode-line-remote):
14891         Mark unused parameters.
14892         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14894         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14895         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14897         * comint.el (comint-history-isearch-pop-state)
14898         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14899         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14900         (comint-substitute-in-file-name): Doc fix.
14902         * completion.el (cmpl-statistics-block): Mark unused parameter.
14903         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14904         (save-completions-to-file, load-completions-from-file):
14905         Remove unused local variable `e'.
14907         * composite.el (compose-chars): Remove unused variable `len'.
14908         (lgstring-insert-glyph): Remove unused variable `g'.
14909         (compose-glyph-string): Remove unused variables `ascent',
14910         `descent', `lbearing' and `rbearing'.
14911         (compose-glyph-string-relative): Remove unused variables
14912         `lbearing', `rbearing' and `wadjust'.
14913         (compose-gstring-for-graphic): Remove unused variables `header',
14914         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
14915         (compose-gstring-for-terminal): Remove unused variables `header'
14916         and `nchars'.  Use `let', not `let*'.
14918         * cus-edit.el (Custom-set, Custom-save, custom-reset)
14919         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14920         (Custom-buffer-done, custom-buffer-create-internal)
14921         (custom-browse-visibility-action, custom-browse-group-tag-action)
14922         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14923         (widget-magic-mouse-down-action, custom-toggle-parent)
14924         (custom-add-parent-links, custom-toggle-hide-variable)
14925         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14926         (custom-toggle-hide-face, face, hook, custom-group-link-action)
14927         (custom-face-menu-create, custom-variable-menu-create, get)
14928         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14929         (custom-reset-standard-save-and-update): Remove unused variable `value'.
14930         (customize-apropos): Remove unused variable `tests'.
14931         (custom-group-value-create): Remove unused variable `hidden-p'.
14932         (sort-fold-case): Declare.
14934         * cus-theme.el (custom-reset-standard-faces-list)
14935         (custom-reset-standard-variables-list): Declare.
14936         (customize-create-theme, custom-theme-revert, custom-theme-write)
14937         (custom-theme-choose-mode, customize-themes, custom-theme-save):
14938         Mark unused parameters.
14940         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14942         * delim-col.el (delimit-columns-max): Move defvar before first use.
14944         * descr-text.el (describe-char-categories): Don't quote `lambda'.
14945         (describe-char): Don't quote `lambda'.  Mark unused parameter.
14947         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14948         (auto-insert): Declare.
14949         (desktop-restore-file-buffer): Rename desktop-* parameters;
14950         mark unused ones.
14951         (desktop-create-buffer): Rename desktop-* parameters and bind them.
14952         (desktop-buffer): Rename desktop-* parameters.
14954         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14955         (dframe-reposition-frame-xemacs, dframe-help-echo)
14956         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14957         Mark unused parameters.
14959         * dired-aux.el (backup-extract-version-start, overwrite-query)
14960         (overwrite-backup-query, rename-regexp-query)
14961         (rename-non-directory-query): Declare.
14962         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14963         (dired-add-entry): Remove unused variable `orig-file-name'.
14964         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14965         Use parameter PRESERVE-TIME instead of accessing dynamic variable
14966         `dired-copy-preserve-time' directly.
14967         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14968         (dired-insert-subdir-newpos): Rename unused variable `pos'.
14970         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14971         (dired-virtual-revert, dired-make-relative-symlink):
14972         Mark unused parameters.
14973         (manual-program): Declare.
14974         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14975         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14976         wrapped in `with-no-warnings' to avoid replacing one warning by another.
14978         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14980         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14982         * echistory.el (electric-history-in-progress, Helper-return-blurb):
14983         Declare.
14985         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14987         * electric.el (Electric-command-loop): Rename parameter
14988         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14990         * expand.el (expand-in-literal): Remove unused variable `here'.
14992         * facemenu.el (facemenu-add-new-color):
14993         Remove unused variable `docstring'.
14995         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14996         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14997         (face-attr-construct): Mark unused parameter.  Doc fix.
14998         (read-color): Remove unused variable `hex-string'.
15000         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15001         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15002         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15003         (display-buffer-other-frame): Remove unused variable `old-window'.
15004         (kill-buffer-hook): Declare.
15005         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15006         Mark unused parameters.
15007         (after-find-file): Pass 1 to `auto-save-mode', not t.
15009         * files-x.el (auto-insert): Declare.
15010         (modify-file-local-variable-prop-line): Remove unused variable `val'.
15012         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
15013         variable `buf'.  Mark unused parameter.
15014         (find-lisp-insert-directory): Mark unused parameter.
15016         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15017         (format-encode-region): Remove unused variables `cur-buf' and `result'.
15018         (format-common-tail): Remove, unused.
15019         (format-deannotate-region): Remove unused variable `loc'.
15020         (format-annotate-region): Remove unused variable `p'.
15021         (format-annotate-single-property-change): Remove unused variables
15022         `default' and `tail'.
15024         * forms.el (read-file-filter): Declare.
15025         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15027         * frame.el (frame-creation-function-alist): Mark unused parameter.
15028         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15030         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15031         Remove unused parameters.
15032         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15033         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15035         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15036         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15037         (hfy-prepare-tag-map): Mark unused parameters.
15038         (htmlfontify-buffer): Use `called-interactively-p'.
15040         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15041         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15042         (ibuffer-do-occur): Mark unused parameters.
15043         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15044         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15046         * ibuffer.el: Don't quote `lambda'.
15047         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15048         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15049         Mark unused parameters.
15051         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15052         (ido-completing-read): Mark unused parameters.
15053         (ido-copy-current-word): Mark unused parameters;
15054         remove unused variable `name'.
15055         (ido-sort-merged-list): Remove unused parameter `dirs'.
15057         * ielm.el (ielm-input-sender): Mark unused parameter.
15058         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15059         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15060         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15061         `ielm-string' as a dynamic variable accessible from the IELM prompt.
15062         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
15064         * image-dired.el (image-dired-display-thumbs): Remove unused
15065         variables `curr-file' and `count'.
15066         (image-dired-remove-tag): Remove unused variable `start'.
15067         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15068         variable `curr-file'
15069         (image-dired-rotate-original): Remove unused variable `temp-file'.
15070         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15071         Remove unused variable `file'.
15072         (image-dired-gallery-generate): Remove unused variable `curr'.
15073         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15075         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15077         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15079         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15081         * isearch.el (minibuffer-history-symbol): Declare.
15082         (isearch-edit-string): Remove unused variable `err'.
15083         (isearch-message-prefix, isearch-message-suffix):
15084         Mark unused parameters.
15086         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15088         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15090         * makesum.el (double-column): Remove unused variable `cnt'.
15092         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15093         (ido-ignore-item-temp-list): Declare.
15095         * mouse-drag.el (mouse-drag-throw): Remove unused variables
15096         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15097         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15098         (mouse-drag-drag): Remove unused variables `mouse-delta' and
15099         `mouse-col-delta'.
15101         * mouse-sel.el (mouse-extend-internal):
15102         Remove unused variable `orig-window-frame'.
15104         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15105         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15106         Move declarations before first use.
15107         (pcomplete-opt): Mark unused parameters; doc fix.
15109         * proced.el (proced-revert): Mark unused parameter.
15110         (proced-send-signal): Remove unused variable `err'.
15112         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15113         Rename parameter PREFIX-ARG to ARG.
15114         (ps-basic-plot-string, ps-basic-plot-whitespace):
15115         Mark unused parameters.
15117         * replace.el (replace-count): Define.
15118         (occur-revert-function): Mark unused parameters.
15119         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15120         (isearch-case-fold-search, isearch-string): Declare.
15121         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15122         bind `case-fold-search'.  Remove unused variables `beg' and `end',
15123         and simplify.
15124         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15125         COUNT and bind `replace-count'.
15126         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15127         to COUNT.
15129         * savehist.el (print-readably, print-string-length): Declare.
15131         * shadowfile.el (shadow-expand-cluster-in-file-name):
15132         Remove unused variable `cluster'.
15133         (shadow-copy-file): Remove unused variable `i'.
15134         (shadow-noquery, shadow-clusters, shadow-site-cluster)
15135         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15136         (shadow-define-literal-group, shadow-define-regexp-group)
15137         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15139         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15140         (shell): Use `called-interactively-p'.
15141         (shell-directory-tracker): Remove unused variable `chdir-failure'.
15143         * simple.el (compilation-context-lines, comint-file-name-quote-list)
15144         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15145         (delete-backward-char): Remove unused variable `ocol'.
15146         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15147         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15148         (event-apply-hyper-modifier, event-apply-shift-modifier)
15149         (event-apply-control-modifier, event-apply-meta-modifier):
15150         Mark unused parameters.
15151         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15152         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15154         * speedbar.el (speedbar-ignored-directory-expressions)
15155         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15156         (speedbar-find-file, speedbar-dir-follow)
15157         (speedbar-directory-buttons-follow, speedbar-tag-find)
15158         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15159         (speedbar-buffers-line-directory, speedbar-buffer-click):
15160         Mark unused parameters.
15161         (speedbar-tag-file): Remove unused variable `mode'.
15162         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15164         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15166         * talk.el (talk): Remove unused variable `display'.
15168         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15169         (tar-write-region-annotate): Mark unused parameter.
15171         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15172         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15173         Declare them, wrapped in `with-no-warnings' to avoid replacing one
15174         warning by another.
15176         * time-stamp.el (time-stamp-string-preprocess):
15177         Remove unused variable `require-padding'.
15179         * tree-widget.el (widget-glyph-enable): Declare.
15180         (tree-widget-action): Mark unused parameter.
15182         * w32-fns.el (x-get-selection): Mark unused parameter.
15183         (autoload-make-program, generated-autoload-file): Declare.
15185         * wdired.el (wdired-revert): Mark unused parameters.
15186         (wdired-xcase-word): Remove unused variable `err'.
15188         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15189         (whitespace-help-scroll): Remove unused variable `data-help'.
15191         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15192         (widget-image-insert, widget-after-change, default)
15193         (widget-default-format-handler, widget-default-notify)
15194         (widget-default-prompt-value, widget-info-link-action)
15195         (widget-url-link-action, widget-function-link-action)
15196         (widget-variable-link-action, widget-file-link-action)
15197         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15198         (widget-field-prompt-internal, widget-field-action, widget-field-match)
15199         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15200         (widget-insert-button-action, widget-delete-button-action, visibility)
15201         (widget-documentation-link-action, widget-documentation-string-action)
15202         (widget-const-prompt-value, widget-regexp-match, symbol)
15203         (widget-coding-system-prompt-value)
15204         (widget-key-sequence-value-to-external, sexp)
15205         (widget-sexp-value-to-internal, character, vector, cons)
15206         (widget-choice-prompt-value, widget-boolean-prompt-value)
15207         (widget-color--choose-action): Mark unused parameters.
15208         (widget-item-match-inline, widget-choice-match-inline)
15209         (widget-checklist-match, widget-checklist-match-inline)
15210         (widget-group-match): Rename parameter VALUES to VALS.
15211         (widget-field-value-set): Remove unused variable `size'.
15212         (widget-color-action): Remove unused variables `value' and `start'.
15214         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
15215         variable `dir'.  Doc fix.
15216         (windmove-find-other-window): Don't pass it.
15218         * window.el (count-windows): Mark unused parameter.
15219         (bw-adjust-window): Remove unused variable `err'.
15221         * woman.el (woman-file-name): Remove unused variable `default'.
15222         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15223         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15224         (global-font-lock-mode): Declare.
15225         (woman-decode-region): Mark unused parameter.
15226         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15228         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15229         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15230         (x-dnd-handle-moz-url): Remove unused variable `title'.
15231         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15233         * xml.el (xml-parse-tag, xml-parse-attlist):
15234         Remove unused variable `pos'.
15236 2011-04-19  Glenn Morris  <rgm@gnu.org>
15238         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15239         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15240         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15241         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15242         * calendar/cal-html.el (cal-html-insert-minical):
15243         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15244         (calendar-mark-date-pattern):
15245         Prefix "unused" locals.
15247         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15248         optional argument `style'.
15250         * calendar/appt.el (appt-make-list):
15251         * calendar/cal-china.el (calendar-chinese-date-string):
15252         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15253         (diary-hebrew-yahrzeit):
15254         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15255         * calendar/calendar.el (calendar-generate-window):
15256         * calendar/time-date.el (time-to-days):
15257         Remove unused local variables.
15259 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
15261         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15262         glyphless-char-display table.
15263         (tabulated-list-glyphless-char-display): New var.
15265 2011-04-18  Sam Steingold  <sds@gnu.org>
15267         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15268         to acknowledgments.
15270 2011-04-17  Glenn Morris  <rgm@gnu.org>
15272         * calendar/diary-lib.el (diary-sexp-entry):
15273         * calendar/holidays.el (holiday-sexp):
15274         Set debug-on-error rather than the removed stack-trace-on-error.
15276 2011-04-16  Glenn Morris  <rgm@gnu.org>
15278         * progmodes/f90.el: Use lexical-binding.
15279         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15281 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15283         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15284         (mail-mode): Setup mailalias completion here instead.
15285         * mail/mailalias.el: Use lexical-binding.
15286         (pattern, mailalias-done): Declare dynamic.
15287         (mail-completion-at-point-function): New function, from mail-complete.
15288         (mail-complete): Use it.
15289         (mail-completion-expand): New function.
15290         (mail-get-names): Use it.
15291         (mail-directory, mail-directory-process, mail-directory-stream):
15292         Don't use `pattern' for lexically bound arg.
15294         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15296         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15297         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15298         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15300         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15301         (byte-save-window-excursion, byte-temp-output-buffer-setup)
15302         (byte-interactive-p): Define them again, for use when inlining
15303         old code.
15305 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
15307         * loadup.el: Use `string-to-number', not `string-to-int'.
15309 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15311         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15312         gud-gdb-complete-command.
15313         (gud-gdb-completions): New function, from gud-gdb-complete-command.
15314         (gud-gdb-completion-at-point): New function.
15315         (gud-gdb-completions): Remove.
15317 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
15319         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15320         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
15321         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15322         whether `executable-find' is bound.
15324         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15326 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15328         * minibuffer.el (completion-in-region-mode-predicate)
15329         (completion-in-region-mode--predicate): New vars.
15330         (completion-in-region, completion-in-region--postch)
15331         (completion-in-region-mode): Use them.
15332         (completion--capf-wrapper): Also return the hook function.
15333         (completion-at-point, completion-help-at-point):
15334         Adjust and provide a predicate.
15336         Preserve arg names for advice of subr and lexical functions (bug#8457).
15337         * help-fns.el (help-function-arglist): Consolidate the subr and
15338         new-byte-code cases.  Add argument `preserve-names' to extract names
15339         from the docstring when needed.
15340         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15341         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15342         (ad-arglist): Use help-function-arglist's new arg.
15343         (ad-definition-type): Use cond.
15345 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
15347         * autorevert.el (auto-revert-handler):
15348         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15349         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15350         Don't quote lambda.
15352         * image-mode.el (image-transform-set-scale):
15353         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15355 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15357         * net/network-stream.el (network-stream-open-starttls): Only do
15358         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
15359         Upgrades via gnutls-cli are too slow to be done opportunistically.
15361 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
15363         * dframe.el (dframe-current-frame): Remove spurious quote.
15365 2011-04-12  Glenn Morris  <rgm@gnu.org>
15367         * calendar/cal-tex.el (cal-tex-end-document):
15368         Try to automatically use latin1 input if needed.
15370         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15371         Don't try to cons a mark onto an empty element.
15373 2011-04-11  Leo Liu  <sdl.web@gmail.com>
15375         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15376         buffers.
15377         (ido-kill-buffer-at-head): Support killing virtual buffers.
15379 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
15381         * minibuffer.el (completion-show-inline-help): New var.
15382         (completion--do-completion, minibuffer-complete)
15383         (minibuffer-force-complete, minibuffer-complete-word):
15384         Inhibit minibuffer messages if completion-show-inline-help is nil.
15386         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15387         to avoid interference from inline help (Bug#5849).
15389 2011-04-10  Leo Liu  <sdl.web@gmail.com>
15391         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15392         Fix typo.
15394 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
15396         * image-mode.el (image-toggle-display-image): Signal an error if
15397         not in Image mode.
15398         (image-transform-mode, image-transform-resize)
15399         (image-transform-set-rotation): Doc fix.
15400         (image-transform-set-resize): Delete.
15401         (image-transform-set-scale, image-transform-fit-to-height)
15402         (image-transform-fit-to-width): Handle image-toggle-display-image
15403         and image-transform-resize directly.
15405 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
15407         * doc-view.el (doc-view-fit-width-to-window)
15408         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15409         New functions for fitting the shown image to the Emacs window size.
15410         (doc-view-mode-map): Add bindings for the new functions.
15412 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
15414         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
15415         Fix typo in docstring.
15417 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
15419         * files.el (file-size-human-readable): Produce one digit after
15420         decimal, like "ls -lh" does.
15422         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15423         the file size representation.
15425         * simple.el (list-processes): If async subprocesses are not
15426         available, error out with a clear error message.
15428 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
15430         * help.el (help-form-show): New function, to be called from C.
15431         Put help-form output in a buffer named differently than *Help*.
15433 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
15435         * files.el (file-size-human-readable): New function.
15437         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15438         computing the representation inline.  Don't require `cl'.
15440 2011-04-08  Glenn Morris  <rgm@gnu.org>
15442         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15444         * net/browse-url.el (browse-url-firefox):
15445         Test system-type, not system-configuration.
15447         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15448         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15449         Use log-edit-empty-buffer-p.  (Bug#7598)
15451         * net/rlogin.el (rlogin-process-connection-type): Simplify.
15452         (rlogin-mode-map): Initialize in the defvar.
15453         (rlogin): Use ignore-errors.
15455         * replace.el (occur-mode-map): Some fixes for menu items.
15457 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
15459         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
15461 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
15463         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15464         issuing unused warnings.
15466         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15467         macro directly.
15469         * simple.el: Lisp reimplement of list-processes.  Based on an
15470         earlier reimplementation by Leo Liu, but using tabulated-list.el.
15471         (process-menu-mode): New major mode.
15472         (list-processes--refresh, list-processes):
15473         (process-menu-visit-buffer): New functions.
15475         * files.el (save-buffers-kill-emacs): Don't assume any return
15476         value of list-processes, which is undocumented anyway.
15478 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
15480         * emacs-lisp/tabulated-list.el: New file.
15482         * emacs-lisp/package.el: Use Tabulated List mode.
15483         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15484         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
15485         table format using Tabulated List mode variables.
15486         (package--push): New macro, replacing package-list-maybe-add.
15487         (package-menu--generate): Use package--push.  Renamed from
15488         package--generate-package-list.
15489         (package-menu-refresh, list-packages): Use it.
15490         (package-menu--print-info): Rename from package-print-package.
15491         Return insertion data instead of inserting it directly.
15492         (package-menu-describe-package, package-menu-execute):
15493         Use tabulated-list-get-id.
15494         (package-menu-mark-delete, package-menu-mark-install)
15495         (package-menu-mark-unmark, package-menu-backup-unmark)
15496         (package-menu-mark-obsolete-for-deletion):
15497         Use tabulated-list-put-tag.
15498         (package--list-packages, package-menu-revert)
15499         (package-menu-get-package, package-menu-get-version)
15500         (package-menu-sort-by-column): Functions deleted.
15501         (package-menu-package-list, package-menu-sort-key): Vars deleted.
15502         (package-menu--status-predicate, package-menu--version-predicate)
15503         (package-menu--name-predicate)
15504         (package-menu--description-predicate): Handle arguments in the
15505         Tabulated List format.
15506         (package-list-packages-no-fetch): Call list-packages.
15508 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
15510         * files.el (after-find-file-from-revert-buffer): Remove variable.
15511         (after-find-file): Don't bind it.
15512         (revert-buffer-in-progress-p): New variable.
15513         (revert-buffer): Bind it.
15514         Pass nil for `after-find-file-from-revert-buffer'.
15516         * saveplace.el (save-place-find-file-hook): Use new variable
15517         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15519 2011-04-06  Glenn Morris  <rgm@gnu.org>
15521         * Makefile.in (AUTOGEN_VCS): New variable.
15522         (autoloads): Use $AUTOGEN_VCS.
15524         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15525         * calendar/calendar.el (calendar-mode-map):
15526         Check for toolkit scroll bars.  (Bug#8305)
15528 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
15530         * minibuffer.el (completion-in-region--postch)
15531         (completion-in-region-mode): Remove unnecessary messages.
15533 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
15535         * font-lock.el (font-lock-refresh-defaults):
15536         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15537         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15539         * info.el (Info-directory-list, Info-read-node-name-2)
15540         (Info-split-parameter-string): Doc fixes.
15541         (Info-virtual-nodes): Reflow docstring.
15542         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15543         (Info-apropos-toc-nodes, info-finder, Info-get-token)
15544         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15545         Fix typos in docstrings.
15546         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15547         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15548         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15549         (Info-restore-desktop-buffer): Mark unused parameters.
15550         (Info-directory-find-file, Info-directory-find-node)
15551         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15552         (Info-virtual-index-find-node, Info-apropos-find-file)
15553         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
15554         Mark unused parameters; fix typos in docstrings.
15555         (Info-virtual-index): Remove unused local variable `nodename'.
15557 2011-04-05  Deniz Dogan  <deniz@dogan.se>
15559         * net/rcirc.el: Update my e-mail address.
15560         (rcirc-mode-map): Remove M-o binding.
15562 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
15564         * startup.el (command-line): Save the cursor's theme-face
15565         directly, instead of using face-override-spec.
15567         * custom.el (load-theme): Minor optimization in assigning faces.
15569 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
15571         * help-fns.el (describe-variable): Complete all variables having
15572         documentation, including keywords.
15573         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15575 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
15577         Convert to lexical-binding.
15579         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15580         (bs--get-marked-string, bs--get-modified-string)
15581         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15582         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15583         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15585         * ehelp.el (electric-help-execute-extended)
15586         (electric-help-ctrl-x-prefix):
15587         * hexl.el (hexl-revert-buffer-function):
15588         * linum.el (linum-after-change, linum-after-scroll):
15589         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15591         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15593 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
15595         * epa-dired.el:
15596         * epa-mail.el:
15597         * epa-hook.el:
15598         * epa-file.el:
15599         * epa.el:
15600         * epg.el: Use lexical binding.
15602 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
15604         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15606         * textmodes/flyspell.el (flyspell-word): Recognize default
15607         dictionary case for flyspell-mark-duplications-exceptions.
15608         Use regexp matching for languages.
15609         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15610         default dictionary (Bug#7926).
15612 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
15614         * emacs-lisp/package.el (package--with-work-buffer):
15615         Recognize https URLs.
15617         * net/network-stream.el: Move from gnus/proto-stream.el.
15618         Change prefix to network-stream throughout.
15619         (open-protocol-stream): Merge into open-network-stream, leaving
15620         open-protocol-stream as an alias.  Handle nil BUFFER args.
15622         * subr.el (open-network-stream): Move to net/network-stream.el.
15624 2011-04-02  Glenn Morris  <rgm@gnu.org>
15626         * find-dired.el (find-exec-terminator): New option.
15627         (find-ls-option): Test for -ls support.
15628         (find-ls-subdir-switches): Test for -b in find-ls-option.
15629         (find-dired, find-grep-dired): Doc fixes.
15630         (find-dired): Use find-exec-terminator.
15632         * find-dired.el (find-ls-option, find-ls-subdir-switches)
15633         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15634         (find-name-arg): Remove purecopy.
15636         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15637         (grep-compute-defaults): Check for `-exec COMMAND +' support.
15638         Set grep-find-use-xargs, grep-find-command, and grep-find-template
15639         accordingly.  Don't add the null-device if not needed.
15641         * files.el (save-some-buffers): Doc fix.
15643 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
15645         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15647 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
15649         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15650         Use `dolist' rather than `mapcar'.
15652 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15654         Add lexical binding.
15656         * subr.el (apply-partially): Use new closures rather than CL.
15657         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15658         (dolist, dotimes): Use slightly different expansion for lexical code.
15659         (functionp): Move to C.
15660         (letrec): New macro.
15661         (with-wrapper-hook): Use it and apply-partially instead of CL.
15662         (eval-after-load): Preserve lexical-binding.
15663         (save-window-excursion, with-output-to-temp-buffer): Turn them
15664         into macros.
15666         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15668         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15669         than the arglist.
15670         (help-add-fundoc-usage): Don't add `Not documented'.
15671         (help-function-arglist): Handle closures, subroutines, and new
15672         byte-code-functions.
15673         (help-make-usage): Remove leading underscores.
15674         (describe-function-1): Handle closures.
15675         (describe-variable): Use special-variable-p for completion.
15677         * files.el (lexical-binding): Declare safe.
15679         * emacs-lisp/pcase.el: Don't use destructuring-bind.
15680         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
15681         (pcase): Add `let' pattern.
15682         Change memoization so it actually works.
15683         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15684         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15685         <let>: New case.
15687         * emacs-lisp/macroexp.el: Use lexical binding.
15688         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
15689         Don't convert ' to #' without checking that it's indeed quoting
15690         a lambda.
15692         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
15693         Use eval-sexp-add-defvars.
15694         (eval-sexp-add-defvars): New fun.
15696         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15698         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15699         Don't autoload.
15700         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15701         than the internal `byte-compile-lambda'.
15702         (defmethod): Don't hide code under quotes.
15703         (eieio-defmethod): New `code' argument.
15705         * emacs-lisp/eieio-comp.el: Remove.
15707         * emacs-lisp/edebug.el (edebug-eval-defun)
15708         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15709         (edebug-toggle): Avoid `eval'.
15711         * emacs-lisp/disass.el (disassemble-internal): Handle new
15712         `closure' objects.
15713         (disassemble-1): Handle new byte codes.
15715         * emacs-lisp/cl.el (pushnew): Silence warning.
15717         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15718         (cl-byte-compile-throw): Remove.
15719         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15721         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15722         closures.
15724         * emacs-lisp/cconv.el: New file.
15726         * emacs-lisp/bytecomp.el: Use lexical binding instead of
15727         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
15728         (byte-compile-initial-macro-environment):
15729         Handle declare-function here.
15730         (byte-compile--lexical-environment): New var.
15731         (byte-stack-ref, byte-stack-set, byte-discardN)
15732         (byte-discardN-preserve-tos): New lap codes.
15733         (byte-interactive-p): Don't use any more.
15734         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15735         New macros.
15736         (byte-compile-lapcode): Use them and handle new lap codes.
15737         (byte-compile-obsolete): Remove.
15738         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15739         (byte-compile-arglist-warn): Check late def of inlinable funs.
15740         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15741         since they should have been expanded by now.
15742         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15743         (byte-compile-from-buffer): Remove unused second arg.
15744         (byte-compile-preprocess): New function.
15745         (byte-compile-toplevel-file-form): New function to distinguish
15746         file-form calls from outside from file-form calls from hunk-handlers.
15747         (byte-compile-file-form): Simplify.
15748         (byte-compile-file-form-defsubst): Remove.
15749         (byte-compile-file-form-defmumble): Simplify now that
15750         byte-compile-lambda always returns a byte-code-function.
15751         (byte-compile): Preprocess.
15752         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15753         Remove, not used any more.
15754         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15755         (byte-compile-make-args-desc): New funs.
15756         (byte-compile-lambda): Handle lexical functions.  Always return
15757         a byte-code-function.
15758         (byte-compile-reserved-constants): New var, to make up room for
15759         closed-over variables.
15760         (byte-compile-constants-vector): Obey it.
15761         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15762         (byte-compile-macroexpand-declare-function): New function.
15763         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15764         byte-code-functions.
15765         (byte-compile-form): Check obsolescence here.
15766         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15767         (byte-compile-variable-ref): Remove.
15768         (byte-compile-dynamic-variable-op): New fun.
15769         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15770         (byte-compile-variable-set): New funs.
15771         (byte-compile-discard): Add 2 args.
15772         (byte-compile-stack-ref, byte-compile-stack-set)
15773         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15774         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15775         macroexpand-all instead.
15776         (byte-compile-quote-form): Remove.
15777         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15778         (byte-compile-bind, byte-compile-unbind): New funs.
15779         (byte-compile-let): Handle let* and lexical binding.
15780         (byte-compile-let*): Remove.
15781         (byte-compile-catch, byte-compile-unwind-protect)
15782         (byte-compile-track-mouse, byte-compile-condition-case):
15783         Handle a new :fun-body form, used for lexical scoping.
15784         (byte-compile-save-window-excursion)
15785         (byte-compile-with-output-to-temp-buffer): Remove.
15786         (byte-compile-defun): Simplify.
15787         (byte-compile-stack-adjustment): New fun.
15788         (byte-compile-out): Use it.
15789         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15791         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15792         handler any more.
15794         * emacs-lisp/byte-opt.el: Use lexical binding.
15795         (byte-inline-lapcode): Remove (to bytecomp).
15796         (byte-compile-inline-expand): Pay attention to inlining to/from
15797         lexically bound code.
15798         (byte-compile-unfold-lambda): Don't handle byte-code-functions
15799         any more.
15800         (byte-optimize-form-code-walker): Don't handle save-window-excursion
15801         any more and don't call compiler-macros.
15802         (byte-compile-splice-in-already-compiled-code): Remove.
15803         (byte-code): Don't inline any more.
15804         (disassemble-offset): Receive `bytes' as argument rather than via
15805         dynamic scoping.
15806         (byte-compile-tag-number): Declare before first use.
15807         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15808         `return' even if make-spliceable.
15809         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15810         obsolete interactive-p.
15811         (byte-optimize-lapcode): Optimize new lap-codes.
15812         Don't trip up on new form of `byte-constant' lap code.
15814         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15816         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15818         * custom.el (custom-initialize-default, custom-declare-variable):
15819         Use `defvar'.
15821         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15822         New variables.
15823         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15824         (COMPILE_FIRST): Add macroexp and cconv.
15825         * makefile.w32-in: Mirror changes in Makefile.in.
15827         * vc/cvs-status.el:
15828         * vc/diff-mode.el:
15829         * vc/log-edit.el:
15830         * vc/log-view.el:
15831         * vc/smerge-mode.el:
15832         * textmodes/bibtex-style.el:
15833         * textmodes/css-mode.el:
15834         * startup.el:
15835         * uniquify.el:
15836         * minibuffer.el:
15837         * newcomment.el:
15838         * reveal.el:
15839         * server.el:
15840         * mpc.el:
15841         * emacs-lisp/smie.el:
15842         * doc-view.el:
15843         * dired.el:
15844         * abbrev.el: Use lexical binding.
15846 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
15848         * info.el (info-display-manual): New function.
15850 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15852         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15854 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
15856         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
15857         an entry for that server in rcirc-authinfo.  (Bug#8385)
15859 2011-03-31  Glenn Morris  <rgm@gnu.org>
15861         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15863         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15865 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
15867         * progmodes/python.el (python-default-interpreter)
15868         (python-python-command-args, python-jython-command-args)
15869         (python-which-shell, python-which-args, python-which-bufname)
15870         (python-file-queue, python-comint-output-filter-function)
15871         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15872         variables and functions.
15874 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15876         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15877         (completion-in-region-mode): New minor mode.
15878         (completion-in-region): Use it.
15879         (completion-in-region--data, completion-in-region-mode-map): New vars.
15880         (completion-in-region--postch): New function.
15881         (completion--capf-misbehave-funs, completion--capf-safe-funs):
15882         New vars.
15883         (completion--capf-wrapper): New function.
15884         (completion-at-point): Use it to track well-behavedness of
15885         hook functions.
15886         (completion-help-at-point): New command.
15888 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
15890         * vc/add-log.el (add-change-log-entry): Don't use whitespace
15891         syntax class to search for whitespace on a single line
15892         (Message-ID: <4D938140.4030905@redhat.com>).
15894 2011-03-30  Leo Liu  <sdl.web@gmail.com>
15896         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15897         New commands.
15898         (edit-abbrevs-map): Bind them here.
15899         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
15901 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
15903         * allout.el (allout-hide-by-annotation, allout-flag-region):
15904         Reduce possibility of overlay leakage by making them volatile.
15906         * allout-widgets.el (allout-widgets-tally): Define as nil so the
15907         hash is not shared between buffers.  Mode initialization is
15908         responsible for giving it a useful starting value.
15909         (allout-item-span): Reduce possibility of overlay leakage by
15910         making them volatile.
15911         (allout-widgets-count-buttons-in-region): Add diagnostic function
15912         for tracking down button overlay leaks.
15914 2011-03-29  Leo Liu  <sdl.web@gmail.com>
15916         * ido.el (ido-read-internal): Use the default history var
15917         minibuffer-history if no HISTORY is specified.
15919 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
15921         * net/imap.el (imap-shell-open, imap-process-connection-type):
15922         Use imap-process-connection-type for 'shell' streams as well as
15923         Kerberos, SSL, other subprocesses.
15925 2011-03-28  Leo Liu  <sdl.web@gmail.com>
15927         * abbrev.el (abbrev-table-empty-p): New function.
15928         (prepare-abbrev-list-buffer): Place empty abbrev tables after
15929         nonempty ones.  (Bug#5937)
15931 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
15933         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15935 2011-03-27  Leo Liu  <sdl.web@gmail.com>
15937         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15938         for foreground and background colors.
15939         (ansi-color-make-color-map): Adapt.
15941 2011-03-25  Leo Liu  <sdl.web@gmail.com>
15943         * midnight.el (midnight-time-float): Remove.  Note it calculates
15944         the microsecond component incorrectly and seconds-to-time does the
15945         same job.
15946         Remove redundant (require 'timer).
15948         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15949         (ido-completions): Remove unused arguments.  (Bug#8329)
15951 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15953         * minibuffer.el (completion--flush-all-sorted-completions):
15954         Remove itself from hook.
15955         (completion-at-point): Let the functions perform the completion
15956         immediately and return nil or t.
15957         * comint.el (comint-dynamic-complete-functions): Now identical to
15958         completion-at-point-functions.
15959         (comint-dynamic-list-input-ring): Remove unused var `index'.
15960         (comint--match-partial-filename, comint--unquote&expand-filename):
15961         New funs, split from comint-match-partial-filename.
15962         (comint-dynamic-complete): Use completion-at-point.
15963         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15965 2011-03-24  Drew Adams  <drew.adams@oracle.com>
15967         * thingatpt.el: Support `defun'.
15969 2011-03-23  Leo Liu  <sdl.web@gmail.com>
15971         * abbrevlist.el: Move to obsolete/abbrevlist.el.
15973         * help-mode.el (help-mode-finish): Tweak regexp.
15975 2011-03-23  Glenn Morris  <rgm@gnu.org>
15977         * eshell/esh-opt.el (eshell-eval-using-options):
15978         Do not bind unused local variable `eshell-option-stub'.
15980         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15982 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
15984         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15985         keymap variable in `with-no-warnings' to avoid a warning when the
15986         keymap has been already `defconst'ed.
15988 2011-03-22  Leo Liu  <sdl.web@gmail.com>
15990         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15991         encode all chars in abbrevs; otherwise use emacs-mule or
15992         utf-8-emacs.  (Bug#8308)
15994 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
15996         * simple.el (backward-delete-char-untabify):
15997         Avoid warning about using `delete-backward-char'.
15999         * image.el (image-type-file-name-regexps): Make it variable.
16000         `imagemagick-register-types' modifies it, and the user may want
16001         to add new extensions for known image types.
16002         (imagemagick-register-types): Throw error if not using ImageMagick.
16004 2011-03-22  Leo Liu  <sdl.web@gmail.com>
16006         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16007         located before rcirc-prompt-end-marker.
16008         (rcirc-complete): Error if point is not after rcirc prompt.
16009         Handle the case when table is nil.
16010         (rcirc-user-authenticated): Define to fix compiler warning.
16012 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
16014         * custom.el (custom--inhibit-theme-enable): Make it affect only
16015         custom-theme-set-variables and custom-theme-set-faces.
16016         (provide-theme): Ignore custom--inhibit-theme-enable.
16017         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16018         (custom-enabling-themes): Delete variable.
16019         (enable-theme): Accept only loaded themes as arguments.
16020         Ignore the special custom-enabled-themes variable.
16021         (custom-enabled-themes): Forbid themes from setting this.
16022         Eliminate use of custom-enabling-themes.
16023         (custom-push-theme): Quote "changed" custom var entry.
16025 2011-03-21  Leo Liu  <sdl.web@gmail.com>
16027         * ido.el (ido-read-internal): Add ido-selected to history instead
16028         of user input.
16030 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16032         * subr.el (deferred-action-list, deferred-action-function):
16033         Mark obsolete.
16035 2011-03-21  Leo Liu  <sdl.web@gmail.com>
16037         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16038         change on 2011-02-13 (bug#8309).
16040         * minibuffer.el (read-file-name-function): Change default value.
16041         (read-file-name--defaults): Rename from read-file-name-defaults.
16042         (read-file-name-default): Rename from read-file-name.
16043         (read-file-name): Call read-file-name-function.
16045 2011-03-21  Glenn Morris  <rgm@gnu.org>
16047         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16048         Doc fixes.
16050 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
16052         * cus-theme.el: Add missing provide statement.
16053         (customize-create-theme): Extract theme value correctly.
16054         (custom-theme-visit-theme): Autoload.
16055         (customize-create-theme): Prompt before inserting default faces.
16057 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
16059         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16060         units and musical notes.
16062 2011-03-20  Leo Liu  <sdl.web@gmail.com>
16064         * ido.el (ido-read-internal): Use completing-read-default.
16065         (ido-completing-read): Fix compatibility with completing-read.
16067 2011-03-20  Christian Ohler  <ohler@gnu.org>
16069         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16070         (ert-delete-all-tests): Use `called-interactively-p' rather than
16071         `interactive-p'.
16072         (ert--make-xrefs-region): Respect END.
16074 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
16076         * dired-aux.el (dired-create-directory): Signal an error if the
16077         directory already exists (Bug#8246).
16079         * facemenu.el (list-colors-display): Call list-faces-display
16080         inside with-help-window.
16081         (list-colors-print): Use display property to align the final
16082         column, instead of checking window-width.
16084 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
16086         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
16087         windows-nt systems.
16088         (emerge-protect-metachars): Quote correctly for ms-dos and
16089         windows-nt systems.
16091 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
16093         * info.el (info-initialize): Replace all uses of `:' with
16094         path-separator for compatibility with non-Unix systems.
16095         Cache quoting of path-separator.  (Bug#8258)
16097 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
16099         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16100         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16101         (mouse-avoidance-mode): Fix typos in docstrings.
16103 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
16105         * startup.el (package-subdirectory-regexp): Move from package.el.
16106         Omit \\` and \\', and let callers add them.
16108         * emacs-lisp/package.el (package-strip-version)
16109         (package-load-all-descriptors): Add \\` and \\' to
16110         package-subdirectory-regexp before using it.
16111         (package-untar-buffer): New arg DIR; ensure that file untars only
16112         into this expected directory.  Remove superfluous delete-region.
16113         (package-unpack): Caller changed.
16114         (package-tar-file-info): Use package-subdirectory-regexp.
16116 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16118         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16119         diff-mode-shared-map (bug#8284).
16120         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
16122 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16124         * calendar/time-date.el (format-seconds): Use assoc instead of
16125         assoc-string, since assoc-string doesn't exist in XEmacs.
16127 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
16129         * custom.el (custom-known-themes): Reflow docstring.
16130         (custom-theme-load-path): Fix typo in docstring.
16131         (load-theme): Fix typo in error message.
16132         (custom-available-themes, custom-variable-theme-value):
16133         Use `let', not `let*'.
16135 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
16137         * calc/README: Mention inclusion of musical notes.
16139         * calc/calc-units.el (calc-lu-quant): Rename from
16140         `calc-logunits-quantity'.
16141         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16142         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16143         (calc-db): Rename from `calc-dblevel'.
16144         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16145         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16146         (calc-np): Rename from `calc-nplevel'.
16147         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16148         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16149         (calc-lu-plus): Rename from `calc-logunits-add'.
16150         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16151         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16152         (calc-lu-minus): Rename from `calc-logunits-sub'.
16153         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16154         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16155         (calc-lu-times): Rename from `calc-logunits-mul'.
16156         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16157         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16158         (calc-lu-divide): Rename from `calc-logunits-div'.
16159         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16160         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16162         * calc/calc-ext.el (calc-init-extensions): Update the names of the
16163         functions being autoloaded.
16165         * calc/calc.el (calc-lu-power-reference): Rename from
16166         `calc-logunits-power-reference'.
16167         (calc-lu-field-reference): Rename from
16168         `calc-logunits-field-reference'.
16170         * calc/calc-help.el (calc-l-prefix-help):
16171         Mention musical note functions.
16173 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16175         * minibuffer.el (completion-all-sorted-completions):
16176         Use :completion-cycle-penalty text property if present.
16178 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
16180         * allout.el (allout-yank-processing): Adjust for new rebulleting
16181         regime so bullet being yanked is used without prompting the user
16182         for a choice.
16184 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
16186         * startup.el (command-line): Warn the user that _emacs is deprecated.
16188 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
16190         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16191         (delphi-verbose, delphi-comment-face, delphi-string-face)
16192         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16193         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16194         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16195         (delphi-new-comment-line, delphi-font-lock-defaults)
16196         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16197         Fix typos in docstrings.
16199 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
16201         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
16202         Invert the roles of character and string values for INSTEAD, so a
16203         string is used for the more common case of a defaulting prompt.
16205 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16207         * progmodes/ruby-mode.el (ruby-backward-sexp):
16208         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16209         * play/gamegrid.el (gamegrid-make-face):
16210         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16211         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16212         * notifications.el (notifications-notify):
16213         * net/xesam.el (xesam-search-engines):
16214         * net/quickurl.el (quickurl-list-insert):
16215         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16217 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
16219         * startup.el (command-line): Update package subdirectory regexp.
16221 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16223         * allout.el (allout-abbreviate-flattened-numbering)
16224         (allout-mode-deactivate-hook): Fix up obsolescence "date".
16226         * subr.el (read-char-choice): Only show the cursor after the prompt,
16227         not after the answer.
16229 2011-03-15  Kevin Ryde  <user42@zip.com.au>
16231         * help-fns.el (variable-at-point): Skip leading quotes, if any
16232         (bug#8253).
16234 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16236         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16237         warning message.
16239 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
16241         * shell.el (shell): When called interactively, offer to change the
16242         shell file name on remote hosts.
16244 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
16246         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16247         integration for LDAP parameters.  The host, base, user or binddn,
16248         and secret tokens can be specified in a netrc file, for instance.
16249         This is optional because an `auth-source' parameter must be
16250         specified in the search attributes.
16252 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
16254         * help.el (describe-mode): Link to the mode's definition (bug#8185).
16256 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16258         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16259         into declaration.  Remove redundant and harmful binding.
16261 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
16263         * files.el (file-ownership-preserved-p): Pass `integer' as an
16264         explicit 2nd argument to `file-attributes'.  If the file's owner
16265         is the Administrators group on Windows, and the current user is
16266         Administrator, consider that a match.
16268         * server.el (server-ensure-safe-dir): Consider server directory
16269         safe on MS-Windows if its owner is the Administrators group while
16270         the current Emacs user is Administrator.  Use `=' to compare
16271         numerical UIDs, since they could be integers or floats.
16273 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
16275         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16277 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
16279         Sync with Tramp 2.2.1.
16281         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16283         * net/trampver.el: Update release number.
16285 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16287         * progmodes/compile.el (compilation--previous-directory): Fix up
16288         various nil/dead-marker mismatches (bug#8014).
16289         (compilation-directory-properties, compilation-error-properties):
16290         Don't call it at a position past the one we're about to change.
16292         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16293         Disable obsolescence warnings in the file that declares it.
16295 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
16297         * allout-widgets.el (allout-widgets-tally):
16298         Initialize allout-widgets-tally as a hash table rather than nil to
16299         prevent mode-line redisplay warnings.  Also, clarify the module
16300         description and fix a comment typo.
16302 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
16304         * help-fns.el (describe-variable): Don't complete keywords.
16305         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16307 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
16309         * emacs-lisp/package.el (package-version-join): Impose a standard
16310         string representation for pre/alpha/beta version lists.
16311         (package-unpack-single): Standardize the directory name by passing
16312         it through package-version-join.
16313         (package-strip-rcs-id): Accept any version string that does not
16314         signal an error in version-to-list.
16316 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
16318         * simple.el (delete-trailing-whitespace): Return nil for the
16319         benefit of `write-file-functions'.
16321 2011-03-10  Glenn Morris  <rgm@gnu.org>
16323         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16325         * vc/vc-git.el (vc-git-program): New option.
16326         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16327         (vc-git--call): Use it.
16329         * eshell/esh-util.el (eshell-condition-case): Doc fix.
16331         * cus-edit.el (Custom-newline): If no button at point, look
16332         for a subgroup button at start-of-line.  (Bug#2298)
16334         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16336 2011-03-10  Julien Danjou  <julien@danjou.info>
16338         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16339         `cursor-type' is nil.
16341 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
16343         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16345 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
16347         * allout.el: Change so yank of distinctive-bullet items
16348         preserves the existing header prefix, rebulleting it if necessary,
16349         rather than replacing it.  This is necessary for proper operation
16350         of cooperative addons like allout-widgets.
16351         (allout-make-topic-prefix, allout-rebullet-heading):
16352         Change SOLICIT arg to INSTEAD, and interpret additionally a string
16353         value as alternate bullet to be used, instead of prompting the user
16354         for a bullet character.
16356 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
16358         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16359         Do not use `tramp-file-name-port', because this returns also
16360         `tramp-default-port'.
16362 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
16364         * net/rcirc.el (rcirc-handler-001): Remove useless
16365         with-rcirc-process-buffer.
16366         (rcirc-check-auth-status): Swap arguments to string-match.
16368 2011-03-09  Glenn Morris  <rgm@gnu.org>
16370         * shell.el (shell-mode):
16371         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
16373         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16374         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
16376 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
16378         * emacs-lisp/package.el (package-refresh-contents)
16379         (package-menu-execute): Use condition-case-no-debug.
16381 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
16383         * simple.el (shell-command-to-string): Use `process-file'.
16385         * emacs-lisp/package.el (package-tar-file-info): Handle also
16386         remote files.
16388         * emacs-lisp/package-x.el (package-upload-buffer-internal):
16389         Use `equal' for upload base check.
16391 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
16393         * textmodes/texinfo.el (texinfo-environments):
16394         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
16396 2011-03-08  Glenn Morris  <rgm@gnu.org>
16398         * cus-start.el (cursor-in-non-selected-windows):
16399         Fix :set quoting oddness.  (Bug#8192)
16401         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16402         in some setf expressions.  (Bug#2159)
16404 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
16406         * custom.el (custom-available-themes): Return themes in
16407         alphabetical order.
16409 See ChangeLog.15 for earlier changes.
16411 ;; Local Variables:
16412 ;; coding: utf-8
16413 ;; End:
16415   Copyright (C) 2011-2012  Free Software Foundation, Inc.
16417   This file is part of GNU Emacs.
16419   GNU Emacs is free software: you can redistribute it and/or modify
16420   it under the terms of the GNU General Public License as published by
16421   the Free Software Foundation, either version 3 of the License, or
16422   (at your option) any later version.
16424   GNU Emacs is distributed in the hope that it will be useful,
16425   but WITHOUT ANY WARRANTY; without even the implied warranty of
16426   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16427   GNU General Public License for more details.
16429   You should have received a copy of the GNU General Public License
16430   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.