* lisp/w32-fns.el (w32-charset-info-alist): Declare.
[emacs.git] / lisp / ChangeLog
blobd38ef5a541edfc03c56eb7e39360714c9bb08020
1 2013-05-06  Glenn Morris  <rgm@gnu.org>
3         * w32-fns.el (w32-charset-info-alist): Declare.
5         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
6         of its defcustom properties.
7         (eshell-cmpl-initialize): No need to load pcomplete.
9         * generic-x.el: No need to require comint when compiling.
11         * net/eudc-export.el: Make it loadable without bbdb.
12         (top-level): Use require rather than load-library.
13         (eudc-create-bbdb-record, eudc-bbdbify-phone)
14         (eudc-batch-export-records-to-bbdb)
15         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
16         Require bbdb.
18 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
21         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
22         some tweaks, instead.
24 2013-05-05  Leo Liu  <sdl.web@gmail.com>
26         * progmodes/octave.el (octave-font-lock-keywords)
27         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
28         (inferior-octave-send-list-and-digest): Improve error message.
29         (octave-mode, inferior-octave-mode): Use setq-local.
30         (octave-help): Set info-lookup-mode.
32 2013-05-05  Richard Stallman  <rms@gnu.org>
34         * vc/compare-w.el (compare-windows-whitespace):
35         Treat no-break space as whitespace.
37         * mail/rmailsum.el (rmail-summary-rmail-update):
38         Detect empty summary and don't change selected message.
39         (rmail-summary-goto-msg): Likewise.
41         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
42         Doc fixes, rename args.
44 2013-05-05  Alan Mackenzie  <acm@muc.de>
46         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
48 2013-05-05  Juri Linkov  <juri@jurta.org>
50         * info.el (Info-read-subfile): Use (point-min) instead of (point)
51         to not add the length of the summary segment to the return value.
52         (Bug#14125)
54 2013-05-05  Leo Liu  <sdl.web@gmail.com>
56         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
57         (inferior-octave-output-filter): Remove.
58         (octave-send-region, inferior-octave-startup): Fix callers.
59         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
60         (octave-binary-file-extensions): New user variable.
61         (octave-find-definition): Confirm if opening binary files.
62         (octave-help-file): Use octave-find-definition to get the binary
63         confirmation.
64         (octave-help): Adjust for octave-help-file change.
66 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
68         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
69         Merge the two entries that handle function definitions.
70         (pascal--syntax-propertize): New const.
71         (pascal-mode): Use it.  Use setq-local.
73 2013-05-04  Glenn Morris  <rgm@gnu.org>
75         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
76         (diary-from-outlook): Respect diary-from-outlook-function.
78 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
81         Move the declaration from C.
82         (read-minibuffer, eval-minibuffer): Move from C.
83         (completion-setup-function): Avoid minibuffer-completion-contents.
85 2013-05-03  Leo Liu  <sdl.web@gmail.com>
87         * progmodes/octave.el (octave-font-lock-keywords): Do not
88         dehighlight 'end' in comments or strings.
89         (octave-completing-read, octave-goto-function-definition):
90         New helpers.
91         (octave-help-buffer): New user variable.
92         (octave-help-file, octave-help-function): New button types.
93         (octave-help): New command and bind it to C-h ;.
94         (octave-find-definition): New command and bind it to M-.
95         (user-error): Alias to error if not defined.
97 2013-05-02  Leo Liu  <sdl.web@gmail.com>
99         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
100         for \.  (bug#14332)
101         (octave-font-lock-keywords): Include [ and {.
103 2013-05-02  Leo Liu  <sdl.web@gmail.com>
105         * progmodes/octave.el (inferior-octave-startup-file): Change default.
106         (inferior-octave): Remove calling comint-mode and return the buffer.
107         (inferior-octave-startup): Cosmetic changes.
109 2013-05-02  Leo Liu  <sdl.web@gmail.com>
111         * progmodes/octave.el (octave-syntax-propertize-function):
112         Include the case when ' is at line beginning.  (Bug#14336)
114 2013-05-02  Glenn Morris  <rgm@gnu.org>
116         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
117         * desktop.el (vc-dir-mode): Just autoload it here.
119 2013-05-02  Alan Mackenzie  <acm@muc.de>
121         Eliminate variable c-standard-font-lock-fontify-region-function.
122         * progmodes/cc-mode.el
123         (c-standard-font-lock-fontify-region-function): Remove.
124         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
126 2013-05-01  Leo Liu  <sdl.web@gmail.com>
128         * progmodes/octave.el: Compatible with older emacs-24 releases.
129         (inferior-octave-has-built-in-variables): Remove.  Built-in
130         variables were removed from Octave in 2007.
131         (inferior-octave-startup): Fix uses.
132         (comint-line-beginning-position): Remove compatibility code for
133         emacs 21.
135 2013-05-01  Juri Linkov  <juri@jurta.org>
137         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
139 2013-05-01  Juri Linkov  <juri@jurta.org>
141         * comint.el (comint-previous-matching-input): Don't print message
142         "History item: %d" when `isearch-mode' is active.
143         (comint-history-isearch-message): Print message "History item: %d"
144         when `comint-input-ring-index' is not empty and this function is
145         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
147 2013-05-01  Leo Liu  <sdl.web@gmail.com>
149         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
150         definitions.  Use completion-at-point to insert keywords.
151         (octave-abbrev-start): Remove.
152         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
154 2013-04-30  Leo Liu  <sdl.web@gmail.com>
156         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
157         change.
159 2013-04-30  Alan Mackenzie  <acm@muc.de>
161         Handle arbitrarily long C++ member initialisation lists.
162         * progmodes/cc-engine.el (c-back-over-member-initializers):
163         new function.
164         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
165         (most) member init lists.
167 2013-04-30  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
169         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
170         variable.
172 2013-04-30  Leo Liu  <sdl.web@gmail.com>
174         * progmodes/octave.el (octave-variables): Remove.  No builtin
175         variables any more.  All converted to functions.
176         (octave-font-lock-keywords, octave-completion-at-point-function):
177         Fix uses.
178         (octave-font-lock-texinfo-comment): New user variable.
179         (octave-texinfo-font-lock-keywords): New variable for texinfo
180         comment block.
181         (octave-function-comment-block): New face.
182         (octave-font-lock-texinfo-comment): New function.
183         (octave-mode): Font lock texinfo comment block.
185 2013-04-29  Leo Liu  <sdl.web@gmail.com>
187         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
188         indexing expression.
189         (octave-continuation-string): Do not use \.
190         (inferior-octave-complete-impossible): Remove.
191         (inferior-octave-completion-table)
192         (inferior-octave-completion-at-point): Remove its uses.
193         (inferior-octave-startup): completion_matches was introduced to
194         Octave in 1996 so safe to assume it.
195         (octave-function-file-comment): Improve to follow how Octave does it.
196         (octave-update-function-file-comment): Tweak.
198 2013-04-29  Leo Liu  <sdl.web@gmail.com>
200         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
201         (inferior-octave-startup): Remove inferior-octave-startup-hook.
202         (octave-function-file-comment): Fix typo.
203         (octave-sync-function-file-names): Use read-char-choice.
205 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
207         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
208         to t for the less important warnings.
210 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
212         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
214 2013-04-27  Glenn Morris  <rgm@gnu.org>
216         * vc/log-view.el (log-view-current-entry):
217         Treat "---" separator lines as part of the following rev.  (Bug#14169)
219 2013-04-27  Juri Linkov  <juri@jurta.org>
221         * subr.el (read-number): Doc fix about using it by interactive
222         code letter `n'.  (Bug#14254)
224 2013-04-27  Juri Linkov  <juri@jurta.org>
226         * desktop.el (desktop-auto-save-timeout): New option.
227         (desktop-file-checksum): New variable.
228         (desktop-save): Add optional arg `auto-save' and don't auto-save
229         if nothing changed.
230         (desktop-auto-save-timer): New variable.
231         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
232         (after-init-hook): Call `desktop-auto-save-set-timer'.
233         Suggested by Reuben Thomas <rrt@sc3d.org> in
234         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
236 2013-04-27  Leo Liu  <sdl.web@gmail.com>
238         * progmodes/octave.el (octave-function-file-p)
239         (octave-skip-comment-forward, octave-function-file-comment)
240         (octave-update-function-file-comment): New functions.
241         (octave-mode-map): Bind C-c ; to
242         octave-update-function-file-comment.
243         (octave-mode-menu): Add octave-update-function-file-comment.
244         (octave-mode, inferior-octave-mode): Fix doc-string.
245         (octave-insert-defun): Conform to Octave's coding convention.
246         (Bug#14285)
248         * files.el (basic-save-buffer): Don't let errors in
249         before-save-hook prevent saving buffer.
251 2013-04-20  Roland Winkler  <winkler@gnu.org>
253         * faces.el (read-face-name): Use completing-read if arg multiple
254         is nil.
256 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
258         * ls-lisp.el (ls-lisp-insert-directory): If no files are
259         displayed, move point to after the totals line.
260         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
261         for the details.
263 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
265         * emacs-lisp/package.el (package-autoload-ensure-default-file):
266         Add current dir to the load-path.
267         (package-generate-autoloads): Don't rely on
268         autoload-ensure-default-file.
270 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
272         * textmodes/remember.el (remember-store-in-files): Document that
273         the file name format is passed to `format-time-string'.
275 2013-04-26  Leo Liu  <sdl.web@gmail.com>
277         * progmodes/octave.el (octave-sync-function-file-names): New function.
278         (octave-mode): Use it in before-save-hook.
280 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
282         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
283         (bug#14274).
285         * progmodes/octave.el (octave-smie-forward-token): Properly skip
286         \n and comment, even if it's not an implicit ; (bug#14218).
288 2013-04-26  Glenn Morris  <rgm@gnu.org>
290         * subr.el (read-number): Once more use `read' rather than
291         `string-to-number', to trap non-numeric input.  (Bug#14254)
293 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
295         * emacs-lisp/syntax.el (syntax-propertize-multiline):
296         Use `syntax-multiline' text property consistently instead of
297         `font-lock-multiline'. (bug#14237).
299 2013-04-26  Glenn Morris  <rgm@gnu.org>
301         * emacs-lisp/shadow.el (list-load-path-shadows):
302         No longer necessary to check for duplicate simple.el, since
303         2012-07-07 change to init_lread to not include installation lisp
304         directories in load-path when running uninstalled.  (Bug#14270)
306 2013-04-26  Leo Liu  <sdl.web@gmail.com>
308         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
309         (octave-mode, inferior-octave-mode): Use setq-local.
310         (octave-not-in-string-or-comment-p): Rename to
311         octave-in-string-or-comment-p.
312         (octave-in-comment-p, octave-in-string-p)
313         (octave-in-string-or-comment-p): Replace defsubst with defun.
315 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
317         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
319 2013-04-25  Bastien Guerry  <bzg@gnu.org>
321         * textmodes/remember.el (remember-data-directory)
322         (remember-directory-file-name-format): Fix custom types.
324 2013-04-25  Leo Liu  <sdl.web@gmail.com>
326         * progmodes/octave.el (octave-completion-at-point-function):
327         Make use of inferior octave process.
328         (octave-initialize-completions): Remove.
329         (inferior-octave-completion-table): New function.
330         (inferior-octave-completion-at-point): Use it.
331         (octave-completion-alist): Remove.
333 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * progmodes/opascal.el: Use font-lock and syntax-propertize.
336         (opascal-mode-syntax-table): New var.
337         (opascal-literal-kind, opascal-is-literal-end)
338         (opascal-literal-token-at): Rewrite.
339         (opascal--literal-start-re, opascal-font-lock-keywords)
340         (opascal--syntax-propertize): New constants.
341         (opascal-font-lock-defaults): Adjust.
342         (opascal-mode): Use them.  Set comment-<foo> variables as well.
343         (delphi-comment-face, opascal-comment-face, delphi-string-face)
344         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
345         (delphi-other-face, opascal-other-face): Remove face variables.
346         (opascal-save-state): Remove macro.
347         (opascal-fontifying-progress-step): Remove constant.
348         (opascal--ignore-changes): Remove var.
349         (opascal-set-token-property, opascal-parse-next-literal)
350         (opascal-is-stable-literal, opascal-complete-literal)
351         (opascal-is-literal-start, opascal-face-of)
352         (opascal-parse-region, opascal-parse-region-until-stable)
353         (opascal-fontify-region, opascal-after-change)
354         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
355         (opascal-debug-parse-region, opascal-debug-parse-window)
356         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
357         (opascal-debug-fontify-buffer): Remove.
358         (opascal-debug-mode-map): Adjust accordingly.
360 2013-04-25  Leo Liu  <sdl.web@gmail.com>
362         Merge octave-mod.el and octave-inf.el into octave.el with some
363         cleanups.
364         * progmodes/octave.el: New file renamed from octave-mod.el.
365         * progmodes/octave-inf.el: Merged into octave.el.
366         * progmodes/octave-mod.el: Renamed to octave.el.
368 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
370         * textmodes/reftex-vars.el
371         (reftex-label-ignored-macros-and-environments): New defcustom.
373         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
375 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
377         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
378         (smie-indent-keyword): Improve the check to ensure that the next
379         comment is really on the same line.
380         (smie-indent-comment): Don't align with a subsequent closer (or eob).
382         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
383         semi-colons if the line is not otherwise empty (bug#14218).
385 2013-04-25  Glenn Morris  <rgm@gnu.org>
387         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
389 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
391         * progmodes/opascal.el (opascal-set-token-property): Rename from
392         opascal-set-text-properties and only set `token' (bug#14134).
393         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
394         (opascal-literal-text-properties): Remove.
395         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
396         Adjust callers.
398 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
400         * textmodes/remember.el (remember-handler-functions): Add an
401         option for a new handler `remember-store-in-files'.
402         (remember-data-directory, remember-directory-file-name-format):
403         New options.
404         (remember-store-in-files): New function to store remember notes
405         as separate files within a directory.
407 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
409         * progmodes/compile.el (compilation-next-error-function):
410         Pass "formats" to compilation-find-file (bug#11777).
412 2013-04-24  Glenn Morris  <rgm@gnu.org>
414         * vc/vc-bzr.el (vc-bzr-print-log):
415         * vc/vc-hg.el (vc-hg-print-log):
416         * vc/vc-svn.el (vc-svn-print-log):
417         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
419         * vc/vc-bzr.el (vc-bzr-print-log):
420         * vc/vc-cvs.el (vc-cvs-print-log):
421         * vc/vc-git.el (vc-git-print-log):
422         * vc/vc-hg.el (vc-hg-print-log):
423         * vc/vc-mtn.el (vc-mtn-print-log):
424         * vc/vc-rcs.el (vc-rcs-print-log):
425         * vc/vc-sccs.el (vc-sccs-print-log):
426         * vc/vc-svn.el (vc-svn-print-log):
427         * vc/vc.el (vc-print-log-internal): Doc fixes.
429 2013-04-23  Glenn Morris  <rgm@gnu.org>
431         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
432         Remove venerable code attempting to avoid substitute-command-keys.
434 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
436         * textmodes/reftex-vars.el (reftex-label-regexps):
437         Call `reftex-compile-variables' after changes to this variable.
439 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
441         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
442         Use lexical-binding.
443         (jit-lock-force-redisplay): Use markers, check buffer's continued
444         existence and beware narrowed buffers.
445         (jit-lock-fontify-now): Adjust call accordingly.
447 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
449         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
450         to avoid misleading the user.
452 2013-04-22  Leo Liu  <sdl.web@gmail.com>
454         * info-look.el: Prefer latex2e.info.  (Bug#14240)
456 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
458         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
460         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
461         * net/tramp.el (tramp-call-process): ... here
462         (tramp-set-completion-function, tramp-parse-putty):
463         * net/tramp-adb.el (tramp-adb-execute-adb-command):
464         * net/tramp-gvfs.el (tramp-gvfs-send-command):
465         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
466         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
467         (tramp-call-local-coding-command): Use `tramp-call-process'
468         instead of `tramp-compat-call-process'.
470         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
471         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
472         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
473         (tramp-find-inline-compress):Improve traces.
474         (tramp-maybe-send-script): Check for Perl binary.
475         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
477 2013-04-22  Daiki Ueno  <ueno@gnu.org>
479         * epg.el (epg-context-pinentry-mode): New function.
480         (epg-context-set-pinentry-mode): New function.
481         (epg--start): Pass --pinentry-mode option to gpg command.
483 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
485         * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
486         `comint-dynamic-complete' is obsolete since 24.1, replaced by
487         `completion-at-point'. (Bug#13774)
489         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
490         default key binding for `describe-distribution' has been moved to
491         `C-h C-o'.  (Bug#13970)
493 2013-04-21  Glenn Morris  <rgm@gnu.org>
495         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
496         Add doc strings.
497         (vc-print-log): Clarify interactive prompt.
499 2013-04-20  Glenn Morris  <rgm@gnu.org>
501         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
502         No longer include timestamp etc information.
504 2013-04-20  Roland Winkler  <winkler@gnu.org>
506         * faces.el (read-face-name): Bug fix, return just one face if arg
507         multiple is nil.  (Bug#14209)
509 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
511         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
512         (remove-function): Autoload.
514         * comint.el (comint-redirect-original-filter-function): Remove.
515         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
516         * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
517         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
518         * progmodes/prolog.el (prolog-consult-compile):
519         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
520         Use add/remove-function instead.
521         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
522         (gud-tooltip-process-output, gud-tooltip-tips):
523         Use add/remove-function instead.
524         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
525         (scheme-interaction-mode, exit-scheme-interaction-mode):
526         Use add/remove-function instead.
528         * vc/vc-dispatcher.el: Use lexical-binding.
529         (vc--process-sentinel): Rename from vc-process-sentinel.
530         Change last arg to be the code to run.  Don't use vc-previous-sentinel
531         and vc-sentinel-commands any more.
532         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
533         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
535 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
537         * progmodes/sh-script.el (sh-imenu-generic-expression):
538         Handle function names with a single character.   (Bug#14111)
540 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
542         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
543         for subroutines defined in an eval (bug#14182).
545 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
547         * bookmark.el (bookmark-completing-read): Improve handling of empty
548         string (bug#14176).
550 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
552         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
554 2013-04-19  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
556         New faster Imenu implementation (bug#14058).
557         * progmodes/python.el:
558         (python-imenu-prev-index-position):
559         (python-imenu-format-item-label-function)
560         (python-imenu-format-parent-item-label-function)
561         (python-imenu-format-parent-item-jump-label-function):
562         New vars.
563         (python-imenu-format-item-label)
564         (python-imenu-format-parent-item-label)
565         (python-imenu-format-parent-item-jump-label)
566         (python-imenu--put-parent, python-imenu--build-tree)
567         (python-imenu-create-index, python-imenu-create-flat-index)
568         (python-util-popn): New functions.
569         (python-mode): Set imenu-create-index-function to
570         python-imenu-create-index.
572 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
574         * winner.el (winner-active-region): Use region-active-p, activate-mark
575         and deactivate-mark (bug#14225).
577         * simple.el (deactivate-mark): Don't inline it.
579 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
581         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
583 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
585         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
586         file extensions from the archive-mode entry in order to prefer
587         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
589 2013-04-18  Leo Liu  <sdl.web@gmail.com>
591         * bindings.el (help-event-list): Add ?\?.
593 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
595         * subr.el (with-wrapper-hook): Declare obsolete.
596         * simple.el (filter-buffer-substring-function): New hook.
597         (filter-buffer-substring): Use it.
598         (filter-buffer-substring-functions): Mark obsolete.
599         * minibuffer.el (completion-in-region-function): New hook.
600         (completion-in-region): Use it.
601         (completion-in-region-functions): Mark obsolete.
602         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
603         * abbrev.el (abbrev-expand-function): New hook.
604         (expand-abbrev): Use it.
605         (abbrev-expand-functions): Mark obsolete.
606         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
607         and :filter-return.
609 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
611         * progmodes/python.el (python-nav--syntactically): Fix cornercases
612         and do not care about match data.
614 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
616         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
617         completion tables when completing error conditions and
618         `declare' arguments.
619         (lisp-complete-symbol, field-complete): Mark as obsolete.
620         (check-parens): Unmatched parens are user errors.
621         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
623 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
625         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
626         command changed buffer (ie. `flyspell-pre-buffer' is not current
627         buffer), which prevents making decisions based on invalid value of
628         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
629         cause an error when `flyspell-pre-point' was nil after switching
630         buffers.
631         (flyspell-post-command-hook): No longer needs to change buffers when
632         checking pre-word.  While at it remove unnecessary progn.
634 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
636         * textmodes/ispell.el (ispell-add-per-file-word-list):
637         Fix `flyspell-correct-word-before-point' error when accepting
638         words and `coment-padding' is an integer by using
639         `comment-normalize-vars' (Bug #14214).
641 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
643         New defun movement commands.
644         * progmodes/python.el (python-nav--syntactically)
645         (python-nav--forward-defun, python-nav-backward-defun)
646         (python-nav-forward-defun): New functions.
648 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
650         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
651         (python-syntax-context): Use named compiler-macro for backwards
652         compatibility with Emacs 24.x.
654 2013-04-17  Leo Liu  <sdl.web@gmail.com>
656         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
657         octave-hide-process-buffer.
659 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
661         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
662         (bug#14216).
664 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
666         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
667         Fix adjustment of offset when receiving incomplete responses from GDB
668         (bug#14129).
670 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
672         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
673         python-mode-abbrev-table.
674         (python-skeleton-define): Adjust accordingly.
675         (python-mode-abbrev-table): New table that inherits from it so that
676         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
678         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
679         (abbrev-symbol): Use it.
680         (abbrev--before-point): Use it since we already handle inheritance.
682 2013-04-16  Leo Liu  <sdl.web@gmail.com>
684         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
685         binding to info-lookup-symbol.
687 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
689         * minibuffer.el (completion--twq-all):
690         * term/ns-win.el (ns-initialize-window-system):
691         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
693 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
695         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
696         global bindings.
698         * doc-view.el (doc-view-start-process): Handle url-handler directories.
700 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
702         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
703         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
704         to nil.
705         (ruby-end-of-defun): Remove the unused arg, change the docstring
706         to reflect that this function is only used as the value of
707         `end-of-defun-function'.
708         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
709         to reflect an earlier change that beginning/end-of-defun functions
710         jump between methods in a class definition, as well as top-level
711         functions.
713 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
715         * minibuffer.el (minibuffer-complete): Don't just scroll
716         a *Completions* that's been iconified.
717         (minibuffer-force-complete): Make sure repetitions do cycle when going
718         through completion-in-region -> minibuffer-complete.
720 2013-04-15  Alan Mackenzie  <acm@muc.de>
722         Correct the placement of c-cpp-delimiters when there're #s not at
723         col 0.
725         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
726         place a submatch around the #.
727         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
728         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
729         on the #, not BOL.
731 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
733         * emacs-lisp/nadvice.el: Properly test names when adding advice.
734         (advice--member-p): New arg `name'.
735         (advice--add-function, advice-member-p): Use it (bug#14202).
737 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
739         Reformulate java imenu-generic-expression.
740         The old expression contained ill formed regexps.
742         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
743         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
744         (cc-imenu-java-method-arg-regexp): New defconsts.
745         (cc-imenu-java-build-type-args-regex): New defun.
746         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
747         handling of spaces in the regexp.
749 2013-03-15  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
751         * textmodes/ispell.el (ispell-command-loop): Remove
752         flyspell highlight of a word when ispell accepts it (bug #14178).
754 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
756         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
757         uses code from the previous `ange-ftp-run-real-handler'.
758         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
759         only in case that function exist.  This is needed for proper
760         unloading of Tramp.
762 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
764         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
766         * textmodes/reftex.el (reftex-compile-variables): Use it.
768 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
770         * files.el (normal-mode): Only use default major-mode if no other mode
771         was specified.
773         * emacs-lisp/trace.el (trace-values): New function.
775         * files.el: Allow : in local variables (bug#14089).
776         (hack-local-variable-regexp): New var.
777         (hack-local-variables-prop-line, hack-local-variables): Use it.
779 2013-04-13  Roland Winkler  <winkler@gnu.org>
781         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
782         data before it gets modified by bibtex-beginning-of-entry.
784 2013-04-13  Roland Winkler  <winkler@gnu.org>
786         * textmodes/bibtex.el (bibtex-url): Doc fix.
788 2013-04-13  Roland Winkler  <winkler@gnu.org>
790         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
791         does not visit a BibTeX file, exclude it from the list of buffers
792         returned by bibtex-initialize.
794 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
796         * window.el (split-window): Remove interactive form, since as a
797         command this function is a special case of split-window-below.
798         Correct doc string.
800 2013-04-12  Roland Winkler  <winkler@gnu.org>
802         * faces.el (read-face-name): Do not override value of arg default.
803         Allow single faces and strings as default values.  Remove those
804         elements from return value that are not faces.
805         (describe-face): Simplify.
806         (face-at-point): New optional args thing and multiple so that this
807         function can provide the same functionality previously provided by
808         read-face-name.
809         (make-face-bold, make-face-unbold, make-face-italic)
810         (make-face-unitalic, make-face-bold-italic, invert-face)
811         (modify-face, read-face-and-attribute): Use face-at-point.
813         * cus-edit.el (customize-face, customize-face-other-window)
814         * cus-theme.el (custom-theme-add-face)
815         * face-remap.el (buffer-face-set)
816         * facemenu.el (facemenu-set-face): Use face-at-point.
818 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
820         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
822 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
824         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
825         off leading { and trailing } from field values.
827 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
829         * emacs-lisp/timer.el (timer--check): New function.
830         (timer--time, timer-set-function, timer-event-handler): Use it.
831         (timer-set-idle-time): Simplify.
832         (timer--activate): CSE.
833         (timer-event-handler): Give more info in error message.
834         (internal-timer-start-idle): New function, moved from C.
836         * mpc.el (mpc-proc): Add `restart' argument.
837         (mpc-proc-cmd): Use it.
838         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
839         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
840         less often.
842 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
844         * progmodes/sh-script.el: Implement `sh-mode' own
845         `add-log-current-defun-function' (bug#14112).
846         (sh-current-defun-name): New function.
847         (sh-mode): Use the function.
849 2013-04-09  Bastien Guerry  <bzg@gnu.org>
851         * simple.el (choose-completion-string): Fix docstring (bug#14163).
853 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
855         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
857         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
858         timer (bug#14156).
860 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
862         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
863         declaration.
865 2013-04-07  Leo Liu  <sdl.web@gmail.com>
867         * pcmpl-x.el: New file.
869 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
871         Do not set x-display-name until X connection is established.
872         This is needed to prevent from weird situation described at
873         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
874         * frame.el (make-frame): Set x-display-name after call to
875         window system initialization function, not before.
876         * term/x-win.el (x-initialize-window-system): Add optional
877         display argument and use it.
878         * term/w32-win.el (w32-initialize-window-system):
879         * term/ns-win.el (ns-initialize-window-system):
880         * term/pc-win.el (msdos-initialize-window-system):
881         Add compatible optional display argument.
883 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
885         * files.el (normal-backup-enable-predicate): On MS-Windows and
886         MS-DOS compare truenames of temporary-file-directory and of the
887         file, so that 8+3 aliases (usually found in $TEMP on Windows)
888         don't fail comparison by compare-strings.  Also, compare file
889         names case-insensitively on MS-Windows and MS-DOS.
891 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
893         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
894         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
896 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
898         * whitespace.el (whitespace-color-on, whitespace-color-off):
899         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
901 2013-04-05  Jacek ChrzÄ…szcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
903         * ispell.el (ispell-set-spellchecker-params):
904         Really set `ispell-args' for all equivs.
906 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
908         * ido.el (ido-completions): Use extra elements of ido-decorations
909         (bug#14143).
910         (ido-decorations): Update docstring.
912 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
914         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
915         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
916         nil during initialization, in order not to miss changes since the
917         file was opened.  (Bug#14140)
919 2013-04-05  Leo Liu  <sdl.web@gmail.com>
921         * kmacro.el (kmacro-call-macro): Fix bug#14135.
923 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
925         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
927 2013-04-04  Glenn Morris  <rgm@gnu.org>
929         * electric.el (electric-pair-inhibit-predicate): Add :version.
931 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
933         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
934         when a package is required several times (bug#14082).
936 2013-04-04  Roland Winkler  <winkler@gnu.org>
938         * faces.el (read-face-name): Behave as promised by the docstring.
939         Assume that arg default is a list of faces.
940         (describe-face): Call read-face-name with list of default faces.
942 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
944         * bookmark.el: Fix deletion of bookmarks (bug#13972).
945         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
946         (bookmark-bmenu-execute-deletions): Only skip first line if it's
947         the header.
948         (bookmark-exit-hook-internal): Save even if list is empty.
950 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
952         * emacs-lisp/package.el (package-pinned-packages): New var.
953         (package--add-to-archive-contents): Obey it (bug#14118).
955 2013-04-03  Alan Mackenzie  <acm@muc.de>
957         Handle `parse-partial-sexp' landing inside a comment opener
958         (Bug#13244). Also adapt to the new values of element 7 of a parse
959         state.
961         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
962         parameter `not-in-delimiter'.  Handle being inside comment opener.
963         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
964         character in case we're typing a '*' after a '/'.
965         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
966         instead by passing the parameter to c-state-pp-to-literal.
968         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
969         for elt. 7 of a parse state.
971 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
973         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
974         * international/latin1-disp.el, international/mule-util.el:
975         * language/cyril-util.el, language/european.el, language/ind-util.el:
976         * language/lao-util.el, language/thai.el, language/tibet-util.el:
977         * language/tibetan.el, language/viet-util.el:
978         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
980 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
982         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
983         (electric-pair-post-self-insert-function): Use it.
984         (electric-pair-default-inhibit): New function, extracted from
985         electric-pair-post-self-insert-function.
987 2013-03-31  Roland Winkler  <winkler@gnu.org>
989         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
991 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
993         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
995 2013-03-30  FabiĂ¡n Ezequiel Gallina  <fabian@anue.biz>
997         Un-indent after "pass" and "return" statements (Bug#13888)
998         * progmodes/python.el (python-indent-block-enders): New var.
999         (python-indent-calculate-indentation): Use it.
1001 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
1003         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
1004         defun.  Defining it as defalias could introduce too eager
1005         byte-compiler optimization.  (Bug#14030)
1007 2013-03-30  Chong Yidong  <cyd@gnu.org>
1009         * iswitchb.el (iswitchb-read-buffer): Fix typo.
1011 2013-03-30  Leo Liu  <sdl.web@gmail.com>
1013         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
1014         (kmacro-execute-from-register): Pass the keyboard macro to
1015         kmacro-call-macro or repeating won't work correctly.
1017 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
1019         * progmodes/subword.el: Back to using `forward-symbol'.
1021         * subr.el (forward-whitespace, forward-symbol)
1022         (forward-same-syntax): Move from thingatpt.el.
1024 2013-03-29  Leo Liu  <sdl.web@gmail.com>
1026         * kmacro.el (kmacro-to-register): New command.
1027         (kmacro-execute-from-register): New function.
1028         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
1030 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1032         * mpc.el: Use defvar-local and setq-local.
1033         (mpc--proc-connect): Connection failures are not bugs.
1034         (mpc-mode-map): `follow-link' only applies to the buffer's content.
1035         (mpc-volume-map): Bind to the up-events.
1037 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1039         * progmodes/subword.el (superword-mode): Use `forward-sexp'
1040         instead of `forward-symbol'.
1042 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1044         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1045         (edebug--recursive-edit): Use it.
1046         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1047         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1049 2013-03-28  Leo Liu  <sdl.web@gmail.com>
1051         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
1053 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
1055         * facemenu.el (list-colors-callback): New defvar.
1056         (list-colors-redisplay): New function.
1057         (list-colors-display): Install list-colors-redisplay as the
1058         revert-buffer-function.  (Bug#14063)
1060 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1062         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1063         and suffixes don't overlap (bug#14061).
1065         * case-table.el: Use lexical-binding.
1066         (case-table-get-table): New function.
1067         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
1069 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1071         * progmodes/subword.el: Add `superword-mode' to do word motion
1072         over symbol_words (parallels and leverages `subword-mode' which
1073         does word motion inside MixedCaseWords).
1075 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1077         * eshell/em-unix.el: Move su and sudo to...
1078         * eshell/em-tramp.el: ...Eshell tramp module.
1080 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1082         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
1083         Change return value to be a sexp.  Delay `get-buffer' to after
1084         restoring the desktop (bug#13951).
1086 2013-03-26  Leo Liu  <sdl.web@gmail.com>
1088         * register.el: Move semantic tag handling back to
1089         cedet/semantic/senator.el.  (Bug#14052)
1091 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1093         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1094         into the prompt either (bug#13963).
1096 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1098         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1099         part of "(error-foo)".
1101 2013-03-24  Juri Linkov  <juri@jurta.org>
1103         * replace.el (list-matching-lines-prefix-face): New defcustom.
1104         (occur-1): Pass `list-matching-lines-prefix-face' to the function
1105         `occur-engine' if `face-differs-from-default-p' returns t.
1106         (occur-engine): Add `,' inside backquote construct to evaluate
1107         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
1108         Pass `prefix-face' to the functions `occur-context-lines' and
1109         `occur-engine-add-prefix'.
1110         (occur-engine-add-prefix, occur-context-lines): Add optional arg
1111         `prefix-face' and propertize the prefix with `prefix-face'.
1112         (Bug#14017)
1114 2013-03-24  Leo Liu  <sdl.web@gmail.com>
1116         * nxml/rng-valid.el (rng-validate-while-idle)
1117         (rng-validate-quick-while-idle): Guard against deleted buffer.
1118         (Bug#13999)
1120         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1121         is the last entry in kill-buffer-hook.
1123         * files.el (kill-buffer-hook): Doc fix.
1125 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1127         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1128         Make it safe-local.
1130         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1132 2013-03-23  Leo Liu  <sdl.web@gmail.com>
1134         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1135         Remove.
1137         * nxml/rng-valid.el (rng-validate-mode)
1138         (rng-after-change-function, rng-do-some-validation):
1139         * nxml/rng-maint.el (rng-validate-buffer):
1140         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1141         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1142         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1143         (nxml-extend-after-change-region): Use with-silent-modifications.
1145         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1146         timer-idle-list.
1148         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1149         (rng-next-error-1, rng-previous-error-1): Do not let-bind
1150         timer-idle-list.  (Bug#13999)
1152 2013-03-23  Juri Linkov  <juri@jurta.org>
1154         * info.el (info-index-match): New face.
1155         (Info-index, Info-apropos-matches): Add a nested subgroup to the
1156         main pattern and add text properties with the new face to matches
1157         in index entries relative to the beginning of the index entry.
1158         (Bug#14015)
1160 2013-03-21  Eric Ludlam  <zappo@gnu.org>
1162         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1163         Inhibit read only while inserting objects.
1165 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1167         * progmodes/cfengine.el: Update docs to mention
1168         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
1169         symbol motion.  Remove "_" from the word syntax.
1171 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
1173         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1174         syntax for both `cfengine2-mode' and `cfengine3-mode'.
1176 2013-03-20  Juri Linkov  <juri@jurta.org>
1178         * info.el (Info-next-reference-or-link)
1179         (Info-prev-reference-or-link): New functions.
1180         (Info-next-reference, Info-prev-reference): Use them.
1181         (Info-try-follow-nearest-node): Handle footnote navigation.
1182         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
1184 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1186         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1187         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1189 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
1191         Suppress unnecessary non-ASCII chatter during build process.
1192         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1193         (batch-skkdic-convert): Suppress most of the chatter.
1194         It's not needed so much now that machines are faster,
1195         and its non-ASCII component was confusing; see Dmitry Gutov in
1196         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1198 2013-03-20  Leo Liu  <sdl.web@gmail.com>
1200         * ido.el (ido-chop): Fix bug#10994.
1202 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1204         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1205         Remove vars.
1206         (whitespace-color-on, whitespace-color-off):
1207         Use `font-lock-fontify-buffer' (Bug#13817).
1209 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1211         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1212         remapping in mode-line.
1213         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1215 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1217         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1218         value for `whitespace-line' face (Bug#13875).
1219         (whitespace-font-lock-keywords): Change description.
1220         (whitespace-color-on): Don't save `font-lock-keywords' value, save
1221         the constructed keywords instead.
1222         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1224 2013-03-19  Leo Liu  <sdl.web@gmail.com>
1226         * progmodes/compile.el (compilation-display-error): New command.
1227         (compilation-mode-map, compilation-minor-mode-map): Bind it to
1228         C-o.  (Bug#13992)
1230 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1232         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1234 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
1236         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1238 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
1240         * net/tramp-compat.el (tramp-compat-user-error): New defun.
1242         * net/tramp-adb.el (tramp-adb-handle-shell-command):
1243         * net/tramp-gvfs.el (top):
1244         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1245         (tramp-handle-shell-command): Use it.
1246         (tramp-dissect-file-name): Raise an error when hostname is a
1247         method name, and neither method nor user is specified.
1249         * net/trampver.el: Update release number.
1251 2013-03-18  Leo Liu  <sdl.web@gmail.com>
1253         Make sure eldoc can be turned off properly.
1254         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1255         eldoc-mode.
1256         (eldoc-display-message-p): Revert last change.
1257         (eldoc-display-message-no-interference-p)
1258         (eldoc-print-current-symbol-info): Tweak.
1260 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
1262         * doc-view.el (doc-view-new-window-function): Check the new window
1263         overlay's display property instead the char property of the
1264         buffer's first char.  Use `with-selected-window' instead of
1265         `save-window-excursion' with `select-window'.
1266         (doc-view-document->bitmap): Check the current doc-view overlay's
1267         display property instead the char property of the buffer's first char.
1269 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1271         Automate the build of ja-dic.el (Bug#13984).
1272         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1273         from the input, rather than assume that it's been done for us by the
1274         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
1275         the current date into a ja-dic.el comment, as that complicates
1276         regression testing.
1278 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1280         * whitespace.el: Fix double evaluation.
1281         (whitespace-space, whitespace-hspace, whitespace-tab)
1282         (whitespace-newline, whitespace-trailing, whitespace-line)
1283         (whitespace-space-before-tab, whitespace-indentation)
1284         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1285         obsolete defvars.
1286         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1287         (whitespace-color-on): Use a single font-lock-add-keywords call.
1288         Fix double-evaluation of face variables.
1290 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
1292         * net/tramp-adb.el (tramp-adb-parse-device-names):
1293         Use `start-process' instead of `call-process'.  Otherwise, the
1294         function might be blocked under MS Windows.  (Bug#13299)
1296 2013-03-17  Leo Liu  <sdl.web@gmail.com>
1298         Extend eldoc to display info in the mode-line.  (Bug#13978)
1299         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1300         (eldoc-mode-line-string): New variable.
1301         (eldoc-minibuffer-message): New function.
1302         (eldoc-message-function): New variable.
1303         (eldoc-message): Use it.
1304         (eldoc-display-message-p)
1305         (eldoc-display-message-no-interference-p):
1306         Support eldoc-post-insert-mode.
1308         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1309         (eval-expression): Run it.
1311 2013-03-17  Roland Winkler  <winkler@gnu.org>
1313         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1314         strings in the list of return values.
1316 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1318         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1319         radix before checking for HMS forms.
1321 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1323         * progmodes/scheme.el: Add indentation and font-locking for Î».
1324         (Bug#13975)
1326 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1328         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1329         token before point (bug#13942).
1331 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1333         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
1335 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
1337         * startup.el (command-line-normalize-file-name): Fix handling of
1338         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
1339         <xfq.free@gmail.com> in
1340         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1342 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
1344         Sync with Tramp 2.2.7.
1346         * net/trampver.el: Update release number.
1348 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
1350         * doc-view.el Fix bug#13887.
1351         (doc-view-insert-image): Don't modify overlay associated to
1352         non-live windows, and implement horizontal centering of image in
1353         case it's smaller than the window.
1354         (doc-view-new-window-function): Force redisplay of new windows on
1355         doc-view buffers.
1357 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
1359         * saveplace.el (save-place-alist-to-file): Don't sort
1360         `save-place-alist', just pretty-print it (bug#13882).
1362 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
1364         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1365         whether `default-file-name-coding-system' is bound.  It isn't in
1366         XEmacs.
1368 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1370         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1371         backquotes for `obsolete' (bug#13929).
1373         * international/mule.el (find-auto-coding): Include file name in
1374         obsolescence warning (bug#13922).
1376 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1378         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1379         for CFEngine 3-specific indentation.
1380         (cfengine3-indent-line): Use it.  Fix up category regex.
1381         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1383 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1385         * type-break.el (type-break-file-name):
1386         * textmodes/remember.el (remember-data-file):
1387         * strokes.el (strokes-file):
1388         * shadowfile.el (shadow-initialize):
1389         * saveplace.el (save-place-file):
1390         * ps-bdf.el (bdf-cache-file):
1391         * progmodes/idlwave.el (idlwave-config-directory):
1392         * net/quickurl.el (quickurl-url-file):
1393         * international/kkc.el (kkc-init-file-name):
1394         * ido.el (ido-save-directory-list-file):
1395         * emulation/viper.el (viper-custom-file-name):
1396         * emulation/vip.el (vip-startup-file):
1397         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1398         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1400 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
1402         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1403         * language/thai-word.el: Switch to UTF-8.
1405 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1407         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1409 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1411         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1412         Use with-current-buffer and don't move point.
1413         (net-utils-run-simple): Remove useless code.
1414         (net-utils-remove-ctl-m): Remove unused custom.
1416 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
1418         * international/characters.el (glyphless-set-char-table-range): New fun.
1419         (update-glyphless-char-display): Use it (bug#13744).
1421 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1423         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1424         namespaces in the syntax, indent closer for hanging brace
1425         correctly, allow single-quote delimited 'strings', and make
1426         `cfengine3-mode' the default.
1428 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
1430         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1431         Use lexical-binding.  Fix up docstring according to conventions.
1432         (gdbmi-debug-mode): New var.
1433         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1434         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1435         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1436         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1437         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1438         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1439         (gdbmi-bnf-incomplete-record-result): New functions.
1440         (gdb-car<): Remove function.
1441         (gdbmi-record-list): Remove variable.
1442         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1443         (gdbmi-bnf-result-state-configs): New const.
1444         (gud-gdbmi-marker-filter): Rewrite.
1445         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1446         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1447         Add `token' argument.
1448         (gdb-done, gdb-error): New functions.
1449         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
1451 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1453         * term/xterm.el (xterm--report-background-handler): Don't burp
1454         upon timeout.
1455         (xterm--version-handler): Extract from terminal-init-xterm.
1456         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
1457         Allow multiple handlers.
1458         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1460         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
1461         (xterm--report-background-handler, xterm--query): New functions.
1462         (terminal-init-xterm): Use them.
1464 2013-03-11  Michael R. Mauger  <michael@mauger.com>
1466         * progmodes/sql.el Version 3.2
1467         Please note that my address changed to <michael@mauger.com>;
1468         the <mmaug@yahoo.com> address remains active.
1469         (sql-connection-alist): Updates documentation to fix bug#13715.
1470         (sql-connect): Handle missing `sql-connection-alist' correctly.
1471         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1472         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1473         property.
1474         (sql-default-value): New function.
1475         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1476         values were not used.
1477         (sql-rename-buffer): Make sure alternate buffer name has no text
1478         properties.
1479         (sql-input-sender, sql-execute-feature): Fetch variable with
1480         `buffer-local-value' rather than `with-current-buffer'.
1481         (sql-*): Use #' function syntax consistently.
1482         (sql-*): Use message/error/user-error consistently.
1484 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1486         * xt-mouse.el (xterm-mouse-event-read): Remove.
1487         (xterm-mouse--read-event-sequence-1000)
1488         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1490 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1492         * term/xterm.el (xterm-function-map): Support format used with
1493         formatOtherKeys=1 (bug#13839).
1495         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1496         (with-no-warnings): Use `declare'.
1498         * whitespace.el (whitespace-enable-predicate): New variable.
1499         (whitespace-enable-predicate): Use it.
1501         * comint.el (comint-send-input, comint-snapshot-last-prompt)
1502         (comint-output-filter, comint-update-fence):
1503         Use with-silent-modifications.
1505 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
1507         * replace.el (occur-read-regexp-defaults-function): New var.
1508         (occur-read-regexp-defaults): New defun.
1509         (occur-read-primary-args): Propagate above change (bug#13892).
1511 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1513         * mouse.el (mouse-drag-track): Remove left-over debugging code.
1515 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
1517         Major rewrite due to changed D-Bus interface of GVFS 1.14.
1519         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1520         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1521         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1522         New defconst.
1523         (tramp-gvfs-file-name-handler-alist) [directory-files]
1524         [directory-files-and-attributes, file-exists-p, file-modes]:
1525         Use Tramp default handler.
1526         [file-acl, file-selinux-context, process-file, set-file-acl]:
1527         [set-file-modes, set-file-selinux-context, shell-command]:
1528         [start-file-process]: Remove handler.
1529         [verify-visited-file-modtime]: New handler.
1530         (tramp-gvfs-dbus-string-to-byte-array)
1531         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
1532         calls of `dbus-string-to-byte-array' and
1533         `tramp-gvfs-dbus-byte-array-to-string'.
1534         (tramp-gvfs-handle-copy-file)
1535         (tramp-gvfs-handle-delete-directory)
1536         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1537         (tramp-gvfs-handle-file-directory-p)
1538         (tramp-gvfs-handle-file-executable-p)
1539         (tramp-gvfs-handle-file-name-all-completions)
1540         (tramp-gvfs-handle-file-readable-p)
1541         (tramp-gvfs-handle-file-writable-p)
1542         (tramp-gvfs-handle-insert-directory)
1543         (tramp-gvfs-handle-insert-file-contents)
1544         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1545         (tramp-gvfs-handle-set-visited-file-modtime)
1546         (tramp-gvfs-handle-write-region): Rewrite.
1547         (tramp-gvfs-handle-file-acl)
1548         (tramp-gvfs-handle-file-selinux-context)
1549         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1550         (tramp-gvfs-handle-set-file-modes)
1551         (tramp-gvfs-handle-set-file-selinux-context)
1552         (tramp-gvfs-handle-shell-command)
1553         (tramp-gvfs-handle-start-file-process)
1554         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1555         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1556         over the symlinks.  Fix user handling.
1557         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1558         of the D-Bus signals.
1559         (tramp-gvfs-connection-mounted-p): Handle different names of the
1560         D-Bus methods.
1561         (tramp-gvfs-mount-spec-entry): New defun.
1562         (tramp-gvfs-mount-spec): Use it.
1563         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1564         there is a share name.  Handle different names of the D-Bus
1565         signals and methods.  Set connection properties needed for
1566         `tramp-check-cached-permissions'.
1567         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1568         Return t or nil.
1570         * net/tramp.el (tramp-backtrace): Move up.
1571         (tramp-error): Dump a backtrace into the debug buffer when
1572         `tramp-verbose > 9.
1573         (tramp-file-mode-type-map, tramp-file-mode-from-int)
1574         (tramp-file-mode-permissions, tramp-get-local-uid)
1575         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1576         tramp-sh.el.
1578         * net/tramp-sh.el (tramp-file-mode-type-map)
1579         (tramp-check-cached-permissions, tramp-file-mode-from-int)
1580         (tramp-file-mode-permissions, tramp-get-local-uid)
1581         (tramp-get-local-gid): Move to tramp.el.
1583 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1585         Separate mouse-1-click-follows-link from mouse-drag-region.
1586         * mouse.el (mouse--down-1-maybe-follows-link): New function.
1587         (key-translation-map): Use it to implement mouse-1-click-follows-link.
1588         (mouse-drag-line, mouse-drag-track):
1589         Remove mouse-1-click-follows-link code.
1590         (mouse--remap-link-click-p): Remove.
1592 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
1594         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1595         (hi-lock-read-regexp-defaults):  New defun.
1596         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1597         (hi-lock-face-phrase-buffer): Propagate above change.
1598         Update docstring (bug#13892).
1600         * subr.el (find-tag-default-as-regexp): New defun.
1601         * replace.el (read-regexp): Propagate above change.
1603 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
1605         * calc/calc-units.el (calc-convert-units): Fix the way that default
1606         new units are stored.
1608 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1610         * bookmark.el: Define a face to highlight bookmark names in
1611         bookmark menu buffers, where the default is a bold face similarly
1612         to buffer names in buffer menu buffers.
1613         (bookmark-menu-bookmark): New face to highlight bookmark names.
1614         (bookmark-insert-location): Remove duplicated text property to
1615         conform to buffer list (see `list-buffers').
1616         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1617         `bookmark-menu-bookmark' to bookmark names.
1619 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1620             Karl Fogel  <kfogel@red-bean.com>
1622         * bookmark.el: Display the bookmark list header similarly to the
1623         buffer list header (see `list-buffers'), where the default is now
1624         an immovable/immutable header line.
1625         (bookmark-bmenu-use-header-line): New variable.
1626         (bookmark-bmenu-inline-header-height): New name for
1627         `bookmark-bmenu-header-height', to avoid confusion with the code
1628         for the new immovable header.  All references changed.
1629         (bookmark-bmenu-set-header): New function.
1630         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1631         Conditionalize header construction accordingly.
1632         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1633         the inline header height.
1634         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1635         Conditionalize the skipping of the inline header height.
1637 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
1639         * progmodes/js.el (js--multi-line-declaration-indentation):
1640         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1642 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
1644         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1645         Only propertize regexp when not inside a string (Bug#13885).
1647 2013-03-06  Alan Mackenzie  <acm@muc.de>
1649         Correct the position of point in some line-up functions.
1650         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1651         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1652         point at column 0 rather than at a random place in the line.
1654 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
1656         * net/tramp-compat.el (tramp-compat-delete-directory):
1657         Implement TRASH argument.
1659 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
1661         Keep pre-existing highlighting in completion candidates (Bug#13250).
1662         * minibuffer.el (completions-first-difference): State that the
1663         face is "added" in the docstring.
1664         (completions-common-part): Same.  And don't inherit from default.
1665         (completion-hilit-commonality): Prepend 'completions-common-part
1666         and 'completion-first-difference faces to the 'face property,
1667         instead of replacing the value(s).
1668         (completion--insert-strings): Same with 'completions-annotations face.
1669         (completion-hilit-commonality): Use 'face instead of
1670         'font-lock-face, because it gets priority if the completion
1671         strings already have 'face set.
1673 2013-03-04  Alan Mackenzie  <acm@muc.de>
1675         Replace `last-command-event' by `last-command-char' in XEmacs.
1676         * progmodes/cc-defs.el (c-last-command-char): New macro.
1677         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1678         (c-semi&comma-no-newlines-before-nonblanks)
1679         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1680         in place of `last-command-event'.
1681         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1682         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1683         (c-electric-paren, c-electric-continued-statement): Use the new
1684         macro in place of `last-command-event'.
1686 2013-03-04  Glenn Morris  <rgm@gnu.org>
1688         * files.el (inhibit-local-variables-regexps):
1689         Add .diff and .patch.  (Bug#13862)
1691 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
1693         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1694         whether the "su" command is available on the device.
1696 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1698         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1699         (tramp-adb-handle-process-file): Remove superfluous setting.
1700         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1701         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1702         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1704 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1706         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1707         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
1708         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1709         Use dict-key rather than dict-name for the error message.
1711 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1713         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1714         when reverting (bug#13831).
1716 2013-03-01  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1718         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1719         Always expand affix-file before storing to protect against changed
1720         `default-directory'.
1721         (ispell-print-if-debug): Make sure message is printed at the end
1722         of the debug buffer.
1724 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1726         * net/tramp.el (tramp-obsolete-methods): New defconst.
1727         (tramp-warned-obsolete-methods): New defvar.
1728         (tramp-find-method): Check for obsolete methods.  Map them to a
1729         replacement method if appropriate.
1731         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1732         Remove methods.
1733         (top): Remove completion functions for "scp1", "scp2", "ssh1",
1734         "ssh2" and "plink1".
1736 2013-02-28  Dale Sedivec  <dale@codefu.org>
1738         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1739         Return valid syntax-table property value when converting
1740         quotes within text from string syntax to punctuation syntax (bug#13844).
1742 2013-02-28  Juri Linkov  <juri@jurta.org>
1744         * dired-aux.el (dired-diff): If file at point is a backup file,
1745         use its original as the default value, and reverse the order
1746         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
1748 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1750         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
1751         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
1753 2013-02-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1755         Initial support for hunspell dictionaries auto-detection (Bug#13639)
1757         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1758         Ask hunspell about available and default dictionaries.
1759         (ispell-parse-hunspell-affix-file): Extract relevant info from
1760         hunspell affix file.
1761         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1762         `ispell-dictionary-alist' entry for given dictionary after info
1763         provided by `ispell-parse-hunspell-affix-file'.
1764         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1765         of parsed hunspell dicts and associated affix files.
1766         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1767         of parsed hunspell dicts and associated parameters.
1768         (ispell-set-spellchecker-params):
1769         Call `ispell-find-hunspell-dictionaries' if hunspell and not
1770         previously done.
1771         (ispell-start-process):
1772         Call `ispell-hunspell-fill-dictionary-entry' for current
1773         dictionary if it is not initialized.
1775 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1777         * imenu.el: Comment nitpicks.
1779 2013-02-28  Sam Steingold  <sds@gnu.org>
1781         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1782         See <http://stackoverflow.com/questions/14720205>.
1784 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1786         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1787         (net-utils-mode): Use it.
1788         (net-utils--revert-cmd): New var.
1789         (net-utils-run-simple): Set it, and remove bogus interactive spec.
1790         (traceroute): Use net-utils-run-simple.
1792 2013-02-28  Glenn Morris  <rgm@gnu.org>
1794         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1796 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1798         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1799         (doc-view-fallback-mode): Remove overlays here.
1800         (doc-view-toggle-display): Instead of here.  Don't throw away
1801         image-mode-winprops-alist.
1802         (doc-view-goto-page): Don't mess with hscroll.
1804 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1806         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1807         &optional (bug#13819).
1809 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
1811         * net/tramp-adb.el (tramp-adb-parse-device-names)
1812         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
1814 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
1816         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1817         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1818         defined.  POSIX environments fall back to the "C" locale then and
1819         emit a warning, which shall be suppressed.
1821 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1823         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1824         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1826 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1828         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1830 2013-02-25  Juri Linkov  <juri@jurta.org>
1832         * replace.el (read-regexp): Let-bind `default' to the first
1833         element of `defaults' if it's a list, otherwise it should be
1834         a string or nil.  Let-bind `suggestions' to `defaults' if it's
1835         a list, otherwise make a list with the string value.  Doc fix.
1836         (Bug#13805)
1838 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
1840         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1841         that match "\`\.#", to avoid compiling lock files, even if they
1842         are readable (as they are on MS-Windows).
1844 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1846         * files.el (basic-save-buffer): Remove redundant directory-creation.
1848 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
1850         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1851         Add option to force `pi' to remain symbolic.
1852         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1853         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1854         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1855         derivatives, when necessary.
1857 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
1859         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1860         (ps-mode-octal-region): Use string-make-unibyte.
1862 2013-02-23  Glenn Morris  <rgm@gnu.org>
1864         * emulation/viper-cmd.el (viper-submit-report):
1865         * progmodes/ps-mode.el (ps-mode-maintainer-address):
1866         * progmodes/vera-mode.el (vera-mode-help-address):
1867         * textmodes/artist.el (artist-maintainer-address):
1868         * textmodes/reftex.el (reftex-report-bug):
1869         * vc/ediff-util.el (ediff-submit-report):
1870         Add bug-gnu-emacs to bug report address.
1872         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1873         Remove bug report entries.
1874         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1876         * emacs-lisp/bytecomp.el (byte-compile-level): New.
1877         (byte-compile-file, byte-compile-from-buffer):
1878         Use separate input/output buffers for each level of recursive
1879         byte-compile-file calls.  (Bug#13787)
1881 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
1883         * net/tramp.el (tramp-methods): Fix docstring.
1884         (tramp-ssh-controlmaster-options): Rename it from
1885         `tramp-ssh-controlmaster-template'.  Return a string.
1886         (tramp-default-method): Adapt check for
1887         `tramp-ssh-controlmaster-options'.
1889         * net/tramp-sh.el (tramp-methods):
1890         Replace `tramp-ssh-controlmaster-template' by "%c".
1891         (tramp-do-copy-or-rename-file-out-of-band)
1892         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
1893         that it is applied for the first hop only.
1895 2013-02-22  Juri Linkov  <juri@jurta.org>
1897         * isearch.el (isearch-lazy-highlight-new-loop):
1898         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1899         to `isearch-other-end' if it is not nil.  (Bug#13402)
1901         * replace.el (replace-highlight): Let-bind `isearch-other-end'
1902         to `match-beg'.
1904         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1905         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1906         and `isearch-error' to nil.
1908 2013-03-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1910         * progmodes/python.el (python-info-current-defun):
1911         Enhance match-data cluttering prevention.
1913 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
1915         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1917         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1918         Handle multibyte file names.
1920 2013-02-22  Glenn Morris  <rgm@gnu.org>
1922         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1923         (sgml-transformation-function): Give it a :set function.
1924         (sgml-tag): Doc fix.
1926         * cmuscheme.el (scheme-buffer):
1927         * progmodes/inf-lisp.el (inferior-lisp-buffer):
1928         * progmodes/tcl.el (inferior-tcl-buffer):
1929         * textmodes/tex-mode.el (tex-command): Doc fixes.
1931         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1933         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
1935 2013-02-21  Bastien Guerry  <bzg@gnu.org>
1937         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
1939 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1941         * progmodes/python.el (python-info-current-defun):
1942         Enhance match-data cluttering prevention.
1944 2013-02-21  Glenn Morris  <rgm@gnu.org>
1946         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1947         loaded while outline-regexp is let bound.  (Bug#9584)
1949 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1951         * progmodes/python.el (python-info-current-defun): Fix failed
1952         defun name retrieval because of unwanted match-data cluttering.
1954 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
1956         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1957         defconst.  Apply independent check for ControlPersist.
1959         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1960         temporarily, via "env".
1962 2013-02-21  Glenn Morris  <rgm@gnu.org>
1964         * info.el (Info-enable-edit): Remove.
1965         (Info-edit): Disable it rather than using Info-enable.
1966         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1967         (Info-cease-edit): Make editing of Info files obsolete.
1969         * informat.el (Info-tagify):
1970         Handle buffers not visiting files.  (Bug#13763)
1972 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
1974         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1976 2013-02-21  Glenn Morris  <rgm@gnu.org>
1978         * files.el (basic-save-buffer): Move check for existing parent
1979         directory after hooks.  (Bug#13773)
1981 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1983         * simple.el (command-execute): Move from C.  Add obsolete check.
1984         (extended-command-history): Move from C.
1986 2013-02-20  Ulrich MĂ¼ller  <ulm@gentoo.org>
1988         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1989         (jka-compr-mode-alist-additions): Handle .txz suffix for
1990         XZ-compressed tar archives (bug#13770).
1992 2013-02-20  Bastien Guerry  <bzg@gnu.org>
1994         * outline.el (outline-regexp, outline-heading-end-regexp):
1995         Make variables, not options (bug#13731).
1997 2013-02-20  Glenn Morris  <rgm@gnu.org>
1999         * image.el (image-current-frame): Change from variable to function.
2000         (image-show-frame): Rename from image-nth-frame.  Update callers.
2001         * image-mode.el (image-multi-frame): New variable.
2002         (image-mode-map, image-mode, image-goto-frame):
2003         Use image-multi-frame rather than image-current-frame.
2004         (image-mode, image-goto-frame): Use image-current-frame as
2005         function rather than as variable.
2007         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
2008         * emacs-lisp/cl-macs.el (cl--make-type-test)
2009         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
2011 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2013         * net/tramp-cache.el (tramp-get-hash-table): New defun.
2014         (tramp-get-file-property, tramp-set-file-property)
2015         (tramp-get-connection-property, tramp-set-connection-property): Use it.
2016         (tramp-flush-file-property, tramp-flush-directory-property):
2017         Rename argument to KEY.
2018         (tramp-flush-connection-property): Simplify a little bit.
2019         (tramp-connection-property-p): New defun.
2020         (top): Reapply saved values only if there isn't a corresponding
2021         entry in `tramp-connection-properties'.
2023 2013-02-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2025         * progmodes/python.el (python-indent-context):
2026         Fix python-info-line-ends-backslash-p call.
2027         (python-info-line-ends-backslash-p)
2028         (python-info-beginning-of-backslash): Respect line-number argument.
2029         (python-info-current-line-comment-p):
2030         Fix behavior when not at beginning-of-line.
2031         (python-util-position): Remove function.
2032         (python-util-goto-line): New function.
2034 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
2036         * eshell/em-unix.el (eshell/su): Require tramp.
2037         (eshell/sudo): Require tramp.  Remove now unnecessary check.
2039         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2040         `tramp-current-connection' in order to avoid an error when several
2041         commands are invoked in a short time in eshell and friends.
2043 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2045         Cleanup some of EIEIO's namespace.
2046         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2047         Use it to define all the class-* and object-* field accessors (renamed
2048         to eieio--class-* and eieio--object-*).  Update all uses.
2049         (eieio--class-num-slots, eieio--object-num-slots): Rename from
2050         class-num-slots and object-num-slots.
2051         (eieio--check-type): New macro.
2052         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2053         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2054         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2055         (object-assoc-list-safe): Use it.
2056         (eieio-defclass): Tighten regexp.
2057         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
2058         Remove unreachable code.
2059         (object-class-fast): Declare obsolete.
2060         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2061         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2062         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2063         Rename from class-name, object-name, object-set-name-string,
2064         object-class, object-class-name, class-parents, class-children,
2065         class-precedence-list, class-parent; with obsolete alias.
2066         (class-of, class-direct-superclasses, class-direct-subclasses):
2067         Declare obsolete.
2068         (eieio-defmethod): Use `memq'; remove unreachable code.
2069         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2070         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
2071         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
2073 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2075         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
2076         commentary.
2078 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
2080         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
2081         Use font-lock-keyword-face for macros and special forms (bug#8345).
2083 2013-02-17  Didier Verna  <didier@didierverna.net>
2085         * net/network-stream.el (network-stream-open-starttls):
2086         Check that response to the starttls-command is non-nil.  (Bug#13706)
2088 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2090         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2091         Don't assume all identifier chars have syntax word.
2092         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2093         Remove bar-not-symbol.  Adjust callers.
2094         (lisp-mode-variables): Don't set a font-lock-syntax-table.
2096 2013-02-17  Leo Liu  <sdl.web@gmail.com>
2098         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2100 2013-02-17  Glenn Morris  <rgm@gnu.org>
2102         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2104         * image-mode.el (image-mode-map): Add image-dired menu entry.
2106         * image-dired.el (tumme): Make this alias obsolete.
2108 2013-02-16  Glenn Morris  <rgm@gnu.org>
2110         * image.el (image-animated-types): Remove.
2111         (image-multi-frame-p): Rename from image-animated-p, and generalize.
2112         (image-animated-p): Make obsolete alias.
2113         (image-animate, image-nth-frame, image-animate-timeout):
2114         Use image-multi-frame-p.
2115         (image-animate-timeout): If no delay, use image-default-frame-delay.
2116         * image-mode.el (image-mode, image-toggle-animation):
2117         Use image-multi-frame-p.  (Bug#763, bug#10739)
2118         (image-mode): Adjust startup message for a multi-frame image.
2120         * image-mode.el (image-mode-map): Give it a menu.
2122 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
2124         * net/tramp-cache.el (tramp-connection-properties): New customer
2125         option.
2126         (tramp-get-connection-property): Use it.
2128         * net/tramp-compat.el (top): Require 'trampver.
2130         * net/tramp-sh.el (tramp-remote-process-environment):
2131         Set tramp-autoload cookie.
2133 2013-02-16  Kevin Ryde  <user42@zip.com.au>
2135         * info-look.el (info-lookup-select-mode): If major-mode has no
2136         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2138 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
2140         * replace.el (read-regexp): Tighten the regexp that matches tag.
2141         When tag is retrieved with `find-tag-default', use regexp that
2142         matches tag at point.  Also update docstring (Bug#13687).
2144 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
2146         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2147         add watch for the file, not its parent directory, since w32notify
2148         sets up the watch for the directory internally.  (Bug#13725)
2150 2013-02-16  Glenn Morris  <rgm@gnu.org>
2152         * image.el (image-default-frame-delay): New variable.
2153         (image-animated-p): Use image-default-frame-delay.
2154         (image-minimum-frame-delay): New constant.
2155         (image-animate-timeout): Use image-minimum-frame-delay.
2157         * image.el (image-nth-frame): New, split from image-animate-timeout.
2158         (image-animate-timeout): Use image-nth-frame.
2159         * image-mode.el (image-goto-frame, image-next-frame)
2160         (image-previous-frame): New commands.
2161         (image-mode-map): Add new frame commands.
2163 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
2165         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2166         If col-desc already has help-echo, use it.  (Bug#13563)
2168 2013-02-16  Glenn Morris  <rgm@gnu.org>
2170         * image.el (image-current-frame): New variable.
2171         (image-animate-timeout): Set image-current-frame.
2172         * image-mode.el (image-mode): For animated images,
2173         display a frame counter via mode-line-process.
2175         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2177 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2179         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2181 2013-02-15  Alan Mackenzie  <acm@muc.de>
2183         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2184         global minor mode has been enabled, call the minor mode function
2185         for a new buffer once only, after the major mode hook, whilst
2186         allowing that hook explicitly to disable the minor mode.
2187         (MODE-disable-in-buffer): New (generated) function.
2188         (disable-MODE): New (generated) buffer local variable.
2190 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
2192         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2193         `iswitchb-next-match' and `iswitchb-prev-match' resply.
2194         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2195         `ido-next-match' and `ido-prev-match' resply.
2196         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2197         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2198         `icomplete-backward-completions' (Bug#13708).
2200 2013-02-15  Glenn Morris  <rgm@gnu.org>
2202         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2204 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2206         * net/goto-addr.el (goto-address-fontify): Add start and end args.
2207         (goto-address-fontify-region): Use them instead of narrowing, so
2208         syntax-ppss has access to the whole buffer.
2210 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2212         * progmodes/python.el: Explain how to restore "cc-mode"-like
2213         forward-sexp movement in header documentation (Bug#13642).
2214         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2215         comments and strings (GH bug 114).
2217 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2219         * progmodes/python.el (python-info-current-defun): Fix current
2220         defun detection (Bug#13618).
2222 2013-02-15  Chong Yidong  <cyd@gnu.org>
2224         * xml.el (xml-parse-string): Fix typo in handling of bad character
2225         references.
2227 2013-02-15  Glenn Morris  <rgm@gnu.org>
2229         * play/fortune.el (fortune-compile): Simplify and fix previous change.
2231 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
2233         * net/tramp.el (tramp-debug-message):
2234         Add `tramp-condition-case-unless-debug'.
2235         (tramp-debug-on-error): New defvar.
2236         (tramp-condition-case-unless-debug): New defun.
2237         (tramp-file-name-handler): Use it.
2239 2013-02-14  Juri Linkov  <juri@jurta.org>
2241         * info.el (Info-isearch-filter): Treat non-nil values of
2242         `search-invisible' including its default value `open'
2243         like the value `t' to match hidden text.  (Bug#13402)
2245 2013-02-14  Glenn Morris  <rgm@gnu.org>
2247         * help-fns.el (find-lisp-object-file-name): Give special treatment
2248         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
2250 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
2252         * net/quickurl.el (quickurl-save-urls):
2253         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
2255 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2257         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2258         depth for unfinished percent literal.  Not using it in the caller.
2259         (ruby-move-to-block): Jump over multiline literals of all types,
2260         ignoring code-looking contents inside them.
2261         (ruby-add-log-current-method): Improve performance at the expense
2262         of accuracy.  `ruby-block-contains-point' is relatively slow, so
2263         only use it for method and singleton class blocks.
2265 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2267         Use ControlMaster where applicable.  (Bug#13677)
2269         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2270         replacing `tramp-detect-ssh-controlmaster'.
2271         (tramp-default-method): Use it.
2273         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2274         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2275         arguments.
2276         [scpc, rsyncc]: Remove methods.
2277         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2278         and "ssh2_old".
2279         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2280         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2282 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2284         * emacs-lisp/package.el (package--initialized): Move before first use.
2286 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
2288         * icomplete.el (icomplete-hide-common-prefix): New user option.
2289         (icomplete-first-match): New face.
2290         (icomplete-completions): Correct handling of "complete but not
2291         unique" (Bug#12638).
2293 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
2295         * descr-text.el (describe-char): Display the script (bug#13698).
2297 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2299         * tmm.el: Use lexical-binding and current-active-maps.
2300         (tmm-menubar): Use map-keymap and pcase.
2301         (tmm--completion-table): New function.
2302         (tmm-prompt): Use it to fix the menu order.
2303         (tmm-get-keybind): Use current-active-maps.
2305 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
2307         Add dired-hide-details-mode.  (Bug#6799)
2309         * locate.el (locate-mode): Set parent mode property to dired-mode.
2311         * find-dired.el (find-dired): Call dired-insert-set-properties on
2312         initial information line.  Set process mark on end of buffer.
2313         (find-dired-sentinel):
2314         Call dired-insert-set-properties on summary.
2316         * dired.el (dired-hide-details-hide-symlink-targets)
2317         (dired-hide-details-hide-information-lines): New options.
2318         (dired-insert-directory):
2319         Set properties after final treatment of output.
2320         (dired-insert-set-properties):
2321         Set dired-hide-details-* properties.
2322         (dired-mode-map): Bind dired-hide-details-mode.
2323         (dired-mode): Set buffer-invisibility-spec to a list.
2324         (dired-next-line): Skip hidden lines.
2325         (dired-previous-line): Use dired-next-line.
2326         (dired-hide-details-mode): New minor mode.
2327         (dired-hide-details-update-invisibility-spec): New function.
2329 2013-02-13  Glenn Morris  <rgm@gnu.org>
2331         * play/yow.el: Move to obsolete/.  (Bug#9384)
2333 2013-02-13  Juri Linkov  <juri@jurta.org>
2335         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2336         to select `ediff-control-frame' and set input focus correctly on Xfce.
2337         (Bug#12218)
2339 2013-02-13  Juri Linkov  <juri@jurta.org>
2341         * image-mode.el (image-mode-map):
2342         * doc-view.el (doc-view-mode-map):
2343         * vc/ediff-util.el (ediff-setup-keymap):
2344         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2346 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2348         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2349         performance.  Instead of recalculating indentation fully for each
2350         line, sum up indentation depth based only on visited lines.
2351         (ruby-parse-partial): Increase the depth after "do" even when END
2352         is right after it.
2353         (ruby-parse-partial): When END is in the middle of a percent
2354         literal, increase the depth if the delimiter chars belong to the
2355         paren syntax class.
2357 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
2359         * play/fortune.el (fortune-compile): Also make the compiled file
2360         if it does not exist at all, not just if it is old.  (Bug#5338)
2362 2013-02-13  Glenn Morris  <rgm@gnu.org>
2364         * emacs-lisp/package.el (package-menu-execute): Doc fix.
2366 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
2368         * lisp/emacs-lisp/package.el (package-menu-execute):
2369         Add optional noquery argument.  (Bug#13625)
2371 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2373         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2374         if DIR exists and PARENTS is non-nil.
2376 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
2378         * progmodes/js.el (js--multi-line-declaration-indentation):
2379         Silence byte-compiler warning.
2381 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
2383         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2385         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2386         only if it doesn't exist.
2388         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2389         Set process marker.
2391 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
2393         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2394         UserInstallation when calling soffice to work around LibreOffice
2395         bug 37531.
2397 2013-02-12  Glenn Morris  <rgm@gnu.org>
2399         * files.el (basic-save-buffer):
2400         Offer to create a non-existing directory.  (Bug#3016)
2402         * calc/calc-graph.el (calc-graph-show-dumb):
2403         * calendar/calendar.el (calendar-mode-map):
2404         * cus-edit.el (custom-mode-map):
2405         * ehelp.el (electric-help-map):
2406         * emulation/vip.el (vip-mode-map):
2407         * epa.el (epa-key-list-mode-map):
2408         * info.el (Info-mode-map):
2409         * mail/rmail.el (rmail-mode-map):
2410         * mail/rmailsum.el (rmail-summary-mode-map):
2411         * man.el (Man-mode-map):
2412         * net/newst-plainview.el (newsticker-mode-map):
2413         * progmodes/cpp.el (cpp-edit-mode-map):
2414         * progmodes/grep.el (grep-mode-map):
2415         * progmodes/idlw-help.el (idlwave-help-mode-map):
2416         * simple.el (special-mode-map):
2417         * startup.el (splash-screen-keymap):
2418         * view.el (view-mode-map):
2419         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2421 2013-02-11  Elias Pipping  <pipping@lavabit.com>
2423         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2424         (bug#13679).
2426 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2428         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2430 2013-02-11  Glenn Morris  <rgm@gnu.org>
2432         * vc/diff.el (diff-use-labels): New variable.
2433         (diff-no-select): Use --label rather than -L, and first
2434         check that it is supported.  (Bug#11067)
2436         * files.el (enable-dir-local-variables): New variable.
2437         (hack-dir-local-variables): Respect enable-dir-local-variables.
2438         * tutorial.el (help-with-tutorial):
2439         Ignore directory-local variables.  (Bug#11127)
2441         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2442         (vc-svn-global-switches): ... to here.  (Bug#13513)
2444 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
2446         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2447         Handle "foo (bar, default: xxx): " prompts.
2449 2013-02-10  Chong Yidong  <cyd@gnu.org>
2451         * files.el (basic-save-buffer-1): Do not set
2452         buffer-file-coding-system-explicit (Bug#4533).
2454         * mail/emacsbug.el (report-emacs-bug): Change binding of
2455         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2457 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
2459         * calc/calc.el (calc-allow-units-as-numbers): New variable.
2460         * calc/calc-units.el (calc-convert-units): Use new variable.
2462 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
2464         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2466         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2467         buffer-file-type.
2469         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2470         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2471         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2472         coding-system-for-write instead.
2474         * jka-compr.el (jka-compr-write-region): Don't bind
2475         buffer-file-type.
2477         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2478         buffer-file-type.
2480         * files.el (file-name-buffer-file-type-alist): Remove defvar.
2481         (insert-file-contents-literally): Remove reference to
2482         file-name-buffer-file-type-alist.
2484         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2485         make-obsolete.
2486         (find-buffer-file-type-match, find-buffer-file-type): Remove.
2487         (find-buffer-file-type-coding-system): Remove references to
2488         find-buffer-file-type-match, find-buffer-file-type, and
2489         buffer-file-type.
2490         Don't put find-buffer-file-type-coding-system into
2491         file-coding-system-alist.
2492         (find-file-binary, find-file-text): Bind coding-system-for-read
2493         instead of file-name-buffer-file-type-alist.
2495 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
2497         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2498         converter (Bug#13622).
2499         (doc-view-unoconv-program): Make obsolete alias.
2500         (doc-view-odf->pdf-converter-program): New variable.
2501         (doc-view-odf->pdf-converter-function): New variable.
2502         (doc-view-mode-p): Use it.
2503         (doc-view-odf->pdf-converter-unoconv):
2504         Rename from `doc-view-odf->pdf-converter-unoconv'.
2505         (doc-view-odf->pdf-converter-soffice): New function.
2506         (doc-view-convert-current-doc):
2507         Use `doc-view-odf->pdf-converter-function'.
2509 2013-02-09  Chong Yidong  <cyd@gnu.org>
2511         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2512         view-echo-area-messages (Bug#13340).
2514         * help.el (view-echo-area-messages): Use display-buffer.
2516         * dired-x.el (dired-do-run-mail): Prompt for confirmation
2517         (Bug#13561).
2519 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2521         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2522         Eval body right away, now that we do eager macroexpansion (bug#13605).
2524         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2525         (fundamental-mode): Use run-mode-hooks.
2527         * eshell/esh-proc.el (eshell/kill): Fix last change.
2528         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2530 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2532         * eshell/esh-proc.el (eshell/kill): Rewrite.
2534         * eshell/em-ls.el (show-almost-all): Declare.
2535         (eshell-do-ls): Add support for -A argument.
2537 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
2539         * icomplete.el (icomplete-forward-completions)
2540         (icomplete-backward-completions): Handle corner case (bug#13602).
2542 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
2544         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2545         be nil.  Handle this.  (Bug#13636)
2547 2013-02-07  Richard Stallman  <rms@gnu.org>
2549         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2550         `save-buffer-coding-system'.
2552 2013-02-07  Alan Mackenzie  <acm@muc.de>
2554         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
2555         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2556         (c-parse-state-get-strategy): Don't return 'BOD any more.
2557         (c-append-lower-brace-pair-to-state-cache):
2558         Extra parameter HERE instead of narrowing.
2559         Widen to top of buffer before searching backwards for a brace pair.
2560         (c-state-push-any-brace-pair): Add HERE parameter to function call.
2561         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2562         Narrow to parameter HERE, in place of being called narrowed.
2563         (c-remove-stale-state-cache): Extra parameter HERE in place of
2564         narrowing.  Check there's an open brace in the cache before
2565         searching for its match.
2566         (c-invalidate-state-cache-1): Add HERE parameter to function call.
2567         (c-parse-state-1): Don't narrow here for 'forward strategy,
2568         instead passing extra parameter HERE to several functions.
2569         Remove 'BOD strategy.
2571 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
2573         * emacs-lisp/package.el (describe-package-1): Tell what archive is
2574         used to install the package.
2576 2013-02-06  Glenn Morris  <rgm@gnu.org>
2578         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2579         if we can't get user input.  (Bug#6567)
2581         * startup.el (command-line): If simple.el is missing,
2582         test and warn about for some possible causes.
2584 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
2586         * cus-start.el (all): Add ns-use-native-fullscreen.
2588 2013-02-05  Glenn Morris  <rgm@gnu.org>
2590         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2592         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2593         Fix directory creation in fallback case.
2595 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2597         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2598         (vc-update-change-log): Use dolist.
2600 2013-02-04  Chong Yidong  <cyd@gnu.org>
2602         * thingatpt.el: Rewrite the URL detection routines, absorbing some
2603         code from ffap.el.
2604         (thing-at-point-beginning-of-url-regexp): New var.
2605         (thing-at-point-uri-schemes): Update list of URI schemes.
2606         (thing-at-point-url-regexp): Variable deleted.
2607         (thing-at-point-markedup-url-regexp): Disallow newlines.
2608         (thing-at-point-newsgroup-regexp)
2609         (thing-at-point-newsgroup-heads)
2610         (thing-at-point-default-mail-uri-scheme): New variables.
2611         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
2612         method to find the possible bounds of the URI at point.
2613         New optional argument to find ill-formed URIs.
2614         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
2615         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
2616         the scheme-adding heuristics from ffap-url-at-point.
2617         (thing-at-point--bounds-of-well-formed-url): New function.
2618         Do parens matching to decide whether to include parens in the URI
2619         (Bug#9153).
2621         * ffap.el: Require thingatpt.
2622         (ffap-url-at-point): Delegate URI detection to thing-at-point.
2623         All URI-valid characters are now recognized (Bug#5673).
2624         (ffap-string-at-point): Use use-region-p.
2625         (ffap-url-regexp): Extra character is handled by thing-at-point.
2626         (ffap-string-at-point-mode-alist): Allow parentheses.
2627         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2628         Convert to aliases; code moved to thingatpt.el.
2629         (ffap-gnus-hook): Use setq-local.
2631 2013-02-04  Glenn Morris  <rgm@gnu.org>
2633         * emacs-lisp/ert.el (ert--explain-format-atom):
2634         Don't try to print non-characters as characters.  (Bug#13543)
2636 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
2638         * net/tramp.el (tramp-debug-message): Extend function exclude list.
2639         (tramp-backtrace): New defun.
2640         (tramp-handle-insert-file-contents): Use `visit' when inserting
2641         the local copy.
2643         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2644         Use `remote-file-name-inhibit-cache'.
2646 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2648         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2649         (bug#13614).
2651         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2652         current-load-list (bug#13366).
2654 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
2656         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2657         Identify g++ template instantiation trace.  (Bug#12287)
2658         (compilation-mode-hook, compilation-start-hook)
2659         (compilation-window-height): Simplify docstrings.  (Bug#13379)
2661 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2663         * mouse.el (mouse-drag-track): Always deactivate the mark before
2664         running the final event's command since that command is in charge of
2665         activating the mark if needed (bug#13523).
2667 2013-02-02  Juri Linkov  <juri@jurta.org>
2669         * replace.el (perform-replace): Move let-bindings of isearch-*
2670         variables deeper to the loop that searches for the next match.
2671         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2672         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2673         (Bug#13579)
2675         * isearch.el (isearch-search-fun-default): Check for null
2676         first element of isearch-cmds as a precaution when it's used
2677         with inactive isearch.
2679 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
2681         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2682         error when buffer in question is narrowed so position 1 is out of
2683         visible part.
2685 2013-02-02  Glenn Morris  <rgm@gnu.org>
2687         * textmodes/remember.el (remember-clipboard): Doc fix.
2689 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2691         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2692         properties (bug#13179).
2694 2013-02-02  Juri Linkov  <juri@jurta.org>
2696         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2697         instead of hard-coded default face `match'.  (Bug#9438)
2699 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
2701         * vc/vc-arch.el (vc-arch-registered):
2702         * vc/vc-bzr.el (vc-bzr-registered):
2703         * vc/vc-cvs.el (vc-cvs-registered):
2704         * vc/vc-git.el (vc-git-registered):
2705         * vc/vc-hg.el (vc-hg-registered):
2706         * vc/vc-mtn.el (vc-mtn-registered):
2707         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2708         (Bug#13139)
2710         * info.el (Info-next-reference, Info-prev-reference): Add numeric
2711         prefix argument.  (Bug#11656)
2713 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2715         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2717 2013-02-01  Glenn Morris  <rgm@gnu.org>
2719         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2720         if the backend is known not to support it.
2722         * imenu.el (imenu-default-create-index-function):
2723         Tweak infinite loop test to check for forward motion as well as none.
2725 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
2727         * net/soap-client.el (soap-invoke): Encode the string for
2728         `url-request-data' as UTF-8.
2729         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2731 2013-02-01  Glenn Morris  <rgm@gnu.org>
2733         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2735         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2737 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
2739         * net/tramp.el (tramp-tramp-file-p): Comment check for
2740         `string-as-unibyte'.  The function does not exist on XEmacs, and
2741         likely we need another approach.
2743         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2744         `tramp-gw-*' variables are bound.
2746 2013-01-31  Glenn Morris  <rgm@gnu.org>
2748         * files.el (basic-save-buffer-2): Choose coding system for
2749         writing the file before backing it up, to reduce delay between
2750         backing up and writing the new version.  (Bug#13522)
2752 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
2754         * simple.el (cycle-spacing): New command.
2755         (just-one-space): Use it.
2757 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2759         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
2760         (opascal-newline-always-indents): Remove custom.
2761         (opascal-tab, opascal-newline): Remove commands.
2762         (opascal-new-comment-line): Insert "\n" instead of calling newline.
2763         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2764         (opascal-save-match-data): Remove, use save-match-data instead.
2765         (opascal-save-state): Use with-silent-modifications.
2767         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2768         (bug#13585).
2770 2013-01-30  Juri Linkov  <juri@jurta.org>
2772         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2773         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
2774         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2776 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2778         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2779         column if we're just deleting the backslashes.
2780         (makefile-fill-paragraph): Use eolp.
2782 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2784         * autorevert.el (auto-revert-use-notify): Fix docstring.
2786 2013-01-30  Leo Liu  <sdl.web@gmail.com>
2788         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2790 2013-01-30  Glenn Morris  <rgm@gnu.org>
2792         * mouse.el (mouse-drag-line): Avoid pushing same event onto
2793         unread-command-events twice in some cases.  This tries to implement
2794         the 2012-07-26 changes in a different way.  (Bug#13560)
2796 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2798         * progmodes/python.el
2799         (python-pdbtrack-comint-output-filter-function): Enhancements on
2800         stacktrace detection.  (thanks @gnovak)
2802 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2804         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2805         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2806         Use defvar-local.
2807         (jit-lock-register): Use setq-local.
2809 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
2811         * calc-units.el (math-default-units-table): Remove initial value.
2812         (calc-convert-units): Treat expressions where all the units cancel as
2813         if they didn't have units.
2815 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2817         * net/tramp.el (tramp-process-connection-type): Fix docstring.
2818         (tramp-completion-reread-directory-timeout): Fix type.
2819         (tramp-connection-min-time-diff): New defcustom.
2821         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2823 2013-01-30  Glenn Morris  <rgm@gnu.org>
2825         * imenu.el (imenu-default-create-index-function):
2826         Put back a version of the infinite loop test removed 2013-01-23.
2828 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2830         * progmodes/python.el (python-shell-parse-command):
2831         Find python-shell-interpreter with modified environment.
2833 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2835         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2837 2013-01-29  Alan Mackenzie  <acm@muc.de>
2839         Amend to fontify /regexp/s in actions correctly.
2840         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2841         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2842         are no longer included.
2843         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2844         What used to be these variables without "-line" in the name.
2845         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
2846         (c-awk-non-arith-op-bra-re): Now also matches {.
2847         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2848         "return", and "case".
2849         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2850         by /.
2851         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2852         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2854 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
2856         * autorevert.el (auto-revert-use-notify):
2857         Use `custom-initialize-default' for initialization.  (Bug#13583)
2859         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2861         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2862         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
2863         in `tramp-file-name-handler'.
2864         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2865         compatibility.
2866         (tramp-compute-multi-hops): Check, whether
2867         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2869 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2871         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2872         (bug#13297).
2874 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2876         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2877         checks made superfluous by the \_< operator.
2878         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2879         temporarily) broken indentation.
2880         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2881         Highlight nested constants, too.  \_< broke that.
2883 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2885         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2886         instead of "\\b".
2888 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
2890         * autorevert.el (auto-revert-handler): Notifications which result
2891         from a saved file shall not be taken into account.  (Bug#13557)
2893 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
2895         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2896         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2897         (lisp-mode): Pass t for it.  (Bug#13556)
2899 2013-01-25  Alan Mackenzie  <acm@muc.de>
2901         AWK Mode: Fix indentation bug at top level.  Bug #12274.
2903         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2904         just before CASE 5D.
2906 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
2908         * net/socks.el (socks-nslookup-host): Use string-to-number.
2910 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
2912         * autorevert.el (auto-revert-remote-files)
2913         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2914         (auto-revert-notify-enabled, auto-revert-use-notify)
2915         (auto-revert-notify-watch-descriptor-hash-list)
2916         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2917         (auto-revert-notify-event-descriptor)
2918         (auto-revert-notify-event-action)
2919         (auto-revert-notify-event-file-name): Doc fix.
2920         (global-auto-revert-mode): Reorder checks.
2921         (auto-revert-notify-rm-watch): Respect changed values of
2922         `auto-revert-notify-watch-descriptor-hash-list'.
2923         (auto-revert-notify-add-watch): Check for
2924         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
2925         `inotify-add-watch'.  Watch `default-directory' instead of
2926         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
2927         has a changed meaning now.  (Bug#13540)
2928         (auto-revert-notify-handler): Change implementation wrt events
2929         returning from a directory.
2930         (auto-revert-handler): Reorder implementation for checks of remote
2931         files.
2932         (auto-revert-buffers): Fix parentheses error.
2934 2013-01-25  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2936         * progmodes/python.el: Enhancements to header documentation about
2937         skeletons.  (Bug#5716)
2939         * imenu.el (imenu-default-create-index-function): Remove useless
2940         infinite loop check.  (Bug#13438)
2942 2013-01-25  Alan Mackenzie  <acm@muc.de>
2944         Fix a bug in the state cache mechanism.  Refactor this a bit.
2946         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2947         `cache-pos' element from the return value.
2948         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2949         buffer to enable proper searching from beyond HERE.  Amend the
2950         test for detecting the sought brace pair.  Amend the value written
2951         to the "brace desert cache" when the brace isn't found.
2952         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2953         and several other variables analogously.
2954         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2955         parameter to a locally calculated variable.
2956         (c-parse-state-1): Change the calling conventions to the two
2957         defuns involving `cache-pos'.
2959 2013-01-25  Chong Yidong  <cyd@gnu.org>
2961         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2963 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
2965         * paren.el (show-paren-function): Make sure to set 'priority and
2966         'face only if the overlay does exist.
2968 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
2970         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2972         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2973         basic attributes.
2974         (tramp-sh-handle-set-file-acl): Improve error checking.
2976 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
2978         * doc-view.el (doc-view-display): Force mode line update until all
2979         document is converted.  Suggested by Stefan Monnier (Bug#13164).
2981 2013-01-23  Bastien Guerry  <bzg@gnu.org>
2983         * paren.el (show-paren-function): Make sure an overlay exists
2984         before trying to delete it.  Also use `pos' as a position only
2985         when it is an integer.
2987 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
2989         * play/gametree.el (gametree-break-line-here): Use point-marker.
2991 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
2993         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2994         Mark descriptive parts with `display' property.
2996 2013-01-21  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
2998         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2999         New variable to map standard dict names to hunspell ones.
3000         (ispell-set-spellchecker-params): Make sure specific dict names
3001         are used for standard dicts with hunspell.
3003 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
3005         * textmodes/reftex-cite.el (reftex-format-citation): Add format
3006         chars for note (%N) and url (%U).
3007         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
3009 2013-01-21  Juri Linkov  <juri@jurta.org>
3011         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
3012         in addition to existing separate binding `meta f10' in `global-map'.
3013         (Bug#13484)
3015 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
3017         Improve XEmacs compatibility.
3019         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3021         * net/tramp-adb.el (top): Require `time-date'.
3022         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3023         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3024         Use `tramp-file-name-handler'.
3025         (tramp-adb-maybe-open-connection):
3026         Use `tramp-compat-set-process-query-on-exit-flag'.
3028         * net/tramp-sh.el (tramp-sh-handle-file-acl):
3029         Use `tramp-compat-funcall'.
3031         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
3032         `tramp-compat-funcall'.
3034 2013-01-21  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3036         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3037         reimplementation using "adb shell command ..." instead of running
3038         remote shell interactively.
3040 2013-01-20  Glenn Morris  <rgm@gnu.org>
3042         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3043         Add native profiler menu entries.
3045         * profiler.el (profiler-running-p): New function.
3046         (profiler-cpu-profile): Use profiler-running-p.
3047         (profiler-report-mode-map): Add some more menu entries.
3049 2013-01-19  Glenn Morris  <rgm@gnu.org>
3051         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3052         fixes 2012-12-07 change.  (Bug#13499)
3054 2013-01-19  Leo Liu  <sdl.web@gmail.com>
3056         * dired.el (dired-get-marked-files): Prune erroneous values due to
3057         last change.  (Bug#13152)
3059 2013-01-19  Glenn Morris  <rgm@gnu.org>
3061         * progmodes/etags.el (tags-table-check-computed-list):
3062         Preserve point in tags buffer.  (Bug#13412)
3064         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3066 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
3067             Chong Yidong  <cyd@gnu.org>
3069         * image-mode.el (image-next-file, image-previous-file):
3070         New commands (Bug#8453).
3071         (image-mode-map): Bind them to n and p.
3072         (image-mode--images-in-directory): New helper function.
3074 2013-01-19  Chong Yidong  <cyd@gnu.org>
3076         * image-mode.el (image-mode-fit-frame): Add a frame argument.
3077         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
3078         save and restore the old window configuration.
3080 2013-01-18  Leo Liu  <sdl.web@gmail.com>
3082         * progmodes/js.el: Tweak autoload cookie for alias.
3084 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3086         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
3087         buffer local, again.  This was lost with the fix on 2013-01-12.
3089 2013-01-17  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3091         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3092         order to support several eshell buffers in parallel.
3094 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3096         * autorevert.el (auto-revert-use-notify): In the :set function, do
3097         not modify `kill-buffer-hook'.
3098         (auto-revert-notify-rm-watch):
3099         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3100         (auto-revert-notify-add-watch): Do not call
3101         `auto-revert-notify-rm-watch', but add it to a buffer local
3102         `kill-buffer-hook'.
3104 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3106         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3107         call to `eval' rather than a backquoted lambda.
3109 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3111         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3112         to return an explicit nil.
3113         (advice--remove-function): Change accordingly.
3115         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3116         the use of nadvice.el.
3118         * progmodes/which-func.el (which-function): Silence imenu errors
3119         (bug#13433).
3121 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3123         * progmodes/sql.el (sql-imenu-generic-expression):
3124         (sql-mode-font-lock-object-name): Match schema qualified names.
3125         (sql-connect): Use string keys.
3126         (sql-product-interactive): Wait for interpreter prompt.
3127         (sql-comint-oracle): Set process coding based on NLS_LANG.
3129 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3131         * progmodes/sql.el (sql-output-to-send): Remove, unused.
3132         (sql-interactive-remove-continuation-prompt):
3133         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3135 2013-01-14  Leo Liu  <sdl.web@gmail.com>
3137         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3138         (Bug#13420)
3140 2013-01-14  Glenn Morris  <rgm@gnu.org>
3142         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3143         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
3145 2013-01-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3147         * progmodes/python.el (python-nav-end-of-statement):
3148         Fix cornercase when handling multiline strings.
3150 2013-01-13  Richard Stallman  <rms@gnu.org>
3152         * mail/sendmail.el (mail-position-on-field): Add doc string.
3154         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3155         Get current message boundaries and pass them to
3156         message-forward-make-body-mime.  Minor style changes.
3158 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
3160         * cus-start.el (all): Avoid warnings about
3161         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3163 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
3165         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3167 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3169         * jit-lock.el (jit-lock-debug-mode): New minor mode.
3170         (jit-lock--debug-fontifying): New var.
3171         (jit-lock--debug-fontify): New function.
3172         * subr.el (condition-case-unless-debug): Don't prevent catching the
3173         error, just let the debbugger run.
3174         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3175         timer code and don't drop errors silently.
3177 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
3179         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3180         `permanent-local' property.
3181         (auto-revert-notify-handler): Use `file-equal-p'.
3183 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
3185         * autorevert.el (auto-revert-notify-handler): Fix filtering of
3186         file notification by ACTION. For filtering by file name, compare
3187         only the non-directory part of the file name.
3189 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3191         * autorevert.el: Use cl-lib instead of cl.
3193         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3194         (vc-bzr-checkin): Use it.
3195         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3196         will preserve match-data.
3198 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
3200         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3201         (js--declaration-keyword-re): New var.
3202         (js--multi-line-declaration-indentation): New function.
3203         (js--proper-indentation): Use it.
3205 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3207         * calc/calc.el (calc-highlight-selections-with-faces)
3208          (calc-dispatch):
3209         * comint.el (comint-history-isearch-message):
3210         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3211         * ffap.el (ffap-string-at-point-region, ffap-next)
3212         (ffap-string-at-point, ffap-string-around)
3213         (ffap-copy-string-as-kill, ffap-highlight-overlay)
3214         (ffap-literally):
3215         * font-lock.el (font-lock-keywords-alist)
3216         (font-lock-removed-keywords-alist):
3217         * help-mode.el (help-xref-symbol-regexp):
3218         * info.el (Info-find-emacs-command-nodes):
3219         * international/mule.el (add-to-coding-system-list):
3220         * isearch.el (isearch-message-function, isearch-fail-pos):
3221         * misearch.el (multi-isearch-next-buffer-function):
3222         * newcomment.el (comment-box):
3223         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3224         (pr-setting-database):
3225         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3226         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3227         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3228         (pike-font-lock-keywords-3):
3229         * progmodes/compile.el (compile):
3230         * progmodes/etags.el (tags-table-files)
3231         (tags-table-files-function, tags-included-tables-function):
3232         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3233         (gdb-restore-windows):
3234         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3235         (ps-n-up-filling-database):
3236         * server.el (server-buffer, server-log):
3237         * simple.el (newline, delete-backward-char, delete-forward-char)
3238         (minibuffer-history-isearch-message, kill-line, track-eol)
3239         (temporary-goal-column):
3240         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3241         (flyspell-default-deplacement-commands):
3242         * textmodes/ispell.el (ispell-accept-output):
3243         * textmodes/sgml-mode.el (html-tag-help):
3244         * vc/compare-w.el (compare-ignore-whitespace)
3245         (compare-ignore-case, compare-windows-dehighlight):
3246         * vc/diff.el (diff):
3247         * whitespace.el (whitespace-point)
3248         (whitespace-font-lock-refontify, whitespace-bob-marker)
3249         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3251 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
3253         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3254         (auto-revert-notify-rm-watch): Ignore errors.
3255         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
3256         inotify, and '(size last-write-time) for w32notify.
3257         Set buffer-local `auto-revert-use-notify' to nil when adding a file
3258         watch fails - this is a fallback to the file modification check.
3259         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3260         (auto-revert-notify-event-action)
3261         (auto-revert-notify-event-file-name): New defuns.
3262         (auto-revert-notify-handler): Use them.  Implement first
3263         plausibility checks.
3264         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3266 2013-01-11  Julien Danjou  <julien@danjou.info>
3268         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3269         max are almost equal. Also return the correct value for V which is
3270         already between 0 and 1.
3272 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3274         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3276 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
3278         * autorevert.el (auto-revert-notify-rm-watch)
3279         (auto-revert-notify-add-watch): Fix typos in w32notify function
3280         names.
3282 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3284         * autorevert.el (auto-revert-notify-enabled): Move up.
3285         (auto-revert-use-notify): New defcustom.
3286         (auto-revert-mode, global-auto-revert-mode)
3287         (auto-revert-notify-add-watch, auto-revert-handler)
3288         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3289         `auto-revert-notify-enabled'.
3291 2013-01-10  Elias Pipping  <pipping@exherbo.org>
3293         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3294         * doc-view.el (doc-view-document->bitmap):
3295         Use doc-view-single-page-converter-function instead of
3296         single-page-converter arg; adjust callers.
3298 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
3300         * progmodes/which-func.el (which-function): Understand Semantic's use
3301         of overlays in imenu--index-alist.
3303 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
3305         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
3306         (Man-man-k-use-anchor): New var.
3307         (Man-parse-man-k): New function.
3308         (Man-completion-table): Use it.
3309         (man): Flush the completion cache between uses.
3311 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3313         * autorevert.el: Add file watch support.
3314         (auto-revert-notify-enabled): New defconst.
3315         (auto-revert-notify-watch-descriptor-hash-list)
3316         (auto-revert-notify-watch-descriptor)
3317         (auto-revert-notify-modified-p): New defvars.
3318         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3319         (auto-revert-notify-handler): New defuns.
3320         (auto-revert-mode, global-auto-revert-mode): Remove file watches
3321         when mode is disabled.
3322         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3323         (auto-revert-buffers): Add file watches for active buffers.
3325 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
3327         * cus-start.el (toplevel): Only allow float values for
3328         scroll-up-aggressively and scroll-down-aggressively.
3329         Allow any number for line-spacing.
3331 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3333         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3334         (doc-view-pdf->png-converter-function): Use mupdf if available.
3335         (doc-view-djvu->png-converter-function)
3336         (doc-view-ps->png-converter-function): Remove.
3337         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3338         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3339         (doc-view-already-converted-p): Adjust accordingly.
3340         (doc-view-mode-p): Simplify.
3341         (doc-view-enlarge): Use setq-local.
3342         (doc-view-pdf->png-converter-ghostscript)
3343         (doc-view-djvu->png-converter-ddjvu)
3344         (doc-view-pdf->png-converter-mupdf): Rework to call
3345         doc-view-start-process directly.
3346         (doc-view-pdf/ps->png): Simplify accordingly.
3347         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3348         (doc-view-document->bitmap): Rename from doc-view-document->png.
3349         (doc-view-convert-current-doc): Merge pdf and djvu cases.
3350         (doc-view-set-slice-from-bounding-box): Fix completion table.
3351         (doc-view-mode): Use add-hook for after-revert-hook.
3353 2013-01-10  Glenn Morris  <rgm@gnu.org>
3355         * emacs-lisp/authors.el (authors-ignored-files)
3356         (authors-valid-file-names, authors-renamed-files-alist):
3357         Add some more entries.
3359 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3361         * image-mode.el (image-mode-winprops): Don't throw away the fallback
3362         `t' pseudo-window entry.
3364 2013-01-10  Alan Mackenzie  <acm@muc.de>
3366         Fix bugs in the c-parse-state mechanism.  Reuse some markers
3367         instead of continually generating new ones.
3369         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3370         (c-state-old-cpp-end-marker): New variables.
3371         (c-append-lower-brace-pair-to-state-cache): Start a backward
3372         search for "}" definitively outside CPP constructs.
3373         (c-remove-stale-state-cache): Inform the caller of a need to
3374         search back for a brace pair in certain circumstances.
3375         (c-state-maybe-marker): New macro.
3376         (c-parse-state): Reuse markers when appropriate.
3378 2013-01-10  Glenn Morris  <rgm@gnu.org>
3380         * simple.el (execute-extended-command): Doc fix.
3381         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
3383 2013-01-10  Chong Yidong  <cyd@gnu.org>
3385         * faces.el (read-face-name): Doc fix.
3387 2013-01-10  Roland Winkler  <winkler@gnu.org>
3389         * emacs-lisp/crm.el: Allow any regexp for separators.
3390         (crm-default-separator): All spaces around the default comma separator.
3391         (crm--completion-command): New macro.
3392         (crm-completion-help, crm-complete, crm-complete-word): Use it.
3393         (crm-complete-and-exit): Handle non-single-char separators.
3395 2013-01-09  Elias Pipping  <pipping@lavabit.com>
3397         * doc-view.el: Add support for DjVu (bug#13164).
3398         (doc-view-djvu->png-converter-function): New config var.
3399         (doc-view-single-page-converter-function, doc-view--image-type)
3400         (doc-view--image-file-extension): New vars.
3401         (doc-view-mode): Initialize them.
3402         (doc-view-goto-page): Use them.
3403         (doc-view-mode-p): Add support for ddjvu.
3404         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3405         (doc-view-set-up-single-converter): New funs.
3406         (doc-view-pdf/ps->png): Extend for djvu.
3407         (doc-view-document->png): Rename from doc-view-pdf->png.
3408         (doc-view-convert-current-doc): Handle djvu.
3409         (doc-view-insert-image, doc-view-display)
3410         (doc-view-already-converted-p): Don't hardcode png.
3411         (doc-view-set-doc-type): Recognize djvu docs.
3413 2013-01-09  Elias Pipping  <pipping@lavabit.com>
3415         * doc-view.el: Add support for mupdf converter (bug#13164).
3416         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3417         (doc-view-ps->png-converter-function): New config vars.
3418         (doc-view-pdf->png-converter-ghostscript)
3419         (doc-view-ps->png-converter-ghostscript)
3420         (doc-view-pdf->png-converter-mupdf): New functions.
3421         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3423 2013-01-09  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3425         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3426         first in session cache: When `tramp-own-remote-path' is in
3427         `tramp-remote-path', the remote path is only set in the session
3428         cache.
3430 2013-01-09  Glenn Morris  <rgm@gnu.org>
3432         * emacs-lisp/trace.el (trace-function-foreground)
3433         (trace-function-background): Doc fix.
3435 2013-01-09  Juri Linkov  <juri@jurta.org>
3437         * international/mule-cmds.el (read-char-by-name): Move let-binding
3438         of completion-ignore-case around completing-read to fix regression
3439         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3440         `string-match-p' using the nil value of `case-fold-search' and
3441         `completion-ignore-case' in `completion-pcm--all-completions'.
3442         (Bug#12615).
3444 2013-01-09  Glenn Morris  <rgm@gnu.org>
3446         * progmodes/compile.el (compilation-parse-errors):
3447         Fix typo.  (Bug#13369)
3449 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3451         * comint.el (comint-send-input): Check size of buffer before
3452         waiting for process output, in case already accepted.  (Bug#13290)
3454 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
3456         Spelling fixes.
3457         * net/tramp-adb.el (tramp-adb-get-toolbox):
3458         Fix misspelling of 'unknown'.
3460 2013-01-08  Juri Linkov  <juri@jurta.org>
3462         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3463         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3464         Use underline style wave on terminals that support it.  (Bug#13000)
3466 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3468         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3469         the predicate returns nil.
3471         * simple.el: Use lexical-binding.
3472         (primitive-undo): Use pcase.
3473         (minibuffer-history-isearch-push-state): Use a closure.
3475 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3477         * simple.el (primitive-undo): Move from undo.c.
3479 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3481         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3482         (cvs-mode-remove-handled): Use it (bug#13380).
3484         * emacs-lisp/nadvice.el (advice--tweak): New function.
3485         (advice--remove-function, advice--subst-main): Use it.
3487         * emacs-lisp/advice.el: Update commentary.
3489 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
3491         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3492         Remove spurious entry.
3494 2013-01-08  Glenn Morris  <rgm@gnu.org>
3496         * net/tramp.el (tramp-default-host-alist): Add :version.
3498 2013-01-08  Juri Linkov  <juri@jurta.org>
3500         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3501         single completion.  (Bug#12456)
3502         (info--manual-names): Expand node completions into an explicit list
3503         before appending it to another list.  Filter out internal buffers
3504         with the leading space in the buffer name.  (Bug#10771)
3506 2013-01-08  Juri Linkov  <juri@jurta.org>
3508         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3509         that defaults to the Top node.
3510         (Info-goto-node, Info-read-node-name): Doc fix to mention that
3511         the short format (FILENAME) goes to the Top node.
3512         (Info-build-node-completions): Rename arg `file' to `filename'.
3513         (Bug#13365)
3515 2013-01-07  Bastien Guerry  <bzg@gnu.org>
3517         * menu-bar.el (menu-bar-search-documentation-menu):
3518         Use `apropos-user-option' and fix the help message.
3520 2013-01-07  Bastien Guerry  <bzg@gnu.org>
3522         * apropos.el (apropos-do-all): Update docstring.
3523         (apropos-user-option-button): New face.
3524         (apropos-user-option): Rename from `apropos-variable' and update
3525         docstring.
3526         (apropos-variable): Rewrite, now show all variables by default.
3527         (apropos-print): Mention "User option" instead of "Variable" when
3528         printing doc for user options.  (Bug#13276)
3530 2013-01-07  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3532         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3533         Handle filename correctly, when parsing "source -> target" symlink
3534         output.
3535         (tramp-adb-handle-set-file-times): New defun.
3537 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3539         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3540         advice list when the interactive-spec of ad-Advice-* changes.
3542 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3544         * wid-edit.el (widget-default-get): Work for inlined elements.
3545         (Bug#12670)
3547 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
3549         * net/tramp.el (tramp-default-host-alist): New defcustom.
3550         (tramp-find-host): Use it.
3551         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
3552         `eshell-directory-change-hook'.
3554         * net/tramp-adb.el (top): Add adb specific entry in
3555         `tramp-default-host-alist'.
3556         (tramp-adb-file-name-host): Remove function.
3557         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3558         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3560         * net/tramp-sh.el: Move eshell integration code to tramp.el.
3562 2013-01-06  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3564         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3566 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
3568         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3569         consist of more than one digit.
3570         (tramp-adb-file-name-handler-alist):
3571         Use `tramp-handle-file-exists-p' consistently.
3572         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3573         (tramp-adb-handle-file-exists-p): Remove function.
3574         (tramp-adb-file-name-host): New defun.
3575         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3576         Use it.
3577         (tramp-adb-maybe-open-connection): Set "remote-path" property.
3579 2013-01-06  Chong Yidong  <cyd@gnu.org>
3581         * vc/vc.el (vc-next-action): Detect buffer modifications
3582         conflicting with locking VCS operation (Bug#11490).
3584         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3586 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
3588         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3589         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3591 2013-01-05  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3593         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3594         parsing of ls output using regular expression (handle filenames
3595         with spaces).  Use virtual device number.
3596         (tramp-do-parse-file-attributes-with-ls): New defun (Code
3597         cleanup).
3599 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3601         * epg.el: Silence byte-compiler warnings.
3602         (epg--start): Use delete-char instead of delete-backward-char.
3603         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3605 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3607         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3608         Suggested by Eli Zaretskii  <eliz@gnu.org>.
3610 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
3612         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3613         non-negative integers.  Otherwise, the default values are used.
3614         (tramp-convert-file-attributes): Convert uid and gid to integers.
3616 2013-01-04  Glenn Morris  <rgm@gnu.org>
3618         * term.el (term-handle-colors-array): Ensure face attributes
3619         are fully specified, not nil.  (Bug#13337)
3621         * term.el (term-default-fg-color, term-default-bg-color):
3622         Fix custom type.
3624         * progmodes/etags.el (tags-compression-info-list): Doc fix.
3625         (tag-find-file-of-tag-noselect): Check auto-compression-mode
3626         rather than 'jka-compr being loaded.  (Bug#13338)
3628 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
3630         * icomplete.el (icomplete-completions):
3631         Honor icomplete-prospects-height once more following
3632         2012-11-29 changes.  (Bug#13224)
3634 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3636         * subr.el (internal--called-interactively-p--get-frame): Find aliases
3637         of called-interactively-p as well (bug#13237).
3639         * view.el (view--enable, view--disable): Rename from view-mode-enable
3640         and view-mode-disable and assume it's called from view-mode.
3641         (view-mode-enable, view-mode-disable): Redefine as obsolete
3642         compatibility layer above view-mode.
3643         (view-mode-enter): Call `view-mode'.
3645         * files.el (after-find-file): Call `view-mode'.
3647         * doc-view.el (doc-view-scale-internally): New var.
3648         (doc-view-enlarge, doc-view-insert-image): Obey it.
3650 2013-01-03  Daiki Ueno  <ueno@gnu.org>
3652         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3653         exist.  (Bug#13344)
3655 2013-01-03  Glenn Morris  <rgm@gnu.org>
3657         * mail/rmail.el (rmail-set-header-1): Ignore case.
3658         Handle multi-line headers.  (Bug#13330)
3660         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3661         Handle paragraph starting at beginning of buffer.
3663         * subr.el (eval-after-load): Don't purecopy the form, so that it
3664         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
3666         * emacs-lisp/byte-run.el (defun): Place cl declarations
3667         after any interactive spec.  (Bug#13265)
3669 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3671         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3672         defun.  Don't check for DECL if DOCSTRING isn't a string.
3673         (defun): Likewise.
3675 2013-01-02  Glenn Morris  <rgm@gnu.org>
3677         * eshell/em-cmpl.el (eshell-pcomplete):
3678         More thoroughly imitate pcomplete.  (Bug#13293)
3680         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
3681         Return nil for empty path elements.  (Bug#13296)
3683 2013-01-02  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3685         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3686         order to improve efficiency (Based on Daniel Colascione's
3687         <dancol@dancol.org> patch).  (Bug#13182)
3689 2013-01-02  Glenn Morris  <rgm@gnu.org>
3691         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3693 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3695         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3696         neither DOCSTRING nor DECL was given.  (Bug#13316)
3698 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
3700         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3701         `error' call.
3702         (tramp-do-copy-or-rename-file): Ignore errors when calling
3703         `set-file-extended-attributes'.
3705         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3706         Add handler for `file-acl'.
3707         (tramp-smb-handle-file-acl): New defun.
3709 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
3711         * calc/README: Mention ISO 8601 week-numbering dates.
3713 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
3715         * view.el (view-mode-enable): New argument run-view-mode-hook.
3716         Run view-mode-hook only when it's non-nil (Bug#13315).
3717         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3718         argument t.
3720 2012-12-31  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3722         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3723         (No device connected, invalid device name). (Bug #13299)
3725 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
3727         * window.el (window-resizable--p): Rename to window-resizable-p.
3728         (window-resize-no-error): New function.
3730         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3731         broken in fix from 2012-12-28.
3733 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3735         * subr.el (special-form-p): Don't signal errors on undef aliases.
3737 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
3739         * calc/calc-forms.el (math-parse-date): Try using
3740         `math-parse-iso-date' when it looks like it might be needed.
3741         Allow times of 24:00.
3742         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3743         of 24:00.
3745 2012-12-30  Glenn Morris  <rgm@gnu.org>
3747         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3748         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
3749         (rmail-summary-displayed, rmail-summary): Declare.
3750         (mairix-rmail-display): Just require rmail.
3752 2012-12-30  Chong Yidong  <cyd@gnu.org>
3754         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3755         check for the tarball contents.
3757 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
3759         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3760         tarfile content listings (Bug#13136).
3762 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
3764         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3765         Insert the undecoded text of the message being forwarded.  (Bug#9521)
3767 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
3769         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3770         integers, if they are real numbers.  (Bug#13282)
3772         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3773         Return `t' on success.
3775         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3776         Add handler for `set-file-selinux-context'.
3778 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
3780         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3781         (tramp-sh-handle-set-file-acl): Return `t' on success.
3783 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
3785         * files.el (backup-buffer-copy, basic-save-buffer-2):
3786         If set-file-extended-attributes fails, fall back on set-file-modes
3787         instead of signaling an error.  (Bug#13298)
3788         (basic-save-buffer): Likewise.
3790 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3792         * progmodes/python.el: Support other commands triggering
3793         python-indent-line so indentation cycling continues to work.
3794         (python-indent-trigger-commands): New defcustom.
3795         (python-indent-line): Use it.
3797 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3799         * progmodes/python.el (python-shell-send-region): Add blank lines
3800         for non sent code so backtraces remain correct.
3802 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3804         * progmodes/python.el: Remove cl dependency.
3805         (python-syntax-count-quotes): Replace incf call.
3806         (python-fill-string): Replace setf call.
3808 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
3810         * info.el (info-other-window): New arg, for consistency with info.
3812 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
3814         * mail/rmail.el (rmail-maybe-display-summary):
3815         Rewrite (Bug#13066).
3817 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
3819         * epg.el (epg--start): Modify process-environment locally.
3821 2012-12-28  Daiki Ueno  <ueno@gnu.org>
3823         * epg.el: Support pinentry-curses.
3824         Suggested by Werner Koch in
3825         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3826         (epg-agent-file, epg-agent-mtime): New variable.
3827         (epg--start): Record the modified time of gpg-agent socket file,
3828         to restore Emacs frame after pinentry-curses termination.
3829         (epg-wait-for-completion): Restore Emacs frame here.
3831 2012-12-27  Juri Linkov  <juri@jurta.org>
3833         * info.el (Info-file-completions): New variable.
3834         (Info-read-node-name-1): Complete node names in the Info file
3835         when a file name is given.  Call `Info-build-node-completions'
3836         with a file name.
3837         (Info-build-node-completions): Add new arg `file'.  When it is
3838         non-nil, visit it in a temporary buffer and cache its completions in
3839         `Info-current-file-completions'.  Move most of the function body to
3840         `Info-build-node-completions-1'.
3841         (Info-build-node-completions-1): New function with the body from
3842         `Info-build-node-completions'.  (Bug#12456)
3844 2012-12-27  Juri Linkov  <juri@jurta.org>
3846         * frame.el (frame-maximization-style): Remove user option.
3847         (cycle-frame-maximized): Remove function.
3848         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3849         (toggle-frame-fullscreen): New command bound to <f11> instead of
3850         `toggle-frame-maximized'.
3851         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3853 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
3855         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3857         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3858         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3859         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3860         for `file-accessible-directory-p'.  (Bug#13275)
3862 2012-12-27  Sam Steingold  <sds@gnu.org>
3864         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3865         continuations, see <http://stackoverflow.com/questions/3582436>.
3867 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
3869         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3870         "module" and "def" to have indentation before them.
3871         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3873         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3875 2012-12-27  Alan Mackenzie  <acm@muc.de>
3877         Speed up fontification where there's large brace blocks.
3878         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3879         to a call of c-beginning-of-decl-1.
3881 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3883         * comint.el (comint-adjust-window-point): New function.
3884         (comint-postoutput-scroll-to-bottom):
3885         Call comint-adjust-window-point (Bug#13248).
3887 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
3889         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3890         Rakefile regexp.
3891         (auto-mode-alist): Associate .gemspec files with ruby-mode
3892         (https://bugs.ruby-lang.org/issues/5453).
3894 2012-12-26  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3896         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3897         Suppress coloring, if possible (required for BusyBox based systems like
3898         CyanogenMod).
3899         (tramp-adb-handle-file-attributes)
3900         (tramp-adb-handle-insert-directory)
3901         (tramp-adb-handle-file-name-all-completions): Use it.
3902         (tramp-adb-get-toolbox): New defun.  Check for remote shell
3903         implementation (BusyBox or Toolbox).
3905 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
3907         * startup.el (initial-buffer-choice): Allow function as value
3908         (Bug#13251).
3909         (command-line-1): Handle case where initial-buffer-choice
3910         specifies a function.
3911         * server.el (server-execute): Handle case where
3912         initial-buffer-choice specifies a function.
3914 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3916         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3917         its own function.
3918         (smtpmail-try-auth-methods): Forget the user name/password if the
3919         login is unsuccessful (bug#12424).
3921 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
3923         * notifications.el (notifications-notify): Protect body with
3924         `with-demoted-errors'.
3926         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3927         Check properties of remote device.  Restart connection, if there is a
3928         change.
3930 2012-12-21  Chong Yidong  <cyd@gnu.org>
3932         * sort.el (sort-subr): Doc fix (Bug#13056).
3934 2012-12-21  Bastien Guerry  <bzg@gnu.org>
3936         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
3938 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
3940         * simple.el (process-file): Overwrite stderr file, if exists.
3942 2012-12-21  Daiki Ueno  <ueno@gnu.org>
3944         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3945         (epg-error): Set `error-message' property.
3947 2012-12-21  Chong Yidong  <cyd@gnu.org>
3949         * international/mule-cmds.el (read-char-by-name): Signal an error
3950         if the user does not supply a valid character (Bug#13177).
3952         * simple.el (transpose-subr-1): Preserve marker positions by
3953         changing the insertion sequence (Bug#13122).
3955 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3957         * simple.el (kill-region): Deactivate mark even for empty regions
3958         (Bug#13169).
3960 2012-12-21  Chong Yidong  <cyd@gnu.org>
3962         * help-fns.el (describe-variable): Make sure we get the right
3963         buffer name (Bug#13105).  Suggested by Kelly Dean.
3965 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
3967         * comint.el (comint-redirect-previous-input-string): New variable.
3968         (comint-redirect-setup, comint-redirect-cleanup)
3969         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
3970         (comint-redirect-preoutput-filter): Fix verbose message.
3972 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
3974         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
3975         is too long for Tramp.  See discussion in
3976         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3978         * progmodes/compile.el (compilation-start): Remove line escape
3979         template.
3981 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
3983         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3984         Adjust comment.
3986 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
3988         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3989         following non-comment text (bug#13207).
3990         (lm-header-multiline): Continuation lines need to be indented more than
3991         the first line.
3992         (lm-homepage): New function.
3993         (lm-with-file): Don't be confused if narrowing is in effect.
3995 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3997         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3998         very beginning of a hunk (e.g. killing the first line).
4000 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
4002         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
4003         and text properties from returned ACL string.
4004         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
4005         for "setfacl" command.
4007 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
4009         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
4010         `tramp-cleanup-this-connection', when the process has died.
4011         (Bug#13151)
4013 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4015         * icomplete.el (icomplete-completions): Also use â€¦ to truncate prefix.
4017 2012-12-17  Kevin Ryde  <user42@zip.com.au>
4019         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4021 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
4023         Add support for preserving ACL entries of files.
4025         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4026         `set-file-acl' handlers.
4028         * net/tramp-adb.el (tramp-adb-handle-copy-file):
4029         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4031         * net/tramp-compat.el (tramp-compat-copy-file):
4032         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4034         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4035         Add `file-acl' and `set-file-acl' handlers.
4036         (tramp-gvfs-handle-copy-file):
4037         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4038         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4039         New defuns.
4041         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4042         Add `file-acl' and `set-file-acl' handlers.
4043         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4044         (tramp-sh-handle-set-file-acl): New defuns.
4045         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4046         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4048         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4049         Add `file-acl' and `set-file-acl' handlers.
4050         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4052 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4054         * help-macro.el (make-help-screen): Instead of switch-to-buffer
4055         use pop-to-buffer with NORECORD argument t.  As buffer name, use
4056         *Metahelp* with a leading space (Bug#13190).
4058 2012-12-16  Romain Francoise  <romain@orebokech.com>
4060         * files.el (file-extended-attributes)
4061         (set-file-extended-attributes): New functions.
4062         (backup-buffer): Use them to handle both SELinux context and ACL
4063         entries.
4064         (backup-buffer-copy): Work with an alist of extended attributes,
4065         rather than an SELinux context.
4066         (basic-save-buffer-2): Ditto.
4068 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
4070         * battery.el (battery-bsd-apm): New function.
4072 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
4074         * calc/calc.el (calc-standard-date-formats): Adjust one of the
4075         standard date formats.
4077 2012-12-15  Juri Linkov  <juri@jurta.org>
4079         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
4080         `isearch-insert-char-by-name'.
4081         (with-isearch-suspended): New defmacro with body mostly from
4082         `isearch-edit-string' except the part that sets
4083         `isearch-new-string' and `isearch-new-message'.
4084         (isearch-edit-string): Use new macro `with-isearch-suspended' with
4085         body that sets `isearch-new-string' and `isearch-new-message'.
4086         (isearch-insert-char-by-name): New command.
4087         * international/mule-cmds.el (read-char-by-name): Let-bind
4088         `enable-recursive-minibuffers' to t.
4089         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
4091 2012-12-15  Juri Linkov  <juri@jurta.org>
4093         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4094         (Bug#13175)
4096 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
4098         * dired-x.el (dired-guess-shell-command): Put colon at the end of
4099         the prompt.  (Bug#13045)
4101 2012-12-14  Glenn Morris  <rgm@gnu.org>
4103         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4104         Try to include filename in non-bytecomp warning.  (Bug#13132)
4106 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4108         Fix permissions bugs with setgid directories etc. (Bug#13125)
4109         * files.el (backup-buffer): Don't rely on 9th output of
4110         file-attributes, as it's now a placeholder.  Instead, use the new
4111         optional arg of file-ownership-preserved-p.
4112         (file-ownership-preserved-p): New optional arg GROUP.
4113         Fix mishandling of setuid directories that would cause this
4114         function to return t when it should have returned nil.
4115         Document what happens if the file does not exist, and when
4116         it's not known whether the ownership will be preserved.
4117         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4118         Likewise.
4119         (tramp-get-local-gid): Use group-gid for integer, as that's
4120         faster and more reliable.
4122 2012-12-14  Julien Danjou  <julien@danjou.info>
4124         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4125         Update keywords list, data type and PL/pgSQL.
4127 2012-12-14  Dave Abrahams  <dave@boostpro.com>
4129         * vc/ediff-util.el (ediff-buffer-type): New function.
4130         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4131         rather than taking it as as argument.
4132         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4134 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
4136         * json.el: Add pretty-print option (bug#12634).
4137         (json-encoding-separator, json-encoding-default-indentation)
4138         (json--encoding-current-indentation, json-encoding-pretty-print)
4139         (json-encoding-lisp-style-closings): New vars.
4140         (json--with-indentation): New macro.
4141         (json-encode-hash-table, json-encode-alist, json-encode-plist)
4142         (json-encode-array): Use it to obey json-encoding-pretty-print.
4143         (json-pretty-print-buffer, json-pretty-print): New commands.
4145 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
4147         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4148         Extract `ruby-syntax-propertize-expansions'.
4149         (ruby-syntax-propertize-expansions): Only change syntax on
4150         certain string delimiters, to punctuation.  This way the common
4151         functions like forward-word and thing-at-point still work.
4152         (ruby-match-expression-expansion): Improve readability.
4153         (ruby-block-contains-point): New function.
4154         (ruby-add-log-current-method): Handle several edge cases.
4156 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4158         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4159         unload-feature finishes even when aborting an ongoing edebug session.
4160         Also, do not worry about edebug-mode, unload-feature takes care of it.
4162 2012-12-13  Andreas Schwab  <schwab@suse.de>
4164         * net/tls.el (tls-program): Update customize type.
4166 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4168         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4169         (edebug-setup-hook, cl-read-load-hooks): Use it.
4170         (edebug-unload-function): New function.  (Bug#13163)
4172 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
4174         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4175         Otherwise, there could be errors in autoloading.  (Bug#13151)
4177 2012-12-13  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4179         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4180         sequences.
4182 2012-12-13  Alan Mackenzie  <acm@muc.de>
4184         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
4185         * progmodes/cc-engine.el (c-backward-comments): Add code to work
4186         around `forward-comment' not recognizing ^M as whitespace.
4188 2012-12-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4190         * progmodes/python.el (python-skeleton-class)
4191         (python-skeleton-def): Do not add space after defun name.
4193 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4195         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4196         (cl--symbol-function): Remove (now that funbound is like nil).
4198 2012-12-12  Glenn Morris  <rgm@gnu.org>
4200         * button.el (button--area-button-p): Fix typo.
4202 2012-12-12  Sam Steingold  <sds@gnu.org>
4204         * frame.el (frame-maximization-style): New user option.
4205         (toggle-frame-maximized): Toggle frame maximization according to
4206         `frame-maximization-style', bound to <f11>.
4207         (cycle-frame-maximized): Cycle between all maximization styles and
4208         non-maximized frame, bound to shift-<f11>.
4210 2012-12-12  David CadĂ©  <codename68@gmail.com>
4212         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4214 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
4216         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4217         (eieio-override-prin1): Don't quote kewords and booleans.
4218         (object-write) <eieio-default-superclass>: Don't put closing parens
4219         on new line, avoid needless empty lines, align values that are objects
4220         with the slot keyword (instead of beginning on the same line).
4221         (eieio-list-prin1): Align value with slot keyword; increase
4222         eieio-print-depth before printing members of the list.
4224 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4226         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4227         a display text-property.
4228         (report-emacs-bug-hook): Don't bother deleting it any more.
4230         * hilit-chg.el (highlight-save-buffer-state): Delete.
4231         Use with-silent-modifications instead.
4232         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4234         * button.el: Handle buttons in display text-properties.
4235         (button--area-button-p, button--area-button-string):
4236         Use (STRING . STRING-POS) representation instead of just STRING.
4238 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
4240         * makefile.w32-in (compile4-SH): Fix a typo that caused term
4241         subdirectory be skipped.
4243 2012-12-11  Glenn Morris  <rgm@gnu.org>
4245         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4247         * progmodes/f90.el (f90-line-continued, f90-indent-region):
4248         Treat preprocessor lines embedded in continuations like comments.
4249         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
4251 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
4253         * calc/calc.el (calc-standard-date-formats): Add more date
4254         formats.
4255         * calc/calc-forms.el (math-parse-iso-date): New function.
4256         (math-parse-date): Use `math-parse-iso-date' when appropriate.
4257         (math-parse-iso-date-validate): Add extra error checking.
4258         (calc-date-notation): Add ability to access new date formats.
4260 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4262         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4263         font-lock as well as when there's no text-property.
4265 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
4267         * hi-lock.el: Refine the choice of default face.
4268         (hi-lock-keyword->face): New function.  Use it wherever we used
4269         cadadadr instead.
4270         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4271         (hi-lock--last-face): Remove var.
4272         (hi-lock--unused-faces): New var to replace it.
4273         (hi-lock-read-face-name): Use/maintain it.
4274         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
4275         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4276         if it has another face.
4278 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4280         * subr.el (w32notify-handle-event): New function.
4281         (inotify-handle-event): Doc fix.
4283 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
4285         * subr.el (inotify-event-p, inotify-handle-event): New functions.
4287 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
4289         * simple.el (just-one-space): Doc fix.
4291 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4293         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4295 2012-12-10  Le Wang  <l26wang@gmail.com>
4297         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4298         narrowed buffer (bug#12361).
4300 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
4302         * vc/vc-hooks.el (vc-state): Doc fix.
4304 2012-12-10  Glenn Morris  <rgm@gnu.org>
4306         * mail/rmail.el (rmail-maybe-display-summary):
4307         Preserve buffer, in case select-window changes it.  (Bug#13066)
4309 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4311         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4312         cl-load-hook where they belong.
4314 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4316         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4318 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
4320         Parallelize byte compilation on MS-Windows.
4321         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4322         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4323         (WINS_BASIC): Define as concatenation of the above.
4324         (compile): Subdivide into 4 separate and independent jobs that can
4325         be run in parallel.
4326         (compile0-CMD, compile0-SH): New targets for compiling
4327         COMPILE_FIRST files, which are prerequisites for the rest of the
4328         byte-compilation.
4329         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4330         New targets for parallel compilation with cmd.exe.
4331         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4332         compiling under a Unixy shell.
4334 2012-12-09  Chong Yidong  <cyd@gnu.org>
4336         * simple.el (set-mark-default-inactive): Delete this
4337         accidentally-introduced option.
4338         (set-mark-command, exchange-point-and-mark): Remove calls.
4340 2012-12-09  Glenn Morris  <rgm@gnu.org>
4342         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4343         Respect a defcustom's :set function, if appropriate.  (Bug#109)
4344         (eval-defun): Doc fix.
4346 2012-12-08  Juri Linkov  <juri@jurta.org>
4348         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4349         (Info-fontify-node, Info-bookmark-make-record): Remove the
4350         file extension from Info-current-file (Bug#13016).
4352 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4354         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4355         point, still provide some default.
4356         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4357         names, since we don't use it right now.  Actually return the list.
4358         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4360 2012-12-07  Chong Yidong  <cyd@gnu.org>
4362         * novice.el (disabled-command-function): Remove a spurious help
4363         xref (Bug#13043).  Suggested by Kelly Dean.
4365         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4366         syntax is specified (Bug#13025).
4368         * info.el (Info-set-mode-line): Remove the file extension from
4369         Info-current-file if there is one (Bug#13016).
4371 2012-12-07  Glenn Morris  <rgm@gnu.org>
4373         * mail/rmail.el (rmail-mime-decoded): New permanent local.
4374         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4375         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4376         and rmail-mime-decoded.  (Bug#9841)
4378         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
4379         (batch-unrmail, unrmail): Doc fixes.
4380         (unrmail): Respect unrmail-mbox-format.
4381         * mail/rmail.el (rmail-mbox-format): New option.
4382         (rmail-show-message-1): Respect rmail-mbox-format.
4384 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4386         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4388 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4390         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
4391         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4392         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4393         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4394         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4395         (cl-progv): Don't rely on dynamic scoping to find the body.
4396         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4397         (cl--proclaims-deferred): Rename from the "cl-" prefix.
4398         (cl-declaim): Use backquotes.
4399         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4400         Use "cl--" prefix for the object's tag.
4402         * ses.el: Use advice-add/remove.
4403         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4404         (copy-region-as-kill, yank): Use advice-add.
4405         (ses-unload-function): Use advice-remove.
4407 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
4409         * button.el: Make them work in header-lines (bug#12817).
4410         (button-map): Add bindings for header-line and mode-line use.
4411         (button-get, button-put, button-label): `button' may now be a string.
4412         (button-activate): Don't make it a defsubst.
4413         (button--area-button-p, button--area-button-string): New functions.
4414         (make-text-button): Fix the return value when `beg' was a string.
4415         (push-button): Handle the mode-line case.
4417 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4419         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4420         (sql-signum): Remove.  Use `cl-signum' instead.
4421         (sql-read-passwd): Remove; use read-passwd instread.
4422         (sql-get-login-ext): Use read-string.
4423         (sql-get-login): Use dolist and pcase.
4424         (sql--completion-table): Rename from sql-try-completion.
4425         Use complete-with-action.
4426         (sql-mode): Don't change abbrev-all-caps globally.
4427         (sql-connect): Don't rely on dynamic scoping for `new-name'.
4428         (sql-postgres-completion-object): Initialize vars in their `let'.
4429         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4430         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4431         (sql-comint-interbase): Use a single append, without setq.
4432         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4434         * hi-lock.el: Rework the default face and the serialize regexp code.
4435         (hi-lock--auto-select-face-defaults): Remove.
4436         (hi-lock-string-serialize-serial): Remove.
4437         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4438         make weak.
4439         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4440         equal string.
4441         (hi-lock-set-pattern): Adjust accordingly.
4442         (hi-lock--regexps-at-point): Simplify accordingly.
4443         (hi-lock--auto-select-face-defaults): Remove.
4444         (hi-lock--last-face): New var to replace it.
4445         (hi-lock-read-face-name): Rewrite (bug#11095).
4446         (hi-lock-unface-buffer): Arrange for the face to be the next default.
4448 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
4450         * net/tramp.el (tramp-replace-environment-variables):
4451         Hide compiler warning.
4452         (tramp-file-name-for-operation): Remove `executable-find',
4453         `start-process', `call-process' and `call-process-region'.
4455         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4457         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4458         compatibility.
4460         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4462 2012-12-06  Chong Yidong  <cyd@gnu.org>
4464         * ffap.el (ffap-replace-file-component): Fix typo.
4466 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4468         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4469         fix open-paren-like token test (bug#12785).
4471 2012-12-06  Glenn Morris  <rgm@gnu.org>
4473         * mail/rmailsum.el (rmail-new-summary): Tweak for
4474         rmail-maybe-display-summary changing buffer.  (Bug#13066)
4476 2012-12-06  Juri Linkov  <juri@jurta.org>
4478         * info.el (Info-fontify-node): Don't hide the last newline.
4479         (Bug#12272)
4481 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4483         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4484         so as to enable message-read-from-minibuffer to expand mail aliases.
4486 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4488         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4489         the `intangible' property.
4490         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4492 2012-12-05  Deniz Dogan  <deniz@dogan.se>
4494         * net/rcirc.el (rcirc-urls): Update documentation.
4495         (rcirc-condition-filter): New function.
4496         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4497         and exclude consecutive duplicate URLs (Bug#6082).
4499 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
4501         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4502         Check return code of copy command.
4504         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4505         Use group `tramp'.  Add version.
4507 2012-12-05  Chong Yidong  <cyd@gnu.org>
4509         * ffap.el (ffap-url-regexp): Don't require matching at front of
4510         string (Bug#4952).
4511         (ffap-url-p): If only a substring matches, return that.
4512         (ffap-url-at-point): Use the return value of ffap-url-p.
4513         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4514         (find-file-at-point, dired-at-point, dired-at-point-prompter)
4515         (ffap-guess-file-name-at-point): Likewise.
4516         (ffap-replace-file-component): Fix typo.
4518         * info.el (info-display-manual): Add existing Info buffers, whose
4519         files may not be in Info-directory-list, to the completion.
4520         (info--manual-names): New helper function.
4522 2012-12-05  Glenn Morris  <rgm@gnu.org>
4524         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4525         New functions, for detecting and resolving conflicts.  (Bug#10709)
4527 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
4529         * hi-lock.el (hi-lock-auto-select-face): New user variable.
4530         (hi-lock-auto-select-face-defaults): New buffer local variable.
4531         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4532         (hi-lock-unface-buffer): Prompt user with useful defaults.
4533         With prefix arg, unhighlight all hi-lock patterns in buffer.
4535 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4537         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4539 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
4541         * Makefile.in (TRAMP_SRC):
4542         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4544 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
4546         * net/tramp-adb.el: New package.
4548 2012-12-04  Chong Yidong  <cyd@gnu.org>
4550         * terminal.el: Move to obsolete/.
4552         * longlines.el: Move to obsolete/.
4554         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4555         Remove code referring to longlines mode.
4557 2012-12-03  Juri Linkov  <juri@jurta.org>
4559         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
4561 2012-12-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
4563         * textmodes/ispell.el (ispell-init-process)
4564         (ispell-start-process, ispell-internal-change-dictionary):
4565         Make sure personal dictionary name is expanded after initial
4566         `default-directory' value. Use expanded strings for
4567         keep/restart checks and for value (Bug#13019).
4569 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4571         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4573 2012-12-03  Leo Liu  <sdl.web@gmail.com>
4575         * files.el (dir-locals-read-from-file): Check file non-empty
4576         before reading.  (Bug#13038)
4578 2012-12-03  Glenn Morris  <rgm@gnu.org>
4580         * jka-cmpr-hook.el (jka-compr-get-compression-info):
4581         Remove any version extension before checking filename.  (Bug#13006)
4582         (jka-compr-compression-info-list): Belated :version bump.
4584 2012-12-03  Chong Yidong  <cyd@gnu.org>
4586         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4588         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4589         (buffer-menu): Doc fix (Bug#12294).
4591 2012-12-03  Roland Winkler  <winkler@gnu.org>
4593         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4594         of diary-show-all-entries in the diary buffer (Bug#12994).
4596 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
4598         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4599         "<STDIN>".  This is binary safe.
4601 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4603         * calc/calc-forms.el (math-absolute-from-iso-dt)
4604         (math-date-to-iso-dt, math-parse-iso-date-validate)
4605         (math-iso-dt-to-date): New functions.
4606         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4607         (math-fd-isoweekday): New variables.
4608         (calc-date-notation, math-parse-standard-date, math-format-date)
4609         (math-format-date-part): Add support for more formatting codes.
4611 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4613         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4614         current buffer's file name when called interactively (Bug#12488).
4616 2012-12-02  Juri Linkov  <juri@jurta.org>
4618         * info.el (info-display-manual): Don't clobber an existing Info
4619         buffer (Bug#10770).  Add completion (Bug#10771).
4621 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
4623         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4624         before using it for comparison (Bug#5297).
4626 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
4628         * textmodes/css-mode.el (css-current-defun-name): New function.
4629         (css-mode): Use it.
4631         * textmodes/sgml-mode.el (html-current-defun-name): New function.
4632         (html-mode): Use it.
4634 2012-12-01  Chong Yidong  <cyd@gnu.org>
4636         Modularize add-log-current-defun (Bug#2224).
4637         Suggested by Jari Aalto.
4639         * vc/add-log.el (add-log-current-defun-function): Doc fix.
4640         (add-log-current-defun): Move mode-specific code to other files.
4641         (add-log-lisp-like-modes, add-log-c-like-modes)
4642         (add-log-tex-like-modes): Variables deleted.
4644         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4645         (lisp-mode-variables): Use it.
4647         * progmodes/cc-mode.el (c-common-init):
4648         * progmodes/cperl-mode.el (cperl-mode): Set a value for
4649         add-log-current-defun-function.
4651         * progmodes/m4-mode.el (m4-current-defun-name): New function.
4652         (m4-mode): Use it.
4654         * progmodes/perl-mode.el (perl-current-defun-name): New.
4655         (perl-mode): Use it.
4657         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4658         Use lisp-current-defun-name.
4660         * textmodes/tex-mode.el (tex-current-defun-name): New.
4661         (tex-common-initialization): Use it.
4663         * textmodes/texinfo.el (texinfo-current-defun-name): New.
4664         (texinfo-mode): Use it.
4666 2012-12-01  Chong Yidong  <cyd@gnu.org>
4668         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4669         * progmodes/autoconf.el (autoconf-mode):
4670         * progmodes/js.el (js-mode):
4671         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4672         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4673         * progmodes/perl-mode.el (perl-mode):
4674         * progmodes/sh-script.el (sh-mode, sh-set-shell):
4675         * textmodes/css-mode.el (css-mode):
4676         * textmodes/sgml-mode.el (html-mode, sgml-mode)
4677         (sgml-tags-invisible, sgml-guess-indent):
4678         * textmodes/tex-mode.el (tex-common-initialization)
4679         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4680         (doctex-mode, plain-tex-mode, latex-mode):
4681         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4683 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
4685         * vc/vc-hg.el (vc-hg-next-revision):
4686         Ensure use of default "tip" output format.  (Bug#6968)
4688 2012-12-01  Kim F. Storm  <storm@cua.dk>
4690         * startup.el (fancy-startup-tail): Add a clickable link
4691         (Bug#2176).
4693 2012-12-01  Chong Yidong  <cyd@gnu.org>
4695         * startup.el (fancy-startup-tail): Improve the message about
4696         auto-save files (Bug#2176).
4698         * files.el (recover-session): Improve the descriptive message, and
4699         use substitute-command-keys.
4701 2012-12-01  Glenn Morris  <rgm@gnu.org>
4703         * ido.el (ido-file-internal):
4704         Handle other-window, other-frame for dired.  (Bug#13036)
4706 2012-11-30  Glenn Morris  <rgm@gnu.org>
4708         * icomplete.el (icomplete-separator): Fix :version.
4710 2012-11-30  Chong Yidong  <cyd@gnu.org>
4712         * shell.el (shell): For C-u M-x shell, use an inactive shell
4713         buffer as the default (Bug#1975).
4714         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4715         (shell-mode): Use them to reapply ansi colorization if Shell mode
4716         is re-enabled.
4718 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
4720         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4722 2012-11-30  Samuel Bronson  <naesten@gmail.com>
4724         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4725         flag to xargs, for compatibility with BSD xargs (Bug#11703).
4727 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4729         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4730         by move-to-column (Bug#3234).
4732 2012-11-30  Chong Yidong  <cyd@gnu.org>
4734         * longlines.el (longlines-wrap-line, longlines-encode-region):
4735         Preserve text properties (Bug#1425).
4737 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4739         * vc/vc.el (vc-register): Allow registering a file which is
4740         already registered with a different backend (Bug#10589).
4742 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
4743             Stefan Monnier  <monnier@iro.umontreal.ca>
4745         * icomplete.el: Change separator; add ido-style commands.
4746         (icomplete-show-key-bindings): Remove custom var.
4747         (icomplete-get-keys): Remove function.
4748         (icomplete-forward-completions, icomplete-backward-completions):
4749         New commands.
4750         (icomplete-minibuffer-map): New var.
4751         (icomplete-minibuffer-setup): Use it.
4752         (icomplete-exhibit): Don't delay if the list of completions is known.
4753         (icomplete-separator): New custom.
4754         (icomplete-completions): Use it.
4755         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4756         (minibuffer-force-complete-and-exit): New command.
4757         (minibuffer--complete-and-exit): New function extracted from
4758         minibuffer-complete-and-exit.
4759         (minibuffer-complete-and-exit): Use it.
4761         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4762         error message when the file doesn't exist (bug#12974).
4764 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4766         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4768 2012-11-29  Glenn Morris  <rgm@gnu.org>
4770         * files.el (hack-dir-local-variables): Warn if try to set
4771         coding via dir-locals, since it doesn't work.  (Bug#7169)
4773         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
4774         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4775         Set buffer-local value of desktop-save-buffer.
4776         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4777         New functions.
4778         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4779         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4781         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
4782         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4783         Doc fix.
4784         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4785         Doc fixes.
4787 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
4789         * calc/calc-forms.el (calc-date-notation): Fix regexp
4790         used to find time codes.  Fix symbol for seconds.
4792 2012-11-27  Glenn Morris  <rgm@gnu.org>
4794         * emacs-lisp/derived.el (derived-mode-make-docstring):
4795         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
4797 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4799         * textmodes/table.el (table-insert): Don't use `symbol-name' on
4800         lexically scoped variables (bug#13005).
4802 2012-11-27  Glenn Morris  <rgm@gnu.org>
4804         * vc/vc-hooks.el (vc-mistrust-permissions):
4805         Default to t, to avoid data-loss.  (Bug#11490)
4807 2012-11-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4809         * progmodes/python.el (python-indent-guess-indent-offset):
4810         If indentation is guessed make python-indent-offset buffer-local.
4812         Fix Imenu regression.
4813         * progmodes/python.el (python-nav-beginning-of-defun):
4814         Fix forward movement when statement(s) separates point from defun.
4815         (python-imenu-prev-index-position): New function.
4817 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4819         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
4821         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4822         Don't set buffer-file-type.  Return nil.  (Bug#12989)
4824 2012-11-27  Glenn Morris  <rgm@gnu.org>
4826         * hippie-exp.el (hippie-expand-try-functions-list):
4827         Re-autoload it.  (Bug#12982)
4829 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4831         * descr-text.el (describe-char-padded-string):
4832         Call internal-char-font only on GUI frames.  (Bug#11964)
4834 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
4836         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4837         and obsoletion message.
4839 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4841         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4842         the constructs to keep outside of the `cl-block' (bug#12977).
4844 2012-11-27  Chong Yidong  <cyd@gnu.org>
4846         * mouse.el (mouse-drag-line): Even if the line is not draggable,
4847         keep reading until we get the up-event anyway, in order to process
4848         the up-event for mouse-1-click-follows-link (Bug#12971).
4850 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4852         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4853         base function is not yet defined (bug#12965).
4854         (ad-activate-advised-definition): Use ad-compile-function.
4855         (ad-activate): Use cond.
4857 2012-11-25  Leo Liu  <sdl.web@gmail.com>
4859         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4860         (Bug#12979)
4862 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
4864         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4865         reftex-section-info-function in order to be compatible with
4866         Texinfo integration.
4868         * textmodes/reftex.el (reftex-section-pre-regexp)
4869         (reftex-section-post-regexp, reftex-section-info-function):
4870         New variable.
4871         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4872         reftex-section-post-regexp, and reftex-section-info-function in order
4873         to be compatible with Texinfo integration.
4875         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4876         use reftex-section-pre-regexp variable in order to be compatible with
4877         Texinfo integration.
4879 2012-11-25  Chong Yidong  <cyd@gnu.org>
4881         * faces.el: Make face-spec-set more analogous to setq.
4882         (face-spec-set): Change the third arg to specify whether this
4883         function is being called via defface, customize, or a third party.
4884         Set the appropriate symbol properties.  Clear the override spec if
4885         setting via Custom.  Initialize face if necessary.  (Bug#4988)
4886         (face-spec-recalc): Allow theme faces to completely replace the
4887         defface spec, in the same way as custom faces (Bug#8454).
4889         * cus-face.el (custom-declare-face): Move face initialization to
4890         face-spec-set.
4891         (custom-theme-set-faces): Don't initialize the face name here, as
4892         that is now done in face-spec-set.
4894         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4895         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4896         Simplify by using the new arg to face-spec-set.
4898         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4899         reset face-override-spec too, and use custom-declare-face.
4901 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
4903         * term/ns-win.el (ns-initialize-window-system): Move creation of
4904         fontsets here (Bug#11964).
4906 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
4908         * ses.el (ses-rename-cell): Correct bug on mode-line update after
4909         cell renaming.
4911 2012-11-24  Chong Yidong  <cyd@gnu.org>
4913         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4914         obsolete.
4916         * custom.el (custom-theme-set-variables): Use a topological sort
4917         for ordering by custom dependencies (Bug#12952).
4918         (custom--sort-vars, custom--sort-vars-1): New functions.
4920 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4922         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4923         lexical-binding (bug#12938).
4925 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
4927         * image-mode.el (image-transform-check-size): Use assertions only
4928         for images of type imagemagick.
4930         Otherwise no error, image-transform-fit-to-{width,height} is
4931         silently ignored, as before.  Doc fix.
4933 2012-11-24  Chong Yidong  <cyd@gnu.org>
4935         * faces.el (color-defined-p): Doc fix (Bug#12853).
4937 2012-11-24  Juri Linkov  <juri@jurta.org>
4939         * dired.el (dired-mark): Add optional arg `interactive'.
4940         Check for `use-region-p' if `interactive' is non-nil.
4941         (dired-unmark, dired-flag-file-deletion): Add optional arg
4942         `interactive'.  Call `dired-mark' with the arg `interactive'.
4943         (Bug#10624)
4945         * wdired.el: Revert 2012-10-17 change partly and replace it with
4946         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4947         (wdired-finish-edit): Add marks for new file names to
4948         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
4949         after `revert-buffer'.
4950         (wdired-do-renames): Remove calls to `dired-remove-file',
4951         `dired-add-file', `dired-add-entry'.  (Bug#11795)
4953 2012-11-24  Alan Mackenzie  <acm@muc.de>
4955         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4957         Fix bugs in the state cache.  Enhance a debugging mechanism.
4958         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4959         "brace at column zero" strategy for C++.
4960         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4961         (c-parse-state-point): New variable.
4962         (c-record-parse-state-state): Record old parse state with
4963         `copy-tree'.  Record previous value of point.
4964         (c-debug-parse-state-double-cons): New debugging function.
4965         (c-debug-parse-state): Call the above new function.
4966         (c-toggle-parse-state-debug): Output a confirmatory message.
4968         * progmodes/cc-mode.el (c-before-change, c-after-change):
4969         Call c-invalidate-state-cache from `c-before-change' instead of
4970         `c-after-change'.
4972 2012-11-23  Chong Yidong  <cyd@gnu.org>
4974         * find-cmd.el (find-constituents): Add executable, ipath,
4975         readable, samefile, writable, daystart, regextype (Bug#12856).
4977 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4979         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4981 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4983         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4984         definition.  This fixes a bootstrap failure.
4985         (calc-gregorian-switch): In menu, put dates before regions.
4986         This is easier to follow, lines up better in the menu, and lets us
4987         coalesce regions that switch at the same time.  Give country
4988         names, not "Vatican", as that's better for non-expert users.
4989         Use names that are stable between the date of switch and now, e.g.,
4990         Bohemia and Moravia (which existed then and now) and not
4991         Czechoslovakia (which didn't exist then and doesn't exist now).
4992         What is now the U.S. mostly did not switch at the same time as
4993         Britain, so omit the U.S.  Correct spelling of "Britain".
4994         Catholic Switzerland was too much of a mess, so omit it.
4996 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
4998         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4999         after the variable is changed.
5001 2012-11-21  Daniel Colascione  <dancol@dancol.org>
5003         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
5004         in SQL declarations for font-lock.
5005         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
5007 2012-11-21  Glenn Morris  <rgm@gnu.org>
5009         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
5010         (face-italic-p): Add optional argument "inherit".
5012         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
5013         Remove -p suffix from names, for consistency with other set-face-*.
5014         (set-face-inverse-video): Fix interactive spec.
5015         * play/gamegrid.el (gamegrid-make-mono-tty-face):
5016         * textmodes/table.el (table--update-cell-face):
5017         Use set-face-inverse-video rather than now obsolete alias.
5019 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
5021         * simple.el (line-move): Don't call line-move-partial if
5022         scroll-conservatively is in effect.  (Bug#12927)
5024 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5026         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5027         Fallback on completion-at-point rather than
5028         pcomplete-expand-and-complete, and only if pcomplete actually failed.
5029         (eshell-cmpl-initialize): Setup completion-at-point.
5031         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
5033         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
5035 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
5037         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5038         are remote, check out-of-band property for both.
5040 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5042         * window.el (switch-to-buffer): Re-add the warning that was lost in the
5043         code rewrite.
5045 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
5047         More minor time fixes.
5048         * calendar/time-date.el: Commentary fix.
5049         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5050         too much other code depends on (0 0) time stamps.
5051         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5052         Add a couple of FIXME comments.
5054         Minor cleanup for times as lists of four integers.
5055         * files.el (dir-locals-directory-cache):
5056         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5057         Doc fixes.
5058         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5059         * ps-bdf.el (bdf-file-newer-than-time):
5060         Process four-integers time stamps, not two.  Doc fixes.
5062 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5064         * uniquify.el (uniquify-managed): Use defvar-local.
5065         (rename-buffer, create-file-buffer): Advise with advice-add.
5066         (uniquify-unload-function): Unadvise accordingly.
5068         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
5069         (trace-buffer): Don't purecopy.
5070         (trace-entry-message, trace-exit-message): Add `context' arg.
5071         (trace--timer): New var.
5072         (trace-make-advice): Adjust for use in nadvice.
5073         Add `context' argument.  Delay `display-buffer' via a timer.
5074         (trace-function-internal): Use advice-add.
5075         (trace--read-args): New function.
5076         (trace-function-foreground, trace-function-background): Use it.
5077         (trace-function): Rename to trace-function-foreground and redefine as
5078         an alias to that new name.
5079         (untrace-function, untrace-all): Adjust to the use of nadvice.
5081         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
5083         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
5085         * subr.el (called-interactively-p-functions): New var.
5086         (internal--called-interactively-p--get-frame): New macro.
5087         (called-interactively-p, interactive-p): Rewrite in Lisp.
5088         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
5089         (called-interactively-p-functions): Use it.
5090         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5091         (called-interactively-p-functions): Use it.
5092         * allout.el (allout-called-interactively-p): Don't assume
5093         called-interactively-p is a subr.
5095 2012-11-20  Glenn Morris  <rgm@gnu.org>
5097         * profiler.el (profiler-report-mode-map): Add a menu.
5098         No need to bind `q' because we derive from special-mode.
5099         (profiler-report-find-entry): Handle calls from the menu-bar.
5101 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5103         * emacs-lisp/byte-run.el (defun-declarations-alist):
5104         Allow a compiler-macro to be a lambda expression.
5106         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
5107         eval-when-compile.
5108         (python-syntax-context): Add compiler-macro.
5109         (python-font-lock-keywords): Simplify with De Morgan.
5111         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5113         * files.el (load-file): Require match in minibuffer selection, as was
5114         the case in Emacs-20 before we changed the spec to allow .elc files
5115         (bug#12935).
5117         * json.el: Don't require cl since we don't use it.
5118         * color.el: Don't require cl.
5119         (color-complement): `caddr' -> `nth 2'.
5121         * calendar/time-date.el (time-to-seconds): De-obsolete.
5123 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
5125         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5126         year numbers.
5127         (math-date-to-julian-dt): Adjust the initial approximation for the
5128         year to deal with the new definition of the DATE.
5130 2012-11-19  Daniel Colascione  <dancol@dancol.org>
5132         * term/w32-win.el (cygwin-convert-path-from-windows):
5133         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5135 2012-11-18  Chong Yidong  <cyd@gnu.org>
5137         * filecache.el (file-cache--read-list): New function.
5138         (file-cache-add-directory-list, file-cache-add-file-list)
5139         (file-cache-delete-file-list, file-cache-delete-directory-list):
5140         Use it to read a list of files or directories (Bug#12846).
5141         (file-cache-add-file, file-cache-add-directory)
5142         (file-cache-delete-file-list, file-cache-delete-file-regexp)
5143         (file-cache-delete-directory): Print an message.
5145 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
5147         * calc/calc-forms.el (math-date-to-dt): Use integer date when
5148         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5150 2012-11-18  Glenn Morris  <rgm@gnu.org>
5152         * image.el (insert-image, insert-sliced-image): Doc fix.
5154 2012-11-18  Chong Yidong  <cyd@gnu.org>
5156         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5157         (Bug#12810).
5159 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5161         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5162         response when the target file is in a subdirectory (Bug#12757).
5164 2012-11-18  Chong Yidong  <cyd@gnu.org>
5166         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5168 2012-11-18  Glenn Morris  <rgm@gnu.org>
5170         * emacs-lisp/cl-lib.el (face-underline-p):
5171         Use set-face-underline rather than the alias set-face-underline-p.
5173         * window.el (with-temp-buffer-window): Doc fix.
5174         * subr.el (with-output-to-temp-buffer):
5175         Add doc xref to with-temp-buffer-window.
5177 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
5179         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5180         * calc/calc.el (math-format-date-cache): Declare.
5182 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5184         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5185         It also uses January 1, 1 AD as its day number 1.
5186         * calc/calc-forms.el (math-julian-date-beginning)
5187         (math-julian-date-beginning-int): Implement this.
5189 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
5191         * descr-text.el (quail-find-key):
5192         * dired.el (desktop-file-name):
5193         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5194         * generic-x.el (comint-mode, comint-exec):
5195         * image-dired.el (widget-forward):
5196         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5197         (speedbar-change-expand-button-char)
5198         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5199         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5200         * printing.el (easy-menu-add-item, easy-menu-remove-item)
5201         (widget-field-action, widget-value-set):
5202         * speedbar.el (imenu--make-index-alist):
5203         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5204         (ring-length, ring-insert):
5205         * vcursor.el (compare-windows-skip-whitespace):
5206         * woman.el (dired-get-filename):
5207         Declare functions.
5209         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5211 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
5213         * calc/calc.el (calc-gregorian-switch): New variable.
5215         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5216         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5217         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5218         (math-leap-year-p): Add option to distinguish between Julian
5219         and Gregorian calendars.
5220         (math-day-number): Use `math-day-in-year' to do the computations.
5221         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5222         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5223         to do the computations.
5224         (math-date-to-dt): Use `math-date-to-julian-dt' and
5225         `math-date-to-gregorian-dt' to do the computations.
5226         (calcFunc-weekday, math-format-date-part): Use the new version of
5227         the DATE to determine the weekday.
5228         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5229         when necessary.
5231 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
5233         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5234         Cygwin; otherwise use 'file:'.  (Bug#12914)
5235         (cygwin-convert-path-from-windows): Declare, to avoid
5236         byte-compiler warnings.
5238 2012-11-17  Andreas Politz  <politza@fh-trier.de>
5240         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5241         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5242         prefix and negative numeric prefix args (Bug#12795).
5244 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
5246         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5247         Don't signal an error with a score that is too low to add to the
5248         list of top scores. (Bug#12779)
5250 2012-11-17  Chong Yidong  <cyd@gnu.org>
5252         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5254         * filecache.el (file-cache-add-file): Handle relative file name in
5255         the argument (Bug#12694).
5257 2012-11-16  JĂ¼rgen Hötzel  <juergen@archlinux.org>  (tiny change)
5259         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5261 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5263         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5265         * emacs-lisp/cl-lib.el: Set more meaningful version number.
5267 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5269         * window.el (enlarge-window, shrink-window): Don't mention return
5270         value in doc-string (Bug#12896).
5271         (window--display-buffer): Don't resize frames - it won't work
5272         with all window managers and defeat pop-up-frame-alist.
5273         (display-buffer-alist): In doc-string explain that CONDITION can
5274         be a function and which arguments are passed to it (Bug#12854).
5275         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
5276         expressions (Bug#12854).
5277         (display-buffer): Pass ACTION argument to
5278         display-buffer-assq-regexp.
5280 2012-11-16  Glenn Morris  <rgm@gnu.org>
5282         * window.el (fit-frame-to-buffer-bottom-margin)
5283         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5285         * faces.el (face-underline-p): Use face-attribute-specified-or.
5287 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
5289         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5291 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5293         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5295 2012-11-16  Glenn Morris  <rgm@gnu.org>
5297         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
5298         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5300         * faces.el (face-underline-p): Doc fix.  Handle :underline being
5301         things other than `t' (a string, a list).
5302         (face-inverse-video-p): Doc fix.
5303         (set-face-underline): Rename it back from set-face-underline-p.
5304         Doc fix.  Allow interactive input of values other than t.
5305         (read-face-attribute): Apply formatting to :underline,
5306         since like :box and :stipple it can take list values.
5308         * term.el (ansi-term): Don't let C-x escape-char binding
5309         clobber the more standard C-c binding.  (Bug#12842)
5311         * subr.el (set-temporary-overlay-map): Doc fix.
5313 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5315         * window.el (record-window-buffer)
5316         (display-buffer-record-window): When copying the markers to
5317         window-point preserve window-point-insertion-type. (Bug#12588)
5319 2012-11-16  Glenn Morris  <rgm@gnu.org>
5321         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5322         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5323         Use new names for hooks rather than obsolete aliases.
5325 2012-11-15  Daniel Colascione  <dancol@dancol.org>
5327         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5328         prefix instead of "file:" so that when FILE-NAME begins with "//",
5329         as it does when the target file is on a network share, url-handler
5330         isn't confused.
5332 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5334         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5335         a preactivated advice from an old advice.el; they're not compatible!
5337 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5339         * emacs-lisp/nadvice.el (advice--make-interactive-form):
5340         Fix string-spec case.
5342         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5344 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5346         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5347         (advice--buffer-local-function-sample): New var.
5348         (advice--set-buffer-local, advice--buffer-local): New functions.
5349         (add-function, remove-function): Use them.
5351 2012-11-15  Drew Adams  <drew.adams@oracle.com>
5353         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5355 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5357         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5358         potential binding of print-gensym to t, and prettify (back)quotes in
5359         case they appear in args's default values (bug#12884).
5361 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5363         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5364         (advice-eval-interactive-spec): New function.
5365         (advice--make-interactive-form): Support around advice (bug#12844).
5367 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
5369         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5370         more strict.  Add docstring.
5371         (ruby-expression-expansion-re): Extract from
5372         `ruby-match-expression-expansion'.
5373         (ruby-syntax-propertize-function): After everything else, search
5374         for expansions in string literals, mark their insides as
5375         whitespace syntax and save match data for font-lock.
5376         (ruby-font-lock-keywords): Use the 2nd group from expression
5377         expansion matches.
5378         (ruby-match-expression-expansion): Use the match data saved to the
5379         text property in ruby-syntax-propertize-function.
5381 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5383         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5384         (bug#12879).
5386 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5388         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5389         start/end keyword a bit harder.  Works with different values of N.
5390         Add more comments.
5391         (ruby-end-of-block): Update accordingly.
5393 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5395         * woman.el (woman-file-name): Don't mess with unread-command-events
5396         (bug#12861).
5398         * emacs-lisp/advice.el: Layer on top of nadvice.el.
5399         Remove out of date self-require hack.
5400         (ad-do-advised-functions): Use simple `dolist'.
5401         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5402         (ad-advice-definition): Redefine as functions.
5403         (ad-advice-classes): Move before first use.
5404         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5405         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5406         (ad--defalias-fset): Remove functions.
5407         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5408         (ad-get-orig-definition): Rewrite.
5409         (ad-make-advised-definition-docstring): Change base docstring.
5410         (ad-real-orig-definition): Rewrite.
5411         (ad-map-arglists): Change name of called function.
5412         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5413         (ad-make-advised-definition): Simplify.
5414         (ad-assemble-advised-definition): Tweak for new calling context.
5415         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5416         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
5417         function and call ad-activate if needed.
5418         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5419         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5420         (ad-compile-function): Compile ad-Advice-*.
5421         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5422         (ad-start-advice, ad-stop-advice): Remove.
5424 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5426         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5427         period before class method names, not after.  Remove handling of
5428         one impossible case.  Add comments.
5430 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5432         * emacs-lisp/advice.el: Remove support for freezing.
5433         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5434         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5435         Remove support for `freeze'.
5437         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5438         override the default.
5439         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5440         cl--dotimes/dolist.
5441         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5442         `cl' is loaded.
5444         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5445         from add-advice.
5446         (advice--strip-macro): New function.
5447         (advice--defalias-fset): Use them to handle macros.
5448         (advice-add): Use them.
5449         (advice-member-p): Correctly handle macros.
5451 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5453         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5454         Never font-lock the beginning of singleton class as heredoc.
5456 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5458         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5460 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
5462         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5463         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
5464         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5466 2012-11-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5468         Fix end-of-defun misbehavior.
5469         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5470         python-beginning-of-defun-function.  Handle nested defuns
5471         correctly.
5472         (python-nav-end-of-defun): Rename from
5473         python-end-of-defun-function.  Ensure forward movement.
5474         (python-info-current-defun): Reimplement to work as intended
5475         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
5476         parent defuns as soon as possible.
5478 2012-11-13  Glenn Morris  <rgm@gnu.org>
5480         * progmodes/flymake.el (flymake-error-bitmap)
5481         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5482         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5484 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5486         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5487         backward, always stop at indentation.  Reverts the change from
5488         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5490 2012-11-13  Glenn Morris  <rgm@gnu.org>
5492         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5493         Add ibuffer-filter-by-derived-mode.
5495         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5496         the same name shadowing each other.
5498         * window.el (with-temp-buffer-window): Doc tweak.
5500         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5502         * help.el (temp-buffer-max-height):
5503         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5504         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5506 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5508         * emacs-lisp/nadvice.el: New package.
5509         * subr.el (special-form-p): New function.
5510         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5511         (elp-all-instrumented-list): Remove var.
5512         (elp-not-profilable): Remove elp-wrapper.
5513         (elp-profilable-p): Use autoloadp and special-form-p.
5514         (elp--advice-name): New const.
5515         (elp-instrument-function): Use advice-add.
5516         (elp--instrumented-p): New predicate.
5517         (elp-restore-function): Use advice-remove.
5518         (elp-restore-all, elp-reset-all): Use mapatoms.
5519         (elp-set-master): Use elp--instrumented-p.
5520         (elp--make-wrapper): Rename from elp-wrapper, return a function
5521         suitable for advice-add.  Use cl-inf.
5522         (elp-results): Use mapatoms+elp--instrumented-p.
5523         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5524         (debug-function-list): Remove var.
5525         (debug): Rename arg, and then let-bind it explicitly inside.
5526         (debugger-setup-buffer): Rename arg.
5527         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5528         (debugger-frame-number): Adjust to new debug-on-entry setup.
5529         (debug--implement-debug-on-entry): Rename from
5530         implement-debug-on-entry, add argument.
5531         (debugger-special-form-p): Remove, use special-form-p instead.
5532         (debug-on-entry): Use advice-add.
5533         (debug--function-list): New function.
5534         (cancel-debug-on-entry): Use it, along with advice-remove.
5535         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5536         (debugger-list-functions): Use debug--function-list instead of
5537         debug-function-list.
5538         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5539         (ad-special-form-p): Remove, use special-form-p instead.
5540         (ad-set-advice-info): Use add-function and remove-function.
5541         (ad--defalias-fset): Adjust accordingly.
5543 2012-11-10  Glenn Morris  <rgm@gnu.org>
5545         * mail/emacsbug.el (report-emacs-bug-tracker-url)
5546         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5547         (report-emacs-bug-create-existing-bugs-buffer)
5548         (report-emacs-bug-parse-query-results)
5549         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
5551         * term.el (term-default-fg-color, term-default-bg-color):
5552         Make obsolete, rather than just saying "deprecated" in the doc.
5554         * term.el (term): Rename from `term-face'.
5555         (term-current-face, ansi-term-color-vector)
5556         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5557         Update all users.
5559 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5561         * server.el (server-create-window-system-frame): Handle Nextstep
5562         specially (Bug#12780).
5564 2012-11-10  Glenn Morris  <rgm@gnu.org>
5566         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5567         Unautoload, and make obsolete.  (Bug#7449)
5569 2012-11-10  Chong Yidong  <cyd@gnu.org>
5571         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5572         rename from diff-remove-trailing-whitespace (Bug#12831).
5574 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5576         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5577         miscompilation of trace.el.
5579 2012-11-10  Glenn Morris  <rgm@gnu.org>
5581         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5583 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5585         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5586         (bug#12812).
5588 2012-11-10  Chong Yidong  <cyd@gnu.org>
5590         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5591         a defcustom with an appropriate :set function.
5592         (minibuffer-default--in-prompt-regexps): New function.
5594 2012-11-10  Glenn Morris  <rgm@gnu.org>
5596         * emacs-lisp/cl.el (define-setf-expander, defsetf)
5597         (define-modify-macro): Doc fixes.
5599         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5600         (gv-define-simple-setter): Update doc of `fix-return'.
5602 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5604         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5605         twice when `fix-return' is set (bug#12813).
5607         * emacs-lisp/cl.el (defsetf): Pass the third arg to
5608         gv-define-simple-setter (bug#12812).
5610         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5611         (bug#12756).
5613 2012-11-10  Glenn Morris  <rgm@gnu.org>
5615         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5617         * emacs-lisp/cl-extra.el (cl-prettyexpand):
5618         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5619         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5620         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5622         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5624 2012-11-10  Leo Liu  <sdl.web@gmail.com>
5626         * ido.el (ido-set-matches-1): Improve flex matching performance by
5627         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
5629 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5631         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5632         (ad--defalias-fset): New function.
5633         (ad-safe-fset): Remove.
5634         (ad-make-freeze-definition): Use cl-letf*.
5636 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5638         * subr.el (dolist): Don't bind VAR in RESULT.
5640         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
5641         (fset, documentation): Don't save real def since we don't advise.
5642         (ad-do-advised-functions): Remove problematic `result-form'.
5643         (ad-safe-fset): `ad-real-fset' => `fset'.
5644         (ad-read-advised-function): Don't assume that ad-do-advised-functions
5645         uses CL's dolist internally.
5646         (ad-arglist): Remove unused arg `name'.
5647         (ad-docstring, ad-make-advised-docstring):
5648         `ad-real-documentation' => `documentation'.
5649         (warning-suppress-types): Declare.
5650         (ad-set-arguments): Simple CSE.
5651         (ad-recover-normality): Sanity check.
5653         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5654         (funcall '(lambda ..) ..) into ((lambda ..) ..).
5656 2012-11-09  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
5658         * ses.el: symbol to coordinate mapping is made by symbol property
5659         `ses-cell'.  This means that the same mapping is done for all SES
5660         sheets.  That is good enough for cells with standard A1 names, but
5661         not for named cell.  So a hash map is added for the latter.
5662         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5663         (ses-sym-rowcol): Use hashmap for named cell.
5664         (ses-is-cell-sym-p): New defun.
5665         (ses-decode-cell-symbol): New defun.
5666         (ses-create-cell-variable): Add cell to hashmap when name is not
5667         A1-like.
5668         (ses-rename-cell): Check that cell new name is not already in
5669         spreadsheet with the use of ses-is-cell-sym-p
5670         (ses-rename-cell): Use hash map for named cells, but accept also
5671         renaming back to A1-like.
5673 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5675         * emacs-lisp/advice.el: Use new dynamic docstrings.
5676         (ad-make-advised-definition-docstring, ad-advised-definition-p):
5677         Use dynamic-docstring-function instead of ad-advice-info.
5678         (ad--make-advised-docstring): New function extracted from
5679         ad-make-advised-docstring.
5680         (ad-make-advised-docstring): Use it.
5681         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5682         from sql-help.
5683         (sql-help): Use it with dynamic-docstring-function.
5685         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5687 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5689         * files.el (hack-one-local-variable--obsolete): New function.
5690         (hack-one-local-variable): Use it for obsolete settings.
5692         * subr.el (locate-user-emacs-file): If both old and new name exist, use
5693         the new name.
5695         * progmodes/js.el (js--filling-paragraph): New var.
5696         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5697         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5698         less sneaky.
5700 2012-11-08  Julien Danjou  <julien@danjou.info>
5702         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5703         `auto-mode-alist' (Bug#12835).
5705 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5707         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5708         (perl--prettify-symbols-alist): New const.
5709         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5710         New functions.
5711         (perl-font-lock-keywords-2): Use them.
5712         (perl-electric-noindent-p): New function.
5713         (perl-mode): Use it to set up electric-indent-mode.
5714         (perl-electric-terminator, perl-indent-command): Mark obsolete.
5715         (perl-mode-map): Remove bindings for them.
5716         (perl-imenu-generic-expression, perl-outline-level):
5717         Match functions&packages in column>0.
5719         * env.el (env--substitute-vars-regexp): New const.
5720         (substitute-env-vars): Use it.  Add `only-defined' arg.
5721         * net/tramp.el (tramp-replace-environment-variables): Use it.
5723         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5724         Byte-compile *before* eval in eval-and-compile.
5725         (byte-compile-log-warning): Remove redundant inhibit-read-only.
5726         (byte-compile-file-form-autoload): Don't hide actual definition.
5727         (byte-compile-maybe-guarded): Accept `functionp' as well.
5729         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5731 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
5733         * notifications.el (notifications-get-server-information-method):
5734         New defconst.
5735         (notifications-get-capabilities): Fix docstring.
5736         (notifications-get-server-information): New defun.
5738 2012-11-06  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
5740         * textmodes/ispell.el (ispell-region): Standard re-indent for better
5741         readability.
5743         * textmodes/ispell.el: Experimental support for support debugging.
5744         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5745         buffer for ispell.
5746         (ispell-print-if-debug): New function to print stuff to
5747         `ispell-debug-buffer' if debugging is enabled.
5748         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5749         show some debugging info.
5750         (ispell-buffer-with-debug): New function that creates a debugging
5751         buffer and calls `ispell-buffer' with debugging enabled.
5753         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5754         comment in autoconf mode. (Bug#12768)
5756 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
5758         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5759         frame-first-window, frame-root-window, frame-selected-window,
5760         minibuffer-selected-window, minibuffer-window,
5761         window-absolute-pixel-edges, window-at, window-body-height,
5762         window-body-width, window-display-table, window-combination-limit,
5763         window-frame, window-fringes, window-inside-absolute-pixel-edges,
5764         window-inside-edges, window-inside-pixel-edges, window-left-child,
5765         window-left-column, window-margins, window-next-buffers,
5766         window-next-sibling, window-new-normal, window-new-total,
5767         window-normal-size, window-parameter, window-parameters, window-parent,
5768         window-pixel-edges, window-point, window-prev-buffers,
5769         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5770         window-start, window-text-height, window-top-child, window-top-line,
5771         window-total-height, window-total-width and window-use-time to the list
5772         of functions without side-effects.
5773         (toplevel): Add window-valid-p to the list of error-free functions
5774         without side-effects.
5776 2012-11-05  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
5778         * textmodes/ispell.el (ispell-program-name):
5779         Update spellchecker parameters when customized.
5781 2012-11-04  Glenn Morris  <rgm@gnu.org>
5783         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
5785 2012-11-04  Chong Yidong  <cyd@gnu.org>
5787         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5788         same-window-* variables.
5790 2012-11-04  Juri Linkov  <juri@jurta.org>
5792         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5793         (isearch-describe-key, isearch-describe-mode): Use a display
5794         action instead of binding same-window-* variables (Bug#10040).
5796 2012-11-03  Glenn Morris  <rgm@gnu.org>
5798         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5799         Rename handler properties back from cl-- to cl-.  (Bug#12788)
5801         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5803 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
5805         * term/pc-win.el: Don't load term/internal from here.
5807         * loadup.el: Load term/internal from here.
5809 2012-11-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5811         * progmodes/python.el (inferior-python-mode): Fix hang in
5812         jit-lock (Bug#12645).
5814 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
5816         * window.el (switch-to-visible-buffer)
5817         (switch-to-buffer-preserve-window-point): Fix doc-strings.
5819 2012-11-03  Glenn Morris  <rgm@gnu.org>
5821         * emacs-lisp/cl-lib.el (cl--random-time):
5822         Rename from cl-random-time.  (Bug#12773)
5823         (cl--gensym-counter, cl--random-state): Update callers.
5824         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5826 2012-11-03  Chong Yidong  <cyd@gnu.org>
5828         * cus-start.el: Make cursor-type customizable (Bug#11633).
5830 2012-11-02  Glenn Morris  <rgm@gnu.org>
5832         * filecache.el: No need to load find-lisp when compiling.
5833         (find-lisp-find-files): Autoload it.
5834         (file-cache-add-directory-recursively): Don't require find-lisp.
5836         * image.el (image-type-from-file-name): Trivial simplification.
5838         * emacs-lisp/bytecomp.el (byte-compile-eval):
5839         Decouple "noruntime" and "cl-functions" warnings.
5841 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
5843         * play/gomoku.el (gomoku-display-statistics): Update mode line
5844         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5846 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
5848         * window.el (quit-restore-window): If the window has been
5849         created on an existing frame and ended up as the sole window on
5850         that frame, do not delete it (Bug#12764).
5852 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5854         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5855         Rename from sh--inside-arithmetic-expression, handle more cases
5856         (bug#11263).
5858         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5859         (sh-font-lock-open-heredoc): Use it (bug#12770).
5861 2012-10-30  Glenn Morris  <rgm@gnu.org>
5863         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
5865         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
5867 2012-10-29  Chong Yidong  <cyd@gnu.org>
5869         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5870         function key is stored in a keyboard macro (Bug#4894).
5872         * thingatpt.el (number-at-point): Apply a thing-at-point property.
5874 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5876         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5877         header comments".
5878         (diff-unified->context, diff-context->unified)
5879         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5881         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5883         * files.el (find-alternate-file): Only ask one question (bug#12487).
5885 2012-10-29  Chong Yidong  <cyd@gnu.org>
5887         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5888         Suggested by Dan Nicolaescu (Bug#6326).
5890         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5892         * startup.el (fancy-about-screen): Don't message (Bug#12680).
5894         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5896         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5898         * face-remap.el (face-remap-add-relative): Handle the case where a
5899         face-remapping-alist entry is a cons cell (Bug#12762).
5901 2012-10-29  Kevin Ryde  <user42@zip.com.au>
5903         * woman.el (woman-parse-numeric-value): Handle picas correctly
5904         (Bug#12639).
5906 2012-10-29  Glenn Morris  <rgm@gnu.org>
5908         * emacs-lisp/cl.el (defsetf): Doc fix.
5910 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5913         syntax to the matching opener, if any (bug#12547).
5914         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5915         matching open as a "case-(".
5916         (sh-smie-rc-grammar): Add a corresponding rule for it.
5918 2012-10-28  Daniel Hackney  <dan@haxney.org>
5920         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5921         "PKGNAME-autoloads.el" in case we created it.
5923 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5925         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5926         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5927         (completion--twq-all): Disable too-strict assertions.
5929         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5931 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
5933         * profiler.el (profiler-report-make-entry-part): Fix help-echo
5934         text to match the real keybindings.
5936 2012-10-27  Juri Linkov  <juri@jurta.org>
5938         * wdired.el (wdired-keep-marker-rename): New defcustom.
5939         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5940         (Bug#11795)
5942         * dired.el (dired-keep-marker-rename): Add reference to
5943         `wdired-keep-marker-rename' in the docstring.
5944         Add default character value ?R to display initially in
5945         Customization UI instead of ?@.
5947 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
5949         * window.el (display-buffer): In doc-string describe
5950         window-height and window-width alist entries.
5952         * time.el (display-time-world): Restore fit-window-to-buffer
5953         behavior.
5955 2012-10-27  Chong Yidong  <cyd@gnu.org>
5957         * subr.el (insert-buffer-substring-as-yank): Doc fix.
5959 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
5961         * minibuffer.el (completion-category-overrides): New completion
5962         category `bookmark' (bug#11131).
5964 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5966         * emacs-lisp/advice.el (ad-assemble-advised-definition):
5967         Silence bogus compiler warnings for ad-do-it.
5969         * bookmark.el (bookmark-completing-read): Set the completion category
5970         to `bookmark' (bug#11131).
5972 2012-10-26  Bastien  <bzg@altern.org>
5973             Stefan Monnier  <monnier@iro.umontreal.ca>
5975         * face-remap.el: Use lexical-binding.
5976         (text-scale-adjust): Improve docstring.  Use itself for the temporary
5977         overlay-map bindings, so as to repeat the "Use..." message each time.
5979 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5981         * emacs-lisp/macroexp.el (macroexp--expand-all):
5982         Obey byte-compile-warning-enabled-p (bug#12486).
5984         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5985         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5987 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
5989         * mouse.el (mouse-drag-line): Move last form into preceding when
5990         clause (Bug#12731).
5992         * help.el (resize-temp-buffer-window): Fix doc-string.
5994 2012-10-25  David Engster  <deng@randomsample.de>
5996         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5997         Remove.  This feature is already integrated in imenu.
5999         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
6000         always loaded.  Require `speedbar' unconditionally.
6002 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6004         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
6006         * minibuffer.el (minibuffer-force-complete): Fix thinko.
6008         * net/ldap.el (ldap-search-internal): The official ldif format starts
6009         with a "version: 1" header (bug#12724).
6011         * emacs-lisp/package.el (package-installed-p): Warn if not ready
6012         (bug#12721).
6014 2012-10-25  Glenn Morris  <rgm@gnu.org>
6016         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6018 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6020         * minibuffer.el (minibuffer-force-complete): Use one more marker
6021         for the temporary-overlay-map command (bug#12619).
6023 2012-10-24  Chong Yidong  <cyd@gnu.org>
6025         * time.el (display-time-world-mode): Derive from special-mode.
6026         (display-time-world): Use display-buffer (Bug#12708).
6027         (display-time-world-mode-map): Variable deleted.
6028         (display-time-world-display): Wrap the final delete-char inside
6029         inhibit-read-only.
6031 2012-10-24  Chong Yidong  <cyd@gnu.org>
6033         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
6034         Doc fix.
6036         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6038 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6040         * minibuffer.el (completion--all-sorted-completions-location): New var.
6041         (completion--cache-all-sorted-completions)
6042         (completion--flush-all-sorted-completions): Use it.
6043         (completion-in-region, completion-in-region--postch)
6044         (completion-at-point, completion-help-at-point): Use markers in
6045         completion-in-region--data (bug#12619).
6047 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6049         * progmodes/compile.el (compilation-start): Try to handle common
6050         quoting of `cd' argument (bug#12640).
6052         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6053         (bug#12671).
6055 2012-10-23  Glenn Morris  <rgm@gnu.org>
6057         * progmodes/gud.el (gud-menu-map):
6058         Check gdb-active-process is bound.  (Bug#12358)
6060 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6062         * repeat.el (repeat): Set real-this-command (bug#12232).
6064         * htmlfontify.el (hfy-post-html-hook):
6065         * filesets.el (filesets-cache-fill-content-hook):
6066         * arc-mode.el (archive-extract-hook):
6067         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
6068         * net/rcirc.el (rcirc-sentinel-functions)
6069         (rcirc-receive-message-functions, rcirc-activity-functions)
6070         (rcirc-print-functions):
6071         * net/dbus.el (dbus-event-error-functions):
6072         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
6073         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
6074         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
6075         * term/sun.el (sun-raw-prefix-hooks):
6076         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
6078 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
6080         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6081         Set `tramp-chunksize' to 1.  This improves the performance.
6082         (tramp-smb-wait-for-output): Add timeout to
6083         `tramp-accept-process-output' calls.
6085 2012-10-23  Chong Yidong  <cyd@gnu.org>
6087         * faces.el (font-list-limit): Define as an obsolete variable.
6089         * startup.el (command-line):
6090         * cus-start.el: Don't refer to font-list-limit.
6092         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6094 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6096         * subr.el (internal-temp-output-buffer-show): Rename from
6097         temp-output-buffer-show, since previously compiled files expect this name.
6099 2012-10-23  Glenn Morris  <rgm@gnu.org>
6101         * image.el (image-type-from-file-name): If multiple types match,
6102         return the first one that is supported.  (Bug#9045)
6104 2012-10-22  Glenn Morris  <rgm@gnu.org>
6106         * image.el (imagemagick-enabled-types): Doc fix.
6108 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
6110         * progmodes/which-func.el (which-func-current): The hash-table may have
6111         an explicit nil (bug#12338).
6113 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6115         * electric.el (electric-pair-delete-selection-self-insert-function):
6116         Rename to electric-pair-will-use-region, return a boolean.
6117         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
6119         * delsel.el (delete-selection-helper): Use a function instead of a hook.
6120         (delete-selection-pre-hook): Use use-region-p.
6121         (delete-selection-self-insert-function): Remove.
6122         (self-insert-command): Obey self-insert-uses-region-functions.
6123         (self-insert-iso): Revert to previous setting, since we don't actually
6124         know what that command does.
6125         (delete-selection-self-insert-hooks): Remove.
6127 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
6129         * delsel.el (delete-selection-helper): New function, extracted from
6130         delete-selection-pre-hook.
6131         (delete-selection-pre-hook): Use it.
6132         (delete-selection-self-insert-function): New function.
6133         (delete-selection-self-insert-hooks): New hook.
6134         (self-insert-command, self-insert-iso): Use it.
6135         * electric.el (electric-pair-syntax): New function, extracted from
6136         electric-pair-post-self-insert-function.
6137         (electric-pair-post-self-insert-function): Use it.
6138         (electric-pair-delete-selection-self-insert-function): New function.
6139         (electric-pair-mode): Require delsel and setup
6140         delete-selection-self-insert-hooks (bug#11520).
6142 2012-10-20  Chong Yidong  <cyd@gnu.org>
6144         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6145         no changes to show (Bug#12586).
6147         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6148         list explicitly (Bug#12571).
6150 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
6152         * progmodes/flymake.el (flymake-create-temp-inplace):
6153         Use file-truename.
6155 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
6157         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
6159 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
6161         * calc/calc-units.el (math-extract-units): Properly extract powers
6162         of units.
6164 2012-10-20  Daniel Colascione  <dancol@dancol.org>
6166         * frame.el (make-frame): Set x-display-name as we used to in order
6167         to unbreak creating an X11 frame from an Emacs daemon started
6168         without a display.
6170 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6172         * minibuffer.el (minibuffer-force-complete): Make the next completion use
6173         the same completion-field (bug#12221).
6175 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
6177         * emacs-lisp/debug.el (debug): Record height of debugger window
6178         also when debugger will be back (Bug#8789).
6180 2012-10-18  Chong Yidong  <cyd@gnu.org>
6182         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6183         Convert to defcustom.
6184         (gdb-get-source-file): Don't bind pop-up-windows.
6186         * progmodes/gud.el (gud-display-line): Don't specially re-use
6187         other frames for the gdb-mi case (Bug#12648).
6189 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6191         * emacs-lisp/advice.el: Clean up commentary a bit.
6192         (ad-do-advised-functions, ad-with-originals): Use `declare'.
6193         (byte-code-function-p): Never redefine.
6195         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6197 2012-10-18  Glenn Morris  <rgm@gnu.org>
6199         * dired.el (dired-sort-toggle): Some ls implementations only allow
6200         a single option string.  (Bug#12666)
6202         * minibuffer.el (completion-cycle-threshold): Doc fix.
6204 2012-10-17  Kenichi Handa  <handa@gnu.org>
6206         * international/mule.el (set-keyboard-coding-system):
6207         Recover input meta mode when the new coding system doesn not use 8-bit.
6208         Supply TERMINAL arg to set-input-meta-mode.
6210 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
6212         * wdired.el (wdired-old-marks): New variable.
6213         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6214         (wdired-do-renames): Move point with renamed file and don't lose
6215         mark status (Bug#11795).
6217 2012-10-16  Juri Linkov  <juri@jurta.org>
6219         * replace.el (query-replace-help): Mention multi-buffer replacement
6220         keys in the Help message.  (Bug#12655)
6222 2012-10-15  Chong Yidong  <cyd@gnu.org>
6224         * emacs-lisp/byte-run.el (defsubst): Doc fix.
6226 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
6228         * window.el (display-buffer): Doc fix.
6230         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6231         Adjust the msft regexp to the output of Studio 2010, and move msft
6232         before edg-1.  See the discussion on emacs-devel,
6233         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6234         for the details.
6236 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6238         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6239         (oset): Move uses of object-class-fast macro after its definition.
6241         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6243 2012-10-13  Chong Yidong  <cyd@gnu.org>
6245         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6246         enabled, re-enable it (Bug#11963).
6248 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
6250         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6251         non-nil, restore window configuration (Bug#12623).
6253 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6255         * help-fns.el (describe-variable, describe-function-1):
6256         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6258         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6260 2012-10-12  Glenn Morris  <rgm@gnu.org>
6262         * mail/rmailsum.el (rmail-header-summary):
6263         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
6265 2012-10-12  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6267         * progmodes/python.el (python-mode-map):
6268         Replace subtitute-key-definition with proper command remapping.
6269         (python-nav--up-list): Fix behavior for blocks on the same level.
6271 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6273         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6275         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6276         changes to the format of load-history.
6278         * international/mule-cmds.el (read-char-by-name): Move let-binding of
6279         completion-ignore-case in case that var is buffer-local (bug#12615).
6281 2012-10-11  Kenichi Handa  <handa@gnu.org>
6283         * international/eucjp-ms.el: Re-generated.
6285 2012-10-10  Kenichi Handa  <handa@gnu.org>
6287         * select.el (xselect--encode-string): If a coding is specified for
6288         selection, and that is compatible with COMPOUND_TEXT, use it.
6290 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
6292         * window.el (switch-to-buffer-preserve-window-point): New option.
6293         (switch-to-buffer):
6294         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6296 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6298         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6299         Don't document nil as a useful value (bug#12583).
6301 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
6303         * net/tramp.el (tramp-debug-message):
6304         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6305         (with-tramp-progress-reporter): Rename from
6306         `tramp-with-progress-reporter'.
6307         (with-tramp-file-property, with-tramp-connection-property):
6308         Move from tramp-cache.el, rename from `with-file-property' and
6309         `with-connection-property', respectively.
6311         * net/tramp-cache.el: Remove `with-file-property' and
6312         `with-connection-property'.
6314         * net/tramp.el:
6315         * net/tramp-gvfs.el:
6316         * net/tramp-sh.el:
6317         * net/tramp-smb.el: Adapt callees.
6319         * net/trampver.el: Update release number.
6321 2012-10-09  Glenn Morris  <rgm@gnu.org>
6323         * w32-fns.el (set-message-beep):
6324         * term/w32-win.el (set-message-beep): Update declarations.
6326 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6328         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6329         (mode-line-widen, mode-line-input-method-map)
6330         (mode-line-coding-system-map, mode-line-remote)
6331         (mode-line-unbury-buffer, mode-line-bury-buffer)
6332         (mode-line-next-buffer, mode-line-previous-buffer):
6333         Replace save-selected-window+select-window => with-selected-window.
6335         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6336         * progmodes/cc-vars.el (bq-process): Remove, unused.
6338         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6340 2012-10-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6342         Implemented `backward-up-list'-like navigation.
6343         * progmodes/python.el (python-nav-up-list)
6344         (python-nav-backward-up-list): New functions.
6345         (python-mode-map): Define substitute key for backward-up-list to
6346         python-nav-backward-up-list.
6348 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6350         * progmodes/python.el (python-fill-paragraph): Rename from
6351         python-fill-paragraph-function.  Fixed fill-paragraph for
6352         decorators (Bug#12605).
6354 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6356         * progmodes/python.el (python-shell-output-filter): Handle extra
6357         carriage return in OSX (Bug#12409).
6359 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6361         Fix shell handling of unbalanced quotes and parens in output.
6362         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6363         (python-syntax-propertize-function): Use it.
6364         (python-shell-output-syntax-table): New var.
6365         (inferior-python-mode): Prevent unbalanced parens/quotes from
6366         previous output mess with current input context.
6368 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
6370         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6371         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6373 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
6375         * ffap.el (ffap-replace-file-component): Support Tramp file name
6376         syntax, not only ange-ftp's one.
6378 2012-10-08  Glenn Morris  <rgm@gnu.org>
6380         * cus-start.el (message-log-max): Set :version.
6382         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6384 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
6386         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6387         the minibuffer window (Bug#10851).
6389 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6391         Enhancements on forward-sexp movement.
6392         * progmodes/python.el (python-nav-beginning-of-statement)
6393         (python-nav-end-of-statement): Return point-marker.
6394         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6395         (python-info-current-symbol)
6396         (python-info-statement-starts-block-p): Rename from
6397         python-info-beginning-of-block-p.
6398         (python-info-statement-ends-block-p): Rename from
6399         python-info-end-of-block-p.
6400         (python-info-beginning-of-statement-p)
6401         (python-info-end-of-statement-p)
6402         (python-info-beginning-of-block-p, python-info-end-of-block-p):
6403         New functions.
6405 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6407         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6408         frame-selected-windows.
6410 2012-10-08  Daniel Colascione  <dancol@dancol.org>
6412         * battery.el (battery-status-function): Check for
6413         w32-battery-status itself, not system-time windows-nt.
6415         * frame.el: Require cl-lib.
6416         (display-format-alist): New variable mapping frame types to
6417         functions that initialize them.
6418         (window-system-for-display): New function: interprets
6419         display-format-alist.
6420         (make-frame-on-display): Remove existing display-selection logic
6421         and just forward to make-frame, which will now DTRT.
6422         (make-frame): Restructure to use window-system-for-display to
6423         figure out how to create a frame on a given display.
6424         (display-mouse-p): Look for frame-type w32, not a particular
6425         system-type.
6427         * loadup.el: Load w32 lisp code when we have the w32 feature.
6429         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6430         system-type windows-nt.
6432         * server.el (server-create-window-system-frame): Look for window
6433         type.
6434         (server-proces-filter): Only force a window system when windows-nt
6435         _and_ w32.  Explain why.
6437         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6438         of window systems we configure for the mode.
6440         * startup.el (command-line): Mark window system is initialized
6441         after we've done it.
6443         * common-win.el (x-select-text): Look for w32, not windows-nt.
6445         * ns-win.el: Require cl-lib.  Add ourselves to
6446         display-format-alist.
6447         (ns-initialize-window-system): Assert we're not initialized twice.
6449         * w32-win.el: Enable lexical binding; require cl-lib; add
6450         ourselves to display-format-alist.
6451         (w32-handle-dropped-file): Convert incoming dropped files from
6452         Windows paths to Cygwin ones before passing them on to the rest of
6453         Emacs.
6454         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
6455         (w32-initialize-window-system): Assert we're not initialized twice.
6457         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6458         (x-initialize-window-system): Assert we're not initialized twice.
6460         * w32-common-fns.el: New File.
6461         (w32-version, w32-using-nt, w32-get-clipboard-data)
6462         (w32-set-clipboard-data, x-set-selection, x-get-selection)
6463         (w32-charset-info-alist, x-last-selected, text)
6464         (x-get-selection-value, x-selection-value): Move here.
6466         * w32-fns.el: Require w32-common-fns.
6467         (w32-version, w32-using-nt, w32-get-clipboard-data)
6468         (w32-set-clipboard-data, x-set-selection, x-get-selection)
6469         (w32-charset-info-alist, x-last-selected, text)
6470         (x-get-selection-value, x-selection-value): Move to
6471         w32-common-fns.
6473         * w32-vars.el:
6474         (w32-allow-system-shell, w32-system-shells): Define only in
6475         non-cygwin case.
6477 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6479         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6480         (read-passwd): Remove a few more potential sources of leaks.
6482 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6484         * progmodes/python.el (inferior-python-mode)
6485         (python-shell-make-comint): Fix initialization of local
6486         variables copied from parent buffer.
6488 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
6490         * term/ns-win.el (ns-read-file-name): Update declaration to match
6491         nsfns.m.
6492         (ns-respond-to-change-font): Change fontsize separately so we are sure
6493         it is set when font is acted upon.
6495 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6497         Enhancements to indentation.
6498         * progmodes/python.el (python-indent-context): Give priority to
6499         inside-string context.  Make comments indentation markers.
6500         (python-indent-region): Do not mess with strings, unless it's the
6501         enclosing set of quotes.
6503 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6505         * window.el (internal--before-save-selected-window)
6506         (internal--after-save-selected-window): New functions extracted from
6507         save-selected-window.  Make sure we return the `alist' we construct.
6508         (save-selected-window): Use them.
6510         * textmodes/tex-mode.el (tex-recenter-output-buffer):
6511         Use with-selected-window.
6513         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6514         forms that define macros (bug#12593).
6516 2012-10-07  Kenichi Handa  <handa@gnu.org>
6518         * international/mule-conf.el (compound-text-with-extensions):
6519         Add :mime-charset property as x-ctext.
6521 2012-10-07  Stefan Merten  <smerten@oekonux.de>
6523         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6524         (rst-indent-literal-normal, rst-indent-literal-minimized)
6525         (rst-indent-comment): Correct :version tag.
6526         (rst-official-cvs-rev): Correct version string.
6528 2012-10-07  Glenn Morris  <rgm@gnu.org>
6530         * mail/rmailmm.el (rmail-mime-process-multipart):
6531         Do not confuse a multipart message with an epilogue
6532         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
6534 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6536         Fix shell output retrieval and comint-prompt-regexp init.
6537         * progmodes/python.el (inferior-python-mode):
6538         (python-shell-make-comint): Fix initialization of
6539         comint-prompt-regexp from copied file local variables.
6540         (python-shell-fetched-lines): Remove var.
6541         (python-shell-output-filter-in-progress): Rename from
6542         python-shell-fetch-lines-in-progress.
6543         (python-shell-output-filter-buffer): Rename from
6544         python-shell-fetch-lines-string.
6545         (python-shell-fetch-lines-filter): Delete function.
6546         (python-shell-output-filter): New function.
6547         (python-shell-send-string-no-output): Use them.
6549 2012-10-07  Glenn Morris  <rgm@gnu.org>
6551         * hi-lock.el (hi-lock-process-phrase):
6552         Try to make it less fragile.  (Bug#7161)
6554         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6556 2012-10-06  Glenn Morris  <rgm@gnu.org>
6558         * ehelp.el (electric-help-mode): Use help-mode rather than
6559         non-existent mode `help'.
6560         (electric-help-map): Use button-buffer-map.  (Bug#10917)
6562         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6563         (reftex-create-bibtex-footer): Fix custom types.
6565         * progmodes/sh-script.el (sh-indent-after-continuation):
6566         Add explicit :group.
6568         * textmodes/rst.el (rst-preferred-decorations)
6569         (rst-shift-basic-offset): Clarify obsolescence versions.
6571         * profiler.el (profiler): Add missing group :version tag.
6572         * avoid.el (mouse-avoidance-banish-position):
6573         * proced.el (proced-renice-command):
6574         * calc/calc.el (calc-ensure-consistent-units):
6575         * calendar/icalendar.el (icalendar-import-format-uid):
6576         * net/tramp.el (tramp-save-ad-hoc-proxies):
6577         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6578         * progmodes/flymake.el (flymake-error-bitmap)
6579         (flymake-warning-bitmap, flymake-fringe-indicator-position):
6580         * progmodes/sh-script.el (sh-indent-after-continuation):
6581         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6582         (verilog-before-save-font-hook, verilog-after-save-font-hook):
6583         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6584         (vhdl-array-index-record-field-in-sensitivity-list)
6585         (vhdl-indent-comment-like-next-code-line):
6586         * textmodes/reftex-vars.el (reftex-ref-style-alist)
6587         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6588         (reftex-cite-key-separator, reftex-create-bibtex-header)
6589         (reftex-create-bibtex-footer):
6590         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6591         (rst-indent-literal-normal, rst-indent-literal-minimized)
6592         (rst-indent-comment): Add missing custom :version tags.
6594         * calendar/timeclock.el (timeclock-modeline-display):
6595         Add missing obsolete alias for renamed user option.
6597         * strokes.el (strokes-modeline-string):
6598         * emulation/crisp.el (crisp-mode-modeline-string):
6599         * eshell/esh-mode.el (eshell-status-in-modeline):
6600         Aliases to defcustoms must come before the defcustom.
6602         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6603         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6604         (cal-tex-cursor-week-monday): Doc fixes.
6605         (cal-tex-cursor-week2-summary): Doc fix.
6606         Rename from cal-tex-cursor-week-at-a-glance.
6608         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6609         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
6611         * calendar/calendar.el (calendar-mode-map):
6612         Add cal-tex-cursor-week2-summary.
6614 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6616         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6618         * subr.el (read-passwd-map): New var.
6619         (read-passwd): Use `read-string' again.
6620         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6622 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
6624         * register.el (append-to-register, prepend-to-register):
6625         Deactivate mark, as does `copy-to-register' (bug#12389).
6627 2012-10-06  Chong Yidong  <cyd@gnu.org>
6629         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6631 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
6633         * international/characters.el: Fix simple mistake ((car chars) ->
6634         elt), delete duplicated code.
6636 2012-10-06  Glenn Morris  <rgm@gnu.org>
6638         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
6640 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
6642         * color.el (color-hsl-to-rgb): Fix incorrect results for
6643         small and large hue values.  (Bug#12559)
6645 2012-10-05  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6647         Enhancements to docstring formatting when filling paragraphs.
6648         * progmodes/python.el (python-fill-docstring-style): Rename from
6649         python-fill-string-style.  Added new style.
6650         (python-fill-string): Use new style.  Better checks for
6651         docstrings.
6653 2012-10-05  Glenn Morris  <rgm@gnu.org>
6655         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6657         * color.el (color-name-to-rgb, color-rgb-to-hex)
6658         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6659         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6660         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6661         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6663         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
6665 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
6667         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6668         to get the correct size across symlinks.
6670         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6672 2012-10-04  Juri Linkov  <juri@jurta.org>
6674         * replace.el (query-replace-interactive): Declare obsolete.
6675         (query-replace-read-from): Add the last incremental search string
6676         to the list of default values accessible via M-n.
6677         (map-query-replace-regexp): Use `read-regexp'.
6678         (query-replace, query-replace-regexp, query-replace-regexp-eval)
6679         (map-query-replace-regexp, replace-string, replace-regexp):
6680         Fix docstrings to replace mentions of `query-replace-interactive'
6681         with alternatives.  (Bug#12526)
6683 2012-10-04  Juri Linkov  <juri@jurta.org>
6685         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
6686         (dired-pop-to-buffer): Declare obsolete.
6687         (dired-mark-pop-up): Doc fix.
6689 2012-10-04  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6691         Allow user to set docstring style for fill-paragraph.
6692         * progmodes/python.el
6693         (python-fill-comment-function, python-fill-string-function)
6694         (python-fill-decorator-function, python-fill-paren-function):
6695         Remove :safe for defcustoms.
6696         (python-fill-string-style): New defcustom
6697         (python-fill-paragraph-function): Enhance context detection.
6698         (python-fill-string): Honor python-fill-string-style settings.
6700 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
6702         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6703         after setting its buffer (Bug#10805).
6705 2012-10-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6707         Fix cornercase for string syntax.
6708         * progmodes/python.el (python-syntax-propertize-function):
6709         Simplify and enhance the regexp for unescaped quotes.  Now it also
6710         matches quotes in weird situations like the single quote in
6711         "something\"'".
6712         (python-syntax-stringify): Simplify num-quotes detecting code.
6714 2012-10-03  Glenn Morris  <rgm@gnu.org>
6716         * help-macro.el (three-step-help):
6717         Revert 2012-09-29 change.  (Bug#12567)
6719 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
6721         * menu-bar.el (kill-this-buffer): Don't do anything when
6722         `menu-frame' is not alive or visible (Bug#8184).
6724         * emacs-lisp/debug.el (debug): When quitting the debugger window
6725         restore current buffer (Bug#12502).
6727 2012-10-02  Chong Yidong  <cyd@gnu.org>
6729         * progmodes/hideif.el (hif-lookup, hif-defined):
6730         Handle semantic-c-takeover-hideif.
6732 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
6734         Change sampling interval units from ms to ns.
6735         * profiler.el (profiler-sampling-interval): Change units
6736         from ms to ns, multiplying the default by 1000000 so that
6737         it remains 1 ms.
6738         (profiler-report-cpu-line-format): Give enough room for
6739         the maximum counters on 64-bit hosts.
6740         (profiler-report-render-calltree-1): Call them "CPU samples",
6741         not "Time (ms)", since they are not milliseconds now (and
6742         never really were).
6744 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
6746         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6747         Fix querying BBDB for entries without a last name (Bug#11580).
6749 2012-10-02  Chong Yidong  <cyd@gnu.org>
6751         * emacs-lisp/eieio.el: Restore Version header.
6753 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6755         * vc/diff-mode.el (diff--auto-refine-data): New var.
6756         (diff-hunk): Use it to delay refinement.
6757         (diff-mode): Remove overlays when we turn off font-lock.
6759         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6760         (table-initialize-table-fixed-width-mode)
6761         (table-set-table-fixed-width-mode): Remove functions.
6762         (table-command-list): Move initialization into declaration.
6763         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6764         (table-with-cache-buffer): Use `declare'.
6765         (table-span-cell): Simplify via CSE.
6766         (table-fixed-width-mode): Use define-minor-mode.
6767         (table-call-interactively, table-funcall, table-apply): Remove.
6768         (table-function): New function, to replace them.
6770         * bookmark.el (bookmark-search-pattern): Remove var.
6771         (bookmark-read-search-input): Remove function.
6772         (bookmark-bmenu-search): Reimplement using a minibuffer.
6774         * faces.el (modeline): Remove obsolete face name.
6776         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6777         and give a non-nil default value.
6778         (add-change-log-entry): Simplify accordingly.
6780 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6782         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6783         (vc-git-log-edit-toggle-amend): New function.
6784         (vc-git-log-edit-toggle-signoff): New function.
6785         (vc-git-log-edit-mode): New major mode.
6786         (vc-git-log-edit-mode-map): Keymap for it.
6787         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6789         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6790         header names.
6791         (log-edit-toggle-header): New function.
6792         (log-edit-extract-headers): Accept function values in HEADERS alist.
6794 2012-10-01  David Engster  <deng@randomsample.de>
6796         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6797         from symbol property and change message to be more consistent with
6798         Emacs proper.
6799         (eieio-describe-generic): Add filename for each implementation.
6800         Fix indices for generic and normal methods.
6801         (eieio-method-def, eieio-class-def): New buttons.
6802         (eieio-help-find-method-definition)
6803         (eieio-help-find-class-definition): New functions.
6804         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6805         class, constructor and method definitions.
6807         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6808         information in symbol property.
6809         (scoped-class): Remove.
6810         (eieio-slot-name-index, call-next-method): Check if it is bound.
6812 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
6814         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6815         (eieio-custom-mode): New major mode.
6816         (eieio-customize-object): Use it.
6818 2012-10-01  Eric Ludlam  <zappo@gnu.org>
6820         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6821         specifying the expected class, and whether subclassing is allowed.
6822         (eieio-persistent-convert-list-to-object):
6823         (eieio-persistent-validate/fix-slot-value)
6824         (eieio-persistent-slot-type-is-class-p): New functions.
6825         (eieio-named::slot-missing): Doc fix.
6827         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6828         Stop using unused publd variable.
6830         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6831         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6832         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6833         (eieio-speedbar-handle-click): Do not specify a class for the
6834         method.  Fixes method invocation order problems with EDE.
6836 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6838         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6839         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6841 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
6843         * bookmark.el (bookmark-version-control): Give tags in the
6844         :type choices (Bug#12309), and improve doc string.
6845         (bookmark-write-file): Bind `print-circle' to `t' to allow
6846         circular custom bookmark types.  (Bug#12503)
6848 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
6850         Revert the FOLLOW-SYMLINKS change for file-attributes.
6851         * files.el (remote-file-name-inhibit-cache, after-find-file):
6852         * time.el (display-time-file-nonempty-p): Undo last change.
6854         * profiler.el (profiler-sampling-interval): Change default back to 1.
6855         See Stefan Monnier in
6856         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6858 2012-10-01  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6860         Shell output catching a la gud-gdb.
6861         * progmodes/python.el (python-shell-fetch-lines-in-progress)
6862         (python-shell-fetch-lines-string, python-shell-fetched-lines):
6863         New Vars.
6864         (python-shell-fetch-lines-filter): New function.
6865         (python-shell-send-string-no-output): Use them.
6867 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
6869         * profiler.el (profiler-sampling-interval): Rename from
6870         profiler-sample-interval.
6871         (profiler-sampling-interval): Default to 10.
6872         (profiler-find-profile): New command (was profiler-find-log).
6873         (profiler-find-profile-other-window): New command.
6874         (profiler-find-profile-other-frame): New command.
6875         (profiler-profile): Introduce API-level data structure.
6877 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
6879         file-attributes has a new optional arg FOLLOW-SYMLINKS.
6880         * files.el (remote-file-name-inhibit-cache):
6881         * time.el (display-time-file-nonempty-p): Use it.
6882         * files.el (after-find-file): Don't chase links before calling
6883         file-exists-p, as file-exists-p already does the right thing.
6885 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
6887         Merge from standalone RefTeX repository.
6889         The following ChangeLog entries are shortened versions of the
6890         original ones with file paths adapted.  A not so strongly edited
6891         version of the original ChangeLog can be found in the commit log.
6893         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6894         (reftex-arg-cite): Use `reftex-cite-key-separator'.
6895         Correctly handle new value type returned by `reftex-citation'.
6897         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6898         that entries with whitespace at various places are found.
6899         Doc fix. Include entries that are cross-referenced from cited entries.
6900         Include @String definitions in the resulting bib file.  Add header
6901         and footer defined in `reftex-create-bibtex-header' and
6902         `reftex-create-bibtex-footer'.
6903         (reftex-do-citation): Make it possible again to insert
6904         non-existent entries.  Save match data when asking for optional
6905         arguments. Return all keys, not just the first one.
6906         (reftex-all-used-citation-keys): Fix regexp to correctly extract
6907         all citations in the same line.
6908         (reftex-parse-bibtex-entry): Accept additional optional argument
6909         `raw' and keep quotes or braces if it is non-nil.  Match fields
6910         containing hyphens besides word constituents.
6911         (reftex-get-string-refs): New function.
6912         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6913         and ask if it should be reread in case it did.
6914         (reftex-pop-to-bibtex-entry)
6915         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6916         entries with spaces or tabs in front of arguments.
6917         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6918         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6919         Match entries containing numbers and symbol constituents.
6920         (reftex-do-citation, reftex-figure-out-cite-format):
6921         Use `reftex-cite-key-separator'.
6923         * textmodes/reftex-dcr.el: Move provide statement to end of file.
6924         (reftex-mouse-view-crossref): Explain why point is set.
6926         * textmodes/reftex-global.el: Whitespace changes.
6928         * textmodes/reftex-index.el: Move provide statement to end of
6929         file.
6930         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6931         (reftex-index-visit-phrases-buffer): Set marker when visiting
6932         buffer.  This allows for returning from the phrases file to the
6933         file one was just editing instead of the file where the last
6934         phrases was added from.
6935         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
6936         punctuation syntax as it usually is not used as string quote in
6937         TeX-related modes and may occur unmatched.  The change also
6938         prevents fontification of quoted content.
6939         (reftex-index-phrases-mode): Use it.
6941         * textmodes/reftex-parse.el (reftex-parse-from-file):
6942         Move backward one char if a `\' was matched after a section macro.
6943         (reftex-parse-from-file): Use beginning of match instead of end as
6944         bound.
6946         * textmodes/reftex-ref.el: Adapt creation of
6947         `reftex-<package>-<macro>' functions to new structure of
6948         `reftex-ref-style-alist'.
6949         (reftex-reference): Use `reftex-ref-style-list' function.
6950         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
6951         reference macro if `reftex-ref-macro-prompt' is non-nil.
6952         (reftex-reference): Pass refstyle to `reftex-format-special'.
6953         Determine reference macro by looking at
6954         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6955         Use only one special format function.
6956         (reftex-varioref-vref, reftex-fancyref-fref)
6957         (reftex-fancyref-Fref): Remove definitions.  The functions are now
6958         generated from `reftex-ref-style-alist'.
6959         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6960         Remove.
6961         (reftex-format-special): New function.
6963         * textmodes/reftex-sel.el
6964         (reftex-select-cycle-ref-style-internal): Adapt to new structure
6965         of `reftex-ref-style-alist'. Remove code for testing macro type.
6966         (reftex-select-toggle-varioref)
6967         (reftex-select-toggle-fancyref): Remove.
6968         (reftex-select-cycle-ref-style-internal)
6969         (reftex-select-cycle-ref-style-forward)
6970         (reftex-select-cycle-ref-style-backward): New functions.
6971         (reftex-select-label-map): Use `v' and `V' for general cycling
6972         through reference styles.  Add `p' for switching between number
6973         and page reference types.
6975         * textmodes/reftex-toc.el (reftex-re-enlarge):
6976         Call `enlarge-window' only if there is something to do because in Emacs
6977         the horizontal version throws an error even if the parameter is 0.
6979         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6980         (reftex-plug-into-AUCTeX): Doc fix.
6981         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6982         string.  Adapt to new name.
6983         (reftex-ref-style-alist): Change structure so that it is not
6984         possible to use multiple different package names within a style.
6985         Remove the symbols for symbols for macro type distinction.
6986         Add characters for macro selection.
6987         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6988         (reftex-create-bibtex-footer): New variables.
6989         (reftex-format-ref-function): Mention third argument of special
6990         format function.
6991         (reftex-ref-style-alist, reftex-ref-style-default-list):
6992         New variables.
6993         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6994         to new implementation.  Mark as obsolete.  Add compatibility code
6995         for honoring the variable values in case they are set.
6996         (reftex-cite-format-builtin, reftex-bibliography-commands):
6997         Add support for ConTeXt.
6998         (reftex-format-ref-function, reftex-format-cite-function):
6999         Fix custom type.
7000         (reftex-cite-key-separator): New variable.
7002         * textmodes/reftex.el (reftex-syntax-table-for-bib)
7003         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
7004         `reftex-syntax-table' because parens have to retain their paren
7005         syntax in order for parsing of BibTeX entries like @book(...) to
7006         work.
7007         (reftex-in-comment): Do not error out if `comment-start-skip' is
7008         not set.  Deal correctly with escaped comment characters.
7009         (reftex-tie-multifile-symbols): Add doc string.
7010         Initialize `reftex-ref-style-list'.
7011         (reftex-untie-multifile-symbols): Add doc string.
7012         (reftex-add-index-macros): Doc fix.
7013         (reftex-ref-style-activate, reftex-ref-style-toggle)
7014         (reftex-ref-style-list): New functions.
7015         (reftex-mode-menu): Use them.  Adapt to new structure of
7016         `reftex-ref-style-alist'.
7017         (reftex-select-with-char): Kill the RefTeX Select buffer when
7018         done.
7019         (reftex-remove-if): New function.
7020         (reftex-erase-all-selection-and-index-buffers)
7021         (reftex-mode-menu): Reference styles are now computed from
7022         `reftex-ref-style-alist'.  Fix typo.
7023         (reftex-report-bug): New function.
7024         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7025         algorithms with O(n log n).  Introduce optional argument SORT (not
7026         yet used).
7028 2012-09-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7030         Enhancements for triple-quote string syntax.
7031         * progmodes/python.el (python-syntax-propertize-function):
7032         Match both quote cases in one regexp.
7033         (python-syntax-stringify): Handle matches properly.
7035 2012-09-30  Juri Linkov  <juri@jurta.org>
7037         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7038         to nil around the call to `insert' to prevent
7039         directory time modification by lock_file.  (Bug#2295)
7040         * tar-mode.el (tar-summarize-buffer): Idem.
7042 2012-09-30  Juri Linkov  <juri@jurta.org>
7044         * facemenu.el (list-colors-sort): Add option "Luminance".
7045         (list-colors-sort-key): Implement it.
7047         * vc/diff-mode.el (diff-refine-removed):
7048         * vc/ediff-init.el (ediff-fine-diff-A):
7049         * vc/smerge-mode.el (smerge-refined-removed):
7050         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
7052 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
7054         * term/ns-win.el (x-file-dialog): New function.
7056 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
7058         * ido.el (ido-max-directory-size): Default to nil; the current
7059         default is small for POSIX systems, and impractical on Windows 7
7060         now that lstat returns directory sizes for NTFS.
7062 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
7064         In buffer display functions handle window-height/window-width
7065         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
7066         * window.el (window--display-buffer): New argument ALIST.
7067         Obey window-height and window-width alist entries.
7068         (window--try-to-split-window): New argument ALIST.
7069         Bind window-combination-limit to t when the window's size shall be
7070         changed and window-combination-limit equals `window-size'.
7071         (display-buffer-in-atom-window)
7072         (display-buffer-in-major-side-window)
7073         (display-buffer-in-side-window, display-buffer-same-window)
7074         (display-buffer-reuse-window, display-buffer-pop-up-frame)
7075         (display-buffer-pop-up-window, display-buffer-below-selected)
7076         (display-buffer-at-bottom, display-buffer-in-previous-window)
7077         (display-buffer-use-some-window): Adjust all callers of
7078         window--display-buffer and window--try-to-split-window.
7079         (fit-frame-to-buffer): New option.
7080         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
7081         is non-nil.
7082         (display-buffer-in-major-side-window): Evaluate window-height /
7083         window-width alist entries.
7085         * help.el (temp-buffer-resize-frames)
7086         (temp-buffer-resize-regexps): Remove options.
7087         (temp-buffer-resize-mode): Adjust doc-string.
7088         (resize-temp-buffer-window): Don't consult
7089         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
7090         temp-buffer-resize-frames.
7092         * dired.el (dired-mark-pop-up):
7093         Call display-buffer-below-selected with a fit-window-to-buffer alist
7094         entry.
7096 2012-09-30  Chong Yidong  <cyd@gnu.org>
7098         * server.el (server-host): Document the security implications.
7099         (server-auth-key): Doc fix.
7101         * startup.el (initial-buffer-choice): Doc fix.
7103         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7105         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7106         restriction change.
7108         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7110         * help-fns.el (help-fns--obsolete): Fix last change.
7112 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7114         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7115         (minor-mode-map-alist): Remove redundant code.
7117         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7118         visited in a buffer.
7119         (cvs-insert-visited-file): New function.
7120         (find-file-hook): Use it.
7122         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7124         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7125         chose face.
7126         (log-edit-empty-buffer-p): Don't require a space after a header.
7128         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7130         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7132         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7133         a proper minor-mode.
7135         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7137 2012-09-29  Glenn Morris  <rgm@gnu.org>
7139         * winner.el (winner-mode): Remove variable (let define-minor-mode
7140         handle it).
7141         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7142         Doc fixes.
7143         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7144         (winner-mode): Use define-minor-mode.
7146         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7147         the full definition in loaddefs, rather than duplicating it.
7149         * help-macro.el (three-step-help): No need to autoload defcustom.
7151         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7152         (inferior-lisp-program, inferior-lisp-load-command)
7153         (inferior-lisp-prompt, inferior-lisp-mode-hook):
7154         No need to autoload defcustoms.
7156         * hippie-exp.el (hippie-expand-try-functions-list)
7157         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7158         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7159         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7160         (hippie-expand-only-buffers): No need to autoload defcustoms.
7161         * progmodes/vhdl-mode.el (vhdl-line-expand):
7162         Explicitly load hippie-exp, so it does not get autoloaded
7163         while hippie-expand-try-functions-list is let-bound.
7165 2012-09-28  Glenn Morris  <rgm@gnu.org>
7167         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7169         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7170         Only "cl.el" counts as cl these days.
7172 2012-09-28  Juri Linkov  <juri@jurta.org>
7174         Display archive errors in the echo area instead of inserting
7175         to the file buffer.
7177         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7178         to STDERR-TEST that can be a regexp matching a successful output.
7179         Create a temporary file and redirect stderr to it.  Search for
7180         STDERR-TEST in the stderr output and display it in the echo area
7181         if no match is found.
7182         (archive-extract-by-file): New function like
7183         `archive-extract-by-stdout' but extracting archives to files
7184         and looking for successful matches in stdout.  Function body is
7185         mostly copied from `archive-rar-extract'.
7186         (archive-rar-extract): Use `archive-extract-by-file'.
7187         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
7189 2012-09-28  Leo Liu  <sdl.web@gmail.com>
7191         * pcomplete.el (pcomplete-show-completions):
7192         Use minibuffer-message to make pcomplete usable in minibuffer.
7194         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7196 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7198         * type-break.el: Use lexical-binding.
7199         (type-break-mode): Use define-minor-mode.
7201         * emacs-lisp/pcase.el (pcase--mark-used): New.
7202         (pcase--u1): Use it (bug#12512).
7204         * custom.el (load-theme): Set buffer-file-name so the load is recorded
7205         in load-history with the right file name.
7207 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
7209         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7210         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7211         (doc-view-get-bounding-box): Make bounding box slicing work for
7212         ODF and DVI documents.
7214 2012-09-28  Glenn Morris  <rgm@gnu.org>
7216         * type-break.el (type-break-mode, type-break-interval)
7217         (type-break-good-rest-interval, type-break-keystroke-threshold):
7218         No need to autoload.
7219         (type-break-good-rest-interval, type-break-keystroke-threshold):
7220         Add :set-after.
7222 2012-09-28  Chong Yidong  <cyd@gnu.org>
7224         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7225         Add :version tag.
7227 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7229         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7231 2012-09-27  Glenn Morris  <rgm@gnu.org>
7233         * faces.el (x-display-name): Declare (for without-x builds).
7235         * linum.el (linum-format): Don't autoload it.  Improve :type.
7237         * progmodes/tcl.el: Don't require outline when compiling.
7238         (outline-regexp, outline-level): Declare.
7239         * textmodes/sgml-mode.el: Don't require outline when compiling.
7240         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7242         * term.el (term-ansi-reset):
7243         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
7245         * vc/vc.el (vc-next-action): Only gripe about committing read-only
7246         files for RCS and SCCS.  (Bug#9781)
7248 2012-09-27  Chong Yidong  <cyd@gnu.org>
7250         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7251         change; value should be t.
7253 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7255         * image-mode.el: Use lexical-binding.
7256         (image-mode-winprops): Use t to stand for the window of
7257         a buffer that's not displayed.
7258         * doc-view.el (doc-view-new-window-function): Handle the new
7259         t in winprops.
7260         (doc-view-enlarge): Make it a real nop if the size is not changed.
7261         (doc-view-display): Handle the case where the buffer is not (yet?)
7262         displayed in any window.
7263         (doc-view-saved-settings): New var.
7264         (doc-view-mode): Use it.
7265         (doc-view-fallback-mode): Set it.
7267         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7268         Set lexical-binding.
7269         (minibuffer-eldef-shorten-default): New var.
7270         (minibuffer-default-in-prompt-regexps): Use it for new default.
7271         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7273 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7275         * international/uni-bidi.el:
7276         * international/uni-category.el:
7277         * international/uni-name.el:
7278         * international/uni-numeric.el: Regenerate.
7280 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
7281             Stefan Monnier  <monnier@iro.umontreal.ca>
7283         * profiler.el: New file.
7285 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7287         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7288         (testcover-reinstrument): Simplify with CSE.
7290 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7292         * window.el (temp-buffer-window-setup): Fix typo in docstring.
7294 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
7296         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7297         (verilog-auto-input, verilog-auto-insert-lisp)
7298         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7299         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7300         (verilog-auto-unused, verilog-auto-wire)
7301         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7302         newline.  Reported by Andrew Jones.
7303         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7304         Reported by Brad Dobbie.
7305         (verilog-batch-delete-trailing-whitespace):
7306         Create verilog-batch-delete-trailing-whitespace.
7307         Reported by Brad Dobbie.
7308         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7309         parameters from another module.  Reported by Dan Katz.
7310         (verilog-auto, verilog-auto-assign-modport)
7311         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7312         AUTOINOUTMODPORT for UVM interface module shell generation.
7313         Reported by Brad Dobbie.
7314         (verilog-auto-inst-interfaced-ports): Make default nil, as more
7315         standard behavior.
7316         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7317         Reported by Matt Martin.
7319 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
7321         * window.el (window--resize-child-windows): When resizing child
7322         windows proportionally, process them in reverse order to
7323         preserve the "when splitting a window the new one gets the odd
7324         line" behavior.
7325         (window--resize-root-window-vertically): When resizing the
7326         minibuffer window try to affect only windows at the bottom of the
7327         frame.  (Bug#12419)
7329 2012-09-25  Chong Yidong  <cyd@gnu.org>
7331         * subr.el (declare): Doc fix.
7333         * help-fns.el (help-fns--obsolete): Handle macros properly.
7335 2012-09-25  Chong Yidong  <cyd@gnu.org>
7337         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7338         this function obsolete.
7340         * calendar/cal-x.el (calendar-two-frame-setup)
7341         (calendar-only-one-frame-setup, calendar-one-frame-setup):
7342         * calendar/calendar.el (american-calendar, european-calendar)
7343         (calendar-for-loop):
7344         * comint.el (comint-dynamic-simple-complete)
7345         (comint-dynamic-complete-as-filename, comint-unquote-filename):
7346         * desktop.el (desktop-load-default):
7347         * dired-x.el (dired-omit-here-always)
7348         (dired-hack-local-variables, dired-default-directory):
7349         * emacs-lisp/derived.el (derived-mode-class):
7350         * emacs-lisp/timer.el (timer-set-time-with-usecs):
7351         * emacs-lock.el (toggle-emacs-lock):
7352         * epa.el (epa-display-verify-result):
7353         * epg.el (epg-sign-keys, epg-start-sign-keys)
7354         (epg-passphrase-callback-function):
7355         * eshell/esh-util.el (eshell-for):
7356         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7357         (eshell-add-to-window-buffer-names):
7358         * files.el (locate-file-completion):
7359         * imenu.el (imenu-example--create-c-index)
7360         (imenu-example--create-lisp-index)
7361         (imenu-example--lisp-extract-index-name)
7362         (imenu-example--name-and-position):
7363         * international/mule-cmds.el (princ-list):
7364         * international/mule-diag.el (decode-codepage-char):
7365         * international/mule-util.el (detect-coding-with-priority):
7366         * iswitchb.el (iswitchb-read-buffer):
7367         * mail/mailalias.el (mail-complete):
7368         * mail/sendmail.el (mail-sent-via):
7369         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7370         (mouse-major-mode-menu):
7371         * password-cache.el (password-read-and-add):
7372         * pcomplete.el (pcomplete-parse-comint-arguments):
7373         * progmodes/sh-script.el (sh-maybe-here-document):
7374         * replace.el (query-replace-regexp-eval):
7375         * savehist.el (savehist-load):
7376         * simple.el (choose-completion-delete-max-match):
7377         * term.el (term-dynamic-simple-complete):
7378         * vc/ediff-init.el (ediff-check-version):
7379         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7380         * vc/vc.el (vc-diff-switches-list):
7381         * view.el (view-return-to-alist-update): Likewise.
7383         * subr.el (eval-next-after-load, makehash, insert-string)
7384         (assoc-ignore-representation, assoc-ignore-case): Use declare to
7385         mark obsolete.
7386         (mode-line-inverse-video): Variable deleted.
7388         * international/mule-util.el (string-to-sequence): Remove.
7390         * calendar/calendar.el (calendar-version):
7391         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7392         (icalendar-convert-diary-to-ical):
7393         * cus-edit.el (custom-mode):
7394         * ansi-color.el (ansi-color-unfontify-region):
7395         * international/latin1-disp.el (latin1-char-displayable-p):
7396         * progmodes/cwarn.el (turn-on-cwarn-mode):
7397         * progmodes/which-func.el (which-func-update-1):
7398         Use define-obsolete-function-alias.
7400         * net/newst-backend.el (newsticker-cache-filename):
7401         * net/newst-treeview.el (newsticker-groups-filename):
7402         Fix incorrect obsolescence declaration.
7404         * allout.el (allout-passphrase-hint-string): Likewise.
7405         (allout-init): Use a declare form to mark obsolete.
7407         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7408         this applies to functions.
7410         * iswitchb.el (iswitchb-read-buffer): Move code of
7411         iswitchb-define-mode-map here, and delete that obsolete function.
7413         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7414         font-lock-reference-face.
7416 2012-09-25  Glenn Morris  <rgm@gnu.org>
7418         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7419         Doc fixes.
7421         * eshell/em-term.el (eshell-term-name):
7422         Default to term-term-name.  (Bug#12485)
7424 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7426         * progmodes/python.el (python-shell-send-buffer): Better handling
7427         of "if __name__ == '__main__':" conditionals when sending the buffer.
7429 2012-09-24  Glenn Morris  <rgm@gnu.org>
7431         * eshell/esh-cmd.el (eshell-find-alias-function):
7432         Tighten up file-name regexp.  (Bug#12499)
7434 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7436         Enhancements for triple-quote string syntax.
7437         * progmodes/python.el (python-quote-syntax): Remove.
7438         (python-syntax-propertize-function): New value.
7439         (python-syntax-count-quotes, python-syntax-stringify):
7440         New functions.
7442 2012-09-24  Chong Yidong  <cyd@gnu.org>
7444         * mail/supercite.el (sc-version): Remove obsolete function.
7445         (sc-describe): Don't mark as obsolete, since it is bound.
7446         (sc-submit-bug-report): Remove.
7448         * vc/log-edit.el (cvs-changelog-full-paragraphs)
7449         (cvs-commit-buffer-require-final-newline): Remove.
7450         (log-edit-require-final-newline)
7451         (log-edit-changelog-full-paragraphs): Default to t.
7453         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7454         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7455         * vc/vc.el (vc-checkout-carefully): Likewise.
7457         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7458         (emerge-version): Remove.
7460         * progmodes/compile.el (compile-internal): Remove.
7461         (compilation-parse-errors-function): Fix typo.
7463         * international/mule.el (set-char-table-default): Remove.
7464         (set-coding-priority, make-coding-system, generic-char-p)
7465         (charset-list, charset-bytes, charset-id): Use declare to mark
7466         functions as obsolete.
7468         * vc/pcvs-defs.el (cvs-buffer-name-alist)
7469         (cvs-invert-ignore-marks): Remove references to obsolete vars.
7470         * vc/vc-hooks.el (vc-default-registered): Don't use
7471         vc-master-templates.
7473         * font-lock.el (font-lock-reference-face):
7474         Use define-obsolete-variable-alias.
7476         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7477         * calendar/calendar.el (calendar-font-lock-keywords):
7478         * calendar/diary-lib.el (diary-font-lock-keywords)
7479         (diary-fancy-font-lock-keywords):
7480         * textmodes/reftex-sel.el (reftex-insert-docstruct):
7481         * textmodes/reftex-index.el (reftex-insert-index):
7482         * textmodes/reftex-cite.el (reftex-format-bib-entry):
7483         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7484         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7485         * progmodes/prolog.el (prolog-font-lock-keywords):
7486         * progmodes/idlwave.el (idlwave-idl-keywords):
7487         * progmodes/ada-mode.el (ada-font-lock-keywords):
7488         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7490 2012-09-24  Glenn Morris  <rgm@gnu.org>
7492         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7494 2012-09-23  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7496         * progmodes/python.el (python-indent-line): More consistent cursor
7497         movement behavior.
7499 2012-09-23  Stefan Merten  <smerten@oekonux.de>
7501         * textmodes/rst.el: Fix compiler warning.
7503 2012-09-23  Roland Winkler  <winkler@gnu.org>
7505         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7506         Transcribe also LaTeX hyphenation.
7507         (bibtex-reformat): Bug fix. Do not quote twice the elements of
7508         bibtex-reformat-previous-options.
7510 2012-09-23  Roland Winkler  <winkler@gnu.org>
7512         * proced.el (proced-renice-command): New variable.
7513         (proced-marked-processes): New function.
7514         (proced-with-processes-buffer): New macro.
7515         (proced-send-signal): Use them.
7516         (proced-renice): New command bound to r.
7518 2012-09-23  Roland Winkler  <winkler@gnu.org>
7520         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7521         ibuffer-saved-filter-groups has one element, shortcut the call of
7522         completing-read.  (Bug#12331)
7524 2012-09-23  Chong Yidong  <cyd@gnu.org>
7526         * bindings.el (mode-line-toggle-read-only):
7527         * bs.el (bs-toggle-readonly):
7528         * buff-menu.el (Buffer-menu-toggle-read-only):
7529         * dired.el (dired-toggle-read-only):
7530         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7532 2012-09-23  Chong Yidong  <cyd@gnu.org>
7534         * image.el (image-type-available-p): Adapt to init-image-library
7535         argument changes.
7537 2012-09-22  Juri Linkov  <juri@jurta.org>
7539         * dired.el (dired-mode-map): Add [remap read-only-mode] for
7540         `dired-toggle-read-only'.  (Bug#12462)
7542 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7544         * subr.el (temp-output-buffer-show): New function.
7545         (with-output-to-temp-buffer): Call temp-output-buffer-show
7546         instead of internal-temp-output-buffer-show.
7548 2012-09-22  Chong Yidong  <cyd@gnu.org>
7550         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7551         (Bug#12462).
7553         * repeat.el (repeat): Doc fix (Bug#12348).
7555         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7556         (Bug#10909).
7558         * simple.el (shell-command-on-region): Doc fix.
7559         (read-only-mode): Doc fix.
7561 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
7563         * emacs-lisp/timer.el (run-with-idle-timer)
7564         (timer-activate-when-idle): Warn against reinvoking an idle timer
7565         from within its own timer action.  (Bug#12447)
7567 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7569         * cus-start.el (window-combination-limit): Add new optional
7570         values.
7571         * window.el (temp-buffer-window-show)
7572         (window--try-to-split-window): Handle new values of
7573         window-combination-limit (Bug#1806).
7574         (split-window): Test window-combination-limit for t instead of
7575         non-nil.
7576         (display-buffer-at-bottom): New buffer display action function.
7577         * help.el (temp-buffer-resize-regexps): New option.
7578         (temp-buffer-resize-mode): Rewrite doc-string.
7579         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7580         Don't resize reused window.  Suggested by Glenn Morris.
7582 2012-09-22  Stefan Merten  <smerten@oekonux.de>
7584         * textmodes/rst.el: Revamp section title faces.
7585         (rst-official-version)
7586         (rst-package-emacs-version-alist): Sync with official version
7587         V1.4.0.
7588         (rst-faces-defaults, rst-set-level-default)
7589         (rst-level-face-max, rst-level-face-base-color)
7590         (rst-level-face-base-light, rst-level-face-format-light)
7591         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7592         (rst-adornment-faces-alist): Match new setup.
7593         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7594         (rst-level-5, rst-level-6): New faces.
7596 2012-09-22  Chong Yidong  <cyd@gnu.org>
7598         * simple.el (undo): Handle indirect buffers (Bug#8207).
7600 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7602         IDO: Disable match re-ordering for buffer switching.
7603         * ido.el (ido-buffer-disable-smart-matches): New variable.
7604         (ido-set-matches-1): Use it.  (Bug#2042)
7606 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
7608         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7609         Fix 2011-05-17 change.  (Bug#12418)
7611 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7613         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7615 2012-09-21  Glenn Morris  <rgm@gnu.org>
7617         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7618         Be more robust about locating simple.el.
7620 2012-09-21  Glenn Morris  <rgm@gnu.org>
7622         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7624 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
7626         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
7628 2012-09-20  Juri Linkov  <juri@jurta.org>
7630         * replace.el (query-replace-read-from): Use `read-regexp' instead
7631         of `read-from-minibuffer' when `regexp-flag' is non-nil.
7632         (occur-read-primary-args): Use `read-regexp' instead of
7633         `read-string'.
7634         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7635         `read-from-minibuffer'.
7636         * isearch.el (isearch-occur): Use `read-regexp' instead of
7637         `read-string'.
7638         * dired.el (dired-read-regexp): Use `read-regexp' instead of
7639         `read-from-minibuffer'.
7640         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7641         of `read-string'.  (Bug#7567)
7643         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7644         and allow accepting a list of strings prepended to a list of
7645         standard default values.  Doc fix.  (Bug#12321)
7647         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
7649         * replace.el (read-regexp): Don't add ": " when PROMPT already
7650         ends with a colon and space.  (Bug#12321)
7652 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
7654         * doc-view.el (doc-view-display): Better fix for the cl-assertion
7655         error.
7657 2012-09-20  Stefan Merten  <smerten@oekonux.de>
7659         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7660         Fixes feature request bug#11711.
7661         (rst-mode): Create `imenu-create-index-function'.
7662         (rst-get-stripped-line): Delete after refactoring.
7663         (rst-section-tree, rst-section-tree-rec)
7664         (rst-section-tree-point): Refactor and document properly.
7665         (rst-imenu-find-adornments-for-position)
7666         (rst-imenu-convert-cell, rst-imenu-create-index):
7667         New function.
7669 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7671         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7672         (macroexp--expand-all): Use it.
7673         (macroexp--funcall-and-return): Remove by folding it into its sole
7674         caller (macroexp--warn-and-return).
7675         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7676         Use macroexp--obsolete-warning.
7678         * calc/calc.el: Fix last change by removing the whole chunk, since it
7679         was only needed back when Calc was not bundled.
7681 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
7683         * emacs-lisp/debug.el (debug): Restore assignment to
7684         debugger-old-buffer removed on 2012-09-08.
7686 2012-09-20  Juri Linkov  <juri@jurta.org>
7688         * dired-aux.el (dired-diff): Remove (require 'diff) since
7689         `diff-latest-backup-file' is now autoloaded.
7691 2012-09-20  Chong Yidong  <cyd@gnu.org>
7693         * vc/diff.el (diff-latest-backup-file): Autoload.
7695 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7697         * calc/calc.el: Remove redundant autoload shape check.
7698         (sel-mode): Don't defvar.
7699         (calc-get-stack-element): Add `sel-mode' arg instead.
7700         (calc-top, calc-top-list): Pass it this additional argument.
7701         * calc/calc-store.el (calc-store-map):
7702         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7703         (calc-map-equation, calc-outer-product, calc-inner-product):
7704         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7706         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7708 2012-09-19  Juri Linkov  <juri@jurta.org>
7710         * dired-aux.el (dired-diff): Add (require 'diff) because
7711         `diff-latest-backup-file' is not autoloaded.
7712         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7713         of `dired-get-filename' to t to not report error when there is
7714         no default file on the current line.
7716 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7718         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7719         macroexp--eval-if-compile.
7720         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7721         (macroexp--expand-all): Use them (bug#12371).
7723         * doc-view.el (doc-view-guess-paper-size)
7724         (doc-view-scale-bounding-box): Fix unbound `caddr'.
7726 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
7728         New feature: set optimal slice from BoundingBox information.
7729         * doc-view.el (doc-view-mode-map): Add keybinding.
7730         (doc-view-menu): Add menu entry.
7731         (doc-view-set-slice): Adapt docstring.
7732         (doc-view-get-bounding-box, doc-view-guess-paper-size)
7733         (doc-view-scale-bounding-box)
7734         (doc-view-set-slice-from-bounding-box): New functions.
7735         (doc-view-paper-sizes): New defvar.
7737 2012-09-19  Glenn Morris  <rgm@gnu.org>
7739         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7740         (byte-compile-log-warning): Autoload.  (Bug#12371)
7742         * calendar/calendar.el (calendar-american-month-header)
7743         (calendar-european-month-header, calendar-iso-month-header)
7744         (calendar-month-header): New options.
7745         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
7746         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
7748 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
7750         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7752 2012-09-18  Juri Linkov  <juri@jurta.org>
7754         * dired-aux.el (dired-diff): Restore original functionality of
7755         getting the default value, but keep new feature of using the
7756         latest existing backup file (`diff-latest-backup-file').
7758 2012-09-18  Juri Linkov  <juri@jurta.org>
7760         * dired.el (dired-mark): If the region is active in Transient Mark
7761         mode, mark all files in the active region.  Doc fix.
7762         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7763         Doc fix.  (Bug#10624)
7765 2012-09-18  Juri Linkov  <juri@jurta.org>
7767         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7768         attributes for M-n are pulled from the file at point.
7769         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7770         Suggested by Drew Adams.  (Bug#10624)
7772 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
7774         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7775         whitespace after "end".
7776         (ruby-do-end-to-brace): Collapse block to one line if it fits
7777         within fill-column.
7779 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
7781         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7782         value.
7783         (debug): Don't remove debugger window when debugger is expected
7784         to be back.
7786 2012-09-18  Chong Yidong  <cyd@gnu.org>
7788         * custom.el (defface): Doc fix.
7790         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7792 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
7794         * progmodes/compile.el (compilation-start): Use compilation-always-kill
7795         to initialize query-on-exit; then test that instead (bug#12288).
7797 2012-09-17  Stefan Merten  <smerten@oekonux.de>
7799         * textmodes/rst.el: Add support for `testcover'.
7800         (rst-defcustom-testcover, rst-testcover-add-compose)
7801         (rst-testcover-add-1value): New functions.
7802         (rst-portable-mark-active-p): Replace by `use-region-p'.
7803         (rst-update-section, rst-classify-adornment)
7804         (rst-find-title-line): Mark `1value' forms.
7805         (rst-classify-adornment): Remove superfluous form.
7806         (rst-update-section, rst-get-adornments-around)
7807         (rst-adornment-complete-p, rst-get-next-adornment)
7808         (rst-adjust, rst-promote-region)
7809         (rst-display-adornments-hierarchy, rst-straighten-adornments)
7810         (rst-find-pfx-in-region, rst-section-tree-rec)
7811         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7812         (rst-toc-node, rst-toc, rst-forward-section)
7813         (rst-iterate-leftmost-paragraphs)
7814         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7815         (rst-bullet-list-region)
7816         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7817         (rst-compile-find-conf, rst-compile)
7818         (rst-repeat-last-character): Fix style.
7820 2012-09-17  Chong Yidong  <cyd@gnu.org>
7822         * comint.el (comint--complete-file-name-data): Don't add a space
7823         if the status is `sole'; that adds a gratuitous space in the
7824         completion-cycling case (Bug#12092).
7826         * pcomplete.el (pcomplete-completions-at-point): Likewise.
7828 2012-09-17  Richard Stallman  <rms@gnu.org>
7830         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7831         only in the mime-shown mode, not in raw mode.
7832         (rmail-mime): Toggle off mime by displaying the message without
7833         mime processing.  (Bug#12305)
7835         * mail/rmail.el (rmail-retry-failure):
7836         Turn off mime processing first.  (Bug#12037)
7838         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7840 2012-09-17  Chong Yidong  <cyd@gnu.org>
7842         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7843         (shell-dynamic-complete-functions): Convert to defcustom.
7844         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7846         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7847         * comint.el (comint-prompt-read-only):
7848         * custom.el (defcustom):
7849         * hi-lock.el (hi-lock-mode):
7850         * ibuffer.el (ibuffer-formats):
7851         * ielm.el (ielm-prompt-read-only):
7852         * novice.el (disable-command):
7853         * saveplace.el (toggle-save-place):
7854         * speedbar.el (speedbar-supported-extension-expressions):
7855         * startup.el (auto-save-list-file-prefix, init-file-user)
7856         (after-init-hook, inhibit-startup-echo-area-message):
7857         * strokes.el (strokes-help):
7858         * time-stamp.el (time-stamp):
7859         * calendar/calendar.el (calendar, diary-file):
7860         * calendar/diary-lib.el (diary-mail-entries, diary)
7861         (diary-list-entries-hook):
7862         * calendar/holidays.el (holidays, calendar-holidays):
7863         * calendar/lunar.el (lunar-phases):
7864         * calendar/solar.el (sunrise-sunset):
7865         * emulation/edt.el (edt-load-keys):
7866         * emulation/viper.el (viper-mode):
7867         * eshell/em-alias.el (eshell-command-aliases-list):
7868         * eshell/esh-util.el (eshell-convert-numeric-arguments):
7869         * international/ogonek.el (ogonek-information):
7870         * net/tramp-cmds.el (tramp-bug):
7871         * net/quickurl.el (quickurl-reread-hook-postfix):
7872         * play/decipher.el (decipher-font-lock-keywords):
7873         * progmodes/cc-styles.el (c-set-style):
7874         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7875         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7876         * progmodes/octave-mod.el (octave-mode):
7877         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7878         * progmodes/verilog-mode.el (verilog-read-defines):
7879         * textmodes/two-column.el (2C-mode): Likewise.
7881 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7883         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7884         that holds many addresses.
7886 2012-09-16  Chong Yidong  <cyd@gnu.org>
7888         * align.el (align-areas): Call the indication function with
7889         positions instead of markers for arguments (Bug#12343).
7891         * files.el (parse-colon-path): Use split-string (Bug#12351).
7893         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7894         (display-buffer-function): Mark as obsolete.
7896         * progmodes/compile.el (compilation-parse-errors): Accept list
7897         values similar to font-lock-keywords (Bug#12136).
7898         Suggested by Oleksandr Manzyuk.
7899         (compilation-error-regexp-alist): Doc fix.
7901 2012-09-15  Glenn Morris  <rgm@gnu.org>
7903         * version.el (emacs-bzr-version-bzr): New function.
7904         (emacs-bzr-get-version): Add optional EXTERNAL argument.
7906         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7907         checkouts, check the parent dirstate matches the branch.
7908         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
7909         empty string.
7911         * version.el (emacs-bzr-version): Doc fix.
7912         (emacs-bzr-version-dirstate): New function.
7913         (emacs-bzr-get-version): For lightweight checkouts, if the parent
7914         is local try and check that it matches the branch.  If not, just
7915         use dirstate information.  (Bug#12441)
7917 2012-09-14  Juri Linkov  <juri@jurta.org>
7919         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7920         (Bug#12399)
7922 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7924         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7926         * emacs-lisp/edebug.el: Miscellaneous cleanup.
7927         Remove obsolete byte-compiler hack that tried to silence some warnings.
7928         (edebug-submit-bug-report): Remove.
7929         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7930         Remove aliases, use the un-prefixed name instead.
7931         (edebug-pop-to-buffer): Consider other frames.
7932         (edebug-original-read):: Make it more obvious that it's always defined.
7933         (edebug--make-form-data-entry, edebug--form-data-name)
7934         (edebug--form-data-begin, edebug--form-data-end): Rename from the
7935         single-dashed name, and implement with cl-defstruct.
7936         (edebug-set-form-data-entry): Use the standard accessors.
7937         (edebug-make-top-form-data-entry): Use push.
7938         (edebug-no-match): Drop useless `funcall'.
7939         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7940         to functions.
7941         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7942         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7943         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7944         (easy-menu-define, with-custom-print): Remove redundant specs.
7945         (edebug-outside-overriding-local-map)
7946         (edebug-outside-overriding-terminal-local-map): Remove, unused.
7947         (edebug--display): Bind unread-command-events directly to nil rather
7948         than binding it to unread-command-events and later setting it to nil.
7949         (edebug--display): Kill edebug-eval-buffer here...
7950         (edebug--recursive-edit): ...rather than here.
7951         Bind standard-output and standard-input.
7952         (edebug-eval): Check cl-macroexpand-all is fboundp.
7953         (edebug-temp-display-freq-count): Fix last change.
7955         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7956         * subr.el (noreturn, 1value): Add `debug' spec.
7957         * emacs-lisp/advice.el: Require cl-lib.
7958         (ad-copy-tree): Remove, use copy-tree instead.
7959         (ad-dolist): Remove use dolist or cl-dolist instead.
7960         (ad-do-return): Remove, use cl-return instead.
7961         (defadvice): Add `debug' spec.
7963 2012-09-13  Juri Linkov  <juri@jurta.org>
7965         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7966         (Bug#12399)
7968 2012-09-13  Glenn Morris  <rgm@gnu.org>
7970         * calc/calc.el (math-compose-expr):
7971         * calc/calc-ext.el (math-compose-expr):
7972         * progmodes/cc-defs.el (cl-macroexpand-all):
7973         * progmodes/cc-langs.el (delete-duplicates, mapcan)
7974         (cl-macroexpand-all): Update declarations.
7976         * vc/vc.el: No need to require ediff.
7977         (ediff-load-version-control): Declare.
7978         (ediff-vc-internal): Fix declaration.
7979         (vc-version-ediff): Require ediff.
7981 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7983         Use a more backwards-compatible timer format (Bug#12430).
7984         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7985         being right after USECS, as that better supports old code that
7986         inadvisedly looked directly at the timer vector.
7988 2012-09-13  Kenichi Handa  <handa@gnu.org>
7990         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7991         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7992         `coding-priority' property of these language environment.
7994 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7996         Fix glitches caused by addition of psec to timers (Bug#12430).
7997         * image.el (image-animate-timer):
7998         * time.el (display-time-world-timer):
7999         Use timer--function and timer--args rather than raw access to
8000         timer vector.
8002 2012-09-13  Glenn Morris  <rgm@gnu.org>
8004         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8005         If not compiling a file, try using load-file-name.
8007 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8009         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
8010         Fix last change.
8011         (edebug-update-eval-list): Use `push'.
8013         * emacs-lisp/edebug.el: Use lexical-binding.
8014         Remove the "edebug-" prefix from non-dynamically-scoped variables.
8015         Mark unused args with underscore.
8016         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8017         (edebug-form-data): Use defvar-local.
8018         (edebug-make-before-and-after-form, edebug-make-after-form):
8019         Use backquote.
8020         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8021         Not dynamically scoped any more.
8022         (edebug--enter-trace): Add arguments `function' and `args'.
8023         Rename from edebug-enter-trace.
8024         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
8025         (edebug--update-coverage): Add `after-index' and `value' args.
8026         Rename from edebug-update-coverage.
8027         (edebug-slow-after): Call it accordingly.
8028         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
8029         edebug-recursive-edit.
8030         (edebug--display): Call it accordingly.  Add args `value',
8031         `offset-index', and `arg-mode'.  Rename from edebug-display.
8032         (edebug-debugger, edebug): Call it accordingly.
8033         (edebug-eval-display-list): Use dolist.
8035 2012-09-12  Juri Linkov  <juri@jurta.org>
8037         * info.el (Info-search): Don't check for isearch-mode and
8038         isearch-regexp before let-binding search-spaces-regexp to
8039         Info-search-whitespace-regexp.
8040         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8041         search-whitespace-regexp if isearch-lax-whitespace or
8042         isearch-regexp-lax-whitespace is non-nil.
8043         (Info-mode): Don't set local variable search-whitespace-regexp.
8044         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8046 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8048         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8049         (debugger-env-macro): Remove support for unread-command-char.
8051         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8052         the temporary map re-appearing on emulation-mode-map-alists.
8054         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8055         since 22.1.
8057         * ehelp.el (with-electric-help): Accept functions in
8058         electric-help-form-to-execute.
8059         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8060         And replace unread-command-char -> unread-command-events.
8062 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
8064         Sync with Tramp 2.2.6.
8066         * net/tramp.el (tramp-accept-process-output): Don't use
8067         JUST-THIS-ONE in the XEmacs case.
8069         * net/trampver.el: Update release number.
8071 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
8073         * emacs-lisp/debug.el (debugger-previous-window-height):
8074         New variable.
8075         (debug): When debugger-jumping-flag is non-nil try to restore
8076         height of debugger window.  (Bug#8789)
8078 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8080         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
8081         overriding-local-map and pre/post-command-hook here.
8082         (edebug-recursive-edit): Do it here instead (bug#12345).
8083         (edebug-outside-unread-command-char): Remove all uses of
8084         unread-command-char.
8086         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
8087         inhibit-debugger is bound instead.
8089 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8091         * subr.el (set-temporary-overlay-map): Add a docstring.
8092         (Bug#12346)
8094 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8096         * minibuffer.el (completion-table-subvert): Fix docstring.
8097         (Bug#12347)
8099 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8101         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
8103 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
8105         * progmodes/sql.el: Version 3.1
8106         (sql-db2-escape-newlines): New variable.
8107         (sql-escape-newlines-filter): Use it.
8109 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
8111         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8113 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
8115         * vc/diff-mode.el (diff-mode-menu):
8116         Bind diff-remove-trailing-whitespace.
8118 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8120         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8121         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8122         (emacs-lisp-byte-code-mode): New functions.
8123         (eval-sexp-add-defvars): Don't skip defvars in column >0.
8124         (eval-defun-2): Remove bogus interactive spec.
8125         (lisp-indent-line): Remove redundant whole-exp code, now done in
8126         indent-according-to-mode.
8127         (save-match-data): Remove redundant indent data.
8129         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8130         Use `declare'.
8132 2012-09-09  Juri Linkov  <juri@jurta.org>
8134         * replace.el (replace-regexp-lax-whitespace): New defcustom.
8135         (replace-lax-whitespace, query-replace-regexp)
8136         (query-replace-regexp-eval, replace-regexp): Doc fix.
8137         (perform-replace, replace-highlight): Let-bind
8138         isearch-lax-whitespace to replace-lax-whitespace and
8139         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8141         * isearch.el (isearch-query-replace): Let-bind
8142         replace-lax-whitespace to isearch-lax-whitespace and
8143         replace-regexp-lax-whitespace to
8144         isearch-regexp-lax-whitespace.  (Bug#10885)
8146 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8148         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8150 2012-09-09  Alan Mackenzie  <acm@muc.de>
8152         * progmodes/cc-engine.el (c-state-cache-init):
8153         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8154         (c-record-parse-state-state):
8155         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8157 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
8159         * register.el (register-separator): Rename from
8160         separator-register.  All uses changed.  Doc fix.
8161         (register): Fix version.
8163 2012-09-09  Chong Yidong  <cyd@gnu.org>
8165         * replace.el (query-replace-map): Bind four new symbols for
8166         requesting window scrolling.
8168         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8169         query-replace-map (Bug#8948).
8171         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8173         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8174         since they are now in query-replace-map.
8176         * window.el (scroll-other-window-down): Make the arg optional.
8178 2012-09-09  Chong Yidong  <cyd@gnu.org>
8180         * files.el (hack-local-variables-confirm): Use quit-window to kill
8181         the *Local Variables* buffer.
8183 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8185         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8186         not just expect to be at its beginning.  Adjust callees.
8187         Succeed when do-end block has no space before the pipe character.
8188         (ruby-brace-to-do-end): When the original block is one-liner,
8189         convert to multiline.  Reindent the result.
8191 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
8193         * register.el (register): New group.
8194         (separator-register): New user option.
8195         (increment-register): Route it to `append-to-register', if
8196         register contains text.  Implication is that `C-x r +' can now be
8197         used for appending to a text register (bug#12217).
8198         (append-to-register, prepend-to-register): Add separator based on
8199         `separator-register'.
8201 2012-09-08  Alan Mackenzie  <acm@muc.de>
8203         AWK Mode: make auto-newline work when there's "==" in the pattern.
8204         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8205         correctly.
8206         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8207         Test more rigorously for "=" token.
8209 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8211         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8212         Only fail when reached LIMIT.
8214 2012-09-08  Chong Yidong  <cyd@gnu.org>
8216         * dired.el (dired-mode-map): Don't bind M-=.
8218         * dired-aux.el (dired-diff): Use backup file as default.
8220 2012-09-08  Drew Adams  <drew.adams@oracle.com>
8222         * subr.el (add-to-history): Fix delete usage (Bug#12314).
8224 2012-09-08  Chong Yidong  <cyd@gnu.org>
8226         * subr.el (syntax-after, syntax-class): Doc fix.
8228 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
8230         * window.el (display-buffer-in-previous-window): New buffer
8231         display action function.
8233         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8234         (debugger-previous-window): New variable.
8235         (debug): Rewrite using display-buffer-in-previous-window,
8236         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
8238 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8240         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
8242 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
8244         * progmodes/python.el (python-shell-send-string):
8245         When default-directory is remote, create temp file on remote
8246         filesystem.
8247         (python-shell-send-file): When file is remote, pass local view of
8248         file paths to remote Python interpreter.  (Bug#12340)
8250 2012-09-07  Chong Yidong  <cyd@gnu.org>
8252         * window.el (switch-to-buffer): Doc fix (Bug#12181).
8254         * files.el (after-find-file): Don't fail on a read-only buffer if
8255         require-final-newline is `visit' or `visit-save' (Bug#11156).
8257         * subr.el (read-char-choice): Allow quitting via ESC ESC.
8259         * userlock.el (ask-user-about-supersession-threat):
8260         Use read-char-choice (Bug#12093).
8262 2012-09-07  Chong Yidong  <cyd@gnu.org>
8264         * subr.el (buffer-narrowed-p): New function.
8266         * ses.el (ses-widen):
8267         * simple.el (count-words--buffer-message):
8268         * net/browse-url.el (browse-url-of-buffer): Use it.
8270         * simple.el (count-words-region): Don't signal an error if there
8271         is a non-nil prefix arg and the mark is not set.
8273         * help.el (describe-key-briefly): Allow the message to be seen
8274         when invoked from the minibuffer (Bug#7014).
8276 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8278         * progmodes/ruby-mode.el (ruby-end-of-defun)
8279         (ruby-beginning-of-defun): Simplify, allow indentation before
8280         block beginning and end keywords.
8281         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8282         (ruby-end-of-defun): Expect that the point is at the beginning of
8283         the defun.
8285 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8287         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8288         (bug#12367).
8289         (cl--make-usage-args): Strip _ from argument names.
8291 2012-09-06  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
8293         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8294         obsolete alias speedbar-key-map.
8295         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8296         (vhdl-index-menu-init): Don't use obsolete variable
8297         font-lock-maximum-size.
8299 2012-09-06  Chong Yidong  <cyd@gnu.org>
8301         * frame.el (window-system-version): Mark as obsolete.
8303         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8304         of obsolete variable speedbar-key-map.
8306 2012-09-06  Juri Linkov  <juri@jurta.org>
8308         * replace.el (replace-lax-whitespace): New defcustom.
8309         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8310         (replace-string, replace-regexp): Mention it in docstrings.
8311         (perform-replace, replace-highlight): Let-bind
8312         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8313         to the values of replace-lax-whitespace and regexp-flag.
8314         Don't let-bind search-whitespace-regexp.  (Bug#10885)
8316         * isearch.el (isearch-query-replace): Let-bind
8317         replace-lax-whitespace instead of let-binding
8318         replace-search-function and replace-re-search-function.
8319         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8320         and isearch-regexp-lax-whitespace to lazy-highlight variables.
8321         (isearch-toggle-symbol): Set isearch-regexp to nil
8322         in isearch-word mode (like in isearch-toggle-word).
8324 2012-09-06  Juri Linkov  <juri@jurta.org>
8326         * replace.el (replace-search-function)
8327         (replace-re-search-function): Set default values to nil.
8328         (perform-replace): Let-bind isearch-related variables based on
8329         replace-related values, call `isearch-search-fun' and let-bind
8330         the result to `search-function'.  Remove code that sets
8331         `search-function' and `search-string' separately for
8332         `delimited-flag'.
8333         (replace-highlight): Add new argument `delimited-flag' and
8334         rename other arguments to the names used in `perform-replace'.
8335         Let-bind `isearch-word' to the argument `delimited-flag'.
8336         (Bug#10885, bug#10887)
8338 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8340         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8341         ruby-beginning-of-indent, simplify, allow all keywords to have
8342         indentation before them.
8343         (ruby-beginning-of-indent): Adjust for above.  Search until the
8344         found point is not inside a string or comment.
8345         (ruby-font-lock-keywords): Allow symbols to start with "@"
8346         character, give them higher priority than variables.
8347         (ruby-syntax-propertize-function)
8348         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8349         matchers.  Expression expansions are not comments when inside a
8350         string, and there comment syntax status is irrelevant.
8351         (ruby-match-expression-expansion): New function.  Check that
8352         expression expansion is inside a string, and it's not escaped.
8353         (ruby-font-lock-keywords): Use it.
8355 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
8357         * help.el (temp-buffer-max-height): New default value.
8358         (temp-buffer-resize-frames): New option.
8359         (resize-temp-buffer-window): Optionally resize frame.
8361         * window.el (fit-frame-to-buffer-bottom-margin): New option.
8362         (fit-frame-to-buffer): New function.
8364 2012-09-05  Glenn Morris  <rgm@gnu.org>
8366         * emulation/cua-rect.el (cua--init-rectangles):
8367         * textmodes/picture.el (picture-mode-map):
8368         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8369         like forward-char and backward-char.  (Bug#12317)
8371 2012-09-05  Leo Liu  <sdl.web@gmail.com>
8373         * progmodes/flymake.el (flymake-warning-re): New variable.
8374         (flymake-parse-line): Use it.
8376 2012-09-05  Glenn Morris  <rgm@gnu.org>
8378         * calendar/holidays.el (holiday-christian-holidays):
8379         Rename an entry.  (Bug#12289)
8381 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8383         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8384         (bug#12222).
8386 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8388         * loadup.el: Load macroexp.  Remove hack.
8389         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8390         (macroexp--expand-all): Use it to get better warnings.
8391         (macroexp--backtrace, macroexp--trim-backtrace-frame)
8392         (internal-macroexpand-for-load): New functions.
8393         (macroexp--pending-eager-loads): New var.
8394         (emacs-startup-hook): New hack to replace one in loadup.el.
8395         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8396         (cl--compiler-macro-cXXr): Move to top, before they can be used.
8397         (cl-psetf): Simplify.
8398         (cl-defstruct): Add indent rule.
8400 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
8402         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8403         over `user-mail-address' for the SMTP MAIL FROM envelope.
8404         (smtpmail-via-smtp): Ditto.
8406 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
8408         * progmodes/ruby-mode.el: Clean up keybindings.
8409         (ruby-mode-map): Don't bind ruby-electric-brace,
8410         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8411         backward-kill-word, reindent-then-newline-and-indent.
8412         (ruby-mark-defun): Remove.
8413         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
8414         (ruby-mode): Set local beginning-of-defun-function and
8415         end-of-defun-function values.
8417 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
8419         * window.el (temp-buffer-window-setup-hook)
8420         (temp-buffer-window-show-hook): New hooks.
8421         (temp-buffer-window-setup, temp-buffer-window-show)
8422         (with-temp-buffer-window): New functions.
8423         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8424         (special-display-popup-frame): Make sure the window used shows BUFFER.
8426         * help.el (temp-buffer-resize-mode): Fix doc-string.
8427         (resize-temp-buffer-window): New optional argument WINDOW.
8429         * files.el (recover-file, save-buffers-kill-emacs):
8430         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8432 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
8434         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8435         remote definition of `default-directory', ensure we can connect.
8437 2012-09-02  Juri Linkov  <juri@jurta.org>
8439         Toggle whitespace matching mode with M-s SPC.
8440         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8442         * isearch.el (search-whitespace-regexp): Doc fix.
8443         Remove cons cell customization.
8444         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8445         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8446         New variables.
8447         (isearch-forward, isearch-forward-regexp): Doc fix.
8448         (isearch-toggle-lax-whitespace): New command.
8449         (search-forward-lax-whitespace, search-backward-lax-whitespace)
8450         (re-search-forward-lax-whitespace)
8451         (re-search-backward-lax-whitespace): New functions.
8452         (isearch-whitespace-regexp): Remove function.
8453         (isearch-query-replace): Let-bind replace-search-function and
8454         replace-re-search-function.
8455         (isearch-occur): Let-bind search-spaces-regexp according to the
8456         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8457         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8458         condition for C-q SPC.
8459         (isearch-search-fun-default): Use new functions mentioned above.
8460         (isearch-search-forward, isearch-search-backward): Remove functions.
8461         (isearch-search): Don't let-bind search-spaces-regexp.
8462         (isearch-lazy-highlight-space-regexp): Remove variable.
8463         (isearch-lazy-highlight-lax-whitespace)
8464         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8465         (isearch-lazy-highlight-new-loop): Use them.
8466         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8468 2012-09-02  Chong Yidong  <cyd@gnu.org>
8470         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8472 2012-09-02  Glenn Morris  <rgm@gnu.org>
8474         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
8476 2012-09-01  Glenn Morris  <rgm@gnu.org>
8478         * term.el: Tidy up menu definitions.
8479         (term-mode-map): Use easymenu for In/Out, Complete menus.
8480         (term-pager-break-map): Initialize in the defvar.
8481         (term-terminal-menu, term-signals-menu): Define with easymenu.
8482         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
8483         (term-pager-menu): New, extracted from term-process-pager.
8484         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8485         (term-update-mode-line): Propertize line/char and page items.
8486         (term-process-pager): Move keymap initialization elsewhere.
8488 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
8490         * window.el (switch-to-prev-buffer): Handle additional values of
8491         BURY-OR-KILL argument.  Don't switch in minibuffer window.
8492         (switch-to-next-buffer): Don't switch in minibuffer window.
8493         (quit-restore-window): New function based on quit-window.
8494         Handle additional values of former KILL argument.
8495         (quit-window): Call quit-restore-window with appropriate
8496         interpretation of KILL argument.
8497         (display-buffer-below-selected): New buffer display action
8498         function.
8500 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8502         * minibuffer.el (completion-at-point-functions): Complete docstring
8503         (bug#12254).
8505 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8507         Better seed support for (random).
8508         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8509         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8510         * play/mpuz.el, play/tetris.el, play/zone.el:
8511         * calc/calc-comb.el (math-init-random-base):
8512         * play/blackbox.el (bb-init-board):
8513         * play/life.el (life):
8514         * server.el (server-use-tcp):
8515         * type-break.el (type-break):
8516         Remove unnecessary call to (random t).
8517         * net/sasl.el (sasl-unique-id-function):
8518         Change (random t) to (random), now that the latter is more random.
8519         * play/life.el (life-initialized): Remove no-longer-needed var.
8521 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
8523         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8524         Consider frame's buffer predicate when choosing the buffer.
8525         (Bug#12081)
8527 2012-08-30  Richard Stallman  <rms@gnu.org>
8529         * simple.el (special-mode-map): Delete binding for `z'.
8531 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
8533         * progmodes/compile.el (compilation-always-kill): Doc fix.
8535 2012-08-30  Chong Yidong  <cyd@gnu.org>
8537         * window.el (display-buffer-reuse-frames): Make the obsolescence
8538         message more informative.
8540 2012-08-30  Glenn Morris  <rgm@gnu.org>
8542         * paren.el (show-paren-delay):
8543         Add a :set function.  Doc fix.  (Bug#12297)
8545 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
8547         * progmodes/compile.el (compilation-always-kill): New var.
8548         (compilation-start): Use it.
8550 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8552         * simple.el (read-only-mode): Move from files.el for bootstrapping.
8553         * files.el (read-only-mode): Move to simple.el.
8555         * files.el (read-only-mode): New minor mode.
8556         (toggle-read-only): Use it and mark obsolete.
8557         (find-file--read-only):
8558         * vc/vc.el (vc-next-action, vc-checkout):
8559         * vc/vc-cvs.el (vc-cvs-checkout):
8560         * obsolete/vc-mcvs.el (vc-mcvs-update):
8561         * ffap.el (ffap--toggle-read-only): Update callers.
8563 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
8565         * eshell/esh-ext.el (eshell-external-command): Do not examine
8566         remote shell scripts.
8567         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8569         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8570         "/usr/local/sbin".
8572 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8574         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8576 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8578         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8579         completion-at-point.  (Bug#12220)
8581         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8583         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8585 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8587         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8588         be buffer-local; add delete-trailing-whitespace (bug#12259).
8590 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
8592         * progmodes/hideif.el (hif-compress-define-list):
8593         Fix typo.  (Bug#11951)
8595 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
8597         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8598         buffer local setting.
8600         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8601         rcirc-encode-coding-system.
8603 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8605         * net/rcirc.el (rcirc-split-message): New function.
8606         (rcirc-send-message): Use it.  (Bug#12051)
8608 2012-08-28  Juri Linkov  <juri@jurta.org>
8610         * info.el (Info-fontify-node): Hide empty lines at the end of
8611         the node.  (Bug#12272)
8613 2012-08-27  Drew Adams  <drew.adams@oracle.com>
8615         * dired.el (dired-pop-to-buffer): Make window start at beginning
8616         of buffer (Bug#12281).
8618 2012-08-26  Chong Yidong  <cyd@gnu.org>
8620         * window.el (special-display-regexps, special-display-frame-alist)
8621         (special-display-buffer-names, special-display-function)
8622         (display-buffer-reuse-frames): Mark as obsolete.
8624         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8626         * help.el (help-print-return-message): Don't treat
8627         display-buffer-reuse-frames specially.
8629 2012-08-26  Chong Yidong  <cyd@gnu.org>
8631         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8632         New variable, replacing gdb-frame-parameters.
8633         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8634         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8635         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8636         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8637         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
8638         the functions directly with gdb-display-buffer-other-frame-action.
8639         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8640         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8641         (gdb-display-stack-buffer, gdb-display-locals-buffer)
8642         (gdb-display-registers-buffer): Define directly.
8643         (def-gdb-display-buffer): Macro deleted.
8644         (gdb-display-buffer): Remove second and third args, callers don't
8645         use them.  Defer to the default display-buffer behavior, apart
8646         from making windows dedicated.
8647         (gdb-setup-windows): Don't call display-buffer unnecessarily.
8649         * progmodes/gud.el (gud-display-line): Just use display-buffer.
8651         * window.el (display-buffer-pop-up-frame): Handle a
8652         pop-up-frame-parameters alist entry.
8653         (display-buffer): Document it.
8655 2012-08-26  Chong Yidong  <cyd@gnu.org>
8657         * isearch.el (search-whitespace-regexp): Make string and nil
8658         values apply to both ordinary and regexp search.  Allow a cons
8659         cell value to distinguish between the two.
8660         (isearch-whitespace-regexp, isearch-search-forward)
8661         (isearch-search-backward): New functions.
8662         (isearch-occur, isearch-search-fun-default, isearch-search)
8663         (isearch-lazy-highlight-new-loop): Use them.
8664         (isearch-forward, isearch-forward-regexp): Doc fix.
8666 2012-08-26  Chong Yidong  <cyd@gnu.org>
8668         * faces.el (help-argument-name): Always inherit from italic
8669         (Bug#12213).
8671 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
8673         * window.el (window--even-window-heights): Even heights when
8674         WINDOW and the selected window form a vertical combination.
8675         (display-buffer-use-some-window): Provide that window used gets
8676         sized back by quit-window.  (Bug#11880) and (Bug#12091)
8678 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8680         Fix file time stamp problem with bzr and CVS (Bug#12001).
8681         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8682         in the file's time stamp, since the version control system loses
8683         that information.
8685 2012-08-22  Juri Linkov  <juri@jurta.org>
8687         * info.el (Info-fontify-node): Hide the suffix of the
8688         Info file name in the header line.  (Bug#12187)
8690 2012-08-22  Glenn Morris  <rgm@gnu.org>
8692         * calendar/cal-tex.el (cal-tex-weekly-common):
8693         Restore leading blank page.
8695 2012-08-22  Le Wang  <l26wang@gmail.com>
8697         * misc.el (forward-to-word, backward-to-word): Activate or extend
8698         the region under `shift-select-mode'.  (Bug#12231)
8700 2012-08-22  Bastien Guerry  <bzg@gnu.org>
8702         * progmodes/executable.el (executable-prefix): Set to "#!" instead
8703         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
8704         gives details on why the space is never needed.
8706 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8708         * window.el (walk-window-tree, window-with-parameter):
8709         New optional argument MINIBUF to control whether these functions
8710         should run on the minibuffer window.
8711         (window-at-side-list): Don't operate on minibuffer window.
8712         (window-in-direction): Simplify and rewrite doc-string.
8713         (window--size-ignore): Rename to window--size-ignore-p.
8714         Update callers.
8715         (display-buffer-in-atom-window, window--major-non-side-window)
8716         (window--major-side-window, display-buffer-in-major-side-window)
8717         (delete-side-window, display-buffer-in-side-window):
8718         New functions.
8719         (window--side-check, window-deletable-p, delete-window)
8720         (delete-other-windows, split-window): Handle side windows and
8721         atomic windows appropriately.
8722         (window--display-buffer): Call display-buffer-record-window also
8723         when the window buffer did not change.
8725 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
8727         * help-fns.el (help-fns--key-bindings):
8728         Abbreviate non-symbol remap targets.  (Bug#12174)
8730 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8732         * dired.el (dired-mark-remembered): Don't clobber point.
8733         (Bug#11795)
8735 2012-08-22  Glenn Morris  <rgm@gnu.org>
8737         * progmodes/bug-reference.el (bug-reference): New custom group.
8738         (bug-reference-bug-regexp): Make it a defcustom.
8740 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
8742         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8743         (js-paren-indent-offset, js-square-indent-offset)
8744         (js-curly-indent-offset): Add :safe (Bug#12257).
8746 2012-08-22  Edward O'Connor  <hober0@gmail.com>
8748         * json.el (json-key-format): Add error properties.
8749         (json-encode-key): New function.
8750         (json-encode-hash-table, json-encode-alist, json-encode-plist):
8751         Use json-encode-key.
8753 2012-08-22  Glenn Morris  <rgm@gnu.org>
8755         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8756         (cal-tex-leftday, cal-tex-rightday): Remove functions.
8757         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8758         Update for above change.
8760 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
8762         * cus-face.el (custom-face-attributes): Fix customize type for the
8763         :underline attribute.  (Bug#11805)
8765 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
8767         * window.el (window-point-1, set-window-point-1): Remove.
8768         (window-in-direction, record-window-buffer)
8769         (set-window-buffer-start-and-point, split-window-below)
8770         (window--state-get-1, display-buffer-record-window):
8771         Replace calls to window-point-1 and set-window-point-1 by calls to
8772         window-point and set-window-point respectively.
8774 2012-08-21  Glenn Morris  <rgm@gnu.org>
8776         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8777         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8778         Use it.
8780         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8781         (cal-tex-shortday): New function.
8782         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8783         (cal-tex-cursor-filofax-daily): Use the above.
8785         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8786         New functions.
8787         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8788         (cal-tex-cursor-filofax-week): Use them.
8790         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8791         New constants.
8792         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8793         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8795         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8796         (cal-tex-end-document): Don't rely on buffer name.
8798         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8799         Use cal-tex-vspace.
8800         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8801         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8802         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8803         Use cal-tex-arg.
8805         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8806         (cal-tex-cursor-week, cal-tex-cursor-week2)
8807         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8808         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8809         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8810         (cal-tex-insert-preamble, cal-tex-b-document)
8811         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8812         Improve cal-tex-cmd usage.
8814         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8815         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8816         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8817         (cal-tex-weekly-paper): New function.
8818         (cal-tex-cursor-week, cal-tex-cursor-week2)
8819         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8820         (cal-tex-cursor-day): Use it.
8822         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8823         (cal-tex-cursor-filofax-week): Remove leading blank page.
8825         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8826         Add autoload cookie.  For now at least, don't use color, since
8827         no other cal-tex function does.
8829         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8830         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8831         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8833 2012-08-21  Juri Linkov  <juri@jurta.org>
8835         * info.el (Info-file-attributes): New variable.
8836         (info-insert-file-contents): Add file attributes to
8837         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
8838         `Info-toc-nodes' when previous modtime of the Info file is less
8839         than new modtime.
8840         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8841         of info.el.  (Bug#12230)
8843 2012-08-20  Glenn Morris  <rgm@gnu.org>
8845         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8846         * calendar/holidays.el (calendar-holiday-list):
8847         Report errors with display-warning rather than beep'n'sleep.
8849 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
8851         * net/tramp.el (tramp-accept-process-output): Accept only output
8852         from PROC.  Otherwise, process filters and sentinels might be
8853         confused.  (Bug#12145)
8855 2012-08-20  Chong Yidong  <cyd@gnu.org>
8857         * descr-text.el (describe-text-properties-1): Use overlays-in to
8858         report on empty overlays (Bug#3322).
8860 2012-08-20  Glenn Morris  <rgm@gnu.org>
8862         * mail/rmailout.el (rmail-output-read-file-name):
8863         Trap and report errors in rmail-output-file-alist elements.
8865         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8866         since most non-font-lock faces are not also variables).
8868 2012-08-20  Edward Reingold  <reingold@iit.edu>
8870         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8871         New function.  (Bug12160)
8873 2012-08-19  Glenn Morris  <rgm@gnu.org>
8875         * mail/rmailout.el (rmail-output-read-file-name):
8876         Fix previous change (when the alist is nil or does not match).
8878 2012-08-19  Chong Yidong  <cyd@gnu.org>
8880         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8881         (Bug#12228).
8883 2012-08-18  Chong Yidong  <cyd@gnu.org>
8885         * simple.el (yank-handled-properties): New defcustom.
8886         (yank-excluded-properties): Add font-lock-face and category.
8887         (yank): Doc fix.
8889         * subr.el (remove-yank-excluded-properties):
8890         Obey yank-handled-properties.  The special handling of font-lock-face
8891         and category is now done this way, instead of being hard-coded.
8892         (insert-for-yank-1): Remove font-lock-face handling.
8893         (yank-handle-font-lock-face-property)
8894         (yank-handle-category-property): New function.
8896 2012-08-17  Glenn Morris  <rgm@gnu.org>
8898         * mail/rmailout.el (rmail-output-read-file-name):
8899         Check rmail-output-file-alist against the full message body
8900         in the correct rmail buffer.  (Bug#12214)
8902 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
8904         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8905         Eliminate superfluous prompt.  (Bug#12203)
8907 2012-08-17  Chong Yidong  <cyd@gnu.org>
8909         * mouse.el (mouse-appearance-menu): If x-select-font returns a
8910         font spec, set the font directly (Bug#3228).
8912 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
8914         * window.el (delete-window): Fix last fix.
8916 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
8918         * window.el (window-valid-p): Move to window.c.
8919         (window-child, window-child-count, window-last-child)
8920         (window-normalize-window, window-combined-p)
8921         (window-combinations, window-atom-root, window-min-size)
8922         (window-sizable, window-sizable-p, window-size-fixed-p)
8923         (window-min-delta, window-max-delta, window--resizable)
8924         (window--resizable-p, window-resizable, window-total-size)
8925         (window-full-height-p, window-full-width-p, window-body-size)
8926         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8927         (minimize-window, window-deletable-p, delete-window)
8928         (delete-other-windows, set-window-buffer-start-and-point)
8929         (next-buffer, previous-buffer, split-window, balance-windows-2)
8930         (set-window-text-height, window-buffer-height)
8931         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8932         (truncated-partial-width-window-p): Minor code adjustments.
8933         In doc-strings state whether the argument window has to denote a
8934         live, valid or any window.
8936 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
8938         * progmodes/subword.el (subword-forward-function)
8939         (subword-backward-function, subword-forward-regexp)
8940         (subword-backward-regexp): New variables.
8941         (subword-forward, subword-forward-internal, subword-backward-internal):
8942         Use new variables, eg so that different "word" definitions
8943         can be easily used.  (Bug#11411)
8945 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8947         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8948         for composite selectors.
8949         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8950         operation just because we can't find a previous revision.
8952 2012-08-15  Chong Yidong  <cyd@gnu.org>
8954         * frame.el (set-frame-font): Accept font objects.
8956 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8958         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8960 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
8962         * man.el (Man-overstrike-face, Man-underline-face)
8963         (Man-reverse-face): Remove variables.
8964         (Man-overstrike, Man-underline, Man-reverse): New faces.
8965         (Man-fontify-manpage): Use them instead of the variables.
8966         (Man-cleanup-manpage): Comment change.
8967         (Man-ansi-color-map): New variable.
8968         (Man-fontify-manpage): Use it.
8969         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8971         Implement ANSI SGR parameters 22-27 (bug#12146).
8972         * ansi-color.el (ansi-colors): Doc fix.
8973         (ansi-color-context, ansi-color-context-region): Doc fix.
8974         (ansi-color--find-face): New function.
8975         (ansi-color-apply, ansi-color-apply-on-region): Use it.
8976         Rename the local variable `face' to `codes' since it is now a list of
8977         ansi codes.  Doc fix.
8978         (ansi-color-get-face): Remove.
8979         (ansi-color-parse-sequence): New function, derived from
8980         ansi-color-get-face.
8981         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
8982         codes 22-27.
8984 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8986         * subr.el (read-passwd): Allow use from a minibuffer.
8988 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
8990         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8991         inside comments and strings as identifiers.
8993         * progmodes/gud.el (gud-tooltip-print-command): Quote the
8994         expression to evaluate.  This allows to evaluate expressions with
8995         embedded whitespace.
8996         (gud-tooltip-tips): Add a blank before the newline in the
8997         message-box text, for the benefit of message-box emulation on
8998         MS-Windows.
9000         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
9001         messages from GDB, pop them up in a tooltip to give feedback to
9002         user.
9003         (gdb-tooltip-print-1): Quote the expression to evaluate.
9004         This allows to evaluate expressions with embedded whitespace.
9005         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
9006         if the TTY name is nil or empty (which happens when communicating
9007         with the inferior via pipes, e.g. on MS-Windows).
9008         (gdb-internals): If GDB sends a "&\n" empty debugging message,
9009         don't send that to the GUD buffer.
9011 2012-08-14  Glenn Morris  <rgm@gnu.org>
9013         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
9014         Optimize away setq-default with no args, as for setq.  (Bug#12195)
9016 2012-08-14  Chong Yidong  <cyd@gnu.org>
9018         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9020         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9021         (Bug#12085).
9023 2012-08-14  Glenn Morris  <rgm@gnu.org>
9025         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9027 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
9029         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
9030         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9031         Use cached shell name.
9033 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9035         * progmodes/python.el (python-shell-send-string):
9036         (python-shell-send-setup-code): Do not use `format' with `message'.
9038 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
9040         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9041         (ruby-percent-literal-beg-re): New constant.
9042         (ruby-syntax-general-delimiters-goto-beg): Rename to
9043         `ruby-syntax-enclosing-percent-literal', improve literal type check.
9044         (ruby-syntax-propertize-general-delimiters): Rename to
9045         `ruby-syntax-propertize-percent-literal', it's a shorter and more
9046         popular term.  Adjust comments everywhere.
9047         (ruby-syntax-propertize-percent-literal): Only propertize when not
9048         inside a simple string or comment.  When the literal is unclosed,
9049         leave the text after it unpropertized.
9050         (ruby-syntax-methods-before-regexp): New constant.
9051         (ruby-syntax-propertize-function): Use it to recognize regexps.
9052         Don't look at the text after regexp, just use the whitelist.
9054 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
9056         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9057         non-nil always load the compiled file if it exists.  (Bug#12197)
9059 2012-08-14  Chong Yidong  <cyd@gnu.org>
9061         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9062         (hi-lock-set-pattern): When deciding whether to use font lock or
9063         overlays, look at font-lock-mode instead of font-lock-fontified
9064         (Bug#12168).
9065         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9066         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9068 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
9070         * subr.el (internal--after-with-selected-window): Fix typo
9071         (Bug#12193).
9073 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9075         Use `completion-table-dynamic' for completion functions.
9076         * progmodes/python.el
9077         (python-shell-completion--do-completion-at-point)
9078         (python-shell-completion--get-completions):
9079         Remove functions.
9080         (python-shell-completion-complete-at-point): New function.
9081         (python-completion-complete-at-point): Use it.
9083 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
9085         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
9086         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
9088 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9090         * subr.el (function-get): Refine `autoload' arg so it can also
9091         autoload functions for gv.el (bug#12191).
9092         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9093         autoloads macros.
9095         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9096         Prefer pcase-let over destructuring-bind.
9097         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9098         Also, remove whitespace as we go, rather than after accumulating the
9099         various places.
9101         * subr.el (internal--before-with-selected-window)
9102         (internal--after-with-selected-window): Fix typo seleted->selected.
9103         (with-selected-window): Adjust callers.
9104         Reported by Dmitry Gutov <dgutov@yandex.ru>.
9106 2012-08-13  Bastien Guerry  <bzg@gnu.org>
9108         * window.el (special-display-popup-frame): Minor docstring
9109         enhancement.  (Bug#12172)
9111 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
9113         * tar-mode.el (tar-header-data-end): Only ignore size for files of
9114         type 1-6.
9115         (tar-header-block-summarize, tar-get-descriptor): Handle pax
9116         extended headers.
9118         * files.el (hack-local-variables-filter): Remove useless eval.
9120 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
9122         * subr.el (with-selected-window): Fix last change.
9124 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9126         * subr.el (internal--before-with-seleted-window)
9127         (internal--after-with-seleted-window): New functions.
9128         (with-selected-window): Use them, to replace dependency on
9129         tty-top-frame.
9131 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
9133         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9134         binding for `newline'.
9135         (ruby-move-to-block): When moving backward, stop at block opening,
9136         not indentation.
9137         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9138         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9139         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9140         `ruby-toggle-block'.
9142 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9144         * ibuffer.el (ibuffer-do-toggle-read-only):
9145         * dired.el (dired-toggle-read-only):
9146         * buff-menu.el (Buffer-menu-toggle-read-only):
9147         * bindings.el (mode-line-toggle-read-only):
9148         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9150 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
9152         * descr-text.el (describe-char): Put the overlays over the
9153         "displayed as" character.
9155 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
9157         * calc/calc-units.el (math-default-units-table): Give an
9158         initial value.
9159         (math-put-default-units): Add options to put composite units and
9160         unit systems in the default units table.
9161         (calc-convert-units): Send composite units to
9162         `math-put-default-units' when appropriate.
9164 2012-08-11  Glenn Morris  <rgm@gnu.org>
9166         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9168         * tutorial.el (help-with-tutorial):
9169         * emacs-lisp/copyright.el (copyright-update-directory):
9170         * emacs-lisp/autoload.el (autoload-find-generated-file)
9171         (autoload-find-file): Disable local eval: (for insurance).
9173         * files.el (hack-local-variables-filter): If an eval: form is not
9174         known to be safe, and enable-local-variables is :safe, then ignore
9175         the form totally, as is done for non-eval forms.  (Bug#12155)
9176         This is CVE-2012-3479.
9178 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9180         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9181         (rx-form): Simplify.
9183 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
9185         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9186         ?, _, and : are symbol constituents, ! is not (but kinda should be).
9187         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9188         (ruby-syntax-propertize-function): Adjust for changes in
9189         `ruby-syntax-propertize-heredoc'.
9191 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
9193         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9194         binding (use `M-;' instead).
9195         (ruby-singleton-class-p): New function.
9196         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9198 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9200         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9202 2012-08-10  Chong Yidong  <cyd@gnu.org>
9204         * progmodes/python.el (python-shell-get-process-name): Don't mess
9205         with same-window-buffer-names.
9207         * eshell/eshell.el (eshell-add-to-window-buffer-names)
9208         (eshell-remove-from-window-buffer-names): Make obsolete.
9209         (eshell-buffer-name, eshell-unload-hook): Don't use them.
9210         (eshell): Just use pop-to-buffer-same-window instead.
9212 2012-08-10  Chong Yidong  <cyd@gnu.org>
9214         * bindings.el: Bind M-= back to count-words-region.
9216         * simple.el (count-words-region): Accept a prefix arg for acting
9217         on the entire buffer.
9218         (count-words--buffer-message): New helper function.
9220 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9222         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9223         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9224         (event-start, event-end): Use posn-at-point to return a more
9225         informative posn.
9226         (posnp): New function.
9227         * mouse.el (popup-menu-normalize-position): Use it.
9229 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
9231         * mouse.el (popup-menu-normalize-position): New function.
9232         (popup-menu): Use `popup-menu-normalize-position' to normalize
9233         the form for POSITION argument.
9235         * term/x-win.el (x-menu-bar-open):
9236         Use the value returend from (posn-at-point) as position
9237         passed to `popup-menu'.
9239 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9241         * calc/calccomp.el (math-compose-expr): Add extra argument
9242         indicating that parentheses should be put around products in
9243         denominators.  Give multiplication precedence over division during
9244         composition.
9246 2012-08-09  Chong Yidong  <cyd@gnu.org>
9248         * man.el (Man-switches, Man-sed-command, Man-awk-command)
9249         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9250         (Man-untabify-command, manual-program): Convert to defcustom
9251         (Bug#10429).
9253         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9255         * descr-text.el (describe-char): Don't insert extra newlines
9256         (Bug#10127).
9258         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9259         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9261         * align.el (align-region): Delete temporary markers (Bug#10047).
9262         Plus some code cleanups.
9264 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9266         * progmodes/python.el (python-pdbtrack-tracked-buffer)
9267         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9268         (python-shell-internal-last-output): Use make-local-variable
9269         instead of make-variable-buffer-local.
9271 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9273         * progmodes/python.el: Enhancements to forward-sexp.
9274         (python-nav-forward-sexp): Rename from
9275         python-nav-forward-sexp-function.
9276         (python-nav--forward-sexp, python-nav--backward-sexp):
9277         New functions.
9279 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9281         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9282         modes and simplification modes.
9284 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9286         * delsel.el (delete-selection-pre-hook): Don't propagate the
9287         file-supersession signals (bug#12161).
9289 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9291         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9292         (cl-map-extents): Add compatibility aliases (bug#12135).
9294 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
9296         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9297         tests by `ignore-error'.
9298         (tramp-find-shell): Open also a new shell, when cache is already
9299         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
9301 2012-08-08  Juri Linkov  <juri@jurta.org>
9303         * bookmark.el: Add `defaults' property to the bookmark record.
9304         (bookmark-current-buffer): Doc fix.
9305         (bookmark-make-record): Add `defaults' property with default values
9306         to the bookmark record.
9307         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9308         with `bookmark-insert-current-bookmark'.
9309         (bookmark-set): Get `defaults' property from the bookmark record
9310         and use it in `read-from-minibuffer'.
9311         (bookmark-insert-current-bookmark): Remove function.
9313         * info.el (Info-bookmark-make-record): Add `defaults' property
9314         with values of canonical Info node name, the current Info file
9315         name and the current Info node name.  (Bug#12107)
9317 2012-08-08  Juri Linkov  <juri@jurta.org>
9319         * files.el (basic-save-buffer): Use `buffer-name' as the default
9320         of `read-file-name' when buffer is not visiting a file (bug#12128).
9322 2012-08-08  Juri Linkov  <juri@jurta.org>
9324         * info.el (Info-isearch-search): Doc fix.
9325         (Info-search): Change search-failed message from "initial node" to
9326         "end of node" (bug#12078).
9327         (Info-isearch-search): Change `isearch-string-state' to
9328         `isearch--state-string'.
9330 2012-08-08  Glenn Morris  <rgm@gnu.org>
9332         * language/persian.el: Remove file.
9333         * language/misc-lang.el: Move unique part of persian.el here.
9334         * loadup.el: Remove language/persian.
9336 2012-08-08  Ă“scar Fuentes  <ofv@wanadoo.es>
9338         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9340 2012-08-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9342         * progmodes/python.el: Fix defsubst warning.
9343         (python-syntax-context) Rename from python-info-ppss-context.
9344         (python-syntax-context-type): Rename from
9345         python-info-ppss-context-type.
9346         (python-syntax-comment-or-string-p): Rename from
9347         python-info-ppss-comment-or-string-p.
9349 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
9351         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9353 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
9355         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9356         a defcustom that is quoted with backquote.
9358         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9359         Fix handling of interactive spec when the body uses return.
9360         (math-do-arg-check, math-define-function-body): Use backquote forms.
9361         * calc/calc-ext.el (math-defcache): Likewise.
9362         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9363         * allout.el (allout-new-exposure): Likewise.
9364         * calc/calcalg2.el (math-tracing-integral): Likewise.
9365         * info.el (Info-last-menu-item): Likewise.
9366         * emulation/vip.el (vip-loop): Likewise.
9367         * textmodes/artist.el (artist-funcall): Likewise.
9368         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9369         Construct menu-item directly.
9371         * progmodes/autoconf.el (font-lock-syntactic-keywords):
9372         Don't declare.
9374 2012-08-07  Chong Yidong  <cyd@gnu.org>
9376         * simple.el (deactivate-mark): Preserve text properties when
9377         saving the primary selection (Bug#8384).
9379 2012-08-07  Kevin Ryde  <user42@zip.com.au>
9381         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9382         (woman-parse-numeric-value): On a bad .IP line, issue a warning
9383         and continue processing (Bug#12110).
9385 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9387         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9388         syntax-propertize-function (bug#10095).
9390 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9392         * help-fns.el (help-fns--key-bindings, help-fns--signature)
9393         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9394         describe-function-1.
9395         (describe-function-1): Use them.  Move compiler macro after sig.
9396         (help-fns--compiler-macro): Use function-get.  Assume we're already in
9397         standard-output.  Adjust layout to new call order.
9399         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9400         re-binding a symbol that has a symbol-macro (bug#12119).
9402 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
9404         * language/persian.el: New file.  (Bug#11812)
9405         * loadup.el: Add language/persian.el.
9407 2012-08-06  Chong Yidong  <cyd@gnu.org>
9409         * window.el (window--maybe-raise-frame): New function.
9410         (window--display-buffer): Split off from here.
9411         (display-buffer-reuse-window, display-buffer-pop-up-frame)
9412         (display-buffer-pop-up-window, display-buffer-use-some-window):
9413         Obey an inhibit-switch-frame action alist entry.
9414         (display-buffer): Update doc.
9416         * replace.el (occur-after-change-function): Avoid losing focus by
9417         using the inhibit-switch-frame display parameter (Bug#12139).
9419 2012-08-06  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9421         Make internal shell process buffer names start with space.
9422         * progmodes/python.el (python-shell-make-comint): Add optional
9423         argument INTERNAL.
9424         (run-python-internal): Use it.
9425         (python-shell-internal-get-or-create-process): Check for new
9426         internal buffer names.
9428 2012-08-06  Glenn Morris  <rgm@gnu.org>
9430         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9431         Do less getting and setting of environment variables.
9433 2012-08-05  Chong Yidong  <cyd@gnu.org>
9435         * proced.el (proced): Add substitution string to docstring to
9436         trigger autoloading of the proced library on C-h f (Bug#1768).
9438         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9439         Don't show defvars which have no second argument (Bug#8638).
9441         * imenu.el (imenu-generic-expression): Move documentation here
9442         from imenu--generic-function.
9443         (imenu--generic-function): Refer to imenu-generic-expression.
9445 2012-08-05  Vegard Ă˜ye  <vegard_oye@hotmail.com>  (tiny change)
9447         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9448         indentation declaration.
9449         (viper-loop): Add indentation declaration (Bug#7025).
9451 2012-08-05  Chong Yidong  <cyd@gnu.org>
9453         * help-fns.el (describe-variable): Add hyperlink for
9454         directory-local variables files.  Improve buffer-local and
9455         permanent-local reporting; suggested by MON KEY (Bug#6644).
9457         * help-mode.el (help-dir-local-var-def): New button type.
9459         * files.el (kill-buffer-hook): Provide a defvar.
9461 2012-08-05  Glenn Morris  <rgm@gnu.org>
9463         * eshell/esh-ext.el (eshell/addpath):
9464         Also update eshell-path-env.  (Bug#12013)
9466 2012-08-05  Chong Yidong  <cyd@gnu.org>
9468         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9470         * fringe.el (fringe-styles): Add docstring.
9471         (fringe--check-mode): New function.
9472         (set-fringe-mode, set-fringe-style): Use it.
9473         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9475         * files.el (set-auto-mode): Fix invalid setq call.
9477 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9479         * isearch.el: Misc simplification; use defstruct.
9480         (isearch-mode-map): Dense maps now work like sparse ones.
9481         (isearch--state): New defstruct.
9482         (isearch-string-state, isearch-message-state, isearch-point-state)
9483         (isearch-success-state, isearch-forward-state)
9484         (isearch-other-end-state, isearch-word-state, isearch-error-state)
9485         (isearch-wrapped-state, isearch-barrier-state)
9486         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9487         replaced by defstruct's accessors.
9488         (isearch--set-state): Rename from isearch-top-state and change
9489         calling convention.
9490         (isearch-push-state): Use new isearch--get-state.
9491         (isearch-toggle-word): Disable regexp when enabling word.
9492         (isearch-message-prefix): Remove unused arg _c-q-hack.
9493         (isearch-message-suffix): Remove unused arg _ellipsis.
9495 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
9497         * simple.el (list-processes--refresh): For a server use :host or
9498         :local as the address.
9499         (list-processes): Doc fix.
9501 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
9503         * lisp/mpc.el: Support password in host argument.
9504         (mpc--proc-connect): Parse and use new password element.
9505         Set mpc-proc variable instead of returning process.
9506         (mpc-proc): Adjust accordingly.
9508 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
9510         * whitespace.el (whitespace-display-mappings): Use Unicode
9511         codepoints, instead of emacs-mule codepoints.  See
9512         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9513         for the details.
9515         * files.el (file-truename): Don't skip symlink-chasing part on
9516         windows-nt.  Incorporate the resolution of 8+3 short aliases on
9517         Windows into the loop that recursively chases symlinks.
9518         Compare directory and its parent case-insensitively on MS-Windows and
9519         MS-DOS.
9521 2012-08-03  Chong Yidong  <cyd@gnu.org>
9523         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9525         * sort.el (sort-regexp-fields): Doc fix.
9527 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
9529         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9530         labels regex position point at the expected place.
9532 2012-08-03  MON KEY  <monkey@sandpframing.com>
9534         * net/imap.el (imap-interactive-login, imap-authenticate)
9535         (imap-mailbox-lsub, imap-mailbox-list)
9536         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9537         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9538         (imap-parse-response): Doc fix.
9540 2012-08-03  JoĂ£o TĂ¡vora  <joaotavora@gmail.com>
9542         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9543         if sexp scanning does not move point (Bug#5734).
9545 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
9547         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9548         Add listings, minted, and ctable packages.
9549         (reftex-label-alist-builtin): Move listings, minted, and ctable
9550         entries before LaTeX.
9551         (reftex-label-alist): Docfix.
9553 2012-08-02  Bastien Guerry  <bzg@gnu.org>
9555         * replace.el (occur): Fix docstring (bug#12122).
9557 2012-08-02  Glenn Morris  <rgm@gnu.org>
9559         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9561 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
9563         Obsolete alias inactivate-current-input-method-function (Bug#10150).
9564         * international/mule-cmds.el: Create
9565         inactivate-current-input-method-function as an obsolete alias for
9566         deactivate-current-input-method-function.  See Katsumi Yamaoka in
9567         <http://bugs.gnu.org/10150#46>.
9569 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
9571         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9572         of nested `if's.
9574 2012-08-01  Glenn Morris  <rgm@gnu.org>
9576         * progmodes/autoconf.el (autoconf-definition-regexp):
9577         Add AH_TEMPLATE, adjust submatch numbering.
9578         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9579         (autoconf-current-defun-function): Update for above change.
9580         (autoconf-current-defun-function): First skip to end of current word.
9582 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
9584         * calendar/cal-html.el (cal-html-insert-agenda-days):
9585         Fix typo.  (Bug#12018)
9587 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9589         Shell processes: enhancements to startup and CEDET compatibility.
9590         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9591         (python-shell-make-comint): accept-process-output at startup.
9592         (run-python-internal): Set inferior-python-mode-hook to nil.
9593         (python-shell-internal-get-or-create-process): call sit-for.
9594         (python-preoutput-result): Add obsolete alias.
9595         (python-shell-internal-send-string): Use it.
9596         (python-shell-send-setup-code): Remove call to
9597         accept-process-output.
9599 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
9601         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9602         (Bug#12108)
9604 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
9606         * calc-mode.el (calc-basic-simplification-mode): Rename from
9607         `calc-limited-simplification-mode'.
9608         (calc-alg-simplification-mode): New function.
9609         (calc-set-simplify-mode): Adjust message.
9611         * calc.el (calc-set-mode-line): Adjust mode line display for
9612         basic simplification mode.
9614         * calc-help.el (calc-m-prefix-help): Update help message.
9616         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9617         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9619 2012-07-31  Bastien Guerry  <bzg@gnu.org>
9621         * man.el (man): Fix comment.  (bug#12101)
9623 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
9625         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9626         Don't return a non-nil value when no suitable buffer was found.
9628 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9630         * progmodes/python.el (run-python-internal): Disable font lock for
9631         internal shells.
9633 2012-07-30  Stefan Merten  <smerten@oekonux.de>
9635         * textmodes/rst.el: Silence `checkdoc-ispell'.
9636         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9637         (rst-official-version, rst-official-cvs-rev)
9638         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9639         (rst-mode-map): New key binding.
9641 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
9643         Update .PHONY listings in makefiles.
9644         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9645         autoloads, update-subdirs, updates, bzr-update, update-authors,
9646         compile-onefile, compile-calc, backup-compiled-files,
9647         compile-after-backup, compile-one-process, mh-autoloads,
9648         bootstrap-clean, distclean, maintainer-clean.
9650 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9652         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9653         (calc-set-mode-line): Don't display "AlgSimp ".
9655         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9656         (calc-lim-simplify-mode): New function.
9657         (calc-set-simplify-mode): Default to 'alg.
9658         (calc-default-simplify-mode): Make algebraic simplifications
9659         the default.
9661         * calc/calc-ext.el (calc-init-extensions): Remove binding for
9662         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
9664         * calc/calc-help.el (calc-m-prefix-help): Change messages to
9665         indicate new simplification modes.
9667         * calc/README: Mention new default simplification mode.
9669         * calc/calc.el (math-normalize-error): New variable.
9670         (math-normalize): Set `math-normalize-error' to t
9671         when there's an error.
9673         * calc/calc-alg.el (math-simplify): Don't simplify when
9674         `math-normalize' returns an error.
9676 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
9678         * international/mule-cmds.el (set-locale-environment): Revert last
9679         change, since display-graphic-p returns nil when this function is
9680         called during startup.  Instead...
9682         * term/w32console.el (terminal-init-w32console): ...setup the
9683         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
9685 2012-07-29  Juri Linkov  <juri@jurta.org>
9687         * simple.el (goto-line): Don't display default line number in the
9688         prompt because it should be displayed by `read-number' (bug#9952).
9689         Add the current line number to the defaults of `goto-line' to
9690         allow its easier modification by users with `M-n' (bug#9201).
9692         * subr.el (read-number): Support multiple default values like in
9693         other minibuffer reading functions.  Replace `read' with
9694         `string-to-number' for consistency with `number-to-string'.
9696 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
9698         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9699         * emulation/viper-init.el (viper-deactivate-input-method-action):
9700         Rename from viper-inactivate-input-method-action.
9701         (viper-deactivate-input-method):
9702         Rename from viper-inactivate-input-method.
9703         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9704         * international/mule-cmds.el (deactivate-input-method):
9705         Rename from inactivate-input-method.
9706         Also run input-method-deactivate-hook.
9707         (deactivate-current-input-method-function):
9708         Rename from inactivate-current-input-method-function.
9709         (input-method-deactivate-hook): New hook.
9710         (input-method-inactivate-hook): Mark obsolete.
9711         (inactivate-input-method): Mark obsolete.
9713         * international/quail.el (quail-activate):
9714         Also run quail-deactivate-hook.
9715         (quail-deactivate): Rename from quail-inactivate.
9716         * international/robin.el (robin-activate):
9717         Also run robin-deactivate-hook.
9718         (robin-deactivate): Rename from robin-inactivate.
9720 2012-07-29  Chong Yidong  <cyd@gnu.org>
9722         * simple.el (indicate-copied-region): New function.
9723         (kill-ring-save): Split off from here.
9725         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9726         (kill-rectangle): Set deactivate-mark to t on read-only error.
9728         * register.el (copy-to-register, copy-rectangle-to-register):
9729         Deactivate the mark, and use indicate-copied-region (Bug#10056).
9730         (append-to-register, prepend-to-register): Call indicate-copied-region.
9732 2012-07-29  Juri Linkov  <juri@jurta.org>
9734         * simple.el (async-shell-command-buffer): New defcustom.
9735         (shell-command): Use it.  (Bug#4719)
9737 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9739         * international/mule-cmds.el (set-locale-environment): In a
9740         console session on MS-Windows, set up keyboard and terminal
9741         encoding from the OEM codepage, not the ANSI codepage.
9742         (Bug#12055)
9744 2012-07-28  Chong Yidong  <cyd@gnu.org>
9746         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9747         gdb-get-location.
9749 2012-07-28  Leo Liu  <sdl.web@gmail.com>
9751         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9752         the alist (bug#12029).
9754 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9756         * makefile.w32-in (custom-deps, finder-data, updates, compile)
9757         (compile-always, compile-first)
9758         ($(lisp)/calendar/cal-loaddefs.el)
9759         ($(lisp)/calendar/diary-loaddefs.el)
9760         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9761         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9762         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9763         instead of on update-subdirs.
9764         (bootstrap-clean): Delete $(lisp)/subdirs.el.
9766 2012-07-28  Chong Yidong  <cyd@gnu.org>
9768         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9769         directory if vc-deduce-backend returns nil (Bug#7350).
9771         * simple.el (delete-trailing-lines): New option.
9772         (delete-trailing-whitespace): Obey it (Bug#11879).
9774 2012-07-28  David Engster  <deng@randomsample.de>
9776         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9777         Explanation of new 'symbol-qnames feature in doc-strings.
9778         (xml-maybe-do-ns): Return expanded names as plain symbols if
9779         'symbol-qnames was provided in XML-NS argument (Bug#11916).
9780         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9782 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9784         Consistent completion in inferior python with emacs -nw.
9785         * progmodes/python.el (inferior-python-mode): replace "<tab>"
9786         binding in inferior-python-mode-map with "\t".
9787         (python-shell-completion-complete-at-point)
9788         (python-completion-complete-at-point): Remove interactive spec.
9790 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9792         * calc/calccomp.el (math-compose-expr): Undo previous change.
9794 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9796         * progmodes/python.el (python-mode-map): Add keybinding for
9797         run-python.
9798         (python-shell-make-comint): Fix pop-to-buffer call.
9799         (run-python): Autoload.  New arg SHOW.
9800         (python-shell-get-or-create-process): Do not pop python process
9801         buffer.
9803 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
9805         * notifications.el (notifications-on-action-signal)
9806         (notifications-on-closed-signal): Use also the bus address for the map.
9807         (notifications-notify, notifications-close-notification)
9808         (notifications-get-capabilities): Add optional argument BUS.
9810 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
9812         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9813         Add support for the lstlisting and minted environments, and for the
9814         ctable macro.
9815         * textmodes/reftex.el (reftex-compile-variables): Also recognize
9816         labels written in keyvals syntax.
9818 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9820         * calc/calccomp.el (math-compose-expr): Use parentheses when
9821         there is a product in the denominator of a fraction.
9823 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
9825         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9826         ($(lisp)/calendar/diary-loaddefs.el)
9827         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9828         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9829         Fixes failures in parallel bootstrap because subdirs.el is being
9830         rewritten while the autoload files are built at the same time,
9831         which needs to load subdirs.el.
9833 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
9835         * mouse.el (popup-menu): Fix doc-string and re-indent code.
9836         (mouse-drag-line): Don't exit tracking when a switch-frame or
9837         switch-window event occurs (Bug#12006).
9839 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9841         * mouse.el (popup-menu): Fix last change.
9843 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9845         Autoload from Lisp with more care.  Follow aliases when looking for
9846         function properties.
9847         * subr.el (autoloadp): New function.
9848         (symbol-file): Use it.
9849         (function-get): New function.
9850         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9851         autoload-do-load.
9852         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9853         (lisp-indent-function):
9854         * emacs-lisp/gv.el (gv-get):
9855         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9856         * emacs-lisp/byte-opt.el (byte-optimize-form):
9857         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9858         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9859         Use function-get.
9860         * emacs-lisp/cl.el: Don't propagate function properties any more.
9862         * speedbar.el (speedbar-add-localized-speedbar-support):
9863         * emacs-lisp/disass.el (disassemble-internal):
9864         * desktop.el (desktop-load-file):
9865         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9866         (describe-function-1):
9867         * emacs-lisp/find-func.el (find-function-noselect):
9868         * emacs-lisp/elp.el (elp-instrument-function):
9869         * emacs-lisp/advice.el (ad-has-proper-definition):
9870         * apropos.el (apropos-safe-documentation, apropos-macrop):
9871         * emacs-lisp/debug.el (debug-on-entry):
9872         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9873         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9874         * calc/calc.el (name): Use autoloadp & autoload-do-load.
9876 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
9878         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9879         function, not an obsolete variable (Bug#12046).
9881 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
9883         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
9885 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
9887         * emacs-lisp/pp.el (pp-display-expression): Select old selected
9888         window only if it is still live (Bug#12034).
9890 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
9892         * subr.el (redirect-frame-focus): Add advertised calling
9893         convention (Bug#12030).
9895 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
9897         Prefer typical American spelling for "acknowledgment".
9898         * vc/add-log.el (change-log-acknowledgment): Rename from
9899         change-log-acknowledgement, with an alias for the old name.
9901 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
9903         * calc-alg.el (math-simplify-divide): Don't cross multiply
9904         in an equation when the lhs is a variable.
9906 2012-07-24  Julien Danjou  <julien@danjou.info>
9908         * net/netrc.el (netrc-find-service-number, netrc-store-data):
9909         Remove, unused.
9911 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
9913         * startup.el (command-line): Don't display an empty user name in
9914         the error message about non-existent home directory, when
9915         init-file-user was set to an empty string.  See
9916         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9917         for the details and context.
9919 2012-07-22  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
9921         * ses.el (ses-cell-formula-aset): New macro.
9922         (ses-cell-references-aset): New macro.
9923         (ses-cell-p): New function.
9924         (ses-rename-cell): Do no longer rely on complex operations like
9925         ses-cell-set-formula or ses-set-cell to change the cell and handle
9926         the undo at the same time, but rather use lower level new macros
9927         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9928         the undo directly.  Refresh the mode line.
9930 2012-07-21  Leo Liu  <sdl.web@gmail.com>
9932         * progmodes/cc-cmds.el (c-defun-name):
9933         Use match-string-no-properties instead for consistency.
9935 2012-07-20  Leo Liu  <sdl.web@gmail.com>
9937         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9938         (Bug#7879)
9940         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9942 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9944         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9945         * progmodes/bug-reference.el, misearch.el: Provide themselves
9946         (bug#11915).
9948         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9949         of narrowed buffer (bug#11966).
9951 2012-07-20  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
9953         * ses.el (ses-rename-cell): Set new name also in reference list of
9954         cells of which the renamed cell depends.
9956 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
9958         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9959         to check whether menu-bar is shown or not.  If not shown,
9960         show the menu-bar as a popup menu instead of using tmm.
9961         * mouse.el (popup-menu): Accept `point' as `position' argument.
9963 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
9965         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9966         up inside string symbol literal (bug#11923).
9968 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
9970         * startup.el (fancy-startup-text): Read the whole tutorial, not
9971         just its first 256 bytes.  Prevents gibberish in display of the
9972         tutorial title.
9974 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
9976         Drop idle buffer compaction due to an absence of the
9977         proved efficiency.
9978         * compact.el: Remove.
9980 2012-07-19  Sam Steingold  <sds@gnu.org>
9982         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9983         vc-bzr-pull & vc-bzr-merge-branch.
9984         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9985         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9986         for consistency with compilation-error-regexp-alist.
9987         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9988         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9989         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9990         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9992 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9994         * emacs-lisp/chart.el: Use lexical-binding.
9995         (chart-emacs-storage): Don't hardcode the list of entries.
9997 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9999         Next round of tweaks caused by Fgarbage_collect changes.
10000         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
10002 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
10004         Compact buffers when idle.
10005         * compact.el: New file.
10007 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10009         * subr.el (eventp): Presume that if it looks vaguely like an event,
10010         it's an event (bug#10190).
10012 2012-07-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10014         Enhancements to ppss related code (thanks Stefan).
10015         * progmodes/python.el (python-indent-context)
10016         (python-indent-calculate-indentation, python-indent-dedent-line)
10017         (python-indent-electric-colon, python-nav-forward-block)
10018         (python-mode-abbrev-table)
10019         (python-info-assignment-continuation-line-p): Simplify checks
10020         for ppss context.
10021         (python-info-continuation-line-p): Cleanup.
10022         (python-info-ppss-context): Do not catch 'quote.
10023         (python-info-ppss-context-type)
10024         (python-info-ppss-comment-or-string-p): Simplify.
10026 2012-07-18  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10028         * progmodes/python.el: Enhancements to eldoc support.
10029         (python-info-current-symbol): New function.
10030         (python-eldoc-at-point): Use python-info-current-symbol.
10031         (python-info-current-defun): Fix cornercase on first defun scan.
10032         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
10033         and signal error when no inferior python process is available.
10035 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
10037         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10038         assume it's always t.
10039         (vc-git-registered): Remove caching, the function is only called
10040         once.
10041         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10043 2012-07-18  Chong Yidong  <cyd@gnu.org>
10045         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10047         * simple.el (count-words): Report on narrowing (Bug#9959).
10049         * bindings.el: Bind M-= to count-words.
10051         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10053 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
10055         * progmodes/sh-script.el (sh-imenu-generic-expression):
10056         Capture a function with `function' keyword and without parentheses
10057         like "function FOO" (bug#11856).
10059 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
10061         * window.el (split-window-sensibly): Make WINDOW argument
10062         optional.
10064 2012-07-18  Chong Yidong  <cyd@gnu.org>
10066         * subr.el (keyboard-translate): Doc fix (Bug#7261).
10068         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
10069         and make C-x 8 RET exit isearch (Bug#11439).
10071         * international/iso-transl.el: Move isearch-mode-map key
10072         definitions to isearch.el.
10074 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10076         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
10077         (eieio-defclass): Use gv-define-setter when possible.
10079 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
10081         Reflect recent changes in Fgarbage_collect.
10082         * emacs-lisp/chart.el (chart-emacs-storage): Change to
10083         reflect new format of data returned by Fgarbage_collect.
10085 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10087         New utility functions + python-info-ppss-context fix (Bug#11910).
10088         * progmodes/python.el (python-info-beginning-of-block-statement-p)
10089         (python-info-ppss-comment-or-string-p): New functions.
10090         (python-info-ppss-context): Small fix for string check.
10092 2012-07-17  Juri Linkov  <juri@jurta.org>
10094         * dired-aux.el (dired-do-async-shell-command): Doc fix.
10095         (dired-do-async-shell-command): Don't add `*' at the end of the
10096         command (Bug#11815).
10097         (dired-do-shell-command): Doc fix.
10098         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10099         Join the individual commands using either "&" or ";" as the
10100         separator depending on the values of these trailing characters.
10101         At the end re-add the trailing "&".  (Bug#10598)
10103         * simple.el (async-shell-command): Sync the interactive spec with
10104         `shell-command'.  Doc fix.
10105         (shell-command): Doc fix.
10107 2012-07-17  Juri Linkov  <juri@jurta.org>
10109         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
10111 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10113         Final renames and doc fixes for movement commands (bug#11899).
10114         * progmodes/python.el (python-nav-beginning-of-statement):
10115         Rename from python-nav-statement-start.
10116         (python-nav-end-of-statement): Rename from
10117         python-nav-statement-end.
10118         (python-nav-beginning-of-block): Rename from
10119         python-nav-block-start.
10120         (python-nav-end-of-block): Rename from python-nav-block-end.
10122 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10124         * progmodes/python.el (python-shell-send-string-no-output):
10125         Allow accept-process-output to quit, keeping shell process ready for
10126         future interactions (Bug#11868).
10128 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10130         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10132         * emacs-lisp/elint.el (elint-find-args-in-code):
10133         Use help-function-arglist, so as to handle lexical byte-code.
10135         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10136         change (bug#11826).
10138 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10140         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10141         Avoid spuriously marking the buffer as modified because of c-is-sws.
10143         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10144         as not-a-comment (bug#11946).
10146         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10147         for uninterned vars.
10149         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10150         Use read-event since we don't really want to read chars but bytes.
10152         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10153         $$..$$ but also $..$ using regexps (bug#11953).
10154         Use tex-verbatim for \url and \path.
10155         (tex-font-lock-keywords): Define as defconst like the others.
10156         (tex-common-initialization): Don't use font-lock-syntax-table any more.
10158 2012-07-16  RenĂ© Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
10160         * international/mule-cmds.el (ucs-insert): Make it an obsolete
10161         alias for insert-char.
10163 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10165         * progmodes/python.el: Simplified imenu implementation.
10166         (python-nav-jump-to-defun): Remove command.
10167         (python-mode-map): Use `imenu' instead.
10168         (python-nav-list-defun-positions-cache)
10169         (python-imenu-include-defun-type, python-imenu-make-tree)
10170         (python-imenu-subtree-root-label, python-imenu-index-alist):
10171         Remove vars.
10172         (python-nav-list-defun-positions, python-nav-read-defun)
10173         (python-imenu-tree-assoc, python-imenu-make-element-tree)
10174         (python-imenu-make-tree, python-imenu-create-index):
10175         Remove functions.
10176         (python-mode): Update to interact with imenu by setting
10177         `imenu-extract-index-name-function' only.
10179 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10181         * progmodes/python.el: Enhancements to navigation commands.
10182         (python-nav-backward-sentence)
10183         (python-nav-forward-sentence): Remove.
10184         (python-nav-backward-statement, python-nav-forward-statement)
10185         (python-nav-statement-start, python-nav-statement-end)
10186         (python-nav-backward-block, python-nav-forward-block)
10187         (python-nav-block-start, python-nav-block-end)
10188         (python-nav-forward-sexp-function)
10189         (python-info-current-line-comment-p)
10190         (python-info-current-line-empty-p): New functions.
10191         (python-indent-context): Use `python-nav-statement-start'.
10193 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
10195         * eshell/em-ls.el (eshell/ls): Use `apply'.
10197         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10198         multi-hops, instead of Tramp internals.
10200         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10202         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10203         when F1 and F2 are located on different hosts.
10205 2012-07-14  Chong Yidong  <cyd@gnu.org>
10207         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10208         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10209         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10210         (xterm-mouse--read-event-sequence-1000)
10211         (xterm-mouse--read-event-sequence-1006): New functions.  For old
10212         mouse protocol, handle M-mouse-X events correctly.
10213         (xterm-mouse-event): New arg specifying mouse protocol.
10214         (turn-on-xterm-mouse-tracking-on-terminal)
10215         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10216         sequence to toggle extended coordinates on newer XTerms.
10217         This appears to be harmless on terminals which do not support this.
10219 2012-07-14  Leo Liu  <sdl.web@gmail.com>
10221         Add fringe bitmap indicators for flymake.  (Bug#11253)
10222         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10223         (flymake-make-overlay): New arg BITMAP.
10224         (flymake-error-bitmap, flymake-warning-bitmap)
10225         (flymake-fringe-indicator-position): New user variables.
10227         * fringe.el: New bitmap exclamation-mark.
10229 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
10231         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10232         also (Bug#7879).
10234 2012-07-14  Chong Yidong  <cyd@gnu.org>
10236         * electric.el (electric-pair-post-self-insert-function): Fix pair
10237         insertion in empty-region case (Bug#11520).
10239 2012-07-14  Chong Yidong  <cyd@gnu.org>
10241         * bindings.el: Consolidate ctl-x-r-map bindings.
10242         Bind copy-rectangle-as-kill to C-x r w.
10244         * rect.el, register.el: Move bindings to bindings.el.
10246 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
10248         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10250 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
10252         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
10254 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
10256         * bindings.el (top): Use `mapc' instead of `mapcar'.
10258         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10260 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
10262         * progmodes/sql.el (sql-comint): Suppress the check for program on
10263         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
10264         (Bug#11908)
10266 2012-07-13  Chong Yidong  <cyd@gnu.org>
10268         * bindings.el: Assign a non-nil permanent-local property to
10269         per-buffer variables which lack a default value (Bug#11930).
10271         * help-fns.el (describe-variable): In the "automatically becomes
10272         local" notice, take note of permanent-local variables.
10274 2012-07-13  Chong Yidong  <cyd@gnu.org>
10276         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
10277         to allow printing the message when called from Lisp.
10279         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10280         Remove toggle-read-only.
10282         * bs.el (bs-toggle-readonly):
10283         * buff-menu.el (Buffer-menu-toggle-read-only):
10284         Remove with-no-warnings around toggle-read-only.
10286         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10287         Remove with-no-warnings around toggle-read-only.
10288         (ffap-read-only, ffap-read-only-other-window)
10289         (ffap-read-only-other-frame): Callers changed.
10291         * help-mode.el: Don't require view package.
10292         (help-mode-finish): Set buffer-read-only instead of calling
10293         toggle-read-only.
10295         * bindings.el (mode-line-toggle-read-only):
10296         * dired.el (dired-toggle-read-only):
10297         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10298         with non-nil second arg.
10300         * emacs-lisp/eieio-custom.el (eieio-customize-object):
10301         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10302         directly.
10304 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
10306         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10307         not incf.
10309 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10311         More CL cleanups and reduction of use of cl.el.
10312         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10313         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10314         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10315         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10316         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10317         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10318         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10319         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10320         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10321         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10322         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10323         * eshell/em-cmpl.el, eshell/em-banner.el:
10324         * calendar/parse-time.el: Use cl-lib.
10325         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10326         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10327         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10328         * term/ns-win.el, term.el, shell.el, ps-samp.el:
10329         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10330         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10331         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10332         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10333         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10334         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10335         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10336         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10337         `lambda' rather than with `quote'.
10338         (eshell-do-opt): Adjust accordingly.
10339         (eshell-process-option): Simplify.
10340         * eshell/esh-var.el:
10341         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10342         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10343         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10344         to `pcase--dontcare'.
10345         * emacs-lisp/cl.el (labels): Mark obsolete.
10346         (cl--letf, letf): Move to cl-lib.
10347         (cl--letf*, letf*): Remove.
10348         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10349         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10350         (cl-progv): Rewrite.
10351         (cl--letf, cl-letf): Move from cl.el.
10352         (cl-letf*): New macro.
10353         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10355 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
10357         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10359 2012-07-11  Chong Yidong  <cyd@gnu.org>
10361         * vc/log-edit.el (log-edit-vc-backend): New variable.
10362         (log-edit): Doc fix.
10364         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
10365         argument of log-edit to set up all local variables.
10366         (vc-start-logentry): New optional arg specifying VC backend.
10368         * vc/vc.el (vc-checkin): Use it.
10369         (vc-deduce-fileset): Handle Log Edit buffers.
10370         (vc-diff): Make first argument optional too.
10372         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10374 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
10376         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10377         command, just in case.  The function is not needed anymore.
10378         (eshell-external-command): Do not call `eshell-remote-command'.
10380 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10382         Reduce use of (require 'cl).
10383         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10384         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10385         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10386         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10387         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10388         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10389         * battery.el, avoid.el, abbrev.el: Use cl-lib.
10390         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10391         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10392         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10393         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10394         * calculator.el, autorevert.el, apropos.el: Don't require CL.
10395         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10396         (byte-compile-unfold-bcf, byte-compile-check-variable):
10397         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10398         (byte-compile-nilconstp):
10399         * emacs-lisp/autoload.el (make-autoload): Use pcase.
10400         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10402         * emacs-lisp/gv.el (cond): Make it a valid place.
10403         (if): Simplify slightly.
10405         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10406         (pcase--self-quoting-p): New function.
10407         (pcase--u1): Use it.
10409 2012-07-10  Glenn Morris  <rgm@gnu.org>
10411         * emacs-lisp/authors.el (authors-fixed-entries):
10412         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10414 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10416         Rename configure.in to configure.ac (Bug#11603).
10417         * emacs-lisp/authors.el (authors-canonical-file-name):
10418         * progmodes/autoconf.el (autoconf-mode):
10419         Prefer configure.ac to configure.in.
10421 2012-07-08  Chong Yidong  <cyd@gnu.org>
10423         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10424         Implement the mouse-1-click-follows-link handling properly.
10426         * info.el (Info-link-keymap): Use follow-link mechanism for
10427         header-line links (Bug#374).
10429         * simple.el (deactivate-mark): Do not set the primary selection
10430         if another program has acquired it (Bug#11772).
10432 2012-07-07  Kevin Ryde  <user42@zip.com.au>
10434         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10435         (woman-decode-region): Replace escaped-escapes without destroying
10436         bold or underline (Bug#11552).
10437         (woman2-process-escapes): Handle nofill regions (Bug#11591).
10439 2012-07-07  Chong Yidong  <cyd@gnu.org>
10441         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10442         (interprogram-cut-function, interprogram-paste-function):
10443         Mention that we typically mean the clipboard.
10445 2012-07-06  Glenn Morris  <rgm@gnu.org>
10447         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
10449         * files.el (toggle-read-only): Restrict message to interactive use.
10451 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
10453         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10455         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10457 2012-07-06  Glenn Morris  <rgm@gnu.org>
10459         * Makefile.in (compile-one-process): Rename from "recompile".
10461         * Makefile.in (bzr-update): "compile" is the same as "recompile
10462         autoloads", but parallelizable, so use that instead.
10464 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
10466         * window.el (quit-window): Always restore window height when
10467         it's saved in quit-restore parameter (Bug#11810).
10469 2012-07-06  Glenn Morris  <rgm@gnu.org>
10471         * simple.el (kill-whole-line): Doc tweak.
10473 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
10475         * files.el (file-relative-name): Compare file names
10476         case-insensitively if on MS-Windows or MS-DOS, or if
10477         read-file-name-completion-ignore-case is non-nil.  Don't use
10478         case-fold-search for this purpose.  (Bug#11827)
10480 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
10482         * calendar/cal-dst.el (calendar-current-time-zone):
10483         Return calendar-current-time-zone-cache if non-nil.
10485 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
10486 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
10488         * calendar/cal-dst.el (calendar-current-time-zone):
10489         Return calendar-current-time-zone-cache if non-nil.
10491 2012-07-06  Glenn Morris  <rgm@gnu.org>
10493         * Makefile.in (cvs-update): Remove old alias.
10495 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
10497         Sync with Tramp 2.2.6-pre.
10499         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10500         compatible declaration.
10502         * net/tramp-cmds.el (tramp-append-tramp-buffers):
10503         Protect `list-load-path-shadows' call.
10505         * net/tramp-compat.el (top): Require packages, which aren't
10506         autoloaded anymore for XEmacs.  Protect call of
10507         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10508         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
10509         it hurts at least for SXEmacs.
10510         (tramp-compat-temporary-file-directory): In XEmacs, there is no
10511         standard-value for `temporary-file-directory'.
10513         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10514         Redirect stderr to /dev/null.
10515         (tramp-sh-handle-write-region): uid and gid can be floats.
10516         Reported by Russell Sim <russell.sim@gmail.com>.
10517         (tramp-sh-handle-vc-registered): Hide errors.
10518         (tramp-vc-file-name-handler): Use dummy results for `process-file'
10519         and `start-file-process'.
10520         (tramp-maybe-open-connection): Check also whether `non-essential'
10521         is bound.
10523 2012-07-04  Chong Yidong  <cyd@gnu.org>
10525         * xml.el (xml--parse-buffer): Use xml-syntax-table.
10526         (xml-parse-tag): Likewise, and avoid changing entity tables.
10527         (xml-syntax-table): Define from scratch, making sure not to give
10528         x2000 and other Unicode spaces whitespace syntax, since those are
10529         not spaces in XML.
10530         (xml-parse-fragment): Delete unused function.
10531         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10532         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10533         (xml-entity-ref, xml-pe-reference-re)
10534         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10535         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10536         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10537         (xml-entity-value-re): Use syntax references in regexps where
10538         possible; no need to define inside a let-binding.
10539         (xml-parse-dtd): Use xml-pe-reference-re.
10540         (xml-entity-or-char-ref-re): New defconst.
10541         (xml-parse-string, xml-substitute-special): Use it.
10543 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10545         * files.el (locate-dominating-file): Allow `name' to be a predicate.
10546         (find-file--read-only): New function.
10547         (find-file-read-only, find-file-read-only-other-window)
10548         (find-file-read-only-other-frame): Use it.
10549         (insert-file-contents-literally): Don't `fset'.
10550         (get-free-disk-space): Use locate-dominating-file.
10552         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10553         function is already compiled.
10555         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
10557 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
10559         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10560         files on the same host.
10562 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
10564         * help-fns.el (describe-function-1): Only call
10565         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
10567 2012-07-03  Chong Yidong  <cyd@gnu.org>
10569         * xml.el: Protect parser against XML bombs.
10570         (xml-entity-expansion-limit): New variable.
10571         (xml-parse-string, xml-substitute-special): Use it.
10572         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10574 2012-07-03  Glenn Morris  <rgm@gnu.org>
10576         * progmodes/bug-reference.el (bug-reference-bug-regexp):
10577         Allow linking to specific messages in debbugs reports (eg 123#5).
10579 2012-07-02  Chong Yidong  <cyd@gnu.org>
10581         * xml.el: Fix entity and character reference expansion, allowing
10582         them to expand into markup as per XML spec.
10583         (xml-default-ns): New variable.
10584         (xml-entity-alist): Use XML spec definitions for lt and amp.
10585         (xml-parse-region): Make first two arguments optional.
10586         Discard text properties.
10587         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10588         All callers changed.
10589         (xml-parse-tag): Call xml-parse-tag-1.  For backward
10590         compatibility, this function should not modify buffer contents.
10591         (xml-parse-tag-1): Fix opening-tag regexp.
10592         (xml-parse-string): Rewrite, handling entity and character
10593         references properly.
10594         (xml--entity-replacement-text): Signal an error if a parameter
10595         entity is undefined.
10597 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10599         * comint.el (comint-output-filter): Filter out repeated prompts.
10601         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10602         and file-name-absolute-p.
10603         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10604         internal calls.
10606 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10608         Spelling fixes.
10609         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10610         Rename from byte-compile--refiy-function.  All uses changed.
10612 2012-07-01  Chong Yidong  <cyd@gnu.org>
10614         * xml.el (xml--parse-buffer): New function.  Move most of
10615         xml-parse-region here.
10616         (xml-parse-region): Copy region into a temporary buffer, since
10617         parameter entity substitution requires changing buffer contents.
10618         Use xml--parse-buffer.
10619         (xml-parse-file): Use xml--parse-buffer.
10620         (xml-parse-dtd): Make parameter entity substitution work right.
10621         Use proper regexps for ELEMENT declarations (Bug#7172).
10623 2012-06-30  Glenn Morris  <rgm@gnu.org>
10625         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10627         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10628         Remove outdated and unnecessary dbus declarations.
10630 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
10632         * emacs-lisp/timer.el (timer-until): Subtract results of
10633         float-time, instead of taking float-time of the result of
10634         time-subtract, since float-time signals an error for negative time
10635         arguments.
10637 2012-06-30  Chong Yidong  <cyd@gnu.org>
10639         * xml.el (xml-*-re): Convert defvars into defconsts, and
10640         eval-and-compile them so eval-and-compile works on derivatives.
10641         (xml--entity-replacement-text): Use eval-and-comple.
10643 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
10645         * vc/vc-git.el (vc-git-registered): Use cache property
10646         `git-registered'.
10647         (vc-git-mode-line-string): Call `vc-working-revision' instead of
10648         `vc-git-working-revision' in order to benefit from the cache.
10649         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
10651 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10653         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10654         removed (likely outside Emacs).  (Bug#11757)
10656 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10658         * emacs-lisp/cl-lib.el: Require macroexp.
10660 2012-06-30  Chong Yidong  <cyd@gnu.org>
10662         * xml.el: Implement XML parameter entities.
10663         (xml-parameter-entity-alist): New variable.
10664         (xml-parse-region, xml-parse-fragment): Preserve previous values
10665         of xml-entity-alist and xml-parameter-entity-alist, so that
10666         repeated calls on different documents do not change them.
10667         (xml-parse-tag): Fix doctype regexp.
10668         (xml--entity-replacement-text): New function.
10669         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
10670         properly requires url retrieval which is unimplemented.
10671         (xml-escape-string): Doc fix.
10673 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10675         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10677 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
10679         * fringe.el (fringe-mode): Doc fix.
10681 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
10683         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10684         is non-nil.
10685         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10686         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
10688 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
10690         * calendar/cal-dst.el (calendar-current-time-zone):
10691         Return calendar-current-time-zone-cache if non-nil.
10693 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
10695         * progmodes/which-func.el (which-func-format):
10696         Add mouse-face.  (Bug#11698)
10698 2012-06-29  Leo Liu  <sdl.web@gmail.com>
10700         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10702 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10704         * minibuffer.el (minibuffer-confirm-exit-commands):
10705         Add completion-at-point (bug#11725).
10707 2012-06-29  Glenn Morris  <rgm@gnu.org>
10709         * progmodes/f90.el (f90-font-lock-keywords-2):
10710         Add some preprocessor elements.  (Bug#10499)
10712 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10714         * progmodes/cperl-mode.el (cperl-update-syntaxification):
10715         Use syntax-propertize (bug#11739).
10717 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
10719         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10721 2012-06-28  Julien Danjou  <julien@danjou.info>
10723         * term.el (term-handle-colors-array): Use a set of new faces to
10724         color the terminal.  Also uses :inverse-video property.
10725         (term-default-fg-color): Set to nil by default, deprecate in favor
10726         of `term-face'.
10727         (term-default-bg-color): Set to nil by default, deprecate in favor
10728         of `term-face'.
10729         (term-current-face): Use `term-face' by default.
10730         (term-bold-attribute): Variable deleted.
10732 2012-06-28  Glenn Morris  <rgm@gnu.org>
10734         * simple.el (completion-list-mode-finish):
10735         Don't use toggle-read-only.  (Since completion-list-mode has
10736         a special mode-class, it wasn't doing anything extra anyway.)
10738 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10740         Make inlining of other-mode interpreted functions work (bug#11799).
10741         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10742         (byte-compile): Use it to fix compilation of lexical-binding closures.
10743         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10744         function, if needed.
10746 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10748         * help-mode.el (help-make-xrefs): Don't just withstand
10749         cyclic-variable-indirection but any error in documentation-property.
10751         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10752         memory use.
10753         * bindings.el (bindings--define-key): New function.
10754         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10755         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10756         * bindings.el: Use it to purecopy define-key bindings.
10758         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10760         * emacs-lisp/cl.el (flet): Mark obsolete.
10761         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10762         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10763         * progmodes/js.el (js-c-fill-paragraph):
10764         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10765         (ebrowse-switch-member-buffer-to-derived-class):
10766         * play/5x5.el (5x5-solver): Use cl-flet.
10768         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
10769         (cl--symbol-function): New macro.
10770         (cl--letf, cl--letf*): Use it.
10772         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10773         Strip "toggle-" if any.
10775 2012-06-27  Glenn Morris  <rgm@gnu.org>
10777         * info.el (Info-default-directory-list): Move here from paths.el.
10778         * paths.el: Remove file, which is now empty.
10779         * loadup.el: No longer load "paths".
10781         * custom.el (custom-initialize-delay): Doc fix.
10783         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10784         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10785         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10786         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10787         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10788         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10789         * eshell/eshell.el (eshell-defgroup): Remove alias.
10791 2012-06-27  Chong Yidong  <cyd@gnu.org>
10793         * help.el (help-enable-auto-load): New variable.
10795         * help-fns.el (help-fns--autoloaded-p): New function.
10796         (describe-function-1): Refer to a function as "autoloaded" if it
10797         was autoloaded at any time in the past.  Perform autoloading if
10798         help-enable-auto-load is non-nil.
10800 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
10802         * makefile.w32-in (compile, compile-always): Depend on
10803         update-subdirs, not on subdirs.el.  Otherwise, several different
10804         sub-targets of 'bootstrap' running in parallel could
10805         simultaneously write to subdirs.el, producing a garbled file.
10807 2012-06-26  Sam Steingold  <sds@gnu.org>
10809         * files.el (file-name-base): New convenience function.
10810         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10811         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10812         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10813         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10814         * textmodes/ispell.el, textmodes/reftex-ref.el:
10815         * textmodes/tex-mode.el: Use it.
10816         Did not touch cedet and org because they are maintained elsewhere.
10818 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
10820         * calendar/calendar.el (calendar-exit): Don't try to delete or
10821         iconify last frame.  See:
10822         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10824 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
10826         * server.el (server-process-filter): Remember dir in the
10827         process's `server-client-directory' properties.
10829 2012-06-24  Chong Yidong  <cyd@gnu.org>
10831         * xml.el (xml-parse-tag): Correctly handle comment embedded in
10832         non-tag text.
10834 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
10836         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10838 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10840         * help-fns.el (describe-variable): Don't croak when doc is not found.
10841         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10842         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10843         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10844         * emacs-lisp/smie.el (smie-next-sexp): CSE.
10845         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10846         ((lambda ..) ..).
10847         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10849 2012-06-23  Chong Yidong  <cyd@gnu.org>
10851         * info.el (Info-mouse-follow-link): Accept symbol values of
10852         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
10853         (Info-fontify-node): Use Info-link-keymap for all navigation
10854         buttons, with link-args property to perform the desired action.
10855         (Info-link-keymap): Doc fix.
10856         (Info-next-link-keymap, Info-prev-link-keymap)
10857         (Info-up-link-keymap): Delete now-unused keymaps.
10859 2012-06-23  Chong Yidong  <cyd@gnu.org>
10861         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10863         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10864         system abbrevs.
10866         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10868 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10870         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10871         (bug#11719).
10873         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10874         the requote function doesn't work properly (bug#11714).
10876 2012-06-23  Glenn Morris  <rgm@gnu.org>
10878         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10880 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10882         Further GV/CL cleanups.
10883         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10884         gv-expander.
10885         (gv--defun-declaration): New function.
10886         (defun-declarations-alist): Use it.
10887         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10888         (gv-place): Autoload.
10889         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10890         original definition of dotimes and dolist.
10891         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10892         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10893         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10894         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10895         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10896         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10897         to the function's definition.
10898         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10899         * window.el:
10900         * files.el:
10901         * faces.el:
10902         * env.el: Don't use CL.
10904 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10906         Support higher-resolution time stamps (Bug#9000).
10908         * calendar/time-date.el (with-decoded-time-value): New arg
10909         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
10910         (encode-time-value): New optional arg PICO.  New type 3.
10911         (time-to-seconds) [!float-time]: Support the new picoseconds
10912         component if it's used.
10913         (seconds-to-time, time-subtract, time-add):
10914         Support ps-resolution time stamps as well.
10916         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
10917         (timerp): Timer vectors now have length 9, not 8.
10918         (timer--time): Support new-style (4-part) time stamps.
10919         (timer-next-integral-multiple-of-time): Time stamps now have
10920         picosecond resolution, so take a bit more care about rounding.
10921         (timer-relative-time, timer-inc-time): New optional arg psecs.
10922         (timer-set-time-with-usecs): Set psecs to 0.
10923         (timer--activate): Check psecs component, too.
10925         * proced.el (proced-time-lessp): Support ps-resolution stamps.
10927 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10929         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10930         Move the non-essential binding to the post/pre-command-hook where it is
10931         more obviously correct.
10933         * subr.el (read-passwd): Don't use a history at all.
10934         * savehist.el (savehist-save): Remove password saved accidentally
10935         because of the above bug.
10937 2012-06-22  Bastien Guerry  <bzg@gnu.org>
10939         * files.el (toggle-read-only): Display a message telling whether
10940         the buffer is read-only or not (bug#11726).
10942 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10944         * emacs-lisp/gv.el: New file.
10945         * subr.el (push, pop): Extend to generalized variables.
10946         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10947         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10948         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
10949         gv-define-simple-setter, and gv-define-expander.
10950         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
10951         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10952         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10953         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10954         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10955         gv-letplace.
10956         (cl-defstruct): Don't define setf-method any more.
10957         * emacs-lisp/cl.el (flet): Don't autoload.
10958         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10959         (define-setf-expander, defsetf, define-modify-macro)
10960         (cl-struct-setf-expander): Move from cl-lib.el.
10961         * emacs-lisp/syntax.el:
10962         * emacs-lisp/ewoc.el:
10963         * emacs-lisp/smie.el:
10964         * emacs-lisp/cconv.el:
10965         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10966         (timer--time): Use gv-define-simple-setter.
10967         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10968         to avoid coding-system problems in subr.el.  Adjust all users.
10969         (macroexp--maxsize, macroexp-small-p): New functions.
10970         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10971         * scroll-bar.el (scroll-bar-mode):
10972         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10973         (normal-erase-is-backspace-mode): Don't use the `eq' place.
10974         * winner.el (winner-configuration, winner-make-point-alist)
10975         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10976         * files.el (locate-file-completion-table): Avoid list*.
10978 2012-06-22  Chong Yidong  <cyd@gnu.org>
10980         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10981         (dired-create-files): Doc fix (Bug#11329).
10982         (dired-do-copy): Doc fix (Bug#11334).
10983         (dired-mark-read-string): Doc fix (Bug#11553).
10985         * dired.el (dired-recursive-copies, dired-recursive-deletes):
10986         Doc fix (Bug#11326).
10987         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
10988         (dired-dwim-target): Doc fix.
10990         * wdired.el (wdired-mode): Doc fix.
10992 2012-06-22  Glenn Morris  <rgm@gnu.org>
10994         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10995         (pcmpl-rpm-cache-stamp-file): New constant.
10996         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10997         (pcmpl-rpm-packages): Optionally cache list of packages.
10999         * pcmpl-rpm.el (pcmpl-rpm): New group.
11000         (pcmpl-rpm-query-options): New option.
11001         (pcmpl-rpm-packages): No need to inline it.
11002         Use pcmpl-rpm-query-options.
11004         * calendar/calendar.el (calendar-in-read-only-buffer):
11005         Avoid some needless mode changes.
11007 2012-06-21  Chong Yidong  <cyd@gnu.org>
11009         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
11010         (desktop-path): Remove . from the default value (Bug#10977).
11011         (desktop-read): Use user-emacs-directory if desktop-path is nil.
11013 2012-06-20  Chong Yidong  <cyd@gnu.org>
11015         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11017 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
11019         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11020         (bug#11201).
11022 2012-06-20  Chong Yidong  <cyd@gnu.org>
11024         * term.el (term-window-width): Handle the case of a missing right
11025         fringe (Bug#8837).
11026         (term-check-size): Use window-text-height (Bug#5445).
11027         (term-mode): Use define-derived-mode.  Minor cleanups.
11028         Set font-lock-defaults (Bug#7692).
11029         (term-move-columns, term-insert-char, term-emulate-terminal)
11030         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11032 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
11034         * net/ange-ftp.el (ange-ftp-get-passwd):
11035         Bind `enable-recursive-minibuffers'.
11036         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11038 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
11040         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11042 2012-06-19  Glenn Morris  <rgm@gnu.org>
11044         * progmodes/python.el (python-mode): Derive from prog-mode.
11046 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
11048         * emulation/edt.el (edt-default-menu-bar-update-buffers)
11049         (edt-user-menu-bar-update-buffers): New functions.
11050         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11052 2012-06-19  Chong Yidong  <cyd@gnu.org>
11054         * subr.el (with-selected-window): Preserve the selected window's
11055         terminal's top-frame (Bug#4702).
11057         * window.el (save-selected-window): Likewise.
11059 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11061         * progmodes/python.el (python-rx-constituents): Move backquote.
11062         (python-skeleton-define, python-define-auxiliary-skeleton):
11063         Use `declare'.
11065 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
11067         * minibuffer.el (read-file-name-default): Revert the patch from
11068         2012-06-17.
11070 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11072         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
11073         (pcase--u1, pcase--q1): Don't use apply-partially.
11075 2012-06-18  Glenn Morris  <rgm@gnu.org>
11077         * progmodes/python.el (python-proc, python-buffer)
11078         (python-send-receive, python-send-string): Fix obsolete versions.
11080 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
11082         * window.el (special-display-p): Completely remove stringp
11083         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
11085 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
11087         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
11089         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
11091         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11092         * net/tramp-sh.el (tramp-maybe-open-connection):
11093         Throw if `non-essential' is non-nil.
11095 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
11097         * window.el (special-display-p): Signal an error if BUFFER-NAME
11098         is not a string (Bug#11713).
11100 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
11102         * progmodes/python.el (python-info-beginning-of-backslash):
11103         Rename from python-info-beginning-of-backlash, as a spelling fix.
11105 2012-06-17  Chong Yidong  <cyd@gnu.org>
11107         * term.el (term-emulate-terminal): If term-check-size is called,
11108         move point to the process mark without resetting point (Bug#4635).
11110 2012-06-17  Glenn Morris  <rgm@gnu.org>
11112         * international/mule-cmds.el (mule-menu-keymap)
11113         (set-language-environment, set-locale-environment): Doc tweaks.
11115 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
11117         * cus-face.el (custom-face-attributes): Add wave-style underline
11118         attribute.
11119         * faces.el (set-face-attribute): Update docstring to describe
11120         wave-style underline attribute.
11122 2012-06-16  Chong Yidong  <cyd@gnu.org>
11124         * term/xterm.el (terminal-init-xterm): Discard input before
11125         querying background mode (Bug#10959).
11127 2012-06-16  Stefan Merten  <smerten@oekonux.de>
11129         * textmodes/rst.el: Added and corrected some comments.
11130         (rst-re-alist-def): Improve symbol syntax.
11131         (rst-mode-syntax-table): Correct syntax entries.
11132         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11133         (rst-official-version, rst-official-cvs-rev): Update version
11134         information.
11136 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
11138         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11139         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11141 2012-06-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11143         * progmodes/python.el: New python.el merge.
11144         (python-guess-indent): Obsolete var.
11145         (python-indent-guess-indent-offset): New defcustom.
11146         (python-indent): Obsolete var.
11147         (python-indent-offset): New defcustom.
11148         (python-python-command, python-jython-command): Delete var.
11149         (python-shell-interpreter): New defcustom.
11150         (python-pdbtrack-do-tracking-p): Delete var.
11151         (python-pdbtrack-activate): New defcustom.
11152         (python-use-skeletons): Obsolete var.
11153         (python-skeleton-autoinsert): New defcustom.
11154         (inferior-python-filter-regexp, python-continuation-offset)
11155         (python-honour-comment-indentation, python-indent-string-contents)
11156         (python-jython-packages, python-mode-hook)
11157         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11158         (python-shell-prompt-alist)
11159         (python-source-modes): Delete defcustoms.
11160         (python-check-buffer-name, python-eldoc-setup-code)
11161         (python-eldoc-string-code, python-ffap-setup-code)
11162         (python-ffap-string-code, python-fill-comment-function)
11163         (python-fill-decorator-function, python-fill-paren-function)
11164         (python-fill-string-function, python-imenu-include-defun-type)
11165         (python-imenu-make-tree, python-imenu-subtree-root-label)
11166         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11167         (python-shell-compilation-regexp-alist)
11168         (python-shell-completion-module-string-code)
11169         (python-shell-completion-pdb-string-code)
11170         (python-shell-completion-setup-code)
11171         (python-shell-completion-string-code)
11172         (python-shell-enable-font-lock, python-shell-exec-path)
11173         (python-shell-extra-pythonpaths)
11174         (python-shell-internal-buffer-name, python-shell-interpreter-args)
11175         (python-shell-process-environment)
11176         (python-shell-prompt-block-regexp)
11177         (python-shell-prompt-output-regexp)
11178         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11179         (python-shell-send-setup-max-wait, python-shell-setup-codes)
11180         (python-shell-virtualenv-path): New defcustoms.
11181         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11182         (inferior-python-mode-syntax-table, python--prompt-regexp)
11183         (python-buffer, python-command python-python-command)
11184         (python-default-template, python-imports, python-indent-index)
11185         (python-indent-list, python-indent-list-length)
11186         (python-mode-running, python-pdbtrack-is-tracking-p)
11187         (python-preoutput-continuation, python-preoutput-leftover)
11188         (python-preoutput-result, python-preoutput-skip-next-prompt)
11189         (python-prev-dir/file, python-recursing)
11190         (python-saved-check-command, python-version-checked)
11191         (python-which-func-length-limit)
11192         (view-return-to-alist): Delete vars.
11193         (python-check-custom-command, python-dotty-syntax-table)
11194         (python-imenu-index-alist, python-indent-current-level)
11195         (python-indent-dedenters, python-indent-levels)
11196         (python-nav-beginning-of-defun-regexp)
11197         (python-nav-list-defun-positions-cache)
11198         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11199         (python-shell-internal-buffer)
11200         (python-skeleton-available): New vars.
11201         (def-python-skeleton): Delete macro.
11202         (python-skeleton-define): New macro.
11203         (python-define-auxiliary-skeleton, python-rx): New macros.
11204         (python-insert-class): Delete command.
11205         (python-skeleton-class): New command.
11206         (python-insert-def): Delete command.
11207         (python-skeleton-def): New command.
11208         (python-insert-for): Delete command.
11209         (python-skeleton-for): New command.
11210         (python-insert-if): Delete command.
11211         (python-skeleton-if): New command.
11212         (python-insert-try/except, python-insert-try/finally): Delete commands.
11213         (python-skeleton-try): New command.
11214         (python-insert-while): Delete command.
11215         (python-skeleton-while): New command.
11216         (python-backspace): Delete command.
11217         (python-indent-dedent-line-backspace): New command.
11218         (python-electric-colon): Delete command.
11219         (python-indent-electric-colon): New command.
11220         (python-guess-indent): Delete command.
11221         (python-indent-guess-indent-offset): New command.
11222         (python-shift-left): Delete command.
11223         (python-indent-shift-left): New command.
11224         (python-shift-right): Delete command.
11225         (python-indent-shift-right): New command.
11226         (python-find-function): Delete command.
11227         (python-nav-jump-to-defun): New command.
11228         (python-next-statement): Delete command.
11229         (python-nav-forward-sentence): New command.
11230         (python-previous-statement): Delete command.
11231         (python-nav-backward-sentence): New command.
11232         (python-fill-paragraph): Delete command.
11233         (python-fill-paragraph-function): New command.
11234         (python-send-buffer): Delete command.
11235         (python-shell-send-buffer): New command.
11236         (python-send-defun): Delete command.
11237         (python-shell-send-defun): New command.
11238         (python-send-region, python-send-region-and-go): Delete commands.
11239         (python-shell-send-region)
11240         (python-shell-switch-to-shell): New commands.
11241         (python-send-string): Delete command.
11242         (python-shell-send-string): New command.
11243         (python-switch-to-python): Delete command.
11244         (python-shell-switch-to-shell): New command.
11245         (python-describe-symbol): Delete command.
11246         (python-eldoc-at-point): New command.
11247         (python--set-prompt-regexp, python-args-to-list)
11248         (python-after-info-look, python-check-version)
11249         (python-check-comint-prompt, python-find-imports)
11250         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11251         (python-unload-function, python-expand-template)
11252         (python-maybe-jython, python-preoutput-filter)
11253         (python-pdbtrack-get-source-buffer)
11254         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11255         (python-pdbtrack-toggle-stack-tracking)
11256         (python-pdbtrack-track-stack-file, python-initial-text)
11257         (python-first-word, python-comment-line-p, python-send-command)
11258         (python-setup-brm, python-sentinel, python-set-proc)
11259         (python-skip-out, python-input-filter, python-outdent-p)
11260         (python-outline-level, python-backslash-continuation-line-p)
11261         (python-end-of-block, python-end-of-statement, python-mark-block)
11262         (python-beginning-of-block, python-beginning-of-statement)
11263         (python-blank-line-p, python-beginning-of-string)
11264         (python-open-block-statement-p): Delete functions.
11265         (python-indent-line, python-indent-line-1): Delete functions.
11266         (python-indent-line): New function.
11267         (python-indentation-levels): Delete function.
11268         (python-indent-calculate-levels): New function.
11269         (python-proc): Delete function.
11270         (python-shell-get-process): New function.
11271         (python-send-receive): Delete function.
11272         (python-shell-send-string-no-output): New function.
11273         (python-module-path): Delete function.
11274         (python-ffap-module-path): New function.
11275         (python-completion-at-point)
11276         (python-symbol-completions): Delete functions.
11277         (python-completion-complete-at-point): New function.
11278         (python-load-file): Delete function.
11279         (python-shell-send-file): New function.
11280         (python-calculate-indentation): Delete function.
11281         (python-indent-calculate-indentation): New function.
11282         (python-skip-comments/blanks): Delete function.
11283         (python-util-forward-comment): New function.
11284         (python-continuation-line-p): Delete function.
11285         (python-info-continuation-line-p): New function.
11286         (python-which-func, python-current-defun): Delete function.
11287         (python-info-current-defun): New function.
11288         (python-beginning-of-defun): Delete function.
11289         (python-nav-beginning-of-defun): New function.
11290         (python-close-block-statement-p)
11291         (python-block-end-p): Delete function.
11292         (python-info-closing-block): New function.
11293         (python-comint-output-filter-function)
11294         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11295         (python-fill-comment, python-fill-decorator, python-fill-paren)
11296         (python-fill-string, python-imenu-make-element-tree)
11297         (python-imenu-make-tree, python-imenu-tree-assoc)
11298         (python-indent-context, python-indent-dedent-line)
11299         (python-indent-line-function)
11300         (python-indent-post-self-insert-function)
11301         (python-indent-toggle-levels)
11302         (python-info-assignment-continuation-line-p)
11303         (python-info-beginning-of-backlash)
11304         (python-info-block-continuation-line-p)
11305         (python-info-closing-block-message)
11306         (python-info-line-ends-backslash-p)
11307         (python-info-looking-at-beginning-of-defun)
11308         (python-info-ppss-context, python-info-ppss-context-type)
11309         (python-nav-list-defun-positions, python-nav-read-defun)
11310         (python-nav-sentence-end, python-nav-sentence-start)
11311         (python-pdbtrack-comint-output-filter-function)
11312         (python-pdbtrack-set-tracked-buffer)
11313         (python-shell-calculate-exec-path)
11314         (python-shell-calculate-process-environment)
11315         (python-shell-completion--do-completion-at-point)
11316         (python-shell-completion--get-completions)
11317         (python-shell-completion-complete-at-point)
11318         (python-shell-completion-complete-or-indent)
11319         (python-shell-get-or-create-process)
11320         (python-shell-get-process-name)
11321         (python-shell-internal-get-or-create-process)
11322         (python-shell-internal-get-process-name)
11323         (python-shell-internal-send-string, python-shell-make-comint)
11324         (python-shell-parse-command, python-shell-send-setup-code)
11325         (python-skeleton-add-menu-items)
11326         (python-util-clone-local-variables, python-util-position)
11327         (run-python-internal, python-indentation-levels)
11328         (python-nav-beginning-of-defun)
11329         (python-completion-complete-at-point): New functions.
11330         (run-python): Change arguments.  New API requirements.
11332 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11334         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11335         (bug#11649).
11337         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11338         (macroexp--expand-all): Use it.
11340         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11341         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11342         Use `cl-function' instead.
11344 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
11346         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11347         Suggested by Stefan Monnier while discussing bug#11657.
11349 2012-06-14  Sam Steingold  <sds@gnu.org>
11351         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11353 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11355         * play/doctor.el (doctor-doc): Remove parameter and use
11356         doctor-sent instead of sent.
11357         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
11359 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11361         * files.el: Require cl-lib.
11362         (file-name-non-special): Replace case -> cl-case.
11364         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11366         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11367         mapping from #' to function*.
11369 2012-06-13  Chong Yidong  <cyd@gnu.org>
11371         * mouse.el (mouse-drag-track): Do not set the mark if the user
11372         releases the mouse without selecting anything (Bug#11588).
11374 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11376         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11377         as well (bug#11646).
11379         * loadup.el: Count byte-code functions as well.
11381         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11382         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11384         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11385         (bug#11649).  Add cl-defun and cl-defmacro.
11387 2012-06-13  Drew Adams  <drew.adams@oracle.com>
11389         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11390         Fix last change.
11392 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
11394         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11395         Otherwise, it blocks in batch mode.
11397 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
11399         * help-mode.el (bookmark-make-record-default): Declare.
11401 2012-06-13  Chong Yidong  <cyd@gnu.org>
11403         * emacs-lisp/package.el (list-packages): Compute a list of
11404         packages that are newly-available since the last list-packages
11405         invocation.
11406         (package-menu--new-package-list): New var.
11407         (package-menu--generate, package-menu--print-info)
11408         (package-menu--status-predicate, package-menu-mark-install):
11409         Handle new status label "new".
11411 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11413         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11414         conversion to backquotes.
11416 2012-06-12  Chong Yidong  <cyd@gnu.org>
11418         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11419         Rename from gud-inhibit-global-bindings.
11421         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11423         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11424         hook from nxml-glyph-set-hook.
11426         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11427         declaration.
11429         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11431         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11432         Convert to defcustom.
11434 2012-06-12  Drew Adams  <drew.adams@oracle.com>
11436         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11437         New functions.
11438         (help-mode): Use them.
11440 2012-06-11  Glenn Morris  <rgm@gnu.org>
11442         * progmodes/fortran.el (fortran-font-lock-keywords-3):
11443         Use preprocessor face for directives.
11444         (fortran-directive-re): Doc fix.
11446 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11448         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11449         conversion to backquotes (bug#11652).
11451         Fix compiler-expansion of CL's cXXr functions (bug#11673).
11452         * emacs-lisp/cl-lib.el (cl--defalias): New function.
11453         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11454         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11455         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11456         (cl-ninth, cl-tenth): Mark them as inlinable.
11457         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11458         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11459         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11460         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11461         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11462         (cl-list*, cl-adjoin): Don't put an autoload manually.
11463         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11464         (cl--compiler-macro-list*): Add autoload cookie.
11465         (cl--compiler-macro-cXXr): New function.
11467         * help-fns.el (help-fns--compiler-macro): New function extracted from
11468         describe-function-1; follow aliases and use `compiler-macro' property.
11469         (describe-function-1): Use it.
11471 2012-06-11  Chong Yidong  <cyd@gnu.org>
11473         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11474         is uninstalled, if imagemagick is installed.
11476 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11478         * emacs-lisp/cl-lib.el: Use lexical-binding.
11479         (cl-map-extents, cl-maclisp-member): Remove.
11480         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11481         (cl--set-substring, cl--block-wrapper, cl--block-throw)
11482         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11483         * emacs-lisp/cl-extra.el: Use lexical-binding.
11484         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11485         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11486         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11487         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11488         * emacs-lisp/cl-seq.el: Use lexical-binding.
11489         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11490         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11491         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11492         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11493         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11494         CL's internals.
11496 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
11498         Sync with Tramp 2.2.6-pre.
11500         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11501         `print-length' and `print-level' to nil, in order to avoid
11502         truncation.  Reported by Christopher Schmidt
11503         <christopher@ristopher.com>.
11505         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11507         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11508         New defmacro.
11509         (tramp-compat-copy-directory): Add optional argument
11510         COPY-CONTENTS.  It is not handled yet.
11512         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11513         (tramp-ftp-file-name-p): Simplify.
11515         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11516         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11517         connection vector.
11519         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11520         (tramp-methods): Do not use `tramp-password-end-of-line'.
11521         (tramp-completion-function-alist-putty): Handle UNIX case.
11522         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11523         (tramp-do-file-attributes-with-stat)
11524         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11525         gid as real numbers.  They could run out of integer range on cygwin.
11526         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11527         (tramp-sh-handle-expand-file-name): Handle hops.
11528         (tramp-open-connection-setup-interactive-shell):
11529         Use `tramp-cleanup'.  Move check for busyboxes ...
11530         (tramp-find-shell): ... here.  Simplify implementation.
11531         Set "remote-shell" property also for alternative shells.
11532         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11533         If failing, a regular file would be written otherwise.
11534         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11535         (tramp-find-inline-encoding): Cache the coding commands in the
11536         process cache.  Apply test command on the remote side, if defined.
11537         (tramp-find-inline-compress): Cache the compress commands in the
11538         process cache.
11539         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11540         when requested.  Handle hops.
11541         (tramp-current-connection): New defvar.
11542         (tramp-maybe-open-connection): Use `tramp-cleanup'.
11543         Throw `suppress', if there was a failed connection shortly before.
11544         Handle user interrupt.  (Bug#10187)
11545         (tramp-get-inline-compress, tramp-get-inline-coding):
11546         Read connection properties from the process cache.
11548         * net/tramp-smb.el (tramp-smb-server-version)
11549         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11550         New defconsts.
11551         (tramp-smb-prompt): Extend for powershell prompt.
11552         (tramp-smb-file-name-handler-alist): Add handlers for
11553         `process-file', `shell-command' and `start-file-process'.
11554         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11555         (tramp-smb-winexe-shell-command-switch): New defcustoms.
11556         (tramp-smb-file-name-p): Simplify.
11557         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11558         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11559         (tramp-smb-shell-quote-argument): New defuns.
11560         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11561         Implement using "tar".  By this, time-stamps are preserved.
11562         (tramp-smb-handle-copy-file): Handle also the case of directories.
11563         (tramp-smb-do-file-attributes-with-stat)
11564         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11565         Use `tramp-get-connection-buffer').
11566         (tramp-smb-handle-rename-file): Use "rename", when source and
11567         target are on the same share.
11568         (tramp-smb-maybe-open-connection): Handle wrong passwords.
11569         Use `tramp-smb-server-version'.
11570         (tramp-smb-wait-for-output): Remove prompt.
11572         * net/tramp.el (top): Require 'cl.
11573         (tramp-methods, tramp-rsh-end-of-line):
11574         Remove `tramp-password-end-of-line' from docstring.
11575         (tramp-save-ad-hoc-proxies): New defcustom.
11576         (tramp-completion-function-alist): Adapt docstring.
11577         (tramp-default-password-end-of-line): Remove defcustom.
11578         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
11579         (tramp-user-regexp, tramp-file-name-regexp-unified)
11580         (tramp-file-name-regexp-url): Extend regexp by hop separator.
11581         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11582         (tramp-remote-file-name-spec-regexp): New defconst.
11583         (tramp-file-name-structure): Extend structure for hops.
11584         (tramp-get-method-parameter): Move up.
11585         (tramp-file-name-p, tramp-dissect-file-name)
11586         (with-parsed-tramp-file-name): Handle hops.
11587         (tramp-file-name-hop): New defun.
11588         (tramp-make-tramp-file-name): New optional arg HOP.
11589         (tramp-message-show-progress-reporter-message): New defvar.
11590         (tramp-with-progress-reporter): Use it.  We cannot use
11591         `tramp-message-show-message' here, because this suppresses also
11592         error buffers.
11593         (tramp-error-with-buffer): Suppress buffer view, if
11594         `tramp-message-show-message' is nil.
11595         Use `tramp-get-connection-buffer'.
11596         (tramp-cleanup): New defun.
11597         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11598         (tramp-file-name-handler): If `debug-on-error' is set, propagate
11599         an error unchanged.
11600         (tramp-completion-handle-file-name-all-completions): Handle hops.
11601         Fix an error when called from ido.
11602         (tramp-completion-dissect-file-name): Use better local variable
11603         name.  Add hop to the vector.
11604         (tramp-handle-insert-file-contents): Use progress-reporter for the
11605         whole scenario.
11606         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11607         to `t'.
11608         (tramp-check-for-regexp): Simplify search.
11609         (tramp-enter-password): Remove it.  Move implementation ...
11610         (tramp-action-password): ... here.
11611         (tramp-mode-string-to-int, tramp-local-host-p)
11612         (tramp-make-tramp-temp-file, tramp-read-passwd)
11613         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11614         Set tramp-autoload cookie.
11616         * net/trampver.el: Update release number.
11618 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11619             Michael Albinus  <michael.albinus@gmx.de>
11621         * net/tramp.el (tramp-set-completion-function): Fix docstring.
11622         (tramp-parse-group, tramp-parse-file)
11623         (tramp-parse-shostkeys-sknownhosts): New defuns.
11624         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11625         (tramp-parse-shosts-group, tramp-parse-sconfig)
11626         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11627         (tramp-parse-sknownhosts, tramp-parse-hosts)
11628         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11629         Use them.
11630         (tramp-parse-passwd-group, tramp-parse-netrc-group)
11631         (tramp-parse-putty-group): Don't narrow.
11632         (tramp-parse-putty): Make a loop.
11633         (tramp-file-name-handler): Catch the `suppress' signal.
11635 2012-06-11  Chong Yidong  <cyd@gnu.org>
11637         * image.el (imagemagick-register-types): Put the ImageMagick entry
11638         at the end of image-type-file-name-regexps.
11640 2012-06-11  Johan BockgĂ¥rd  <bojohan@gnu.org>
11642         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11643         (pcase, pcase-let*, pcase-dolist): Use them.
11645 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11647         * emacs-lisp/pcase.el (pcase--let*): New function.
11648         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
11649         (pcase--expand): Use macroexp-let².
11651 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11653         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11654         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11655         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11656         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11657         * emacs-lisp/derived.el: Use pcase instead of `cl'.
11658         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11660 2012-06-10  Glenn Morris  <rgm@gnu.org>
11662         * mail/rmail.el (rmail-yank-current-message): Leave point at
11663         correct position.  (Bug#11660)
11665 2012-06-10  Chong Yidong  <cyd@gnu.org>
11667         * allout-widgets.el: Fix code header.
11669 2012-06-10  Chong Yidong  <cyd@gnu.org>
11671         * cus-edit.el (customize-changed-options-previous-release):
11672         Bump to 24.1.
11674 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
11676         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11678 2012-06-09  Chong Yidong  <cyd@gnu.org>
11680         * ebuff-menu.el (electric-buffer-list): Preserve header line.
11682 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
11684         * window.el (special-display-popup-frame): Don't use
11685         window--display-buffer (Bug#11651).
11687 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
11689         Fix parallel builds: make sure loaddefs.el is not being written
11690         while Lisp files are compiled.
11691         (compile): Don't depend on 'mh-autoloads'.
11692         (compile-CMD, compile-SH): Depend on 'autoloads'.
11693         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11695         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
11697 2012-06-09  Chong Yidong  <cyd@gnu.org>
11699         * face-remap.el (face-remap-add-relative, face-remap-set-base)
11700         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11701         Doc fixes (Bug#11225).
11703 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11705         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11706         a function if there's a clear indication that it has a compiler-macro.
11707         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11708         (macro-declarations-alist): Add arglist to declaration functions.
11709         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11710         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11711         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11712         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11713         Also add autoload to find the compiler macro.
11714         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11715         (cl--compiler-macro-member, cl--compiler-macro-assoc)
11716         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11717         (cl--compiler-macro-get): New functions, replacing calls to
11718         cl-define-compiler-macro.
11719         (cl-typep) [compiler-macro]: Use macroexp-let².
11721 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
11723         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11724         string properly, fixes Bug#11473.
11726 2012-06-08  Chong Yidong  <cyd@gnu.org>
11728         * faces.el (set-face-attribute): Doc fix.
11729         (modify-face): Don't use :bold and :italic.
11730         (error, warning, success): Tweak definitions.
11732         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11733         (custom-modified, custom-set, custom-changed, custom-themed)
11734         (custom-saved, custom-button, custom-button-mouse)
11735         (custom-button-pressed, custom-state, custom-comment-tag)
11736         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11737         (custom-group-subtitle): Use new-style face specs.
11738         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11739         (custom-set-face, custom-changed-face, custom-saved-face)
11740         (custom-button-face, custom-button-pressed-face)
11741         (custom-documentation-face, custom-state-face)
11742         (custom-comment-face, custom-comment-tag-face)
11743         (custom-variable-tag-face, custom-variable-button-face)
11744         (custom-face-tag-face, custom-group-tag-face-1)
11745         (custom-group-tag-face): Remove obsolete face alias.
11747         * epa.el (epa-validity-high, epa-validity-medium)
11748         (epa-validity-low, epa-mark, epa-field-name, epa-string)
11749         (epa-field-name, epa-field-body):
11750         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11751         (font-lock-keyword-face, font-lock-builtin-face)
11752         (font-lock-function-name-face, font-lock-variable-name-face)
11753         (font-lock-type-face, font-lock-constant-face):
11754         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11755         (ido-virtual, ido-indicator, ido-incomplete-regexp):
11756         * speedbar.el (speedbar-button-face, speedbar-file-face)
11757         (speedbar-directory-face, speedbar-tag-face)
11758         (speedbar-selected-face, speedbar-highlight-face)
11759         (speedbar-separator-face):
11760         * whitespace.el (whitespace-newline, whitespace-space)
11761         (whitespace-hspace, whitespace-tab, whitespace-trailing)
11762         (whitespace-line, whitespace-space-before-tab)
11763         (whitespace-space-after-tab, whitespace-indentation)
11764         (whitespace-empty):
11765         * emulation/cua-base.el (cua-global-mark):
11766         * eshell/em-prompt.el (eshell-prompt):
11767         * net/newst-plainview.el (newsticker-new-item-face)
11768         (newsticker-old-item-face, newsticker-immortal-item-face)
11769         (newsticker-obsolete-item-face, newsticker-date-face)
11770         (newsticker-statistics-face, newsticker-default-face):
11771         * net/newst-reader.el (newsticker-feed-face)
11772         (newsticker-extra-face, newsticker-enclosure-face):
11773         * net/newst-treeview.el (newsticker-treeview-face)
11774         (newsticker-treeview-new-face, newsticker-treeview-old-face)
11775         (newsticker-treeview-immortal-face)
11776         (newsticker-treeview-obsolete-face)
11777         (newsticker-treeview-selection-face):
11778         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11779         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11780         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11781         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11782         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11783         (nxml-outline-active-indicator, nxml-outline-ellipsis):
11784         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11785         (mpuz-text):
11786         * progmodes/vera-mode.el (vera-font-lock-number)
11787         (vera-font-lock-function, vera-font-lock-interface):
11788         * textmodes/table.el (table-cell): Use new-style face specs, and
11789         don't use the old :bold and :italic attributes.
11791         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11792         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11793         (ebrowse-member-class, ebrowse-progress): Likewise.
11794         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11795         (ebrowse-file-name-face, ebrowse-default-face)
11796         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11797         (ebrowse-progress-face): Remove obsolete faces.
11799         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11800         Inherit from error and warning faces respectively.
11802         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11803         Likewise.
11804         (flyspell-incorrect-face, flyspell-duplicate-face):
11805         Remove obsolete aliases.
11807 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
11809         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11810         Avoid infloop.
11812 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11814         * startup.el (argv, argi): Make lexically scoped.
11815         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11816         * emacs-lisp/cl-macs.el: Use lexical-binding.
11817         Rename cl-bind-* to cl--bind-*.
11818         * files.el: Don't require `cl' since it doesn't use it.
11819         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11821 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
11823         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11824         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11825         instead of calling external sort utility.
11826         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11828 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
11830         * descr-text.el (describe-char): Mention how to insert the
11831         character, if the current input method doesn't support it.
11832         See the discussion in this thread for the details:
11833         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11835 2012-06-08  Sam Steingold  <sds@gnu.org>
11837         * bindings.el (global-map): Bind XF86Forward to next-buffer and
11838         XF86Back to previous-buffer.
11839         (minibuffer-local-map): Bind them to next-history-element and
11840         previous-history-element respectively.
11841         * help-mode.el (help-mode-map): Bind them to help-go-forward and
11842         help-go-back respectively.
11843         * info.el (Info-mode-map): Bind them to Info-history-forward and
11844         Info-history-back respectively.
11845         These are the keys next to Up on the ThinkPad keyboard.
11847 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11849         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11850         * emacs-lisp/cl-macs.el: Provide itself.
11851         (cl--labels-convert-cache): New var.
11852         (cl--labels-convert): New function.
11853         (cl-flet, cl-labels): New implementation with new semantics, relying on
11854         lexical-binding.
11855         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11856         (cl-closure-vars, cl--function-convert-cache)
11857         (cl--function-convert): Move from cl-macs.el.
11858         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11859         rename by removing the "cl-" prefix.
11860         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11862 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11864         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11865         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11866         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11867         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11868         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11869         (cl-hash-table-count): Add old compatibility aliases.
11871         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11872         Use macroexpand-all-environment instead.
11873         (cl--old-macroexpand): New var.
11874         (cl--sm-macroexpand): New function.
11875         (cl-symbol-macrolet): Use it during macro expansion.
11876         (cl--function-convert-cache): New var.
11877         (cl--function-convert): New function, extracted from
11878         cl-macroexpand-all.
11879         (cl-lexical-let): Use it.
11881         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11882         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11883         (cl-member): Remove old alias.
11885         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11886         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11887         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11888         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11889         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11890         (cl-macroexpand-cmacs): Remove var.
11891         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11892         Use macroexpand-all instead.
11894 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11896         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11897         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11898         (macroexp-copyable-p): New functions and macros.
11899         * emacs-lisp/edebug.el (edebug-unwrap):
11900         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11901         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11902         (pcase--let*): Remove.
11903         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11904         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
11905         macroexp-const-p instead.
11906         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11908         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11909         instead of "cl-" for internal definitions.  Use macroexp-const-p.
11910         (cl-old-bc-file-form): Remove var.
11911         (cl-const-exprs-p): Remove fun.
11912         (cl-labels, cl-macrolet): Use backquote.
11913         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
11914         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11915         (cl-define-setf-expander): Rename from cl-define-setf-method.
11916         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11918         * international/mule-cmds.el: Don't require CL.
11919         (view-hello-file): Don't use `letf'.
11921 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11923         * tmm.el (tmm-prompt): Use string-prefix-p.
11924         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11925         (tmm-add-prompt): Use minibuffer-completion-help.
11926         (tmm-delete-map): Remove.
11928         * subr.el (kbd): Make it its own function.
11930 2012-06-07  Stefan Merten  <smerten@oekonux.de>
11932         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11933         Silence compiler warnings.  Fix versions.
11934         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11935         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11936         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11937         (rst-package-emacs-version-alist): Correct Emacs version to
11938         represent major merge with upstream.
11939         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11941 2012-06-06  Glenn Morris  <rgm@gnu.org>
11943         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11944         Only print environment variables if set.
11946 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11948         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11949         (macroexp--cons): Rename from maybe-cons.
11950         (macroexp--accumulate): Rename from macroexp-accumulate.
11951         (macroexp--all-forms): Rename from macroexpand-all-forms.
11952         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11953         (macroexp--expand-all): Rename from macroexpand-all-1.
11955 2012-06-06  Sam Steingold  <sds@gnu.org>
11957         * calendar/calendar.el (calendar-in-read-only-buffer):
11958         Call `special-mode' to enable the standard read-only keybindings.
11960 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11962         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11963         with "loading" messages (bug#11635).
11965 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
11967         * files.el (enable-remote-dir-locals): New option.
11968         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
11970         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11971         Ensure, that the temp directory is local.
11973         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11974         `temporary-file-directory'.
11976         * progmodes/python.el (python-send-region): Ensure, that the
11977         temporary file is created also in the remote case.
11979 2012-06-06  Glenn Morris  <rgm@gnu.org>
11981         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11982         (vc-rcs-update-changelog): Use it.
11984         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11986         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11987         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11988         (vc-sccs-diff): Replace use of the external vcdiff script.
11990 2012-06-05  Glenn Morris  <rgm@gnu.org>
11992         * ledit.el: Move to obsolete/.
11994 2012-06-05  Sam Steingold  <sds@gnu.org>
11996         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11997         patch (Bug#11140).
11999 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * emacs-lisp/cust-print.el: Move to obsolete.
12003         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
12004         compiler-macro expansion.
12006         Add native compiler-macro support.
12007         * emacs-lisp/macroexp.el (macroexpand-all-1):
12008         Support compiler-macros directly.  Properly follow aliases and apply
12009         the compiler macros more thoroughly.
12010         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
12011         macroexpand now properly follows aliases.
12012         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
12013         (cl-compiler-macroexpand): Use new prop.
12014         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
12016         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12018 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
12020         * window.el (get-lru-window, get-mru-window, get-largest-window):
12021         New argument NOT-SELECTED to avoid picking the selected window.
12022         (window--display-buffer-1, window--display-buffer-2): Replace by
12023         new function window--display-buffer
12024         (display-buffer-same-window, display-buffer-reuse-window)
12025         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12026         Use window--display-buffer.
12027         (display-buffer-use-some-window): Remove temporary dedication
12028         hack by calling get-lru-window and get-largest-window with
12029         NOT-SELECTED argument non-nil.  Call window--display-buffer.
12031 2012-06-05  Glenn Morris  <rgm@gnu.org>
12033         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
12034         Replace external vcdiff script.
12036 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12038         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12040 2012-06-04  Chong Yidong  <cyd@gnu.org>
12042         * image.el (imagemagick-types-inhibit): Revert last change.
12043         Add INFO and M.
12044         (imagemagick-enabled-types): Remove CIN and EPS*.
12046 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12048         * emacs-lisp/cl-lib.el: Rename from cl.el.
12049         * emacs-lisp/cl.el: New compatibility file.
12050         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12051         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12052         to obey the "cl-" prefix.
12053         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12055 2012-06-03  Glenn Morris  <rgm@gnu.org>
12057         * emacs-lisp/authors.el (authors-aliases): Addition.
12059         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12060         Fix :version.
12062 2012-06-03  Stefan Merten  <smerten@oekonux.de>
12064         * textmodes/rst.el: Add comments.
12065         (rst-transition, rst-adornment): New faces.
12066         (rst-adornment-faces-alist): Make default safe to reevaluate.
12067         Fixes
12068         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
12069         Improve customization tags.
12070         (rst-define-level-faces): Clarify meaning.
12072 2012-06-03  Chong Yidong  <cyd@gnu.org>
12074         * progmodes/compile.el (compilation-mode-line-fail)
12075         (compilation-mode-line-run, compilation-mode-line-exit):
12076         New faces.
12077         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
12079 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
12081         * progmodes/which-func.el (which-func-update-ediff-windows):
12082         New function.  Use it in ediff-select-hook (Bug#11478).
12084 2012-06-03  Chong Yidong  <cyd@gnu.org>
12086         * bindings.el: Remove explicit help text from format-mode-line.
12087         It is now supplied by mode-line-default-help-echo.
12088         (mode-line-front-space, mode-line-end-spaces)
12089         (mode-line-misc-info): New variables.
12090         (mode-line-modes, mode-line-position): Move the default value to
12091         the variable definition.
12092         (mode-line-default-help-echo): New defcustom.
12093         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12094         (mode-line-modified-help-echo): New functions.
12095         (mode-line-mule-info, mode-line-modified): Use them.
12096         (mode-line-eol-desc, propertized-buffer-identification):
12097         Consistency fixes for help text.
12098         (mode-line-coding-system-map): Allow using mouse-3 to invoke
12099         set-buffer-file-coding-system (Bug#289).
12100         (mode-line-mule-info-help-echo): Update help text.
12102 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12104         * simple.el (execute-extended-command): Set real-this-command
12105         (bug#11506).
12107 2012-06-02  Chong Yidong  <cyd@gnu.org>
12109         Remove incorrect uses of "modeline" in comments, docstrings, and
12110         function/variable names (Bug#10329).
12112         * cus-edit.el (mode-line):
12113         * dframe.el (dframe-mouse-hscroll):
12114         * emacs-lisp/re-builder.el:
12115         * emacs-lisp/easy-mmode.el (define-minor-mode):
12116         * frame.el (set-frame-name):
12117         * help.el (lookup-minor-mode-from-indicator):
12118         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12119         * progmodes/cc-cmds.el (c-toggle-auto-newline)
12120         (c-toggle-hungry-state):
12121         * progmodes/antlr-mode.el (antlr-language-alist):
12122         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12123         * progmodes/vhdl-mode.el (vhdl-mode):
12124         * progmodes/which-func.el (which-func, which-func-cleanup-function):
12125         * term/ns-win.el (ns-face-at-pos):
12126         * term/sup-mouse.el (sup-mouse-report):
12127         * textmodes/flyspell.el (flyspell-mode-line-string):
12128         * textmodes/ispell.el (ispell-highlight-face):
12129         * textmodes/reftex-global.el:
12130         * vc/vc-arch.el (vc-arch-mode-line-string):
12131         * vc/vc-cvs.el (vc-cvs-mode-line-string):
12132         * vc/vc-git.el (vc-git-mode-line-string):
12133         * vc/vc-hooks.el (vc-display-status)
12134         (vc-default-mode-line-string):
12135         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12137         * ansi-color.el (ansi-color-faces-vector): Change default faces.
12139         * dired.el (dired-sort-set-mode-line): Rename from
12140         dired-sort-set-modeline.  All callers changed.
12142         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12143         eshell-status-in-modeline.
12145         * foldout.el (foldout-mode-line-string): Rename from
12146         foldout-modeline-string.  All callers changed.
12147         (foldout-update-mode-line): Rename from foldout-update-modeline.
12149         * subr.el (redraw-modeline): Make into obsolete alias.
12151         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12152         timeclock-modeline-display.  Make old name an alias.
12153         (timeclock-update-mode-line): Likewise.  All callers changed.
12154         (timeclock-mode-line-display): No need to check before using
12155         add-hook.
12156         (timeclock-relative, timeclock-day-over-hook)
12157         (timeclock-use-elapsed, timeclock-mode-string)
12158         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12160         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12161         crisp-mode-modeline-string.
12163         * play/solitaire.el (solitaire-build-mode-line): Rename from
12164         solitaire-build-modeline.  All callers changed.
12166         * play/zone.el (zone-hiding-mode-line): Rename from
12167         zone-hiding-modeline.  All callers changed.
12168         (zone): Remove unusued `modeline-hidden-level' property.
12170         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12171         xscheme-modeline-initialize.  All callers changed.
12173         * strokes.el (strokes-lighter): Rename from
12174         strokes-modeline-string.
12176         * textmodes/sgml-mode.el (html-face-tag-alist)
12177         (html-tag-face-alist): Use mode-line face instead of obsolete
12178         alias modeline.
12180 2012-06-02  Stefan Merten  <smerten@oekonux.de>
12182         * textmodes/rst.el: Always require `cl'.
12183         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12185 2012-06-02  Chong Yidong  <cyd@gnu.org>
12187         * image.el (imagemagick-enabled-types): Rename from
12188         imagemagick-types-enable.  Add many more types.
12189         (imagemagick-types-inhibit): Change default to nil.
12190         (imagemagick-filter-types): Caller changed.
12192 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12194         * emacs-lisp/cl-macs.el: Use backquotes.
12195         (cl-transform-function-property): Use eval-and-compile rather than
12196         abusing `require'.
12197         (defstruct): Use declare-function instead of with-no-warnings.
12199         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12200         (byte-compile-output-docform): Re-add the print-circle bindings.
12201         (byte-compile-fix-header): Use #$ just because it's shorter.
12202         (byte-compile-output-file-form): Remove defun/defmacro.
12204 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
12206         * simple.el (choose-completion): Remove now obsolete binding for
12207         owindow.
12209 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
12211         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12212         in order to avoid "Stack overflow in regexp matcher".
12214 2012-05-31  Glenn Morris  <rgm@gnu.org>
12216         * image.el: For clarity, call imagemagick-register-types at
12217         top-level, rather than relying on a custom :initialize.
12218         (imagemagick-types-enable): New option.  (Bug#11557)
12219         (imagemagick-filter-types): New function.  (Bug#7406)
12220         (imagemagick-register-types): Use imagemagick-filter-types.
12221         If disabling support, remove elements altogether rather
12222         than using an impossible regexp.
12223         (imagemagick-types-inhibit): Give it the default init function.
12225 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12227         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12228         Handle arbitrary file name lengths (Bug#11585).
12230 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
12232         * desktop.el (desktop-read): Clear previous and next buffers for
12233         all windows and bury *Messages* buffer (bug#11556).
12235 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12237         Add `declare' for `defun'.  Align `defmacro's with it.
12238         * emacs-lisp/easy-mmode.el (define-minor-mode)
12239         (define-globalized-minor-mode): Don't autoload the var definitions.
12240         * emacs-lisp/byte-run.el: Use lexical-binding.
12241         (defun-declarations-alist, macro-declarations-alist): New vars.
12242         (defmacro, defun): Use them.
12243         (make-obsolete, define-obsolete-function-alias)
12244         (make-obsolete-variable, define-obsolete-variable-alias):
12245         Use `declare'.
12246         (macro-declaration-function): Mark obsolete.
12247         * emacs-lisp/autoload.el: Use lexical-binding.
12248         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
12250 2012-05-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12252         * textmodes/ispell.el (ispell-with-no-warnings):
12253         Define as a macro.
12254         (ispell-kill-ispell, ispell-change-dictionary):
12255         Use `called-interactively-p' for Emacs instead of obsolete
12256         `interactive-p'.
12258 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12260         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12261         (macro-declaration-function): Move var from C code.
12262         (macro-declaration-function): Define function with defalias.
12263         * emacs-lisp/macroexp.el (macroexpand-all-1):
12264         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12265         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12266         defun/defmacro any more.
12267         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12268         Provide fallback for unknown arglist.
12269         (byte-compile-arglist-warn): Change calling convention.
12270         (byte-compile-output-file-form): Move print-vars binding.
12271         (byte-compile-output-docform): Simplify accordingly.
12272         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12273         (byte-compile-defmacro-declaration): Remove.
12274         (byte-compile-file-form-defmumble): Generalize to defalias.
12275         (byte-compile-output-as-comment): Return byte-positions.
12276         Simplify callers accordingly.
12277         (byte-compile-lambda): Use `assert'.
12278         (byte-compile-defun, byte-compile-defmacro): Remove.
12279         (byte-compile-file-form-defalias):
12280         Use byte-compile-file-form-defmumble.
12281         (byte-compile-defalias-warn): Remove.
12283 2012-05-29  Stefan Merten  <smerten@oekonux.de>
12285         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12286         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
12288         (rst-mode-abbrev-table): Merge definition.
12289         (rst-mode): Make sure `font-lock-defaults' is buffer local.
12290         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12292 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
12294         * calendar/icalendar.el
12295         (icalendar-export-region): Export UID properly.
12297 2012-05-29  Leo Liu  <sdl.web@gmail.com>
12298         * calendar/icalendar.el (icalendar-import-format):
12299         Add `icalendar-import-format-uid' (Bug#11525).
12300         (icalendar-import-format-uid): New.
12301         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12302         Export UID.
12304 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12306         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12307         different alternative patterns.
12308         (pcase-codegen): Be more careful to preserve identity.
12309         (pcase--u1): Don't forget to mark vars as used.
12311         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12312         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12313         (byte-compile-from-buffer): ...rather than here.
12315         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12316         functions from byte-compile-function-environment.
12318 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
12320         * window.el (window-deletable-p): Avoid deleting the root window
12321         of a frame with an active minibuffer.
12323 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
12325         * simple.el (choose-completion): Use quit-window (Bug#11567).
12327 2012-05-29  Chong Yidong  <cyd@gnu.org>
12329         * whitespace.el (whitespace-cleanup): Fix usage of
12330         whitespace-empty-at-bob-regexp (Bug#11492).
12332 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12334         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12335         revert (Bug#11488).
12337 2012-05-29  Juri Linkov  <juri@jurta.org>
12339         * isearch.el (isearch-mode-map): Bind `M-s _' to
12340         `isearch-toggle-symbol'.  Bind `M-s c' to
12341         `isearch-toggle-case-fold'.
12342         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12343         (isearch-forward): Add `M-s _' to the docstring.
12344         (isearch-forward-symbol, isearch-toggle-case-fold)
12345         (isearch-symbol-regexp): New functions.  (Bug#11381)
12347 2012-05-29  Juri Linkov  <juri@jurta.org>
12349         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
12350         (isearch-occur, isearch-search-and-update): If `isearch-word' is
12351         a function, call it to get the regexp.
12352         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12353         property `isearch-message-prefix' instead of the string "word ".
12354         (isearch-search-fun-default): For the case of `isearch-word',
12355         return a lambda that calls re-search-forward/re-search-backward
12356         with a regexp returned by `word-search-regexp' or by the function
12357         in `isearch-word'.
12359 2012-05-29  Juri Linkov  <juri@jurta.org>
12361         * isearch.el (isearch-search-fun-default): New function.
12362         (isearch-search-fun): Move default part to the new function
12363         `isearch-search-fun-default'.
12364         (isearch-search-fun-function): Set the default value to
12365         `isearch-search-fun-default'.  (Bug#11381)
12367         * comint.el (comint-history-isearch-end):
12368         Use `isearch-search-fun-default'.
12369         (comint-history-isearch-search): Use `isearch-search-fun-default'
12370         and remove spacial case for `isearch-word'.
12371         (comint-history-isearch-wrap): Remove spacial case for
12372         `isearch-word'.
12374         * hexl.el (hexl-isearch-search-function):
12375         Use `isearch-search-fun-default'.
12377         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12378         Use `word-search-regexp' for `isearch-word'.
12380         * misearch.el (multi-isearch-search-fun):
12381         Use `isearch-search-fun-default'.
12383         * simple.el (minibuffer-history-isearch-search):
12384         Use `isearch-search-fun-default' and remove spacial case for
12385         `isearch-word'.
12386         (minibuffer-history-isearch-wrap): Remove spacial case for
12387         `isearch-word'.
12389         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12390         Remove spacial case for `isearch-word'.
12391         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12393 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12395         Decrease XEmacs incompatibilities.
12396         * textmodes/flyspell.el (flyspell-check-pre-word-p):
12397         Use `string-match'.
12398         (flyspell-delete-region-overlays): Use alternative definition for
12399         XEmacs.
12400         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12401         (flyspell-word): Use `process-kill-without-query' if XEmacs.
12402         (flyspell-mode-on): Use `interactive-p' if XEmacs.
12403         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12404         `define-obsolete-face-alias' under XEmacs, but old method.
12406         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12407         `with-no-warnings' definition or Emacs alias.
12408         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12409         (ispell-word): Do not use `region-p' if XEmacs.
12411 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12413         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12414         Check for `ispell-dictionary-base-alist' instead of full
12415         `ispell-dictionary-alist'.
12416         (ispell-init-process): Show spellchecker when starting new Ispell
12417         process.
12419 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12421         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12422         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12424 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
12426         * version.el (motif-version-string, gtk-version-string)
12427         (ns-version-string): Declare.
12429 2012-05-27  Juri Linkov  <juri@jurta.org>
12431         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12432         after the `eval-defun-1' specialcaseing
12433         like in `edebug-eval-defun' (bug#10181).
12435         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12436         like in `eval-defun-1'.
12438 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
12440         * mail/sendmail.el (mail-yank-region):
12441         Recognize rmail-yank-current-message in addition to insert-buffer.
12442         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12443         a *mail* buffer created through rmail-start-mail with sendmail as
12444         mail-user-agent.
12446 2012-05-27  Chong Yidong  <cyd@gnu.org>
12448         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12449         Default to 256 (Bug#11267).
12451         * help.el (describe-mode): Doc fix.
12453 2012-05-26  Glenn Morris  <rgm@gnu.org>
12455         * w32-fns.el (w32-init-info): Remove.
12456         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12458         * info.el (info-initialize): For self-contained NS builds, put the
12459         included info/ directory at the front.  (Bug#2791)
12461         * paths.el (Info-default-directory-list): Make it a defcustom,
12462         mainly so that we can use custom-initialize-delay.
12464 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12466         * subr.el (buffer-has-markers-at): Mark obsolete.
12468         * subr.el (lambda): Use declare.
12470         * emacs-lisp/lisp-mode.el (lambda):
12471         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12473 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12475         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
12477 2012-05-26  Glenn Morris  <rgm@gnu.org>
12479         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12481 2012-05-25  Glenn Morris  <rgm@gnu.org>
12483         * paths.el: Remove no-byte-compile.
12484         * loadup.el: No need to load paths.el uncompiled.
12486         * image.el (imagemagick-types-inhibit): Doc fix.
12488         * version.el: Remove no-byte-compile and associated formatting.
12489         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
12490         is ancient code from when there was an "inc-vers.el".
12492 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12494         * progmodes/gdb-mi.el: Minor style changes.
12495         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12496         Turn into minor modes.
12497         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12498         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12499         (gdb-shell): Remove unneeded let-binding.
12500         (gdb-get-many-fields): Eliminate O(n²) behavior.
12502 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
12504         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12505         platforms that don't link in fontset.c.
12507 2012-05-25  Juri Linkov  <juri@jurta.org>
12509         Use the same diff color scheme as in modern VCSes (bug#10181).
12511         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12512         to avoid confusion with `diff-added' that now uses green colors.
12513         (diff-removed): Use shades of red.
12514         (diff-added): Use shades of green.
12515         (diff-changed): Leave just the yellow color.
12516         (diff-use-changed-face): New variable.
12517         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12518         how to highlight context diff changes.
12519         (diff-refine-change): Use shades of yellow.
12520         (diff-refine-removed): New face that uses shades of red.
12521         (diff-refine-added): New face that uses shades of green.
12522         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12523         `diff-refine-removed' in the call to `smerge-refine-subst'
12524         depending on the value of `diff-use-changed-face'.
12526         * vc/smerge-mode.el (smerge-mine): Use shades of red.
12527         (smerge-other): Use shades of green.
12528         (smerge-base): Use shades of yellow.
12529         (smerge-refined-change): Empty face.
12530         (smerge-refined-removed): New face that uses shades of red.
12531         (smerge-refined-added): New face that uses shades of green.
12532         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
12533         args `props-r' and `props-a', and use them.  Doc fix.
12534         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12535         on its value use different faces `smerge-refined-change',
12536         `smerge-refined-removed', `smerge-refined-added' in the call to
12537         `smerge-refine-subst'.
12539         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12540         Add face condition `min-colors 88' with shades of red.
12541         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12542         `min-colors 88' with shades of green.
12543         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12544         `min-colors 88' with shades of yellow.
12546 2012-05-24  Glenn Morris  <rgm@gnu.org>
12548         * paths.el (prune-directory-list, remote-shell-program): Move to...
12549         * files.el (prune-directory-list, remote-shell-program): ...here.
12550         For the latter, delay initialization, prefer ssh, just search PATH.
12552         * paths.el (term-file-prefix): Move to faces.el (the only user).
12553         * faces.el (term-file-prefix): Move here, make it a defcustom.
12555         * paths.el (news-directory, news-path, news-inews-program):
12556         Move to gnus/nnspool.el.
12558         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12560         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12561         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12562         Make the latter a defcustom, with a delayed initialization.
12564         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12565         These were deleted from Gnus itself late 2010.
12567 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
12569         * progmodes/which-func.el (which-func-ff-hook):
12570         Check against user-error, not error.
12572         * emacs-lisp/edebug.el (top): Do not load or set up loading of
12573         cl-specs.el, which no longer exists.
12575 2012-05-22  Glenn Morris  <rgm@gnu.org>
12577         * info.el (info-emacs-bug): New command.
12578         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12579         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12581 2012-05-21  Glenn Morris  <rgm@gnu.org>
12583         * makefile.w32-in (update-subdirs-SH):
12584         * Makefile.in (update-subdirs): Update for moved update-subdirs.
12586 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12588         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12590         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12591         Simplify Maven regexp, and make sure the file can't start with a space
12592         (bug#11517).
12594 2012-05-21  Glenn Morris  <rgm@gnu.org>
12596         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12597         Scrap superfluous subshells.
12599 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12601         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12602         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12604 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
12606         * calc/calc.el (calc-ensure-consistent-units): New variable.
12608         * calc/calc-units.el (math-consistent-units-p)
12609         (math-check-unit-consistency): New functions.
12610         (calc-quick-units, calc-convert-units):
12611         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12612         is non-nil.
12613         (calc-extract-units): Fix typo.
12615 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12617         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12619         * textmodes/flyspell.el: Commenting style, plus code simplifications.
12620         (flyspell-default-deplacement-commands): Don't spell check after
12621         repeated window/frame switches (e.g. triggered by mouse-movement).
12622         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12623         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12624         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12625         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12626         Remove unused vars.
12627         (flyspell-get-casechars, flyspell-get-not-casechars):
12628         Simplify; Don't bother removing a ] just to add it back.
12629         * textmodes/ispell.el (ispell-program-name): Use executable-find.
12631 2012-05-18  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
12633         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12634         New functions.
12635         (math-function-table): Add support for more C functions.
12637 2012-05-18  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12639         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12640         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12641         Protect delay handling for otherchars against empty otherchars.
12643 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12645         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12646         their respective macro declarations.
12647         * skeleton.el (define-skeleton):
12648         * progmodes/compile.el (define-compilation-mode):
12649         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12650         (define-ibuffer-filter):
12651         * emacs-lisp/generic.el (define-generic-mode):
12652         * emacs-lisp/easy-mmode.el (define-minor-mode)
12653         (define-globalized-minor-mode):
12654         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12655         * emacs-lisp/byte-run.el (defsubst):
12656         * custom.el (deftheme): Add doc-string metadata.
12658 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12660         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12662 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12664         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12666         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12667         * emacs-lisp/cl-macs.el: Idem.
12668         * emacs-lisp/cl-specs.el: Remove.
12670 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12672         Minor renaming of internal CL functions and variables.
12673         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12674         (cl--position): Rename from cl-position.
12675         (cl--delete-duplicates): Rename from cl-delete-duplicates.
12676         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12677         (cl--random-state): Rename from *random-state*.
12679 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12681         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12682         parens around the arg list (bug#11499).
12684 2012-05-17  Juri Linkov  <juri@jurta.org>
12686         * isearch.el (word-search-regexp, word-search-backward)
12687         (word-search-forward, word-search-backward-lax)
12688         (word-search-forward-lax): Move functions from search.c
12689         (bug#10145, bug#11381).
12691 2012-05-16  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12693         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12694         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12695         Delay for otherchars as for normal word components.
12697 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12699         * minibuffer.el (completion--sifn-requote): Fix last change.
12700         (minibuffer-local-must-match-filename-map):
12701         Move define-obsolete-variable-alias before its var.
12703 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12705         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12707         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12708         behavior.
12709         (completion--string-equal-p): New function.
12710         (completion--twq-all): Use it to get better assertion failure data.
12712         Only handle ".." and '..' quoting in shell-mode (bug#11466).
12713         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12714         (shell--requote-argument): New functions.
12715         (shell-completion-vars): Use them.
12716         (shell--parse-pcomplete-arguments): Rename from
12717         shell-parse-pcomplete-arguments.
12718         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
12719         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12720         Obey comint-file-name-quote-list.
12722         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12723         (smie-indent-keyword): Use it.
12725 2012-05-14  Stefan Merten  <smerten@oekonux.de>
12727         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12729 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12731         * net/rlogin.el (rlogin-mode-map): Fix last change.
12733 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
12735         * mail/smtpmail.el (smtpmail-send-command): Send the command and
12736         the following \r\n using a single `process-send-string', since the
12737         Lotus SMTP server refuses to accept any commands if they are sent
12738         with two `process-send-string's (Bug#11444).
12740 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12742         * shell.el (shell-parse-pcomplete-arguments):
12743         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12745 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12747         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12748         (image-transform-scale, image-transform-right-angle-fudge): New vars.
12749         (image-transform-width, image-transform-fit-width): New functions.
12750         (image-transform-properties): Use them.
12751         (image-transform-check-size): New function.
12752         (image-toggle-display-image): Use it (for testing).
12753         (image-transform-set-rotation): Reduce angle mod 360.
12754         Delete obsolete comment.
12756 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12758         * image-mode.el: Fix scaling (bug#11399).
12759         (image-transform-resize): Doc fix.
12760         (image-transform-properties): Default scale is 1 and height should
12761         be an integer.
12763 2012-05-13  Johan BockgĂ¥rd  <bojohan@gnu.org>
12765         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12766         than hard-coding `car', to fix misbehavior when moving forward.
12768 2012-05-13  Chong Yidong  <cyd@gnu.org>
12770         * emacs-lisp/tabulated-list.el (tabulated-list-format)
12771         (tabulated-list-entries, tabulated-list-padding)
12772         (tabulated-list-sort-key): Make permanent-local.
12774         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12775         (electric-buffer-list): Put electric buffer menu
12776         command descriptions in this docstring, instead of the docstring
12777         of electric-buffer-menu-mode.  Code cleanups.
12778         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
12779         Electric-buffer-menu-mode.
12780         (electric-buffer-update-highlight): Minor code cleanup.
12782 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
12784         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12785         (Bug#11447)
12787 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12789         Move define-obsolete-variable-alias before the var's definition.
12790         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12791         * tooltip.el (tooltip-hook):
12792         * textmodes/reftex-toc.el (reftex-toc-map):
12793         * textmodes/reftex-sel.el (reftex-select-label-map)
12794         (reftex-select-bib-map):
12795         * textmodes/reftex-index.el (reftex-index-map)
12796         (reftex-index-phrases-map):
12797         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12798         * progmodes/meta-mode.el (meta-mode-map):
12799         * novice.el (disabled-command-hook):
12800         * loadhist.el (unload-hook-features-list):
12801         * frame.el (blink-cursor):
12802         * files.el (find-file-not-found-hooks, write-file-hooks)
12803         (write-contents-hooks):
12804         * emulation/tpu-edt.el (GOLD-map):
12805         * emacs-lock.el (emacs-lock-from-exiting):
12806         * emacs-lisp/generic.el (generic-font-lock-defaults):
12807         * emacs-lisp/chart.el (chart-map):
12808         * dos-fns.el (register-name-alist):
12809         * dired-x.el (dired-omit-files-p):
12810         * desktop.el (desktop-enable):
12811         * cus-edit.el (custom-mode-hook):
12812         * buff-menu.el (buffer-menu-mode-hook):
12813         * bookmark.el (bookmark-read-annotation-text-func)
12814         (bookmark-exit-hooks):
12815         * allout.el (allout-mode-deactivate-hook)
12816         (allout-exposure-change-hook, allout-structure-added-hook)
12817         (allout-structure-deleted-hook, allout-structure-shifted-hook):
12818         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12819         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12820         comes before the corresponding variable's definition.
12822 2012-05-12  Chong Yidong  <cyd@gnu.org>
12824         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12825         (Buffer-menu-mouse-select): Restore function (Bug#11459).
12826         (Buffer-menu-mode-map): Bind it.
12827         (Buffer-menu--pretty-name): Add a mouse-face property.
12829 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12831         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
12832         (prolog-upper-case-string, prolog-lower-case-string)
12833         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12834         (prolog-use-smie, prolog-smie-grammar): New vars.
12835         (prolog-smie-forward-token, prolog-smie-backward-token)
12836         (prolog-smie-rules): New funs.
12837         (prolog-comment-indent): Remove.
12838         (prolog-mode-variables): Use default comment indentation instead.
12839         Setup SMIE.
12840         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12841         (prolog-mode): Don't call them any more.
12842         (prolog-electric-colon, prolog-electric-dash)
12843         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12845         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12847         * minibuffer.el (completion--twq-all): Again, allow case differences.
12849         * term.el: Move keymap initialization code to be more idiomatic.
12850         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12851         (term-terminal-menu): Move initialization into declaration.
12852         (term-escape-char): Let the user set it in her .emacs.
12854         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12855         Provide SMIE-based indentation (not enabled by default yet).
12856         (sh-mode-map): Don't bind electric keys.
12857         Use electric-pair-mode instead of skeleton-pair.
12858         (sh-assignment-regexp): Fit within 80 columns.
12859         (sh-indent-supported): Specify actual shell name instead of boolean.
12860         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12861         (sh-maybe-here-document): Use it.  Make obsolete.
12862         (sh-electric-here-document-mode) New minor mode.
12863         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
12864         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12865         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12866         (sh-smie-rc-grammar, sh-use-smie): New vars.
12867         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12868         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12869         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12870         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12871         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12872         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12873         (sh-set-shell): Use smie-setup if requested.
12875         * term.el (term-set-escape-char): Properly set term-escape-char.
12876         See http://stackoverflow.com/questions/10524656.
12878 2012-05-10  Chong Yidong  <cyd@gnu.org>
12880         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12881         Use url-generic-parse-url, and handle host names and Windows
12882         filenames properly.
12883         (ffap-url-unwrap-remote): Use url-generic-parse-url.
12884         (ffap-url-unwrap-remote): Accept list values, specifying a list of
12885         URL schemes to work on.
12886         (ffap--toggle-read-only): New function.
12887         (ffap-read-only, ffap-read-only-other-window)
12888         (ffap-read-only-other-frame): Use it.
12889         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12890         necessary for ffap-url-unwrap-remote.
12892 2012-05-10  Dave Abrahams  <dave@boostpro.com>
12894         * cus-start.el (create-lockfiles): Add it.
12896 2012-05-09  Chong Yidong  <cyd@gnu.org>
12898         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12899         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12901 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12903         * shell.el (shell-completion-vars): Fix last change (bug#11348).
12905 2012-05-09  Chong Yidong  <cyd@gnu.org>
12907         * ansi-color.el (ansi-color-process-output): Check for validity of
12908         comint-last-output-start before using it.  This avoids a bad
12909         interaction with gdb-mi's input/output buffer.
12911 2012-05-09  Glenn Morris  <rgm@gnu.org>
12913         * files.el (dir-locals-read-from-file):
12914         Mention dir-locals in any error message.
12916 2012-05-09  Chong Yidong  <cyd@gnu.org>
12918         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12919         package (Bug#11410).
12921         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12922         variables into description.
12924 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12926         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12927         shell-delimiter-argument-list (bug#11348).
12928         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12930 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
12932         * textmodes/rst.el: Silence byte-compiler warnings.
12933         (rst-re-alist, rst-reset-section-caches): Move around.
12934         (rst-re): Use `characterp', not `char-valid-p'.
12935         (font-lock-beg, font-lock-end): Declare.
12937         * progmodes/idlw-shell.el (specs): Remove reference to deleted
12938         variable `idlwave-shell-activate-alt-keybindings' and simplify.
12940         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12942 2012-05-08  Glenn Morris  <rgm@gnu.org>
12944         * files.el (auto-mode-alist): Treat ".make" like ".mk".
12946 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12948         * vc/log-edit.el: Add GNU coding standards highlighting.
12949         (log-edit-font-lock-gnu-style)
12950         (log-edit-font-lock-gnu-keywords): New vars.
12951         (log-edit-font-lock-keywords): New fun.
12952         (log-edit-mode): Don't fold case in font-lock.
12953         (log-edit-font-lock-keywords): Do not assume case-folding.
12955         * imenu.el: Misc cleanup.  Make docstrings out of comments.
12956         Use lexical-binding.
12957         (imenu--index-alist, imenu--last-menubar-index-alist)
12958         (imenu-menubar-modified-tick): Use defvar-local.
12959         (imenu--split-menu): Remove unused var.
12960         (imenu--cleanup-seen): Declare as global.
12961         (imenu--cleanup): Use dolist.
12963         * subr.el (defvar-local): Add debug spec and doc-string position.
12965 2012-05-08  Glenn Morris  <rgm@gnu.org>
12967         * language/burmese.el, language/cham.el, language/czech.el:
12968         * language/english.el, language/georgian.el, language/greek.el:
12969         * language/japanese.el, language/khmer.el, language/korean.el:
12970         * language/lao.el, language/misc-lang.el, language/romanian.el:
12971         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12972         * language/thai.el, language/utf-8-lang.el:
12973         Remove no-byte-compile setting.
12975         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
12977 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12979         * progmodes/make-mode.el (makefile-browse):
12980         Remove unnecessary interactive.  (Bug#11324)
12982 2012-05-07  Glenn Morris  <rgm@gnu.org>
12984         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12986         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12988 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12990         * loadup.el: Preload newcomment.el.
12991         * newcomment.el: Move autoload-only code to toplevel.
12993         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12994         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12995         Handle new :right-align column property.
12996         (tabulated-list-print-col): Idem, plus use `display' text-property to
12997         try and preserve alignment for variable pitch fonts.
12999 2012-05-07  Chong Yidong  <cyd@gnu.org>
13001         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
13002         (tabulated-list-use-header-line): New var.
13003         (tabulated-list-init-header): Use it.
13004         (tabulated-list-print-fake-header): New function.
13005         (tabulated-list-print): Use it.
13006         (tabulated-list-sort-button-map): Add non-header-line commands.
13007         (tabulated-list-init-header): Add column name property to basic
13008         labels as well.
13009         (tabulated-list-col-sort): Handle non-header-line button case.
13010         (tabulated-list--sort-by-column-name): Fix a corner case.
13012         * buff-menu.el (list-buffers--refresh):
13013         Handle Buffer-menu-use-header-line.
13015 2012-05-06  Chong Yidong  <cyd@gnu.org>
13017         * buff-menu.el: Convert to Tabulated List mode.
13018         (Buffer-menu-buffer+size-width): Make obsolete.
13019         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13020         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13021         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
13022         documentation into docstring of buffer-menu.
13023         (Buffer-menu-toggle-files-only): Add an informative message.
13024         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13025         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13026         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13027         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13028         (Buffer-menu-execute, Buffer-menu-select)
13029         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
13030         (Buffer-menu-bury): Use Tabulated List machinery.
13031         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
13032         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
13033         Delete.
13034         (list-buffers--refresh): New function.
13035         (list-buffers-noselect): Use it.
13036         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13037         (Buffer-menu--pretty-file-name): New helper functions.
13039         * loadup.el: Preload tabulated-list.
13041         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13042         tabulated-list-sort-column.
13043         (tabulated-list-init-header): Add the initial aligning space even
13044         if tabulated-list-padding is zero.
13046 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
13048         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13049         whose cdr is not a cons cell correctly (bug#11038).
13051 2012-05-06  Chong Yidong  <cyd@gnu.org>
13053         * emacs-lisp/tabulated-list.el (tabulated-list-format):
13054         Accept additional plist in column descriptors.
13055         (tabulated-list-init-header): Obey it.
13056         (tabulated-list-get-entry): New function.
13057         (tabulated-list-put-tag): Use it.  Use string-width instead of
13058         length.
13059         (tabulated-list--column-number): New function.
13060         (tabulated-list-print): Use it.
13061         (tabulated-list-print-col): New function.
13062         Set `tabulated-list-column-name' property on each column's text.
13063         (tabulated-list-print-entry): Use it.
13064         (tabulated-list-delete-entry, tabulated-list-set-col):
13065         New functions.
13066         (tabulated-list-sort-column): New command (Bug#11337).
13068         * buff-menu.el (list-buffers): Move C-x C-b binding from
13069         buff-menu.el to bindings.el.
13071         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
13072         :advertised-binding feature.
13074 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
13076         * progmodes/compile.el (compilation-internal-error-properties):
13077         Calculate start position correctly when end-col is set but
13078         end-line is not (Bug#11382).
13080 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
13082         * man.el (Man-unindent): Use text-property-default-nonsticky to
13083         prevent untabify from inheriting face properties (Bug#11408).
13085 2012-05-05  Stefan Merten  <smerten@oekonux.de>
13087         * textmodes/rst.el: Major merge with upstream development up to
13088         Docutils SVN r7399 / rst.el V1.2.1.
13090         Clarify maintainership and authors.
13092         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13093         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13094         (rst-official-version, rst-official-cvs-rev, rst-version)
13095         (rst-package-emacs-version-alist): New functions and variables
13096         for version information.
13098         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13099         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13100         (rst-mode-syntax-table, rst-mode): New and corrected functions
13101         and variables representing reStructuredText features.
13103         (rst-re): New function for reStructuredText regexes.  Use in
13104         many places.
13106         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13107         (rst-mode-map): Rebind keys.
13109         (rst-mode-lazy, rst-font-lock-keywords)
13110         (rst-font-lock-extend-region)
13111         (rst-font-lock-extend-region-internal)
13112         (rst-font-lock-extend-region-extend)
13113         (rst-font-lock-find-unindented-line-limit)
13114         (rst-font-lock-find-unindented-line-match)
13115         (rst-adornment-level, rst-font-lock-adornment-level)
13116         (rst-font-lock-adornment-match)
13117         (rst-font-lock-handle-adornment-pre-match-form)
13118         (rst-font-lock-handle-adornment-matcher): Major revision of
13119         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
13121         (rst-preferred-adornments, rst-adjust-hook)
13122         (rst-new-adornment-down, rst-preferred-bullets)
13123         (rst-preferred-bullets, rst-indent, rst-indent-width)
13124         (rst-indent-field, rst-indent-literal-normal)
13125         (rst-indent-literal-minimized, rst-indent-comment): Change,
13126         extend and improve customization.
13128         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13129         (rst-normalize-cursor-position, rst-get-decoration)
13130         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13131         (rst-rstrip, rst-toc-insert-find-delete-contents)
13132         (rst-shift-fill-region, rst-compute-bullet-tabs)
13133         (rst-debug-print-tabs, rst-debug-mark-found)
13134         (rst-shift-region-guts, rst-shift-region-right)
13135         (rst-shift-region-left, rst-use-char-classes)
13136         (rst-font-lock-keywords-function)
13137         (rst-font-lock-indentation-point)
13138         (rst-font-lock-find-unindented-line-begin)
13139         (rst-font-lock-find-unindented-line-end)
13140         (rst-font-lock-find-unindented-line)
13141         (rst-font-lock-adornment-point, rst-font-lock-level)
13142         (rst-adornment-level-alist): Remove functions and variables.
13144         (rst-compare-adornments, rst-get-adornment-match)
13145         (rst-suggest-new-adornment, rst-get-adornments-around)
13146         (rst-adornment-complete-p, rst-get-next-adornment)
13147         (rst-adjust-adornment, rst-display-adornments-hierarchy)
13148         (rst-straighten-adornments): Standardize function names to
13149         use "adornment" instead of "decoration".  Correct callers.
13150         Similar standardizing in many places.
13152         (rst-update-section, rst-adjust, rst-promote-region)
13153         (rst-enumerate-region, rst-bullet-list-region)
13154         (rst-repeat-last-character): Correct use of `interactive'.
13156         (rst-classify-adornment, rst-find-all-adornments)
13157         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13158         (rst-find-leftmost-column, rst-repeat-last-character):
13159         Refactor functions.
13161         (rst-find-title-line, rst-reset-section-caches)
13162         (rst-get-adornments-around, rst-adjust-adornment-work)
13163         (rst-arabic-to-roman, rst-roman-to-arabic)
13164         (rst-insert-list-pos, rst-insert-list-new-item)
13165         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13166         New functions.
13168         (rst-all-sections, rst-section-hierarchy)
13169         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13170         New variables.
13172         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13173         configuration instead of only buffer.  Change where necessary.
13175         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13176         (rst-shift-region, rst-adaptive-fill): New functions for
13177         indentation and filling.
13179         (rst-comment-line-break, rst-comment-indent)
13180         (rst-comment-insert-comment, rst-comment-region)
13181         (rst-uncomment-region): New functions for handling comments.
13183         (rst-compile): Quote shell arguments.
13185         (rst-compile-pdf-preview, rst-compile-slides-preview):
13186         Delete temporary files after use.
13188 2012-05-05  Glenn Morris  <rgm@gnu.org>
13190         * calendar/cal-html.el: Optionally include holidays in the output.
13191         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13192         (cal-html-holidays): New option.
13193         (cal-html-css-default): Add holiday entry.
13194         (holiday-in-range): Autoload it.
13195         (cal-html-htmlify-entry): Add optional class argument.
13196         (cal-html-htmlify-list): Add optional holidays argument.
13197         (cal-html-insert-agenda-days): Include holidays in the output.
13198         (cal-html-one-month): Maybe include holidays.
13200         * calendar/holidays.el (holiday-in-range):
13201         Move here from cal-tex-list-holidays.
13202         * calendar/cal-tex.el (cal-tex-list-holidays):
13203         Make it an obsolete alias for holiday-in-range.  Update all callers.
13205 2012-05-05  Chong Yidong  <cyd@gnu.org>
13207         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13208         Nextstep.
13210 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
13212         * files.el (file-auto-mode-skip): New var.
13213         (set-auto-mode-1): Use it.
13215 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13217         * repeat.el: Use lexical-binding.
13218         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13219         (repeat-undo-count): Remove.
13220         (repeat):
13221         * progmodes/octave-mod.el (octave-abbrev-start):
13222         * progmodes/f90.el (f90-abbrev-start):
13223         * face-remap.el (text-scale-adjust):
13224         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13226         * emacs-lisp/pcase.el (pcase--let*): New function.
13227         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13228         a bit more.
13229         (pcase--split-pred): Be more clever about ruling out overlap between
13230         a predicate and some constant pattern.
13231         (pcase--q1): Use `null' instead of (eq foo nil).
13233         * subr.el (setq-local, defvar-local): New macros.
13234         (kbd): Redefine as an alias.
13235         (with-selected-window): Leave unrelated frames alone.
13236         (set-temporary-overlay-map): New function.
13238 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13240         * subr.el (user-error): New function.
13241         * window.el (switch-to-buffer):
13242         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13243         (smerge-match-conflict):
13244         * simple.el (previous-matching-history-element)
13245         (next-matching-history-element, goto-history-element, undo-more)
13246         (undo-start):
13247         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13248         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13249         (next-file, tags-loop-scan, list-tags, complete-tag):
13250         * progmodes/compile.el (compilation-loop):
13251         * mouse.el (mouse-minibuffer-check):
13252         * man.el (Man-bgproc-sentinel, Man-goto-page):
13253         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13254         (Info-history-forward, Info-follow-reference, Info-menu)
13255         (Info-extract-menu-item, Info-extract-menu-counting)
13256         (Info-forward-node, Info-backward-node, Info-next-menu-item)
13257         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13258         (Info-next-reference, Info-prev-reference, Info-index)
13259         (Info-index-next, Info-follow-nearest-node)
13260         (Info-copy-current-node-name):
13261         * imenu.el (imenu--make-index-alist)
13262         (imenu-default-create-index-function, imenu-add-to-menubar):
13263         * files.el (basic-save-buffer, recover-file):
13264         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13265         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13266         (checkdoc-message-text, checkdoc-defun):
13267         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13268         * cus-edit.el (customize-changed-options, customize-rogue)
13269         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13270         (custom-variable-mark-to-reset-standard)
13271         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13272         (custom-file):
13273         * completion.el (check-completion-length):
13274         * comint.el (comint-search-arg)
13275         (comint-previous-matching-input-string-position)
13276         (comint-previous-matching-input)
13277         (comint-replace-by-expanded-history-before-point, comint-send-input)
13278         (comint-copy-old-input, comint-backward-matching-input)
13279         (comint-goto-process-mark, comint-set-process-mark):
13280         * calendar/calendar.el (calendar-cursor-to-date): Use it.
13281         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13283 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13285         * dabbrev.el (dabbrev--ignore-case-p): New function.
13286         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13287         Use it.
13289         * files.el (automount-dir-prefix): Mark as obsolete.
13291 2012-05-04  Glenn Morris  <rgm@gnu.org>
13293         * patcomp.el, play/bruce.el: Move to obsolete/.
13295 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
13297         Fix minor Y10k bugs.
13298         * arc-mode.el (archive-unixdate):
13299         * autoinsert.el (auto-insert-alist):
13300         * calc/calc-forms.el (math-this-year):
13301         * emacs-lisp/copyright.el (copyright-current-year)
13302         (copyright-update-year, copyright):
13303         * tar-mode.el (tar-clip-time-string):
13304         * time.el (display-time-update):
13305         Don't assume years have 4 digits.
13307 2012-05-04  Chong Yidong  <cyd@gnu.org>
13309         * dos-w32.el (file-name-buffer-file-type-alist)
13310         (direct-print-region-use-command-dot-com):
13311         * ffap.el (ffap-menu-regexp):
13312         * find-file.el (ff-special-constructs):
13313         * follow.el (follow-debug):
13314         * forms.el (forms--debug):
13315         * iswitchb.el (iswitchb-all-frames):
13316         * ido.el (ido-all-frames):
13317         * emacs-lisp/timer.el (timer-max-repeats):
13318         * mail/feedmail.el (feedmail-mail-send-hook)
13319         (feedmail-mail-send-hook-queued):
13320         * mail/footnote.el (footnote-signature-separator):
13321         * mail/mailabbrev.el (mail-alias-separator-string)
13322         (mail-abbrev-mode-regexp):
13323         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13324         * progmodes/idlwave.el (idlwave-libinfo-file)
13325         (idlwave-default-completion-case-is-down)
13326         (idlwave-library-routines): Convert defvars to defcustoms.
13328         * mail/rmail.el (rmail-decode-mime-charset):
13329         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13330         (idlwave-shell-fix-inserted-breaks)
13331         (idlwave-shell-activate-alt-keybindings)
13332         (idlwave-shell-use-breakpoint-glyph):
13333         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13335 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13337         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13339 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
13341         * progmodes/verilog-mode.el (font-lock-keywords):
13342         Fix mis-highligting auto.  Reported by Craig Barner.
13343         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13344         defines from global name space.  Reported by Dan Dever.
13345         (verilog-auto-reset, verilog-auto-reset-widths)
13346         (verilog-auto-tieoff): Support using unbased numbers for
13347         AUTORESET and AUTOTIEOFF.
13348         (verilog-submit-bug-report): Update variable list.
13349         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13350         parenthesis from not matching.  Reported by Michael Rytting.
13351         (verilog-auto-template-lint): Fix hash error when linting modules
13352         with no used templates.
13353         (verilog-warn, verilog-warn-error)
13354         (verilog-warn-fatal): When non-interactive report multiple
13355         warnings before exiting.  Suggested by Brad Dobbie.
13356         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13357         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13358         to report unused template errors.  Reported by Brad Dobbie.
13359         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13360         nets, bug438.  Reported by Vns Blore.
13361         (verilog-auto-inout-module, verilog-auto-reg)
13362         (verilog-read-decls, verilog-read-sub-decls-sig)
13363         (verilog-signals-edit-wire-reg, verilog-signals-with):
13364         Fix passing of Verilog data types in ANSI input/output ports
13365         such as "output logic" into the AUTOs.  Special case "wire" and
13366         "reg" for backwards compatibility presuming Verilog 2001.
13367         (verilog-auto-ascii-enum): Add "auto enum" as alias.
13368         (verilog-preprocess): Fix replication of preprocess output.
13369         Reported by Brad Dobbie.
13370         (verilog-auto-inst-interfaced-ports):
13371         Create verilog-auto-inst-interfaced-ports, bug429.
13372         Reported by Julian Gorfajn.
13373         (verilog-after-save-font-hook)
13374         (verilog-before-save-font-hook): New variable.
13375         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13376         (verilog-save-font-mods): Wrap disabling fontification, reported
13377         by David Rogoff.
13378         (verilog-do-indent, verilog-pretty-declarations-auto)
13379         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13380         Reported by Pierre-David Pfister.
13381         (verilog-set-auto-endcomments): Fix endtask auto comments outside
13382         of class declarations, bug292.  Reported by Kevin Heilman.
13383         (verilog-read-decls): Fix 'parameter type' not appearing in
13384         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
13385         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13386         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
13387         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13388         Reported by David Kravitz.
13390 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
13392         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13393         assignment with tests in ifs and for loops.
13394         (verilog-extended-complete-re, verilog-complete-reg): Change so
13395         that DPI inport functions don't look like fuction declarations.
13396         (verilog-pretty-expr): Don't line up assignment
13397         operations to the test and increment in if and for loops
13398         (verilog-extended-complete-re, verilog-complete-reg): Change so
13399         that DPI inport functions don't look like fuction declarations.
13401 2012-05-03  Kenichi Handa  <handa@m17n.org>
13403         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13404         decoding, and show a warning message without signaling an error
13405         (Bug#11282).
13407 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13409         * emacs-lisp/bytecomp.el
13410         (byte-compile-file-form-custom-declare-variable): Compile all elements,
13411         since cconv.el might have introduced :fun-body, internal-make-closure,
13412         and friends for bytecomp to handle (bug#11391).
13413         * custom.el (defcustom): Avoid ((λ ..) ..).
13415 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13417         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13419 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
13421         * notifications.el (dbus-debug):
13422         * term/linux.el (gpm-mouse-enable):
13423         * term/screen.el (xterm-register-default-colors): Declare.
13425 2012-05-02  Chong Yidong  <cyd@gnu.org>
13427         * cus-start.el (gc-cons-percentage, exec-suffixes)
13428         (dos-display-scancodes, dos-hyper-key, dos-super-key)
13429         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13430         (make-cursor-line-fully-visible, void-text-area-pointer)
13431         (font-list-limit): Add customization data.
13433         * allout.el (allout-exposure-change-functions)
13434         (allout-structure-added-functions)
13435         (allout-structure-deleted-functions)
13436         (allout-structure-shifted-functions): Rename abnormal hooks from
13437         *-hook, and convert to defcustoms.
13438         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13439         Convert to defcustoms.
13440         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13442         * allout-widgets.el: Hook callers changed.
13444 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
13446         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13447         the yanked message in preference to the default value of
13448         buffer-file-coding-system.
13450 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
13452         * window.el (display-buffer--action-function-custom-type):
13453         Fix entry.
13455 2012-05-02  Alan Mackenzie  <acm@muc.de>
13457         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13459 2012-05-01  Glenn Morris  <rgm@gnu.org>
13461         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13463         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
13465         * cus-edit.el (custom-variable-documentation): Simplify with format.
13467 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13468             Stefan Monnier  <monnier@iro.umontreal.ca>
13470         * simple.el (suggest-key-bindings, execute-extended-command):
13471         Move from keyboard.c.
13473 2012-05-01  Chong Yidong  <cyd@gnu.org>
13475         * follow.el: Eliminate advice.
13476         (set-process-filter, process-filter, sit-for): Advice deleted.
13477         (follow-mode-off-hook): Obsolete hook removed.
13478         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13479         Vars deleted.
13480         (follow-auto): Use a :set function.
13481         (follow-mode): Rewritten.  Don't advise process filters.
13482         (follow-switch-to-current-buffer-all, follow-scroll-up)
13483         (follow-scroll-down): Assume follow-mode is bound.
13484         (follow-comint-scroll-to-bottom)
13485         (follow-align-compilation-windows): New functions.
13486         (follow--window-sorter): New function.
13487         (follow-all-followers): Use it to explicitly sort windows by their
13488         positions; don't make assumptions about next-window order.
13489         (follow-windows-start-end, follow-delete-other-windows-and-split)
13490         (follow-calc-win-start): Doc fix.
13491         (follow-windows-aligned-p, follow-select-if-visible): Don't call
13492         vertical-motion unnecessarily.
13493         (follow-adjust-window): New function.
13494         (follow-post-command-hook): Use it.
13495         (follow-call-set-process-filter, follow-call-process-filter)
13496         (follow-intercept-process-output, follow-tidy-process-filter-alist)
13497         (follow-stop-intercept-process-output, follow-generic-filter):
13498         Functions deleted.
13499         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13500         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13501         New functions, replacing advice on scroll-bar-* commands.
13502         (follow-mwheel-scroll): New function (Bug#4112).
13504         * comint.el (comint-adjust-point): New function.
13505         (comint-postoutput-scroll-to-bottom): Use it.
13506         Call follow-comint-scroll-to-bottom for Follow mode buffers.
13508 2012-05-01  Glenn Morris  <rgm@gnu.org>
13510         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13511         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13512         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13513         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13514         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13515         Remove no-byte-compile setting.
13517 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13519         * minibuffer.el (completion-table-with-quoting): Fix compatibility
13520         all-completions code to not return a number in the last cdr.
13522 2012-04-30  Leo Liu  <sdl.web@gmail.com>
13524         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13525         read-only error.
13527 2012-04-29  Chong Yidong  <cyd@gnu.org>
13529         * follow.el (follow-calc-win-end): Rewrite to handle partial
13530         screen lines correctly (Bug#8390).
13531         (follow-avoid-tail-recenter): Minor cleanup.
13533 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13535         Avoid the obsolete `assoc' package.
13536         * speedbar.el (speedbar-refresh): Avoid adelete.
13537         (speedbar-file-lists): Simplify and avoid aput.
13538         * man.el (Man--sections, Man--refpages): New vars, replacing
13539         Man-sections-alist and Man-refpages-alist.
13540         (Man-build-section-alist, Man-build-references-alist):
13541         Use them; avoid aput.
13542         (Man--last-section, Man--last-refpage): New vars.
13543         (Man-follow-manual-reference): Use them.
13544         Use the `default' arg of completing-read.
13545         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
13547 2012-04-27  Chong Yidong  <cyd@gnu.org>
13549         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13551         * startup.el (x-apply-session-resources): New function.
13553         * term/ns-win.el (ns-initialize-window-system):
13554         * term/w32-win.el (w32-initialize-window-system):
13555         * term/x-win.el (x-initialize-window-system): Use it to properly
13556         set menu-bar-mode and other vars from X resources, even if the
13557         initial frame is not a window-system frame (Bug#2299).
13559         * subr.el (read-key): Avoid running filter function when setting
13560         up temporary tool bar entries (Bug#9922).
13562 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13564         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13565         (Bug#11344)
13567 2012-04-27  Chong Yidong  <cyd@gnu.org>
13569         * select.el (xselect--encode-string): New function, split from
13570         xselect-convert-to-string.
13571         (xselect-convert-to-string): Use it.
13572         (xselect-convert-to-filename, xselect-convert-to-os)
13573         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13574         returned strings are properly encoded (Bug#11315).
13576 2012-04-27  Chong Yidong  <cyd@gnu.org>
13578         * simple.el (delete-active-region): Move to killing custom group.
13580 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13582         * progmodes/which-func.el (which-func-current): Quote %
13583         characters for mode-line processing.
13585 2012-04-27  Chong Yidong  <cyd@gnu.org>
13587         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13588         reaching eob (Bug#11286).
13590 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
13592         * progmodes/gdb-mi.el (gdb-control-level): New variable.
13593         (gdb): Make it buffer-local and init to zero.
13594         (gdb-control-commands-regexp): New variable.
13595         (gdb-send): Don't wrap in "-interpreter-exec console" if
13596         gdb-control-level is positive.  Increment gdb-control-level
13597         whenever the command matches gdb-control-commands-regexp, and
13598         decrement it each time the command is "end".  (Bug#11279)
13600 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
13602         * window.el (adjust-window-trailing-edge, enlarge-window)
13603         (shrink-window, window-resize):
13604         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13605         windows (Bug#11276).
13607 2012-04-27  Chong Yidong  <cyd@gnu.org>
13609         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13610         fix "missing prefix" warning.  All callers changed.
13612 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13614         * emacs-lisp/assoc.el: Move to obsolete/.
13616 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13618         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13620         * term/ns-win.el (ns-define-service):
13621         * progmodes/pascal.el (pascal-goto-defun):
13622         * progmodes/js.el (js--read-tab):
13623         * progmodes/etags.el (tags-lazy-completion-table):
13624         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13625         * emacs-lisp/ewoc.el (ewoc--wrap):
13626         * emacs-lisp/assoc.el (aput, adelete, amake):
13627         * doc-view.el (doc-view-convert-current-doc):
13628         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13630 2012-04-26  Chong Yidong  <cyd@gnu.org>
13632         * image.el (image-type-from-buffer): Only return supported image
13633         type (Bug#9045).
13635         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13636         value, for symmetry with diff-end-of-hunk.
13637         (diff-split-hunk, diff-find-source-location)
13638         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13639         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13640         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13641         compute the relevant hunk or file properly (Bug#6005).
13642         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13644 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13646         * vc/vc-mtn.el:
13647         * vc/vc-hg.el:
13648         * vc/vc-git.el:
13649         * vc/vc-dir.el:
13650         * vc/vc-cvs.el:
13651         * vc/vc-bzr.el:
13652         * vc/vc-arch.el:
13653         * vc/vc.el: Replace lexical-let by lexical-binding.
13654         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13655         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13656         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13658 2012-04-26  Chong Yidong  <cyd@gnu.org>
13660         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13661         (diff-mode-shared-map): Bind it to / and [remap undo].
13663         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13664         (ediff-window-setup-function): Use it as the default, to set up
13665         windows based on whether the current frame is graphical (Bug#2138).
13666         (ediff-choose-window-setup-function-automatically): Make obsolete.
13668         * vc/ediff-init.el: Always define ediff-pixel-width/height.
13670 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13672         * ffap.el: Remove old code for obsolete package.
13673         (ffap-complete-as-file-p): Remove.
13675         Use completion-table-with-quoting for comint and pcomplete.
13676         * comint.el (comint--unquote&requote-argument)
13677         (comint--unquote-argument, comint--requote-argument): New functions.
13678         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13679         (comint-quote-filename): Use regexp-opt-charset.
13680         (comint--common-suffix, comint--common-quoted-suffix)
13681         (comint--table-subvert): Remove.
13682         (comint-unquote-function, comint-requote-function): New vars.
13683         (comint--complete-file-name-data): Use them with
13684         completion-table-with-quoting.
13685         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13686         * pcomplete.el (pcomplete-arg-quote-list)
13687         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13688         (pcomplete-unquote-argument-function): Default to non-nil.
13689         (pcomplete-unquote-argument): Simplify.
13690         (pcomplete--common-quoted-suffix): Remove.
13691         (pcomplete-requote-argument-function): New var.
13692         (pcomplete--common-suffix): New function.
13693         (pcomplete-completions-at-point): Use completion-table-with-quoting
13694         and completion-table-subvert.
13696         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13697         (minibuffer--double-dollars): Preserve properties.
13698         (completion--sifn-requote): New function.
13699         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13701         * minibuffer.el: Add support for completion of quoted/escaped data.
13702         (completion-table-with-quoting, completion-table-subvert): New funs.
13703         (completion--twq-try, completion--twq-all): New functions.
13704         (completion--nth-completion): New function.
13705         (completion-try-completion, completion-all-completions): Use it.
13707 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13709         * progmodes/python.el (python-pdbtrack-get-source-buffer):
13710         Use compilation-message if available to find real filename.
13712 2012-04-25  Chong Yidong  <cyd@gnu.org>
13714         * vc/diff-mode.el (diff-setup-whitespace): New function.
13715         (diff-mode): Use it.
13717         * vc/diff.el (diff-sentinel):
13718         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13719         Whitespace mode variables based on diff style (Bug#8612).
13721 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13723         * progmodes/python.el (python-send-region): Add suffix .py to the
13724         temp file.
13726         * files.el (auto-mode-alist): Use javascript-mode instead.
13728 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
13730         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
13732         * net/soap-client.el (soap-resolve-references-for-sequence-type)
13733         (soap-resolve-references-for-array-type): Hack to prevent self
13734         references, see Bug#9.
13735         (soap-parse-envelope): Report the contents of the 'detail' node
13736         when receiving a fault reply.
13737         (soap-parse-envelope): Report the contents of the entire 'detail' node.
13739         * net/soap-inspect.el (soap-sample-value-for-simple-type)
13740         (soap-inspect-simple-type): New function.
13742         * net/soap-client.el (soap-simple-type): New struct.
13743         (soap-default-xsd-types, soap-default-soapenc-types)
13744         (soap-decode-basic-type, soap-encode-basic-type):
13745         support unsignedInt and double basic types.
13746         (soap-resolve-references-for-simple-type)
13747         (soap-parse-simple-type, soap-encode-simple-type): New function.
13748         (soap-parse-schema): Parse xsd:simpleType declarations.
13750         * net/soap-client.el (soap-default-xsd-types)
13751         (soap-default-soapenc-types): Add integer, byte and anyURI types.
13752         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13753         the local name of "soapenc:Array".
13754         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13755         decoding integer, byte and anyURI xsd types.
13757 2012-04-25  Chong Yidong  <cyd@gnu.org>
13759         * cus-edit.el (custom-buffer-create-internal): Update header text.
13761 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
13763         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13764         settings on 'system-type', not on 'window-system'.  On MS-Windows,
13765         set interactive-mode on in GDB.
13767 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13769         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13770         (ruby-syntax-propertize-regexp): Remove.
13771         (ruby-syntax-propertize-function): Split regexp into chunks.
13772         Match following code directly.
13774 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
13776         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13777         (ruby-syntax-propertize-regexp): New function.
13778         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13779         by a special keyword.
13781         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13782         (ruby-syntax-general-delimiters-goto-beg)
13783         (ruby-syntax-propertize-general-delimiters): New functions.
13784         (ruby-syntax-propertize-function): Use them to handle GDL.
13785         (ruby-font-lock-keywords): Move old handling of GDL...
13786         (ruby-font-lock-syntactic-keywords): .. to here.
13787         (ruby-calculate-indent): Adjust indentation for GDL.
13789 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
13791         * notifications.el (top): Remove unneeded declarations.
13792         (notifications-specification-version): Change to "1.2".
13793         (notifications-interface, notifications-notify-method)
13794         (notifications-close-notification-method): Fix docstring.
13795         (notifications-get-capabilities-method): New defconst.
13796         (notifications-notify): Add :action-items, :resident and
13797         :transient hints.  Change "image_data" to "image-data" and
13798         "image_path" to "image-path".
13799         (notifications-get-capabilities): New defun.
13801 2012-04-24  Leo Liu  <sdl.web@gmail.com>
13803         * progmodes/python.el: Move hideshow setup to the end.
13805 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
13807         * window.el (handle-select-window): Clear echo area since this is
13808         no more done by read_char (Bug#11304).
13810 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13812         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13813         and `/ M' to filter-derived-mode.
13814         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13815         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13816         (ibuffer-mark-by-mode): Use default rather than initial-input.
13817         (ibuffer-filter-by-derived-mode): Autoload and require-match.
13819 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
13821         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13822         (ibuffer-filter-by-derived-mode): New filter.
13823         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13825 2012-04-23  Andreas Politz  <politza@fh-trier.de>
13827         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13829 2012-04-23  Chong Yidong  <cyd@gnu.org>
13831         * cus-edit.el (customize-apropos, customize-apropos-options):
13832         Disable matching of non-option variables (Bug#11176).
13833         (customize-option, customize-option-other-window)
13834         (customize-changed-options): Doc fix.
13835         (customize-apropos-options, customize-apropos-faces)
13836         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13838         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13839         Fix word list splitting (Bug#11132).
13840         (apropos-symbol, apropos-keybinding, apropos-label)
13841         (apropos-property, apropos-function-button)
13842         (apropos-variable-button, apropos-misc-button): New faces.
13843         (apropos-symbol-face, apropos-keybinding-face)
13844         (apropos-label-face, apropos-property-face, apropos-match-face):
13845         Variables removed (Bug#8396).
13846         (apropos-library-button, apropos-format-plist, apropos-print)
13847         (apropos-print-doc, apropos-describe-plist): Callers changed.
13849 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
13851         * net/xesam.el (xesam-mode-map): Use let-bound map in
13852         initialization.  (Bug#11292)
13854 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13856         Preserve ispell session localwords when switching back to
13857         original buffer.
13859         * textmodes/ispell.el (ispell-buffer-session-localwords):
13860         New buffer-local variable to hold buffer session localwords.
13861         (ispell-kill-ispell): Add option 'clear to delete session
13862         localwords.
13863         (ispell-command-loop, ispell-change-dictionary)
13864         (ispell-buffer-local-words): Preserve session localwords when
13865         needed.
13867         * textmodes/flyspell.el (flyspell-process-localwords)
13868         (flyspell-do-correct): Preserve session localwords when needed.
13870 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13872         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13873         using obsolete `translation-table-for-input'.
13874         (ispell-word, ispell-process-line, ispell-complete-word):
13875         Use plain `insert' instead of removed `ispell-insert-word'.
13877 2012-04-22  Chong Yidong  <cyd@gnu.org>
13879         * cus-edit.el (custom-variable-menu)
13880         (custom-variable-reset-saved, custom-face-menu)
13881         (custom-face-reset-saved): If there is no saved value, make the
13882         "reset-saved" operation bring back the default (Bug#9509).
13883         (custom-face-state): Properly detect themed faces.
13885         * faces.el (face-spec-set): Stop supporting deprecated form of
13886         third arg.
13888 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
13890         Move functions from C to Lisp.  Make non-blocking method calls
13891         the default.  Implement further D-Bus standard interfaces.
13893         * net/dbus.el (dbus-message-internal): Declare function.
13894         Remove unneeded function declarations.
13895         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13896         (dbus-message-type-method-return, dbus-message-type-error)
13897         (dbus-message-type-signal): Declare variables.  Remove local
13898         definitions.
13899         (dbus-interface-dbus, dbus-interface-peer)
13900         (dbus-interface-introspectable, dbus-interface-properties)
13901         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13902         Adapt docstring.
13903         (dbus-interface-objectmanager): New defconst.
13904         (dbus-call-method, dbus-call-method-asynchronously)
13905         (dbus-send-signal, dbus-method-return-internal)
13906         (dbus-method-error-internal, dbus-register-service)
13907         (dbus-register-signal, dbus-register-method): New defuns, moved
13908         from dbusbind.c
13909         (dbus-call-method-handler, dbus-setenv)
13910         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13911         New defuns.
13912         (dbus-call-method-non-blocking): Make it an obsolete function.
13913         (dbus-unregister-object, dbus-unregister-service)
13914         (dbus-handle-event, dbus-register-property)
13915         (dbus-property-handler): Obey the new structure of
13916         `bus-registered-objects'.
13917         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
13918         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13919         Use `dbus-call-method'.
13921 2012-04-22  Chong Yidong  <cyd@gnu.org>
13923         * cus-edit.el (custom-commands, custom-reset-menu)
13924         (Custom-reset-standard): Tweak labels.
13925         (custom-reset-button-menu): Change default to t.
13926         (custom-buffer-create-internal): For the custom-reset-button-menu
13927         case, put the revert button first.
13928         (custom-group-subtitle): New face.
13929         (custom-group-value-create): Align docstring to a specific column.
13931         * wid-edit.el (widget-documentation-link-add): Don't handle
13932         indentation in this function.
13933         (widget-documentation-string-indent-to): New function.
13934         (widget-documentation-string-value-create): Use it.
13936         * autorevert.el (auto-revert):
13937         * epg-config.el (epg):
13938         * ibuffer.el (ibuffer):
13939         * mpc.el (mpc):
13940         * ses.el (ses):
13941         * eshell/eshell.el (eshell):
13942         * net/ange-ftp.el (ange-ftp):
13943         * progmodes/ebnf2ps.el (postscript):
13944         * progmodes/flymake.el (flymake):
13945         * progmodes/prolog.el (prolog):
13946         * progmodes/verilog-mode.el (verilog-mode):
13947         * progmodes/which-func.el (which-func):
13948         * term/xterm.el (xterm):
13949         * textmodes/picture.el (picture):
13950         * textmodes/tildify.el (tildify):
13951         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13952         customization buffers.
13954 2012-04-22  Alan Mackenzie  <acm@muc.de>
13956         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13957         Adding a ) can hide the resulting (..) from searches.  Fix it.
13958         Bound the backward search to the position of the existing (.
13960 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
13962         * progmodes/verilog-mode.el (verilog-mode): Check whether
13963         which-func-modes is t before adding verilog-mode.
13964         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13966 2012-04-21  Leo Liu  <sdl.web@gmail.com>
13968         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13970 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
13972         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13973         filling of the last column of a table (Bug#5635).
13974         (woman-find-next-control-line): New arg, specifying an additional
13975         regexp component for the control line.
13976         (woman2-roff-buffer): Use it.
13977         (woman-break-table): New function.
13978         (woman2-TS): Use it.
13980 2012-04-21  Chong Yidong  <cyd@gnu.org>
13982         * woman.el (woman-set-buffer-display-table, woman-decode-region)
13983         (woman-horizontal-escapes, woman-negative-vertical-space)
13984         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13985         (WoMan-warn-ignored): Use ?\s instead of ?\ .
13987 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13989         * minibuffer.el (completion-file-name-table): Complete user names.
13991 2012-04-20  Leo Liu  <sdl.web@gmail.com>
13993         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13994         and pcase-let*.
13996 2012-04-20  Chong Yidong  <cyd@gnu.org>
13998         * server.el (server-execute): Respect initial-buffer-choice if it
13999         is a string and there are no files to open (Bug#2825).
14000         (server-create-window-system-frame, server-create-tty-frame):
14001         Don't switch buffers here.
14002         (server-process-filter): Only try to open a window system frame if
14003         compiled with graphical support (Bug#8314).
14005 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
14007         * battery.el (battery-echo-area-format): Display remaining time
14008         for sysfs backend too (Bug#11269).
14009         (battery-linux-sysfs): Fix conditional for the charge.
14011 2012-04-20  Chong Yidong  <cyd@gnu.org>
14013         * progmodes/gdb-mi.el (gdb): Revert previous change.
14014         (gdb-inferior-io--init-proc): New function.
14015         (gdb-init-1): Use it.
14016         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14017         responsible for allocating a new pty and hooking it to gdb when
14018         the old pty gets an EIO due to process exit.
14019         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
14020         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14021         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14023 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14025         * window.el (window-min-size, window-sizable, window-min-delta)
14026         (window-max-delta, window--resizable, window-resizable)
14027         (window-total-size, window-full-height-p, window-full-width-p)
14028         (window-in-direction, window--resize-mini-window, window-resize)
14029         (window--resize-child-windows-normal)
14030         (window--resize-child-windows, window--resize-siblings)
14031         (window--resize-this-window, adjust-window-trailing-edge)
14032         (enlarge-window, shrink-window): Doc fixes.
14034 2012-04-20  Chong Yidong  <cyd@gnu.org>
14036         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14037         New function to call delete-process on the gdb-inferior buffer's pty.
14038         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14039         pty process (Bug#11273).
14040         (gdb-update): New arg to suppress talking to the gdb process.
14041         (gdb-done-or-error): Use it.
14042         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14043         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14044         sentinel not being called.
14046         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14048         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14050 2012-04-20  Glenn Morris  <rgm@gnu.org>
14052         * net/network-stream.el (open-network-stream): Doc fix.
14054 2012-04-20  Chong Yidong  <cyd@gnu.org>
14056         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14058 2012-04-20  Alan Mackenzie  <acm@muc.de>
14060         Ensure searching for keywords is case sensitive.
14062         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14063         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14064         (c-defun-name, c-mark-function, c-cpp-define-name)
14065         (c-comment-indent, c-scan-conditionals, c-indent-defun)
14066         (c-context-line-break): Bind case-fold-search to nil.
14068         * progmodes/cc-mode.el (c-font-lock-fontify-region):
14069         Bind case-fold-search to nil.
14071 2012-04-20  Chong Yidong  <cyd@gnu.org>
14073         * mail/sendmail.el (mail-bury): Call return action with the right
14074         Rmail buffer (Bug#11242).
14076         * server.el (server-process-filter): Handle corner case where both
14077         tty and nowait options are present (Bug#11102).
14079 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14081         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
14082         (top level): Put into the executable the ident-style '$Id:' tag on
14083         windows-nt as well.
14085 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14087         * electric.el (electric-indent-post-self-insert-function): Check that
14088         electric-indent-mode is enabled in current buffer.
14090 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14092         * imenu.el (imenu-progress-message): Restore; it is "used" in
14093         erc/erc-imenu.el and net/snmp-mode.el.
14095 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14097         * avoid.el (mouse-avoidance-mode): Mark unused arg.
14098         (mouse-avoidance-nudge-mouse): Remove unused binding.
14100         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14102         * descr-text.el (describe-char):
14103         * progmodes/python.el (python-describe-symbol):
14104         Don't call `toggle-read-only', set `buffer-read-only'.
14106         * imenu.el (imenu-default-goto-function): Mark unused args.
14107         (imenu-progress-message): Remove obsolete macro; all callers changed.
14109         * subr.el (keymap-canonicalize): Remove unused binding.
14110         (read-passwd): Mark unused arg.
14112         * tutorial.el (tutorial--display-changes): Remove unused binding.
14113         (tutorial--save-tutorial-to): Remove unused variable.
14115         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14116         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14117         (package-generate-autoloads, package-menu--generate)
14118         (package-menu--find-upgrades): Remove unused bindings.
14120         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14121         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
14122         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14123         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14124         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14125         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14126         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14127         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14128         (cua-delete-char-rectangle): Mark unused args.
14129         (cua-align-rectangle): Remove unused binding.
14131         * mail/rmail.el (compilation--message->loc)
14132         (epa--find-coding-system-for-mime-charset): Declare.
14134         * net/dbus.el (dbus-register-service): Declare.
14135         (dbus-name-owner-changed-handler): Remove unused binding.
14137         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14138         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14139         (nxml-scan-backward-within): Mark unused arg.
14140         (nxml-dynamic-markup-word): Remove unused binding.
14142         * mouse.el (mouse-menu-major-mode-map):
14143         * emacs-lisp/authors.el (authors-scan-change-log)
14144         (authors-add-to-author-list):
14145         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14146         * emacs-lisp/smie.el (smie-auto-fill):
14147         * mail/sendmail.el (mail-bury):
14148         * mail/unrmail.el (unrmail):
14149         * net/tls.el (open-tls-stream):
14150         * textmodes/picture.el (picture-mouse-set-point):
14151         Remove unused bindings.
14153 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
14155         * net/tramp.el (tramp-action-password): Let-bind
14156         `enable-recursive-minibuffers' to t.
14158 2012-04-18  Sam Steingold  <sds@gnu.org>
14160         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14161         instead of 'string to accommodate values like [f11].
14162         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14163         * progmodes/gdb-mi.el: Likewise.
14165 2012-04-18  Leo Liu  <sdl.web@gmail.com>
14167         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14168         current buffer.
14169         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14170         LOCAL is nil.
14172 2012-04-18  Chong Yidong  <cyd@gnu.org>
14174         * simple.el (line-move): Use forward-line if in batch mode
14175         (Bug#11053).
14177 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
14179         * files.el (after-find-file): Do not try to add a final newline if
14180         the buffer is read-only (Bug#11156).
14182 2012-04-17  Richard Stallman  <rms@gnu.org>
14184         * mail/rmail.el (rmail-start-mail):
14185         Pass (rmail-mail-return...) for the return-action.
14186         Pass (rmail-yank-current-message...) for the yank-action.
14187         (rmail-yank-current-message): New function.
14188         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14189         (rmail-reply): Likewise.
14190         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14192         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14193         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
14194         buffer, not newbuf.
14196 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
14198         * server.el (server-ensure-safe-dir): Simplify.
14200 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14202         * emacs-lisp/smie.el: Provide smarter auto-filling.
14203         (smie-auto-fill): New function.
14204         (smie-setup): Use it.
14206         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14208 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
14210         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14211         (comment-indent): Use it.
14213 2012-04-17  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
14215         * ses.el: The overall change is to add cell renaming, that is
14216         setting fancy names for cell symbols other than name matching
14217         "\\`[A-Z]+[0-9]+\\'" regexp .
14218         (ses-localvars): Add ses--renamed-cell-symb-list.
14219         (ses-create-cell-variable): New defun.
14220         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14221         (ses-relocate-formula): Relocate formulas only for cells the
14222         symbols of which are not renamed, i.e. symbols whose names do not
14223         match regexp "\\`[A-Z]+[0-9]+\\'".
14224         (ses-relocate-all): Relocate values only for cells the symbols of
14225         which are not renamed.
14226         (ses-load): Create cells variables as the (ses-cell ...) are read,
14227         in order to check row col consistency with cell symbol name only
14228         for cells that are not renamed.
14229         (ses-replace-name-in-formula): New defun.
14230         (ses-rename-cell): New defun.
14232 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
14234         * progmodes/perl-mode.el (perl-indent-parens-as-block):
14235         New option (bug#11118).
14236         (perl-calculate-indent): Respect it.
14238 2012-04-17  Glenn Morris  <rgm@gnu.org>
14240         * dired-aux.el (dired-mark-read-string): Doc fix.
14242 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
14244         * dired-aux.el (dired-mark-read-string): Offer optional completion.
14245         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
14247 2012-04-17  Glenn Morris  <rgm@gnu.org>
14249         * mouse.el (mouse-drag-track):
14250         * speedbar.el (speedbar-frame-mode):
14251         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14253 2012-04-16  Leo Liu  <sdl.web@gmail.com>
14255         * progmodes/python.el: Trivial cleanup.
14257 2012-04-16  Glenn Morris  <rgm@gnu.org>
14259         * vc/vc.el (vc-string-prefix-p):
14260         * vc/pcvs-util.el (cvs-string-prefix-p):
14261         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14262         * mpc.el (mpc-string-prefix-p):
14263         Make all of these into obsolete aliases for string-prefix-p.
14264         Update callers.
14265         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14267         * textmodes/two-column.el: Move custom options to the start.
14268         (frame-width): Remove compat definition.
14269         (2C-associate-buffer, 2C-dissociate):
14270         Use with-current-buffer rather than save-excursion.
14271         (2C-dissociate): Force a mode-line update.
14272         (2C-autoscroll): Use ignore-errors.
14274         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14275         Autoload trivia.
14277         * emacs-lisp/cl-extra.el (*random-state*):
14278         Remove unnecessary declaration.
14280         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14282         * play/cookie1.el (cookie-snarf):
14283         Give an explicit error if input file cannot be read.
14285         * play/yow.el (yow-file): Use expand-file-name rather than concat.
14287         * progmodes/perl-mode.el (c-macro-expand):
14288         Remove unnecessary autoload (it is in loaddefs.el).
14290         * textmodes/picture.el (picture-desired-column)
14291         (picture-update-desired-column): Convert comments to doc-strings.
14292         (picture-substitute): Remove function.
14293         (picture-mode-map): Initialize in the defvar.
14295         * woman.el: Remove eval-after-load for tar-mode.
14296         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14297         (woman-tar-extract-file): Autoload it.
14299         * frame.el (automatic-hscrolling): Make this alias obsolete.
14301 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14303         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14304         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14305         (ispell-dictionary-base-alist): Revert to original XEmacs
14306         friendly version for default.  [:alpha:] will be added in
14307         `ispell-set-spellchecker-params' if needed.
14309 2012-04-16  Chong Yidong  <cyd@gnu.org>
14311         * image.el (imagemagick--file-regexp): New variable.
14312         (imagemagick-register-types): Use it.
14313         (imagemagick-types-inhibit): Add :set function.  Allow new value
14314         of t to inhibit all types.
14316         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14317         so we can preload it.
14319         * loadup.el (fboundp): Preload regexp-opt, needed by
14320         imagemagick-register-types.
14322 2012-04-15  Chong Yidong  <cyd@gnu.org>
14324         * frame.el (scrolling): Remove nearly unused customization group.
14326         * scroll-all.el (scroll-all-mode): Move to windows group.
14328 2012-04-15  Chong Yidong  <cyd@gnu.org>
14330         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14332 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14334         Avoid the use of ((lambda ...) ...) in lexical-binding code.
14335         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14337 2012-04-15  Glenn Morris  <rgm@gnu.org>
14339         * simple.el (process-file-side-effects): Doc fix.
14341 2012-04-15  Glenn Morris  <rgm@gnu.org>
14343         * international/mule-cmds.el (set-language-environment): Doc fix.
14345 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14347         * server.el (server-auth-key, server-generate-key): Doc fixes.
14348         (server-get-auth-key): Doc fix.  Use `string-match-p'.
14349         (server-start): Reflow docstring.
14351 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
14353         * server.el (server-generate-key): `called-interactively-p'
14354         requires a parameter.
14356 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
14358         * server.el (server-auth-key): New variable.
14359         (server-generate-key, server-get-auth-key): New function.
14360         (server-start): Use the new variable and functions to allow
14361         setting a permanent server key (bug#9423).
14363 2012-04-14  Leo Liu  <sdl.web@gmail.com>
14365         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14367 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
14369         Spelling fixes.
14370         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14371         Emacs uses American spelling.
14373 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14375         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14376         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
14377         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14378         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
14380 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14382         * progmodes/which-func.el (which-func-modes): Change default.
14384 2012-04-14  Kim F. Storm  <storm@cua.dk>
14386         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14387         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14389 2012-04-14  Chong Yidong  <cyd@gnu.org>
14391         * custom.el (custom-theme-set-variables): Doc fix.
14393 2012-04-14  Glenn Morris  <rgm@gnu.org>
14395         * international/mule.el (set-auto-coding-for-load): Doc fix.
14397 2012-04-14  Alan Mackenzie  <acm@muc.de>
14399         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14400         imenu work again for Objective C Mode.  Correct the *-index values,
14401         these having been disturbed by a previous change in 2011-08.
14403         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14404         Correct two search limits.
14406 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14408         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14410 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
14412         * international/characters.el: Fix sorting.
14414 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14416         * international/characters.el: Add more missing Latin case pairs.
14418 2012-04-14  Glenn Morris  <rgm@gnu.org>
14420         * files.el (dir-locals-set-class-variables): Doc fix.
14422 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14424         * international/characters.el: Add set-case-syntax-pair call for
14425         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14426         counterpart.  (Bug#11209)
14428         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
14430 2012-04-14  Glenn Morris  <rgm@gnu.org>
14432         * calendar/holidays.el (calendar-check-holidays): Doc fix.
14434 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14436         * textmodes/ispell.el (ispell-dictionary-base-alist):
14437         Add data for Hebrew.
14439 2012-04-14  Chong Yidong  <cyd@gnu.org>
14441         * net/rcirc.el (rcirc-cmd-quit):
14442         Revert 2012-03-18 change (Bug#11192).
14444 2012-04-14  Glenn Morris  <rgm@gnu.org>
14446         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14448 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14450         * minibuffer.el (completion-in-region-mode-map):
14451         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
14453 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
14455         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14457 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
14459         * minibuffer.el (minibuffer-local-filename-syntax): New variable
14460         to allow `C-M-f' and `C-M-b' to move to the nearest path
14461         separator (bug#9511).
14463 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
14465         * avoid.el: Require cl when compiling.  And also move the
14466         `provide' to the end.
14468 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14470         * avoid.el (mouse-avoidance-banish-position): New variable.
14471         (mouse-avoidance-banish-destination): Use it (bug#10165).
14473 2012-04-13  Leo Liu  <sdl.web@gmail.com>
14475         * progmodes/which-func.el (which-func-modes): Add objc-mode.
14477 2012-04-13  Ken Brown  <kbrown@cornell.edu>
14479         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14480         this is no longer needed now that cygstart understands file:// URLs.
14481         (browse-url-filename-alist): For the same reason, don't modify
14482         file:// URLs on Cygwin.
14484 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14486         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14487         the region on shift if the binding is already shifted (bug#11221).
14489 2012-04-12  Glenn Morris  <rgm@gnu.org>
14491         * mail/mailpost.el: Move to obsolete/.
14493 2012-04-12  Drew Adams  <drew.adams@oracle.com>
14495         * imenu.el (imenu--generic-function): Ignore invisible definitions
14496         (bug#10123).
14498 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
14500         * hexl.el (hexl-bits): New variable.
14501         (hexl-options): Mention the variable in the doc string.
14502         (hexl-rulerise, hexl-line-displen): New functions.
14503         (hexl-mode): Mention the new variable.
14504         (hexl-mode, hexl-current-address, hexl-current-address):
14505         Use the displen.
14506         (hexl-ascii-start-column): New function.
14507         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14508         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14510 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14512         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14513         '("-i" ENCODING), in 2 separate command-line arguments, to specify
14514         the encoding, as expected by hunspell.
14516 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14518         * battery.el (battery--linux-sysfs-regexp): New const.
14519         (battery-status-function): Use it.  Remove yeeloong special case.
14520         (battery-yeeloong-sysfs): Remove.
14521         (battery-echo-area-format): Remove yeeloong special case.
14523 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14525         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14526         Reported by Noah Friedman.
14528         * subr.el (read-passwd): Use read-string.
14530 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14532         * vcursor.el (vcursor-move): Increase the priority of the overlay
14533         (bug#9663).
14535 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
14537         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14538         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14540 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
14542         * textmodes/artist.el (artist-mode): Convert artist-mode to use
14543         define-minor-mode (bug#10760).
14545 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14547         * progmodes/grep.el (rgrep): Tweak the find command line so
14548         that directories matching `grep-find-ignored-files' won't be
14549         pruned (bug#10351).
14551 2012-04-11  Chong Yidong  <cyd@gnu.org>
14553         * startup.el (command-line): Remove support for long-obsolete
14554         variable font-lock-face-attributes.
14556 2012-04-11  Glenn Morris  <rgm@gnu.org>
14558         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14560 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14562         * window.el (window--state-get-1): Obey window-point-insertion-type.
14564 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
14566         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14567         to previous function when point is on the first character of a
14568         function.  Take care of that in `narrow-to-defun' (bug#6157).
14570 2012-04-11  Glenn Morris  <rgm@gnu.org>
14572         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14573         not just file-errors.
14575         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14576         (vc-bzr-sha1): Use internal sha1.
14578 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14580         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14582 2012-04-10  SĂ©bastien Gross  <seb@chezwam.org>  (tiny change)
14584         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14585         that start in the middle of the line (bug#10496).
14587 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
14589         * battery.el (battery-linux-proc-acpi): Only one battery is
14590         discharged at a time, but that seems to confuse battery.el when
14591         computing `rate-type' for the battery not being discharged
14592         (bug#10332).
14594 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14596         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14598         * international/quail.el: Use dolist and simplify.
14599         (quail-define-package, quail-update-keyboard-layout)
14600         (quail-define-rules): Use dolist.
14601         (quail-insert-kbd-layout, quail-get-translation): CSE.
14603         * tmm.el: Use dolist, remove left over hook.
14604         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14605         Use dolist.
14606         (calendar-load-hook): Don't mess with it.
14608         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14609         Use derived-mode-p.  Run the diff asynchronously.
14611 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14613         * obsolete/mouse-sel.el: Add an Obsolete-since header.
14615 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
14617         * misc.el: Display absolute path of loaded DLLs (bug#10424).
14618         (list-dynamic-libraries--loaded): New function.
14619         (list-dynamic-libraries--refresh): Use it.
14621 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
14623         * progmodes/python.el (python-fill-paragraph):
14624         Make python-fill-region in a multiline string work when font-lock is
14625         disabled (bug#7018).
14627 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
14629         * language/european.el (cp775): Add oem/legacy (en)coding on
14630         DOS/MS Windows for the Baltic languages.  There are still plenty
14631         of texts written in this encoding/codepage (bug#6519).
14633 2012-04-10  Glenn Morris  <rgm@gnu.org>
14635         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14636         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14638 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
14640         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14641         next-line "n" and previous-line "p" in order to make recentf more
14642         consistent with ibuffer, dired or org-mode (bug#9387).
14644 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14646         * image.el (put-image): Return the overlay created instead of the
14647         optional input string (bug#7834).  Note that this may break code
14648         that is (for some reason or other) depending on `put-image'
14649         returning the string.
14651         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14653         * simple.el (zap-to-char): Allow zapping using input methods
14654         (bug#1580).
14656         * textmodes/fill.el (fill-region): Leave point and mark where they
14657         were before filling (bug#5399).
14659 2012-04-09  Glenn Morris  <rgm@gnu.org>
14661         * version.el (emacs-bzr-get-version):
14662         Handle lightweight checkouts of local branches.
14664 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
14666         * international/characters.el: Recover lost case pairs.  (Bug#11209)
14668 2012-04-09  Chong Yidong  <cyd@gnu.org>
14670         * custom.el (custom-variable-p): Return nil for non-symbol
14671         arguments instead of signaling an error.
14672         (user-variable-p): Obsolete alias for custom-variable-p.
14674         * apropos.el (apropos-variable):
14675         * files-x.el (read-file-local-variable):
14676         * simple.el (set-variable):
14677         * woman.el (woman-mini-help):
14678         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14680 2012-04-09  Glenn Morris  <rgm@gnu.org>
14682         * startup.el (normal-top-level): Don't look for leim-list.el
14683         in places where it will not be found.  (Bug#910)
14685         * international/mule-cmds.el (set-default-coding-systems):
14686         * files.el (normal-mode):
14687         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
14688         This function was removed with ucs-tables.el in 2008.
14690 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
14692         * textmodes/ispell.el (ispell-check-version): For hunspell, set
14693         ispell-encoding8-command to "-i", without a trailing space.
14694         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14695         separate command-line arguments, to specify the encoding, since
14696         that's how hunspell expects it.
14698 2012-04-08  Glenn Morris  <rgm@gnu.org>
14700         * loadup.el: Load bindings before cus-start.
14701         This reduces somewhat the number of "rogue" settings in emacs -Q.
14703 2012-04-07  Glenn Morris  <rgm@gnu.org>
14705         * version.el (emacs-bzr-get-version): New function.
14706         (emacs-bzr-version): New variable.
14707         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
14708         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14710 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14712         * international/uni-bidi.el, international/uni-category.el:
14713         * international/uni-combining.el, international/uni-decimal.el:
14714         * international/uni-decomposition.el, international/uni-digit.el:
14715         * international/uni-lowercase.el, international/uni-mirrored.el:
14716         * international/uni-name.el, international/uni-numeric.el:
14717         * international/uni-titlecase.el, international/uni-uppercase.el:
14718         Update for Unicode 6.1.
14720 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14722         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14724 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14726         * window.el (shrink-window): Mention the `window-min-height'
14727         variable in the doc string.
14729 2012-04-05  Bastien Guerry  <bzg@altern.org>
14731         * color.el (color-lighten-name): Fix typo.
14733 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14735         * server.el (server--on-display-p): New function.
14736         (server--on-display-p): Use it.
14738 2012-04-04  GĂ¡bor Vida  <vidagabor@gmail.com>  (tiny change)
14740         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14741         (bug#11145).
14743 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14745         * comint.el (comint--common-quoted-suffix): Check string boundary
14746         before comparing (bug#11158).
14747         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14749 2012-04-04  Chong Yidong  <cyd@gnu.org>
14751         * minibuffer.el (completion-extra-properties): Doc fix.
14753         * subr.el (delayed-warnings-hook): Doc fix.
14755 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
14757         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14758         selection (Bug#11159).
14759         (epa-insert-keys): Inform that the default public key will be
14760         exported if no key is selected.
14762 2012-04-04  Richard Stallman  <rms@gnu.org>
14764         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14766 2012-04-03  Chong Yidong  <cyd@gnu.org>
14768         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14769         mail-insert-file, not its obsolete alias mail-attach-file.
14771 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
14773         * notifications.el (notifications-notify): Fix docstring.
14775 2012-04-02  Glenn Morris  <rgm@gnu.org>
14777         * emacs-lisp/authors.el (authors-aliases): Another addition.
14779 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
14781         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14782         `tramp-compat-call-process' instead of `tramp-local-call-process'.
14783         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14785 2012-04-01  Chong Yidong  <cyd@gnu.org>
14787         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14788         Handle root directory properly.
14789         (copy-directory): Caller changed.
14791         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14792         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14794 2012-03-31  Glenn Morris  <rgm@gnu.org>
14796         * term/xterm.el (xterm-extra-capabilities): Doc fix.
14798         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
14800         * calendar/calendar.el (calendar-window-list)
14801         (calendar-hide-window): Restore.  (Bug#11140)
14802         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14804         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14806 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14808         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14809         Check if file is a symlink (Bug#10489).
14811         * files.el (copy-directory): Likewise.
14813 2012-03-30  Chong Yidong  <cyd@gnu.org>
14815         * image.el (imagemagick-types-inhibit)
14816         (imagemagick-register-types): Doc fix.
14818 2012-03-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14820         * textmodes/ispell.el (ispell-get-extended-character-mode):
14821         Disable extended-char-mode for hunspell.  hunspell does not support it
14822         and treats ~word as ordinary words in pipe mode.
14824 2012-03-30  Glenn Morris  <rgm@gnu.org>
14826         * tutorial.el (help-with-tutorial): Ensure local variables don't
14827         happen to make the buffer read-only.  (Bug#11127)
14829 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14831         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14832         (perl-calculate-indent): Return `noindent' in strings.
14834 2012-03-28  Sam Steingold  <sds@gnu.org>
14836         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14837         instead of the broken adhockery which does not prevent calendar
14838         buffers from being displayed at random after exit.
14839         (calendar-window-list, calendar-hide-window): Remove the broken
14840         adhockery.
14842 2012-03-28  Glenn Morris  <rgm@gnu.org>
14844         * replace.el (query-replace-map): Doc fix.
14846 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14848         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14849         contents.  (Bug#11109)
14851 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14853         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14854         (bug#11077).
14855         (avl-tree--check, avl-tree--check-node): New funs.
14857 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
14859         * window.el (switch-to-visible-buffer): New option.
14860         (switch-to-prev-buffer, switch-to-next-buffer):
14861         Observe switch-to-visible-buffer.  Make sure that checking for a window
14862         showing a buffer already is done on the same frame.
14864 2012-03-27  Glenn Morris  <rgm@gnu.org>
14866         * startup.el (mail-host-address): Doc fix.
14868 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14870         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14871         than 197 variables.
14873 2012-03-26  Ami Fischman  <ami@fischman.org>
14875         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14877 2012-03-26  Glenn Morris  <rgm@gnu.org>
14879         * files.el (save-buffers-kill-emacs): Doc fix.
14881         * startup.el (normal-top-level, command-line, command-line-1):
14882         Give them doc strings.
14884 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
14886         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14887         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14889 2012-03-25  Chong Yidong  <cyd@gnu.org>
14891         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14892         theme if it was previously enabled before (Bug#11031).
14894         * cus-theme.el (custom-theme-write-faces): Retrieve current face
14895         spec with custom-face-get-current-spec if its :shown-value is not
14896         determined yet (Bug#9337).
14897         (customize-create-theme, custom-theme-revert): Doc fixes.
14899         * button.el (button-at): Minor addition to docstring.
14901 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
14903         * vc/vc.el (vc-merge): Fix a prompt.
14905 2012-03-24  Chong Yidong  <cyd@gnu.org>
14907         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14908         point (Bug#9623).
14910         * button.el (button-at): Minor addition to docstring.
14912 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14914         * newcomment.el (comment-choose-indent): No space after BOL.
14916 2012-03-22  Sam Steingold  <sds@gnu.org>
14918         * window.el (switch-to-prev-buffer): Revert last patch because the
14919         bug turned out to be an advertised feature (Elisp manual 28.14).
14921 2012-03-22  Glenn Morris  <rgm@gnu.org>
14923         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
14924         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14926 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14928         * net/network-stream.el (network-stream-open-starttls): Make error
14929         message under Windows be less misleading.
14931 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
14933         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14934         understands (bug#9942).
14936 2012-03-22  Chong Yidong  <cyd@gnu.org>
14938         * simple.el (end-of-visible-line): Handle return value of
14939         next-single-property-change properly (Bug#9371).
14941 2012-03-22  Kenichi Handa  <handa@m17n.org>
14943         * international/quail.el (quail-insert-kbd-layout): Fix previous
14944         change.  To avoid unwanted bidi reordering, use
14945         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14947 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
14949         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14950         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14951         (ruby-beginning-of-indent): Be more careful with the difference
14952         between word-boundary and symbol boundary.
14953         (ruby-mode-syntax-table): Make : a symbol constituent.
14955 2012-03-21  Andreas Politz  <politza@fh-trier.de>
14957         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14959 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14961         * progmodes/etags.el (tags-completion-at-point-function):
14962         Improve last fix.
14964         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14966 2012-03-21  Sam Steingold  <sds@gnu.org>
14968         * progmodes/etags.el (tags-completion-at-point-function):
14969         Avoid the error when point is inside the pattern.
14971 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
14973         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14974         line (Bug#10855).
14976 2012-03-21  Drew Adams  <drew.adams@oracle.com>
14978         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14980 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
14982         * ido.el (ido-set-current-directory, ido-read-internal)
14983         (ido-choose-completion-string, ido-completion-help): Handle nil
14984         value of ido-completion-buffer (Bug#11008).
14986 2012-03-21  Sam Steingold  <sds@gnu.org>
14988         * window.el (switch-to-prev-buffer): Do not switch to a visible
14989         window previous buffer, just like with the frame previous buffers.
14991 2012-03-21  Chong Yidong  <cyd@gnu.org>
14993         * faces.el (make-face, make-empty-face, copy-face):
14994         * face-remap.el (face-remap-add-relative, face-remap-set-base):
14995         Doc fixes.
14997 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14999         * wid-edit.el (widget-complete-field): Remove (bug#11051).
15000         (widget-complete): Remove broken use of it.
15002 2012-03-20  Chong Yidong  <cyd@gnu.org>
15004         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15005         Use string-width and truncate-string-width to handle arbitrary
15006         characters.
15008 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
15010         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
15011         to draw rectangles, not squares.  (Regression introduced by revno
15012         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
15014 2012-03-18  Chong Yidong  <cyd@gnu.org>
15016         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15017         it is not yet defined (for temacs).
15019 2012-03-18  Leo Liu  <sdl.web@gmail.com>
15021         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15022         prefix.
15024 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15026         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15027         (ispell-choices-win-default-height, ispell-silently-savep)
15028         (ispell-dictionary-alist, ispell-encoding8-command)
15029         (ispell-check-version, ispell-aspell-find-dictionary)
15030         (ispell-valid-dictionary-list, ispell-words-keyword)
15031         (ispell-get-word, ispell-internal-change-dictionary)
15032         (ispell-region, ispell-skip-region-list)
15033         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
15034         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
15035         (ispell-message-text-end, ispell-message)
15036         (ispell-buffer-local-parsing): Doc fix.
15038 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
15040         * htmlfontify.el: Add support for code block fontification for ODT
15041         export (Bug #9914).
15042         (hfy-optimisations): Define new option
15043         `body-text-only'
15044         (hfy-fontify-buffer): Honor above setting.
15045         (hfy-begin-span, hfy-end-span): New routines factored out form
15046         `hfy-fontify-buffer'.
15047         (hfy-begin-span-handler, hfy-end-span-handler): New variables
15048         that permit insertion of custom tags.
15049         (hfy-fontify-buffer): Use above handlers.
15050         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15051         (hfy-face-to-css): Re-defined to be a variable.
15052         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
15053         over multiple runs.  This is made possible by having the caller let
15054         bind a special variable `hfy-user-sheet-assoc'.
15055         (htmlfontify-string): New defun.
15056         (hfy-compile-face-map): Make sure that the last char in the
15057         buffer is correctly fontified.
15058         (hfy-face-resolve-face): Whitespace only change.
15060 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15062         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15063         message more clear.
15065 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15067         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
15069 2012-03-16  Alan Mackenzie  <acm@muc.de>
15071         Further optimize the handling of large macros.
15073         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
15074         limit to a call of `c-literal-limits'.
15075         (c-determine-+ve-limit): New function.
15076         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
15077         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
15078         In CASE 5B, restrict a search limit to 500.
15079         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
15081         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
15082         Restrict macro bounds to +-500 from after-change's BEG END.
15084 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15086         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
15088 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
15090         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15091         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
15093 2012-03-16  Glenn Morris  <rgm@gnu.org>
15095         * view.el (view-buffer, view-buffer-other-window)
15096         (view-buffer-other-frame): Doc fixes re special mode-class.
15098         * subr.el (eval-after-load): If named feature is provided not from
15099         a file, run after-load forms.  (Bug#10946)
15101         * calendar/calendar.el (calendar-insert-at-column):
15102         Handle non-unit-width characters a bit better.  (Bug#10978)
15104 2012-03-15  Chong Yidong  <cyd@gnu.org>
15106         * emacs-lisp/ring.el (ring-extend): New function.
15107         (ring-insert+extend): Extend the ring correctly (Bug#11019).
15109         * comint.el (comint-read-input-ring)
15110         (comint-add-to-input-history): Grow comint-input-ring lazily.
15112 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15114         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15115         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15117         * imenu.el: Fix multiple inheritance breakage (bug#9199).
15118         (imenu-add-to-menubar): Don't add a redundant index.
15119         (imenu-update-menubar): Handle a dynamically composed keymap.
15121 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15123         * mail/sendmail.el (mail-encode-header):
15124         Bind rfc2047-encode-encoded-words to nil.
15126 2012-03-13  Glenn Morris  <rgm@gnu.org>
15128         * calendar/calendar.el (calendar-string-spread):
15129         Handle non-unit-width characters a bit better.  (Bug#10978)
15131 2012-03-13  Leo Liu  <sdl.web@gmail.com>
15133         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15134         directory and file as argument (Bug#10822).
15136 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15138         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15139         For dynamically generated code, follow $PC.
15140         (gdb-disassembly-handler-custom): Handle no function name case.
15142 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
15144         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15145         * emulation/ws-mode.el (ws-query-replace):
15146         * sort.el (sort-regexp-fields):
15147         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
15149 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15151         * dabbrev.el: Fix cycle completion order (bug#10963).
15152         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15153         (dabbrev-completion): Don't use an obarray; provide
15154         a cycle-sort-function.
15156 2012-03-12  Leo Liu  <sdl.web@gmail.com>
15158         * simple.el (kill-new): Use equal-including-properties for comparison.
15159         (kill-do-not-save-duplicates): Doc fix.
15161 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15163         * dabbrev.el: Fix cycle completion (bug#10963).
15164         Use lexical binding and wrap to 80 columns.
15165         (dabbrev-completion): Delay computing the list of completions.
15167 2012-03-12  Kenichi Handa  <handa@m17n.org>
15169         * international/quail.el (quail-insert-kbd-layout): Surround each
15170         row by LRO and PDF instead of inserting many LRMs.  Pad the left
15171         and right of each non-spacing marks.  Insert invisible space
15172         between lower and upper characters to prevent composition.
15174 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15176         * minibuffer.el (minibuffer-complete): Don't get confused when the
15177         function is run twice via different commands (bug#10958).
15178         (complete-with-action): Fix docstring.
15180 2012-03-12  Chong Yidong  <cyd@gnu.org>
15182         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15183         (nxml-completion-at-point-function): New function.
15184         (nxml-mode): Use it.
15185         (nxml-bind-meta-tab-to-complete-flag): Default to t.
15187         * emacs-lisp/package.el (package-unpack, package-unpack-single):
15188         Load generated autoloads file before byte compiling (Bug#10970).
15189         (package--make-autoloads-and-compile): New helper fun.
15191 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
15193         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15195 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
15197         * autorevert.el (auto-revert-handler): Ensure, that
15198         file-readable-p is applied only for local files or in
15199         auto-revert-tail-mode.
15201 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
15203         * server.el (server-eval-at): Handle non-tcp connections.
15204         Decode result string.
15206         * server.el (server-msg-size): New constant.
15207         (server-reply-print): New function.
15208         (server-eval-and-print): Use it.
15209         (server-eval-at): Use server-quote-arg and server-unquote-arg.
15210         Handle -print-nonl.
15212 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
15214         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15215         (Bug#10987).
15217 2012-03-11  Chong Yidong  <cyd@gnu.org>
15219         * simple.el (goto-line): Doc fix (Bug#9938).
15221         * subr.el (save-window-excursion): Doc fix (Bug#9979).
15223         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15224         when finished (Bug#10963).
15226 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
15228         * window.el (split-window-below): Fix bug in case where
15229         split-window-keep-point is nil (Bug#10971).
15231 2012-03-11  Juri Linkov  <juri@jurta.org>
15233         * replace.el (replace-highlight): Set isearch-word to nil
15234         unconditionally.  (Bug#10887)
15236 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
15238         * net/mairix.el (mairix-replace-invalid-chars): Rename from
15239         mairix-replace-illegal-chars; all callers changed.  Don't remove
15240         ^, ~, and = characters: they are meaningful in mairix search specs.
15241         (mairix-widget-create-query): Add usage information about mairix
15242         search forms: negating words, searching for substrings, etc.
15244 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
15246         * international/fontset.el (font-encoding-alist): Add an entry for
15247         ksx1001 (Bug#5667).
15249 2012-03-10  Richard Stallman  <rms@gnu.org>
15251         * mail/sendmail.el (mail-encode-header):
15252         Set rfc2047-encode-encoded-words.
15254         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15256         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15257         view buffer means not swapped.
15258         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15259         (rmail-write-region-annotate): Error if real text has disappeared.
15261         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15263 2012-03-10  Chong Yidong  <cyd@gnu.org>
15265         * emulation/cua-rect.el (cua--init-rectangles):
15266         * emulation/cua-base.el (cua--init-keymaps):
15267         Add delete-forward-char to remappings (Bug#9666).
15269 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
15271         * speedbar.el (speedbar-unhighlight-one-tag-line):
15272         Avoid unhighlighting due to frame switching (Bug#10275).
15274 2012-03-10  Chong Yidong  <cyd@gnu.org>
15276         * minibuffer.el (completion-in-region, completion-help-at-point):
15277         Give the completion field overlay a high priority (Bug#6830).
15279         * dired.el (dired-goto-file): Recognize absolute file name
15280         listings (Bug#7126).
15281         (dired-goto-file-1): New helper function.
15282         (dired-toggle-read-only): Inhibit warnings.
15284 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
15286         * net/dbus.el (dbus-property-handler): Return empty array if
15287         there are no properties.
15289 2012-03-09  Leo Liu  <sdl.web@gmail.com>
15291         * savehist.el (savehist-printable): Stricter check for string
15292         value (Bug#10937).
15294 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
15296         * mail/smtpmail.el (smtpmail-send-it):
15297         Bind coding-system-for-write to *-unix, so that FCC files are kept in
15298         valid mbox format.
15300 2012-03-09  Glenn Morris  <rgm@gnu.org>
15302         * files.el (dir-locals-find-file):
15303         Don't check result is regular, readable.
15304         (dir-locals-read-from-file): Demote errors.
15306 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
15308         * international/quail.el (quail-insert-kbd-layout):
15309         Insert invisible LRM characters before each character in a keyboard
15310         layout cell, to prevent their reordering by bidi display engine.
15311         For details, see the discussion in
15312         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15314 2012-03-08  Alan Mackenzie  <acm@muc.de>
15316         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15317         the starting position; make it extend the marked region when
15318         invoked repeatedly - all under appropriate circumstances.
15319         Fixes bugs #5525, #10906.
15321 2012-03-08  Glenn Morris  <rgm@gnu.org>
15323         * files.el (locate-dominating-file, dir-locals-find-file):
15324         Undo 2012-03-06 change.
15326 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
15328         * international/quail.el (quail-help):
15329         Force bidi-paragraph-direction be left-to-right.  See discussion in
15330         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15331         for the reason.
15333 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
15335         Avoid superfluous registering of signals.  (Bug#10807)
15337         * notifications.el (notifications-on-action-object)
15338         (notifications-on-close-object): New defvars.
15339         (notifications-on-action-signal, notifications-on-closed-signal):
15340         Unregister the signal if not needed any longer.
15341         (notifications-notify): Register `notifications-action-signal' or
15342         `notifications-closed-signal', if :on-action or :on-close has been
15343         passed as argument.
15345 2012-03-07  Chong Yidong  <cyd@gnu.org>
15347         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15348         non-X platforms.
15350 2012-03-06  Glenn Morris  <rgm@gnu.org>
15352         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15353         (x-disown-selection-internal, x-get-selection-internal):
15354         Doc fix (add arglist signatures).  (Bug#10783)
15356 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15358         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15359         Handle breakpoints with no "type".
15361 2012-03-06  Glenn Morris  <rgm@gnu.org>
15363         * files.el (locate-dominating-file): Add optional predicate argument.
15364         (dir-locals-find-file): Make use of above change.
15366 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
15368         * info.el (Info-insert-dir): Also try "dir.gz".
15370 2012-03-06  Glenn Morris  <rgm@gnu.org>
15372         * files.el (dir-locals-find-file):
15373         Ignore non-readable or non-regular files.  (Bug#10928)
15375         * files.el (locate-dominating-file): Doc fix.
15377 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
15379         * calendar/calendar.el (calendar-set-mode-line):
15380         `getenv' returns a string.  (Bug#10951)
15382 2012-03-05  Leo Liu  <sdl.web@gmail.com>
15384         * simple.el (backward-delete-char-untabify): Constrain point to
15385         field (Bug#10939).
15387         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15389 2012-03-05  Chong Yidong  <cyd@gnu.org>
15391         * simple.el (count-words): If called from Lisp, return the word
15392         count, for symmetry with `count-lines'.  Arglist changed.
15393         (count-words--message): Args changed.  Consolidate counting code
15394         from count-words and count-words-region.
15395         (count-words-region): Caller changed.
15396         (count-lines-region): Make it an obsolete alias.
15398 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
15400         * saveplace.el (save-place-to-alist)
15401         (save-place-ignore-files-regexp): Allow value nil to disable this
15402         feature.
15404 2012-03-04  Chong Yidong  <cyd@gnu.org>
15406         * faces.el (face-spec-reset-face): For the default face, reset the
15407         attributes to default values (Bug#10748).
15409 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15411         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15412         previous patch: Check `message-send-mail-function', and not the
15413         default function (bug#10897).
15415 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
15417         * notifications.el (notifications-on-action-signal)
15418         (notifications-on-closed-signal): Check for unique service name of
15419         incoming event.  Fix error in removing entry.
15420         (top): Register for signals with wildcard service name.
15421         (notifications-notify): Use daemon unique service name for map entries.
15423 2012-03-04  Chong Yidong  <cyd@gnu.org>
15425         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15427 2012-03-04  Glenn Morris  <rgm@gnu.org>
15429         * abbrev.el (copy-abbrev-table, abbrev-table-p)
15430         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15431         (expand-abbrev, define-abbrev-table): Doc fixes.
15433 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15435         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15436         `message-default-send-mail-function' and not `send-mail-function'
15437         when doing the prompting for `sendmail-query-once' before sending
15438         in Message buffers (bug#10897).
15440         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15441         This is inconsistent with all the other stream functions, which leave
15442         the setting up to the higher levels (if so wanted) (bug#10931).
15444 2012-03-02  Alan Mackenzie  <acm@muc.de>
15446         Depessimize the handling of very large macros.
15448         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15449         (c-macro-cache-syntactic): New variables to implement a one
15450         element macro cache.
15451         (c-invalidate-macro-cache): New function.
15452         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15453         Adapt to use the new cache.
15454         (c-state-safe-place): Use better the cache of safe positions.
15455         (c-state-semi-nonlit-pos-cache)
15456         (c-state-semi-nonlit-pos-cache-limit):
15457         New variables for...
15458         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
15459         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15460         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15461         Use c-state-semi-safe-place.
15463         * progmodes/cc-langs.el (c-get-state-before-change-functions):
15464         Add c-invalidate-macro-cache to the C, C++, Obj entries.
15466 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
15468         * jka-compr.el (jka-compr-call-process):
15469         Apply `file-accessible-directory-p' only when the default directory is
15470         not remote.
15472 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
15474         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
15475         access of FILE2, if FILE1 does not exist.
15477         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15478         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15480         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15481         Add "PAGER=" to `process-environment'.
15483 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
15485         * progmodes/sql.el: Bug fix
15486         (sql-get-login-ext): Save login values in globals.
15487         (sql-get-login): Use new version of `sql-get-login-ext'.
15488         (sql-interactive-mode): Set global `sql-connection' to nil.
15489         (sql-connect): Set global values for connection.
15490         (sql-product-interactive): Save global values as buffer local.
15492 2012-02-29  Leo Liu  <sdl.web@gmail.com>
15494         * abbrev.el (define-abbrevs): Reset sys to nil.
15496 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15498         * files.el (file-equal-p): Rename from `files-equal-p'.
15499         Return nil when one or both files don't exist.
15500         (file-subdir-of-p): Now only top directory must exists,
15501         return nil if it doesn't.
15502         (copy-directory): No need to test with `file-subdir-of-p' after
15503         creating dir.
15504         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15505         to `file-equal-p'.
15507 2012-02-28  Glenn Morris  <rgm@gnu.org>
15509         * shell.el (shell-mode):
15510         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15511         * play/landmark.el (landmark-font-lock-face-O):
15512         * play/handwrite.el (handwrite):
15513         * play/gomoku.el (gomoku-O):
15514         * net/browse-url.el (browse-url-browser-display):
15515         * international/mule.el (define-charset):
15516         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15517         * filesets.el (filesets-find-file-delay):
15518         * eshell/em-xtra.el (eshell-xtra):
15519         * eshell/em-unix.el (eshell-grep):
15520         * emulation/viper.el (viper-mode):
15521         * emacs-lisp/regexp-opt.el (regexp-opt-group):
15522         * emacs-lisp/easymenu.el (easy-menu-define):
15523         * calendar/timeclock.el (timeclock-use-display-time):
15524         * bs.el (bs-mode):
15525         * bookmark.el (bookmark-save-flag):
15526         Doc fix (standardize possessive apostrophe usage).
15528 2012-02-27  Chong Yidong  <cyd@gnu.org>
15530         * emulation/viper-cmd.el (viper-intercept-ESC-key):
15531         Fix key-binding lookup for ESC key (Bug#9146).
15533         * font-lock.el (font-lock-specified-p): Rename from
15534         font-lock-spec-present.  Callers changed.
15536 2012-02-27  Daniel Hackney  <dan@haxney.org>
15538         * emacs-lisp/package.el (package-compute-transaction):
15539         Handle holding a package version to t in package-load-list.
15541 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
15543         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15544         (tramp-get-inode, tramp-get-device): Use cached values.
15546 2012-02-26  Alan Mackenzie  <acm@muc.de>
15548         Check there is a font-lock specification before doing initial
15549         fontification.
15551         * font-core.el (font-lock-mode): Move the conditional from
15552         :after-hook to font-lock-initial-fontify.
15553         (font-lock-default-function): Move the check for a specification
15554         to font-lock-spec-present.
15556         * font-lock.el (font-lock-initial-fontify): Call ...
15557         (font-lock-spec-present): New function.
15559 2012-02-26  Jim Blandy  <jimb@red-bean.com>
15561         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15562         (gdb-send): Apply it to the operand of the '-interpreter-exec
15563         console' command, so that we can pass arguments with (say) quotes
15564         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
15566 2012-02-26  Chong Yidong  <cyd@gnu.org>
15568         * help-fns.el (describe-function-1): Clarify description of
15569         remapping (Bug#10844).
15571         * files.el (files-equal-p): Doc fix.
15572         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
15573         and quit the loop once a mismatch is found.
15575 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
15577         * bs.el (bs--show-with-configuration): Don't throw an error
15578         if the window cannot be split; otherwise, subsequent calls to
15579         bs-show fail, restoring a stale window config.  (Bug#10882)
15581 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15583         * term/ns-win.el (global-map): Bind ns-drag-file to
15584         ns-find-file (Bug#5855, Bug#10050).
15586 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
15588         * calendar/parse-time.el (parse-time-string): Allow extractor to
15589         return nil.
15591 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
15593         * net/tramp.el (tramp-file-name-for-operation):
15594         Add `files-equal-p' and `file-subdir-of-p'.
15596         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15597         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15598         Add COPY-CONTENTS argument.
15600 2012-02-25  Chong Yidong  <cyd@gnu.org>
15602         Add custom groups for VC backends, for consistency with vc-bzr.
15604         * vc/vc-arch.el (vc-arch):
15605         * vc/vc-cvs.el (vc-cvs):
15606         * vc/vc-git.el (vc-git):
15607         * vc/vc-hg.el (vc-hg):
15608         * vc/vc-mtn.el (vc-mtn):
15609         * vc/vc-rcs.el (vc-rcs):
15610         * vc/vc-sccs.el (vc-sccs):
15611         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15612         All relevant defcustoms reassigned.
15614 2012-02-25  Chong Yidong  <cyd@gnu.org>
15616         * newcomment.el (comment-styles): Add autoload (Bug#10868).
15618         * term/x-win.el (x-initialize-window-system): Reduce default for
15619         x-selection-timeout to 5 seconds (Bug#8869).
15621 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15623         * files.el (files-equal-p, file-subdir-of-p): New functions.
15624         (copy-directory): Error when trying to copy a directory on itself.
15625         Add missing copy-contents arg to tramp handler.
15626         * dired-aux.el (dired-copy-file-recursive): Same.
15627         (dired-create-files): Modify destination when source is equal to
15628         dest when copying files.
15629         Return also when dest is a subdir of source.  (Bug#10489)
15631 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
15633         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15634         (Bug#10874)
15636 2012-02-23  Alan Mackenzie  <acm@muc.de>
15638         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15639         parameter "after-hook:" to allow the expansion to run code after
15640         the execution of the mode hooks.
15642         * font-lock.el (font-lock-initial-fontify): New function extracted
15643         from font-lock-mode-internal.
15645         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15646         :after-hook.
15648 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15650         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15651         (completion--cache-all-sorted-completions): New function.
15652         (completion-all-sorted-completions): Use it.
15653         (completion--do-completion, minibuffer-force-complete):
15654         Use it to re-instate the flush hook.
15656         * icomplete.el (icomplete-completions): Replace last fix with a better
15657         one (bug#10850).
15659 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
15661         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15662         when it might call us back infinitely (bug#10797).
15664 2012-02-23  Glenn Morris  <rgm@gnu.org>
15666         * minibuffer.el (completion-category-overrides): Doc fix.
15668 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15670         * minibuffer.el (completion-table-with-context): Fix inf-loop.
15671         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15673 2012-02-23  Glenn Morris  <rgm@gnu.org>
15675         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15676         (authors-obsolete-files-regexps, authors-ignored-files)
15677         (authors-ambiguous-files, authors-renamed-files-alist):
15678         Add more entries.
15680 2012-02-23  Juri Linkov  <juri@jurta.org>
15682         * isearch.el (isearch-occur): Sync interactive spec with occur's
15683         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
15685         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15687 2012-02-22  Juri Linkov  <juri@jurta.org>
15689         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15690         (ucs-insert): Doc fix.  Check for hex digits in the string.
15691         Don't display `nil' in the error message.  (Bug#10857)
15693 2012-02-22  Alan Mackenzie  <acm@muc.de>
15695         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15697 2012-02-22  Glenn Morris  <rgm@gnu.org>
15699         * ffap.el (ffap-c-path):
15700         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
15702 2012-02-22  Chong Yidong  <cyd@gnu.org>
15704         * custom.el (load-theme): Doc fix.
15706 2012-02-22  Glenn Morris  <rgm@gnu.org>
15708         * dired-x.el (dired-guess-shell-alist-default):
15709         Remove escape sequences from nroff output.  (Bug#172)
15711 2012-02-21  Glenn Morris  <rgm@gnu.org>
15713         * vc/emerge.el (emerge-defvar-local):
15714         Set `permanent-local' property rather than unused `preserved'.
15716         * textmodes/picture.el (picture-delete-char): New alias.
15717         (picture-mode-map): Use it.  (Bug#10860)
15718         (picture-mode): Doc fix.
15720 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
15722         * newcomment.el (uncomment-region-default): Remove unused binding.
15724 2012-02-21  Glenn Morris  <rgm@gnu.org>
15726         * textmodes/picture.el (picture-motion, picture-motion-reverse)
15727         (picture-self-insert, picture-tab-chars): Doc fix.
15728         (picture-mode-map): Fix C-a, C-e.
15730 2012-02-20  Glenn Morris  <rgm@gnu.org>
15732         * emacs-lisp/authors.el (authors-aliases): Add another entry.
15734 2012-02-20  Leo Liu  <sdl.web@gmail.com>
15736         * icomplete.el (icomplete-completions): Check FROM arg before
15737         passing to substring (Bug#10850).
15739 2012-02-19  Chong Yidong  <cyd@gnu.org>
15741         * comint.el: Require ansi-color.
15742         (comint-output-filter-functions): Add ansi-color-process-output.
15744         * ansi-color.el: Don't set comint-output-filter-functions; it is
15745         now in the initial value defined in comint.el.
15746         (ansi-color-apply-face-function): New variable.
15747         (ansi-color-apply-on-region): Use it.
15748         (ansi-color-apply-overlay-face): New function.
15750         * shell.el (shell): No need to require ansi-color.
15751         (shell-mode): Use ansi-color-apply-face-function to highlight
15752         color escapes using font-lock-face property (Bug#10835).
15754 2012-02-19  Chong Yidong  <cyd@gnu.org>
15756         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15757         mode-line formats (Bug#10839).
15759 2012-02-18  Glenn Morris  <rgm@gnu.org>
15761         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15763         * mail/undigest.el (unforward-rmail-message): Doc fix.
15765         * saveplace.el (save-place-ignore-files-regexp): Add :version.
15767 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
15769         * international/characters.el (script-list): Sync with the latest
15770         Unicode Character Database.
15772 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
15774         * international/titdic-cnv.el: Remove duplicate coding tag.
15775         * language/cham.el: Likewise.
15776         * language/tai-viet.el: Likewise.
15778 2012-02-18  Glenn Morris  <rgm@gnu.org>
15780         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15781         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15782         (calendar-bahai-all-holidays-flag, calendar-other-dates):
15783         * calendar/diary-lib.el (diary-abbreviated-year-flag):
15784         * calendar/holidays.el (holiday-bahai-holidays)
15785         (calendar-holidays, list-holidays):
15786         Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
15788 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
15790         * saveplace.el (save-place-ignore-files-regexp): New variable
15791         allowing for excluding files from saving their location of point.
15792         The default value matches the temporary commit message editing
15793         files from Git, SVN, Bazaar, and Mercurial.
15794         (save-place-to-alist): Use it.
15796 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
15797             Stefan Monnier  <monnier@iro.umontreal.ca>
15799         * newcomment.el (uncomment-region-default): Don't leave extra space
15800         when an arg is provided (bug#8150).
15802 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
15804         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15806 2012-02-17  Glenn Morris  <rgm@gnu.org>
15808         * net/socks.el: Require network-stream.  (Bug#10599)
15810 2012-02-17  Kenichi Handa  <handa@m17n.org>
15812         * international/charprop.el:
15813         * international/uni-name.el:
15814         * international/uni-old-name.el:
15815         * international/uni-comment.el: Regenerate.
15817 2012-02-16  Glenn Morris  <rgm@gnu.org>
15819         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15820         Interactively in calendar buffer, give an error if not on a date.
15822 2012-02-15  Glenn Morris  <rgm@gnu.org>
15824         * shell.el (shell-delimiter-argument-list):
15825         Revert 2011-02-17 change.  (Bug#8027)
15827 2012-02-15  Chong Yidong  <cyd@gnu.org>
15829         * minibuffer.el (completion-at-point-functions): Doc fix.
15831         * custom.el (defcustom): Doc fix; note use of defvar.
15833 2012-02-15  Glenn Morris  <rgm@gnu.org>
15835         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15836         Doc fixes.
15838 2012-02-14  Glenn Morris  <rgm@gnu.org>
15840         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15842 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
15844         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15845         way the ports list is computed.
15846         (smtpmail-query-smtp-server): Prompt the user for a port number if
15847         we can't connect to any of the standard ports (bug#10810).
15849 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15851         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15853 2012-02-13  Glenn Morris  <rgm@gnu.org>
15855         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
15857 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
15859         * net/gnutls.el (gnutls-trustfiles): New variable.
15860         (gnutls-negotiate): Use it.
15862 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
15864         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15865         does its stuff if Gnus is running.
15867 2012-02-13  Alan Mackenzie  <acm@muc.de>
15869         Fix a loop in c-set-fl-decl-start.
15871         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15872         c-backward-syntactic-ws actually moves backwards.
15874 2012-02-13  Leo Liu  <sdl.web@gmail.com>
15876         * net/rcirc.el (rcirc-markup-attributes): Move point to the
15877         beginning so that all \C-o chars are removed.
15879 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
15881         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15883 2012-02-12  Alan Mackenzie  <acm@muc.de>
15885         Fix infinite loop with long macros.
15886         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15888 2012-02-12  Chong Yidong  <cyd@gnu.org>
15890         * window.el (display-buffer): Doc fix (Bug#10785).
15892 2012-02-12  Glenn Morris  <rgm@gnu.org>
15894         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15895         (x-disown-selection-internal, x-get-selection-internal):
15896         Sync docs with the xselect.c versions.
15898         * allout-widgets.el: Add missing license notice.
15900 2012-02-11  Glenn Morris  <rgm@gnu.org>
15902         * select.el (x-get-selection-internal, x-own-selection-internal)
15903         (x-disown-selection-internal):
15904         * x-dnd.el (x-get-selection-internal): Update declarations.
15906         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15908         * window.el (window-sides-slots):
15909         * tool-bar.el (tool-bar-position):
15910         * term/xterm.el (xterm-extra-capabilities):
15911         * ses.el (ses-self-reference-early-detection):
15912         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15913         (verilog-auto-wire-type)
15914         (verilog-auto-delete-trailing-whitespace)
15915         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15916         (verilog-auto-tieoff-declaration):
15917         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15918         (sql-oracle-statement-starters, sql-oracle-scan-on):
15919         * progmodes/prolog.el (prolog-align-comments-flag)
15920         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15921         (prolog-left-indent-regexp, prolog-paren-indent-p)
15922         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15923         (prolog-types, prolog-mode-specificators)
15924         (prolog-determinism-specificators, prolog-directives)
15925         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15926         (prolog-electric-dot-flag)
15927         (prolog-electric-dot-full-predicate-template)
15928         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15929         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15930         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15931         (prolog-program-switches, prolog-prompt-regexp)
15932         (prolog-debug-on-string, prolog-debug-off-string)
15933         (prolog-trace-on-string, prolog-trace-off-string)
15934         (prolog-zip-on-string, prolog-zip-off-string)
15935         (prolog-use-standard-consult-compile-method-flag)
15936         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15937         (prolog-imenu-max-lines, prolog-info-predicate-index)
15938         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15939         (prolog-char-quote-workaround):
15940         * progmodes/cc-vars.el (c-defun-tactic):
15941         * net/tramp.el (tramp-encoding-command-interactive)
15942         (tramp-local-end-of-line):
15943         * net/soap-client.el (soap-client):
15944         * net/netrc.el (netrc-file):
15945         * net/gnutls.el (gnutls):
15946         * minibuffer.el (completion-category-overrides)
15947         (completion-cycle-threshold)
15948         (completion-pcm-complete-word-inserts-delimiters):
15949         * man.el (Man-name-local-regexp):
15950         * mail/feedmail.el (feedmail-display-full-frame):
15951         * international/characters.el (glyphless-char-display-control):
15952         * eshell/em-ls.el (eshell-ls-date-format):
15953         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15954         (lisp-lambda-list-keyword-parameter-indentation)
15955         (lisp-lambda-list-keyword-parameter-alignment):
15956         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15957         * dired-x.el (dired-omit-verbose):
15958         * cus-theme.el (custom-theme-allow-multiple-selections):
15959         * calc/calc.el (calc-highlight-selections-with-faces)
15960         (calc-lu-field-reference, calc-lu-power-reference)
15961         (calc-note-threshold):
15962         * battery.el (battery-mode-line-limit):
15963         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15964         (archive-7z-update):
15965         * allout.el (allout-prefixed-keybindings)
15966         (allout-unprefixed-keybindings)
15967         (allout-inhibit-auto-fill-on-headline)
15968         (allout-flattened-numbering-abbreviation):
15969         * allout-widgets.el (allout-widgets-auto-activation)
15970         (allout-widgets-icons-dark-subdir)
15971         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15972         (allout-widgets-theme-dark-background)
15973         (allout-widgets-theme-light-background)
15974         (allout-widgets-item-image-properties-emacs)
15975         (allout-widgets-item-image-properties-xemacs)
15976         (allout-widgets-run-unit-tests-on-load)
15977         (allout-widgets-time-decoration-activity)
15978         (allout-widgets-hook-error-post-time)
15979         (allout-widgets-track-decoration):
15980         Add missing :version tags to new defcustoms and defgroups.
15982         * progmodes/sql.el (sql-ansi-statement-starters)
15983         (sql-oracle-statement-starters): Add custom type.
15985         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15986         (prolog-system-version): Give it a type.
15988 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
15990         * term/pc-win.el (x-select-text, x-selection-owner-p)
15991         (x-own-selection-internal, x-disown-selection-internal)
15992         (x-get-selection-internal): Sync doc strings and argument lists
15993         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
15995 2012-02-11  Leo Liu  <sdl.web@gmail.com>
15997         * progmodes/python.el (python-end-of-statement): Fix infinite
15998         loop.  (Bug#10788)
16000 2012-02-10  Glenn Morris  <rgm@gnu.org>
16002         * international/mule-cmds.el (unify-8859-on-encoding-mode)
16003         (unify-8859-on-decoding-mode): Properly mark as obsolete.
16005 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
16007         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
16008         about SMTP before checking the From header.
16010         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
16011         into own function for reuse by emacsbug.el.
16013 2012-02-10  Leo Liu  <sdl.web@gmail.com>
16015         * subr.el (condition-case-unless-debug): Rename from
16016         condition-case-no-debug.  All callers changed.
16017         (with-demoted-errors): Fix caller.
16019         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16020         * nxml/rng-valid.el (rng-do-some-validation):
16021         * emacs-lisp/package.el (package-refresh-contents)
16022         (package-menu-execute):
16023         * desktop.el (desktop-create-buffer):
16024         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16026 2012-02-10  Glenn Morris  <rgm@gnu.org>
16028         * textmodes/bibtex.el:
16029         Add missing :version tags for new/changed defcustoms.
16031         * files.el (remote-file-name-inhibit-cache): Doc fixes.
16033 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
16035         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
16036         (smtpmail-via-smtp): Use it, or fall back on the From address.
16037         (smtpmail-send-it): Ditto.
16039 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16041         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16042         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
16043         (byte-compile-tmp-var): New const.
16044         (byte-compile-defvar): Use it to minimize .elc size.
16045         Just use `defvar' rather than simulate it (bug#10761).
16047 2012-02-09  Glenn Morris  <rgm@gnu.org>
16049         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
16051         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16052         Add :version tags.
16054         * progmodes/compile.el (compilation-error-screen-columns)
16055         (compilation-first-column, compilation-filter-start): Doc fixes.
16057         * vc/log-view.el (log-view-toggle-entry-display):
16058         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16060         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16061         (report-emacs-bug-can-use-xdg-email):
16062         (report-emacs-bug-insert-to-mailer): Doc fixes.
16063         (report-emacs-bug): Message fix.
16065         * net/browse-url.el (browse-url-can-use-xdg-open)
16066         (browse-url-xdg-open): Doc fixes.
16068         * electric.el (electric-indent-mode, electric-pair-mode)
16069         (electric-layout-rules, electric-layout-mode): Doc fixes.
16070         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
16072 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
16074         * server.el (server-unselect-display): Don't inadvertently kill
16075         the current buffer.  (Bug#10729)
16077 2012-02-08  Glenn Morris  <rgm@gnu.org>
16079         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
16080         (sql-list-table): Doc fixes.
16082         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
16083         Comment out (does nothing).
16085         * completion.el (dynamic-completion-mode):
16086         * dirtrack.el (dirtrack-debug-mode):
16087         * electric.el (electric-layout-mode):
16088         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
16089         * face-remap.el (text-scale-mode, buffer-face-mode):
16090         * iimage.el (iimage-mode):
16091         * image-mode.el (image-transform-mode):
16092         * minibuffer.el (completion-in-region-mode):
16093         * scroll-lock.el (scroll-lock-mode):
16094         * simple.el (next-error-follow-minor-mode):
16095         * tar-mode.el (tar-subfile-mode):
16096         * tooltip.el (tooltip-mode):
16097         * vcursor.el (vcursor-use-vcursor-map):
16098         * wid-browse.el (widget-minor-mode):
16099         * emulation/tpu-edt.el (tpu-edt-mode):
16100         * emulation/tpu-extras.el (tpu-cursor-free-mode):
16101         * international/iso-ascii.el (iso-ascii-mode):
16102         * language/thai-util.el (thai-word-mode):
16103         * mail/supercite.el (sc-minor-mode):
16104         * net/goto-addr.el (goto-address-mode):
16105         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16106         * progmodes/cwarn.el (cwarn-mode):
16107         * progmodes/flymake.el (flymake-mode):
16108         * progmodes/glasses.el (glasses-mode):
16109         * progmodes/hideshow.el (hs-minor-mode):
16110         * progmodes/pascal.el (pascal-outline-mode):
16111         * textmodes/enriched.el (enriched-mode):
16112         * vc/smerge-mode.el (smerge-mode):
16113         Doc fixes (minor mode argument).
16115 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
16117         * ls-lisp.el (ls-lisp-sanitize): New function.
16118         (ls-lisp-insert-directory): Use it to fix or remove any elements
16119         in file-alist with missing attributes.  (Bug#4673)
16121 2012-02-07  Alan Mackenzie  <acm@muc.de>
16123         Fix spurious recognition of c-in-knr-argdecl.
16125         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16126         putative K&R region.
16128 2012-02-07  Alan Mackenzie  <acm@muc.de>
16130         * progmodes/cc-engine.el (c-forward-objc-directive):
16131         Prevent looping in "#pragma mark @implementation".
16133 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
16135         * notifications.el (notifications-on-closed-signal): Make `reason'
16136         optional.  (Bug#10744)
16138 2012-02-07  Glenn Morris  <rgm@gnu.org>
16140         * emacs-lisp/easy-mmode.el (define-minor-mode):
16141         Doc fixes for the macro and the mode it defines.
16143         * image.el (imagemagick-types-inhibit): Doc fix.
16145         * cus-start.el (imagemagick-render-type): Add it.
16147 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
16149         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16150         Set the default at load time, too, so that `font-lock-fontify-buffer'
16151         can be called without setting up the entire mode first.  This fixes
16152         a bug in `mm-inline-text' with C MIME parts.
16154 2012-02-06  Chong Yidong  <cyd@gnu.org>
16156         * simple.el (list-processes--refresh): Delete exited processes
16157         (Bug#8094).
16159         * comint.el (comint-next-prompt): next-single-char-property-change
16160         and prev-single-char-property-change never return nil (Bug#8657).
16162         * custom.el (defcustom): Doc fix (Bug#9711).
16164 2012-02-05  Chong Yidong  <cyd@gnu.org>
16166         * cus-edit.el (custom-variable-reset-backup): Quote the value
16167         before storing it in the customized-value property (Bug#6712).
16168         (custom-display): Add a customization type tag.
16169         (custom-buffer-create-internal): Improve tooltip message.
16171         * wid-edit.el (widget-field-value-get): New optional arg to
16172         suppress trailing whitespace truncation.
16173         (character): Use it (Bug#2689).
16175 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
16177         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16178         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16180 2012-02-05  Chong Yidong  <cyd@gnu.org>
16182         * cus-edit.el (custom-variable-value-create): For mismatched
16183         types, show the current value (Bug#7600).
16185         * custom.el (defcustom): Doc fix.
16187 2012-02-05  Glenn Morris  <rgm@gnu.org>
16189         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16191 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
16193         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16194         (pp-buffer): Use `ignore-errors', `looking-at-p'.
16195         (pp-last-sexp): Use `looking-at-p'.
16197 2012-02-04  Glenn Morris  <rgm@gnu.org>
16199         * files.el (revert-buffer):
16200         Doc fix (mention revert-buffer-in-progress-p).
16202         * emacs-lisp/ert-x.el (ert-simulate-command):
16203         Check deferred-action-list (which is obsolete) is bound.
16205         * subr.el (with-wrapper-hook): Doc fixes.
16207         * simple.el (filter-buffer-substring-functions)
16208         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16210 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
16212         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16213         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
16215 2012-02-04  Leo Liu  <sdl.web@gmail.com>
16217         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16219 2012-02-04  Glenn Morris  <rgm@gnu.org>
16221         * image.el (image-extension-data): Add obsolete alias.
16223         * isearch.el (isearch-update): Doc fix.
16225         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16227         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16229 2012-02-03  Glenn Morris  <rgm@gnu.org>
16231         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
16232         (image-animate-timeout): Doc fix.
16234         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16236 2012-02-02  Glenn Morris  <rgm@gnu.org>
16238         * server.el (server-auth-dir): Doc fix.
16239         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
16241         * subr.el (run-mode-hooks): Doc fix.
16243 2012-02-02  Juri Linkov  <juri@jurta.org>
16245         * image-mode.el (image-toggle-display-image): Remove tautological
16246         `major-mode' from the `derived-mode-p' test.
16248 2012-02-02  Kenichi Handa  <handa@m17n.org>
16250         * composite.el (compose-region): Cancel previous change.
16252 2012-02-02  Kenichi Handa  <handa@m17n.org>
16254         * composite.el (compose-region, compose-string): Signal error for
16255         a null string component (Bug#6988).
16257 2012-02-01  Chong Yidong  <cyd@gnu.org>
16259         * view.el (view-buffer-other-window, view-buffer-other-frame):
16260         Handle special modes like view-buffer (Bug#10650).
16261         (view-buffer): Simplify.
16263         * frame.el (set-frame-font): Tweak meaning of third argument.
16265         * dynamic-setting.el (font-setting-change-default-font):
16266         Use set-frame-font (Bug#9982).
16268 2012-02-01  Glenn Morris  <rgm@gnu.org>
16270         * progmodes/compile.el (compilation-internal-error-properties):
16271         Respect compilation-first-column in the "*compilation*" buffer.
16273         * emacs-lisp/easy-mmode.el (define-minor-mode):
16274         Relax :variable's test for a named function.
16276 2012-01-31  Alan Mackenzie  <acm@muc.de>
16278         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16279         off by one error.
16281 2012-01-31  Chong Yidong  <cyd@gnu.org>
16283         * frame.el (set-frame-font): New arg ALL-FRAMES.
16285         * menu-bar.el (menu-set-font): Use set-frame-font.
16287         * faces.el (face-spec-reset-face): Don't apply unspecified
16288         attribute values to the default face.
16290 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
16292         * progmodes/cwarn.el (cwarn): Remove dead link.
16293         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16294         Remove * from defcustom docstrings.
16295         (turn-on-cwarn-mode): Make obsolete.
16296         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16297         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16299 2012-01-31  Glenn Morris  <rgm@gnu.org>
16301         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16302         Fix :variable handling of mode a symbol not equal to modefun.
16303         Allow named functions to be used as the cdr of :variable.
16305 2012-01-30  Glenn Morris  <rgm@gnu.org>
16307         * emacs-lisp/authors.el (authors-fixed-entries):
16308         Remove reference to deleted file rnewspost.el.
16310 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
16312         * window.el (window-with-parameter): Remove unused variable `windows'.
16313         (window--side-check): Remove unused variable `code'.
16314         (window--resize-siblings): Remove unused variable `first'.
16315         (adjust-window-trailing-edge): Remove unused variable `failed'.
16316         (window-deletable-p, window--delete): Remove unused variable `buffer'.
16317         Use `let', not `let*'.
16318         (balance-windows-2): Remove unused variable `found'.
16319         (window--state-put-2): Remove unused variable `splits'.
16320         (window-state-put): Remove unused variable `selected'.
16321         (same-window-p): Use `string-match-p'.
16322         (display-buffer-assq-regexp): Remove unused variable `value'.
16323         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16324         Mark argument ALIST as ignored.
16325         (pop-to-buffer): Remove unused variable `old-window'.
16327 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
16329         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16330         and .lzma compressed files.
16332 2012-01-29  Chong Yidong  <cyd@gnu.org>
16334         * frame.el (window-system-default-frame-alist): Doc fix.
16336         * dynamic-setting.el (font-setting-change-default-font): Don't
16337         change the default face if SET-FONT argument is non-nil (Bug#9982).
16339 2012-01-29  Samuel Bronson  <naesten@gmail.com>
16341         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16343 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
16345         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16346         breakpoints in files outside current directory (Bug#6098).
16348 2012-01-29  Chong Yidong  <cyd@gnu.org>
16350         * progmodes/python.el: Require ansi-color at top-level.
16352         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16353         Define and use in Emacs Lisp mode (Bug#9360).
16354         (lisp-mode-abbrev-table): Add doc.
16355         (lisp-mode-variables): Don't set local-abbrev-table.
16356         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16358 2012-01-28  Roland Winkler  <winkler@gnu.org>
16360         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16362 2012-01-28  Roland Winkler  <winkler@gnu.org>
16364         * textmodes/bibtex.el (bibtex-entry-alist): New function.
16365         (bibtex-set-dialect): Use it.  Either set global values of
16366         dialect-dependent variables or bind these variables buffer-locally
16367         (Bug#10254).
16368         (bibtex-mode): Call bibtex-set-dialect via
16369         hack-local-variables-hook.
16370         (bibtex-dialect): Update docstring.
16371         Add safe-local-variable predicate.
16372         (bibtex-entry-alist, bibtex-field-alist): Initialize via
16373         bibtex-set-dialect.
16374         (bibtex-mode-map): Define menu for each dialect.
16375         (bibtex-entry): Fix docstring.
16377 2012-01-28  Chong Yidong  <cyd@gnu.org>
16379         * eshell/esh-arg.el (eshell-quote-argument): New function.
16381         * eshell/esh-ext.el (eshell-invoke-batch-file):
16382         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16383         first arg to eshell-parse-command (Bug#10523).
16385 2012-01-28  Drew Adams  <drew.adams@oracle.com>
16387         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16388         `default-directory' is non-nil.
16390 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
16392         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16393         line that displays system-configuration-options.  (Bug#9924)
16395 2012-01-28  Drew Adams  <drew.adams@oracle.com>
16397         * descr-text.el (describe-char): Show information about POS, in
16398         addition to information about the character at POS.  Improve and
16399         update the doc string.  Change "code point" to "code point in
16400         charset", to avoid confusion with the character's Unicode code
16401         point shown above that.  (Bug#10129)
16403 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
16405         * descr-text.el (describe-char): Show the raw character, not only
16406         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
16407         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16408         for the reasons.
16410 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
16412         * emacs-lisp/package.el (package-install):
16413         Run package-refresh-contents if there is no archive yet (Bug#9798).
16415 2012-01-28  Chong Yidong  <cyd@gnu.org>
16417         * emacs-lisp/package.el (package-maybe-load-descriptor):
16418         New function, split from package-maybe-load-descriptor.
16419         (package-maybe-load-descriptor): Use it.
16420         (package-download-transaction): Fully load required packages
16421         inside the loop, so that `require' calls work (Bug#10593).
16422         (package-install): No need to call package-initialize now.
16424 2012-01-28  Chong Yidong  <cyd@gnu.org>
16426         * simple.el (deactivate-mark): Doc fix (Bug#8614).
16428         * tooltip.el (tooltip-mode): Doc fix.
16429         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16431         * frame.el (set-cursor-color): Doc fix (Bug#352).
16433         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16434         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16436         * cus-edit.el (custom-buffer-create-internal): Fix search button
16437         action (Bug#10542).
16438         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16440 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
16442         * dired.el (dired-mark-files-regexp):
16443         Include any subdirectory components.  (Bug#10445)
16445 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
16447         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16448         Handle [host]:port syntax.  (Bug#10533)
16450 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
16452         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16454 2012-01-26  Glenn Morris  <rgm@gnu.org>
16456         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16457         * term.el (term-raw-escape-map): Use Control-X-prefix.
16458         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
16460 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
16462         * window.el (window-state-get, window--state-get-1): Don't deal
16463         with fixed-sizeness of windows.  Simplify code.
16465 2012-01-25  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
16467         * window.el (window--state-get-1, window--state-put-2):
16468         Don't save and restore the mark.
16470 2012-01-25  Chong Yidong  <cyd@gnu.org>
16472         * custom.el (custom-variable-p): Doc fix.
16474 2012-01-25  Glenn Morris  <rgm@gnu.org>
16476         * dired.el (dired-goto-file): Handle some of the more common
16477         characters that `ls -b' escapes.  (Bug#10596)
16479         * progmodes/compile.el (compilation-next-error-function):
16480         Respect compilation-first-column in the "*compilation*" buffer.
16481         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
16483         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
16485 2012-01-24  Glenn Morris  <rgm@gnu.org>
16487         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
16489 2012-01-24  Julien Danjou  <julien@danjou.info>
16491         * color.el (color-rgb-to-hsl): Fix value computing.
16492         (color-hue-to-rgb): New function.
16493         (color-hsl-to-rgb): New function.
16494         (color-clamp, color-saturate-hsl, color-saturate-name)
16495         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16496         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16498 2012-01-24  Glenn Morris  <rgm@gnu.org>
16500         * vc/vc-rcs.el (vc-rcs-create-tag):
16501         * vc/vc-sccs.el (vc-sccs-create-tag):
16502         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
16504 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
16506         * eshell/esh-util.el (eshell-read-hosts-file):
16507         Skip comment lines.  (Bug#10549)
16509         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
16511 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
16513         * subr.el (display-delayed-warnings): Doc fix.
16514         (collapse-delayed-warnings): New function to collapse identical
16515         adjacent warnings.
16516         (delayed-warnings-hook): Add it.
16518 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
16520         * net/tramp.el (tramp-action-login): Set connection property "login-as".
16522         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16523         (tramp-default-user-alist): Don't add "pscp".
16524         (tramp-do-copy-or-rename-file-out-of-band): Use connection
16525         property "login-as", if set.  (Bug#10530)
16527 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
16529         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16530         "plink1" and "psftp".  (Bug#10530)
16532 2012-01-21  Kenichi Handa  <handa@m17n.org>
16534         * international/mule-cmds.el (prefer-coding-system): Show a
16535         warning message if the default value of file-name-coding-system
16536         was not changed.
16538 2012-01-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
16540         * windmove.el (windmove-reference-loc):
16541         Fix windmove-reference-loc miscalculation.
16543 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
16545         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16546         default unit.
16548 2012-01-21  Glenn Morris  <rgm@gnu.org>
16550         * international/mule.el (auto-coding-alist): Add .tbz.
16552         * files.el (local-enable-local-variables): Doc fix.
16553         (inhibit-local-variables-regexps): Rename from
16554         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
16555         Doc fix.  Add some extensions from auto-coding-alist.
16556         (inhibit-local-variables-suffixes):
16557         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
16558         (inhibit-local-variables-p):
16559         New function, extracted from set-auto-mode-1.
16560         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
16561         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
16562         (hack-local-variables): Doc fix.  Make the mode-only case
16563         respect enable-local-variables and friends.
16564         Respect inhibit-local-variables-regexps for file-locals, but
16565         not for directory-locals.
16566         (set-visited-file-name):
16567         Take account of inhibit-local-variables-regexps.
16568         Whether it applies may change as the file name is changed.
16569         * jka-cmpr-hook.el (jka-compr-install):
16570         * jka-compr.el (jka-compr-uninstall):
16571         Update for inhibit-first-line-modes-suffixes name change.
16573 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
16575         * help-macro.el (make-help-screen): Temporarily restore original
16576         binding for minor-mode-map-alist (Bug#10454).
16578 2012-01-19  Julien Danjou  <julien@danjou.info>
16580         * color.el (color-name-to-rgb): Use the white color to find the max
16581         color component value and return correctly computed values.
16582         (color-name-to-rgb): Add missing float conversion for max value.
16584 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
16586         * window.el (window--state-get-1, window-state-get): Do not use
16587         special state value for window-persistent-parameters.
16588         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
16589         (window--state-put-2): Reset all window parameters to nil before
16590         assigning values of persistent parameters.
16592 2012-01-18  Alan Mackenzie  <acm@muc.de>
16594         Eliminate sluggishness and hangs in fontification of "semicolon
16595         deserts".
16597         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16598         Change value 10000 -> 3000.
16599         (c-state-safe-place): Reformulate so it doesn't stack up an
16600         infinite number of wrong entries in c-state-nonlit-pos-cache.
16601         (c-determine-limit-get-base, c-determine-limit): New functions to
16602         determine backward search limits disregarding literals.
16603         (c-find-decl-spots): Amend commenting.
16604         (c-cheap-inside-bracelist-p): New function which detects "={".
16606         * progmodes/cc-fonts.el
16607         (c-make-font-lock-BO-decl-search-function): Give a limit to a
16608         backward search.
16609         (c-font-lock-declarations): Fix an occurrence of point being
16610         undefined.  Check additionally for point being in a bracelist or
16611         near a macro invocation without a semicolon so as to avoid a
16612         fruitless time consuming search for a declarator.  Give a more
16613         precise search limit for declarators using the new
16614         c-determine-limit.
16616 2012-01-18  Glenn Morris  <rgm@gnu.org>
16618         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16619         (set-auto-mode): Doc fixes.
16621 2012-01-17  Glenn Morris  <rgm@gnu.org>
16623         * isearch.el (search-nonincremental-instead): Fix doc typo.
16625         * dired.el (dired-insert-directory): Handle newlines in directory name.
16626         (dired-build-subdir-alist): Unescape newlines in directory name.
16628 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
16630         * net/tramp.el (tramp-local-end-of-line): New defcustom.
16631         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16632         (tramp-action-terminal): Use it.  (Bug#10530)
16634 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16636         * minibuffer.el (completion--replace): Strip properties (bug#10062).
16638 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
16640         * window.el (window-state-ignored-parameters): Remove variable.
16641         (window--state-get-1): Rename argument MARKERS to IGNORE.
16642         Handle persistent window parameters.  Make copy of clone-of
16643         parameter only if requested.  (Bug#10348)
16644         (window--state-put-2): Install a window parameter only if it has
16645         a non-nil value or an existing parameter shall be overwritten.
16647 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
16649         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16651 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
16653         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16654         don't pass the (nil) value of `upnode' to string-match.
16656 2012-01-14  Chong Yidong  <cyd@gnu.org>
16658         * startup.el (command-line): Fix X resource class for cursorColor.
16659         Fix values recognized by the cursorBlink resource.
16661 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
16663         * epg.el (epg--make-temp-file): Avoid permission race condition
16664         when running on old Emacs versions (bug#10403).
16666 2012-01-14  Glenn Morris  <rgm@gnu.org>
16668         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16670 2012-01-13  Alan Mackenzie  <acm@muc.de>
16672         Fix filling for when filladapt mode is enabled.
16674         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16675         c-mask-paragraph, pass in `fill-paragraph' rather than
16676         `fill-region-as-paragraph'.  (This is a reversion of a previous
16677         change.)
16678         * progmodes/cc-mode.el (c-basic-common-init):
16679         Make fill-paragraph-handle-comment buffer local and set it to nil.
16681 2012-01-13  Glenn Morris  <rgm@gnu.org>
16683         * dired.el (dired-switches-escape-p): New function.
16684         (dired-insert-directory): Use dired-switches-escape-p.
16685         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
16687         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
16689 2012-01-12  Glenn Morris  <rgm@gnu.org>
16691         * mail/sendmail.el (mail-mode): Update paragraph-separate for
16692         changes in adaptive-fill-regexp.  (Bug#10276)
16694 2012-01-11  Alan Mackenzie  <acm@muc.de>
16696         Fix Emacs bug #10463 - put `widen's around the critical spots.
16698         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16699         widen around each invocation of c-state-pp-to-literal.  Remove an
16700         unused let variable.
16702 2012-01-11  Glenn Morris  <rgm@gnu.org>
16704         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
16705         Doc fix.
16707 2012-01-10  Chong Yidong  <cyd@gnu.org>
16709         * net/network-stream.el (network-stream-open-starttls):
16710         Avoid emitting a confusing error message when the server gives a bad
16711         response to the capability command.
16713 2012-01-10  Glenn Morris  <rgm@gnu.org>
16715         * mail/unrmail.el (unrmail): Tweak previous change.
16717 2012-01-09  Chong Yidong  <cyd@gnu.org>
16719         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16721 2012-01-08  Alan Mackenzie  <acm@muc.de>
16723         Optimize font locking in long enum definitions.
16725         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16726         arm to a cond form to handle enums.
16727         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16728         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16730 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
16732         * files.el (move-file-to-trash): Preserve default file modes on error.
16733         (Bug#10401)
16735 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16737         * faces.el (set-face-attribute): Clarify the meaning of the nil
16738         frame (bug#10294).
16740         * subr.el (with-selected-frame): Mention that the selected frame
16741         is restored (bug#9980).
16743         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16744         (bug#9759).
16746         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16747         (password-read): Don't autoload unused function.
16749 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
16751         * progmodes/which-func.el (which-func-mode): Turn into a
16752         non-interactive function and mark as obsolete (bug#10428).
16754 2012-01-06  Chong Yidong  <cyd@gnu.org>
16756         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16757         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16758         functions, along with 1 and -1.
16760 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
16762         * time.el (display-time-load-average)
16763         (display-time-default-load-average): Doc fixes.  See the thread
16764         starting at
16765         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16766         for the details.
16768 2012-01-06  Glenn Morris  <rgm@gnu.org>
16770         * mail/unrmail.el (unrmail): Give an explicit error if the input file
16771         has no messages.  (Bug#10377)
16773         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16774         than Info-edit.  (Bug#10385)
16776         * time.el (display-time-load-average, display-time-next-load-average):
16777         Doc fixes.
16779         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16780         local setting of buffer-read-only to the input buffer.  (Bug#10419)
16782         * calendar/calendar.el (calendar-mode):
16783         Locally set scroll-margin to 0.  (Bug#10379)
16785 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
16787         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
16789 2012-01-05  Glenn Morris  <rgm@gnu.org>
16791         * eshell/em-unix.el (diff-no-select): Autoload it.
16792         (eshell/diff): Use diff-no-select.  (Bug#10420)
16794 2012-01-05  Chong Yidong  <cyd@gnu.org>
16796         * shell.el (shell-dynamic-complete-functions): Revert last change.
16797         (shell-command-completion-function): New function.
16798         (shell-completion-vars): Use it to implement
16799         shell-completion-execonly (Bug#10417).
16801         * custom.el (enable-theme): Don't set custom-safe-themes.
16803         * cus-theme.el (custom-theme-merge-theme):
16804         Ignore custom-enabled-themes and custom-safe-themes.
16806 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
16808         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16809         first prompt in `sql-interacive-mode'.
16810         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16811         keywords.
16812         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16813         (sql-product-interactive): Bug fix: Set `sql-buffer' in
16814         context of original buffer.  Invoke `sql-login-hook'.
16816 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
16818         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16819         letters in cite-prefix.
16821 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16823         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16825 2012-01-03  Chong Yidong  <cyd@gnu.org>
16827         * shell.el (shell-dynamic-complete-functions):
16828         Put pcomplete-completions-at-point, so as to try
16829         comint-filename-completion first (Bug#10417).
16831 2012-01-02  Richard Stallman  <rms@gnu.org>
16833         * battery.el (battery-status-function):
16834         Detect when to use battery-yeeloong-sysfs.
16835         (battery-echo-area-format): Add string for Yeeloong.
16836         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16837         (battery-yeeloong-sysfs): New function.
16839 2012-01-02  Chong Yidong  <cyd@gnu.org>
16841         * dirtrack.el (dirtrack-list): Eliminate unused third element.
16842         (dirtrack): Merge code for handling relative filenames in prompt
16843         from shell-dir-cookie-watcher.
16844         (dirtrack-debug-message): New arg to avoid excess format calls.
16846         * shell.el (shell-dir-cookie-re): Variable deleted.
16847         (shell-dir-cookie-watcher): Function deleted.
16848         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16849         with dirtrack-mode.
16851 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
16853         * term/w32-win.el (dynamic-library-alist) <gnutls>:
16854         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16855         libgnutls-26.dll.
16857 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
16859         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16861 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
16863         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16864         headers of non-MIME messages, when rmail-enable-mime is non-nil.
16866 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
16868         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16869         also for alternative shells.
16870         (tramp-open-connection-setup-interactive-shell): Check, whether
16871         the shell is a busybox.
16872         (tramp-send-command): Don't suppress multiple prompts for
16873         busyboxes, it hurts.
16875 2011-12-28  Chong Yidong  <cyd@gnu.org>
16877         * progmodes/gdb-mi.el (gdb-get-source-file-list)
16878         (gdb-get-source-file): Move mode line update to
16879         gdb-get-source-file (Bug#10087).
16881 2011-12-25  Chong Yidong  <cyd@gnu.org>
16883         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16884         gud-gdb-marker-filter without taking it as an argument.
16885         (gud-gdb-run-command-fetch-lines): Caller changed.
16886         (gud-gdb-completion-function): New variable.
16887         (gud-gdb-completion-at-point): Use it.
16888         (gud-gdb-completions-1): Split from gud-gdb-completions.
16890         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16891         function as separate arguments.
16892         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16893         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16894         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16895         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16896         (gdb-stopped, def-gdb-auto-update-trigger)
16897         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16898         (gdb-get-changed-registers, gdb-get-main-selected-frame):
16899         Callers changed.
16900         (gud-gdbmi-completions): New function.
16901         (gdb): Use it for generating the completion table.
16903 2011-12-24  Alan Mackenzie  <acm@muc.de>
16905         Introduce a mechanism to widen the region used in context font
16906         locking.  Use this to protect declarations from losing their contexts.
16908         * progmodes/cc-langs.el (c-before-font-lock-functions):
16909         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16910         (c-before-context-fontification-functions): New defvar, a list of
16911         functions to be run just before context (etc.) font locking.
16913         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16914         New, functionality extracted from
16915         c-neutralize-syntax-in-and-mark-CPP.
16916         (c-in-after-change-fontification): New variable.
16917         (c-after-change): Set c-in-after-change-fontification.
16918         (c-set-fl-decl-start): Rejig its interface, so it can be called
16919         from both after-change and context fontifying.
16920         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16921         New functions.
16922         (c-standard-font-lock-fontify-region-function): New variable.
16923         (c-font-lock-fontify-region): New function.
16925 2011-12-24  Juri Linkov  <juri@jurta.org>
16927         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16928         (Bug#10348)
16930 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
16932         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16933         existence of source file.  (Bug#10325)
16935 2011-12-23  Alan Mackenzie  <acm@muc.de>
16937         Fix unstable fontification inside templates.
16939         * progmodes/cc-langs.el (c-before-font-lock-functions):
16940         Newly created from the singular version.  The (c c++ objc) entry now
16941         additionally has c-set-fl-decl-start.  The other languages (apart
16942         from AWK) have that as a single entry.
16944         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16945         The functionality for "local" declarations has been extracted to
16946         c-set-fl-decl-start.
16948         * progmodes/cc-mode.el (c-common-init, c-after-change):
16949         Changes due to pluralisation of c-before-font-lock-functions.
16950         (c-set-fl-decl-start): New function, extracted from
16951         c-font-lock-enclosing-decls and enhanced.
16953 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
16955         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16957 2011-12-22  Juri Linkov  <juri@jurta.org>
16959         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
16961 2011-12-22  Chong Yidong  <cyd@gnu.org>
16963         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16965 2011-12-21  Drew Adams  <drew.adams@oracle.com>
16967         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
16969 2011-12-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
16971         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16973 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16975         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
16976         highlighting and support.  Fix up comments for capitalization.
16977         (cfengine-mode-debug): New var.
16978         (cfengine3-mode): Change the modeline indicator to "CFE3".
16979         (cfengine3-font-lock-keywords): Improve defun highlighting.
16980         (cfengine2-actions): Rename from `cfengine-actions'.
16981         (cfengine2-font-lock-keywords): Rename from
16982         `cfengine-font-lock-keywords'.
16983         (cfengine2-imenu-expression): Rename from
16984         `cfengine-imenu-expression'.
16985         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16986         (cfengine2-beginning-of-defun): Rename from
16987         `cfengine-beginning-of-defun'.
16988         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16989         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16990         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
16991         modeline indicator to "CFE2".
16992         (cfengine-mode): Defalias to `cfengine-auto-mode'.
16993         (cfengine-mode-abbrevs): Mark obsolete.
16995 2011-12-21  Chong Yidong  <cyd@gnu.org>
16997         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16998         filename argument.
17000 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
17002         * window.el (window-normalize-buffer-to-display): Remove.
17003         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
17005 2011-12-19  Chong Yidong  <cyd@gnu.org>
17007         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
17008         Don't signal an error in a predicate function; return non-nil.
17009         (vc-dir-mark-file): Move the error here.
17010         (vc-dir-mark-unmark): If acting on the region, keep going if one
17011         of the entries cannot be marked/unmarked.
17012         (vc-dir-mark-all-files): If current entry is a directory, mark
17013         only child files, as documented.
17015 2011-12-19  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
17017         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17018         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17019         addition.
17021 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
17023         * term/ns-win.el (ns-get-selection-internal)
17024         (ns-store-selection-internal): Declare.
17025         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17026         Declare as obsolete.
17027         (ns-get-pasteboard, ns-paste-secondary):
17028         Use ns-get-selection-internal.
17029         (ns-set-pasteboard, ns-copy-including-secondary):
17030         Use ns-store-selection-internal.
17032 2011-12-17  Chong Yidong  <cyd@gnu.org>
17034         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
17035         (vc-deduce-fileset): Doc fix.
17037 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
17039         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17041 2011-12-13  Sam Steingold  <sds@gnu.org>
17043         * man.el (Man-getpage-in-background): When running under a
17044         window-system, ignore $MANWIDTH and $COLUMNS.
17046 2011-12-15  Kenichi Handa  <handa@m17n.org>
17048         * language/ethio-util.el: Change coding tag to utf-8-emacs.
17049         (setup-ethiopic-environment-internal): Comment out key-binding for
17050         ethio-toggle-punctuation.
17052 2011-12-13  Alan Mackenzie  <acm@muc.de>
17054         Add the switch statement to AWK Mode.
17056         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17057         "default" to the keywords regexp.
17059         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17060         expression as the rest.
17061         (c-nonlabel-token-key): Allow string literals for AWK.
17062         Refactor for the other modes.
17064         Large brace-block initialisation makes CC Mode slow: Fix.
17065         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17066         routines.  Limit backward searching in c-font-lock-enclosing.decl.
17068         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
17069         pp-state and literal type in addition to the limits.
17070         (c-state-safe-place): New defun, extracted from c-state-literal-at.
17071         (c-state-literal-at): Use the above new defun.
17072         (c-slow-in-literal, c-fast-in-literal): Remove.
17073         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
17075         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
17076         being in a literal.  Add a limit for backward searching.
17078         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
17079         c-slow-in-literal.
17081 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17083         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
17085 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
17087         * window.el (delete-other-windows): Use correct frame in call to
17088         window-with-parameter.
17090 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
17092         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17093         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17094         (makefile-gmake-statements, makefile-makepp-statements):
17095         Use it and add new makepp keywords.
17096         (makefile-makepp-font-lock-keywords): Add new patterns.
17097         (makefile-match-function-end): Match new [...] and [[...]].
17099 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
17101         * ses.el (ses-call-printer-return, ses-cell-property-get)
17102         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17103         (ses-create-cell-variable, ses-reset-header-string)
17104         (ses-cell-set-formula, ses-repair-cell-reference-all)
17105         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17106         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17107         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17108         (ses-aset-with-undo, ses-load, ses-truncate-cell)
17109         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17110         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17111         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17112         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17113         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17114         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17115         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17116         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17118 2011-12-11  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
17120         * ses.el: The overall change is to add cell renaming, that is
17121         setting fancy names for cell symbols other than name matching
17122         "\\`[A-Z]+[0-9]+\\'" regexp .
17123         (ses-create-cell-variable): New defun.
17124         (ses-relocate-formula): Relocate formulas only for cells the
17125         symbols of which are not renamed, i.e. symbols whose names do not
17126         match regexp "\\`[A-Z]+[0-9]+\\'".
17127         (ses-relocate-all): Relocate values only for cells the symbols of
17128         which are not renamed.
17129         (ses-load): Create cells variables as the (ses-cell ...) are read,
17130         in order to check row col consistency with cell symbol name only
17131         for cells that are not renamed.
17132         (ses-replace-name-in-formula): New defun.
17133         (ses-rename-cell): New defun.
17135 2011-12-11  Chong Yidong  <cyd@gnu.org>
17137         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17138         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17140 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
17142         * window.el (other-window): Fix docstring.
17144 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17146         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17147         `from' or `to' address before taking its substring.
17148         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17149         encoded name is chopped in the middle of the encoded string, and
17150         thus displayed encoded.
17152 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
17154         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17156 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17158         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
17159         to use texinfo-update-node and commands that call it if the
17160         Texinfo file uses @node lines without next/prev/up pointers.
17161         Correct outdated description about texinfo-master-menu.
17162         (texinfo-all-menus-update, texinfo-master-menu)
17163         (texinfo-update-node, texinfo-every-node-update)
17164         (texinfo-multiple-files-update): Doc fix.  Warn against updating
17165         all the @node lines.
17166         (texinfo-master-menu): Only call texinfo-update-node if the prefix
17167         argument is numeric.  Explain better in the doc string what the
17168         function really does.
17169         (texinfo-insert-master-menu-list): Improve the error message
17170         displayed if there's no menu in the Top node.
17171         (Bug#2975)  See also this thread:
17172         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17174 2011-12-09  Manuel GĂ³mez  <mgrojo@gmail.com>  (tiny change)
17176         * speedbar.el (speedbar-supported-extension-expressions):
17177         Add .adb and .ads, commonly used for Ada source code (bug#10256).
17179 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
17181         * printing.el (pr-mode-alist):
17182         * simple.el (filter-buffer-substring-functions)
17183         (completion-list-insert-choice-function):
17184         * window.el (window-with-parameter, window-atom-root)
17185         (window-sides-slots, window-size-fixed, window-min-delta)
17186         (window-max-delta, window--resize-mini-window)
17187         (window--resize-child-windows-normal, window-tree)
17188         (delete-other-windows, quit-window, split-window)
17189         (display-buffer-record-window, special-display-buffer-names)
17190         (special-display-regexps, special-display-popup-frame)
17191         (same-window-p, split-window-sensibly)
17192         (display-buffer-overriding-action, display-buffer-alist)
17193         (display-buffer-base-action, display-buffer, switch-to-buffer)
17194         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17195         (fit-window-to-buffer, recenter-positions)
17196         (mouse-autoselect-window-state, mouse-autoselect-window-select):
17197         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17198         and remove unneeded backslashes in docstrings.
17200 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17202         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17204         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17205         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17206         end in ".mk".
17207         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17208         when reading the makefile (bug#10116).
17210 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17212         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17213         (bug#10116).
17215 2011-12-06  Glenn Morris  <rgm@gnu.org>
17217         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17219 2011-12-06  Chong Yidong  <cyd@gnu.org>
17221         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17223 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
17225         * textmodes/table.el (table-shorten-cell): Fix typo.
17227 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
17229         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17231 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
17233         * descr-text.el (describe-char): Fix display of strong
17234         right-to-left characters and directional embeddings and overrides.
17236         * simple.el (what-cursor-position): Fix display of codepoints of
17237         strong right-to-left characters.
17239 2011-12-05  Chong Yidong  <cyd@gnu.org>
17241         * faces.el (read-color): Doc fix.
17243 2011-12-05  Glenn Morris  <rgm@gnu.org>
17245         * align.el (align--set-marker): Add doc-string.
17246         Don't try to move something that is not a marker.  (Bug#10216)
17248 2011-12-04  Glenn Morris  <rgm@gnu.org>
17250         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17251         overly zealous deletion of trailing whitespace.
17253 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
17255         * server.el (server-delete-client): On Windows, do not try to delete
17256         the only terminal.
17257         (server-process-filter): On Windows, treat requests for a tty frame as
17258         if they were for a GUI frame if the running server is in GUI mode.
17260 2011-12-03  Glenn Morris  <rgm@gnu.org>
17262         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
17264 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17266         * electric.el: Streamline electric-indent's hook.
17267         (electric-indent-chars): Revert to simple list.
17268         (electric-indent-functions): New var.
17269         (electric-indent-post-self-insert-function): Use it.
17271         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17272         there's no inferior buffer (bug#10196).
17273         (prolog-consult-compile): Don't use toggle-read-only.
17275 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
17277         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17278         interrupt.  (Bug#10187)
17280 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17282         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17283         (bug#9160).
17285         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17286         (bug#10191).
17288 2011-12-02  Juri Linkov  <juri@jurta.org>
17290         * info.el (Info-search): Display "end of manual" when Isearch
17291         reaches the end of single-file Info manual.  (Bug#9918)
17293 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
17295         * isearch.el (isearch-message-prefix): Run the input method part
17296         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
17298 2011-12-02  Juri Linkov  <juri@jurta.org>
17300         * isearch.el (isearch-occur): Use `word-search-regexp' for
17301         `isearch-word'.
17302         (isearch-search-and-update): Add condition for `isearch-word' and
17303         call `word-search-regexp'.  (Bug#10145)
17305 2011-12-01  Glenn Morris  <rgm@gnu.org>
17307         * eshell/em-hist.el (eshell-hist-initialize):
17308         Handle eshell-history-size nil and HISTSIZE set or unset.
17309         (eshell-history-file-name, eshell-history-size): Fix custom type.
17311 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17313         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17315 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
17317         * progmodes/verilog-mode.el (verilog-pretty-expr):
17318         Rework verilog-pretty-expr to handle new assignment operators in system
17319         verilog, such as += *= and the like.
17320         (verilog-assignment-operator-re): Regular expression to find the
17321         assigment operator in a verilog assignment.
17322         (verilog-assignment-operation-re): Regular expression to find an
17323         assignment statement for pretty-expr.
17324         (verilog-in-attribute-p): Query returns true if point is in an
17325         attribute context; used to skip these for expression line up from
17326         pretty-expr.
17327         (verilog-in-parameter-p): Query returns true if point is in an
17328         parameter definition context; used to skip these for expression
17329         line up from pretty-expr.
17330         (verilog-in-parenthesis-p): Query returns true if point is in a
17331         parenthetical expression, specifically ( ) but not [ ] or { };
17332         used by pretty-expr.
17333         (verilog-just-one-space): If there is no space, don't add one.
17334         (verilog-get-lineup-indent-2): Specifically skip just attribute
17335         contexts for expression lineup, rather than skipping all
17336         parenthetical expressions.
17337         (verilog-calculate-indent): Fix comment, and fix indent.
17338         (verilog-do-indent): Indent declarations in lists (suggested by
17339         Joachim Lechner).
17340         (verilog-mode-abbrev-table): Populate abbrev mode with the various
17341         skeleton items.
17342         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17343         by Alain Mellan).
17345 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
17347         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17348         parameters with embedded comments.  Reported by Ray Stevens.
17349         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17350         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17351         Reported by Tim Holt.
17352         (verilog-auto): Fix AUTOing a upper module then AUTOing module
17353         instantiated by upper module causing wrong expansion until AUTOed a
17354         second time.  Reported by K C Buckenmaier.
17355         (verilog-diff-auto): Fix showing .* as a difference when
17356         `verilog-auto-star-save' off.  Reported by Dan Dever.
17357         (verilog-auto-reset, verilog-read-always-signals)
17358         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17359         temporary signals in reset list if
17360         verilog-auto-reset-blocking-in-non is nil, and match assignment
17361         style to each signal's assignment type, bug381.
17362         Reported by Thomas Esposito.
17363         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17364         (verilog-uvm-statement-re): Support UVM indentation and
17365         highlighting, with old OVM keywords only.
17366         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17367         Support AUTOTIEOFF creating non-wire data types.
17368         Suggested by Jonathan Greenlaw.
17369         (verilog-auto-insert-lisp, verilog-delete-to-paren)
17370         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17371         (verilog-inject-sense, verilog-read-inst-pins)
17372         (verilog-read-sub-decls, verilog-read-sub-decls-line):
17373         Fix mismatching parenthesis inside commented out code when deleting
17374         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
17375         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17376         non-numeric vector width.  Reported by Alex Reed.
17377         (verilog-auto-ascii-enum): Add "onehot" option to work around not
17378         detecting signals with parameter widths.  Reported by Alex Reed.
17379         (verilog-auto-delete-trailing-whitespace):
17380         With `verilog-auto-delete-trailing-whitespace' remove trailing
17381         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
17382         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17383         Fix verilog-scan-cache corruption when running user AUTO expansion
17384         hooks that call indentation routines.
17385         (verilog-simplify-range-expression): Fix typo ignoring lower case
17386         identifiers.
17387         (verilog-delete-auto): Fix delete-autos to also remove user created
17388         automatics, as long as they start with AUTO.
17389         (verilog-batch-diff-auto, verilog-diff-auto)
17390         (verilog-diff-function): Add `verilog-diff-auto' and bind to
17391         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
17392         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17393         (verilog-in-paren-quick, verilog-re-search-backward-quick)
17394         (verilog-re-search-forward-quick, verilog-syntax-ppss):
17395         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17396         is disabled and its cache will get corrupt, causing AUTOS not to
17397         expand.  Instead use only -quick functions.
17398         (verilog-scan-region): Fix scanning over escaped quotes.
17399         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17400         (verilog-re-search-backward-quick)
17401         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17402         related functions now ignore strings, to fix misparsing of strings
17403         with magic comments embedded in them.
17404         (verilog-read-auto-template):
17405         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17406         Reported by Brad Dobbie.
17407         (verilog-read-auto-template):
17408         Fix 'verilog-auto-inst-template-numbers' with comments.
17409         Reported by Brad Dobbie.
17410         (verilog-auto-inst, verilog-auto-inst-param)
17411         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17412         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
17413         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17414         debugging templates without merge conflicts, bug357.
17415         Reported by Brad Dobbie.
17416         (verilog-read-auto-template):
17417         Fix verilog-auto-inst-template-numbers with multiple templates.
17418         Reported by Brad Dobbie.
17419         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17420         abbrevs so user won't be asked to save.
17421         (verilog-read-auto-lisp-present): Fix to start at beginning of
17422         buffer in case called outside of verilog-auto.
17423         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17424         to "X-2".  Reported by Matthew Myers.
17425         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17426         all inputs from module templates.  Reported by Leith Johnson.
17427         (verilog-module-inside-filename-p): Fix locating programs as with
17428         modules.
17429         (verilog-auto-inst-port): Fix vl-width expressions when using
17430         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
17431         (verilog-decls-get-regs, verilog-decls-get-signals,
17432         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17433         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17434         verilog-read-decls): Combine reg and wire structures into one var
17435         structure to represent SystemVerilog concepts.
17436         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17437         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17438         (verilog-auto-wire-type, verilog-insert-definition):
17439         Add verilog-auto-wire-type and AUTOLOGIC to support using
17440         SystemVerilog "logic" keyword instead of "wire"/"reg".
17441         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17442         to declares outputs that also have assignments (presumably in an
17443         ifdef or generate if so there's not a driver conflict).
17444         Reported by Matthew Myers.
17445         (verilog-auto-declare-nettype, verilog-insert-definition):
17446         Add verilog-auto-declare-nettype to fix declarations using
17447         `default_nettype none.  Reported by Julian Gorfajn.
17448         (verilog-read-always-signals-recurse, verilog-read-decls)
17449         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17450         malformed end statement, bug325.  Reported by Joshua Wise and
17451         Andrew Drake.
17452         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17453         (verilog-inst-comment-re): Fix not deleting Interfaced comment
17454         when expanding .* in interfaces, bug320.
17455         Reported by Pierre-David Pfister.
17456         (verilog-read-module-name): Fix import statements between module
17457         name and open parenthesis, bug317.
17458         Reported by Pierre-David Pfister.
17459         (verilog-simplify-range-expression): Fix simplification of
17460         multiplications inside AUTOWIRE connections, bug303.
17461         (verilog-auto-inst-port): Support parameter expansion in
17462         multidimensional arrays.
17463         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17464         after "assert property".  Reported by Julian Gorfajn.
17465         (verilog-simplify-range-expression): Fix "couldn't merge" errors
17466         with multiplication, bug303.
17467         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17468         Reported by Jan Frode Lonnum.
17470 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
17472         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17473         (hfy-shell-file-name, hfy-shell):
17474         * international/fontset.el (x-decompose-font-name): Fix typos.
17476 2011-11-29  Ken Brown  <kbrown@cornell.edu>
17478         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17479         (gdb-version): Remove defvar.
17480         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17481         (gdb-gud-context-command, gdb-non-stop-handler)
17482         (gdb-current-context-command, gdb-stopped): Use it.
17483         (gdb-init-1): Enable pretty printing here.
17484         (gdb-non-stop-handler): Don't enable pretty-printing here.
17485         Check to see if the target supports non-stop mode; if not, turn off
17486         non-stop mode.  Use the following.
17487         (gdb-check-target-async): New defun.
17488         (gud-watch, gdb-stopped): Fix whitespace.
17489         (gdb-get-source-file): Don't try to display the source file if
17490         `gdb-main-file' is nil.
17492 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17494         * align.el: Try to generate fewer markers (bug#10047).
17495         (align--set-marker): New macro.
17496         (align-region): Use it.
17498 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17500         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17502 2011-11-29  Chong Yidong  <cyd@gnu.org>
17504         * indent.el (indent-for-tab-command, indent-according-to-mode):
17505         Doc fix.
17506         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
17508 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
17510         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17511         aware of remote file names.  (Bug#10124)
17513 2011-11-29  Chong Yidong  <cyd@gnu.org>
17515         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17517 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17519         * files.el (find-file): Don't use force-same-window (bug#10144).
17520         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17521         use pop-to-buffer if the selected window can't be used.
17522         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17524 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
17526         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17527         special-mode-map.
17529 2011-11-28  Chong Yidong  <cyd@gnu.org>
17531         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17533 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
17535         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17536           gdb-get-source-file-list on gdb-create-source-file-list.
17538 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
17540         * whitespace.el (whitespace-newline): Use a different foreground
17541         color for 16-color light-background displays.
17543 2011-11-24  Chong Yidong  <cyd@gnu.org>
17545         * window.el (display-buffer--special-action): Doc fix.
17547 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
17549         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17550         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17551         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17552         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17553         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17554         (avl-tree-stack-first):
17555         * emacs-lisp/cconv.el (cconv--analyse-use):
17556         * net/gnutls.el (gnutls-negotiate): Fix typos.
17558 2011-11-24  Glenn Morris  <rgm@gnu.org>
17560         * lpr.el (lpr-windows-system, lpr-lp-system):
17561         * mail/binhex.el (binhex-begin-line):
17562         * progmodes/grep.el (grep-history, grep-find-history):
17563         * textmodes/flyspell.el:
17564         * vc/pcvs-defs.el (cvs-global-menu):
17565         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17566         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17567         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17569         * net/tls.el: Fix case of "GnuTLS".
17571         * paths.el (rmail-file-name): Format doc-string for make-docfile.
17573         * version.el (emacs-build-system): Give it a doc-string.
17575 2011-11-24  Juri Linkov  <juri@jurta.org>
17577         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17579 2011-11-24  Glenn Morris  <rgm@gnu.org>
17581         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17582         if called on a non-mime message just toggle the headers.  (Bug#8006)
17584 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
17586         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17587         (allout-lead-with-comment-string, allout-structure-deleted-hook)
17588         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17589         (allout-rebullet-heading, allout-open-sibtopic)
17590         (allout-toggle-current-subtree-encryption)
17591         (allout-toggle-subtree-encryption, allout-encrypt-string)
17592         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17593         (allout-distinctive-bullets-string, allout-auto-activation):
17594         * window.el (window-normalize-buffer-to-display):
17595         * progmodes/verilog-mode.el (verilog-batch-indent):
17596         * textmodes/bibtex.el (bibtex-field-braces-opt)
17597         (bibtex-field-strings-opt):
17598         * vc/cvs-status.el (cvs-tree-merge):
17599         Fix typos.
17601 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
17603         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17604         `non-essential' to t, in order to avoid remote connections.
17606 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
17608         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17609         On MS-DOS and MS-Windows, compare with loaddefs.el
17610         case-insensitively.
17612 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17614         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
17616 2011-11-23  Glenn Morris  <rgm@gnu.org>
17618         * paths.el (rmail-file-name): Reformat the doc-string so that it
17619         is picked up.
17621         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17622         (rmail-auto-file): Ignore case in the "special" field names,
17623         as mail-fetch-field does for all others.
17625         * mail/rmail.el (rmail-forward):
17626         * mail/rmailkwd.el (rmail-set-label):
17627         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17628         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
17630         * mail/rmail.el (rmail-current-message): Doc fix.
17632         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
17634 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17636         * server.el (server-eval-and-print): Allow C-g (bug#6585).
17638 2011-11-22  Glenn Morris  <rgm@gnu.org>
17640         * mail/rmailmm.el (test-rmail-mime-handler)
17641         (test-rmail-mime-bulk-handler)
17642         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17644 2011-11-21  Juri Linkov  <juri@jurta.org>
17646         * calc/calc.el (calc-read-key-sequence):
17647         Let-bind `input-method-function' to nil.  (Bug#10018)
17649 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17651         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17652         Tell the caller that the next line needs recomputation, even
17653         though it doesn't start a sexp (bug#10094).
17655 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17657         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17659 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17661         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17662         Use force-same-window.
17664 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17666         * descr-text.el (describe-char-unicode-data):
17667         * json.el (json-string-escape):
17668         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17669         (Footnote-unicode, Footnote-style-p):
17670         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17672 2011-11-20  Chong Yidong  <cyd@gnu.org>
17674         * window.el (replace-buffer-in-windows): Restore interactive spec.
17676 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17678         * electric.el (electric-indent-mode): Fix last change (too optimistic).
17680         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17681         (byte-compile-global-not-obsolete-vars): New var.
17682         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17683         Use it.
17684         (byte-compile-warn-obsolete): Align text with the one in *Help*.
17686 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17688         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17689         * progmodes/pascal.el (electric-pascal-equal):
17690         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17691         * xml.el (xml-substitute-special): Fix typos.
17693 2011-11-20  Glenn Morris  <rgm@gnu.org>
17695         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17696         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17697         Doc fixes.
17698         (rmail-decode-mime-charset): Mark as obsolete.
17700         * mail/rmailsum.el (rmail-message-regexp-p-1):
17701         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17702         Before using mime functions, check they are set.  (Bug#10077)
17704 2011-11-19  Juri Linkov  <juri@jurta.org>
17706         * info.el (Info-finder-find-node): Use `package--builtins' instead
17707         of `package-alist'.  Use node names formed by the pattern "Keyword "
17708         and the keyword name.
17710 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17712         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17714 2011-11-19  Juri Linkov  <juri@jurta.org>
17716         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17717         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
17718         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17719         `old-history', `old-history-forward'.  Add let-binding
17720         `window-selected'.  Remove calls to `kill-buffer',
17721         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
17722         before calling `Info-find-node', so `Info-find-node-2' will reread
17723         the Info file.  Restore window positions only when `window-selected'
17724         is non-nil.
17726 2011-11-19  Juri Linkov  <juri@jurta.org>
17728         * isearch.el (isearch-lazy-highlight-new-loop):
17729         Remove condition `(not isearch-error)'.  (Bug#9918)
17731         * misearch.el (multi-isearch-search-fun): Add condition
17732         `(not bound)' to ignore lazy-highlighting search.
17733         Add the search-failed message "end of multi" when the end of
17734         multi-sequence is reached.  Uncapitalize the search-failed
17735         message "Repeat for next buffer".
17737         * info.el (Info-search): Add the search-failed message
17738         "end of the manual" when the end of the manual is reached
17739         in Isearch mode.
17741 2011-11-19  Juri Linkov  <juri@jurta.org>
17743         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17744         Use non-destructive `remove' instead of `delete' because
17745         `Info-history-list' stored to `Info-isearch-initial-history-list' in
17746         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17748 2011-11-19  Juri Linkov  <juri@jurta.org>
17750         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17751         to nil instead of binding `search-ring' and `regexp-search-ring'.
17752         (Bug#9185)
17754 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17756         * simple.el (line-move): Force movement by logical lines for any
17757         hscrolled window, not only when auto-hscroll-mode is on.
17758         (line-move-visual): Update doc string to that effect.  (Bug#10076)
17760 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17762         * language/european.el (macintosh): Define as alias for mac-roman.
17764 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17766         * mail/rmailmm.el (rmail-mime-display-header)
17767         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17768         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17769         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17770         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17771         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17772         of a raw aref.
17773         (rmail-mime-entity-segment): To get past the tagline, move forward
17774         2 more lines, to account for the 2 empty lines that precede and
17775         follow the line with the buttons.
17776         (rmail-mime-update-tagline): Move one more line, to get past the
17777         empty line that follows the buttons in the tagline.  (Bug#9520)
17779 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
17781         * window.el (window-max-delta-1, window-min-delta-1)
17782         (window-min-size-1, window-state-get-1, window-state-put-1)
17783         (window-state-put-2): Use "window--" prefix.
17785 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17787         * emacs-lisp/smie.el: Improve warnings and conflict detection.
17788         (smie-warning-count): New var.
17789         (smie-set-prec2tab): Use it.
17790         (smie-bnf->prec2): Improve warnings.  Add docstring.
17791         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17792         (smie-bnf--set-class): New function.
17793         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
17794         corner case.
17796         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17797         (compilation-error-properties, compilation-move-to-column):
17798         Handle compilation-first-column while in the target buffer.
17800         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17801         Don't hardcode point-min==1.
17803         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17804         (eshell-rewrite-for-command): Remove workaround.
17805         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17806         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17807         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17809         * files-x.el (modify-file-local-variable): Obey commenting conventions.
17811 2011-11-17  Glenn Morris  <rgm@gnu.org>
17813         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17814         Ignore buffer-local generated-autoload-file if it is the same
17815         as the global value.  (Bug#10049)
17817 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
17819         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17820         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17821         (reftex-toc-previous-heading, reftex-toc-max-level)
17822         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17823         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17824         (reftex-toc-do-promote, reftex-toc-promote-prepare)
17825         (reftex-toc-promote-action, reftex-toc-extract-section-number)
17826         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17827         (reftex-toc-rename-label, reftex-toc-visit-location)
17828         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17829         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17830         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17831         leaving "*toc*" only for references to the buffer.
17833 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
17835         * window.el (window-resize, delete-window, split-window):
17836         Replace window-splits by window-combination-resize.
17837         * cus-start.el (window-splits): Replace by window-combination-resize.
17839 2011-11-17  Glenn Morris  <rgm@gnu.org>
17841         * progmodes/sh-script.el (sh-font-lock-keywords-var):
17842         Make bash entry derive from sh entry, not shell entry.
17844 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
17846         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17847         local file name.
17849 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17851         * menu-bar.el (menu-bar-file-menu):
17852         * printing.el (pr-ps-utility):
17853         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17854         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17855         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17856         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17857         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17858         (icalendar--convert-cyclic-to-ical)
17859         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17860         (icalendar--convert-ical-to-diary)
17861         (icalendar--convert-recurring-to-diary)
17862         (icalendar--convert-non-recurring-all-day-to-diary)
17863         (icalendar-import-format-sample):
17864         * progmodes/idlw-shell.el (idlwave-shell-mode):
17865         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17866         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17867         (vhdl-ps-print-init): Fix typos.
17869 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
17871         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17872         FSF and collapse date sequence, obscure author/maintainer email address
17873         better, remove extra version line, track relocation of author's webpage.
17875         * progmodes/python.el (python-pdbtrack-input-prompt)
17876         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17877         regular python pdb prompts.  Adjustments shamelessly taken exactly as
17878         suggested in EmacsWiki page (tiny change):
17879         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17881 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17883         * expand.el (expand-pos, expand-index, expand-point):
17884         Remove redundant info from docstring.
17885         (expand-add-abbrevs): Doc fix.
17886         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17887         (expand-sample-perl-mode-expand-list): Fix typos.
17889         * net/dbus.el (dbus-event-member-name):
17890         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17891         * term/pc-win.el (msdos-create-frame-with-faces):
17892         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17894 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
17896         * window.el (split-window, window-state-get-1)
17897         (window-state-put-1, window-state-put-2): Rename occurrences of
17898         window-nest to window-combination-limit.
17899         * cus-start.el (window-nest): Rename to window-combination-limit.
17901 2011-11-16  Chong Yidong  <cyd@gnu.org>
17903         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17904         regexp (Bug#10033).
17906 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17908         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17909         `completing-read' will remove *Completions* and will preserve
17910         current-buffer for us.
17911         (tmm-add-prompt): Users of *Completions* will always (re)set its
17912         major mode.
17913         (tmm-old-comp-map): Remove.
17915 2011-11-16  Glenn Morris  <rgm@gnu.org>
17917         * mail/rmailedit.el: Require rmailmm when compiling.
17918         (rmail-old-mime-state): New declaration.
17919         (rmail-edit-current-message): If editing a mime message,
17920         edit the "raw" message from the mbox buffer.
17921         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
17923 2011-11-15  Glenn Morris  <rgm@gnu.org>
17925         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17926         which wasn't being used.  Add optional arg to force given state.
17927         (rmail-mime): Add optional arg to force given state.
17929 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17931         * allout.el (allout-encryption-plaintext-sanitization-regexps):
17932         * frame.el (display-mm-dimensions-alist):
17933         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17934         (outline-move-subtree-down):
17935         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17936         (newsticker--treeview-do-get-node):
17937         * net/quickurl.el (quickurl-list-buffer-name):
17938         * progmodes/dcl-mode.el (dcl-mode):
17939         * progmodes/gdb-mi.el (gdb-mapcar*):
17940         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17942 2011-11-15  Glenn Morris  <rgm@gnu.org>
17944         * mail/rmail.el (rmail-file-coding-system): It's only ever used
17945         in a boolean sense, so just make it a boolean, and fix the doc.
17946         (rmail-show-mime-function, rmail-mime-feature)
17947         (rmail-require-mime-maybe): Doc fixes.
17948         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17950         * mail/rmailmm.el (rmail-show-mime): Doc fix.
17952 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17954         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17955         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17956         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17957         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17959 2011-11-15  Glenn Morris  <rgm@gnu.org>
17961         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17962         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17963         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17964         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17965         (rmail-mime, rmail-show-mime): Doc fixes.
17967         * term/ns-win.el (mode-line-frame-identification):
17968         Leave it alone.  (Bug#10051)
17970         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
17972         * mail/rmailout.el (rmail-output-to-rmail-buffer):
17973         Handle empty buffers.  (Bug#9978)
17975 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
17977         * international/mule.el (define-charset):
17978         * mail/rmailmm.el (rmail-mime-find-header-encoding):
17979         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17980         * progmodes/verilog-mode.el (verilog-backward-token):
17981         * textmodes/ispell.el (lookup-words):
17982         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17984 2011-11-14  Glenn Morris  <rgm@gnu.org>
17986         * progmodes/executable.el
17987         (executable-make-buffer-file-executable-if-script-p):
17988         Handle file-modes returning nil.
17990         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17991         message - not necessary, and causes problems.  (Bug#9831)
17993         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17995         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17997         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17998         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
17999         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
18001 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
18003         * window.el (window-resize, delete-window): Use window-splits
18004         variable instead of function.
18005         (window-state-get-1, window-state-put-2, window-state-put):
18006         Don't deal with windows' splits status.
18008 2011-11-12  Glenn Morris  <rgm@gnu.org>
18010         * apropos.el (apropos-do-all, apropos-library, apropos-value)
18011         (apropos-documentation): Doc fixes.
18013 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
18015         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
18016         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18018 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18020         * electric.el (electric-indent-post-self-insert-function): Make it
18021         possible for a char to only indent in some circumstances.
18022         (electric-indent-mode): Simplify.
18024 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
18026         * window.el (windows-with-parameter): Remove unused function.
18027         (windows-at-side): Rename to window-at-side-list.
18028         (window-check, window-atom-check, window-atom-check-1)
18029         (window-side-check, window-size-ignore, window-size-fixed-1)
18030         (window-in-direction-2): Prefix with "window--".
18031         (window-tree-1): Rename to window--subtree, fix doc-string.
18033 2011-11-11  Glenn Morris  <rgm@gnu.org>
18035         * subr.el (eval-after-load): If FILE is already loaded,
18036         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
18038 2011-11-10  Glenn Morris  <rgm@gnu.org>
18040         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18041         Call svn via vc-svn-command rather than vc-do-command.
18042         (vc-svn-command): Add --non-interactive.  (Bug#9993)
18043         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18045         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18046         Add toggle-read-only.  (Bug#7292)
18047         * files.el (toggle-read-only): Mention that it should only
18048         be used interactively.  (Bug#10006)
18050 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18052         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18053         Adjust regexp for OCaml warnings.
18055         * electric.el (electric-pair-post-self-insert-function): Let user
18056         turn it off buffer-locally (bug#9932).
18058         * progmodes/python.el (python-beginning-of-statement):
18059         Rewrite (bug#2703).
18061         * progmodes/compile.el: Better handle TABs (bug#9749).
18062         (compilation-internal-error-properties)
18063         (compilation-next-error-function): Obey the target buffer's
18064         compilation-error-screen-columns.
18066 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
18068         * progmodes/meta-mode.el: Remove obsolete comments.
18069         (meta-right-comment-regexp, meta-ignore-comment-regexp):
18070         Fix typos in docstrings.
18072 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
18074         * window.el (window-size-fixed-p): Rewrite doc-string.
18075         (window-resizable-p): Rename to window--resizable-p.  Update callers.
18076         (window--resizable): New function.  Make all callers of
18077         window-resizable call window--resizable instead.
18078         (window-resizable): Rewrite in terms of window--resizable.
18080 2011-11-08  Glenn Morris  <rgm@gnu.org>
18082         * progmodes/delphi.el (delphi-mode-syntax-table):
18083         Let define-derived-mode define a proper syntax table.  (Bug#9994)
18085 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18087         * window.el: Stay away from defsubst.
18088         (window-list-no-nils): Remove.
18089         (window-state-get-1, window-state-get): Use backquote instead.
18091 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18093         * emacs-lisp/find-func.el (find-function-read):
18094         Fix incorrect use of default argument in `completing-read'.
18096 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
18098         * window.el (display-buffer-function, special-display-function):
18099         Mention display-buffer-record-window but do not mention
18100         help-setup parameter in doc-strings.
18101         (window-min-delta): Fix doc-string typo.
18103 2011-11-08  Chong Yidong  <cyd@gnu.org>
18105         * window.el (window-total-height, window-total-width): Doc fix.
18106         (window-body-size): Move from C.
18107         (window-body-height, window-body-width): Move to C.
18109 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18111         * window.el: Make special-display like display-buffer-alist (bug#9532).
18112         (display-buffer--special-action): New function, morphed
18113         from display-buffer--special.
18114         (display-buffer): Use it to handle special-display-buffers at higher
18115         priority (just after display-buffer-alist).
18116         (display-buffer-fallback-action, display-buffer--other-frame-action)
18117         (pop-to-buffer-same-window): Remove display-buffer--special.
18119 2011-11-07  Glenn Morris  <rgm@gnu.org>
18121         * calendar/cal-menu.el (cal-menu-set-date-title):
18122         Do nothing if not in a calendar.  (Bug#9976)
18124 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18126         * files.el (find-file): Always use selected-window.
18128 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
18130         * window.el (window-combinations): Make WINDOW argument
18131         mandatory.  Rewrite doc-string.
18132         (walk-window-subtree, window-atom-check, window-min-delta)
18133         (window-max-delta, window--resize-this-window)
18134         (window--resize-root-window-vertically, window-tree)
18135         (balance-windows, window-state-put): Rewrite doc-strings as to
18136         not mention the term "subwindow".
18137         (window--resize-subwindows-skip-p): Rename to
18138         window--resize-child-windows-skip-p.
18139         (window--resize-subwindows-normal): Rename to
18140         window--resize-child-windows-normal.
18141         (window--resize-subwindows): Rename to
18142         window--resize-child-windows.
18143         (window-or-subwindow-p): Rename to window--in-subtree-p.
18145 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18147         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18148         Ensure that mbox format messages end in two newlines (Bug#9974).
18150 2011-11-06  Chong Yidong  <cyd@gnu.org>
18152         * window.el (window-combination-p): Function deleted; its
18153         side-effect is not used in any existing code.
18154         (window-combinations, window-combined-p): Call window-*-child
18155         directly.
18157 2011-11-05  Chong Yidong  <cyd@gnu.org>
18159         * window.el (window-valid-p): Rename from window-any-p.
18160         (window-size-ignore, window-state-get): Callers changed.
18161         (window-normalize-window): Rename from window-normalize-any-window.
18162         New arg LIVE-ONLY, replacing window-normalize-live-window.
18163         (window-normalize-live-window): Delete.
18164         (window-combination-p, window-combined-p, window-combinations)
18165         (walk-window-subtree, window-atom-root, window-min-size)
18166         (window-sizable, window-sizable-p, window-size-fixed-p)
18167         (window-min-delta, window-max-delta, window-resizable)
18168         (window-resizable-p, window-full-height-p, window-full-width-p)
18169         (window-current-scroll-bars, window-point-1, set-window-point-1)
18170         (window-at-side-p, window-in-direction, window-resize)
18171         (adjust-window-trailing-edge, maximize-window, minimize-window)
18172         (window-deletable-p, delete-window, delete-other-windows)
18173         (record-window-buffer, unrecord-window-buffer)
18174         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18175         (quit-window, split-window, window-state-put)
18176         (set-window-text-height, fit-window-to-buffer)
18177         (shrink-window-if-larger-than-buffer): Callers changed.
18179 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
18181         * mail/rmail.el (rmail-simplified-subject): Decode subject with
18182         rfc2047-decode-string.
18183         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18184         warnings.
18186         * window.el (window-body-height, window-body-width): Mention in
18187         the doc string that the return values are in frame's canonical
18188         units.  (Bug#9949)
18190 2011-11-03  Alan Mackenzie  <acm@muc.de>
18192         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18193         change in cc-engine.el.
18195 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18197         * window.el (switch-to-buffer): Use `force-same-window' interactively.
18199 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
18201         * window.el (quit-window): Call unrecord-window-buffer after
18202         showing another buffer in the window.  (Bug#9937)
18203         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18205 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
18207         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18208         Accept status with more than 9 shelves.  (Bug#9935)
18209         Reported by Colin D Bennett <colin@gibibit.com>.
18211 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
18213         * help.el (with-help-window): Don't reference
18214         temp-buffer-show-specifiers in doc-string.
18216 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
18218         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18219         menu-item.
18221 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18223         * whitespace.el: New version 13.2.2.
18224         (whitespace-newline-mode): Disable properly.  Reported by Sarah
18225         <EmacsWiki>.
18227 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
18229         * net/newst-treeview.el: Remove "Time-stamp".
18230         (newsticker--group-manage-orphan-feeds): Do not call
18231         newsticker--treeview-tree-update.
18232         (newsticker-treeview-update, newsticker-treeview):
18233         Call newsticker--treeview-tree-update if necessary.
18235 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
18237         * window.el (window-iso-combination-p, window-iso-combined-p)
18238         (window-iso-combinations): Remove "iso-" infix.
18239         Suggested by Chong Yidong.
18240         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18241         (window-max-delta-1, window-resize, window--resize-siblings)
18242         (window--resize-this-window, adjust-window-trailing-edge)
18243         (split-window, balance-windows-1)
18244         (shrink-window-if-larger-than-buffer):
18245         * calendar/calendar.el (calendar-generate-window):
18246         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18248 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18250         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18251         in place (bug#9907).
18252         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18253         (eshell-rewrite-if-command, eshell-rewrite-for-command)
18254         (eshell-structure-basic-command, eshell-rewrite-while-command)
18255         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18256         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18257         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18258         (eshell-do-pipelines-synchronously, eshell-eval-command):
18259         Use backquotes and prefer setq to set.
18260         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18261         (eshell-macrop): Use functionp.
18262         (eshell-do-eval): Handle multiple expressions in `while' body.
18264 2011-10-30  Chong Yidong  <cyd@gnu.org>
18266         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18267         instead of set-mark (Bug#9810).
18269 2011-10-30  Chong Yidong  <cyd@gnu.org>
18271         * window.el (split-window-below, split-window-right): Rename from
18272         split-window-above-each-other and split-window-side-by-side
18273         respectively.  All callers changed.
18274         (split-window-sensibly, split-window-sensibly): Use them.
18275         (split-window-keep-point): Doc fix.
18277         * isearch.el: Add isearch-scroll property to split-window-below
18278         and split-window-right.
18280         * follow.el (follow-mode):
18281         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18282         * progmodes/ada-xref.el (ada-gdb-application):
18283         * emulation/vip.el (vip-buffer-in-two-windows):
18284         * image-dired.el (image-dired-dired-with-window-configuration):
18285         * dired-x.el (dired-do-find-marked-files):
18286         * dired.el (dired-pop-to-buffer):
18287         * bs.el (bs--show-with-configuration):
18288         * vc/emerge.el (emerge-setup-windows):
18289         * textmodes/two-column.el (2C-two-columns):
18290         * textmodes/reftex-toc.el (reftex-toc):
18291         * progmodes/gdb-mi.el (gdb-setup-windows):
18292         * progmodes/fortran.el (fortran-window-create):
18293         * net/newst-treeview.el (newsticker--treeview-window-init):
18294         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18295         * emulation/tpu-edt.el (tpu-gold-map):
18296         * emulation/crisp.el (crisp-mode-map):
18297         * calendar/calendar.el (calendar-basic-setup): Callers changed.
18299 2011-10-29  Chong Yidong  <cyd@gnu.org>
18301         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18303         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18305         * textmodes/flyspell.el (flyspell-word): Fix char offset for
18306         forged Ispell output (Bug#7904).
18308         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18310 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18312         * doc-view.el: Avoid ugly errors about not finding nil.
18313         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18314         (doc-view-dvipdf-program, doc-view-unoconv-program)
18315         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18316         Avoid nil or absolute file name as default value.
18317         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18319 2011-10-28  Alan Mackenzie  <acm@muc.de>
18321         * progmodes/cc-defs.el (c-version): -> 5.32.2.
18323 2011-10-28  Alan Mackenzie  <acm@muc.de>
18325         Amend the handling of c-beginning/end-of-defun in nested declaration
18326         scopes.
18328         * progmodes/cc-vars.el (c-defun-tactic): Move here from
18329         cc-langs.el.  Change it to a defcustom.
18331         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18332         cc-vars.el.
18334         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18335         Prevent "class foo : bar" being spuriously recognized as a label.
18337         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18338         Add parameter `inclusive' (to include enclosing braces in the region).
18339         (c-widen-to-enclosing-decl-scope): New function.
18340         (c-while-widening-to-decl-block): New macro.
18341         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18342         outward for defun boundaries, and correspondingly change symbol
18343         `respect-enclosure' to `go-outward'.
18344         (c-declaration-limits): Change algorithm to report only the "innermost"
18345         defun's boundaries.
18347 2011-10-28  Deniz Dogan  <deniz@dogan.se>
18349         * net/rcirc.el (rcirc-mode): Use hard newlines.
18351 2011-10-28  Alan Mackenzie  <acm@muc.de>
18353         Amend to indent and fontify macros "which include their own semicolon"
18354         correctly, using the "virtual semicolon" mechanism.
18356         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18358         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18359         Recode to scan one line at a time rather than having \n and \r
18360         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18361         (c-forward-label): Amend for virtual semicolons.
18362         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18364         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18365         of the new C macros.
18367         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18368         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18369         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18370         (c-opt-cpp-macro-define): Make into a full language variable.
18371         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18372         AWK Mode (including \n, \r) removed, no longer needed.
18374         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18375         Invoke c-make-macro-with-semi-re.
18377         * progmodes/cc-vars.el (c-macro-with-semi-re):
18378         (c-macro-names-with-semicolon): New variables.
18379         (c-make-macro-with-semi-re): New function.
18381 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18383         * vc/log-edit.el: Fill empty field rather than adding new one.
18384         (log-edit-add-field): New function.
18385         (log-edit-insert-changelog): Use it.
18387 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18389         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18391 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18393         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18394         (gdb--check-interpreter): New function.
18395         (gdb): Use it.
18397 2011-10-27  Glenn Morris  <rgm@gnu.org>
18399         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18400         (least-positive-float, least-negative-float)
18401         (least-positive-normalized-float, least-negative-normalized-float)
18402         (float-epsilon, float-negative-epsilon):
18403         Remove unnecessary declarations.
18405         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18406         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18407         (least-positive-float, least-negative-float)
18408         (least-positive-normalized-float, least-negative-normalized-float)
18409         (float-epsilon, float-negative-epsilon): Add doc-strings,
18410         based on those in cl.texi.
18412         * files.el (set-visited-file-name): If the major-mode changed,
18413         reload the local variables.  (Bug#9796)
18415 2011-10-27  Chong Yidong  <cyd@gnu.org>
18417         * subr.el (change-major-mode-after-body-hook): New hook.
18418         (run-mode-hooks): Run it.
18420         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18421         Use change-major-mode-before-body-hook.
18423         * simple.el (fundamental-mode):
18424         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18425         change introducing fundamental-mode-hook.
18427 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
18429         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18431 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
18433         * ido.el (ido-file-name-all-completions-1): Do not require
18434         tramp.el explicitly.  (Bug#7583)
18436 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18438         * progmodes/octave-mod.el:
18439         * progmodes/octave-inf.el: Update maintainer.
18441 2011-10-26  Chong Yidong  <cyd@gnu.org>
18443         * subr.el (with-wrapper-hook): Rewrite doc.
18445 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
18447         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18448         filenames "/method:foo:".  (Bug#9793)
18450 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18452         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18453         (bug#9865).
18455 2011-10-24  Glenn Morris  <rgm@gnu.org>
18457         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
18459 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
18461         * notifications.el: Add the requirement of a running D-Bus session
18462         bus to the Commentary.
18464 2011-10-24  Juri Linkov  <juri@jurta.org>
18466         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18467         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18468         (Bug#9364)
18470 2011-10-24  Juri Linkov  <juri@jurta.org>
18472         * info.el (Info-following-node-name-re): Add newline to the list
18473         of allowed characters for leading space.  (Bug#9824)
18475 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18477         * progmodes/octave-inf.el (inferior-octave-mode-map):
18478         Fix C-c C-h binding.
18479         * progmodes/octave-mod.el (octave-help): Remove.
18481 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
18483         Sync with Tramp 2.2.3.
18485         * net/tramp-cache.el (top): Pacify byte-compiler using
18486         `init-file-user' and `site-run-file'.
18488         * net/trampver.el: Update release number.
18490 2011-10-23  Chong Yidong  <cyd@gnu.org>
18492         * files.el (toggle-read-only): Remove obsolete comment about
18493         version control.
18495         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18496         for toggle-read-only.  Note that this hasn't called vc-next-action
18497         since 2008-05-02, though it wasn't documented at the time.
18499         * vc/ediff-init.el (ediff-toggle-read-only-function):
18500         Use toggle-read-only.
18502 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
18504         Fix bug #9560, sporadic wrong indentation; improve instrumentation
18505         of c-parse-state.
18507         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18508         correct faulty logical expression.
18509         (c-parse-state-state, c-record-parse-state-state):
18510         (c-replay-parse-state-state): New defvar/defuns.
18511         (c-debug-parse-state): Use new functions.
18513 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
18515         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18516         last fix.  Use window-in-direction correctly.
18518 2011-10-21  Chong Yidong  <cyd@gnu.org>
18520         * progmodes/idlwave.el (idlwave-mode):
18521         * progmodes/vera-mode.el (vera-mode): No need to set
18522         require-final-newline; that's done in prog-mode.
18523         Suggested by Stefan Monnier.
18525 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
18527         * mouse.el (mouse-drag-window-above)
18528         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18529         (mouse-drag-mode-line-1, mouse-drag-header-line)
18530         (mouse-drag-vertical-line-rightward-window): Remove.
18531         (mouse-drag-line): New function.
18532         (mouse-drag-mode-line, mouse-drag-header-line)
18533         (mouse-drag-vertical-line): Call mouse-drag-line.
18534         * window.el (window-at-side-p, windows-at-side): New functions.
18536 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
18538         * tar-mode.el (tar-grind-file-mode):
18539         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
18541 2011-10-21  Chong Yidong  <cyd@gnu.org>
18543         * progmodes/idlwave.el (idlwave-mode):
18544         * progmodes/vera-mode.el (vera-mode):
18545         Use mode-require-final-newline.
18547 2011-10-20  Glenn Morris  <rgm@gnu.org>
18549         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
18551 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
18553         * emulation/cua-base.el (cua-set-mark): Fix case of string.
18555 2011-10-20  Chong Yidong  <cyd@gnu.org>
18557         * emulation/cua-base.el (cua-mode):
18558         * mail/footnote.el (footnote-mode):
18559         * mail/mailabbrev.el (mail-abbrevs-mode):
18560         * net/xesam.el (xesam-minor-mode):
18561         * progmodes/bug-reference.el (bug-reference-mode):
18562         * progmodes/cap-words.el (capitalized-words-mode):
18563         * progmodes/compile.el (compilation-minor-mode)
18564         (compilation-shell-minor-mode):
18565         * progmodes/gud.el (gud-tooltip-mode):
18566         * progmodes/hideif.el (hide-ifdef-mode):
18567         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18568         * progmodes/subword.el (subword-mode):
18569         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18570         * progmodes/which-func.el (which-function-mode):
18571         * term/tvi970.el (tvi970-set-keypad-mode):
18572         * term/vt100.el (vt100-wide-mode):
18573         * textmodes/flyspell.el (flyspell-mode):
18574         * textmodes/ispell.el (ispell-minor-mode):
18575         * textmodes/nroff-mode.el (nroff-electric-mode):
18576         * textmodes/paragraphs.el (use-hard-newlines):
18577         * textmodes/refill.el (refill-mode):
18578         * textmodes/reftex.el (reftex-mode):
18579         * textmodes/rst.el (rst-minor-mode):
18580         * textmodes/sgml-mode.el (html-autoview-mode)
18581         (sgml-electric-tag-pair-mode):
18582         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18583         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18584         * emulation/crisp.el (crisp-mode):
18585         * emacs-lisp/eldoc.el (eldoc-mode):
18586         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18587         minor mode behavior.
18589 2011-10-19  Juri Linkov  <juri@jurta.org>
18591         * descr-text.el (describe-char): Add #x2010 and #x2011 to
18592         the list of hard-coded chars with escape-glyph face.
18594 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18596         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18598 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
18600         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18601         running process.
18603 2011-10-19  Glenn Morris  <rgm@gnu.org>
18605         * vc/vc-bzr.el (vc-bzr-after-dir-status):
18606         Ignore ignored files.  (Bug#9726)
18608 2011-10-19  Chong Yidong  <cyd@gnu.org>
18610         Doc fix for minor modes, stating that an omitted argument enables
18611         the mode unconditionally when called from Lisp.
18613         * abbrev.el (abbrev-mode):
18614         * allout.el (allout-mode):
18615         * autoinsert.el (auto-insert-mode):
18616         * autoarg.el (autoarg-mode, autoarg-kp-mode):
18617         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18618         (global-auto-revert-mode):
18619         * battery.el (display-battery-mode):
18620         * composite.el (global-auto-composition-mode)
18621         (auto-composition-mode):
18622         * delsel.el (delete-selection-mode):
18623         * desktop.el (desktop-save-mode):
18624         * dired-x.el (dired-omit-mode):
18625         * dirtrack.el (dirtrack-mode):
18626         * doc-view.el (doc-view-minor-mode):
18627         * double.el (double-mode):
18628         * electric.el (electric-indent-mode, electric-pair-mode):
18629         * emacs-lock.el (emacs-lock-mode):
18630         * epa-hook.el (auto-encryption-mode):
18631         * follow.el (follow-mode):
18632         * font-core.el (font-lock-mode):
18633         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18634         * help.el (temp-buffer-resize-mode):
18635         * hilit-chg.el (highlight-changes-mode)
18636         (highlight-changes-visible-mode):
18637         * hi-lock.el (hi-lock-mode):
18638         * hl-line.el (hl-line-mode, global-hl-line-mode):
18639         * icomplete.el (icomplete-mode):
18640         * ido.el (ido-everywhere):
18641         * image-file.el (auto-image-file-mode):
18642         * image-mode.el (image-minor-mode):
18643         * iswitchb.el (iswitchb-mode):
18644         * jka-cmpr-hook.el (auto-compression-mode):
18645         * linum.el (linum-mode):
18646         * longlines.el (longlines-mode):
18647         * master.el (master-mode):
18648         * mb-depth.el (minibuffer-depth-indicate-mode):
18649         * menu-bar.el (menu-bar-mode):
18650         * minibuf-eldef.el (minibuffer-electric-default-mode):
18651         * mouse-sel.el (mouse-sel-mode):
18652         * msb.el (msb-mode):
18653         * mwheel.el (mouse-wheel-mode):
18654         * outline.el (outline-minor-mode):
18655         * paren.el (show-paren-mode):
18656         * recentf.el (recentf-mode):
18657         * reveal.el (reveal-mode, global-reveal-mode):
18658         * rfn-eshadow.el (file-name-shadow-mode):
18659         * ruler-mode.el (ruler-mode):
18660         * savehist.el (savehist-mode):
18661         * scroll-all.el (scroll-all-mode):
18662         * scroll-bar.el (scroll-bar-mode):
18663         * server.el (server-mode):
18664         * shell.el (shell-dirtrack-mode):
18665         * simple.el (auto-fill-mode, transient-mark-mode)
18666         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18667         (line-number-mode, column-number-mode, size-indication-mode)
18668         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18669         * strokes.el (strokes-mode):
18670         * time.el (display-time-mode):
18671         * t-mouse.el (gpm-mouse-mode):
18672         * tool-bar.el (tool-bar-mode):
18673         * tooltip.el (tooltip-mode):
18674         * type-break.el (type-break-mode-line-message-mode)
18675         (type-break-query-mode):
18676         * view.el (view-mode):
18677         * whitespace.el (whitespace-mode, whitespace-newline-mode)
18678         (global-whitespace-mode, global-whitespace-newline-mode):
18679         * xt-mouse.el (xterm-mouse-mode): Doc fix.
18681         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18682         Fix autogenerated docstring.
18684 2011-10-19  Juri Linkov  <juri@jurta.org>
18686         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18687         by checking environment variables "DESKTOP_SESSION" and
18688         "XDG_CURRENT_DESKTOP".  (Bug#9779)
18690 2011-10-19  Juri Linkov  <juri@jurta.org>
18692         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18693         (browse-url-chromium-program, browse-url-chromium-arguments):
18694         New defcustoms.
18695         (browse-url-default-browser): Check for `browse-url-chromium' and
18696         call `browse-url-chromium-program'.
18697         (browse-url-chromium): New command.  (Bug#9779)
18699 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
18701         * facemenu.el (list-colors-duplicates): On Windows, detect more
18702         duplicates by assuming that only colors matching "^System" are
18703         special "system colors".  (Bug#9722)
18705 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18707         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18708         to distinguish the author from the committer.
18710 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
18712         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18714 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
18716         * international/mule.el (sgml-html-meta-auto-coding-function):
18717         Add support for detecting encoding in HTML5 specified only as
18718         <meta charset="UTF-8">.  Implementation just makes http-equiv and
18719         content-type parts from HTML4 encoding string optional.  (Bug#9716)
18721 2011-10-18  Glenn Morris  <rgm@gnu.org>
18723         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
18725 2011-10-18  Chong Yidong  <cyd@gnu.org>
18727         * faces.el (cursor): Doc fix.
18729 2011-10-17  Chong Yidong  <cyd@gnu.org>
18731         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18733 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
18735         * dirtrack.el (dirtrack): Support shell buffers with path
18736         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
18738 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
18740         * json.el: Bump version to 1.3 and note change in History.
18741         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18743 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18745         * comint.el (comint-insert-input, comint-send-input)
18746         (comint-get-old-input-default, comint-backward-matching-input)
18747         (comint-next-prompt): Use nil instead of `input' for field property of
18748         past user input (bug#114).
18750         * minibuffer.el (completion--replace): Inherit surrounding properties
18751         (bug#114).
18752         (minibuffer-complete-and-exit): Use it.
18754         * comint.el (comint--table-subvert): Quote the all-completions output
18755         (bug#9160).
18757 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
18759         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18761         * menu-bar.el (menu-bar-file-menu): Add entry for making new
18762         window on right of selected.  (Bug#9350) Reword other window
18763         entries and separate them from frame entries.
18765 2011-10-15  Glenn Morris  <rgm@gnu.org>
18767         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18768         Doc fixes.
18770 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
18772         * net/network-stream.el (network-stream-open-starttls):
18773         Improve detection of failure due to lack of TLS support.
18775         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18776         putting the input text in front and in bold.
18778 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18780         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18782         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18783         empty buffer.
18785         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18786         unread-command-events rather than pushing yet-another event.
18788 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
18790         * mail/sendmail.el (sendmail-query-once): Improve the wording of
18791         the explanation of the possible choices.  Make the options passed
18792         to completing-read shorter.
18794 2011-10-13  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
18796         * textmodes/flyspell.el (flyspell-large-region): Make sure
18797         extended character mode is used if defined (Bug#1339).
18799 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
18801         * simple.el (what-cursor-position): Fix the display of the
18802         character info for LRE, LRO, RLE, and RLO characters by appending
18803         an invisible PDF.
18805 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18807         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18808         even in case of error; add debug spec; simplify data flow.
18809         (with-timeout-handler): Remove.
18811 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
18813         Fix Bug#6019, Bug#9315.
18815         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18816         complete `buffer-file-name', the local file name part could look
18817         remotely (for example on VMS).
18819         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18820         `tramp-run-real-handler'.
18821         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18822         already quoted by '"'.
18824         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18825         Let `file-name-handler-alist' be nil, the local file name part
18826         could look remotely (for example on VMS).
18828 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18830         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18831         from here...
18832         (flyspell-post-command-hook): ...to here.
18834 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18836         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18837         if not needed.
18838         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
18839         using completion.  Protect against "slow" callers.
18840         Remove the "message hack".
18842 2011-10-11  Juri Linkov  <juri@jurta.org>
18844         * isearch.el (isearch-lazy-highlight-word): New variable.
18845         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18846         Use it.  (Bug#9727)
18848 2011-10-11  Glenn Morris  <rgm@gnu.org>
18850         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18851         like f90-previous-statement does.
18853 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18855         * eshell/eshell.el (eshell-command): History should be saved
18856         only in interactive use, to avoid error.
18858 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18860         * minibuffer.el (completion-file-name-table): Fix last change,
18861         i.e. ignore normal errors but not the other ones.
18863 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
18865         * window.el (special-display-buffer-names)
18866         (special-display-regexps): Remove some remnants of earlier
18867         changes from doc-strings.
18868         (quit-windows-on): New function.
18870         * vc/vc.el (vc-revert, vc-rollback):
18871         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18872         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
18873         (Bug#6183) (Bug#7074) (Bug#7447)
18875 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
18877         * window.el (frame-auto-hide-function): Add version tag.
18878         (Bug#9699)
18880 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
18882         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18883         condition.
18885 2011-10-09  Leo Liu  <sdl.web@gmail.com>
18887         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18888         (Bug#9701)
18890 2011-10-08  Glenn Morris  <rgm@gnu.org>
18892         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18893         before the first code statement zero indent.  (Bug#9690)
18895 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
18897         * simple.el (count-words-region): Always count in the region.
18898         Report the number of lines and characters too.
18899         (count-words): New command, which counts in the buffer if the
18900         region is inactive, as count-words-region used to.
18901         (count-words--message): New function.  Handle plurals.
18902         (count-lines-region): Make it an alias for count-words-region.
18904         * bindings.el (esc-map): Replace count-lines-region with
18905         count-words-region.
18907 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
18909         * window.el (window--delete): Delete dedicated frame
18910         unconditionally when argument KILL is non-nil.  (Bug#9699)
18911         (switch-to-buffer): Fix doc-string typo.
18913 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18915         * eshell/eshell.el (eshell-command): Avoid using hooks.
18917 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
18919         * bindings.el ([M-left],[M-right]): Bind to left-word and
18920         right-word respectively.
18922 2011-10-07  Glenn Morris  <rgm@gnu.org>
18924         * cus-start.el (debug-on-quit): Fix custom type.
18926 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18928         * subr.el (define-key-after): Clarify that the function is not
18929         useful for non-menu keymaps.
18931         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18933 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18935         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18936         in current minibuffer (Fix bug with recursive minibuffers).
18938 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
18940         * progmodes/gdb-mi.el (gdb): Doc fix.
18942 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
18944         * window.el (frame-auto-hide-function): New option replacing
18945         frame-auto-delete.  Suggested by Stefan Monnier.
18946         (window--delete): Call frame-auto-hide-function instead of
18947         investigating frame-auto-delete.
18948         (window-point-1, set-window-point-1): New functions.
18949         (window-in-direction, record-window-buffer, window-state-get-1)
18950         (display-buffer-record-window): Use window-point-1 instead of
18951         window-point.
18952         (set-window-buffer-start-and-point): Use set-window-point-1.
18954 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18956         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18958 2011-10-05  Glenn Morris  <rgm@gnu.org>
18960         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18961         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
18963 2011-10-05  Leo Liu  <sdl.web@gmail.com>
18965         * subr.el (read-char-choice): Fix argument to buffer-live-p which
18966         works with buffer object.
18968 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18970         * mpc.el (mpc-tool-bar-map): Add labels.
18972 2011-10-04  Glenn Morris  <rgm@gnu.org>
18974         * calendar/holidays.el (calendar-check-holidays): Doc fix.
18976 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
18978         * window.el (window--delete): New function.
18979         (frame-auto-delete): Resuscitate option.
18980         (bury-buffer, replace-buffer-in-windows)
18981         (quit-window): Rewrite using window--delete.
18982         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18983         Pass display-buffer-mark-dedicated to window--display-buffer-2
18984         (Bug#9639).
18986 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18988         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18989         returns a list (bug#9554).  Add remote file name completion.
18990         * comint.el (comint--table-subvert): Curry and get quote&unquote
18991         functions as arguments.
18992         (comint--complete-file-name-data): Adjust call accordingly.
18993         * pcomplete.el (pcomplete--table-subvert): Remove.
18994         (pcomplete-completions-at-point): Use comint--table-subvert instead.
18996         * minibuffer.el (completion-table-case-fold): Use currying.
18997         (completion--styles-type, completion--cycling-threshold-type):
18998         New constants.
18999         (completion-styles, completion-category-overrides)
19000         (completion-cycle-threshold): Use them.
19001         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
19002         completion-table-case-fold.
19004 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
19006         * minibuffer.el (completion-category-overrides): Fix type of styles
19007         and add more user friendly tags (bug#9660).
19009 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19011         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
19012         (mule-input-method-string): New widget.
19013         (default-input-method, language-info-custom-alist): Use it.
19015 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19017         * pcomplete.el: Require comint.
19018         (pcomplete--common-suffix): Remove.
19019         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19020         (pcomplete--table-subvert): Sync with comint--table-subvert.
19021         (pcomplete--entries): Use comint-completion-file-name-table.
19022         * comint.el (comint-unquote-filename): Simplify.
19023         (comint-completion-file-name-table): New function (bug#9616).
19024         (comint--complete-file-name-data): Use it.
19026         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19027         (pcmpl-gnu-tar-buffer): Remove.
19028         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19029         around.  Make sure pcomplete-suffix-list is only changed temporarily.
19030         Don't look inside the tar's file if it's too large.
19032 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
19034         * cus-edit.el (custom-mode-map):
19035         * epa.el (epa-key-list-mode-map):
19036         * man.el (Man-mode-map):
19037         * startup.el (splash-screen-keymap):
19038         * simple.el (special-mode-map): Use scroll-up-command and
19039         scroll-down-command.
19041         * progmodes/idlw-help.el (idlwave-help-mode-map):
19042         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19043         * net/newst-plainview.el (newsticker-mode-map):
19044         * emulation/ws-mode.el (wordstar-mode-map):
19045         * emulation/vi.el (vi-com-map):
19046         * calc/calc-graph.el (calc-graph-show-dumb):
19047         * term/sun.el (terminal-init-sun):
19048         * term/ns-win.el (global-map):
19049         * progmodes/grep.el (grep-mode-map):
19050         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19051         * mail/rmail.el (rmail-mode-map):
19052         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19054         * custom.el (custom-safe-themes, load-theme): Treat value of t for
19055         custom-safe-themes as special.
19057 2011-10-01  Julien Danjou  <julien@danjou.info>
19059         * notifications.el (notifications-notify): Fix docstring.
19061 2011-10-01  Per Starbäck  <per@starback.se>
19063         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
19065 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
19067         * startup.el (command-line-1): Fix last fix by inserting
19068         initial-scratch-message into *scratch* before displaying it.
19069         (Bug#9605) and (Bug#9636)
19071 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
19073         * simple.el (line-move): If auto-hscroll-mode is disabled and the
19074         window is hscrolled, move by logical lines.  (Bug#9607)
19075         (line-move-visual): Update the doc string to the above effect.
19077 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
19079         * window.el (display-buffer-record-window): When WINDOW is the
19080         selected window use `point' instead of `window-point'.  (Bug#9626)
19082         * startup.el (command-line-1): Use insert-before-markers when
19083         inserting initial-scratch-message.  (Bug#9605)
19085         * help.el (help-window): Remove variable.
19087 2011-09-29  Glenn Morris  <rgm@gnu.org>
19089         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
19091 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
19093         * descr-text.el (describe-char-categories): Accept category
19094         descriptions more than one line long.
19096 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19098         * simple.el (delete-trailing-whitespace): Fix last change.
19100         * progmodes/perl-mode.el (perl-syntax-propertize-function):
19101         Don't confuse "y => 3" as the beginning of a `y' operation.
19103         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19104         object has more than 4 slots (bug#9613).
19106 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
19108         * subr.el (with-output-to-temp-buffer):
19109         * net/quickurl.el (quickurl, quickurl-browse-url):
19110         Fix typos in docstrings.
19112 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
19114         * minibuffer.el (completion-styles)
19115         (completion-category-overrides): Cross reference each other in doc
19116         strings.
19118 2011-09-27  Glenn Morris  <rgm@gnu.org>
19120         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19121         to split-string.  (Bug#9606)
19123 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19125         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19126         (bug#9615).
19128 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
19130         * emacs-lisp/package.el (list-packages): Fix echo area message.
19132 2011-09-27  Leo Liu  <sdl.web@gmail.com>
19134         * ido.el (ido-read-internal): Accept cons cell HIST arg.
19136 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
19138         * net/dbus.el (dbus-unregister-object): Don't release services for
19139         registered signals.  (Bug#9581)
19141 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
19143         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19144         function that picks between cfengine 2 and 3 support
19145         automatically.  Update docs accordingly.
19147 2011-09-22  Kenichi Handa  <handa@m17n.org>
19149         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19150         ZERO.
19151         (indian-itrans-v5-table-for-tamil): New variable.
19152         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19154 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
19156         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19157         that's true if the current command involved collapsing of text.
19158         It's reset to false at the beginning of the next command.
19159         (allout-post-command-business): Move the cursor to the beginning
19160         of entry if the cursor is hidden and collapsing activity just
19161         happened.
19163 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
19165         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19166         tracking (Bug#9541).
19168 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
19170         * net/newst-reader.el (newsticker-html-renderer)
19171         (newsticker-show-news): Automatically load html rendering package
19172         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
19173         because w3m-fill-column is let-bound" and the error "Symbol's value
19174         as variable is void: w3m-fill-column".
19176 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
19178         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19179         Release services only if they are defined.  (Bug#9581)
19181 2011-09-23  Richard Stallman  <rms@gnu.org>
19183         * textmodes/paragraphs.el (forward-sentence): For backwards case,
19184         distinguish start of paragraph from start of its text.
19186         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19188         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19189         (rmail-generate-viewer-buffer): Put that hook on view buffer.
19190         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19192 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
19194         * international/mule-diag.el (mule-diag): Insert a newline after
19195         each fontset description.
19197 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19199         * simple.el (delete-trailing-whitespace):
19200         Document last change; simplify.
19202 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
19204         * simple.el (delete-trailing-whitespace): Also delete
19205         extra newlines at the end of the buffer.
19207         * textmodes/picture.el: Make motion commands obey shift-select-mode.
19208         (picture-newline): Use forward-line so as to ignore fields.
19210 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19212         * subr.el (with-wrapper-hook): Fix edebug spec.
19214 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19216         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19217         (bug#4538).
19219 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
19221         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19222         Fix nasty bug using wrong cached values.
19224 2011-09-23  Alan Mackenzie  <acm@muc.de>
19226         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19228 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
19230         * window.el (pop-to-buffer): Ensure right window is selected if we
19231         chose another frame.
19233 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
19235         * simple.el (what-cursor-position): Use get-char-property-change
19236         and next-single-char-property-change, to be able to show display
19237         properties that come from overlays as well as text properties.
19239 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
19241         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19243         * cmuscheme.el (run-scheme, switch-to-scheme):
19244         * cus-edit.el (customize-group, custom-buffer-create)
19245         (customize-browse):
19246         * info.el (info):
19247         * shell.el (shell):
19248         * mail/sendmail.el (mail):
19249         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19251 2011-09-22  Richard Stallman  <rms@gnu.org>
19253         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19254         move back only to line beg, don't move back over blank lines.
19256 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
19258         * files.el (copy-directory): Set directory attributes only in case
19259         they could be retrieved from the source directory.  (Bug#9565)
19261 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
19263         * progmodes/hideshow.el (hs-looking-at-block-start-p)
19264         (hs-find-block-beginning, hs-hide-level-recursive):
19265         Ignore strings as well as comments.  (Bug#9502)
19267 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
19269         * progmodes/sql.el (sql-comint-postgres):
19270         Convert port number to a string.  (Bug#9566)
19272 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
19274         * window.el (quit-window): Undedicate window when switching to
19275         previous buffer.  Reported by Thierry Volpiatto
19276         <thierry.volpiatto@gmail.com>.
19277         (special-display-popup-frame): When popping up a new frame reset
19278         its previous buffers to nil.  Simplify code.
19280 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
19282         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19283         and process filter, as done also in `shell-command'.
19285 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
19287         * window.el (set-window-buffer-start-and-point):
19288         Call set-window-start with NOFORCE argument t.
19289         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19290         (quit-window): Reword doc-string.  Handle new format of
19291         quit-restore parameter.  Don't delete window if it has a
19292         previous buffer we can show instead of the present one.
19293         (display-buffer-record-window): Rewrite using a new format for
19294         the quit-restore window parameter
19295         (special-display-popup-frame, display-buffer-same-window)
19296         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19297         (display-buffer-pop-up-window, display-buffer-use-some-window):
19298         Adapt symbol passed to display-buffer-record-window.
19299         * help.el (help-window-setup): Handle new format of quit-restore
19300         parameter.
19302 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19304         * faces.el (face-list): Fix docstring (bug#9564).
19306         * window.el (display-buffer--action-function-custom-type):
19307         Don't include internal functions in the Custom interface.
19309 2011-09-20  Juri Linkov  <juri@jurta.org>
19311         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19312         (Info-forward-node, Info-backward-node, Info-next-preorder)
19313         (Info-last-preorder): Use it.  (Bug#9528)
19315 2011-09-20  Juri Linkov  <juri@jurta.org>
19317         * info.el (Info-last-preorder): Visit last menu item only when
19318         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19320 2011-09-20  Julien Danjou  <julien@danjou.info>
19322         * password-cache.el (password-cache-remove): Remove entries even if the
19323         value is nil, so that password with a nil value (negative caching) is
19324         possible to invalidate.
19326 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
19328         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19329         all whitespace around breakpoint.  (Bug#9553)
19330         (f90-find-breakpoint): Only break at whitespace inside a comment.
19332 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19334         * minibuffer.el (completion-file-name-table): Keep track of errors.
19335         (completion-table-with-predicate): Handle the case where pred1 is nil.
19336         * pcomplete.el (pcomplete-completions-at-point): Simplify.
19338 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19340         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19341         (debugger-return-value): Signal an error if the debugging context does
19342         not await any return value.
19344         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19345         * image-mode.el (image-toggle-display-text)
19346         (image-toggle-display-image): Stay away from evil `intangible'.
19348 2011-09-19  Leo Liu  <sdl.web@gmail.com>
19350         * replace.el (occur-revert-arguments): Make it permanent-local.
19351         (occur-mode): Don't call font-lock-defontify.
19353 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
19355         * net/ldap.el (ldap-search-internal): Don't push empty search
19356         result (Bug#9508).
19358 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19360         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19362 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
19364         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19365         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19367 2011-09-18  Juri Linkov  <juri@jurta.org>
19369         * buff-menu.el (Buffer-menu-mode-map):
19370         * dired.el (dired-mode-map):
19371         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19372         (lisp-interaction-mode-map):
19373         * emacs-lisp/package.el (package-menu-mode-map):
19374         * epa.el (epa-key-list-mode-map):
19375         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19376         (menu-bar-options-menu):
19377         * outline.el (outline-mode-menu-bar-map):
19378         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19379         * vc/vc-dir.el (vc-dir-menu-map):
19380         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19381         Capitalize non-function content words in menu item strings.
19383         * dired.el (dired-mode-map): Add menu item for
19384         `image-dired-dired-toggle-marked-thumbs'.
19386 2011-09-18  Juri Linkov  <juri@jurta.org>
19388         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19389         to `isearch-case-fold-search' and restore its original value
19390         after the `isearch-mode' call.
19392 2011-09-18  Juri Linkov  <juri@jurta.org>
19394         * progmodes/grep.el (grep-process-setup): Don't check code for 1
19395         because `zgrep' returns 1 for successful matches (bug#9226).
19397 2011-09-18  Juri Linkov  <juri@jurta.org>
19399         * info.el (Info-extract-menu-node-name): Check the second match
19400         for empty string (second test-case of bug#9528).
19401         (Info-last-preorder): Let-bind `Info-history' to nil to not add
19402         intermediate nodes to the history (first test-case of bug#9528).
19404 2011-09-18  Juri Linkov  <juri@jurta.org>
19406         * info.el (Info-mode-syntax-table): New variable.
19407         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19409 2011-09-18  Juri Linkov  <juri@jurta.org>
19411         * info.el (Info-file-supports-index-cookies):
19412         Increment line-beginning-position's arg from 3 to 4 because makeinfo
19413         outputs one more line for long file names (bug#4142).
19415 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
19417         * newcomment.el (comment-normalize-vars): If prompting for
19418         comment-start, set comment-start-skip too (Bug#8424).
19420 2011-09-18  Johan BockgĂ¥rd  <bojohan@gnu.org>
19422         * icomplete.el: Fix previous fix of Bug#5849.
19423         (icomplete-mode): Don't set completion-show-inline-help.
19424         (icomplete-minibuffer-setup): Set completion-show-inline-help
19425         locally during icompletion.
19427 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
19429         * woman.el (woman2-process-escapes): Don't delete unrecognized
19430         escapes (Bug#7843).
19432         * files.el (inhibit-first-line-modes-regexps): Add image files.
19433         (hack-local-variables-prop-line): Return nil for malformed
19434         prop-lines (Bug#9044).
19436 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
19438         * net/tramp.el (top): Don't require 'shell.
19439         (tramp-methods): Fix docstring.
19440         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19441         Return complete remote file name.  Handle "smb" case.
19442         Use `tramp-tmpdir', if defined for the respective method.
19443         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19445         * net/tramp-compat.el (top): Require 'shell.
19447         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19448         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19449         `tramp-current-host'.
19450         (tramp-get-remote-tmpdir): Remove.
19452         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19453         `tramp-tmpdir' entries.
19454         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19455         (tramp-smb-handle-file-attributes): Ignore errors.
19456         (tramp-smb-wait-for-output): Check also for process end.
19458 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19460         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19461         when sending QUIT (bug#9312).
19463 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
19465         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19466         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19467         occur-mode-display-occurrence.
19468         (occur-edit-mode): Add usage message.
19469         (occur-cease-edit): New command.
19470         (occur-after-change-function): Use text properties to find the
19471         position of the prefix text.
19472         (occur-engine): Set stickiness of prefix text properties.
19474 2011-09-17  Glenn Morris  <rgm@gnu.org>
19476         * progmodes/etags.el (complete-tag):
19477         Fix call to completion-in-region.  (Bug#9526)
19479 2011-09-17  Juri Linkov  <juri@jurta.org>
19481         * textmodes/ispell.el (ispell-word): Add to the error message
19482         the word, ispell program name and current dictionary (bug#9121).
19483         (ispell-tex-arg-end): Capitalize "error" in the error message.
19485 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
19487         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19488         check.  (Bug#4251)
19490 2011-09-17  Juri Linkov  <juri@jurta.org>
19492         * window.el (window-safe-min-height, window-safe-min-width):
19493         Fix typos (followup to bug#9522).
19495 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
19497         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19499 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
19501         * simple.el (line-move): If goal-column is set, move by logical
19502         lines, not by display lines.  (Bug#971)
19503         (next-line, previous-line, goal-column, line-move-visual): Doc fix
19504         to reflect the above change.
19506 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19508         * image.el (imagemagick-register-types): Use regexp-opt.
19510 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
19512         * window.el (display-buffer-base-action): Rename from
19513         display-buffer-default-action.  Make default value empty.
19514         (display-buffer-overriding-action): Convert to defvar.
19515         (display-buffer-fallback-action): New var.
19517 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
19519         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19520         declaration.
19521         (package--add-to-archive-contents): If there is a duplicate entry
19522         with an older version, remove it.
19523         (package-menu-mark-delete, package-menu-mark-install)
19524         (package-menu-mark-unmark): Make unused args optional.
19525         (package-menu-mark-obsolete-for-deletion):
19526         Use package-menu-get-status instead of a regexp search.
19527         (package-menu-get-status): Use tabulated-list-entry.
19528         (package-menu-mark-upgrades): New command.
19529         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
19530         (package-menu-execute): Do installation before deletion.
19531         (package-menu-refresh, package-menu-execute): Use derived-mode-p
19532         instead of checking major-mode.
19533         (package-menu--find-upgrades): New function.
19535 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19537         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19538         passwords in the log buffer.
19539         (smtpmail-process-filter): Update the process marker so that the
19540         "broken by peer" status message is inserted in the right place.
19542 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19544         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19545         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19546         bibtex-completion-at-point-function.
19547         (bibtex-completion-at-point-function): Use them.
19549         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19551         * mpc.el (mpc-constraints-tag-lookup): New function.
19552         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19553         also to browser "album|playlist".
19555 2011-09-14  Juri Linkov  <juri@jurta.org>
19557         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
19558         (isearch-edit-string): Use length of `isearch-string' when
19559         `isearch-fail-pos' returns nil.
19560         (isearch-message): Remove duplicate code and call
19561         `isearch-fail-pos' with arg `t'.
19563 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
19565         * replace.el (occur-mode-goto-occurrence): Don't force using other
19566         window (Bug#9499).
19568         * dired-aux.el (dired-do-chmod): Don't provide initial input.
19570 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
19572         * window.el (display-buffer-window): Remove.
19573         (display-buffer-record-window): Use help-setup window parameter
19574         instead of variable display-buffer-window.
19575         (display-buffer-function, special-display-buffer-names)
19576         (special-display-function): Mention help-setup parameter instead
19577         of display-buffer-window in doc-string.
19578         * help.el (help-window-setup): New argument help-window.
19579         Use help-window-setup parameter instead of display-buffer-window.
19580         Reword some messages.
19581         (with-help-window): Pass window used for displaying the buffer
19582         to help-window-setup.  Don't set display-buffer-window.
19584 2011-09-13  Glenn Morris  <rgm@gnu.org>
19586         * emacs-lisp/debug.el (debugger-make-xrefs):
19587         Preserve point.  (Bug#9462)
19589 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19591         * window.el (window-deletable-p): Use next-frame.
19593 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
19595         * window.el (window-auto-delete): Remove.
19596         (window-deletable-p): Remove argument FORCE.  Don't deal with
19597         dedication and previous buffers.
19598         (switch-to-prev-buffer): Don't delete window.
19599         (delete-windows-on): Delete a window's frame if and only if the
19600         window is dedicated.
19601         (replace-buffer-in-windows): Delete buffer's window or frame if
19602         and only if window is dedicated.
19603         (quit-window): Handle quit-restore as before last change.
19604         (bury-buffer): Delete window only if window-deletable-p returns t.
19606 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19608         * window.el (window-deletable-p): Never delete the last frame on a
19609         given terminal.
19611 2011-09-13  Glenn Morris  <rgm@gnu.org>
19613         * help.el (describe-key-briefly): Copy previous standard-output change.
19615 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
19617         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
19619 2011-09-13  Glenn Morris  <rgm@gnu.org>
19621         * emacs-lisp/lisp-mode.el (lisp-indent-function):
19622         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19624 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
19626         * dired-aux.el (dired-mark-read-string): Don't return default
19627         value on empty input (Bug#9361).
19628         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19629         Omit initial minibuffer contents.
19630         (dired-do-chmod): Signal an error on empty input.
19631         (dired-mark-read-string): Don't return default on empty input.
19633         * files.el (file-modes-symbolic-to-number): Doc fix.
19635 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19637         * international/mule-cmds.el (ucs-completions): Remove.
19638         (read-char-by-name): Use complete-with-action instead; add metadata.
19640 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19642         * window.el (display-buffer--action-function-custom-type)
19643         (display-buffer--action-custom-type): New vars.
19644         (display-buffer-alist, display-buffer-default-action)
19645         (display-buffer-overriding-action): Add defcustom types.
19647         * frame.el (delete-other-frames): Doc fix (Bug#276).
19649 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19651         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19653 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19655         Change modes that used same-window-* vars to use switch-to-buffer.
19657         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19658         Use switch-to-buffer.
19660         * cus-edit.el (customize-group, custom-buffer-create)
19661         (customize-browse, custom-buffer-create-other-window):
19662         Use switch-to-buffer or switch-to-buffer-other-window.
19664         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19665         (Info-prev, Info-up, Info-speedbar-goto-node)
19666         (info-display-manual): Use switch-to-buffer.
19667         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19669         * mail/sendmail.el (mail): Use switch-to-buffer.
19670         (mail-recover): Use switch-to-buffer-other-window.
19672         * cmuscheme.el (run-scheme, switch-to-scheme):
19673         * ielm.el (ielm):
19674         * shell.el (shell):
19675         * net/rlogin.el (rlogin):
19676         * net/telnet.el (telnet, rsh):
19677         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19679 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
19681         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19683 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19685         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19686         so don't mention it (bug#9301).
19687         (dired-sort-toggle-or-edit): Clarify string further.
19689         * faces.el (face-spec-set-match-display): Make `(type graphic)'
19690         match `x', `w32' and `ns', like the manual says (bug#9029).
19692         * subr.el (eval-after-load): Doc string clarification (bug#9125).
19693         (process-kill-buffer-query-function): Mention the buffer name in
19694         the query.
19696         * image-mode.el (image-next-line): The line parameter is mandatory
19697         (bug#9258).
19699         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19700         which can be useful (bug#9301).
19702         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19704         * subr.el (match-string): Mention that the current buffer should
19705         be the same as the search was done in (bug#9282).
19707         * facemenu.el: Disable the remove-* commands if the mark isn't
19708         active (bug#9162).
19710 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19712         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19713         of display-buffer.
19714         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19716         * replace.el (occur-mode-goto-occurrence)
19717         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19718         and display-buffer.
19720         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19721         display-buffer.
19723         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19724         special-display and same-window variables.
19725         (mail-other-window): Use switch-to-buffer-other-window.
19726         (mail-other-frame): USe switch-to-buffer-other-frame.
19728         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19729         Use display-buffer-other-frame.
19730         (gdb-display-gdb-buffer): Use pop-to-buffer.
19732         * progmodes/gud.el (gud-goto-info): Use info-other-window.
19734         * progmodes/python.el: Don't set same-window-buffer-names.
19736         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19738         * window.el (display-buffer-alist): Add *Python*.
19740 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19742         * window.el (display-buffer-alist): Add entry for buffers
19743         previously handled same-window-*.
19744         (display-buffer-alist, display-buffer-default-action)
19745         (display-buffer-overriding-action): Mark as risky.
19746         (display-buffer-alist): Document action function changes.
19747         (display-buffer--same-window-action)
19748         (display-buffer--other-frame-action): New variables.
19749         (switch-to-buffer, display-buffer-other-frame): Use them.
19750         (display-buffer): Rename reuse-frame entry to reusable-frames.
19751         (display-buffer-reuse-selected-window): Function deleted.
19752         (display-buffer-reuse-window): Handle reusable-frames alist entry.
19753         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19754         (display-buffer-special): New function.
19755         (display-buffer--maybe-pop-up-frame-or-window): Rename from
19756         display-buffer-reuse-or-pop-window.  Split off special-display
19757         part into display-buffer-special.
19758         (display-buffer-use-some-window): Don't perform any special
19759         pop-up-frames handling.
19760         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19761         (display-buffer--maybe-same-window): Rename from
19762         display-buffer-maybe-same-window.
19764         * info.el: Don't set same-window-regexps.
19765         (info-setup): New function.
19766         (info-other-window, info): Call it.
19768         * cus-edit.el: Don't set same-window-regexps.
19769         (customize-group): New argument.
19770         (customize-group-other-window): Use it.
19771         (customize-face, customize-face-other-window): Likewise.
19772         (custom-buffer-create-other-window): Use pop-to-buffer directly.
19774         * net/rlogin.el:
19775         * net/telnet.el:
19776         * progmodes/gud.el: Don't set same-window-regexps.
19778         * cmuscheme.el:
19779         * ielm.el:
19780         * shell.el:
19781         * mail/sendmail.el:
19782         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19784 2011-09-10  Juri Linkov  <juri@jurta.org>
19786         * isearch.el (isearch-edit-string): Remove obsolete mention of
19787         `C-w' (`isearch-yank-word-or-char') from docstring.
19788         (isearch-query-replace): Fix typo in docstring (bug#9466).
19790 2011-09-10  Juri Linkov  <juri@jurta.org>
19792         * paren.el (show-paren-function): Don't show escaped parens.
19793         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
19795 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
19797         * mail/sendmail.el (mml-to-mime, mml-attach-file)
19798         (mm-default-file-encoding): Remove autoload forms, they are
19799         replaced with autoload cookies in mml.el and mm-encode.el.
19800         (mail-add-attachment): New command.
19801         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19802         (mail-mode): Mention mail-insert-file and mail-add-attachment in
19803         the doc string.
19804         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19806 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
19808         * simple.el (count-words-region): Use buffer if there's no region
19809         (bug#9429).
19811 2011-09-09  Juri Linkov  <juri@jurta.org>
19813         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19814         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19815         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
19817 2011-09-09  Alan Mackenzie  <acm@muc.de>
19819         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19820         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
19822 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
19824         Fix for Savannah bug#9392.
19825         * simple.el (mail-encode-mml): New defvar.
19827         * mail/rmail.el (mail-encode-mml): Add a defvar.
19828         (rmail-enable-mime-composing): Default to t.
19829         (rmail-forward): Use MIME method of forwarding only if both
19830         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19831         Set mail-encode-mml non-nil if the MIME method was used.
19833         * mail/sendmail.el (mml-to-mime): Add autoload form.
19834         (mail-encode-mml): Add a defvar.
19835         (mail-mode): Make mail-encode-mml buffer-local and initialize it
19836         to nil.
19837         (mail-send): If mail-encode-mml is non-nil, run the outgoing
19838         message through mml-to-mime, and reset mail-encode-mml to nil.
19840 2011-09-09  Glenn Morris  <rgm@gnu.org>
19842         * woman.el (woman-if-body): When processing an .el block,
19843         do not delete the next .el block as well.  (Bug#9447)
19844         (woman-special-characters): Add oq, cq, and hy characters.
19846 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19848         * window.el (window-deletable-p): Make sure window is live before
19849         invoking window-prev-buffers.
19851 2011-09-08  Leo Liu  <sdl.web@gmail.com>
19853         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
19855 2011-09-08  Juri Linkov  <juri@jurta.org>
19857         * progmodes/compile.el (compilation-environment): Make it
19858         a defcustom (bug#8340).
19860 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19862         * window.el (frame-auto-delete): Rename to window-auto-delete.
19863         Make it control auto-deletion of windows and/or frames.
19864         (window-deletable-p): New argument FORCE.  Rewrite conditions
19865         for deleting window/frame.  (Bug#9419)
19866         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19867         Rewrite handling of case when window/frame can be deleted.
19868         (delete-windows-on): Call window-deletable-p with new FORCE
19869         argument t.  (Bug#9456)
19871 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
19873         * help-mode.el (help-mode): Restore autoload.
19875 2011-09-07  Juri Linkov  <juri@jurta.org>
19877         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19878         `compilation-environment'.  Set buffer-local
19879         `compilation-environment' to `thisenv' later after (funcall mode).
19880         (Bug#8340)
19882         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
19883         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19884         instead of replacing its value.  (Bug#8340)
19886 2011-09-07  Juri Linkov  <juri@jurta.org>
19888         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19889         based on text properties put by `grep-filter' instead of matching
19890         escape sequences.
19891         (grep-mode): Set buffer-local `compilation-error-screen-columns'
19892         to the value of `grep-error-screen-columns' (bug#9438).
19894 2011-09-07  Juri Linkov  <juri@jurta.org>
19896         * simple.el (next-error-highlight, next-error-highlight-no-select):
19897         Doc fix (bug#9432).
19899 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
19901         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19902         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
19904 2011-09-07  Leo Liu  <sdl.web@gmail.com>
19906         * net/rcirc.el (rcirc-mode): Conditionally initialize
19907         rcirc-input-ring.
19909 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19911         * emacs-lisp/find-func.el (find-function-C-source): Only set
19912         find-function-C-source-directory after checking that we found a source
19913         file there (bug#9440).
19915 2011-09-06  Alan Mackenzie  <acm@muc.de>
19917         * isearch.el (isearch-other-meta-char): Wherever a key list is
19918         unread, "unread" the prefix arg, too.  This fixes bug #8901.
19920 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
19922         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19924 2011-09-05  Juri Linkov  <juri@jurta.org>
19926         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19928 2011-09-05  Juri Linkov  <juri@jurta.org>
19930         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19931         keeping point where processing of grep matches begins, and
19932         continue to delete remaining escape sequences from the same point.
19933         (grep-filter): Make leading zero optional in "0?1;31m" because
19934         git-grep emits "\033[1;31m" escape sequences unlike expected
19935         "\033[01;31m" as GNU Grep does (bug#9408).
19936         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19938 2011-09-05  Juri Linkov  <juri@jurta.org>
19940         * subr.el (y-or-n-p): Capitalize "yes".
19942 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
19944         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
19945         `tramp-cache-unload-hook' where appropriate.
19946         (tramp-methods): Rename `tramp-remote-sh' to
19947         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
19948         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19950         * net/tramp-sh.el (top): Don't require 'shell.
19951         (tramp-methods): Add `tramp-remote-shell' and
19952         `tramp-remote-shell-args' entries.
19953         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19954         (tramp-sh-handle-shell-command): Remove.
19955         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19956         Use `tramp-remote-shell'.
19958 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
19960         * mail/sendmail.el (sendmail-query-once-function): Delete.
19961         (sendmail-query-once): Save directly to send-mail-function.
19962         Update message-send-mail-function too.
19964         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19966 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19968         * progmodes/python.el (python-mode-map): Use correct function to
19969         start python interpreter from menu-bar (as reported by Geert
19970         Kloosterman).
19971         (inferior-python-mode-map): Fix typo.
19972         (python-shell-map): Remove.
19974 2011-09-03  Deniz Dogan  <deniz@dogan.se>
19976         * net/rcirc.el (rcirc-print): Simplify code for
19977         rcirc-scroll-show-maximum-output.  There is no need to walk
19978         through all windows to find the right one.
19980 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19982         * help.el (help-return-method): Doc fix.
19984 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
19986         * window.el (window-deletable-p): Don't return a non-nil value
19987         when there's a buffer that was shown in the window before.
19988         (Bug#9419)
19989         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19990         Set window's previous buffers to nil.
19992 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
19994         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19995         newline before and after the tag line, so it doesn't interfere
19996         with determining the paragraph direction of bidirectional text.
19998 2011-09-03  Leo Liu  <sdl.web@gmail.com>
20000         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
20002 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20004         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
20005         (pop-to-buffer): Change interactive spec.  Pass second argument
20006         directly to display-buffer.
20007         (display-buffer): Fix interactive spec.  Use functionp to
20008         distinguish between a function and a list of functions.
20010         * abbrev.el (edit-abbrevs):
20011         * arc-mode.el (archive-extract):
20012         * autoinsert.el (auto-insert):
20013         * bookmark.el (bookmark-bmenu-list):
20014         * files.el (find-file):
20015         * view.el (view-buffer):
20016         * progmodes/compile.el (compilation-goto-locus):
20017         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20019 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
20021         * window.el (display-buffer-alist): Doc fix.
20022         (display-buffer): Add docstring.  Don't treat
20023         display-buffer-default specially.
20024         (display-buffer-reuse-selected-window)
20025         (display-buffer-same-window, display-buffer-maybe-same-window)
20026         (display-buffer-reuse-window, display-buffer-pop-up-frame)
20027         (display-buffer-pop-up-window)
20028         (display-buffer-reuse-or-pop-window)
20029         (display-buffer-use-some-window): New functions.
20030         (display-buffer-default-action): Use them.
20031         (display-buffer-default): Delete.
20032         (pop-to-buffer-1): Fix choice of actions.
20034 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20036         * minibuffer.el (completion--insert-strings): Don't get confused by
20037         completion entries that end with an LF char.
20039 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
20041         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20043 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
20045         * window.el (display-buffer): Restore interactive spec.
20046         (display-buffer-same-window, display-buffer-other-window):
20047         New functions.
20048         (pop-to-buffer-1): New function.  Use the above.
20049         (pop-to-buffer, pop-to-buffer-same-window): Use it.
20050         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20052         * view.el (view-buffer-other-window, view-buffer-other-frame):
20053         Just use pop-to-buffer.
20055 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20057         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
20059 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
20061         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
20063 2011-08-31  Richard Stallman  <rms@gnu.org>
20065         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20066         of the separation of rmail-view-buffer from rmail-buffer.
20067         If you say no to "replace original", the decrypt is in the
20068         view buffer.  If you say yes, the decrypt goes into the
20069         rmail buffer also.
20071 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
20073         * window.el (display-buffer-window): Rewrite doc-string.
20074         (display-buffer-record-window): New function.
20075         (display-buffer-macro-specifiers)
20076         (display-buffer-even-window-sizes, display-buffer-set-height)
20077         (display-buffer-set-width, display-buffer-in-window)
20078         (display-buffer-reuse-window, display-buffer-split-specifiers)
20079         (display-buffer-side-specifiers, display-buffer-split-window-1)
20080         (display-buffer-split-window, display-buffer-split-atom-window)
20081         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20082         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
20083         (display-buffer-other-window-means-other-frame)
20084         (display-buffer-normalize-special)
20085         (display-buffer-normalize-default)
20086         (display-buffer-normalize-argument)
20087         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
20088         (display-buffer-normalize-specifiers, display-buffer-frame)
20089         (display-buffer-same-window, display-buffer-same-frame)
20090         (display-buffer-other-window)
20091         (display-buffer-same-frame-other-window)
20092         (display-buffer-other-frame, pop-to-buffer-same-window)
20093         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20094         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20095         (switch-to-buffer-same-frame)
20096         (switch-to-buffer-other-window-same-frame)
20097         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20098         (display-buffer-alist-set-1, display-buffer-alist-set-2)
20099         (display-buffer-alist-set): Remove.
20100         (display-buffer-function, special-display-buffer-names)
20101         (special-display-regexps, special-display-function):
20102         In doc-string refer to display-buffer-window and quit-restore
20103         parameter.
20104         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20105         (special-display-frame-alist, special-display-popup-frame)
20106         (same-window-buffer-names, same-window-regexps, same-window-p)
20107         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20108         (split-window-preferred-function, split-height-threshold)
20109         (split-width-threshold, window-splittable-p)
20110         (split-window-sensibly, window--try-to-split-window)
20111         (window--frame-usable-p, even-window-heights)
20112         (window--even-window-heights, window--display-buffer-1)
20113         (window--display-buffer-2, display-buffer-other-frame):
20114         Restore old Emacs 23 code, order and doc-strings where applicable.
20115         (display-buffer-default, display-buffer-assq-regexp): New functions.
20116         (display-buffer-alist): Rewrite doc-string.
20117         (display-buffer-default-action)
20118         (display-buffer-overriding-action): New variables.
20119         (display-buffer, switch-to-buffer): Rewrite.
20120         (pop-to-buffer): Restore Emacs 23 behavior but use
20121         window-normalize-buffer-to-display.
20122         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20123         Restore Emacs 23 behavior but use
20124         window-normalize-buffer-to-switch-to.
20125         (pop-to-buffer-same-window): Rewrite.
20126         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20127         Rewrite using Emacs 23 options.
20129 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
20131         * net/tramp.el (tramp-root-regexp): Remove.
20132         (tramp-completion-file-name-regexp-unified)
20133         (tramp-completion-file-name-regexp-separate)
20134         (tramp-completion-file-name-regexp-url): Don't use leading volume
20135         letter on w32 systems.  (Bug#5303, Bug#9311)
20136         (tramp-drop-volume-letter): Simplify definition.
20137         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20139 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20141         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20142         (bug#9356).
20144 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
20146         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20148 2011-08-29  Juri Linkov  <juri@jurta.org>
20150         * isearch.el (isearch-done): Don't display message "Mark saved"
20151         when arg `edit' is non-nil to prevent its flicker in the echo area.
20153 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20155         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20156         obsolete packages for deletion.
20158 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
20160         * help-mode.el (help-mode-map): Add special-mode-map to parent.
20161         (help-mode): Derive help-mode from special-mode.  Don't invoke
20162         view-mode from help-mode.
20163         (help-xref-override-view-map): Remove.
20164         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20165         view-mode is not used anymore.
20167 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20169         * server.el (server-port): Doc fix.
20171         * cus-theme.el (custom-theme-choose-mode): Inherit from
20172         special-mode (Bug#9124).
20173         (custom-theme-choose-mode-map): Add special-mode to parent.
20175 2011-08-28  Alan Mackenzie  <acm@muc.de>
20177         * progmodes/cc-fonts.el
20178         (c-make-font-lock-BO-decl-search-function): New function.
20179         (c-basic-matchers-after - "Fontify the clauses after various
20180         keywords"): Extract the three keyword lists for the 3 erroneous
20181         constructs from the list of four, and use the new function above
20182         in place of an old one.
20184 2011-08-28  Deniz Dogan  <deniz@dogan.se>
20186         * net/rcirc.el (rcirc-insert-prev-input)
20187         (rcirc-insert-next-input): Remove unused argument.
20189 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20191         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20193 2011-08-27  Alan Mackenzie  <acm@muc.de>
20195         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20196         handle function pointer parameters properly.
20198 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
20200         * window.el (display-buffer-reuse-window): Fix case where
20201         selected window was reused with non-nil OTHER-WINDOW argument.
20202         (Bug#9381)
20204 2011-08-27  Deniz Dogan  <deniz@dogan.se>
20206         * net/rcirc.el (rcirc-check-auth-status): Adding support for
20207         oftc's NickServ messages.
20209 2011-08-27  Glenn Morris  <rgm@gnu.org>
20211         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
20213 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
20215         * emacs-lisp/package.el (package-install): Call package-initialize
20216         if called interactively.
20218 2011-08-26  Leo Liu  <sdl.web@gmail.com>
20220         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
20222 2011-08-25  Juri Linkov  <juri@jurta.org>
20224         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20225         `search-whitespace-regexp' (bug#9364).
20227 2011-08-25  Juri Linkov  <juri@jurta.org>
20229         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20230         `regexp-search-ring' to their global values to protect from
20231         updating by `read-from-minibuffer' (bug#9185).
20233 2011-08-25  Juri Linkov  <juri@jurta.org>
20235         * textmodes/ispell.el (ispell-command-loop): Add newline
20236         at the end of the "Use option `i'..." line.
20238 2011-08-25  Juri Linkov  <juri@jurta.org>
20240         * battery.el (display-battery-mode): If `battery-status-function'
20241         or `battery-mode-line-format' is nil, display the message and set
20242         `display-battery-mode' to nil (bug#9363).
20244 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
20246         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20247         bidi-string-mark-left-to-right; they are unnecessary now.
20249 2011-08-25  Deniz Dogan  <deniz@dogan.se>
20251         * net/quickurl.el: Documentation typo fixes.
20253 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
20255         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20257 2011-08-25  Glenn Morris  <rgm@gnu.org>
20259         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20261         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20262         (smtpmail-via-smtp): Handle nil response from smtp.
20264 2011-08-24  Juri Linkov  <juri@jurta.org>
20266         * proced.el (proced-marked): Inherit from `error' instead of
20267         `font-lock-warning-face'.
20269         * ibuffer.el (ibuffer-marked-face): Change default face from
20270         `font-lock-warning-face' to `warning'.
20271         (ibuffer-deletion-face): Change default face from
20272         `font-lock-type-face' to `error'.
20274         * battery.el (battery-update): Use the face `error' instead of
20275         `font-lock-warning-face' (bug#6117).
20277 2011-08-24  Juri Linkov  <juri@jurta.org>
20279         * faces.el (success): Change face color from "Green3" to
20280         "ForestGreen" on light background (bug#9353).
20282 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
20284         * window.el (quit-window): Rename from quit-restore-window.
20285         Use same arglist as old quit-window.
20286         (frame-auto-delete): Doc fix.
20288         * view.el (view-mode-exit): Use quit-window.
20290 2011-08-24  Juri Linkov  <juri@jurta.org>
20292         * isearch.el (isearch-ring-adjust1): Start visiting previous
20293         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20294         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20295         for empty search string (when the last search string is reused
20296         automatically) to adjust the isearch ring to the last element and
20297         prepare the correct index for further M-p commands (bug#9185).
20299 2011-08-24  Kenichi Handa  <handa@m17n.org>
20301         * international/ucs-normalize.el: If decomposition property of
20302         CHAR is the default one (i.e. a list of CHAR itself), treat it as
20303         nil.
20304         (nfd, nfkd): Likewise.
20306 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20308         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20309         from process filters aren't reliably transmitted to the surrounding
20310         accept-process-output.
20311         (mpc-proc-check): New function.
20312         (mpc-proc-sync): Use it (bug#8293)
20314 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20316         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20317         Add compatibility functions (bug#9313).
20319 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
20321         * cus-start.el (all): Add entry for bidi-paragraph-direction.
20323         * international/uni-bidi.el: Regenerate.
20325 2011-08-23  Kenichi Handa  <handa@m17n.org>
20327         * international/charprop.el:
20328         * international/uni-bidi.el:
20329         * international/uni-category.el:
20330         * international/uni-combining.el:
20331         * international/uni-comment.el:
20332         * international/uni-decimal.el:
20333         * international/uni-decomposition.el:
20334         * international/uni-digit.el:
20335         * international/uni-lowercase.el:
20336         * international/uni-mirrored.el:
20337         * international/uni-name.el:
20338         * international/uni-numeric.el:
20339         * international/uni-old-name.el:
20340         * international/uni-titlecase.el:
20341         * international/uni-uppercase.el: Regenerate.
20343 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
20345         * help.el (help-window-setup): Fix message displayed when other
20346         window is reused.  (Bug#9341)
20348 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20350         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20351         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20353         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20354         Mark obsolete.
20355         * shell.el (shell-parse-pcomplete-arguments): New function.
20356         (shell-completion-vars): Use it instead (bug#9160).
20358 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20360         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20361         strings and comments (bug#9333).
20363         * emacs-lisp/debug.el (debug-arglist): New function.
20364         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
20365         (debug-on-entry-1): Handle interpreted closures (bug#9120).
20367 2011-08-22  Juri Linkov  <juri@jurta.org>
20369         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20370         Revert regexp that highlights output switches to its old
20371         pre-2010-10-28 value and remove one `?' from it (bug#9319).
20373         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20374         to check for empty output (bug#9226).
20376 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
20378         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20379         symbol-constituent as the default, as that stops font-lock from
20380         working properly (Bug#8843).
20382 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20384         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20385         `coding-system-for-*' around the process open call to avoid
20386         auth-source side effects.
20387         (smtpmail-try-auth-methods): Expand the secret password.
20388         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20389         probe hangs.
20391 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
20393         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20395         * emacs-lisp/find-func.el (find-function-noselect): New arg
20396         lisp-only.
20398         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20399         signal an error for built-in functions (Bug#6664).
20401 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20403         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20404         (smtpmail-try-auth-methods): Use it.
20406 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
20408         * font-lock.el (font-lock-fontify-region)
20409         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20410         (font-lock-default-unfontify-buffer)
20411         (font-lock-default-fontify-region)
20412         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20414         * progmodes/compile.el (compilation-error-properties):
20415         Fix confusion between file struct and message struct (Bug#9319).
20416         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20417         `ant' regexp.
20419         * net/browse-url.el (browse-url-firefox): Don't call
20420         browse-url-firefox-sentinel unless using -remote (Bug#9328).
20422 2011-08-20  Glenn Morris  <rgm@gnu.org>
20424         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20426         * tutorial.el (tutorial--default-keys): Update some default bindings.
20428         * files.el (hack-local-variables): Fully ignore case for "mode:".
20430 2011-08-20  Alan Mackenzie  <acm@muc.de>
20432         Resolve invalid use of a regexp in regexp-opt.
20434         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20435         detection for a java annotation.
20437         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20438         detection for a java annotation.
20440         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20441         handling for java.
20442         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20444 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
20446         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20447         (Bug#9274).
20449 2011-08-20  Alan Mackenzie  <acm@muc.de>
20451         Fontify CPP expressions correctly when starting in the middle of
20452         such a construct.  Mainly for when jit-lock etc. starts a chunk
20453         here.
20455         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20456         variable.
20457         (c-make-font-lock-search-form): New function, extracted from
20458         c-make-font-lock-search-function.
20459         (c-make-font-lock-search-function): Use the above function.
20460         (c-make-font-lock-context-search-function): New function.
20461         (c-cpp-matchers): Enhance the preprocessor expression case with
20462         the above function
20463         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20464         which takes an expression.
20466         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20468 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
20470         * window.el (display-buffer-reuse-window)
20471         (display-buffer-pop-up-window): Don't reuse or split a side
20472         window.
20474 2011-08-19  Glenn Morris  <rgm@gnu.org>
20476         * files.el (hack-local-variables-prop-line, hack-local-variables):
20477         Downcase "Mode:".  (Bug#9331)
20479 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
20481         * international/characters.el: Add L and R categories.
20483         * subr.el (bidi-string-mark-left-to-right): Rename from
20484         string-mark-left-to-right.  Use category search.
20486         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20488 2011-08-18  Juri Linkov  <juri@jurta.org>
20490         * faces.el (error, warning, success): New faces with definitions
20491         copied from old default values of `font-lock-warning-face',
20492         `compilation-warning', `compilation-info' (bug#6117).
20494         * font-lock.el (font-lock-warning-face): Inherit from `error'.
20496         * progmodes/compile.el (compilation-error): Inherit from `error'.
20497         (compilation-warning): Inherit from `warning'.
20498         (compilation-info): Inherit from `success'.
20500         * dired.el (dired-marked): Inherit from `warning'.
20501         (dired-flagged): Inherit from `error'.
20503 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20505         * mail/smtpmail.el (auth-source): Require to avoid problems with
20506         binding variables (bug#9298).  Also clean up some unused
20507         autoloads.
20509         * net/network-stream.el (network-stream-open-starttls):
20510         Support using starttls.el without using gnutls-cli.
20512 2011-08-17  Juri Linkov  <juri@jurta.org>
20514         * progmodes/grep.el (rgrep): Handle the case when
20515         `grep-find-command' is a cons cell (bug#9278).
20517 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
20519         * window.el (display-buffer-pop-up-frame): Run frame creation
20520         function with BUFFER current (as special-display-popup-frame
20521         does).  Reported by Drew Adams.
20523 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
20525         * epa-mail.el: Simplify GnuPG group expansion using
20526         epg-expand-group.
20527         (epa-mail-group-alist, epa-mail-group-modtime)
20528         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20529         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20530         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20531         Remove.
20533 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
20535         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20537 2011-08-16  Alan Mackenzie  <acm@muc.de>
20539         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20540         Correct, to avoid the inside of macros.
20542 2011-08-16  Richard Stallman  <rms@gnu.org>
20544         * epa-mail.el: Handle GnuPG group definitions.
20545         (epa-mail-group-alist, epa-mail-group-modtime)
20546         (epa-mail-gnupg-conf-file): New variables.
20547         (epa-mail-parse-groups, epa-mail-sync-groups)
20548         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20549         (epa-mail-expand-recipients): New functions.
20550         (epa-mail-encrypt): Call epa-mail-expand-recipients.
20552         * mail/rmail.el (rmail-epa-decrypt): New command.
20554         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20555         Don't bind buffer-read-only, just inhibit-read-only.
20556         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20557         (epa-decrypt-armor-in-region): Make error message clearer.
20559 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20561         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20562         and "a2b" to "ab" for `prefix'.
20564 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
20566         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20567         filter groups.
20568         (ibuffer-included-in-filter-p-1): Use it.  Suggested by RafaĂ«l
20569         Fourquet (Bug#8804).
20571 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
20573         * startup.el (argi): Declare as global variable (bug#9275).
20575 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
20577         * subr.el (string-mark-left-to-right): Search the entire string
20578         for RTL script, not just the terminating character.  Doc fix.
20580 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20582         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20583         New function.
20584         (js--regexp-literal, js-syntax-propertize-function): Remove.
20585         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20586         (js-mode-map): Don't rebind electric keys.
20587         (js-insert-and-indent): Remove.
20588         (js-mode): Setup electric-layout and electric-indent instead.
20590         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20592 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
20594         * epa.el (epa-progress-callback-function): Fix the logic of
20595         displaying progress.
20596         * epa-file.el (epa-file-insert-file-contents): Make progress
20597         display more user-friendly.
20598         (epa-file-write-region): Ditto.
20600 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
20602         * subr.el (string-mark-left-to-right): New function.
20604         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20605         Use string-mark-left-to-right.
20606         (list-buffers-noselect): Caller changed.
20608         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20609         Use string-mark-left-to-right.
20610         (tabulated-list-print): Recenter after moving point.
20612 2011-08-10  Juri Linkov  <juri@jurta.org>
20614         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20615         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20616         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20618 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
20620         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20621         (Bug#7554).
20623 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
20625         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20626         character.  (Bug#6594)
20628 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
20630         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20631         (image-dired--with-db-file): New macro.
20632         (image-dired-write-tags, image-dired-remove-tag)
20633         (image-dired-create-gallery-lists, image-dired-write-comments)
20634         (image-dired-get-comment, image-dired-mark-tagged-files)
20635         (image-dired-list-tags, image-dired-gallery-generate): Use it.
20636         (image-dired-gallery-generate): Use insert-file-contents.
20638         * time.el (display-time-world-list, display-time-world-display):
20639         * time-stamp.el (time-stamp-string):
20640         * vc/add-log.el (add-change-log-entry): Use setenv instead of
20641         set-time-zone-rule (Bug#7337).
20643 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
20645         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20646         (epg-error-to-string, epg-errors-to-string): New function.
20647         (epg-wait-for-completion): Reverse errors list.
20648         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20649         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20650         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20651         (epg-sign-keys, epg-generate-key-from-file)
20652         (epg-generate-key-from-string): Format errors by using
20653         epg-errors-to-string (bug#9255).
20654         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20656 2011-08-07  Juri Linkov  <juri@jurta.org>
20658         * faces.el (list-faces-display): Remove extra angle bracket
20659         from `help-mode-map'.
20661         * info.el (Info-history-toc-nodes): Doc fix.
20663         * longlines.el (longlines-mode): Doc fix.
20665 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20667         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20668         of statements and in a few more cases (bug#9183).
20670         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20671         New functions.
20672         (cl-transform-lambda): Use them (bug#9239).
20674 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
20676         * window.el (display-buffer-same-window)
20677         (display-buffer-same-frame, display-buffer-other-window)
20678         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20679         (pop-to-buffer-other-window)
20680         (pop-to-buffer-same-frame-other-window)
20681         (pop-to-buffer-other-frame): Make them defuns.
20682         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20684 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20686         * subr.el (make-composed-keymap): Move from C.  Change calling
20687         convention, and improve docstring to bring attention to a subtle point.
20688         * minibuffer.el (completing-read-default): Adjust accordingly.
20690 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
20692         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20693         (tramp-open-shell): Use `tramp-shell-quote-argument'.
20695         * net/trampver.el: Update release number.
20697 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20699         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20700         "in" (bug#9190).
20702 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20704         * mail/sendmail.el (sendmail-query-once): Restore the current
20705         buffer after querying (bug#9074).
20707         * dired.el (dired-flagged): Use different faces for marked and
20708         flagged files (bug#6117).
20710         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20711         (bug#4433).
20713         * ido.el (ido-mode): Switch off the message if called
20714         non-interactively.
20716         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20717         before 587, since it appears that that's more likely to work for
20718         more people.
20720         * cus-edit.el (custom-file): When running under emacs -q, always
20721         refuse to save the customizations, even if the .emacs file doesn't
20722         exist.
20724         * info.el: Remove the `Info-beginning-of-buffer' function
20725         (bug#8325).
20727         * net/network-stream.el (network-stream-open-starttls):
20728         Use `starttls-available-p' to see whether starttls.el can be used.
20730 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
20732         * window.el (display-buffer-in-window): Don't set dedicated status
20733         of window here (Bug#9215).
20734         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20735         (display-buffer-pop-up-side-window)
20736         (display-buffer-in-side-window): Set dedicated status of window here.
20738 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20740         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20741         before binding generated-autoload-file.
20743 2011-08-01  Deniz Dogan  <deniz@dogan.se>
20745         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20747 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
20749         Sync with Tramp 2.2.2.
20751         * net/trampver.el: Update release number.
20753 2011-07-30  Juri Linkov  <juri@jurta.org>
20755         * dired-aux.el (dired-touch-initial): Remove function.
20756         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20757         current time, and `default' to the last modification time of the
20758         current marked file (bug#6887).
20760 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
20762         * simple.el (goto-line): Use string-to-number to provide a
20763         numeric argument to read-number (bug#9163).
20765 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
20767         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20768         connection process, it could be nil.
20770 2011-07-27  Leo Liu  <sdl.web@gmail.com>
20772         Simplify url handling in rcirc-mode.
20774         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20775         (rcirc-browse-url-at-mouse): Remove.
20776         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20778 2011-07-26  Alan Mackenzie  <acm@muc.de>
20780         Fontify bitfield declarations properly.
20782         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20783         (c-symbol-chars): Now exported as a lang variable.
20784         (c-not-primitive-type-keywords): New lang variable.
20786         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20787         QT keyword "more" to prevent "more slots: ...." being spuriously
20788         parsed as a bitfield declaration.
20790         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20791         Refactor and enhance to handle bitfield declarations.
20792         (c-punctuation-in): New function.
20793         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20794         declarations properly.
20796 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
20798         * calendar/icalendar.el (icalendar--all-events): Take care of
20799         multiple vcalendars in a single file.
20800         (icalendar--convert-float-to-ical): Checkdoc fixes.
20802 2011-07-25  Deniz Dogan  <deniz@dogan.se>
20804         * image.el (insert-image): Clarifying docstring.
20806 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
20808         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20809         `tramp-send-command-and-check' if there is no error.
20810         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20812 2011-07-22  Alan Mackenzie  <acm@muc.de>
20814         Prevent cc-langs.elc being loaded at run time.
20816         * progmodes/cc-mode.el: Remove two autoload forms which loaded
20817         cc-langs.
20819         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20820         "(require 'cc-langs)".  Quote a form so it will evaluate at
20821         (cc-mode's) compilation time.
20823 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
20825         * net/tramp.el (tramp-file-name-handler): Avoid recursive
20826         loading.  (Bug#9114)
20828 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
20830         * window.el (display-buffer-pop-up-window)
20831         (display-buffer-pop-up-side-window)
20832         (display-buffer-in-side-window): Call display-buffer-set-height
20833         and display-buffer-set-width after setting the new window's
20834         buffer so `fit-window-to-buffer' and friends work on the right buffer.
20836 2011-07-20  Sam Steingold  <sds@gnu.org>
20838         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20839         (etags-tags-included-tables): Call `convert-standard-filename' on
20840         the file names contained in TAGS so that windows Emacs can handle
20841         TAGS files created by cygwin ctags.
20843 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20845         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20846         which apparently didn't work.
20848 2011-07-19  Roland Winkler  <winkler@gnu.org>
20850         * proced.el (proced-send-signal): For *Marked Processes* buffer
20851         put point at beginning of buffer.
20853 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
20855         * proced.el (proced-format): Make header lines align with the text
20856         (bug#1779).
20858 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20860         * view.el (view-buffer): Allow running in `special' modes if we're
20861         visiting a file (bug#8615).
20863 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
20865         * window.el (display-buffer-alist-of-strings-p)
20866         (display-buffer-alist-set-1, display-buffer-alist-set-2):
20867         New functions.
20868         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20869         more accurately.
20871 2011-07-18  Alan Mackenzie  <acm@muc.de>
20873         Fontify declarators properly when, e.g., a jit-lock chunk begins
20874         inside a declaration.
20876         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20878         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20879         New function.
20880         (c-complex-decl-matchers): Insert reference to
20881         c-font-lock-enclosing-decls.
20883         * progmodes/cc-engine.el (c-backward-single-comment):
20884         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20885         to nil around calls to (forward-comment -1).
20887 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20889         * image.el (put-image): Doc typo fix.
20891         * progmodes/etags.el (tags-search): Doc typo fix.
20893         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20894         password if we get errors 550 to 554.
20896 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20898         * net/gnutls.el (gnutls-log-level): Remove.
20900         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20901         indentation character (bug#6380).
20903         * files.el (buffer-offer-save): Made permanently local (bug#6241).
20905         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20906         to clarify what the problem is (bug#4291).
20908         * simple.el (current-kill): Clarify what
20909         `interprogram-paste-function' does (bug#7500).
20910         (auto-fill-mode): Document `auto-fill-function' in relation to
20911         `auto-fill-mode' (bug#2470).
20913 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
20915         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20916         method if slot is read-only (bug#9035).
20918 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
20920         * frame.el (select-frame-set-input-focus): New argument NORECORD.
20921         * window.el (pop-to-buffer): Select window used even if it was
20922         selected before, see discussion of (Bug#8615), (Bug#6954).
20923         Pass argument NORECORD on to select-frame-set-input-focus.
20925 2011-07-15  Glenn Morris  <rgm@gnu.org>
20927         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
20928         Respect help-form.
20930 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
20932         * net/gnutls.el (gnutls-min-prime-bits): New variable.
20933         (gnutls-negotiate): Use it.
20935 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20937         * net/gnutls.el (gnutls-negotiate):
20938         Upcase `gnutls-algorithm-priority'.
20940 2011-07-15  Glenn Morris  <rgm@gnu.org>
20942         * jka-compr.el (jka-compr-verbose): Move from here...
20943         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
20944         Add missing :version tag.
20945         * info.el: No need to require jka-compr when compiling.
20947 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20949         * net/gnutls.el (gnutls-algorithm-priority): New variable.
20950         (gnutls-negotiate): Use it.
20952         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20954         * info.el (Info-beginning-of-buffer): New command.
20955         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20956         announcing `b' as the key (bug#8325).
20957         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20959         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20961         * international/mule-cmds.el
20962         (describe-specified-language-support): Make the error message
20963         clearer (bug#8905).
20965         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20967         * isearch.el (isearch-barrier): Add a doc string, since it's
20968         mentioned in a function doc string (bug#8678).
20970 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
20972         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20973         buffer argument (Bug#9083) and self-identifying label argument.
20975 2011-07-15  Glenn Morris  <rgm@gnu.org>
20977         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
20979 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20981         * man.el (Man-fontify-manpage): Fix message when formatting the
20982         man page (bug#7929).
20984 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20986         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20987         argument LRM; if non-nil, append an invisible LRM character to the
20988         buffer name.
20989         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20990         last argument non-nil, when formatting buffer names.
20991         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20992         paragraph direction.
20994 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20996         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20997         the man page name (bug#7929).
20999         * image.el (put-image): Mention the `put-image' overlay property
21000         (bug#7834).
21002         * scroll-bar.el (set-scroll-bar-mode): Mention that
21003         `scroll-bar-mode' lists the values (bug#7772).
21005         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
21006         command (bug#7729).
21008         * rect.el (apply-on-rectangle): Return the point after the last
21009         operation.
21010         (string-rectangle): Go to the point after the last operation
21011         (bug#7522).
21013         * printing.el (pr-toggle-region): Clarify the documentation
21014         slightly (bug#7493).
21016         * time.el (display-time-update):
21017         Allow `display-time-mail-function' to return nil (bug#7158).
21018         Fix suggested by Detlev Zundel.
21020         * vc/diff.el (diff): Clarify the order the file names are read
21021         (bug#7111).
21023         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21024         the doc string (bug#7015).
21026         * font-lock.el (font-lock-maximum-decoration): Mention what
21027         numeric levels mean (bug#6935).
21029         * startup.el (initial-buffer-choice): Don't mention the `none'
21030         selection, which is against policy.
21032 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
21034         * window.el (display-buffer-normalize-special):
21035         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
21037 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
21039         * subr.el (version<, version<=, version=): Mention "-CVS" and
21040         "-12345" alpha version numbers.
21042 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21044         * bindings.el: Add advertised binding for set-mark-command
21045         (Bug#5772).
21047 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21049         * bindings.el (mode-line-other-buffer):
21050         * bookmark.el (bookmark-bmenu-2-window):
21051         * bs.el (bs-cycle-next, bs-cycle-previous):
21052         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21053         switch-to-buffer.
21055         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21056         Delete.
21058 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
21060         * follow.el (follow-debug-message, follow-redisplay):
21061         * jka-cmpr-hook.el (with-auto-compression-mode):
21062         Fix typos in docstrings.
21064 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21066         * subr.el (with-silent-modifications): Clarify somewhat what the
21067         macro inhibits (bug#6525).
21069         * simple.el (eval-expression): Note what it does if called
21070         interactively (bug#6495).
21072 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21074         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
21075         Use pop-to-buffer buffer-or-name if it is nil.
21077         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21078         Remove switch-to-buffer.
21080 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21082         * files.el (make-directory): Clarify that an error will be raised
21083         if there's an error (bug#6397).
21085         * startup.el (initial-buffer-choice): Add `none' as a choice
21086         (bug#6234).
21088         * subr.el (add-hook): Clarify section about buffer-local hooks
21089         (bug#6218).
21091         * dired.el (dired-flagged): Clarify doc string (bug#6117).
21093 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21095         * tabify.el (untabify): Preserve the current column so that point
21096         doesn't move (bug#6032).
21098 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21100         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21101         Rewrite to avoid awkward possessive "s" (bug#5986).
21103 2011-07-13  Glenn Morris  <rgm@gnu.org>
21105         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
21106         (dired-insert-directory): Give a message the first time
21107         if ls is found not to support --dired.
21109 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21111         * simple.el (toggle-truncate-lines): Clarify what is toggled
21112         (bug#5580).  Text by Drew Adams.
21114 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21116         * simple.el (blink-matching-open): Make the error message from the
21117         last change less verbose.
21119 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
21121         * font-lock.el (font-lock-comment-face): Use the high contrast
21122         "yellow" color for font-lock-comment-face on low color terminals
21123         using a dark background color (bug#4221).
21125 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21127         * dired.el (dired-insert-set-properties): Make the doc string
21128         reflect what it does now (bug#5325).
21130         * simple.el (blink-matching-open): Say that we were unable to find
21131         the match within the limit, if we're limited (bug#5122).
21133         * international/mule-cmds.el (prefer-coding-system): Add an
21134         example (bug#4869).
21136         * progmodes/etags.el (tags-search): Document `file-list-form'
21137         (bug#4731).
21139 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
21141         * net/browse-url.el (browse-url-default-browser)
21142         (browse-url-browser-function): Make the default browser choice a
21143         bit more logical (bug#4300).  Also clean up the doc string.
21145 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21147         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21148         binary endings (bug#4440).
21150 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21152         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21153         which can be pretty annoying (bug#8971).
21155         * jka-compr.el (jka-compr-verbose): New variable, and use
21156         throughout (bug#8971).
21158         * info.el (Info-find-file): Fall back on the installation
21159         directory if we can't find the info node anywhere else.
21161 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
21163         * vc/vc.el (vc-revert-file):
21164         Don't set file time-stamp in the past.  (Bug#5181)
21166 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21168         * files.el (after-find-file): Give a better error message when
21169         trying to find a symlink that points to a file that doesn't exist
21170         (bug#4398).
21172         * progmodes/cc-vars.el: Remove (probably) misleading comment
21173         (bug#4396).
21175 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
21177         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21179 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
21181         * mouse-sel.el: Hack restoring functionality, while keeping
21182         compatibility with 2010-07-03 changes to mouse selection.
21183         (mouse-sel-primary-overlay): New var.
21184         (mouse-sel-selection-alist): Use it.
21185         (mouse-sel-mode): Doc fix; remove points that are default features
21186         of mouse.el.
21188 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
21190         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21191         Fix previous fix (bug#2490).
21193 2011-07-12  Roland Winkler  <winkler@gnu.org>
21195         * textmodes/bibtex.el (bibtex-initialize):
21196         Use pop-to-buffer-same-window.
21197         (bibtex-search-entries): Fix interactive call.
21199 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21201         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21202         Fontise bytecomp Error lines more correctly (bug#2490).
21203         Fix suggested by Johan BockgĂ¥rd.
21205         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21207         * dired-x.el (dired-guess-default): Use `delete-dups'.
21209 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
21211         * dired.el (dired-mark-prompt):
21212         * dired-aux.el (dired-read-shell-command): Doc fix.
21214 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21216         * mail/sendmail.el (sendmail-query-once):
21217         Use `customize-save-variable' unconditionally, now that it works under
21218         emacs -Q.
21220         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21222         * cus-edit.el (custom-file): Take an optional no-error variable.
21223         (customize-save-variable): Set the variable, and give a warning if
21224         running under "emacs -q".
21226 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
21228         * loadhist.el (unload-feature-special-hooks):
21229         Add `auto-coding-functions', `fill-nobreak-predicate' and
21230         `find-directory-functions' (bug#5327).
21232 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21234         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21236         * cus-edit.el (custom-guess-name-alist): -alist variables should
21237         use the `alist' type (bug#3120).  Suggested by Drew Adams.
21239         * printing.el: Add documentation to all the `pr-toggle-' commands.
21241 2011-07-11  Leo Liu  <sdl.web@gmail.com>
21243         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21244         backends where it makes sense (bug#2623).
21246 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21248         * dired-x.el (dired-guess-default): Remove duplicate shell command
21249         entries (bug#2028).
21250         (dired-guess-default): Fix grammar in doc string (bug#2028).
21251         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21253         * subr.el (remove-duplicates): New conveniency function.
21255 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21257         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21258         (bug#1526).
21260 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
21262         * window.el (display-buffer-normalize-default): Don't invert
21263         meaning of even-window-heights.  Reported by Eli Zaretskii
21264         <eliz@gnu.org>.
21266 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
21268         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21270 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
21272         * window.el (display-buffer): Fix arguments to
21273         display-buffer-reuse-window in last change.
21275         * faces.el (link): Use a less saturated blue on light backgrounds.
21277         * startup.el (fancy-startup-text, fancy-about-text)
21278         (fancy-startup-tail): Use font-lock faces, for background safety.
21280 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
21282         * emulation/viper-cmd.el (viper-change-state-to-vi):
21283         Limit triggering of abbrev expansion (Bug#9038).
21285 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
21287         * window.el (display-buffer-default-specifiers): Remove.
21288         (display-buffer-macro-specifiers): Remove default specifiers.
21289         (display-buffer-alist): Default to nil.
21290         (display-buffer-reuse-window): New optional argument other-window.
21291         (display-buffer-pop-up-window): Allow splitting internal
21292         windows.  Check whether a live window was created.
21293         (display-buffer-other-window-means-other-frame)
21294         (display-buffer-normalize-arguments): Rename to
21295         display-buffer-normalize-argument and rewrite.  Set the
21296         other-window specifier.
21297         (display-buffer-normalize-special): New function.
21298         (display-buffer-normalize-options): Rename to
21299         display-buffer-normalize-default and rewrite.
21300         (display-buffer-normalize-options-inhibit): Remove.
21301         (display-buffer-normalize-specifiers): Rewrite.
21302         (display-buffer): Process other-window specifier and call
21303         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
21304         more faithfully.
21305         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21306         (display-buffer-alist-set): Don't handle 'unset default values.
21307         (display-buffer-in-window, display-buffer-alist-set):
21308         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
21309         <tassilo@member.fsf.org>.
21311 2011-07-09  Leo Liu  <sdl.web@gmail.com>
21313         * register.el (insert-register): Restore accidental change on
21314         2011-06-26.  (Bug#9028)
21316 2011-07-09  Glenn Morris  <rgm@gnu.org>
21318         * subr.el (remq): Handle the empty list.  (Bug#9024)
21320 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
21322         * mail/sendmail.el (send-mail-function): No longer delay custom
21323         initialization.
21324         * custom.el (custom-initialize-delay): Doc fix.
21326 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21328         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21330 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
21332         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21333         human-friendly prompt.
21335 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21337         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21338         provided by a particular plugin.
21340 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21342         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21343         save customizations (with "emacs -Q"), just set the variable
21344         instead of erroring out.
21346         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21348 2011-07-08  Juri Linkov  <juri@jurta.org>
21350         * arc-mode.el (archive-zip-expunge, archive-zip-update)
21351         (archive-zip-update-case): Use 7z if found by `executable-find'.
21352         The order of searching the available programs is the same as in
21353         `archive-zip-extract' (bug#8968).
21355 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21357         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21358         (menu-bar-options-menu): Tweak descriptions.
21360 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21362         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21363         menu items into verb phrases (bug#1421).  Also refill to fit under
21364         80 columns.
21366 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21368         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21369         (Info-read-node-name): Doc fix (Bug#1084).
21371         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21372         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21373         (end-of-sexp, beginning-of-sexp)
21374         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21375         (forward-symbol, forward-same-syntax, word-at-point)
21376         (sentence-at-point): Doc fix (Bug#1144).
21378 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21380         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21381         should cover it (bug#1281).
21383         * cus-edit.el (custom-show): Mark as obsolete.
21385         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21386         negotiation fails, then possibly try again with a non-encrypted
21387         connection (bug#9017).
21389         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21390         be used.
21392 2011-07-07  Richard Stallman  <rms@gnu.org>
21394         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21395         property, and handle its changed format.
21396         Look for the correct line number.
21397         Use file's line contents (but not past first =) to find
21398         correct line in message.
21400 2011-07-07  Kenichi Handa  <handa@m17n.org>
21402         * international/characters.el (build-unicode-category-table):
21403         Delete it.
21404         (unicode-category-table): Set it by unicode-property-table-internal.
21406         * international/mule-cmds.el (char-code-property-alist): Move to
21407         to src/chartab.c.
21408         (get-char-code-property): Call unicode-property-table-internal to
21409         load a file.  Call get-unicode-property-internal where necessary.
21410         (put-char-code-property): Call unicode-property-table-internal to
21411         load a file.  Call put-unicode-property-internal where necessary.
21412         put-unicode-property-internal where necessary.
21413         (char-code-property-description):
21414         Call unicode-property-table-internal to load a file.
21416         * international/charprop.el:
21417         * international/uni-bidi.el:
21418         * international/uni-category.el:
21419         * international/uni-combining.el:
21420         * international/uni-comment.el:
21421         * international/uni-decimal.el:
21422         * international/uni-decomposition.el:
21423         * international/uni-digit.el:
21424         * international/uni-lowercase.el:
21425         * international/uni-mirrored.el:
21426         * international/uni-name.el:
21427         * international/uni-numeric.el:
21428         * international/uni-old-name.el:
21429         * international/uni-titlecase.el:
21430         * international/uni-uppercase.el: Regenerate.
21432         * loadup.el: Load international/charprop.el before
21433         international/characters.
21435 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21437         * window.el (next-buffer, previous-buffer): Signal an error if
21438         called from a minibuffer window.
21440         * bindings.el: Revert 2011-07-04 change.
21442 2011-07-06  Richard Stallman  <rms@gnu.org>
21444         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21445         (rmail-mime-insert-bulk, rmail-mime-insert-text):
21446         Treat markers like ints.
21447         (rmail-mime-entity): Doc fix.
21449 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21451         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21452         defcustom again for backwards compatibility.
21454         * simple.el (shell-command-on-region): Fill.
21456         * dired-aux.el (dired-kill-line): Add a doc string.
21458         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21459         to "\\sw\\|\\s_" (bug#358).
21461         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21462         (dired-unmark-backward): Ditto.
21463         (dired-flag-backup-files): Ditto.
21465         * dired-x.el (dired-mark-sexp): Ditto.
21467 2011-07-06  Richard Stallman  <rms@gnu.org>
21469         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21470         (rmail-mime-entity): New arg TRUNCATED.
21471         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21472         New functions.
21473         (rmail-mime-save): Warn if entity is truncated.
21474         (rmail-mime-toggle-hidden): Likewise, for showing.
21475         (rmail-mime-process-multipart): Record when an entity is truncated.
21477         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21478         if ENTITY is a string.
21480 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21482         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21483         of faces when `M-C-x'-ing their definitions (bug#8378).
21484         Also clean up the code slightly.
21486         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21487         because that makes the colors go away.
21489         * mail/sendmail.el (send-mail-function): Change the default to
21490         `sendmail-query-once'.
21491         (sendmail-query-once): Add an autoload cookie.
21493         * net/network-stream.el (network-stream-open-starttls): Try using
21494         a plain connection even if the server offered STARTTLS, and we
21495         kinda wanted to use it, if Emacs doesn't have any STARTTLS
21496         capability.  This should make smtpmail.el work in slightly more
21497         configurations.
21499 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
21501         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21502         New defun.
21503         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21505 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
21507         * progmodes/sql.el: Version 3.0
21508         (sql-product-alist): Add product :completion-object,
21509         :completion-column, and :statement attributes.
21510         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21511         (sql-mode-syntax-table): Mark all punctuation.
21512         (sql-font-lock-keywords-builder): Temporarily remove fallback on
21513         ansi keywords.
21514         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21515         (sql-mode-oracle-font-lock-keywords): Improve.
21516         (sql-oracle-show-reserved-words): New function for development.
21517         (sql-product-font-lock): Simplify for source code buffers.
21518         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21519         New functions.
21520         (sql-highlight-product): Set product specific syntax table.
21521         (sql-mode-map): Add statement movement functions.
21522         (sql-ansi-statement-starters, sql-oracle-statement-starters):
21523         New variable.
21524         (sql-statement-regexp, sql-beginning-of-statement)
21525         (sql-end-of-statement, sql-signum): New functions.
21526         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21527         (sql-show-sqli-buffer): Bug fix.
21528         (sql-interactive-mode): Store connection data as buffer local.
21529         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
21530         with sql-interactive-mode.
21531         (sql-save-connection): Save buffer local settings.
21532         (sql-connection-menu-filter): Change menu entry name.
21533         (sql-product-interactive): Bug fix.
21534         (sql-preoutput-hold): New variable.
21535         (sql-interactive-remove-continuation-prompt): Bug fixes.
21536         (sql-debug-redirect): New variable.
21537         (sql-str-literal): New function.
21538         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21539         Redesign.
21540         (sql-oracle-save-settings, sql-oracle-restore-settings)
21541         (sql-oracle-list-all, sql-oracle-list-table): New functions.
21542         (sql-completion-object, sql-completion-column)
21543         (sql-completion-sqlbuf): New variables.
21544         (sql-build-completions-1, sql-build-completions)
21545         (sql-try-completion): New functions.
21546         (sql-read-table-name): Use them.
21547         (sql-contains-names): New buffer local variable.
21548         (sql-list-all, sql-list-table): Use it.
21549         (sql-oracle-completion-types): New variable.
21550         (sql-oracle-completion-object, sql-sqlite-completion-object)
21551         (sql-postgres-completion-object): New functions.
21553 2011-07-06  Glenn Morris  <rgm@gnu.org>
21555         * window.el (pop-to-buffer): Doc fix.
21557 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
21559         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21561 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
21563         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21565         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21567 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
21569         * button.el (button): Inherit from link face.  Suggested by Dan
21570         Nicolaescu.
21572 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21574         * progmodes/gdb-mi.el: Fit in 80 columns.
21575         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21576         switch-to-buffer.
21578         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21579         if imenu is simply not configured (bug#8941).
21581 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
21583         * allout.el (allout-post-undo-hook): New allout outline-change
21584         event hook to signal undo activity.
21585         (allout-post-command-business): Run allout-post-undo-hook if an
21586         undo just occurred.
21587         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21588         * allout-widgets.el (allout-widgets-after-undo-function):
21589         Ensure the integrity of the current item's decoration after it has been
21590         in the vicinity of an undo.
21591         (allout-widgets-mode): Include allout-widgets-after-undo-function
21592         on the new allout-post-undo-hook.
21594 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21596         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21597         Let define-derived-mode define it.
21598         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21599         cycles of abbrev-table inheritance (bug#8998).
21601 2011-07-05  Roland Winkler  <winkler@gnu.org>
21603         * textmodes/bibtex.el: Add support for biblatex.
21604         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21605         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21606         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21607         (bibtex-entry-alist, bibtex-field-alist): New variables.
21608         (bibtex-entry-field-alist): Obsolete alias for
21609         bibtex-BibTeX-entry-alist.
21610         (bibtex-entry-alist, bibtex-field-alist): New widgets.
21611         (bibtex-set-dialect): New command.
21612         (bibtex-entry-type, bibtex-entry-head)
21613         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21614         Bind via bibtex-set-dialect.
21615         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21616         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21617         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21618         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21619         Define via bibtex-set-dialect.
21620         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21621         Obey bibtex-no-opt-remove-re.
21622         (bibtex-vec-push, bibtex-vec-incr): New functions.
21623         (bibtex-format-entry, bibtex-field-list)
21624         (bibtex-print-help-message, bibtex-validate)
21625         (bibtex-search-entries): Use new format of bibtex-entry-alist.
21627 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21629         * progmodes/compile.el (compilation-goto-locus):
21630         * net/tramp-cmds.el (tramp-append-tramp-buffers):
21631         * bs.el (bs-cycle-next, bs-cycle-previous):
21632         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21633         * bindings.el (mode-line-other-buffer):
21634         * autoinsert.el (auto-insert):
21635         * arc-mode.el (archive-extract):
21636         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21638 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21640         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21641         Fix check of `emacs-lock-unlockable-modes'.
21642         Coerce true values of `emacs-lock--try-unlocking' to t.
21644 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21646         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21647         * emacs-lock.el: New file.
21649 2011-07-05  Julien Danjou  <julien@danjou.info>
21651         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21652         than `boundp' to check if face is set.
21654 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21656         * register.el (registerv-make):
21657         * window.el (window-min-height): Fix typos in docstrings.
21659 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
21661         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21662         Update doc string.
21664 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21666         * server.el (server-execute): Catch quit and call
21667         `server-return-error' to pass the error back to emacsclient and
21668         close the connection (bug#8942).
21670 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
21672         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21673         insecure exception for current topic.  Also note that auto-saves
21674         are handled differently.
21676         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21677         State variables for tracking auto-save inhibition situation.
21679         (allout-write-contents-hook-handler): Rename from
21680         'allout-write-file-hook-handler', and describe how it depends on
21681         write-contents-functions sensitivity to non-nil value to prevent
21682         file write.
21684         (allout-auto-save-hook-handler): Remove.  auto-save does not check
21685         this in individual buffers, only in the starting buffer, so this
21686         is not the right way for us to inhibit auto-save in a buffer
21687         according to its condition.
21689         (allout-mode): Use new allout-write-contents-hook-handler, and
21690         only with write-contents-functions.  Remove auto-save provisions -
21691         they're implemented elsewhere.
21693         (allout-before-change-handler): If undo is in progress, note that
21694         for attention of allout-post-command-business.
21696         (allout-post-command-business): If the command we're following was
21697         an undo, check for change in the status of encrypted items and
21698         adjust auto-save inhibitions accordingly.
21700         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21701         according to whether there are or aren't any plain-text topics
21702         pending encryption.
21704         (allout-inhibit-auto-save-info-for-decryption):
21705         Adjust buffer-saved-size and some allout state to inhibit auto-saves
21706         if there are plain-text topics pending encryption.
21708         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21709         buffer-saved-size and some allout state to not inhibit auto-saves
21710         if there are no longer any plain-text topics pending encryption.
21712         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21713         No longer provide for exemption of the current topic.
21715 2011-07-04  Juri Linkov  <juri@jurta.org>
21717         Add 7z operations to delete and save changed members (bug#8968).
21718         * arc-mode.el (archive-7z-expunge, archive-7z-update):
21719         New defcustoms.
21720         (archive-7z-write-file-member): New function.
21721         (archive-7z-summarize): Fix the number of dashes in the
21722         listing output.
21724 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21726         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21727         (bug#8958).
21729 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
21731         * bindings.el: Ignore next-buffer and previous-buffer in
21732         minibuffer-local-map.
21734         * font-lock.el (font-lock-builtin-face): Change light background
21735         color to dark slate blue (Bug#6693).
21737 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
21739         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21741 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21743         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21744         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21745         Add switch-to-buffer.
21747 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21749         * isearch.el (isearch-search-fun-function): Clarify further the
21750         meaning of the function returned.
21752 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
21754         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21756         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21757         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21758         Use it.
21759         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
21760         `tramp-default-remote-path' does not exist.
21761         (tramp-send-command-and-read): New optional argument NOERROR.
21762         (tramp-open-connection-setup-interactive-shell)
21763         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21764         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21765         (tramp-process-sentinel): Flush also process' connection property.
21766         (tramp-sh-handle-start-file-process): Do not set process
21767         sentinel.  It is done now ...
21768         (tramp-maybe-open-connection): ... here.  (Bug#8929)
21770 2011-07-04  MON KEY  <monkey@sandpframing.com>
21772         * play/animate.el (animate-string): Doc fixes and allow changing
21773         the buffer name (bug#5417).
21775 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21777         * play/animate.el (animation-buffer-name): Rename from *animate*.
21779 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21781         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21782         This is simpler and helps future-proof the code.
21783         (timer-until): Use time-subtract and float-time.
21784         (timer--time-less-p): Use time-less-p.
21786 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21788         * type-break.el (timep): Use the value of `float-time' to avoid a
21789         byte-compiler warning.
21791         * server.el (server-eval-and-print): Return any result, even nil.
21793 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21795         * type-break.el: Accept time formats that the builtins accept.
21796         (timep, type-break-time-difference): Accept any format that
21797         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21798         This is simpler and helps future-proof the code.
21799         (type-break-time-difference): Round rather than ignoring
21800         subseconds components.
21802 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21804         * info.el (Info-apropos-matches): Make non-interactive, since it
21805         doesn't seem to do anything useful as a command (bug#8829).
21807 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
21809         * frame.el (frame-background-mode, frame-set-background-mode):
21810         Move from faces.el.
21811         (frame-default-terminal-background): New function.
21813         * custom.el (custom-push-theme): Don't record faces in `changed'
21814         theme; this doesn't work correctly for per-frame face settings.
21815         (disable-theme): Use face-set-after-frame-default to reset faces.
21816         (custom--frame-color-default): New function.
21818 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21820         * dired.el (dired-flagging-regexp): Remove unused variable
21821         (bug#8769).
21823 2011-03-29  Kevin Ryde  <user42@zip.com.au>
21825         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21826         `perl-Test2' extend to match possible "fail #N" rep count
21827         (bug#8377).
21829 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21831         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21832         `smtpmail-via-smtp' now returns the error instead of nil.
21834         * isearch.el (isearch-search-fun-function): Clarify the doc string
21835         (bug#8101).
21837 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
21839         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21840         unnecessary spaces (bug#8987).
21842 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21844         * net/network-stream.el (open-network-stream): Use the
21845         :end-of-capability command thoughout.
21847 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21849         * net/network-stream.el (open-network-stream): Add the
21850         :end-of-capability command parameter, used by pop3.el.
21852 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21854         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21856         * fringe.el (fringe-query-style): Remove redundant text " (type ?
21857         for list)" (bug#6475).
21859         * files.el (file-expand-wildcards): Ignore non-readable
21860         sub-directories while trying to find matches instead of signaling
21861         an error (bug#6297).
21863         * man.el (Man-reference-regexp): Allow matching possible
21864         word-wrapped references (bug#6289).
21866         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21867         for consistency with the other vc buffers (bug#6197).
21868         (vc-checkin): Ditto.
21870         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21872         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21874 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21876         * custom.el (defcustom): Clarify that :set is only used in the
21877         Customize user interface (bug#6089).
21879         * progmodes/flymake.el (flymake-mode): If the buffer isn't
21880         associated with a file, refuse to run instead of erroring out
21881         (bug#6084).
21883         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21884         the doc string, since it appears that using `fill-column' always
21885         controls the width (bug#7845).
21887         * simple.el (shell-command-on-region): Say where the error output
21888         went if `shell-command-default-error-buffer' is set (bug#6857).
21890 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
21892         * allout.el (allout-yank-processing): Adjust cursor position for
21893         backwards-deleted space.
21895         (allout-rebullet-heading): Register changes with
21896         allout-exposure-changed-hook, so the modified topic is properly
21897         decorated.
21899 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21901         * minibuffer.el (completion-in-region): Document PREDICATE
21902         (bug#7136).
21904         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21905         of keyword/argument pairs (bug#6904).
21907         * replace.el (multi-occur):
21908         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21910 2011-07-02  Drew Adams  <drew.adams@oracle.com>
21912         * dired.el (dired-mark-if): Make the message about whether it's
21913         marking or unmarking clearer (bug#8523).
21915 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21917         * disp-table.el (display-table-print-array): New function.
21918         (describe-display-table): Use it to print the vectors more pretty
21919         (Bug#8859).
21921 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
21923         * window.el (window-state-get-1): Don't assign clone numbers.
21924         Add clone-of item to list of window parameters.
21925         (window-state-put-2): Don't process clone numbers.
21926         (display-buffer-alist): Fix doc-string.
21928 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21930         * subr.el (remq): Don't allocate if it's not needed.
21931         (keymap--menu-item-binding, keymap--menu-item-with-binding)
21932         (keymap--merge-bindings): New functions.
21933         (keymap-canonicalize): Use them to refine the canonicalization.
21934         * minibuffer.el (minibuffer-local-completion-map)
21935         (minibuffer-local-must-match-map): Move initialization from C.
21936         (minibuffer-local-filename-completion-map): Move initialization from C;
21937         don't inherit from anything here.
21938         (minibuffer-local-filename-must-match-map): Make obsolete.
21939         (completing-read-default): Use make-composed-keymap to combine
21940         minibuffer-local-filename-completion-map with either
21941         minibuffer-local-must-match-map or
21942         minibuffer-local-filename-completion-map.
21944 2011-07-01  Glenn Morris  <rgm@gnu.org>
21946         * type-break.el (type-break-time-sum): Use dolist.
21948         * textmodes/flyspell.el (flyspell-word-search-backward):
21949         Replace CL function.
21951 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21953         * mouse.el (mouse--strip-first-event): New function.
21954         (function-key-map): Use it to map fringe clicks to normal clicks
21955         by default.
21957         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21958         (vc-bzr-revision-completion-table): Add support for annotate and date.
21960         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21961         inherit from parent.
21963 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21965         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21966         (dired-show-file-type): Doc fixup (bug#8818).
21968         * dired.el (dired-mode): Fix up the doc string as suggested by
21969         Drew Adams (bug#8817).
21971         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21972         cookie, since the manual says that it should be possible to add
21973         this function to `find-file-hook' (bug#8709).
21975 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21977         * progmodes/cfengine.el: Moved all cfengine3.el functionality
21978         here.  Noted Ted Zlatanov as the maintainer.
21979         (cfengine-common-settings, cfengine-common-syntax): New functions
21980         to set up common things between `cfengine-mode' and
21981         `cfengine3-mode'.
21982         (cfengine3-mode): New mode.
21983         (cfengine3-defuns cfengine3-defuns-regex
21984         (cfengine3-class-selector-regex cfengine3-category-regex)
21985         (cfengine3-vartypes cfengine3-font-lock-keywords)
21986         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21987         (cfengine3-indent-line): Add from cfengine3.el.
21989 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
21991         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21993         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21995 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
21997         * window.el (same-window-buffer-names, same-window-regexps)
21998         (same-window-p, special-display-frame-alist)
21999         (special-display-popup-frame, special-display-function)
22000         (special-display-buffer-names, special-display-regexps)
22001         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
22002         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22003         (split-window-preferred-function, split-height-threshold)
22004         (split-width-threshold, even-window-heights)
22005         (display-buffer-mark-dedicated, window-splittable-p)
22006         (split-window-sensibly, window-safely-shrinkable-p):
22007         Un-obsolete.
22008         (display-buffer): Don't spread args with function specifier
22009         because special-display-popup-frame won't like it.
22011 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
22013         Time-stamp simplifications and fixes.
22014         These improve accuracy slightly, and future-proof the code
22015         against some potential changes to current-time format.
22017         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22018         by using time-since and float-time.
22020         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22021         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
22022         + NNN microseconds".
22024         * type-break.el (type-break-time-sum): Rewrite using time-add.
22026         * play/hanoi.el (hanoi-current-time-float): Remove.
22027         All uses replaced by float-time.
22029         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
22030         This yields a more-accurate answer.
22031         (rng-time-to-float): Remove; no longer needed.
22033         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
22035         * calendar/timeclock.el (timeclock-seconds-to-time):
22036         Defalias to seconds-to-time, since they're the same thing.
22038         * emacs-lisp/elp.el (elp-elapsed-time):
22039         * emacs-lisp/benchmark.el (benchmark-elapse):
22040         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22042 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22044         * window.el (bury-buffer): Don't iconify the only frame.
22045         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22046         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
22048 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
22050         * eshell/em-smart.el (eshell-smart-display-navigate-list):
22051         Add mouse-yank-primary.
22053 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
22055         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22057 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22059         * emacs-lisp/find-func.el (find-library--load-name): New fun.
22060         (find-library-name): Use it to find relative load names when provided
22061         absolute file name (bug#8803).
22063 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22065         * textmodes/flyspell.el (flyspell-word): Consider words that
22066         differ only in case as potential doublons (bug#5687).
22068         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
22069         Remove two rather uninteresting debugging-like messages to make
22070         debbugs.el more silent.
22072         * comint.el (comint-password-prompt-regexp): Accept "Response" as
22073         a password-like phrase.
22075 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
22077         * progmodes/cc-guess.el: New file.
22079         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
22081         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
22082         derived from `c-basic-common-init'.
22084         * progmodes/cc-mode.el (top-level): Require cc-guess.
22085         (c-basic-common-init): Use `cc-choose-style-for-mode'.
22087 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
22089         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
22091 2011-06-30  Alan Mackenzie  <acm@muc.de>
22093         * progmodes/cc-engine.el (c-guess-continued-construct):
22094         Correct the handling of template-args-cont, particularly for when font
22095         lock is disabled.  Name this case as "CASE G".
22097 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
22099         * allout.el (allout-yank-processing): Fix injection of extra space
22100         between bullet and non-whitespace character in first topic when
22101         pasting, ensuring that the actual spacing in the pasted topic
22102         following the bullet char is preserved.  This extra space was
22103         causing pasted encrypted topics to get a decrypted status even
22104         when the content was actually still encrypted.  Now the decryption
22105         status from before the paste is preserved.
22107         (allout-flag-region): Set all allout overlays so they evaporate
22108         when reduced to zero length (evanescent), to prevent overlay
22109         leakage.
22111 2011-06-30  Glenn Morris  <rgm@gnu.org>
22113         * w32-fns.el (w32-charset-info-alist): Declare.
22115         * find-dired.el (find-grep-options): Simplify.
22117         * term/ns-win.el (ns-set-resource): Declare.
22119         * ses.el (row, col): Declare dynamic variables honestly.
22121         * textmodes/reftex-parse.el (index-tags): Declare.
22123 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
22125         * cus-edit.el (customize-push-and-save): New function.
22127         * files.el (hack-local-variables-confirm): Use it.
22129         * custom.el (load-theme): New arg NO-CONFIRM.
22130         Use customize-push-and-save (Bug#8720).
22131         (custom-enabled-themes): Doc fix.
22133         * cus-theme.el (customize-create-theme)
22134         (custom-theme-merge-theme): Callers to load-theme changed.
22136 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22138         * thingatpt.el (thing-at-point-short-url-regexp): Require that
22139         short URLs have at least one dot in them (bug #7614).
22141         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22142         nil, because using a pty is apparently too slow (bug #895).
22144 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22146         * mail/sendmail.el (sendmail-query-once): New function.
22147         (sendmail-query-once-function): New variable.
22149 2011-06-29  Glenn Morris  <rgm@gnu.org>
22151         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22153         * ses.el (top-level): Require cl when compiling.
22154         (ses-set-localvars): Fix error statement.
22155         Call it at compile time to silence a storm of warnings.
22157 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
22159         * window.el (normalize-live-buffer): Rename to
22160         window-normalize-buffer.
22161         (normalize-live-frame): Rename to window-normalize-frame.
22162         (normalize-any-window): Rename to window-normalize-any-window.
22163         (normalize-live-window): Rename to window-normalize-live-window.
22164         (make-window-atom): Rename to window-make-atom.
22165         (window-resize-reset): Rename to window--resize-reset.
22166         (window-resize-reset-1): Rename to window--resize-reset-1.
22167         (resize-mini-window): Rename to window--resize-mini-window.
22168         (resize-subwindows-skip-p): Rename to
22169         window--resize-subwindows-skip-p.
22170         (resize-subwindows-normal): Rename to
22171         window--resize-subwindows-normal.
22172         (resize-subwindows): Rename to window--resize-subwindows.
22173         (resize-other-windows): Rename to window--resize-siblings.
22174         (resize-this-window): Rename to window--resize-this-window.
22175         (resize-root-window): Rename to window--resize-root-window.
22176         (resize-root-window-vertically): Rename to
22177         window--resize-root-window-vertically.
22178         (normalize-buffer-to-display): Rename to
22179         window-normalize-buffer-to-display.
22180         (normalize-buffer-to-switch-to): Rename to
22181         window-normalize-buffer-to-switch-to.
22182         Correspondingly update all callers of the functions listed
22183         above.
22184         (display-buffer-alist, display-buffer-normalize-arguments)
22185         (display-buffer-normalize-options, display-buffer)
22186         (display-buffer-alist-set): Use "function" instead of
22187         "fun-with-args".
22189 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
22191         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22192         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
22193         debbugs.gnu.org.  Mention acknowledgment email.
22195 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22197         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22198         buffer multibyteness, since it shouldn't matter.
22200 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
22202         * window.el (display-buffer-in-side-window): Handle dedicated
22203         windows as in display-buffer-reuse-window.
22204         (display-buffer-normalize-alist): Use value of override
22205         specifier.
22206         (display-buffer-normalize-specifiers): Use value of
22207         other-window-means-other-frame specifier.
22208         (display-buffer-alist): Rewrite some texts in widgets.
22209         (display-buffer): Spread arguments when calling function
22210         specified by fun-with-args.
22212 2011-06-28  Deniz Dogan  <deniz@dogan.se>
22214         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22215         Unnest `let'.
22217         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22218         selectors (Bug#5732).
22219         (css-proprietary-nmstart-re): Use `regexp-opt'.
22221 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
22223         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22224         (eshell-ls-date-format): New defcustom.
22225         (eshell-ls-file): Use it.
22227 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22229         * help-fns.el (describe-variable): Fix message for terminal-local vars.
22231 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22233         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22234         (ange-ftp-make-tmp-name): New arg.
22235         (ange-ftp-file-local-copy): Use it.
22237 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
22239         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22240         no-conversion (Bug#8870).
22242 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
22244         * window.el (window-right, window-left, window-child)
22245         (window-child-count, window-last-child)
22246         (window-iso-combination-p, walk-window-tree-1)
22247         (window-atom-check-1, window-tree-1, delete-window)
22248         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22249         new naming conventions - window-vchild, window-hchild,
22250         window-next and window-prev are now called window-top-child,
22251         window-left-child, window-next-sibling and window-prev-sibling
22252         respectively.
22253         (resize-window-reset): Rename to window-resize-reset.
22254         (resize-window-reset-1): Rename to window-resize-reset-1.
22255         (resize-window): Rename to window-resize.
22256         (window-min-height, window-min-width)
22257         (resize-mini-window, resize-this-window, resize-root-window)
22258         (resize-root-window-vertically, adjust-window-trailing-edge)
22259         (enlarge-window, shrink-window, maximize-window)
22260         (minimize-window, delete-window, quit-restore-window)
22261         (split-window, balance-windows, balance-windows-area-adjust)
22262         (balance-windows-area, window-state-put-2)
22263         (display-buffer-even-window-sizes, display-buffer-set-height)
22264         (display-buffer-set-width, set-window-text-height)
22265         (fit-window-to-buffer): Rename all "resize-window" prefixed
22266         calls to use the "window-resize" prefix convention.
22267         (display-buffer-alist): Fix symbol for label specifier.
22268         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22269         corresponding specifier.
22270         Reported by Juanma Barranquero <lekktu@gmail.com>.
22272 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
22274         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22275         convention.
22276         (ses-call-printer): Does not pass an empty string to formatter when the
22277         cell is empty to keep from barking printer Calc math-format-value.
22279 2011-06-27  Richard Stallman  <rms@gnu.org>
22281         * battery.el (battery-mode-line-limit): New variable.
22282         (battery-update): Handle it.
22284         * mail/rmailmm.el (rmail-mime-process-multipart):
22285         Handle truncated messages.
22287 2011-06-27  Glenn Morris  <rgm@gnu.org>
22289         * progmodes/flymake.el (flymake-err-line-patterns):
22290         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
22292 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
22294         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22295         (ses--clean-!, ses--clean-_): New functions.
22296         (ses-range): Add configurability of readout order, and conversion
22297         to Calc vector.
22299         * ses.el (ses-repair-cell-reference-all): New function.
22300         (ses-cell-symbol): Set macro as safe, so that it can be used in
22301         formulas.
22303         * ses.el: Update cycle detection algorithm.
22304         (ses-localvars): Add ses--Dijkstra-attempt-nb and
22305         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22306         (ses-set-localvars): New function.
22307         (ses-make-cell): Add property-list as a cell element.
22308         (ses-cell-property-get-fun, ses-cell-property-get)
22309         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22310         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22311         New functions.
22312         (ses-cell-property-set, ses-cell-property-pop)
22313         (ses-cell-property-get-handle): New macro.
22314         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22315         New aliases, used for code readability.
22316         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22317         cycle detection.
22318         (ses-self-reference-early-detection): New defcustom.
22319         (ses-formula-references): Robustify against self-referring cells.
22320         (ses-mode): Use ses-set-localvars.
22321         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22322         before lauching the update processing.
22323         (ses-initialize-Dijkstra-attempt): New function.
22324         (ses-recalculate-cell): Update for cycle detection based on
22325         Dijkstra algorithm.
22327         * ses.el: Fix commenting and indenting convention.
22329 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22331         * bs.el (bs-cycle-next): Complete last change.
22333 2011-06-27  Drew Adams  <drew.adams@oracle.com>
22335         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22337 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22339         * net/network-stream.el (network-stream-open-starttls):
22340         Don't re-get capabilities unless we've reestablished connection.
22341         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22343         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22344         to binary to possibly avoid line encoding issues on Windows (among
22345         other things).
22347 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22349         * net/network-stream.el (open-network-stream): Return an :error
22350         saying what the problem was, if possible.
22352         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22353         server.
22355         * net/network-stream.el (network-stream-open-starttls): If we
22356         wanted to use STARTTLS, and the server offered it, but we weren't
22357         able to because we had no STARTTLS support, then close the connection.
22358         (open-network-stream): Return an :error element, if present.
22360 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22362         * hl-line.el (hl-line-sticky-flag): Doc fix.
22363         (global-hl-line-sticky-flag): New option (Bug#8323).
22364         (global-hl-line-highlight): Obey it.
22366         * vc/vc.el (vc-revert-show-diff): Default to t.
22368 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
22370         * allout-widgets.el (allout-widgets-post-command-business):
22371         Stop decorating intermediate isearch matches.  They're not being
22372         undecorated when an isearch is continued past, and isearch
22373         automatically collapses them.  This leads to "widget leaks", where
22374         decorated items accumulate in collapsed areas.  Lines with lots of
22375         hidden widgets can slow down cursor travel, substantially.
22376         Too much complicated machinery would be needed to ensure undecoration,
22377         so we're doing without this nicety.
22379         (allout-widgets-tally-string): Don't try to do a hash-table-count
22380         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
22381         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22382         *Messages* when allout-widgets-maintain-tally is t.
22384 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
22386         * window.el (display-buffer-normalize-argument): Rename to
22387         display-buffer-normalize-arguments.  Handle special meaning of
22388         LABEL argument.  Respect special-display-function when popping up
22389         a new frame.  Fix code searching for a window showing the buffer
22390         on another frame.
22391         (display-buffer-normalize-specifiers):
22392         Call display-buffer-normalize-arguments.
22393         (display-buffer-in-window): Don't undedicate the window if its
22394         buffer remains the same.
22395         Reported by Drew Adams <drew.adams@oracle.com>.
22396         (display-buffer-alist): Add choice for same-window macro
22397         specfier.
22398         (display-buffer): Mention special meaning of LABEL argument in
22399         doc-string.  Fix quoting.  Don't pop up a new frame even as
22400         fallback.
22402 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
22404         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22405         avoid deleting the current window in some cases (bug#8911).
22407 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
22409         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22410         (Bug#8934)
22412 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22414         * net/network-stream.el (network-stream-open-starttls):
22415         Use built-in TLS support if `gnutls-available-p' is true.
22416         (network-stream-open-tls): Ditto.
22418 2011-06-26  Leo Liu  <sdl.web@gmail.com>
22420         * register.el (registerv): New struct.
22421         (registerv-make): New function.
22422         (jump-to-register, describe-register-1, insert-register):
22423         Support the jump-func, print-func and insert-func slot of a registerv
22424         struct.  (Bug#8415)
22426 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22428         * vc/vc.el (vc-revert-show-diff): New defcustom.
22429         (vc-diff-internal): New arg specifying diff buffer.
22430         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
22431         reuse an existing *vc-diff* buffer (Bug#8927).
22433         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22435 2011-06-26  Glenn Morris  <rgm@gnu.org>
22437         * progmodes/f90.el (f90-critical-indent): New option.
22438         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22439         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22440         (f90-mode): Doc fix.
22441         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22442         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22443         (f90-beginning-of-block, f90-next-block, f90-indent-region)
22444         (f90-match-end): Handle block, critical.
22446 2011-06-25  Glenn Morris  <rgm@gnu.org>
22448         * calendar/diary-lib.el (diary-included-files): Doc fix.
22449         (diary-include-files): New function, extracted from
22450         diary-include-other-diary-files and diary-mark-included-diary-files.
22451         (diary-include-other-diary-files, diary-mark-included-diary-files):
22452         Just call diary-include-files.
22453         (diary-mark-entries): Reset diary-included-files on first call.
22455         * calendar/diary-lib.el (diary-mark-entries)
22456         (diary-mark-included-diary-files):
22457         Visit included diary-files in temp buffers.
22459         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22460         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22461         (f90-start-block-re, f90-imenu-generic-expression)
22462         (f90-looking-at-program-block-start, f90-no-block-limit):
22463         Add support for submodules.
22465         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22466         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22468 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
22470         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22471         buffer-file-type before setting its value, to avoid disastrous
22472         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
22474 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
22476         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22478         * ses.el (ses-unload-function):
22479         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22481         * proced.el (proced-unload-function):
22482         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22484 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
22486         * server.el (server-create-window-system-frame): Add parameters arg.
22487         (server-process-filter): Doc fix.  Handle frame-parameters.
22489 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
22491         Fix bug#8730, bug#8781.
22493         * loadhist.el (unload--set-major-mode): New function.
22494         (unload-feature): Use it.
22496         * progmodes/python.el (python-after-info-look): Add autoload cookie.
22497         (python-unload-function): New function.
22499 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22501         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22503 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
22505         * net/browse-url.el (browse-url-firefox-program): Add icecat to
22506         the candidates list.
22508 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
22510         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22512 2011-06-23  Richard Stallman  <rms@gnu.org>
22514         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22515         (rmail-variables): Set next-error-move-function.
22516         (rmail-what-message): Take argument POS.
22517         (rmail-next-error-move): New function.
22519 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22521         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22522         messages for adjacent non-terminals.
22524 2011-06-23  Richard Stallman  <rms@gnu.org>
22526         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22527         (rmail-show-message-1): Preserve buffer modified flag.
22528         (rmail-start-mail): Don't specify use of rmail-mail-return;
22529         that's done by mail-bury now.
22530         (rmail-mail-return): Handle arg NEWBUF.
22532 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
22534         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22535         SIZE is a number.
22537 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
22539         * window.el (get-lru-window, get-mru-window)
22540         (get-largest-window): Never return a minibuffer window.
22541         (display-buffer-pop-up-window): Fix a bug that could lead to
22542         reusing the minibuffer window.
22543         (display-buffer): Pass original specifier argument to
22544         display-buffer-function instead of the normalized one.
22545         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22547 2011-06-22  Leo Liu  <sdl.web@gmail.com>
22549         * minibuffer.el (completing-read-function)
22550         (completing-read-default): Move from minibuf.c.
22552 2011-06-22  Richard Stallman  <rms@gnu.org>
22554         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22555         to Rmail even if not started by a special Rmail command.
22557         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22558         Copy the buffer currently showing just one message.
22560 2011-06-22  Roland Winkler  <winkler@gnu.org>
22562         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22563         (bibtex-clean-entry): First delete the old key so that a
22564         customized algorithm for generating the new key does not get
22565         confused by the old key.
22566         (bibtex-url): Obey regexp of first step.
22567         (bibtex-search-entries): Do not use add-to-list with local
22568         list-var.
22570 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22572         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22573         stored a user name, then query for the password first, instead of
22574         waiting for SMTP to give an error message and the trying again.
22576 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
22578         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22579         BUFFER in call-process.
22581 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22583         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22584         QUIT twice.
22585         (smtpmail-try-auth-methods): Require user name and password from
22586         auth-source.
22588 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
22590         * window.el (display-buffer-default-specifiers)
22591         (display-buffer-alist): Remove entries for pop-up-frame-alist.
22592         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22593         (split-window): Normalize SIDE argument (Bug#8916).
22595         * frame.el (pop-up-frame-alist, pop-up-frame-function)
22596         (special-display-frame-alist, special-display-popup-frame):
22597         Remove duplicate declarations.  These are now in window.el.
22599 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22601         * mail/smtpmail.el (smtpmail-via-smtp):
22602         Set :use-starttls-if-possible so that we always use STARTTLS if the
22603         server supports it.  SMTP servers that support STARTTLS commonly
22604         require it.
22606         * net/network-stream.el (network-stream-open-starttls): Support
22607         upgrading to STARTTLS always, even if we don't have built-in support.
22608         (open-network-stream): Add the :always-query-capabilities keyword.
22610         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22611         upgrades with `open-network-stream', and rely solely on
22612         auth-source for all credentials.  Big changes throughout the file,
22613         but in particular:
22614         (smtpmail-auth-credentials): Remove.
22615         (smtpmail-starttls-credentials): Remove.
22616         (smtpmail-via-smtp): Check for servers saying they want AUTH after
22617         MAIL FROM, too.
22619         * net/network-stream.el (network-stream-open-starttls):
22620         Provide support for client certificates both for external and built-in
22621         STARTTLS.
22622         (auth-source): Require.
22623         (open-network-stream): Document the :client-certificate keyword.
22624         (network-stream-certificate): Change cert-cert to cert and
22625         cert-key to key.
22627 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
22629         * net/tramp-cache.el (top): Don't load the persistency file when
22630         "emacs -Q" has been called.
22632 2011-06-21  Tim Harper  <timcharper@gmail.com>
22634         * term/ns-win.el (ns-initialize-window-system):
22635         Set application-specific `ApplePressAndHoldEnabled' system
22636         resource to NO as it is not yet supported by the NS port.
22638 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
22640         * misc.el (list-dynamic-libraries--refresh): Compute header here...
22641         (list-dynamic-libraries): ...not here.
22643 2011-06-21  Leo Liu  <sdl.web@gmail.com>
22645         * subr.el (sha1): Implement sha1 using secure-hash.
22647 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
22649         * window.el (display-buffer-alist): In default value do not
22650         enforce searching a window on any but the selected frame.
22651         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22652         (display-buffer-select-window): Remove function.
22653         (display-buffer-in-window): When a window on another frame gets
22654         reused, do not select it any more but just raise its frame if
22655         necessary (Bug#8851) and (Bug#8856).
22656         (display-buffer-normalize-options): Handle pop-up-frames related
22657         options more faithfully.
22658         (pop-to-buffer): Don't rely on `display-buffer' selecting the
22659         window if it is on another frame.
22660         (display-buffer-alist, display-buffer-default-specifiers):
22661         Don't make new frame unsplittable by default.
22662         (display-buffer-normalize-argument): Fix doc-string typo and use
22663         'same-frame-other-window instead of 'other-window when associating
22664         with display-buffer-macro-specifiers.
22666 2011-06-21  Vincent BelaĂ¯che  <vincent.b.1@hotmail.fr>
22668         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22669         New functions.
22670         (5x5-mode-map, 5x5-mode-menu): Bind them.
22671         (5x5-draw-grid): Tweak the solver's rendering.
22673 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22675         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22676         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22678 2011-06-21  Drew Adams  <drew.adams@oracle.com>
22680         * menu-bar.el: Use function variable instead of switch-to-buffer.
22681         (menu-bar-select-buffer-function): New variable.
22682         (menu-bar-update-buffers): Use it (bug#8876).
22684 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22686         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22687         variable's status.
22689 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
22691         * x-dnd.el (x-dnd-version-from-flags)
22692         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22693         and long as number (Bug#8899).
22694         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22696 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22698         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22699         (completion-try-completion, completion-all-completions): Compute the
22700         metadata argument if it's missing; make it optional (bug#8795).
22702         * wid-edit.el: Use lex-bind and move towards completion-at-point.
22703         (widget-complete): Use new :completion-function property.
22704         (widget-completions-at-point): New function.
22705         (default): Use :completion-function instead of :complete.
22706         (widget-default-completions): Rename from widget-default-complete;
22707         Rewrite.
22708         (widget-string-complete, widget-file-complete, widget-color-complete):
22709         Remove functions.
22710         (file, symbol, function, variable, coding-system, color):
22711         * international/mule-cmds.el (default-input-method, charset)
22712         (language-info-custom-alist):
22713         * cus-edit.el (face): Use new property :completions.
22715         * progmodes/pascal.el (pascal-completions-at-point): New function.
22716         (pascal-mode): Use it.
22717         (pascal-mode-map): Use completion-at-point.
22718         (pascal-toggle-completions): Make obsolete.
22719         (pascal-complete-word, pascal-show-completions):
22720         * progmodes/octave-mod.el (octave-complete-symbol):
22721         Redefine as obsolete alias.
22722         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22723         Signal absence of completion info for old Octave,
22724         (inferior-octave-complete): Redefine as obsolete alias.
22725         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22726         (meta-completions-at-point): Rename from meta-complete-symbol and
22727         adapt it for use on completion-at-point-functions.
22728         (meta-common-mode): Use it.
22729         (meta-looking-at-backward, meta-match-buffer): Remove.
22730         (meta-complete-symbol): Redefine as obsolete alias.
22731         (meta-common-mode-map): Use completion-at-point.
22732         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22733         (makefile-mode-map): Use completion-at-point.
22734         (makefile-completions-at-point): Rename from makefile-complete and
22735         adapt it for use on completion-at-point-functions.
22736         (makefile-mode): Use it.
22737         (makefile-complete): Redefine as obsolete alias.
22739 2011-06-20  Deniz Dogan  <deniz@dogan.se>
22741         * net/rcirc.el: Delete trailing whitespaces once and for all.
22743 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
22745         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22747 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
22749         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22751         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22753 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
22755         * window.el (display-buffer-other-window-means-other-frame):
22756         Call display-buffer-normalize-alist.
22757         (display-buffer-normalize-specifiers-1): Rename to
22758         display-buffer-normalize-argument.  New argument other-frame.
22759         Rewrite.
22760         (display-buffer-normalize-specifiers-2): Rename to
22761         display-buffer-normalize-options.
22762         (display-buffer-normalize-alist-1): New function.
22763         (display-buffer-normalize-specifiers-3): Rename to
22764         display-buffer-normalize-alist.
22765         Call display-buffer-normalize-alist-1.
22766         (display-buffer-normalize-options-inhibit): New variable.
22767         (display-buffer-normalize-specifiers): Rewrite calling
22768         display-buffer-normalize-alist,
22769         display-buffer-normalize-argument, and
22770         display-buffer-normalize-options.  Don't call the latter if
22771         display-buffer-normalize-options-inhibit is non-nil.
22772         (frame-auto-delete): New option.
22773         (window-deletable-p): Use frame-auto-delete.
22774         (window-list-no-nils, window-state-ignored-parameters)
22775         (window-state-get-1, window-state-get, window-state-put-list)
22776         (window-state-put-1, window-state-put-2, window-state-put):
22777         New functions.
22778         (display-buffer-normalize-options): Move special-display-p group
22779         after pop-up-frame group (Bug#8851) and (Bug#8856).
22781 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
22783         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22784         groups (Bug#8776).
22785         (rx-submatch-n): New function.
22786         (rx): Document it.
22788         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22789         (Bug#8768).
22791         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22793         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22795         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22796         anytime existing face settings are present (Bug#8889).
22798         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22799         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22800         Remove unused argument.
22802 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
22804         * window.el (display-buffer-default-specifiers):
22805         Remove pop-up-frame.  Add pop-up-window-min-height,
22806         pop-up-window-min-width, and another reuse-window specifier
22807         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
22808         (display-buffer-normalize-specifiers-2):
22809         Handle split-height-threshold and split-width-threshold also when
22810         pop-up-windows is unset.  Add a reuse-window specifier for the
22811         case popping up a new window fails.
22812         (special-display-popup-frame): Remove double quoting.
22813         (display-buffer-normalize-specifiers-1): Fix thinko.
22815 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22817         * shell.el (shell-completion-vars): Set pcomplete-termination-string
22818         according to comint-completion-addsuffix.
22820         * pcomplete.el: Convert to lexical binding and fix bug#8819.
22821         (pcomplete-suffix-list): Mark as obsolete.
22822         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22823         pcomplete-seen in the closure.
22824         (pcomplete-comint-setup): Setup completion-at-point as well.
22825         (pcomplete--entries): New function.
22826         (pcomplete--env-regexp): New var.
22827         (pcomplete-entries): Rewrite to work with partial-completion and
22828         without relying on pcomplete-suffix-list.
22829         (pcomplete-pare-list): Remove, unused.
22831 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22833         * window.el (display-buffer-alist): Set pop-up-window-min-height
22834         and pop-up-window-min-width in default value.  Reported by
22835         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
22836         other-window-means-other-frame.
22837         (display-buffer-macro-specifiers): Comment out entry for
22838         other-window specifier.
22839         (display-buffer-other-window-means-other-frame): New function.
22840         (display-buffer-normalize-specifiers-1): New arguments
22841         buffer-name and label.  Treat other-window case specially.
22842         (display-buffer-normalize-specifiers-2): Treat other-window case
22843         specially.
22844         (display-buffer-normalize-specifiers-3): New function.
22845         (display-buffer-normalize-specifiers):
22846         Call display-buffer-normalize-specifiers-3.
22848 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22850         * window.el (same-window-p): Fix two typos introduced when
22851         adding with-no-warnings.
22852         (display-buffer-normalize-specifiers-1): Don't check
22853         pop-up-frames for 'unset initialization.
22854         (display-buffer-normalize-specifiers-2): Major rewrite using
22855         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22856         (pop-up-frames, display-buffer-reuse-frames)
22857         (display-buffer-mark-dedicated): Don't initialize to 'unset.
22858         Suggested by David Engster <deng@randomsample.de>.
22859         (even-window-heights): Initialize to 'unset.
22860         (display-buffer-alist-set): Handle new 'unset initializations.
22861         (display-buffer-macro-specifiers): Don't pop up a new frame in the
22862         other window case.
22864 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
22866         * window.el (display-buffer-normalize-specifiers-1):
22867         Respect current value of pop-up-frames for most reasonable values of
22868         second argument of display-buffer (Bug#8865).
22869         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22870         (switch-to-buffer-other-window-same-frame)
22871         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
22872         Adams (Bug#8875).
22873         (display-buffer): Don't check noninteractive when calling
22874         display-buffer-pop-up-frame.
22875         (display-buffer-pop-up-frame): Never pop up a frame in
22876         noninteractive mode (Bug#8857).
22877         (enlarge-window, shrink-window): Don't report an error when the
22878         window can't be resized as requested (Bug#8862).
22880 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22882         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22884         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22886         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22888 2011-06-15  Alan Mackenzie  <acm@muc.de>
22890         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22891         for declarators, disable knr checking to speed up for normal files.
22892         2: Refactor, replacing a sequence of nested if forms by a cond form.
22894 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22896         * net/network-stream.el (open-network-stream): Add the keyword
22897         :always-query-capabilities for the case where you want to force a
22898         `plain' network connection, but the protocol still requires the
22899         capabilitiy command (i.e., SMTP and EHLO).
22901         * subr.el (process-live-p): Rename from `process-alive-p' for
22902         consistency with other `-live-p' functions.
22904 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22906         * window.el (same-window-buffer-names, same-window-regexps)
22907         (special-display-frame-alist, special-display-popup-frame)
22908         (special-display-function, special-display-buffer-names)
22909         (special-display-regexps, pop-up-frame-alist)
22910         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22911         (pop-up-windows, split-window-preferred-function)
22912         (split-height-threshold, split-width-threshold, even-window-heights)
22913         (display-buffer-mark-dedicated): Don't encourage the use of
22914         display-buffer-alist from Elisp code.
22916 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
22918         * progmodes/python.el (python-mode): Derive from prog-mode.
22919         * progmodes/ps-mode.el (ps-mode):
22920         * progmodes/mixal-mode.el (mixal-mode):
22921         * progmodes/cfengine.el (cfengine-mode):
22922         * progmodes/ld-script.el (ld-script-mode): Likewise.
22924 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
22926         * window.el (display-buffer-alist): Trim default value to avoid
22927         popping up a new frame (Bug#8857) or reusing an arbitrary window
22928         on another frame.
22929         (display-buffer): Do not fall back on popping up a new frame in
22930         batch mode (Bug#8857).
22932 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
22934         * cus-theme.el (describe-theme-1): Use custom-theme-p.
22935         (custom-theme-summary): New function.
22936         (customize-themes): Use it.
22938 2011-06-13  Glenn Morris  <rgm@gnu.org>
22940         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22942 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
22944         * help.el (help-window): Remove variable.
22945         (help-window-point-marker, temp-buffer-max-height)
22946         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22947         (help-print-return-message): Don't set help-window.
22948         (resize-temp-buffer-window): Rewrite cod eand doc-string.
22949         (help-window-setup-finish): Remove.
22950         (help-window-display-message, help-window-setup)
22951         (with-help-window): Major rewrite based on new
22952         display-buffer-window variable.
22954         * help-mode.el (help-mode-finish): Remove help-window related
22955         code.
22957         * view.el (view-exits-all-viewing-windows): Remove reference to
22958         view-return-to-alist in doc-string.
22959         (view-return-to-alist): Make obsolete.
22960         (view-buffer): Call pop-to-buffer-same-window and remove
22961         undo-window code.
22962         (view-buffer-other-window): Call pop-to-buffer-other-window and
22963         simplify code.  Ignore second argument.
22964         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22965         simplify code.  Ignore second argument.
22966         (view-return-to-alist-update): Make obsolete.
22967         (view-mode-enter): Rename second argument to QUIT-RESTORE.
22968         Rewrite using quit-restore window parameters.
22969         (view-mode-exit): Rename second argument to EXIT-ONLY.
22970         Rewrite using quit-restore-window.
22971         (View-exit, View-exit-and-edit, View-leave, View-quit)
22972         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22973         appropriate arguments.
22974         (view-end-message): Use quit-restore window parameter.
22976         * window.el (display-buffer-function): Rewrite doc-string.
22977         (display-buffer-window, display-buffer-alist): New variables.
22978         (display-buffer-split-specifiers)
22979         (display-buffer-side-specifiers)
22980         (display-buffer-macro-specifiers): New constants.
22981         (display-buffer-even-window-sizes, display-buffer-set-height)
22982         (display-buffer-set-width, display-buffer-select-window)
22983         (display-buffer-in-window, display-buffer-reuse-window)
22984         (display-buffer-split-window-1, display-buffer-split-window)
22985         (display-buffer-split-atom-window, display-buffer-pop-up-window)
22986         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22987         (display-buffer-in-side-window, normalize-buffer-to-display)
22988         (display-buffer-normalize-specifiers-1)
22989         (display-buffer-normalize-specifiers-2)
22990         (display-buffer-normalize-specifiers, display-buffer-frame):
22991         New functions.
22992         (display-buffer): Major rewrite.
22993         (display-buffer-other-window, display-buffer-other-frame)
22994         (pop-to-buffer, switch-to-buffer-other-window)
22995         (switch-to-buffer-other-frame): Rewrite.
22996         (display-buffer-same-window, display-buffer-same-frame)
22997         (display-buffer-same-frame-other-window)
22998         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22999         (pop-to-buffer-other-window)
23000         (pop-to-buffer-same-frame-other-window)
23001         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
23002         (switch-to-buffer-other-window-same-frame): New functions.
23003         (same-window-p, special-display-p): Rewrite disabling warnings.
23004         Make obsolete.
23005         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23006         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
23007         Make obsolete
23008         (same-window-buffer-names, same-window-regexps)
23009         (special-display-frame-alist, special-display-popup-frame)
23010         (special-display-function, special-display-buffer-names)
23011         (special-display-regexps, pop-up-frame-alist)
23012         (pop-up-frame-function, split-window-preferred-function)
23013         (split-height-threshold, split-width-threshold)
23014         (even-window-heights): Make obsolete.
23016 2011-06-12  Glenn Morris  <rgm@gnu.org>
23018         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
23019         Misc simplifications.
23021 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
23023         * window.el (window-safely-shrinkable-p): Restore function which
23024         was inadvertently removed in change from 2011-06-11.  Declare as
23025         obsolete.
23027         * calendar/calendar.el (calendar-generate-window):
23028         Use window-iso-combined-p instead of combination of one-window-p and
23029         window-safely-shrinkable-p.
23031 2011-06-12  Glenn Morris  <rgm@gnu.org>
23033         * progmodes/fortran.el (fortran-mode-syntax-table):
23034         * progmodes/f90.el (f90-mode-syntax-table):
23035         Set % to punctuation.  (Bug#8820)
23036         (f90-find-tag-default): Remove, no longer needed.
23038 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
23040         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23042 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
23044         * image.el (image-animated-p): Return animation delay in seconds.
23045         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23046         (image-animate-timeout): Remove DELAY argument.  Don't assume
23047         every subimage has the same delay; get it from image-animated-p.
23048         (image-animate): Caller changed.
23050 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
23052         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23053         to ignored backtrace functions.
23055 2011-06-11  Glenn Morris  <rgm@gnu.org>
23057         * calendar/appt.el (appt-disp-window-function): Doc fix.
23058         (appt-check): Handle overlapping appointments.  (Bug#8337)
23060 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
23062         * window.el (window-tree-1, window-tree): New functions, moving
23063         the latter to window.el.
23064         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23065         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23066         (bw-refresh-edges): Remove.
23067         (balance-windows-1, balance-windows-2): New functions.
23068         (balance-windows): Rewrite in terms of window tree functions,
23069         balance-windows-1 and balance-windows-2.
23070         (bw-adjust-window): Remove.
23071         (balance-windows-area-adjust): New function with functionality of
23072         bw-adjust-window but using resize-window.
23073         (set-window-text-height): Rewrite doc-string.
23074         Use normalize-live-window and resize-window.
23075         (enlarge-window-horizontally, shrink-window-horizontally):
23076         Rename argument to DELTA.
23077         (window-buffer-height): New function.
23078         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
23079         Rewrite using new window resize routines.
23080         (kill-buffer-and-window, mouse-autoselect-window-select):
23081         Use ignore-errors instead of condition-case.
23082         (quit-window): Call delete-frame instead of delete-windows-on
23083         for the only buffer on frame.
23085 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23087         * loadup.el (top-level): Load window before files for the sake
23088         of replace-buffer-in-windows.
23090         * files.el (read-buffer-to-switch)
23091         (switch-to-buffer-other-window)
23092         (switch-to-buffer-other-frame, display-buffer-other-frame):
23093         Move to window.el.
23095         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23096         (previous-buffer): Move to window.el.
23098         * bindings.el (unbury-buffer): Move to window.el.
23100         * window.el (delete-other-windows-vertically): Move after
23101         definition of delete-other-windows.
23102         (other-window, delete-windows-on, replace-buffer-in-windows):
23103         Move here from window.c.
23104         (record-window-buffer, unrecord-window-buffer)
23105         (set-window-buffer-start-and-point, switch-to-prev-buffer)
23106         (switch-to-next-buffer): New functions.
23107         (get-next-valid-buffer, last-buffer, next-buffer): Move here
23108         from simple.el.  Call switch-to-next-buffer.
23109         (previous-buffer): Move here from simple.el.
23110         Call switch-to-prev-buffer.
23111         (bury-buffer): Move here from buffer.c.  Switch to previous
23112         buffer when window cannot be deleted.
23113         (unbury-buffer): Move here from bindings.el.
23114         (ctl-x-map): Move binding for other-window from window.c to
23115         here.
23116         (read-buffer-to-switch, switch-to-buffer-other-window)
23117         (switch-to-buffer-other-frame): Move here from files.el.
23118         (normalize-buffer-to-switch-to): New functions.
23119         (switch-to-buffer): Move here from buffer.c.
23120         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23122 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23124         * window.el (window-min-height, window-min-width): Move here
23125         from window.c.  Add defcustoms and rewrite doc-strings.
23126         (resize-mini-window, resize-window): New functions.
23127         (adjust-window-trailing-edge, enlarge-window, shrink-window):
23128         Move here from window.c.
23129         (maximize-window, minimize-window): New functions.
23130         (delete-window, delete-other-windows, split-window): Move here
23131         from window.c.
23132         (window-split-min-size): New function.
23133         (split-window-keep-point): Mention split-window-above-each-other
23134         instead of split-window-vertically.
23135         (split-window-above-each-other, split-window-vertically):
23136         Rename split-window-vertically to split-window-above-each-other
23137         and provide defalias for old definition.
23138         (split-window-side-by-side, split-window-horizontally):
23139         Rename split-window-horizontally to split-window-side-by-side
23140         and provide defalias for the old definition.
23141         (ctl-x-map): Move bindings for delete-window,
23142         delete-other-windows and enlarge-window here from window.c.
23143         Replace bindings for split-window-vertically and
23144         split-window-horizontally by bindings for
23145         split-window-above-each-other and split-window-side-by-side.
23147         * cus-start.el (all): Remove entries for window-min-height and
23148         window-min-width.  Add entries for window-splits and
23149         window-nest.
23151 2011-06-09  Glenn Morris  <rgm@gnu.org>
23153         * calendar/appt.el (appt-mode-line): New function.
23154         (appt-check, appt-disp-window): Use it.
23156         * files.el (hack-one-local-variable-eval-safep):
23157         Allow minor-modes with explicit +/-1 arguments.
23159 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
23161         * term/xterm.el (xterm): Add defgroup.
23162         (xterm-extra-capabilities): Add defcustom to supply known xterm
23163         capabilities, skip querying them, or query them (default).
23164         (terminal-init-xterm): Use it.
23165         (terminal-init-xterm-modify-other-keys): New function to set up
23166         modifyOtherKeys support to simplify `terminal-init-xterm'.
23168 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
23170         * window.el (resize-window-reset, resize-window-reset-1)
23171         (resize-subwindows-skip-p, resize-subwindows-normal)
23172         (resize-subwindows, resize-other-windows, resize-this-window)
23173         (resize-root-window, resize-root-window-vertically)
23174         (window-deletable-p, window-or-subwindow-p)
23175         (frame-root-window-p): New functions.
23177 2011-06-09  Glenn Morris  <rgm@gnu.org>
23179         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23180         (ange-ftp-get-files): Use it.
23182 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
23184         * mail/sendmail.el (mail-recover-1, mail-recover):
23185         * files.el (recover-file, recover-session):
23186         Handle dired-listing-switches not being just a single short option.
23188 2011-06-09  Glenn Morris  <rgm@gnu.org>
23190         * calendar/appt.el (appt-display-message, appt-disp-window):
23191         Handle lists of appointments.
23193 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23195         * window.el (one-window-p): Move down in code.
23196         Rewrite doc-string.
23197         (window-current-scroll-bars): Rewrite doc-string.
23198         Normalize live window argument.
23199         (walk-windows, get-window-with-predicate, count-windows):
23200         Rewrite doc-string.  Use window-list-1.
23201         (window-in-direction-2, window-in-direction, get-mru-window):
23202         New functions.
23204 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
23206         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23207         Doc fix (Bug#8713).
23209 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
23211         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23213 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
23215         * loadhist.el (unload-feature-special-hooks):
23216         Add `comint-output-filter-functions'.
23218 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
23220         * calendar/appt.el (appt-check): Move some initializations into the let.
23222 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23224         * window.el (window-height): Defalias to window-total-height.
23225         (window-width): Defalias to window-body-width.
23227 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
23229         * image-mode.el (image-toggle-animation): New command.
23230         (image-mode-map): Bind it to RET.
23231         (image-mode): Update message.
23232         (image-toggle-display-image): Avoid a spurious cache flush.
23233         (image-transform-rotation): Doc fix.
23234         (image-transform-properties): Return quickly in the normal case.
23235         (image-animate-loop): Rename from image-animate-max-time.
23237         * image.el (image-animate-max-time): Move to image-mode.el.
23238         (create-animated-image): Remove unnecessary function.
23239         (image-animate): Rename from image-animate-start.  New arg.
23240         (image-animate-stop): Remove; just use image-animate-timer.
23241         (image-animate-timer): Use car-safe.
23242         (image-animate-timeout): Rename argument.
23244 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
23246         * window.el (get-lru-window, get-largest-window): Move here from
23247         window.c.  Rename first argument to ALL-FRAMES.
23248         Rephrase doc-strings.
23249         (get-buffer-window-list): Rewrite using window-list-1.
23250         Rephrase doc-string.
23251         (window-safe-min-height, window-safe-min-width): New constants.
23252         (window-size-ignore, window-min-size, window-min-size-1)
23253         (window-sizable, window-sizable-p, window-size-fixed-1)
23254         (window-size-fixed-p, window-min-delta-1, window-min-delta)
23255         (window-max-delta-1, window-max-delta, window-resizable)
23256         (window-resizable-p, window-total-height, window-total-width)
23257         (window-body-width): New functions.
23258         (window-full-height-p, window-full-width-p): Rewrite using
23259         window-total-size.
23260         (window-body-height): Rewrite using window-body-size.
23262 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
23264         * window.el (window-right, window-left, window-child)
23265         (window-child-count, window-last-child, window-any-p)
23266         (normalize-live-buffer, normalize-live-frame)
23267         (normalize-any-window, normalize-live-window)
23268         (window-iso-combination-p, window-iso-combined-p)
23269         (window-iso-combinations)
23270         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23271         (windows-with-parameter, window-with-parameter)
23272         (window-atom-root, make-window-atom, window-atom-check-1)
23273         (window-atom-check, window-side-check, window-check):
23274         New functions.
23275         (ignore-window-parameters, window-sides, window-sides-vertical)
23276         (window-sides-slots): New variables.
23277         (window-size-fixed): Move down in code.  Minor doc-string fix.
23279 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
23281         * comint.el (comint-dynamic-complete-as-filename)
23282         (comint-dynamic-complete-filename): Correctly call
23283         completion-in-region.
23285 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23287         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23288         in last change.
23290 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23292         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23293         (rcirc): Use it to prompt for encryption.
23295 2011-06-05  Roland Winkler  <winkler@gnu.org>
23297         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23298         (bibtex-search-entries): New command bound to C-c C-a.
23299         (bibtex-display-entries): New function.
23301 2011-06-05  Roland Winkler  <winkler@gnu.org>
23303         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23304         (bibtex-insert-kill): After yanking insert newline if necessary.
23305         (bibtex-initialize): Call bibtex-string-files-init only once.
23306         (bibtex-mode): Do not call easy-menu-add.
23307         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23308         (bibtex-yank): Set arg properly if nil.
23310 2011-06-05  Roland Winkler  <winkler@gnu.org>
23312         * textmodes/bibtex.el (bibtex-search-entry-globally):
23313         New variable.
23314         (bibtex-search-entry): Use it.
23316 2011-06-05  Roland Winkler  <winkler@gnu.org>
23318         * textmodes/bibtex.el (bibtex-entry-format): New option
23319         sort-fields.
23320         (bibtex-format-entry, bibtex-reformat): Honor this option.
23321         (bibtex-parse-entry): Return fields in proper order.
23323 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
23325         * doc-view.el (doc-view-remove-if): Move computation of result out
23326         of `dolist' to silence misleading lexical-binding warning.
23328 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
23330         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23331         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23333 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23335         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23336         "SunOS 5.10".
23338 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23340         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23341         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23342         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23343         (tramp-parse-putty):
23344         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23345         (tramp-completion-function-alist-ssh)
23346         (tramp-completion-function-alist-telnet)
23347         (tramp-completion-function-alist-su)
23348         (tramp-completion-function-alist-putty): Set `tramp-autoload'
23349         cookie.
23351         * net/tramp-ftp.el:
23352         * net/tramp-sh.el:
23353         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23354         load "tramp.el" `tramp-set-completion-function'.
23356 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23358         * shell.el: Require and use pcomplete.
23359         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23360         (shell-completion-vars): Set pcomplete-default-completion-function.
23362 2011-06-04  Deniz Dogan  <deniz@dogan.se>
23364         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23365         `memq' (Bug#8799).
23367 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23369         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23371 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
23373         * bs.el (bs--mark-unmark, bs--nth-wrapper):
23374         * mpc.el (mpc-select-extend, mpc-songpointer-context):
23375         * vc/log-view.el (log-view-beginning-of-defun):
23376         * vc/smerge-mode.el (smerge-apply-resolution-patch)
23377         (smerge-refine-forward, smerge-refine-chopup-region):
23378         Silence warning for unused `dotimes' counter variables.
23380 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23382         * net/tramp.el (tramp-with-progress-reporter): Rename from
23383         with-progress-reporter.  Use `declare'.
23384         * net/tramp-smb.el:
23385         * net/tramp-sh.el:
23386         * net/tramp-gvfs.el: Update all uses.
23388 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
23390         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23391         buffer isn't killed before making it current.
23393 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23395         Silence various byte-compiler warnings.
23396         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23397         `access-type' and new obsolescence format.
23398         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23399         new format.
23400         (byte-compile-check-variable): New `access-type' argument.
23401         Only warn if the access-type is obsolete.
23402         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23403         (byte-compile-variable-set): Adjust callers.
23404         * help-fns.el (describe-variable): Adjust to new obsolescence format.
23405         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23406         setting it as obsolete.
23407         * simple.el (minibuffer-completing-symbol):
23408         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23409         access as obsolete.
23410         * minibuffer.el (minibuffer-completing-file-name): Don't make it
23411         obsolete yet.
23412         * international/quail.el (quail-mouse-choose-completion): Remove unused
23413         code referring to obsolete var.
23414         (quail-choose-completion-string): Remove.
23415         * server.el (server-clients-with, server-kill-buffer-query-function)
23416         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23417         * proced.el (proced-send-signal):
23418         * emacs-lisp/lisp.el (lisp-complete-symbol):
23419         Replace completion-annotate-function with completion-extra-properties.
23421 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23423         * simple.el (goto-line): Use read-number.
23424         (overriding-map-is-bound): Remove.
23425         (saved-overriding-map): Change default.
23426         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23427         Take the map as argument.
23428         (universal-argument, negative-argument, digit-argument): Use it.
23429         (restore-overriding-map): Adjust.
23430         (do-auto-fill): Use fill-forward-paragraph.
23431         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23433         * minibuffer.el (minibuffer-inactive-mode-map): New var.
23434         (minibuffer-inactive-mode): New major mode.
23435         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23436         the *Messages* buffer" hack.
23437         (mouse-popup-menubar): Don't burp if the event is a normal key.
23439         Miscellaneous tweaks.
23440         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23441         lexical scoping as in subr.el's dolist and dotimes.
23442         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23443         Silence compiler warning.
23444         * thingatpt.el (forward-whitespace): Trivial coding style fix.
23445         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23446         * international/ccl.el (ccl-compile): Trivial simplification.
23447         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23448         * emacs-lisp/testcover.el (testcover-end): Remove spurious
23449         `printflag' argument.
23450         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23451         Purecopy the whole obsolescence data.
23453 2011-06-01  Leo Liu  <sdl.web@gmail.com>
23455         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23456         improve doc-string as suggested by Marco Pessotto
23457         <melmothx@gmail.com>.
23458         (rcirc-print): Fix last change.
23460 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23462         * minibuffer.el (complete-with-action): Return nil for the metadata and
23463         boundaries of non-functional tables.
23464         (completion-table-dynamic): Return nil for the metadata.
23465         (completion-table-with-terminator): Add default case, using
23466         complete-with-action.
23467         (completion--metadata): New function.
23468         (completion-all-sorted-completions, minibuffer-completion-help): Use it
23469         to try and avoid pathological performance problems.
23470         (completion--embedded-envvar-table): Return `category' metadata.
23472 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23474         * subr.el (process-alive-p): New tiny convenience function.
23476 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23478         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23479         content but also its previous major mode.
23481 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
23483         * emacs-lisp/debug.el (debug): Restore the previous content of the
23484         *Backtrace* buffer when we exit with C-M-c.
23486 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23488         * minibuffer.el: Add metadata method to completion tables.
23489         (completion-category-overrides): New defcustom.
23490         (completion-metadata, completion--field-metadata)
23491         (completion-metadata-get, completion--styles)
23492         (completion--cycle-threshold): New functions.
23493         (completion-try-completion, completion-all-completions):
23494         Add `metadata' argument to choose completion-styles.
23495         (completion--do-completion): Use metadata to choose cycling.
23496         (completion-all-sorted-completions): Use metadata for sorting.
23497         Remove :completion-cycle-penalty which is not needed any more.
23498         (completion--try-word-completion): Add `metadata' argument.
23499         (minibuffer-completion-help): Check metadata for annotation function
23500         and sorting.
23501         (completion-file-name-table): Return `category' metadata.
23502         (minibuffer-completing-file-name): Make obsolete.
23503         * simple.el (minibuffer-completing-symbol): Make obsolete.
23504         * icomplete.el (icomplete-completions): Pass new `metadata' param to
23505         completion-try-completion.
23507 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23509         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23511 2011-05-30  Leo Liu  <sdl.web@gmail.com>
23513         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23514         (rcirc-print): Decode all incoming messages (bug#8744).
23515         (rcirc-decode-coding-system): Allow value nil for automatic coding
23516         system detection.
23518 2011-06-01  Glenn Morris  <rgm@gnu.org>
23520         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23522 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23524         * image.el (image-animate-max-time): Allow nil and t values.
23525         Default to nil.
23526         (create-animated-image): Doc fix.
23527         (image-animate-start): Remove second arg; just use
23528         image-animate-max-time.
23529         (image-animate-timeout): Doc fix.  Args changed.
23531         * image-mode.el (image-toggle-display-image): Ensure that the
23532         image spec passed to the animate timer is the same object as in
23533         the buffer's display property (Bug#6981).
23534         (image-transform-properties): Doc fix.
23536         * image.el (image-animate-max-time): Default to nil.
23538 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
23540         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23541         entire buffer list (Bug#8184).
23543 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23545         * image.el (imagemagick-types-inhibit)
23546         (imagemagick-register-types): Doc fix.
23548 2011-05-29  Deniz Dogan  <deniz@dogan.se>
23550         * net/rcirc.el (rcirc): Use the user's stored encryption method by
23551         default.
23553 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23555         * select.el: Don't perform clipboard-manager saving in hooks;
23556         leave the hooks empty.
23558 2011-05-28  Leo Liu  <sdl.web@gmail.com>
23560         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23561         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
23562         (occur-edit-mode): New major mode (Bug#8463).
23563         (occur-after-change-function): New function.
23564         (occur-engine): Give Occur tags a read-only property.
23566 2011-05-28  Kevin Ryde  <user42@zip.com.au>
23568         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23570 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23572         * bindings.el (help-echo): Make the initial non-indicator dash
23573         empty on graphical terminals (Bug#7295).
23575         * files.el (auto-mode-alist): Move config rule after the
23576         in-stripping one (Bug#8547).
23578         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23580         * startup.el (normal-splash-screen): Remove gratuitous mode-line
23581         setting (Bug#8740).
23583 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
23585         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23586         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23587         (Bug#8539).
23589 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23591         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23593 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
23595         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23596         (hs-hide-block-at-point, hs-find-block-beginning)
23597         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23598         (Bug#8279).
23600 2011-05-28  Glenn Morris  <rgm@gnu.org>
23602         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
23604 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23606         * help-fns.el (describe-function-1): If the function is a derived
23607         major mode, print the parent mode.
23609         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23610         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23612 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23614         * minibuffer.el (completion--capf-wrapper): Check applicability before
23615         returning non-nil for non-exclusive completion data.
23616         * progmodes/etags.el (tags-completion-at-point-function):
23617         * info-look.el (info-lookup-completions-at-point): Mark as
23618         non-exclusive.
23619         (info-complete): Adjust accordingly.
23621         * info-look.el: Convert to lexical-binding and completion-at-point.
23622         (info-lookup-completions-at-point): New function.
23623         (info-complete): Use it and completion-in-region.
23625 2011-05-28  Drew Adams  <drew.adams@oracle.com>
23627         * isearch.el: Let M-e start with point at the first mismatched char.
23628         (isearch-fail-pos): New function.
23629         (isearch-edit-string): Use it.
23631 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23633         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23635 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
23637         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
23638         traversal functions for avl-trees.
23639         (avl-tree--stack): New struct.
23640         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23641         (avl-tree-enter): Add optional `updatefun' arg.
23642         (avl-tree--do-enter): Add optional `updatefun' arg.
23643         Change return value.
23644         (avl-tree-delete): Add optional `test' and `nilflag' args.
23645         (avl-tree--do-delete): Add `test' and `nilflag' args.
23646         Change return value.
23647         (avl-tree-member): Add optional `nilflag'
23648         (avl-tree-member-p): New function.
23649         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23650         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23651         (avl-tree-stack-empty-p): New functions.
23653         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23654         avl-tree--del-balance1 and make it work both ways.
23655         (avl-tree--del-balance2): Remove.
23656         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23657         make it work both ways.
23658         (avl-tree--enter-balance2): Remove.
23659         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23660         New macros.
23661         (avl-tree--mapc, avl-tree-map): Add direction argument.
23663 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
23665         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23667 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
23669         * select.el: Support clipboard managers with built-in function
23670         x-clipboard-manager-save, via delete-frame-functions and
23671         kill-emacs-hook.
23672         (xselect-convert-to-targets): Add MULTIPLE target to list.
23673         (xselect-convert-to-save-targets): New function.
23675 2011-05-27  Kenichi Handa  <handa@m17n.org>
23677         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23678         let-binding rfc2047-encode-encoded-words to nil.
23680 2011-05-27  Glenn Morris  <rgm@gnu.org>
23682         * mail/emacsbug.el: Don't require url-util.
23684         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
23686         * files.el (set-auto-mode):
23687         Also respect mode: entries at the end of the file.  (Bug#8586)
23689 2011-05-26  Glenn Morris  <rgm@gnu.org>
23691         * files.el (hack-local-variables-prop-line, hack-local-variables):
23692         Downcase mode names, as seems to be traditional.
23693         (hack-local-variables, hack-local-variables-apply): Doc fixes.
23695         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23696         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
23698 2011-05-25  Julien Danjou  <julien@danjou.info>
23700         * textmodes/rst.el (rst-define-level-faces): Do not define face
23701         symbol if it is already defined.
23703 2011-05-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23705         * play/5x5.el (5x5-new-game, 5x5-randomize):
23706         Reset 5x5-solver-output to nil when a new grid is cast.
23707         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23708         these debugging traces, as defmacro breaks the compiled code.
23710 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23712         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23714 2011-05-24  Leo Liu  <sdl.web@gmail.com>
23716         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23717         (vc-bzr-sha1): Adapt.
23719         * sha1.el: Remove.  Function `sha1' is now builtin.
23721         * bindings.el: Provide sha1 feature.
23723 2011-05-24  Kenichi Handa  <handa@m17n.org>
23725         * mail/sendmail.el: Require `rfc2047'.
23726         (mail-insert-from-field): Do not perform RFC2047 encoding.
23727         (mail-encode-header): New function.
23728         (sendmail-send-it): Set buffer-file-coding-system of the work
23729         buffer to the return value of select-message-coding-system.
23730         Call mail-encode-header.
23732         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23734 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
23736         * mail/supercite.el (sc-default-cite-frame):
23737         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23739 2011-05-24  Glenn Morris  <rgm@gnu.org>
23741         * progmodes/python.el (brm-menu): Declare.
23743         * emulation/viper.el (viper-set-hooks): Declare.
23745         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23746         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23747         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23748         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23749         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23750         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23752 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23754         Add an :exit-function for completion-at-point.
23756         * minibuffer.el (completion--done): New fun.
23757         (completion--do-completion): Use it.  New arg `expect-exact'.
23758         (minibuffer-complete, minibuffer-complete-word): Don't output message,
23759         since completion--do-completion does it for us now.
23760         (minibuffer-force-complete): Use completion--done and
23761         completion--replace.  Handle sole-completion case with more care.
23762         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23763         (completion-extra-properties): New var.
23764         (completion-annotate-function): Make obsolete.
23765         (minibuffer-completion-help): Adjust accordingly.
23766         Use completion-list-insert-choice-function.
23767         (completion-at-point, completion-help-at-point):
23768         Bind completion-extra-properties.
23769         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23770         * simple.el (completion-list-insert-choice-function): New var.
23771         (completion-setup-function): Preserve it.
23772         (choose-completion): Pay attention to it, shuffle the code a bit.
23773         (choose-completion-string): New arg `insert-function'.
23775         * textmodes/bibtex.el: Convert to lexical binding.
23776         (bibtex-mode-map): Use completion-at-point.
23777         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23778         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23779         (bibtex-complete): Define as obsolete alias.
23780         (bibtex-complete-internal): Remove.
23781         (bibtex-format-entry): Remove unused sub-group in regexp.
23782         * shell.el (shell--command-completion-data)
23783         (shell-environment-variable-completion):
23784         * pcomplete.el (pcomplete-completions-at-point):
23785         * comint.el (comint--complete-file-name-data): Use :exit-function
23786         instead of completion-table-with-terminator so it also works for
23787         choose-completion.
23789 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23791         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23793         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23794         (bug#8710).
23796         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23798 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
23800         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23801         customization variable and implement: If non-nil, auto-fill will
23802         be inhibited while on topic's header line.
23804 2011-05-23  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23806         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23807         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
23808         always have a solution in grid size = 5 cases.
23809         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23810         (5x5-solver-output, 5x5-log-buffer): New vars.
23811         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23812         Make these variables buffer local to achieve 5x5 multi-session-ness.
23813         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23814         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23815         (5x5-solve-suggest): New funs.
23816         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23817         randomize a grid so that we ensure that there is always a solution.
23818         (5x5-make-random-grid): Allow other movement than flipping.
23820 2011-05-23  Kevin Ryde  <user42@zip.com.au>
23822         * emacs-lisp/advice.el (ad-read-advised-function):
23823         Use `function-called-at-point' as the default, if it has
23824         advice and passes PREDICATE.
23826 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23828         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23829         byte-compile-lambda if it's actually a lambda.
23831         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23832         Fix function quoting.  Use backquote better.
23834 2011-05-22  Yuanle Song  <sylecn@gmail.com>
23836         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23837         matching (Bug#8516).
23839 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
23841         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23842         different face (Bug#8178).
23844 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
23846         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23847         defface (Bug#8144).
23849 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23851         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23852         funcall as well (bug#8712).  Warn when performing those conversions.
23853         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23855         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23857 2011-05-22  Glenn Morris  <rgm@gnu.org>
23859         * files.el (hack-local-variables-prop-line): Small simplifications.
23860         (hack-local-variables, hack-local-variables-prop-line):
23861         If MODE-ONLY, return the mode, rather than just `t'.
23863 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23865         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23867 2011-05-21  Glenn Morris  <rgm@gnu.org>
23869         * files.el (hack-local-variables-prop-line, hack-local-variables):
23870         If only interested in the mode, don't bother doing the other stuff.
23872         * image-mode.el (image-after-revert-hook):
23873         Redraw all frames on which the image is visible.  (Bug#8567)
23875         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
23877         * wid-edit.el (widget-checklist-match-inline):
23878         Fix 2011-04-19 change.  (Bug#8649)
23880 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23882         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23883         Also allow singlespace after single-letter capitals followed by a dot.
23885         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23886         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23888 2011-05-20  Nix  <nix@esperi.org.uk>
23890         * files.el (basic-save-buffer-2):
23891         Fix handling of break-hardlink-on-save with non-existent files.
23893 2011-05-19  Deniz Dogan  <deniz@dogan.se>
23895         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23896         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23898 2011-05-19  Glenn Morris  <rgm@gnu.org>
23900         * progmodes/f90.el (f90-type-def-re):
23901         Handle "type, bind(c)".  (Bug#8691)
23903         * emacs-lisp/autoload.el (batch-update-autoloads):
23904         Set autoload-excludes by parsing loadup.el rather than Makefiles.
23906 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
23908         * net/tramp.el (tramp-process-actions): Set "first-password-request"
23909         property for the correct connection in case of multihops.
23911 2011-05-18  Glenn Morris  <rgm@gnu.org>
23913         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23914         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23916         Rationalize calendar handling of day and month abbrev-arrays.
23917         * calendar/calendar.el (calendar-customized-p): New function.
23918         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23919         (calendar-day-name-array, calendar-month-name-array): Doc fix.
23920         Add :set function.
23921         (calendar-abbrev-length, calendar-day-abbrev-array)
23922         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23923         (calendar-day-abbrev-array, calendar-month-abbrev-array):
23924         Elements may no longer be nil.
23925         (calendar-day-name, calendar-month-name):
23926         Update for changed nature of abbrev arrays.
23927         * calendar/diary-lib.el (diary-name-pattern):
23928         Update for changed nature of abbrev arrays.
23929         (diary-mark-entries-1): Update calendar-make-alist calls.
23930         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23931         * calendar/cal-html.el (cal-html-day-abbrev-array):
23932         Simply inherit from calendar-day-abbrev-array.
23934 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23936         * progmodes/grep.el (grep-mode): Disable default
23937         compilation-directory-matcher setting (bug#8684).
23939 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
23941         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23942         instead of "head" and "tail".  There were problems with SunOS 5.9,
23943         and it performs better.
23945 2011-05-17  Glenn Morris  <rgm@gnu.org>
23947         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23949         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23950         Replace obsolete function.
23952         * shell.el (pcomplete-parse-arguments-function): Declare.
23954         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23955         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23956         (appt-check): Doc fixes.
23957         (appt-disp-window-function, appt-delete-window-function):
23958         Remove needless special case in custom :type.
23959         (appt-display-count): Default to 0, not nil.
23960         (appt-check): Reset appt-display-count to 0, not nil.
23962 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
23964         * progmodes/python.el (python-font-lock-keywords):
23965         Add the Python 3.X keyword "nonlocal" (bug#8639).
23967 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23969         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23971 2011-05-16  Kevin Ryde  <user42@zip.com.au>
23973         * info-look.el (makefile-automake-mode): New setups, looking in
23974         automake manual, then makefile-mode.
23975         (makefile-mode): Remove automake manual, have it just in
23976         makefile-automake-mode since there's various things different or
23977         not relevant to plain make.
23978         (makefile-mode): Remove "other-modes" non-existent automake-mode,
23979         believe a hypothetical automake-mode would go to makefile-mode,
23980         not the other way around.
23982 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
23984         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23985         hunk-end tags (Bug#8672).
23987         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23988         vc-annotate-show-diff-revision-at-line (Bug#8671).
23990 2011-05-14  Glenn Morris  <rgm@gnu.org>
23992         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23993         in the middle of an existing one with multiple authors.  (Bug#8645)
23994         (change-log-font-lock-keywords): Also handle multiple author lines
23995         with leading tabs.  (Bug#8644)
23997         * calendar/appt.el (appt-check): Rename some local variables.
23998         Some simplification/reordering.
24000         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
24001         (feedmail-sendmail-f-doesnt-sell-me-out)
24002         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24003         (feedmail-debug-sit-for, feedmail-queue-express-hook)
24004         (feedmail-queue-runner-message-sender): Set :version.
24005         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
24006         (bbdb-dwim-net-address, vm-mail): Declare.
24007         (feedmail-binmail-gnulinuxish-template):
24008         Rename from feedmail-binmail-linuxish-template.
24009         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
24010         Use insert-buffer-substring.
24012 2011-05-14  Bill Carpenter  <bill@carpenter.org>
24014         * mail/feedmail.el (feedmail-patch-level): Increase.
24015         (feedmail-debug): New custom group.
24016         (feedmail-confirm-outgoing-timeout)
24017         (feedmail-sendmail-f-doesnt-sell-me-out)
24018         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24019         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24020         (feedmail-sender-line, feedmail-from-line)
24021         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24022         (feedmail-spray-this-address)
24023         (feedmail-spray-address-fiddle-plex-list)
24024         (feedmail-queue-use-send-time-for-date)
24025         (feedmail-queue-use-send-time-for-message-id)
24026         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24027         (feedmail-buffer-eating-function):
24028         Doc fixes.
24029         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
24030         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
24031         (feedmail-message-action-scroll-down): New functions.
24032         (feedmail-queue-directory, feedmail-queue-draft-directory):
24033         Use expand-file-name.
24034         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
24035         Remove C-v help entry.
24036         (feedmail-queue-buffer-file-name): New variable.
24037         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24038         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24039         (feedmail-message-action-send-strong, feedmail-message-action-edit)
24040         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24041         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24042         (feedmail-message-action-toggle-spray)
24043         (feedmail-run-the-queue-no-prompts)
24044         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24045         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24046         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24047         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24048         (feedmail-envelope-deducer, feedmail-fiddle-from)
24049         (feedmail-fiddle-sender, feedmail-default-date-generator)
24050         (feedmail-fiddle-date, feedmail-fiddle-message-id)
24051         (feedmail-fiddle-spray-address)
24052         (feedmail-fiddle-list-of-spray-fiddle-plexes)
24053         (feedmail-fiddle-list-of-fiddle-plexes)
24054         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24055         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24056         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24057         Change default.  Doc fix.
24058         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24059         (feedmail-binmail-linuxish-template): New constant.
24060         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
24061         Respect feedmail-sendmail-f-doesnt-sell-me-out.
24062         (feedmail-send-it): Add debug call.
24063         Use feedmail-queue-buffer-file-name, and
24064         feedmail-send-it-immediately-wrapper.
24065         (feedmail-message-action-send): Add debug call.
24066         Use feedmail-send-it-immediately-wrapper.
24067         (feedmail-queue-express-to-queue): Add debug call.
24068         Run feedmail-queue-express-hook.
24069         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
24070         (feedmail-message-action-help-blat):
24071         Rename from feedmail-queue-send-edit-prompt-help-first.
24072         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
24073         Check line-endings.  Handle errors better.
24074         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
24075         Doc fix.  Add debug call.
24076         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
24077         Use feedmail-queue-send-edit-prompt-inner.
24078         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
24079         (feedmail-queue-send-edit-prompt-inner): New function, extracted
24080         from feedmail-queue-send-edit-prompt.
24081         (feedmail-queue-send-edit-prompt-help)
24082         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
24083         (feedmail-tidy-up-slug): Add debug call.
24084         Respect feedmail-queue-slug-suspect-regexp.
24085         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
24086         (feedmail-dump-message-to-queue): Add debug call.
24087         Expand queue-directory.
24088         (feedmail-dump-message-to-queue): Change message slightly.
24089         Use feedmail-say-chatter.
24090         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
24091         (feedmail-send-it-immediately-wrapper): New function.
24092         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
24093         Insert empty string rather than newline.  Handle full-frame case.
24094         Use catch/throw.  Use feedmail-say-chatter.
24095         (feedmail-fiddle-from): Try mail-host-address.
24096         (feedmail-default-message-id-generator): Doc fix.
24097         Bind system-time-locale.  Handle missing end.
24098         (feedmail-fiddle-x-mailer): Add debug call.
24099         Handle feedmail-x-mailer-line being nil.
24100         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24101         Add debug call.  Use buffer-substring-no-properties.
24102         (feedmail-say-debug, feedmail-say-chatter): New functions.
24103         (feedmail-find-eoh): Give an explicit error.
24105 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
24107         * net/newst-treeview.el (newsticker-treeview-face): Change default
24108         family from helvetica to sans.
24109         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24110         etc/images/newsticker.
24112         * net/newst-reader.el (newsticker-feed-face): Change default
24113         family from helvetica to sans.
24115         * net/newst-plainview.el (newsticker-new-item-face)
24116         (newsticker-old-item-face, newsticker-immortal-item-face)
24117         (newsticker-obsolete-item-face, newsticker-date-face)
24118         (newsticker-statistics-face): Change default family from
24119         helvetica to sans.
24120         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24121         etc/images/newsticker.
24123         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24124         (newsticker--process-auto-mark-filter-match): Tell user about
24125         auto-marking.
24127 2011-05-13  Didier Verna  <didier@xemacs.org>
24129         Common Lisp indentation improvements on defmethod and lambda-lists.
24130         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24131         TODO entries.
24132         (lisp-lambda-list-keyword-parameter-indentation)
24133         (lisp-lambda-list-keyword-parameter-alignment)
24134         (lisp-lambda-list-keyword-alignment): New customizable user options.
24135         (lisp-indent-defun-method): Improve docstring.
24136         (extended-loop-p): Fix comment.
24137         (lisp-indent-lambda-list-keywords-regexp): New variable.
24138         (lisp-indent-lambda-list): New function.
24139         (lisp-indent-259): Use it.
24140         (lisp-indent-defmethod): Support for more than one
24141         method qualifier and properly indent methods lambda-lists.
24142         (defgeneric): Provide a missing common-lisp-indent-function property.
24144 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24146         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24147         bounds for the empty string (bug#8667).
24149 2011-05-13  Glenn Morris  <rgm@gnu.org>
24151         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24153         * mail/sendmail.el (sendmail-program): Try executable-find first.
24154         (sendmail-send-it): `sendmail-program' cannot be unbound.
24156         * calendar/appt.el (appt-make-list): Simplify.
24157         (appt-time-msg-list): Doc fix.
24158         (appt-check): Change mode-line message at the time of the appointment.
24160 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
24162         * progmodes/ld-script.el (ld-script-keywords)
24163         (ld-script-builtins): Update keywords list.
24165 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24167         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24169         * shell.el (shell-completion-vars): New function.
24170         (shell-mode):
24171         * simple.el (read-shell-command): Use it.
24172         (blink-matching-open): No need for " [...]" in minibuffer-message.
24174 2011-05-12  Glenn Morris  <rgm@gnu.org>
24176         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24177         (appt-check): Simplify.
24179 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
24181         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24182         literal "/dev/null".
24184 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24186         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24187         Fix typo.
24189 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
24191         * progmodes/which-func.el (which-function):
24192         Use add-log-current-defun instead of add-log-current-defun-function,
24193         which might not be defined (Bug#8260).
24195 2011-05-12  Glenn Morris  <rgm@gnu.org>
24197         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24198         Let byte-compile-initial-macro-environment always take precedence.
24200 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24202         * net/rcirc.el: Add support for SSL/TLS connections.
24203         (rcirc-server-alist): New field `encryption'.
24204         (rcirc): Check `encryption' settings.
24205         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
24206         Merge make-local-variable into `set'.
24207         (rcirc--connection-open-p): New function.
24208         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24209         the process is not a network process (e.g. running gnutls-cli).
24210         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24211         Make rcirc-(en|de)code-coding-system local here.
24212         (rcirc-mode): Merge make-local-variable into `set'.
24213         (rcirc-parent-buffer): Make permanent buffer-local.
24214         (rcirc-multiline-minor-mode): Don't do it here.
24215         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24216         there's no server buffer.
24218 2011-05-11  Glenn Morris  <rgm@gnu.org>
24220         * newcomment.el (comment-kill): Prefix "unused" local.
24222         * term/w32console.el (get-screen-color): Declare.
24224         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24225         Handle symbol elements of byte-compile-initial-macro-environment.
24227 2011-05-10  Leo Liu  <sdl.web@gmail.com>
24229         * bookmark.el (bookmark-bmenu-mode-map):
24230         Bind bookmark-bmenu-search to `/'.
24232         * mail/footnote.el: Convert to utf-8 encoding.
24233         (footnote-unicode-string, footnote-unicode-regexp): New variable.
24234         (Footnote-unicode): New function.
24235         (footnote-style-alist): Add unicode style to the list.
24236         (footnote-style): Doc fix.
24238 2011-05-10  Jim Meyering  <meyering@redhat.com>
24240         Fix doubled-word typos.
24241         * international/quail.el (quail-insert-kbd-layout): and and -> and
24242         * kermit.el: and and -> and
24243         * net/ldap.el (ldap-search-internal): to to -> to
24244         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24245         * progmodes/js.el (js-mode): and and -> and
24246         * textmodes/artist.el (artist-move-to-xy): at at -> at
24247         (artist-draw-region-trim-line-endings): if if -> if
24248         And Safetyc -> Safety.
24249         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24251 2011-05-10  Glenn Morris  <rgm@gnu.org>
24252             Stefan Monnier  <monnier@iro.umontreal.ca>
24254         * files.el (hack-one-local-variable-eval-safep):
24255         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
24257 2011-05-10  Glenn Morris  <rgm@gnu.org>
24259         * calendar/diary-lib.el (diary-list-entries-hook)
24260         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24261         (diary-nongregorian-marking-hook, diary-list-entries)
24262         (diary-include-other-diary-files, diary-mark-entries)
24263         (diary-mark-included-diary-files): Doc fixes.
24265 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24267         * misc.el: Require tabulated-list.el during compilation.
24269 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24271         * progmodes/compile.el (compilation-start):
24272         Run compilation-filter-hook for the async case too.
24273         (compilation-filter-hook): Doc fix.
24275 2011-05-09  Deniz Dogan  <deniz@dogan.se>
24277         * wdired.el: Remove outdated installation comment.  Fix usage
24278         comment.
24280 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24282         * misc.el: Implement new command `list-dynamic-libraries'.
24283         (list-dynamic-libraries--loaded-only-p): New variable.
24284         (list-dynamic-libraries--refresh): New function.
24285         (list-dynamic-libraries): New command.
24287 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24289         * progmodes/compile.el (compilation-error-regexp-alist-alist):
24290         Fix the ant regexp to handle end-line and end-column info from jikes.
24291         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
24292         higher priority to avoid clobbering by gnu.
24294 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24296         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24297         if the face has existing theme settings (Bug#8454).
24299 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
24301         * progmodes/perl-mode.el (perl-imenu-generic-expression):
24302         Only match variables declared via `my' or `our' (Bug#8261).
24304         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24305         special file names `.' and `..' (Bug#8259).
24307 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24309         * progmodes/grep.el (grep-mode-font-lock-keywords):
24310         Remove buffer-changing entries.
24311         (grep-filter): New function.
24312         (grep-mode): Add it to compilation-filter-hook.
24314         * progmodes/compile.el (compilation-filter-hook)
24315         (compilation-filter-start): New defvars.
24316         (compilation-filter): Call compilation-filter-hook prior to
24317         updating the process mark.
24319 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24321         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24323 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
24325         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24326         mailclient-send-it even if window-system is nil.  (Bug#8595)
24328         * term/w32console.el (terminal-init-w32console):
24329         Call get-screen-color and use its output to set the frame
24330         background-mode.  (Bug#8597)
24332 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24334         Make bytecomp.el understand that defmethod defines funs (bug#8631).
24335         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24336         New functions.
24337         (defgeneric, eieio--defmethod): Use them.
24338         (eieio-defgeneric): Remove.
24339         (defmethod): Call defgeneric in a way visible to the byte-compiler.
24341 2011-05-07  Glenn Morris  <rgm@gnu.org>
24343         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24344         Use let rather than let*.
24345         (timeclock-find-discrep): Remove unused local.
24347         * calendar/diary-lib.el (diary-comment-start): Doc fix.
24349         * calendar/appt.el (appt-time-msg-list): Doc fix.
24351 2011-05-06  Noah Friedman  <friedman@splode.com>
24353         * apropos.el (apropos-print-doc): Only use
24354         emacs-lisp-docstring-fill-column when it is bound to an integer,
24355         per that variable's documentation.
24357 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24359         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24360         and warnings are not silently discarded (e.g. use -d instead of -P).
24362 2011-05-06  Glenn Morris  <rgm@gnu.org>
24364         * calendar/appt.el (appt-message-warning-time): Doc fix.
24365         (appt-warning-time-regexp): New option.
24366         (appt-make-list): Respect appt-message-warning-time.
24368         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24369         New options.
24370         (diary-add-to-list): Strip comments from the displayed string.
24371         (diary-mode): Set comment-start and comment-end.
24373         * vc/diff-mode.el (smerge-refine-subst): Declare.
24374         (diff-refine-hunk): Don't require smerge-mode when compiling.
24376 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
24378         * simple.el (list-processes): Return nil as the docstring says.
24380 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
24382         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24383         to "".
24384         (ange-ftp-write-region, ange-ftp-insert-file-contents)
24385         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24386         determining of binary transfer.  (Bug#7383)
24388 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
24390         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24391         Fix port computation bug.  (Bug#8618)
24393 2011-05-05  Glenn Morris  <rgm@gnu.org>
24395         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24397         * simple.el (shell-dynamic-complete-functions)
24398         (comint-dynamic-complete-functions): Declare.
24400         * net/network-stream.el (gnutls-negotiate):
24401         * simple.el (tabulated-list-print): Fix declarations.
24403         * progmodes/gud.el (syntax-symbol, syntax-point):
24404         Remove unnecessary and incorrect declarations.
24406         * emacs-lisp/check-declare.el (check-declare-scan):
24407         Handle byte-compile-initial-macro-environment in bytecomp.el.
24409 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24411         Fix earlier half-done eieio-defmethod change (bug#8338).
24412         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24413         Streamline and change calling convention.
24414         (defmethod): Adjust accordingly and simplify.
24415         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24416         new eieio--defmethod.
24417         (slot-boundp): Minor CSE simplification.
24419 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
24421         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24422         (glasses-make-readable): Use glasses-separate-capital-groups.
24424 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
24426         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24427         (warning-series): Doc fix.
24428         (display-warning): Don't try to create the buffer if we just found it.
24430 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
24432         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24433         (autoload-find-generated-file): New function.
24434         (generate-file-autoloads): Bind generated-autoload-file to
24435         buffer-file-name.
24436         (update-file-autoloads, update-directory-autoloads):
24437         Use autoload-find-generated-file.  If called interactively, prompt for
24438         output file (Bug#7989).
24439         (batch-update-autoloads): Doc fix.
24441 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
24443         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24445 2011-05-04  Glenn Morris  <rgm@gnu.org>
24447         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24448         function, so it follows changes in calendar-date-style.
24449         (diary-fancy-date-matcher): New function.
24450         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24451         (diary-fancy-font-lock-fontify-region-function):
24452         Use diary-fancy-date-pattern as a function.
24454         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24455         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
24457 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
24459         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24460         instead of positional arguments.  Allow :keylist and :crlfiles
24461         arguments.
24462         (open-gnutls-stream): Call it.
24464         * net/network-stream.el (network-stream-open-starttls): Adjust to
24465         call `gnutls-negotiate' with :process and :hostname arguments.
24467 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24469         * minibuffer.el (completion--message): New function.
24470         (completion--do-completion, minibuffer-complete)
24471         (minibuffer-force-complete, minibuffer-complete-word): Use it.
24472         (completion--do-completion): Don't ignore completion-auto-help when in
24473         icomplete-mode.
24475         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24476         internal encoding (e.g. tibetan zero is not whitespace).
24477         (global-whitespace-mode): Prefer save-current-buffer.
24478         (whitespace-trailing-regexp): Remove useless save-match-data.
24479         (whitespace-empty-at-bob-regexp): Minor simplification.
24481 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
24483         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24485 2011-05-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
24487         * textmodes/ispell.el (ispell-add-per-file-word-list):
24488         Use `concat' to create string for insertion.
24490 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24492         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24493         Avoid open-line which runs post-self-insert-hook.
24494         (bibtex-fill-entry): Remove unused `end' var.
24496 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
24498         * textmodes/ispell.el (ispell-add-per-file-word-list):
24499         Protect against `nil' value of `comment-start' (Bug#8579).
24501 2011-05-03  Leo Liu  <sdl.web@gmail.com>
24503         * isearch.el (isearch-yank-pop): New command.
24504         (isearch-mode-map): Bind it to `M-y'.
24505         (isearch-forward): Mention it.
24507 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24509         * simple.el (minibuffer-complete-shell-command): Remove.
24510         (minibuffer-local-shell-command-map): Use completion-at-point.
24511         (read-shell-command): Setup completion vars here instead.
24512         (read-expression-map): Bind TAB to symbol completion.
24514         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24515         error directly rather via storing it into `results'.
24517 2011-05-02  Leo Liu  <sdl.web@gmail.com>
24519         * vc/diff.el: Fix description.
24521 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24523         * server.el (server-eval-at): New function.
24525 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24527         * net/network-stream.el (open-network-stream): Take a :nowait
24528         parameter and pass it on to `make-network-process'.
24529         (network-stream-open-plain): Ditto.
24531 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
24533         * faces.el (face-spec-set-match-display): Don't match toolkit
24534         options on terminal frames.
24536 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24538         * progmodes/pascal.el: Use lexical binding.
24539         (pascal-mode-map): Remove author preferences.
24541         * pcomplete.el (pcomplete-std-complete): Don't abuse
24542         completion-at-point.
24544 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24546         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24547         removing code that has been dead since 1991 or so.
24549         * startup.el (command-line): When warning about "_emacs", use a
24550         delayed warning to allow the user to filter it out.
24552 2011-04-28  Deniz Dogan  <deniz@dogan.se>
24554         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24555         user has not joined.
24557 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24559         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24560         aren't any completions at point.
24562 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24564         * subr.el (display-delayed-warnings): New function.
24565         (delayed-warnings-hook): New variable.
24567 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24569         * minibuffer.el (completion-at-point, completion-help-at-point):
24570         Don't presume that a given completion-at-point-function will always
24571         use the same calling convention.
24573         * pcomplete.el (pcomplete-completions-at-point):
24574         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
24575         pcomplete-seen is non-nil.
24576         (pcomplete-comint-setup): Also recognize the new comint/shell
24577         completion functions.
24578         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24579         pcomplete-seen is non-nil.
24581 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
24583         * calendar/icalendar.el (diary-lib): Add require statement.
24584         (icalendar--create-uid): Read out a uid from a text-property on
24585         the first character in the entry.  This allows for code to add its
24586         own uid to the entry.
24587         (icalendar--convert-float-to-ical): Add export of
24588         `diary-float'-entries save for those with the optional DAY
24589         argument.
24591 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
24593         * subr.el (shell-quote-argument): Use alternate escaping strategy
24594         when we spot a variable reference in a string.
24596 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24598         * cus-start.el (all): Define customization for debug-on-event.
24600 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24602         * subr.el (shell-quote-argument): Escape correctly under Windows.
24604 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24606         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24608 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
24610         * net/tramp.el (tramp-process-actions): Add POS argument.
24611         Delete region between POS and (pos).
24613         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24614         Use `nil' position in `tramp-process-actions' call.
24615         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24617         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24618         position in `tramp-process-actions' call.
24620         * net/trampver.el: Update release number.
24622 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24624         * custom.el (defcustom): Obey lexical-binding.
24626         Fix octave-inf completion problems reported by Alexander Klimov.
24627         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24628         Inherit from octave-mode-syntax-table.
24629         (inferior-octave-mode): Set info-lookup-mode.
24630         (inferior-octave-completion-at-point): New function.
24631         (inferior-octave-complete): Use it and completion-in-region.
24632         (inferior-octave-dynamic-complete-functions): Use it as well, and use
24633         comint-filename-completion.
24634         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24635         symbol elements which shouldn't be word elements.
24636         (octave-font-lock-keywords, octave-beginning-of-defun)
24637         (octave-function-header-regexp): Adjust regexps accordingly.
24638         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24640 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
24642         * net/gnutls.el (gnutls-errorp): Declare before first use.
24644 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
24646         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24647         verify-error, and verify-hostname-error parameters.  Check whether
24648         default trustfile exists before going to use it.  Add missing
24649         argument to gnutls-message-maybe call.  Return value.
24650         Reported by Claudio Bley <claudio.bley@gmail.com>.
24651         (open-gnutls-stream): Add usage example.
24653         * net/network-stream.el (network-stream-open-starttls): Give host
24654         parameter to `gnutls-negotiate'.
24655         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24656         * subr.el (shell-quote-argument): Escape correctly under Windows.
24658 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
24660         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24661         Use correct match group (bug#8438).
24663 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24665         * emacs-lisp/package.el (package-built-in-p): Fix typo.
24666         (package-menu--generate): New arg specifying packages to show.
24667         (package-menu-refresh, package-menu-execute, list-packages):
24668         Callers changed.
24669         (package-show-package-list): New function, replacing deleted
24670         package--list-packages (renamed because it is non-internal).
24672         * finder.el (finder-list-matches): Use package-show-package-list
24673         instead of deleted package--list-packages.
24675         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24676         Based on a previous implementation by Juanma Barranquero (Bug#8366).
24677         (vc-annotate-mode-map): Bind it to RET.
24679 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
24681         * progmodes/etags.el (next-file): Don't use set-buffer to change
24682         buffers (Bug#8478).
24684 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24686         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24688         * apropos.el (apropos-label-face): Avoid variable-pitch face.
24689         (apropos-accumulator): Doc fix.
24690         (apropos-function, apropos-macro, apropos-command)
24691         (apropos-variable, apropos-face, apropos-group, apropos-widget)
24692         (apropos-plist): Add face property.
24693         (apropos-symbols-internal): Fix indentation.
24694         (apropos-print): Simplify help, and recognize apropos-multi-type.
24695         (apropos-print-doc): Use button-type-get to extract the button's
24696         face property.  Fill docstring (Bug#8352).
24698 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
24700         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24702         * play/mpuz.el (mpuz-silent): Doc fix.
24703         (mpuz-mode-map): Use mapc.
24704         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24705         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24706         Fix typos in docstrings.
24708         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24709         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24711         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24713 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
24715         * minibuffer.el (completion--do-completion): Avoid the "Next char
24716         not unique" prompt if icomplete-mode is enabled (Bug#5849).
24718         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24719         mouse-2 into unread-command-events, it is interpreted correctly.
24721         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24722         (image-toggle-display): Doc fix.
24724 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
24726         * textmodes/page.el (what-page): Use line-number-at-pos to
24727         calculate line number (Bug#6825).
24729 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24731         * eshell/esh-mode.el (find-tag-interactive): Declare function.
24732         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24733         Pass argument NO-DEFAULT to `find-tag-interactive'.
24735 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24737         Lexical-binding cleanup.
24739         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24740         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24741         * progmodes/ada-prj.el (ada-prj-initialize-values)
24742         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24743         (ada-prj-show-value):
24744         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24745         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24746         (antlr-invalidate-context-cache, antlr-options-menu-filter)
24747         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24748         * progmodes/bug-reference.el (bug-reference-push-button):
24749         * progmodes/fortran.el (fortran-line-length):
24750         * progmodes/glasses.el (glasses-change):
24751         * progmodes/octave-mod.el (octave-fill-paragraph):
24752         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24753         (python-pdbtrack-grub-for-buffer, python-sentinel):
24754         * progmodes/sql.el (sql-save-connection):
24755         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24756         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24757         Mark unused parameters.
24759         * progmodes/compile.el (compilation--flush-directory-cache)
24760         (compilation--flush-parse, compile-internal): Mark unused parameters.
24761         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24762         (compilation-next-error-function): Remove unused variable `timestamp'.
24764         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24765         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24767         * progmodes/dcl-mode.el (dcl-end-of-command):
24768         Remove unused variable `start'.
24769         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24770         (dcl-option-value-basic, dcl-option-value-offset)
24771         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24772         Mark unused parameters.
24773         (dcl-save-local-variable): Remove unused variable `val'.
24774         (mode): Declare.
24776         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24777         Mark unused parameters.
24778         (delphi-ignore-changes): Move before first use.
24779         (delphi-charset-token-at): Remove unused variable `start'.
24780         (delphi-else-start): Remove unused variable `if-count'.
24781         (delphi-comment-block-start, delphi-comment-block-end):
24782         Remove unused variable `kind'.
24783         (delphi-indent-line): Remove unused variable `new-point'.
24785         * progmodes/ebrowse.el (ebrowse-files-list)
24786         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24787         Mark unused parameters.  Don't quote `lambda'.
24788         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24789         Don't quote `lambda'.
24790         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24791         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24792         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24793         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24794         Use `ignore-errors'.
24795         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24796         (ebrowse-view/find-file-and-search-pattern)
24797         (ebrowse-view/find-member-declaration/definition):
24798         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24799         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24800         Rename parameter PREFIX-ARG to PREFIX.
24801         (ebrowse-tags-read-name): Remove unused variables `start' and
24802         `member-info'.
24803         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24804         to `tags-file'.
24806         * progmodes/etags.el (local-find-tag-hook): Declare.
24807         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24808         Mark unused parameters.
24810         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24811         (executable-interpret): Mark unused parameter.
24813         * progmodes/flymake.el (flymake-process-sentinel)
24814         (flymake-after-change-function)
24815         (flymake-create-temp-with-folder-structure)
24816         (flymake-get-include-dirs-dot): Mark unused parameters.
24817         (flymake-safe-delete-directory): Remove unused variable `err'.
24819         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24820         (speedbar-timer-fn, speedbar-line-text)
24821         (speedbar-change-expand-button-char, speedbar-delete-subblock)
24822         (speedbar-center-buffer-smartly): Declare functions.
24823         (gdb-find-watch-expression): Remove unused variable `array'.
24824         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24825         (gdb-starting): Mark unused parameters.
24826         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24827         (gdb-table-string): Remove unused variable `res'.
24828         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24829         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24830         (gdb-display-buffer): Remove unused variable `cur-size'.
24832         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24833         allow lexical-binding compilation.
24834         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24835         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24836         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24837         Mark unused parameters.
24838         (gud-gdb-marker-filter): Remove unused variable `match'.
24839         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24840         lambda expressions and funcall them, instead of using `fset'.
24842         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24843         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24845         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24846         variable `header-beg'; use `let'.
24848         * progmodes/icon.el (indent-icon-exp): Remove unused variables
24849         `restart', `last-sexp' and `at-do'.
24851         * progmodes/js.el (js--debug): Mark unused parameter.
24852         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24853         (js--splice-into-items): Remove unused variable `item'.
24854         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24856         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24857         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24858         (makefile-complete): Remove unused variable `try'.
24859         (makefile-fill-paragraph, makefile-match-function-end):
24860         Mark unused parameters.
24862         * progmodes/octave-inf.el (inferior-octave-complete):
24863         Remove unused variable `proc'.
24864         (inferior-octave-output-digest): Mark unused parameter.
24866         * progmodes/perl-mode.el (perl-calculate-indent):
24867         Remove unused variable `err'.
24869         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24870         (prolog-indent-line): Mark unused parameters.
24871         (prolog-indent-line): Remove unused variable `beg'.
24873         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24874         (reporter-dont-compact-list): Declare.
24876         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24877         Remove unused variable `char'.
24878         (sh-debug): Mark unused parameter.
24879         (sh-get-indent-info): Remove unused variable `start'.
24880         (sh-calculate-indent): Remove unused variable `var'.
24882         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24883         (simula-electric-keyword): Remove unused variable `null'.
24884         (simula-search-backward, simula-search-forward): Remove unused
24885         variables `begin' and `end'.
24887         * progmodes/vera-mode.el (vera-guess-basic-syntax):
24888         Remove unused variable `pos'.
24889         (vera-electric-tab, vera-comment-uncomment-region):
24890         Mark unused parameters.
24891         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24893 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
24895         * emacs-lisp/package.el (package--builtins, package-alist)
24896         (package-load-descriptor, package-built-in-p, package-activate)
24897         (define-package, package-installed-p)
24898         (package-compute-transaction, package-buffer-info)
24899         (package--push): Doc fix.  Distinguish more clearly between
24900         version strings and version lists.
24902 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
24904         Lexical-binding cleanup.
24906         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24907         (5x5-make-mutate-best):
24908         * play/fortune.el (fortune-in-buffer):
24909         * play/gomoku.el (gomoku-init-display):
24910         * play/solitaire.el (solitaire, solitaire-do-check):
24911         * play/tetris.el (tetris-default-update-speed-function):
24912         Mark unused parameters.
24914         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24915         (bubbles--shift): Remove unused variable `char-org'.
24916         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
24917         (bubbles--show-images): Remove unused variable `char'.
24919         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24920         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24921         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24922         (decipher-analyze-buffer): Use ?\s.
24923         (decipher-make-checkpoint): Remove unused variable `mapping'.
24925         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24927         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24928         Remove unused variable `result'; use `let'.
24930         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24931         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24932         (gametree-children-shown-p, gametree-compute-reduced-score):
24933         Use `ignore-errors'.
24935         * play/handwrite.el (ps-lpr-switches): Declare.
24936         (handwrite): Remove unused variables `pmin' and `lastp'.
24938         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24940         * play/landmark.el (landmark-init-display)
24941         (landmark-update-naught-weights): Mark unused parameters.
24942         (landmark-y): Remove unused variable `noise'.  Simplify.
24943         (landmark-human-plays): Remove unused variable `score'.
24945         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24946         (mpuz-try-proposal): Remove unused variable `game'.
24948         * play/zone.el (life-patterns): Declare.
24950 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
24952         * vc/vc.el (ediff-vc-internal): Declare function.
24954 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24956         * shell.el: Use lexical-binding and std completion UI.
24957         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24958         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24959         comint-preoutput-filter-functions rather than on
24960         comint-output-filter-functions.
24961         (shell-command-completion, shell--command-completion-data)
24962         (shell-filename-completion, shell-environment-variable-completion)
24963         (shell-c-a-p-replace-by-expanded-directory): New functions.
24964         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24965         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24966         (shell-dynamic-complete-environment-variable): Use them.
24967         (shell-dynamic-complete-as-environment-variable)
24968         (shell-dynamic-complete-as-command): Remove.
24969         (shell-match-partial-variable): Match past point.
24970         * comint.el: Clean up use of completion-at-point-functions.
24971         (comint-completion-at-point): New function.
24972         (comint-mode): Use it completion-at-point-functions.
24973         (comint-dynamic-complete): Make it obsolete.
24974         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24975         (comint-c-a-p-replace-by-expanded-history): New function.
24976         (comint-dynamic-complete-functions)
24977         (comint-replace-by-expanded-history): Use it.
24978         * minibuffer.el (completion-table-with-terminator): Allow dynamic
24979         termination strings.  Try harder to avoid second try-completion.
24980         (completion-in-region-mode-map): Disable bindings that don't work yet.
24982         * comint.el: Use lexical-binding.  Require CL.
24983         (comint-dynamic-complete-functions): Use comint-filename-completion.
24984         (comint-completion-addsuffix): Tweak custom type.
24985         (comint-filename-completion, comint--common-suffix)
24986         (comint--common-quoted-suffix, comint--table-subvert)
24987         (comint--complete-file-name-data): New functions.
24988         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24989         (comint-dynamic-list-filename-completions): Use them.
24990         (comint-dynamic-simple-complete): Make obsolete.
24992         * minibuffer.el (completion-in-region-mode):
24993         Keep completion-in-region-mode--predicate global.
24994         (completion-in-region--postch):
24995         Assume completion-in-region-mode--predicate is not null.
24997         * progmodes/flymake.el (flymake-start-syntax-check-process):
24998         Obey `dir'.  Simplify.
25000         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
25001         we're in VC after all.
25003 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
25005         * vc/vc.el (vc-diff-build-argument-list-internal)
25006         (vc-version-ediff, vc-ediff): New commands.
25007         (vc-version-diff): Use vc-diff-build-argument-list-internal.
25009 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25011         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
25012         add sanity check.
25014         * obsolete/erc-hecomplete.el: Make obsolete.
25015         * obsolete/: Standardize obsolescence info in the header.
25017 2011-04-20  Glenn Morris  <rgm@gnu.org>
25019         * calendar/solar.el (solar-horizontal-coordinates):
25020         Use the longitude argument rather than `calendar-longitude'.
25021         (solar-date-next-longitude): Remove unused locals.
25023 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25025         * whitespace.el: New version 13.2.1.
25027 2011-04-20  felix  <EmacsWiki>  (tiny change)
25029         * whitespace.el (global-whitespace-mode): Keep highlight when
25030         switching between major modes on a file.
25032 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25034         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
25035         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25036         multi-line comments as well.
25038 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
25040         Lexical-binding cleanup.
25042         * arc-mode.el (archive-mode-revert):
25043         * cmuscheme.el (scheme-interactively-start-process):
25044         * custom.el (custom-initialize-delay):
25045         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25046         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25047         * emacs-lock.el (emacs-lock-clear-sentinel):
25048         * ezimage.el (defezimage):
25049         * follow.el (follow-avoid-tail-recenter):
25050         * fringe.el (set-fringe-mode-1):
25051         * generic-x.el (bat-generic-mode-compile):
25052         * help-mode.el (help-info-variable, help-do-xref)
25053         (help-mode-revert-buffer):
25054         * help.el (view-emacs-todo):
25055         * iswitchb.el (iswitchb-completion-help):
25056         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25057         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25058         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25059         * locate.el (locate-update):
25060         * longlines.el (longlines-encode-region)
25061         (longlines-after-change-function):
25062         * outline.el (outline-isearch-open-invisible):
25063         * ps-def.el (declare-function, charset-dimension, char-width)
25064         (encode-char):
25065         * ps-mule.el (ps-mule-plot-string):
25066         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
25067         (recentf-edit-list-select, recentf-edit-list-validate)
25068         (recentf-open-files-action):
25069         * rect.el (delete-whitespace-rectangle-line)
25070         (rectangle-number-line-callback):
25071         * register.el (window-configuration-to-register)
25072         (frame-configuration-to-register):
25073         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
25074         * select.el (xselect-convert-to-string, xselect-convert-to-length)
25075         (xselect-convert-to-targets, xselect-convert-to-delete)
25076         (xselect-convert-to-filename, xselect-convert-to-charpos)
25077         (xselect-convert-to-lineno, xselect-convert-to-colno)
25078         (xselect-convert-to-os, xselect-convert-to-host)
25079         (xselect-convert-to-user, xselect-convert-to-class)
25080         (xselect-convert-to-name, xselect-convert-to-integer)
25081         (xselect-convert-to-atom, xselect-convert-to-identity):
25082         * subr.el (declare, ignore, process-kill-without-query)
25083         (text-clone-maintain):
25084         * terminal.el (te-get-char, te-tic-sentinel):
25085         * tool-bar.el (tool-bar-make-keymap):
25086         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
25087         * type-break.el (type-break-mode, type-break-noninteractive-query):
25088         * view.el (View-back-to-mark):
25089         * wid-browse.el (widget-browse-action, widget-browse-widget)
25090         (widget-browse-widgets, widget-browse-sexp):
25091         * widget.el (define-widget-keywords):
25092         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25093         Mark unused parameters.
25095         * align.el (align-adjust-col-for-rule): Mark unused parameter.
25096         (align-areas): Remove unused variable `look'.
25097         (align-region): Remove unused variables `real-end' and `pos-list'.
25099         * apropos.el (apropos-score-doc): Remove unused variable `i'.
25101         * bindings.el (mode-line-modified, mode-line-remote):
25102         Mark unused parameters.
25103         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25105         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25106         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25108         * comint.el (comint-history-isearch-pop-state)
25109         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25110         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25111         (comint-substitute-in-file-name): Doc fix.
25113         * completion.el (cmpl-statistics-block): Mark unused parameter.
25114         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25115         (save-completions-to-file, load-completions-from-file):
25116         Remove unused local variable `e'.
25118         * composite.el (compose-chars): Remove unused variable `len'.
25119         (lgstring-insert-glyph): Remove unused variable `g'.
25120         (compose-glyph-string): Remove unused variables `ascent',
25121         `descent', `lbearing' and `rbearing'.
25122         (compose-glyph-string-relative): Remove unused variables
25123         `lbearing', `rbearing' and `wadjust'.
25124         (compose-gstring-for-graphic): Remove unused variables `header',
25125         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
25126         (compose-gstring-for-terminal): Remove unused variables `header'
25127         and `nchars'.  Use `let', not `let*'.
25129         * cus-edit.el (Custom-set, Custom-save, custom-reset)
25130         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25131         (Custom-buffer-done, custom-buffer-create-internal)
25132         (custom-browse-visibility-action, custom-browse-group-tag-action)
25133         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25134         (widget-magic-mouse-down-action, custom-toggle-parent)
25135         (custom-add-parent-links, custom-toggle-hide-variable)
25136         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25137         (custom-toggle-hide-face, face, hook, custom-group-link-action)
25138         (custom-face-menu-create, custom-variable-menu-create, get)
25139         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25140         (custom-reset-standard-save-and-update): Remove unused variable `value'.
25141         (customize-apropos): Remove unused variable `tests'.
25142         (custom-group-value-create): Remove unused variable `hidden-p'.
25143         (sort-fold-case): Declare.
25145         * cus-theme.el (custom-reset-standard-faces-list)
25146         (custom-reset-standard-variables-list): Declare.
25147         (customize-create-theme, custom-theme-revert, custom-theme-write)
25148         (custom-theme-choose-mode, customize-themes, custom-theme-save):
25149         Mark unused parameters.
25151         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25153         * delim-col.el (delimit-columns-max): Move defvar before first use.
25155         * descr-text.el (describe-char-categories): Don't quote `lambda'.
25156         (describe-char): Don't quote `lambda'.  Mark unused parameter.
25158         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25159         (auto-insert): Declare.
25160         (desktop-restore-file-buffer): Rename desktop-* parameters;
25161         mark unused ones.
25162         (desktop-create-buffer): Rename desktop-* parameters and bind them.
25163         (desktop-buffer): Rename desktop-* parameters.
25165         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25166         (dframe-reposition-frame-xemacs, dframe-help-echo)
25167         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25168         Mark unused parameters.
25170         * dired-aux.el (backup-extract-version-start, overwrite-query)
25171         (overwrite-backup-query, rename-regexp-query)
25172         (rename-non-directory-query): Declare.
25173         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25174         (dired-add-entry): Remove unused variable `orig-file-name'.
25175         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25176         Use parameter PRESERVE-TIME instead of accessing dynamic variable
25177         `dired-copy-preserve-time' directly.
25178         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25179         (dired-insert-subdir-newpos): Rename unused variable `pos'.
25181         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25182         (dired-virtual-revert, dired-make-relative-symlink):
25183         Mark unused parameters.
25184         (manual-program): Declare.
25185         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25186         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25187         wrapped in `with-no-warnings' to avoid replacing one warning by another.
25189         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25191         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25193         * echistory.el (electric-history-in-progress, Helper-return-blurb):
25194         Declare.
25196         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25198         * electric.el (Electric-command-loop): Rename parameter
25199         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25201         * expand.el (expand-in-literal): Remove unused variable `here'.
25203         * facemenu.el (facemenu-add-new-color):
25204         Remove unused variable `docstring'.
25206         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25207         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25208         (face-attr-construct): Mark unused parameter.  Doc fix.
25209         (read-color): Remove unused variable `hex-string'.
25211         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25212         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25213         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25214         (display-buffer-other-frame): Remove unused variable `old-window'.
25215         (kill-buffer-hook): Declare.
25216         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25217         Mark unused parameters.
25218         (after-find-file): Pass 1 to `auto-save-mode', not t.
25220         * files-x.el (auto-insert): Declare.
25221         (modify-file-local-variable-prop-line): Remove unused variable `val'.
25223         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25224         variable `buf'.  Mark unused parameter.
25225         (find-lisp-insert-directory): Mark unused parameter.
25227         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25228         (format-encode-region): Remove unused variables `cur-buf' and `result'.
25229         (format-common-tail): Remove, unused.
25230         (format-deannotate-region): Remove unused variable `loc'.
25231         (format-annotate-region): Remove unused variable `p'.
25232         (format-annotate-single-property-change): Remove unused variables
25233         `default' and `tail'.
25235         * forms.el (read-file-filter): Declare.
25236         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25238         * frame.el (frame-creation-function-alist): Mark unused parameter.
25239         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25241         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25242         Remove unused parameters.
25243         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25244         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25246         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25247         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25248         (hfy-prepare-tag-map): Mark unused parameters.
25249         (htmlfontify-buffer): Use `called-interactively-p'.
25251         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25252         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25253         (ibuffer-do-occur): Mark unused parameters.
25254         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25255         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25257         * ibuffer.el: Don't quote `lambda'.
25258         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25259         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25260         Mark unused parameters.
25262         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25263         (ido-completing-read): Mark unused parameters.
25264         (ido-copy-current-word): Mark unused parameters;
25265         remove unused variable `name'.
25266         (ido-sort-merged-list): Remove unused parameter `dirs'.
25268         * ielm.el (ielm-input-sender): Mark unused parameter.
25269         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25270         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25271         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25272         `ielm-string' as a dynamic variable accessible from the IELM prompt.
25273         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
25275         * image-dired.el (image-dired-display-thumbs): Remove unused
25276         variables `curr-file' and `count'.
25277         (image-dired-remove-tag): Remove unused variable `start'.
25278         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25279         variable `curr-file'
25280         (image-dired-rotate-original): Remove unused variable `temp-file'.
25281         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25282         Remove unused variable `file'.
25283         (image-dired-gallery-generate): Remove unused variable `curr'.
25284         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25286         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25288         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25290         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25292         * isearch.el (minibuffer-history-symbol): Declare.
25293         (isearch-edit-string): Remove unused variable `err'.
25294         (isearch-message-prefix, isearch-message-suffix):
25295         Mark unused parameters.
25297         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25299         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25301         * makesum.el (double-column): Remove unused variable `cnt'.
25303         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25304         (ido-ignore-item-temp-list): Declare.
25306         * mouse-drag.el (mouse-drag-throw): Remove unused variables
25307         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25308         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25309         (mouse-drag-drag): Remove unused variables `mouse-delta' and
25310         `mouse-col-delta'.
25312         * mouse-sel.el (mouse-extend-internal):
25313         Remove unused variable `orig-window-frame'.
25315         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25316         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25317         Move declarations before first use.
25318         (pcomplete-opt): Mark unused parameters; doc fix.
25320         * proced.el (proced-revert): Mark unused parameter.
25321         (proced-send-signal): Remove unused variable `err'.
25323         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25324         Rename parameter PREFIX-ARG to ARG.
25325         (ps-basic-plot-string, ps-basic-plot-whitespace):
25326         Mark unused parameters.
25328         * replace.el (replace-count): Define.
25329         (occur-revert-function): Mark unused parameters.
25330         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25331         (isearch-case-fold-search, isearch-string): Declare.
25332         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25333         bind `case-fold-search'.  Remove unused variables `beg' and `end',
25334         and simplify.
25335         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25336         COUNT and bind `replace-count'.
25337         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25338         to COUNT.
25340         * savehist.el (print-readably, print-string-length): Declare.
25342         * shadowfile.el (shadow-expand-cluster-in-file-name):
25343         Remove unused variable `cluster'.
25344         (shadow-copy-file): Remove unused variable `i'.
25345         (shadow-noquery, shadow-clusters, shadow-site-cluster)
25346         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25347         (shadow-define-literal-group, shadow-define-regexp-group)
25348         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25350         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25351         (shell): Use `called-interactively-p'.
25352         (shell-directory-tracker): Remove unused variable `chdir-failure'.
25354         * simple.el (compilation-context-lines, comint-file-name-quote-list)
25355         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25356         (delete-backward-char): Remove unused variable `ocol'.
25357         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25358         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25359         (event-apply-hyper-modifier, event-apply-shift-modifier)
25360         (event-apply-control-modifier, event-apply-meta-modifier):
25361         Mark unused parameters.
25362         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25363         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25365         * speedbar.el (speedbar-ignored-directory-expressions)
25366         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25367         (speedbar-find-file, speedbar-dir-follow)
25368         (speedbar-directory-buttons-follow, speedbar-tag-find)
25369         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25370         (speedbar-buffers-line-directory, speedbar-buffer-click):
25371         Mark unused parameters.
25372         (speedbar-tag-file): Remove unused variable `mode'.
25373         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25375         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25377         * talk.el (talk): Remove unused variable `display'.
25379         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25380         (tar-write-region-annotate): Mark unused parameter.
25382         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25383         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25384         Declare them, wrapped in `with-no-warnings' to avoid replacing one
25385         warning by another.
25387         * time-stamp.el (time-stamp-string-preprocess):
25388         Remove unused variable `require-padding'.
25390         * tree-widget.el (widget-glyph-enable): Declare.
25391         (tree-widget-action): Mark unused parameter.
25393         * w32-fns.el (x-get-selection): Mark unused parameter.
25394         (autoload-make-program, generated-autoload-file): Declare.
25396         * wdired.el (wdired-revert): Mark unused parameters.
25397         (wdired-xcase-word): Remove unused variable `err'.
25399         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25400         (whitespace-help-scroll): Remove unused variable `data-help'.
25402         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25403         (widget-image-insert, widget-after-change, default)
25404         (widget-default-format-handler, widget-default-notify)
25405         (widget-default-prompt-value, widget-info-link-action)
25406         (widget-url-link-action, widget-function-link-action)
25407         (widget-variable-link-action, widget-file-link-action)
25408         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25409         (widget-field-prompt-internal, widget-field-action, widget-field-match)
25410         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25411         (widget-insert-button-action, widget-delete-button-action, visibility)
25412         (widget-documentation-link-action, widget-documentation-string-action)
25413         (widget-const-prompt-value, widget-regexp-match, symbol)
25414         (widget-coding-system-prompt-value)
25415         (widget-key-sequence-value-to-external, sexp)
25416         (widget-sexp-value-to-internal, character, vector, cons)
25417         (widget-choice-prompt-value, widget-boolean-prompt-value)
25418         (widget-color--choose-action): Mark unused parameters.
25419         (widget-item-match-inline, widget-choice-match-inline)
25420         (widget-checklist-match, widget-checklist-match-inline)
25421         (widget-group-match): Rename parameter VALUES to VALS.
25422         (widget-field-value-set): Remove unused variable `size'.
25423         (widget-color-action): Remove unused variables `value' and `start'.
25425         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25426         variable `dir'.  Doc fix.
25427         (windmove-find-other-window): Don't pass it.
25429         * window.el (count-windows): Mark unused parameter.
25430         (bw-adjust-window): Remove unused variable `err'.
25432         * woman.el (woman-file-name): Remove unused variable `default'.
25433         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25434         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25435         (global-font-lock-mode): Declare.
25436         (woman-decode-region): Mark unused parameter.
25437         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25439         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25440         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25441         (x-dnd-handle-moz-url): Remove unused variable `title'.
25442         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25444         * xml.el (xml-parse-tag, xml-parse-attlist):
25445         Remove unused variable `pos'.
25447 2011-04-19  Glenn Morris  <rgm@gnu.org>
25449         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25450         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25451         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25452         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25453         * calendar/cal-html.el (cal-html-insert-minical):
25454         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25455         (calendar-mark-date-pattern):
25456         Prefix "unused" locals.
25458         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25459         optional argument `style'.
25461         * calendar/appt.el (appt-make-list):
25462         * calendar/cal-china.el (calendar-chinese-date-string):
25463         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25464         (diary-hebrew-yahrzeit):
25465         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25466         * calendar/calendar.el (calendar-generate-window):
25467         * calendar/time-date.el (time-to-days):
25468         Remove unused local variables.
25470 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
25472         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25473         glyphless-char-display table.
25474         (tabulated-list-glyphless-char-display): New var.
25476 2011-04-18  Sam Steingold  <sds@gnu.org>
25478         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25479         to acknowledgments.
25481 2011-04-17  Glenn Morris  <rgm@gnu.org>
25483         * calendar/diary-lib.el (diary-sexp-entry):
25484         * calendar/holidays.el (holiday-sexp):
25485         Set debug-on-error rather than the removed stack-trace-on-error.
25487 2011-04-16  Glenn Morris  <rgm@gnu.org>
25489         * progmodes/f90.el: Use lexical-binding.
25490         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25492 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25494         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25495         (mail-mode): Setup mailalias completion here instead.
25496         * mail/mailalias.el: Use lexical-binding.
25497         (pattern, mailalias-done): Declare dynamic.
25498         (mail-completion-at-point-function): New function, from mail-complete.
25499         (mail-complete): Use it.
25500         (mail-completion-expand): New function.
25501         (mail-get-names): Use it.
25502         (mail-directory, mail-directory-process, mail-directory-stream):
25503         Don't use `pattern' for lexically bound arg.
25505         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25507         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25508         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25509         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25511         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25512         (byte-save-window-excursion, byte-temp-output-buffer-setup)
25513         (byte-interactive-p): Define them again, for use when inlining
25514         old code.
25516 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
25518         * loadup.el: Use `string-to-number', not `string-to-int'.
25520 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25522         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25523         gud-gdb-complete-command.
25524         (gud-gdb-completions): New function, from gud-gdb-complete-command.
25525         (gud-gdb-completion-at-point): New function.
25526         (gud-gdb-completions): Remove.
25528 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
25530         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25531         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
25532         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25533         whether `executable-find' is bound.
25535         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25537 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25539         * minibuffer.el (completion-in-region-mode-predicate)
25540         (completion-in-region-mode--predicate): New vars.
25541         (completion-in-region, completion-in-region--postch)
25542         (completion-in-region-mode): Use them.
25543         (completion--capf-wrapper): Also return the hook function.
25544         (completion-at-point, completion-help-at-point):
25545         Adjust and provide a predicate.
25547         Preserve arg names for advice of subr and lexical functions (bug#8457).
25548         * help-fns.el (help-function-arglist): Consolidate the subr and
25549         new-byte-code cases.  Add argument `preserve-names' to extract names
25550         from the docstring when needed.
25551         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25552         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25553         (ad-arglist): Use help-function-arglist's new arg.
25554         (ad-definition-type): Use cond.
25556 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
25558         * autorevert.el (auto-revert-handler):
25559         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25560         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25561         Don't quote lambda.
25563         * image-mode.el (image-transform-set-scale):
25564         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25566 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25568         * net/network-stream.el (network-stream-open-starttls): Only do
25569         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25570         Upgrades via gnutls-cli are too slow to be done opportunistically.
25572 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
25574         * dframe.el (dframe-current-frame): Remove spurious quote.
25576 2011-04-12  Glenn Morris  <rgm@gnu.org>
25578         * calendar/cal-tex.el (cal-tex-end-document):
25579         Try to automatically use latin1 input if needed.
25581         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25582         Don't try to cons a mark onto an empty element.
25584 2011-04-11  Leo Liu  <sdl.web@gmail.com>
25586         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25587         buffers.
25588         (ido-kill-buffer-at-head): Support killing virtual buffers.
25590 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
25592         * minibuffer.el (completion-show-inline-help): New var.
25593         (completion--do-completion, minibuffer-complete)
25594         (minibuffer-force-complete, minibuffer-complete-word):
25595         Inhibit minibuffer messages if completion-show-inline-help is nil.
25597         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25598         to avoid interference from inline help (Bug#5849).
25600 2011-04-10  Leo Liu  <sdl.web@gmail.com>
25602         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25603         Fix typo.
25605 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
25607         * image-mode.el (image-toggle-display-image): Signal an error if
25608         not in Image mode.
25609         (image-transform-mode, image-transform-resize)
25610         (image-transform-set-rotation): Doc fix.
25611         (image-transform-set-resize): Delete.
25612         (image-transform-set-scale, image-transform-fit-to-height)
25613         (image-transform-fit-to-width): Handle image-toggle-display-image
25614         and image-transform-resize directly.
25616 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
25618         * doc-view.el (doc-view-fit-width-to-window)
25619         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25620         New functions for fitting the shown image to the Emacs window size.
25621         (doc-view-mode-map): Add bindings for the new functions.
25623 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
25625         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25626         Fix typo in docstring.
25628 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25630         * files.el (file-size-human-readable): Produce one digit after
25631         decimal, like "ls -lh" does.
25633         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25634         the file size representation.
25636         * simple.el (list-processes): If async subprocesses are not
25637         available, error out with a clear error message.
25639 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
25641         * help.el (help-form-show): New function, to be called from C.
25642         Put help-form output in a buffer named differently than *Help*.
25644 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25646         * files.el (file-size-human-readable): New function.
25648         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25649         computing the representation inline.  Don't require `cl'.
25651 2011-04-08  Glenn Morris  <rgm@gnu.org>
25653         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25655         * net/browse-url.el (browse-url-firefox):
25656         Test system-type, not system-configuration.
25658         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25659         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25660         Use log-edit-empty-buffer-p.  (Bug#7598)
25662         * net/rlogin.el (rlogin-process-connection-type): Simplify.
25663         (rlogin-mode-map): Initialize in the defvar.
25664         (rlogin): Use ignore-errors.
25666         * replace.el (occur-mode-map): Some fixes for menu items.
25668 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
25670         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
25672 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25674         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25675         issuing unused warnings.
25677         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25678         macro directly.
25680         * simple.el: Lisp reimplement of list-processes.  Based on an
25681         earlier reimplementation by Leo Liu, but using tabulated-list.el.
25682         (process-menu-mode): New major mode.
25683         (list-processes--refresh, list-processes):
25684         (process-menu-visit-buffer): New functions.
25686         * files.el (save-buffers-kill-emacs): Don't assume any return
25687         value of list-processes, which is undocumented anyway.
25689 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25691         * emacs-lisp/tabulated-list.el: New file.
25693         * emacs-lisp/package.el: Use Tabulated List mode.
25694         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25695         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
25696         table format using Tabulated List mode variables.
25697         (package--push): New macro, replacing package-list-maybe-add.
25698         (package-menu--generate): Use package--push.  Renamed from
25699         package--generate-package-list.
25700         (package-menu-refresh, list-packages): Use it.
25701         (package-menu--print-info): Rename from package-print-package.
25702         Return insertion data instead of inserting it directly.
25703         (package-menu-describe-package, package-menu-execute):
25704         Use tabulated-list-get-id.
25705         (package-menu-mark-delete, package-menu-mark-install)
25706         (package-menu-mark-unmark, package-menu-backup-unmark)
25707         (package-menu-mark-obsolete-for-deletion):
25708         Use tabulated-list-put-tag.
25709         (package--list-packages, package-menu-revert)
25710         (package-menu-get-package, package-menu-get-version)
25711         (package-menu-sort-by-column): Functions deleted.
25712         (package-menu-package-list, package-menu-sort-key): Vars deleted.
25713         (package-menu--status-predicate, package-menu--version-predicate)
25714         (package-menu--name-predicate)
25715         (package-menu--description-predicate): Handle arguments in the
25716         Tabulated List format.
25717         (package-list-packages-no-fetch): Call list-packages.
25719 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
25721         * files.el (after-find-file-from-revert-buffer): Remove variable.
25722         (after-find-file): Don't bind it.
25723         (revert-buffer-in-progress-p): New variable.
25724         (revert-buffer): Bind it.
25725         Pass nil for `after-find-file-from-revert-buffer'.
25727         * saveplace.el (save-place-find-file-hook): Use new variable
25728         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25730 2011-04-06  Glenn Morris  <rgm@gnu.org>
25732         * Makefile.in (AUTOGEN_VCS): New variable.
25733         (autoloads): Use $AUTOGEN_VCS.
25735         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25736         * calendar/calendar.el (calendar-mode-map):
25737         Check for toolkit scroll bars.  (Bug#8305)
25739 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25741         * minibuffer.el (completion-in-region--postch)
25742         (completion-in-region-mode): Remove unnecessary messages.
25744 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
25746         * font-lock.el (font-lock-refresh-defaults):
25747         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25748         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25750         * info.el (Info-directory-list, Info-read-node-name-2)
25751         (Info-split-parameter-string): Doc fixes.
25752         (Info-virtual-nodes): Reflow docstring.
25753         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25754         (Info-apropos-toc-nodes, info-finder, Info-get-token)
25755         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25756         Fix typos in docstrings.
25757         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25758         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25759         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25760         (Info-restore-desktop-buffer): Mark unused parameters.
25761         (Info-directory-find-file, Info-directory-find-node)
25762         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25763         (Info-virtual-index-find-node, Info-apropos-find-file)
25764         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25765         Mark unused parameters; fix typos in docstrings.
25766         (Info-virtual-index): Remove unused local variable `nodename'.
25768 2011-04-05  Deniz Dogan  <deniz@dogan.se>
25770         * net/rcirc.el: Update my e-mail address.
25771         (rcirc-mode-map): Remove M-o binding.
25773 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25775         * startup.el (command-line): Save the cursor's theme-face
25776         directly, instead of using face-override-spec.
25778         * custom.el (load-theme): Minor optimization in assigning faces.
25780 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25782         * help-fns.el (describe-variable): Complete all variables having
25783         documentation, including keywords.
25784         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25786 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25788         Convert to lexical-binding.
25790         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25791         (bs--get-marked-string, bs--get-modified-string)
25792         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25793         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25794         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25796         * ehelp.el (electric-help-execute-extended)
25797         (electric-help-ctrl-x-prefix):
25798         * hexl.el (hexl-revert-buffer-function):
25799         * linum.el (linum-after-change, linum-after-scroll):
25800         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25802         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25804 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
25806         * epa-dired.el:
25807         * epa-mail.el:
25808         * epa-hook.el:
25809         * epa-file.el:
25810         * epa.el:
25811         * epg.el: Use lexical binding.
25813 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
25815         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25817         * textmodes/flyspell.el (flyspell-word): Recognize default
25818         dictionary case for flyspell-mark-duplications-exceptions.
25819         Use regexp matching for languages.
25820         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25821         default dictionary (Bug#7926).
25823 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
25825         * emacs-lisp/package.el (package--with-work-buffer):
25826         Recognize https URLs.
25828         * net/network-stream.el: Move from gnus/proto-stream.el.
25829         Change prefix to network-stream throughout.
25830         (open-protocol-stream): Merge into open-network-stream, leaving
25831         open-protocol-stream as an alias.  Handle nil BUFFER args.
25833         * subr.el (open-network-stream): Move to net/network-stream.el.
25835 2011-04-02  Glenn Morris  <rgm@gnu.org>
25837         * find-dired.el (find-exec-terminator): New option.
25838         (find-ls-option): Test for -ls support.
25839         (find-ls-subdir-switches): Test for -b in find-ls-option.
25840         (find-dired, find-grep-dired): Doc fixes.
25841         (find-dired): Use find-exec-terminator.
25843         * find-dired.el (find-ls-option, find-ls-subdir-switches)
25844         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25845         (find-name-arg): Remove purecopy.
25847         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25848         (grep-compute-defaults): Check for `-exec COMMAND +' support.
25849         Set grep-find-use-xargs, grep-find-command, and grep-find-template
25850         accordingly.  Don't add the null-device if not needed.
25852         * files.el (save-some-buffers): Doc fix.
25854 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
25856         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25858 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
25860         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25861         Use `dolist' rather than `mapcar'.
25863 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25865         Add lexical binding.
25867         * subr.el (apply-partially): Use new closures rather than CL.
25868         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25869         (dolist, dotimes): Use slightly different expansion for lexical code.
25870         (functionp): Move to C.
25871         (letrec): New macro.
25872         (with-wrapper-hook): Use it and apply-partially instead of CL.
25873         (eval-after-load): Preserve lexical-binding.
25874         (save-window-excursion, with-output-to-temp-buffer): Turn them
25875         into macros.
25877         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25879         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25880         than the arglist.
25881         (help-add-fundoc-usage): Don't add `Not documented'.
25882         (help-function-arglist): Handle closures, subroutines, and new
25883         byte-code-functions.
25884         (help-make-usage): Remove leading underscores.
25885         (describe-function-1): Handle closures.
25886         (describe-variable): Use special-variable-p for completion.
25888         * files.el (lexical-binding): Declare safe.
25890         * emacs-lisp/pcase.el: Don't use destructuring-bind.
25891         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
25892         (pcase): Add `let' pattern.
25893         Change memoization so it actually works.
25894         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25895         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25896         <let>: New case.
25898         * emacs-lisp/macroexp.el: Use lexical binding.
25899         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
25900         Don't convert ' to #' without checking that it's indeed quoting
25901         a lambda.
25903         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25904         Use eval-sexp-add-defvars.
25905         (eval-sexp-add-defvars): New fun.
25907         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25909         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25910         Don't autoload.
25911         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25912         than the internal `byte-compile-lambda'.
25913         (defmethod): Don't hide code under quotes.
25914         (eieio-defmethod): New `code' argument.
25916         * emacs-lisp/eieio-comp.el: Remove.
25918         * emacs-lisp/edebug.el (edebug-eval-defun)
25919         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25920         (edebug-toggle): Avoid `eval'.
25922         * emacs-lisp/disass.el (disassemble-internal): Handle new
25923         `closure' objects.
25924         (disassemble-1): Handle new byte codes.
25926         * emacs-lisp/cl.el (pushnew): Silence warning.
25928         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25929         (cl-byte-compile-throw): Remove.
25930         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25932         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25933         closures.
25935         * emacs-lisp/cconv.el: New file.
25937         * emacs-lisp/bytecomp.el: Use lexical binding instead of
25938         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
25939         (byte-compile-initial-macro-environment):
25940         Handle declare-function here.
25941         (byte-compile--lexical-environment): New var.
25942         (byte-stack-ref, byte-stack-set, byte-discardN)
25943         (byte-discardN-preserve-tos): New lap codes.
25944         (byte-interactive-p): Don't use any more.
25945         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25946         New macros.
25947         (byte-compile-lapcode): Use them and handle new lap codes.
25948         (byte-compile-obsolete): Remove.
25949         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25950         (byte-compile-arglist-warn): Check late def of inlinable funs.
25951         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25952         since they should have been expanded by now.
25953         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25954         (byte-compile-from-buffer): Remove unused second arg.
25955         (byte-compile-preprocess): New function.
25956         (byte-compile-toplevel-file-form): New function to distinguish
25957         file-form calls from outside from file-form calls from hunk-handlers.
25958         (byte-compile-file-form): Simplify.
25959         (byte-compile-file-form-defsubst): Remove.
25960         (byte-compile-file-form-defmumble): Simplify now that
25961         byte-compile-lambda always returns a byte-code-function.
25962         (byte-compile): Preprocess.
25963         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25964         Remove, not used any more.
25965         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25966         (byte-compile-make-args-desc): New funs.
25967         (byte-compile-lambda): Handle lexical functions.  Always return
25968         a byte-code-function.
25969         (byte-compile-reserved-constants): New var, to make up room for
25970         closed-over variables.
25971         (byte-compile-constants-vector): Obey it.
25972         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25973         (byte-compile-macroexpand-declare-function): New function.
25974         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25975         byte-code-functions.
25976         (byte-compile-form): Check obsolescence here.
25977         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25978         (byte-compile-variable-ref): Remove.
25979         (byte-compile-dynamic-variable-op): New fun.
25980         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25981         (byte-compile-variable-set): New funs.
25982         (byte-compile-discard): Add 2 args.
25983         (byte-compile-stack-ref, byte-compile-stack-set)
25984         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25985         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25986         macroexpand-all instead.
25987         (byte-compile-quote-form): Remove.
25988         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25989         (byte-compile-bind, byte-compile-unbind): New funs.
25990         (byte-compile-let): Handle let* and lexical binding.
25991         (byte-compile-let*): Remove.
25992         (byte-compile-catch, byte-compile-unwind-protect)
25993         (byte-compile-track-mouse, byte-compile-condition-case):
25994         Handle a new :fun-body form, used for lexical scoping.
25995         (byte-compile-save-window-excursion)
25996         (byte-compile-with-output-to-temp-buffer): Remove.
25997         (byte-compile-defun): Simplify.
25998         (byte-compile-stack-adjustment): New fun.
25999         (byte-compile-out): Use it.
26000         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
26002         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
26003         handler any more.
26005         * emacs-lisp/byte-opt.el: Use lexical binding.
26006         (byte-inline-lapcode): Remove (to bytecomp).
26007         (byte-compile-inline-expand): Pay attention to inlining to/from
26008         lexically bound code.
26009         (byte-compile-unfold-lambda): Don't handle byte-code-functions
26010         any more.
26011         (byte-optimize-form-code-walker): Don't handle save-window-excursion
26012         any more and don't call compiler-macros.
26013         (byte-compile-splice-in-already-compiled-code): Remove.
26014         (byte-code): Don't inline any more.
26015         (disassemble-offset): Receive `bytes' as argument rather than via
26016         dynamic scoping.
26017         (byte-compile-tag-number): Declare before first use.
26018         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26019         `return' even if make-spliceable.
26020         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26021         obsolete interactive-p.
26022         (byte-optimize-lapcode): Optimize new lap-codes.
26023         Don't trip up on new form of `byte-constant' lap code.
26025         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26027         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26029         * custom.el (custom-initialize-default, custom-declare-variable):
26030         Use `defvar'.
26032         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
26033         New variables.
26034         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
26035         (COMPILE_FIRST): Add macroexp and cconv.
26036         * makefile.w32-in: Mirror changes in Makefile.in.
26038         * vc/cvs-status.el:
26039         * vc/diff-mode.el:
26040         * vc/log-edit.el:
26041         * vc/log-view.el:
26042         * vc/smerge-mode.el:
26043         * textmodes/bibtex-style.el:
26044         * textmodes/css-mode.el:
26045         * startup.el:
26046         * uniquify.el:
26047         * minibuffer.el:
26048         * newcomment.el:
26049         * reveal.el:
26050         * server.el:
26051         * mpc.el:
26052         * emacs-lisp/smie.el:
26053         * doc-view.el:
26054         * dired.el:
26055         * abbrev.el: Use lexical binding.
26057 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
26059         * info.el (info-display-manual): New function.
26061 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26063         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26065 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
26067         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
26068         an entry for that server in rcirc-authinfo.  (Bug#8385)
26070 2011-03-31  Glenn Morris  <rgm@gnu.org>
26072         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
26074         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
26076 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
26078         * progmodes/python.el (python-default-interpreter)
26079         (python-python-command-args, python-jython-command-args)
26080         (python-which-shell, python-which-args, python-which-bufname)
26081         (python-file-queue, python-comint-output-filter-function)
26082         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
26083         variables and functions.
26085 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26087         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
26088         (completion-in-region-mode): New minor mode.
26089         (completion-in-region): Use it.
26090         (completion-in-region--data, completion-in-region-mode-map): New vars.
26091         (completion-in-region--postch): New function.
26092         (completion--capf-misbehave-funs, completion--capf-safe-funs):
26093         New vars.
26094         (completion--capf-wrapper): New function.
26095         (completion-at-point): Use it to track well-behavedness of
26096         hook functions.
26097         (completion-help-at-point): New command.
26099 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
26101         * vc/add-log.el (add-change-log-entry): Don't use whitespace
26102         syntax class to search for whitespace on a single line
26103         (Message-ID: <4D938140.4030905@redhat.com>).
26105 2011-03-30  Leo Liu  <sdl.web@gmail.com>
26107         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26108         New commands.
26109         (edit-abbrevs-map): Bind them here.
26110         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
26112 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
26114         * allout.el (allout-hide-by-annotation, allout-flag-region):
26115         Reduce possibility of overlay leakage by making them volatile.
26117         * allout-widgets.el (allout-widgets-tally): Define as nil so the
26118         hash is not shared between buffers.  Mode initialization is
26119         responsible for giving it a useful starting value.
26120         (allout-item-span): Reduce possibility of overlay leakage by
26121         making them volatile.
26122         (allout-widgets-count-buttons-in-region): Add diagnostic function
26123         for tracking down button overlay leaks.
26125 2011-03-29  Leo Liu  <sdl.web@gmail.com>
26127         * ido.el (ido-read-internal): Use the default history var
26128         minibuffer-history if no HISTORY is specified.
26130 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
26132         * net/imap.el (imap-shell-open, imap-process-connection-type):
26133         Use imap-process-connection-type for 'shell' streams as well as
26134         Kerberos, SSL, other subprocesses.
26136 2011-03-28  Leo Liu  <sdl.web@gmail.com>
26138         * abbrev.el (abbrev-table-empty-p): New function.
26139         (prepare-abbrev-list-buffer): Place empty abbrev tables after
26140         nonempty ones.  (Bug#5937)
26142 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
26144         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26146 2011-03-27  Leo Liu  <sdl.web@gmail.com>
26148         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26149         for foreground and background colors.
26150         (ansi-color-make-color-map): Adapt.
26152 2011-03-25  Leo Liu  <sdl.web@gmail.com>
26154         * midnight.el (midnight-time-float): Remove.  Note it calculates
26155         the microsecond component incorrectly and seconds-to-time does the
26156         same job.
26157         Remove redundant (require 'timer).
26159         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26160         (ido-completions): Remove unused arguments.  (Bug#8329)
26162 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26164         * minibuffer.el (completion--flush-all-sorted-completions):
26165         Remove itself from hook.
26166         (completion-at-point): Let the functions perform the completion
26167         immediately and return nil or t.
26168         * comint.el (comint-dynamic-complete-functions): Now identical to
26169         completion-at-point-functions.
26170         (comint-dynamic-list-input-ring): Remove unused var `index'.
26171         (comint--match-partial-filename, comint--unquote&expand-filename):
26172         New funs, split from comint-match-partial-filename.
26173         (comint-dynamic-complete): Use completion-at-point.
26174         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26176 2011-03-24  Drew Adams  <drew.adams@oracle.com>
26178         * thingatpt.el: Support `defun'.
26180 2011-03-23  Leo Liu  <sdl.web@gmail.com>
26182         * abbrevlist.el: Move to obsolete/abbrevlist.el.
26184         * help-mode.el (help-mode-finish): Tweak regexp.
26186 2011-03-23  Glenn Morris  <rgm@gnu.org>
26188         * eshell/esh-opt.el (eshell-eval-using-options):
26189         Do not bind unused local variable `eshell-option-stub'.
26191         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26193 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
26195         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26196         keymap variable in `with-no-warnings' to avoid a warning when the
26197         keymap has been already `defconst'ed.
26199 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26201         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26202         encode all chars in abbrevs; otherwise use emacs-mule or
26203         utf-8-emacs.  (Bug#8308)
26205 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
26207         * simple.el (backward-delete-char-untabify):
26208         Avoid warning about using `delete-backward-char'.
26210         * image.el (image-type-file-name-regexps): Make it variable.
26211         `imagemagick-register-types' modifies it, and the user may want
26212         to add new extensions for known image types.
26213         (imagemagick-register-types): Throw error if not using ImageMagick.
26215 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26217         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26218         located before rcirc-prompt-end-marker.
26219         (rcirc-complete): Error if point is not after rcirc prompt.
26220         Handle the case when table is nil.
26221         (rcirc-user-authenticated): Define to fix compiler warning.
26223 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
26225         * custom.el (custom--inhibit-theme-enable): Make it affect only
26226         custom-theme-set-variables and custom-theme-set-faces.
26227         (provide-theme): Ignore custom--inhibit-theme-enable.
26228         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26229         (custom-enabling-themes): Delete variable.
26230         (enable-theme): Accept only loaded themes as arguments.
26231         Ignore the special custom-enabled-themes variable.
26232         (custom-enabled-themes): Forbid themes from setting this.
26233         Eliminate use of custom-enabling-themes.
26234         (custom-push-theme): Quote "changed" custom var entry.
26236 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26238         * ido.el (ido-read-internal): Add ido-selected to history instead
26239         of user input.
26241 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26243         * subr.el (deferred-action-list, deferred-action-function):
26244         Mark obsolete.
26246 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26248         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26249         change on 2011-02-13 (bug#8309).
26251         * minibuffer.el (read-file-name-function): Change default value.
26252         (read-file-name--defaults): Rename from read-file-name-defaults.
26253         (read-file-name-default): Rename from read-file-name.
26254         (read-file-name): Call read-file-name-function.
26256 2011-03-21  Glenn Morris  <rgm@gnu.org>
26258         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26259         Doc fixes.
26261 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
26263         * cus-theme.el: Add missing provide statement.
26264         (customize-create-theme): Extract theme value correctly.
26265         (custom-theme-visit-theme): Autoload.
26266         (customize-create-theme): Prompt before inserting default faces.
26268 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
26270         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26271         units and musical notes.
26273 2011-03-20  Leo Liu  <sdl.web@gmail.com>
26275         * ido.el (ido-read-internal): Use completing-read-default.
26276         (ido-completing-read): Fix compatibility with completing-read.
26278 2011-03-20  Christian Ohler  <ohler@gnu.org>
26280         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26281         (ert-delete-all-tests): Use `called-interactively-p' rather than
26282         `interactive-p'.
26283         (ert--make-xrefs-region): Respect END.
26285 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26287         * dired-aux.el (dired-create-directory): Signal an error if the
26288         directory already exists (Bug#8246).
26290         * facemenu.el (list-colors-display): Call list-faces-display
26291         inside with-help-window.
26292         (list-colors-print): Use display property to align the final
26293         column, instead of checking window-width.
26295 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
26297         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26298         windows-nt systems.
26299         (emerge-protect-metachars): Quote correctly for ms-dos and
26300         windows-nt systems.
26302 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
26304         * info.el (info-initialize): Replace all uses of `:' with
26305         path-separator for compatibility with non-Unix systems.
26306         Cache quoting of path-separator.  (Bug#8258)
26308 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
26310         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26311         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26312         (mouse-avoidance-mode): Fix typos in docstrings.
26314 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26316         * startup.el (package-subdirectory-regexp): Move from package.el.
26317         Omit \\` and \\', and let callers add them.
26319         * emacs-lisp/package.el (package-strip-version)
26320         (package-load-all-descriptors): Add \\` and \\' to
26321         package-subdirectory-regexp before using it.
26322         (package-untar-buffer): New arg DIR; ensure that file untars only
26323         into this expected directory.  Remove superfluous delete-region.
26324         (package-unpack): Caller changed.
26325         (package-tar-file-info): Use package-subdirectory-regexp.
26327 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26329         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26330         diff-mode-shared-map (bug#8284).
26331         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26333 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26335         * calendar/time-date.el (format-seconds): Use assoc instead of
26336         assoc-string, since assoc-string doesn't exist in XEmacs.
26338 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
26340         * custom.el (custom-known-themes): Reflow docstring.
26341         (custom-theme-load-path): Fix typo in docstring.
26342         (load-theme): Fix typo in error message.
26343         (custom-available-themes, custom-variable-theme-value):
26344         Use `let', not `let*'.
26346 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
26348         * calc/README: Mention inclusion of musical notes.
26350         * calc/calc-units.el (calc-lu-quant): Rename from
26351         `calc-logunits-quantity'.
26352         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26353         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26354         (calc-db): Rename from `calc-dblevel'.
26355         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26356         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26357         (calc-np): Rename from `calc-nplevel'.
26358         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26359         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26360         (calc-lu-plus): Rename from `calc-logunits-add'.
26361         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26362         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26363         (calc-lu-minus): Rename from `calc-logunits-sub'.
26364         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26365         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26366         (calc-lu-times): Rename from `calc-logunits-mul'.
26367         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26368         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26369         (calc-lu-divide): Rename from `calc-logunits-div'.
26370         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26371         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26373         * calc/calc-ext.el (calc-init-extensions): Update the names of the
26374         functions being autoloaded.
26376         * calc/calc.el (calc-lu-power-reference): Rename from
26377         `calc-logunits-power-reference'.
26378         (calc-lu-field-reference): Rename from
26379         `calc-logunits-field-reference'.
26381         * calc/calc-help.el (calc-l-prefix-help):
26382         Mention musical note functions.
26384 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26386         * minibuffer.el (completion-all-sorted-completions):
26387         Use :completion-cycle-penalty text property if present.
26389 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
26391         * allout.el (allout-yank-processing): Adjust for new rebulleting
26392         regime so bullet being yanked is used without prompting the user
26393         for a choice.
26395 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
26397         * startup.el (command-line): Warn the user that _emacs is deprecated.
26399 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
26401         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26402         (delphi-verbose, delphi-comment-face, delphi-string-face)
26403         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26404         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26405         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26406         (delphi-new-comment-line, delphi-font-lock-defaults)
26407         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26408         Fix typos in docstrings.
26410 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
26412         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26413         Invert the roles of character and string values for INSTEAD, so a
26414         string is used for the more common case of a defaulting prompt.
26416 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26418         * progmodes/ruby-mode.el (ruby-backward-sexp):
26419         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26420         * play/gamegrid.el (gamegrid-make-face):
26421         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26422         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26423         * notifications.el (notifications-notify):
26424         * net/xesam.el (xesam-search-engines):
26425         * net/quickurl.el (quickurl-list-insert):
26426         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26428 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
26430         * startup.el (command-line): Update package subdirectory regexp.
26432 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26434         * allout.el (allout-abbreviate-flattened-numbering)
26435         (allout-mode-deactivate-hook): Fix up obsolescence "date".
26437         * subr.el (read-char-choice): Only show the cursor after the prompt,
26438         not after the answer.
26440 2011-03-15  Kevin Ryde  <user42@zip.com.au>
26442         * help-fns.el (variable-at-point): Skip leading quotes, if any
26443         (bug#8253).
26445 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26447         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26448         warning message.
26450 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
26452         * shell.el (shell): When called interactively, offer to change the
26453         shell file name on remote hosts.
26455 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
26457         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26458         integration for LDAP parameters.  The host, base, user or binddn,
26459         and secret tokens can be specified in a netrc file, for instance.
26460         This is optional because an `auth-source' parameter must be
26461         specified in the search attributes.
26463 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
26465         * help.el (describe-mode): Link to the mode's definition (bug#8185).
26467 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26469         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26470         into declaration.  Remove redundant and harmful binding.
26472 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
26474         * files.el (file-ownership-preserved-p): Pass `integer' as an
26475         explicit 2nd argument to `file-attributes'.  If the file's owner
26476         is the Administrators group on Windows, and the current user is
26477         Administrator, consider that a match.
26479         * server.el (server-ensure-safe-dir): Consider server directory
26480         safe on MS-Windows if its owner is the Administrators group while
26481         the current Emacs user is Administrator.  Use `=' to compare
26482         numerical UIDs, since they could be integers or floats.
26484 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
26486         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26488 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
26490         Sync with Tramp 2.2.1.
26492         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26494         * net/trampver.el: Update release number.
26496 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26498         * progmodes/compile.el (compilation--previous-directory): Fix up
26499         various nil/dead-marker mismatches (bug#8014).
26500         (compilation-directory-properties, compilation-error-properties):
26501         Don't call it at a position past the one we're about to change.
26503         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26504         Disable obsolescence warnings in the file that declares it.
26506 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
26508         * allout-widgets.el (allout-widgets-tally):
26509         Initialize allout-widgets-tally as a hash table rather than nil to
26510         prevent mode-line redisplay warnings.  Also, clarify the module
26511         description and fix a comment typo.
26513 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
26515         * help-fns.el (describe-variable): Don't complete keywords.
26516         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26518 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
26520         * emacs-lisp/package.el (package-version-join): Impose a standard
26521         string representation for pre/alpha/beta version lists.
26522         (package-unpack-single): Standardize the directory name by passing
26523         it through package-version-join.
26524         (package-strip-rcs-id): Accept any version string that does not
26525         signal an error in version-to-list.
26527 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
26529         * simple.el (delete-trailing-whitespace): Return nil for the
26530         benefit of `write-file-functions'.
26532 2011-03-10  Glenn Morris  <rgm@gnu.org>
26534         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26536         * vc/vc-git.el (vc-git-program): New option.
26537         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26538         (vc-git--call): Use it.
26540         * eshell/esh-util.el (eshell-condition-case): Doc fix.
26542         * cus-edit.el (Custom-newline): If no button at point, look
26543         for a subgroup button at start-of-line.  (Bug#2298)
26545         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26547 2011-03-10  Julien Danjou  <julien@danjou.info>
26549         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26550         `cursor-type' is nil.
26552 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
26554         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26556 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
26558         * allout.el: Change so yank of distinctive-bullet items
26559         preserves the existing header prefix, rebulleting it if necessary,
26560         rather than replacing it.  This is necessary for proper operation
26561         of cooperative addons like allout-widgets.
26562         (allout-make-topic-prefix, allout-rebullet-heading):
26563         Change SOLICIT arg to INSTEAD, and interpret additionally a string
26564         value as alternate bullet to be used, instead of prompting the user
26565         for a bullet character.
26567 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
26569         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26570         Do not use `tramp-file-name-port', because this returns also
26571         `tramp-default-port'.
26573 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
26575         * net/rcirc.el (rcirc-handler-001): Remove useless
26576         with-rcirc-process-buffer.
26577         (rcirc-check-auth-status): Swap arguments to string-match.
26579 2011-03-09  Glenn Morris  <rgm@gnu.org>
26581         * shell.el (shell-mode):
26582         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
26584         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26585         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
26587 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26589         * emacs-lisp/package.el (package-refresh-contents)
26590         (package-menu-execute): Use condition-case-no-debug.
26592 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
26594         * simple.el (shell-command-to-string): Use `process-file'.
26596         * emacs-lisp/package.el (package-tar-file-info): Handle also
26597         remote files.
26599         * emacs-lisp/package-x.el (package-upload-buffer-internal):
26600         Use `equal' for upload base check.
26602 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
26604         * textmodes/texinfo.el (texinfo-environments):
26605         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
26607 2011-03-08  Glenn Morris  <rgm@gnu.org>
26609         * cus-start.el (cursor-in-non-selected-windows):
26610         Fix :set quoting oddness.  (Bug#8192)
26612         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26613         in some setf expressions.  (Bug#2159)
26615 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26617         * custom.el (custom-available-themes): Return themes in
26618         alphabetical order.
26620 See ChangeLog.15 for earlier changes.
26622 ;; Local Variables:
26623 ;; coding: utf-8
26624 ;; End:
26626   Copyright (C) 2011-2013 Free Software Foundation, Inc.
26628   This file is part of GNU Emacs.
26630   GNU Emacs is free software: you can redistribute it and/or modify
26631   it under the terms of the GNU General Public License as published by
26632   the Free Software Foundation, either version 3 of the License, or
26633   (at your option) any later version.
26635   GNU Emacs is distributed in the hope that it will be useful,
26636   but WITHOUT ANY WARRANTY; without even the implied warranty of
26637   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26638   GNU General Public License for more details.
26640   You should have received a copy of the GNU General Public License
26641   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.