* progmodes/cc-defs.el (c-version): Increment to 5.32.5.
[emacs.git] / lisp / ChangeLog
blobf18d856a4dcbd02e632d7da6b11b44f42ee0b5e4
1 2013-05-05  Alan Mackenzie  <acm@muc.de>
3         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
5 2013-05-05  Juri Linkov  <juri@jurta.org>
7         * info.el (Info-read-subfile): Use (point-min) instead of (point)
8         to not add the length of the summary segment to the return value.
9         (Bug#14125)
11 2013-05-05  Leo Liu  <sdl.web@gmail.com>
13         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14         (inferior-octave-output-filter): Remove.
15         (octave-send-region, inferior-octave-startup): Fix callers.
16         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
17         (octave-binary-file-extensions): New user variable.
18         (octave-find-definition): Confirm if opening binary files.
19         (octave-help-file): Use octave-find-definition to get the binary
20         confirmation.
21         (octave-help): Adjust for octave-help-file change.
23 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
26         Merge the two entries that handle function definitions.
27         (pascal--syntax-propertize): New const.
28         (pascal-mode): Use it.  Use setq-local.
30 2013-05-04  Glenn Morris  <rgm@gnu.org>
32         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
33         (diary-from-outlook): Respect diary-from-outlook-function.
35 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
37         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
38         Move the declaration from C.
39         (read-minibuffer, eval-minibuffer): Move from C.
40         (completion-setup-function): Avoid minibuffer-completion-contents.
42 2013-05-03  Leo Liu  <sdl.web@gmail.com>
44         * progmodes/octave.el (octave-font-lock-keywords): Do not
45         dehighlight 'end' in comments or strings.
46         (octave-completing-read, octave-goto-function-definition):
47         New helpers.
48         (octave-help-buffer): New user variable.
49         (octave-help-file, octave-help-function): New button types.
50         (octave-help): New command and bind it to C-h ;.
51         (octave-find-definition): New command and bind it to M-.
52         (user-error): Alias to error if not defined.
54 2013-05-02  Leo Liu  <sdl.web@gmail.com>
56         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
57         for \.  (bug#14332)
58         (octave-font-lock-keywords): Include [ and {.
60 2013-05-02  Leo Liu  <sdl.web@gmail.com>
62         * progmodes/octave.el (inferior-octave-startup-file): Change default.
63         (inferior-octave): Remove calling comint-mode and return the buffer.
64         (inferior-octave-startup): Cosmetic changes.
66 2013-05-02  Leo Liu  <sdl.web@gmail.com>
68         * progmodes/octave.el (octave-syntax-propertize-function):
69         Include the case when ' is at line beginning.  (Bug#14336)
71 2013-05-02  Glenn Morris  <rgm@gnu.org>
73         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
74         * desktop.el (vc-dir-mode): Just autoload it here.
76 2013-05-02  Alan Mackenzie  <acm@muc.de>
78         Eliminate variable c-standard-font-lock-fontify-region-function.
79         * progmodes/cc-mode.el
80         (c-standard-font-lock-fontify-region-function): Remove.
81         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
83 2013-05-01  Leo Liu  <sdl.web@gmail.com>
85         * progmodes/octave.el: Compatible with older emacs-24 releases.
86         (inferior-octave-has-built-in-variables): Remove.  Built-in
87         variables were removed from Octave in 2007.
88         (inferior-octave-startup): Fix uses.
89         (comint-line-beginning-position): Remove compatibility code for
90         emacs 21.
92 2013-05-01  Juri Linkov  <juri@jurta.org>
94         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
96 2013-05-01  Juri Linkov  <juri@jurta.org>
98         * comint.el (comint-previous-matching-input): Don't print message
99         "History item: %d" when `isearch-mode' is active.
100         (comint-history-isearch-message): Print message "History item: %d"
101         when `comint-input-ring-index' is not empty and this function is
102         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
104 2013-05-01  Leo Liu  <sdl.web@gmail.com>
106         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
107         definitions.  Use completion-at-point to insert keywords.
108         (octave-abbrev-start): Remove.
109         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
111 2013-04-30  Leo Liu  <sdl.web@gmail.com>
113         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
114         change.
116 2013-04-30  Alan Mackenzie  <acm@muc.de>
118         Handle arbitrarily long C++ member initialisation lists.
119         * progmodes/cc-engine.el (c-back-over-member-initializers):
120         new function.
121         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
122         (most) member init lists.
124 2013-04-30  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
126         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
127         variable.
129 2013-04-30  Leo Liu  <sdl.web@gmail.com>
131         * progmodes/octave.el (octave-variables): Remove.  No builtin
132         variables any more.  All converted to functions.
133         (octave-font-lock-keywords, octave-completion-at-point-function):
134         Fix uses.
135         (octave-font-lock-texinfo-comment): New user variable.
136         (octave-texinfo-font-lock-keywords): New variable for texinfo
137         comment block.
138         (octave-function-comment-block): New face.
139         (octave-font-lock-texinfo-comment): New function.
140         (octave-mode): Font lock texinfo comment block.
142 2013-04-29  Leo Liu  <sdl.web@gmail.com>
144         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
145         indexing expression.
146         (octave-continuation-string): Do not use \.
147         (inferior-octave-complete-impossible): Remove.
148         (inferior-octave-completion-table)
149         (inferior-octave-completion-at-point): Remove its uses.
150         (inferior-octave-startup): completion_matches was introduced to
151         Octave in 1996 so safe to assume it.
152         (octave-function-file-comment): Improve to follow how Octave does it.
153         (octave-update-function-file-comment): Tweak.
155 2013-04-29  Leo Liu  <sdl.web@gmail.com>
157         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
158         (inferior-octave-startup): Remove inferior-octave-startup-hook.
159         (octave-function-file-comment): Fix typo.
160         (octave-sync-function-file-names): Use read-char-choice.
162 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
164         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
165         to t for the less important warnings.
167 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
169         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
171 2013-04-27  Glenn Morris  <rgm@gnu.org>
173         * vc/log-view.el (log-view-current-entry):
174         Treat "---" separator lines as part of the following rev.  (Bug#14169)
176 2013-04-27  Juri Linkov  <juri@jurta.org>
178         * subr.el (read-number): Doc fix about using it by interactive
179         code letter `n'.  (Bug#14254)
181 2013-04-27  Juri Linkov  <juri@jurta.org>
183         * desktop.el (desktop-auto-save-timeout): New option.
184         (desktop-file-checksum): New variable.
185         (desktop-save): Add optional arg `auto-save' and don't auto-save
186         if nothing changed.
187         (desktop-auto-save-timer): New variable.
188         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
189         (after-init-hook): Call `desktop-auto-save-set-timer'.
190         Suggested by Reuben Thomas <rrt@sc3d.org> in
191         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
193 2013-04-27  Leo Liu  <sdl.web@gmail.com>
195         * progmodes/octave.el (octave-function-file-p)
196         (octave-skip-comment-forward, octave-function-file-comment)
197         (octave-update-function-file-comment): New functions.
198         (octave-mode-map): Bind C-c ; to
199         octave-update-function-file-comment.
200         (octave-mode-menu): Add octave-update-function-file-comment.
201         (octave-mode, inferior-octave-mode): Fix doc-string.
202         (octave-insert-defun): Conform to Octave's coding convention.
203         (Bug#14285)
205         * files.el (basic-save-buffer): Don't let errors in
206         before-save-hook prevent saving buffer.
208 2013-04-20  Roland Winkler  <winkler@gnu.org>
210         * faces.el (read-face-name): Use completing-read if arg multiple
211         is nil.
213 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
215         * ls-lisp.el (ls-lisp-insert-directory): If no files are
216         displayed, move point to after the totals line.
217         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
218         for the details.
220 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
222         * emacs-lisp/package.el (package-autoload-ensure-default-file):
223         Add current dir to the load-path.
224         (package-generate-autoloads): Don't rely on
225         autoload-ensure-default-file.
227 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
229         * textmodes/remember.el (remember-store-in-files): Document that
230         the file name format is passed to `format-time-string'.
232 2013-04-26  Leo Liu  <sdl.web@gmail.com>
234         * progmodes/octave.el (octave-sync-function-file-names): New function.
235         (octave-mode): Use it in before-save-hook.
237 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
239         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
240         (bug#14274).
242         * progmodes/octave.el (octave-smie-forward-token): Properly skip
243         \n and comment, even if it's not an implicit ; (bug#14218).
245 2013-04-26  Glenn Morris  <rgm@gnu.org>
247         * subr.el (read-number): Once more use `read' rather than
248         `string-to-number', to trap non-numeric input.  (Bug#14254)
250 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
252         * emacs-lisp/syntax.el (syntax-propertize-multiline):
253         Use `syntax-multiline' text property consistently instead of
254         `font-lock-multiline'. (bug#14237).
256 2013-04-26  Glenn Morris  <rgm@gnu.org>
258         * emacs-lisp/shadow.el (list-load-path-shadows):
259         No longer necessary to check for duplicate simple.el, since
260         2012-07-07 change to init_lread to not include installation lisp
261         directories in load-path when running uninstalled.  (Bug#14270)
263 2013-04-26  Leo Liu  <sdl.web@gmail.com>
265         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
266         (octave-mode, inferior-octave-mode): Use setq-local.
267         (octave-not-in-string-or-comment-p): Rename to
268         octave-in-string-or-comment-p.
269         (octave-in-comment-p, octave-in-string-p)
270         (octave-in-string-or-comment-p): Replace defsubst with defun.
272 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
274         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
276 2013-04-25  Bastien Guerry  <bzg@gnu.org>
278         * textmodes/remember.el (remember-data-directory)
279         (remember-directory-file-name-format): Fix custom types.
281 2013-04-25  Leo Liu  <sdl.web@gmail.com>
283         * progmodes/octave.el (octave-completion-at-point-function):
284         Make use of inferior octave process.
285         (octave-initialize-completions): Remove.
286         (inferior-octave-completion-table): New function.
287         (inferior-octave-completion-at-point): Use it.
288         (octave-completion-alist): Remove.
290 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
292         * progmodes/opascal.el: Use font-lock and syntax-propertize.
293         (opascal-mode-syntax-table): New var.
294         (opascal-literal-kind, opascal-is-literal-end)
295         (opascal-literal-token-at): Rewrite.
296         (opascal--literal-start-re, opascal-font-lock-keywords)
297         (opascal--syntax-propertize): New constants.
298         (opascal-font-lock-defaults): Adjust.
299         (opascal-mode): Use them.  Set comment-<foo> variables as well.
300         (delphi-comment-face, opascal-comment-face, delphi-string-face)
301         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
302         (delphi-other-face, opascal-other-face): Remove face variables.
303         (opascal-save-state): Remove macro.
304         (opascal-fontifying-progress-step): Remove constant.
305         (opascal--ignore-changes): Remove var.
306         (opascal-set-token-property, opascal-parse-next-literal)
307         (opascal-is-stable-literal, opascal-complete-literal)
308         (opascal-is-literal-start, opascal-face-of)
309         (opascal-parse-region, opascal-parse-region-until-stable)
310         (opascal-fontify-region, opascal-after-change)
311         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
312         (opascal-debug-parse-region, opascal-debug-parse-window)
313         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
314         (opascal-debug-fontify-buffer): Remove.
315         (opascal-debug-mode-map): Adjust accordingly.
317 2013-04-25  Leo Liu  <sdl.web@gmail.com>
319         Merge octave-mod.el and octave-inf.el into octave.el with some
320         cleanups.
321         * progmodes/octave.el: New file renamed from octave-mod.el.
322         * progmodes/octave-inf.el: Merged into octave.el.
323         * progmodes/octave-mod.el: Renamed to octave.el.
325 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
327         * textmodes/reftex-vars.el
328         (reftex-label-ignored-macros-and-environments): New defcustom.
330         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
332 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
334         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
335         (smie-indent-keyword): Improve the check to ensure that the next
336         comment is really on the same line.
337         (smie-indent-comment): Don't align with a subsequent closer (or eob).
339         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
340         semi-colons if the line is not otherwise empty (bug#14218).
342 2013-04-25  Glenn Morris  <rgm@gnu.org>
344         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
346 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
348         * progmodes/opascal.el (opascal-set-token-property): Rename from
349         opascal-set-text-properties and only set `token' (bug#14134).
350         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
351         (opascal-literal-text-properties): Remove.
352         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
353         Adjust callers.
355 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
357         * textmodes/remember.el (remember-handler-functions): Add an
358         option for a new handler `remember-store-in-files'.
359         (remember-data-directory, remember-directory-file-name-format):
360         New options.
361         (remember-store-in-files): New function to store remember notes
362         as separate files within a directory.
364 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
366         * progmodes/compile.el (compilation-next-error-function):
367         Pass "formats" to compilation-find-file (bug#11777).
369 2013-04-24  Glenn Morris  <rgm@gnu.org>
371         * vc/vc-bzr.el (vc-bzr-print-log):
372         * vc/vc-hg.el (vc-hg-print-log):
373         * vc/vc-svn.el (vc-svn-print-log):
374         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
376         * vc/vc-bzr.el (vc-bzr-print-log):
377         * vc/vc-cvs.el (vc-cvs-print-log):
378         * vc/vc-git.el (vc-git-print-log):
379         * vc/vc-hg.el (vc-hg-print-log):
380         * vc/vc-mtn.el (vc-mtn-print-log):
381         * vc/vc-rcs.el (vc-rcs-print-log):
382         * vc/vc-sccs.el (vc-sccs-print-log):
383         * vc/vc-svn.el (vc-svn-print-log):
384         * vc/vc.el (vc-print-log-internal): Doc fixes.
386 2013-04-23  Glenn Morris  <rgm@gnu.org>
388         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
389         Remove venerable code attempting to avoid substitute-command-keys.
391 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
393         * textmodes/reftex-vars.el (reftex-label-regexps):
394         Call `reftex-compile-variables' after changes to this variable.
396 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
398         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
399         Use lexical-binding.
400         (jit-lock-force-redisplay): Use markers, check buffer's continued
401         existence and beware narrowed buffers.
402         (jit-lock-fontify-now): Adjust call accordingly.
404 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
406         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
407         to avoid misleading the user.
409 2013-04-22  Leo Liu  <sdl.web@gmail.com>
411         * info-look.el: Prefer latex2e.info.  (Bug#14240)
413 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
415         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
417         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
418         * net/tramp.el (tramp-call-process): ... here
419         (tramp-set-completion-function, tramp-parse-putty):
420         * net/tramp-adb.el (tramp-adb-execute-adb-command):
421         * net/tramp-gvfs.el (tramp-gvfs-send-command):
422         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
423         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
424         (tramp-call-local-coding-command): Use `tramp-call-process'
425         instead of `tramp-compat-call-process'.
427         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
428         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
429         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
430         (tramp-find-inline-compress):Improve traces.
431         (tramp-maybe-send-script): Check for Perl binary.
432         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
434 2013-04-22  Daiki Ueno  <ueno@gnu.org>
436         * epg.el (epg-context-pinentry-mode): New function.
437         (epg-context-set-pinentry-mode): New function.
438         (epg--start): Pass --pinentry-mode option to gpg command.
440 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
442         * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
443         `comint-dynamic-complete' is obsolete since 24.1, replaced by
444         `completion-at-point'. (Bug#13774)
446         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
447         default key binding for `describe-distribution' has been moved to
448         `C-h C-o'.  (Bug#13970)
450 2013-04-21  Glenn Morris  <rgm@gnu.org>
452         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
453         Add doc strings.
454         (vc-print-log): Clarify interactive prompt.
456 2013-04-20  Glenn Morris  <rgm@gnu.org>
458         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
459         No longer include timestamp etc information.
461 2013-04-20  Roland Winkler  <winkler@gnu.org>
463         * faces.el (read-face-name): Bug fix, return just one face if arg
464         multiple is nil.  (Bug#14209)
466 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
468         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
469         (remove-function): Autoload.
471         * comint.el (comint-redirect-original-filter-function): Remove.
472         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
473         * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
474         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
475         * progmodes/prolog.el (prolog-consult-compile):
476         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
477         Use add/remove-function instead.
478         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
479         (gud-tooltip-process-output, gud-tooltip-tips):
480         Use add/remove-function instead.
481         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
482         (scheme-interaction-mode, exit-scheme-interaction-mode):
483         Use add/remove-function instead.
485         * vc/vc-dispatcher.el: Use lexical-binding.
486         (vc--process-sentinel): Rename from vc-process-sentinel.
487         Change last arg to be the code to run.  Don't use vc-previous-sentinel
488         and vc-sentinel-commands any more.
489         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
490         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
492 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
494         * progmodes/sh-script.el (sh-imenu-generic-expression):
495         Handle function names with a single character.   (Bug#14111)
497 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
499         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
500         for subroutines defined in an eval (bug#14182).
502 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
504         * bookmark.el (bookmark-completing-read): Improve handling of empty
505         string (bug#14176).
507 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
509         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
511 2013-04-19  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
513         New faster Imenu implementation (bug#14058).
514         * progmodes/python.el:
515         (python-imenu-prev-index-position):
516         (python-imenu-format-item-label-function)
517         (python-imenu-format-parent-item-label-function)
518         (python-imenu-format-parent-item-jump-label-function):
519         New vars.
520         (python-imenu-format-item-label)
521         (python-imenu-format-parent-item-label)
522         (python-imenu-format-parent-item-jump-label)
523         (python-imenu--put-parent, python-imenu--build-tree)
524         (python-imenu-create-index, python-imenu-create-flat-index)
525         (python-util-popn): New functions.
526         (python-mode): Set imenu-create-index-function to
527         python-imenu-create-index.
529 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
531         * winner.el (winner-active-region): Use region-active-p, activate-mark
532         and deactivate-mark (bug#14225).
534         * simple.el (deactivate-mark): Don't inline it.
536 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
538         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
540 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
542         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
543         file extensions from the archive-mode entry in order to prefer
544         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
546 2013-04-18  Leo Liu  <sdl.web@gmail.com>
548         * bindings.el (help-event-list): Add ?\?.
550 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
552         * subr.el (with-wrapper-hook): Declare obsolete.
553         * simple.el (filter-buffer-substring-function): New hook.
554         (filter-buffer-substring): Use it.
555         (filter-buffer-substring-functions): Mark obsolete.
556         * minibuffer.el (completion-in-region-function): New hook.
557         (completion-in-region): Use it.
558         (completion-in-region-functions): Mark obsolete.
559         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
560         * abbrev.el (abbrev-expand-function): New hook.
561         (expand-abbrev): Use it.
562         (abbrev-expand-functions): Mark obsolete.
563         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
564         and :filter-return.
566 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
568         * progmodes/python.el (python-nav--syntactically): Fix cornercases
569         and do not care about match data.
571 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
573         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
574         completion tables when completing error conditions and
575         `declare' arguments.
576         (lisp-complete-symbol, field-complete): Mark as obsolete.
577         (check-parens): Unmatched parens are user errors.
578         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
580 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
582         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
583         command changed buffer (ie. `flyspell-pre-buffer' is not current
584         buffer), which prevents making decisions based on invalid value of
585         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
586         cause an error when `flyspell-pre-point' was nil after switching
587         buffers.
588         (flyspell-post-command-hook): No longer needs to change buffers when
589         checking pre-word.  While at it remove unnecessary progn.
591 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
593         * textmodes/ispell.el (ispell-add-per-file-word-list):
594         Fix `flyspell-correct-word-before-point' error when accepting
595         words and `coment-padding' is an integer by using
596         `comment-normalize-vars' (Bug #14214).
598 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
600         New defun movement commands.
601         * progmodes/python.el (python-nav--syntactically)
602         (python-nav--forward-defun, python-nav-backward-defun)
603         (python-nav-forward-defun): New functions.
605 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
607         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
608         (python-syntax-context): Use named compiler-macro for backwards
609         compatibility with Emacs 24.x.
611 2013-04-17  Leo Liu  <sdl.web@gmail.com>
613         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
614         octave-hide-process-buffer.
616 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
618         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
619         (bug#14216).
621 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
623         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
624         Fix adjustment of offset when receiving incomplete responses from GDB
625         (bug#14129).
627 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
629         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
630         python-mode-abbrev-table.
631         (python-skeleton-define): Adjust accordingly.
632         (python-mode-abbrev-table): New table that inherits from it so that
633         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
635         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
636         (abbrev-symbol): Use it.
637         (abbrev--before-point): Use it since we already handle inheritance.
639 2013-04-16  Leo Liu  <sdl.web@gmail.com>
641         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
642         binding to info-lookup-symbol.
644 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
646         * minibuffer.el (completion--twq-all):
647         * term/ns-win.el (ns-initialize-window-system):
648         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
650 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
652         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
653         global bindings.
655         * doc-view.el (doc-view-start-process): Handle url-handler directories.
657 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
659         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
660         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
661         to nil.
662         (ruby-end-of-defun): Remove the unused arg, change the docstring
663         to reflect that this function is only used as the value of
664         `end-of-defun-function'.
665         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
666         to reflect an earlier change that beginning/end-of-defun functions
667         jump between methods in a class definition, as well as top-level
668         functions.
670 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
672         * minibuffer.el (minibuffer-complete): Don't just scroll
673         a *Completions* that's been iconified.
674         (minibuffer-force-complete): Make sure repetitions do cycle when going
675         through completion-in-region -> minibuffer-complete.
677 2013-04-15  Alan Mackenzie  <acm@muc.de>
679         Correct the placement of c-cpp-delimiters when there're #s not at
680         col 0.
682         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
683         place a submatch around the #.
684         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
685         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
686         on the #, not BOL.
688 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
690         * emacs-lisp/nadvice.el: Properly test names when adding advice.
691         (advice--member-p): New arg `name'.
692         (advice--add-function, advice-member-p): Use it (bug#14202).
694 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
696         Reformulate java imenu-generic-expression.
697         The old expression contained ill formed regexps.
699         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
700         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
701         (cc-imenu-java-method-arg-regexp): New defconsts.
702         (cc-imenu-java-build-type-args-regex): New defun.
703         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
704         handling of spaces in the regexp.
706 2013-03-15  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
708         * textmodes/ispell.el (ispell-command-loop): Remove
709         flyspell highlight of a word when ispell accepts it (bug #14178).
711 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
713         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
714         uses code from the previous `ange-ftp-run-real-handler'.
715         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
716         only in case that function exist.  This is needed for proper
717         unloading of Tramp.
719 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
721         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
723         * textmodes/reftex.el (reftex-compile-variables): Use it.
725 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * files.el (normal-mode): Only use default major-mode if no other mode
728         was specified.
730         * emacs-lisp/trace.el (trace-values): New function.
732         * files.el: Allow : in local variables (bug#14089).
733         (hack-local-variable-regexp): New var.
734         (hack-local-variables-prop-line, hack-local-variables): Use it.
736 2013-04-13  Roland Winkler  <winkler@gnu.org>
738         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
739         data before it gets modified by bibtex-beginning-of-entry.
741 2013-04-13  Roland Winkler  <winkler@gnu.org>
743         * textmodes/bibtex.el (bibtex-url): Doc fix.
745 2013-04-13  Roland Winkler  <winkler@gnu.org>
747         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
748         does not visit a BibTeX file, exclude it from the list of buffers
749         returned by bibtex-initialize.
751 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
753         * window.el (split-window): Remove interactive form, since as a
754         command this function is a special case of split-window-below.
755         Correct doc string.
757 2013-04-12  Roland Winkler  <winkler@gnu.org>
759         * faces.el (read-face-name): Do not override value of arg default.
760         Allow single faces and strings as default values.  Remove those
761         elements from return value that are not faces.
762         (describe-face): Simplify.
763         (face-at-point): New optional args thing and multiple so that this
764         function can provide the same functionality previously provided by
765         read-face-name.
766         (make-face-bold, make-face-unbold, make-face-italic)
767         (make-face-unitalic, make-face-bold-italic, invert-face)
768         (modify-face, read-face-and-attribute): Use face-at-point.
770         * cus-edit.el (customize-face, customize-face-other-window)
771         * cus-theme.el (custom-theme-add-face)
772         * face-remap.el (buffer-face-set)
773         * facemenu.el (facemenu-set-face): Use face-at-point.
775 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
777         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
779 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
781         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
782         off leading { and trailing } from field values.
784 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
786         * emacs-lisp/timer.el (timer--check): New function.
787         (timer--time, timer-set-function, timer-event-handler): Use it.
788         (timer-set-idle-time): Simplify.
789         (timer--activate): CSE.
790         (timer-event-handler): Give more info in error message.
791         (internal-timer-start-idle): New function, moved from C.
793         * mpc.el (mpc-proc): Add `restart' argument.
794         (mpc-proc-cmd): Use it.
795         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
796         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
797         less often.
799 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
801         * progmodes/sh-script.el: Implement `sh-mode' own
802         `add-log-current-defun-function' (bug#14112).
803         (sh-current-defun-name): New function.
804         (sh-mode): Use the function.
806 2013-04-09  Bastien Guerry  <bzg@gnu.org>
808         * simple.el (choose-completion-string): Fix docstring (bug#14163).
810 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
812         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
814         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
815         timer (bug#14156).
817 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
819         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
820         declaration.
822 2013-04-07  Leo Liu  <sdl.web@gmail.com>
824         * pcmpl-x.el: New file.
826 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
828         Do not set x-display-name until X connection is established.
829         This is needed to prevent from weird situation described at
830         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
831         * frame.el (make-frame): Set x-display-name after call to
832         window system initialization function, not before.
833         * term/x-win.el (x-initialize-window-system): Add optional
834         display argument and use it.
835         * term/w32-win.el (w32-initialize-window-system):
836         * term/ns-win.el (ns-initialize-window-system):
837         * term/pc-win.el (msdos-initialize-window-system):
838         Add compatible optional display argument.
840 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
842         * files.el (normal-backup-enable-predicate): On MS-Windows and
843         MS-DOS compare truenames of temporary-file-directory and of the
844         file, so that 8+3 aliases (usually found in $TEMP on Windows)
845         don't fail comparison by compare-strings.  Also, compare file
846         names case-insensitively on MS-Windows and MS-DOS.
848 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
850         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
851         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
853 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
855         * whitespace.el (whitespace-color-on, whitespace-color-off):
856         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
858 2013-04-05  Jacek ChrzÄ…szcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
860         * ispell.el (ispell-set-spellchecker-params):
861         Really set `ispell-args' for all equivs.
863 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
865         * ido.el (ido-completions): Use extra elements of ido-decorations
866         (bug#14143).
867         (ido-decorations): Update docstring.
869 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
871         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
872         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
873         nil during initialization, in order not to miss changes since the
874         file was opened.  (Bug#14140)
876 2013-04-05  Leo Liu  <sdl.web@gmail.com>
878         * kmacro.el (kmacro-call-macro): Fix bug#14135.
880 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
882         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
884 2013-04-04  Glenn Morris  <rgm@gnu.org>
886         * electric.el (electric-pair-inhibit-predicate): Add :version.
888 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
890         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
891         when a package is required several times (bug#14082).
893 2013-04-04  Roland Winkler  <winkler@gnu.org>
895         * faces.el (read-face-name): Behave as promised by the docstring.
896         Assume that arg default is a list of faces.
897         (describe-face): Call read-face-name with list of default faces.
899 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
901         * bookmark.el: Fix deletion of bookmarks (bug#13972).
902         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
903         (bookmark-bmenu-execute-deletions): Only skip first line if it's
904         the header.
905         (bookmark-exit-hook-internal): Save even if list is empty.
907 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
909         * emacs-lisp/package.el (package-pinned-packages): New var.
910         (package--add-to-archive-contents): Obey it (bug#14118).
912 2013-04-03  Alan Mackenzie  <acm@muc.de>
914         Handle `parse-partial-sexp' landing inside a comment opener
915         (Bug#13244). Also adapt to the new values of element 7 of a parse
916         state.
918         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
919         parameter `not-in-delimiter'.  Handle being inside comment opener.
920         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
921         character in case we're typing a '*' after a '/'.
922         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
923         instead by passing the parameter to c-state-pp-to-literal.
925         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
926         for elt. 7 of a parse state.
928 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
930         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
931         * international/latin1-disp.el, international/mule-util.el:
932         * language/cyril-util.el, language/european.el, language/ind-util.el:
933         * language/lao-util.el, language/thai.el, language/tibet-util.el:
934         * language/tibetan.el, language/viet-util.el:
935         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
937 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
939         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
940         (electric-pair-post-self-insert-function): Use it.
941         (electric-pair-default-inhibit): New function, extracted from
942         electric-pair-post-self-insert-function.
944 2013-03-31  Roland Winkler  <winkler@gnu.org>
946         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
948 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
952 2013-03-30  FabiĂ¡n Ezequiel Gallina  <fabian@anue.biz>
954         Un-indent after "pass" and "return" statements (Bug#13888)
955         * progmodes/python.el (python-indent-block-enders): New var.
956         (python-indent-calculate-indentation): Use it.
958 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
960         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
961         defun.  Defining it as defalias could introduce too eager
962         byte-compiler optimization.  (Bug#14030)
964 2013-03-30  Chong Yidong  <cyd@gnu.org>
966         * iswitchb.el (iswitchb-read-buffer): Fix typo.
968 2013-03-30  Leo Liu  <sdl.web@gmail.com>
970         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
971         (kmacro-execute-from-register): Pass the keyboard macro to
972         kmacro-call-macro or repeating won't work correctly.
974 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
976         * progmodes/subword.el: Back to using `forward-symbol'.
978         * subr.el (forward-whitespace, forward-symbol)
979         (forward-same-syntax): Move from thingatpt.el.
981 2013-03-29  Leo Liu  <sdl.web@gmail.com>
983         * kmacro.el (kmacro-to-register): New command.
984         (kmacro-execute-from-register): New function.
985         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
987 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
989         * mpc.el: Use defvar-local and setq-local.
990         (mpc--proc-connect): Connection failures are not bugs.
991         (mpc-mode-map): `follow-link' only applies to the buffer's content.
992         (mpc-volume-map): Bind to the up-events.
994 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
996         * progmodes/subword.el (superword-mode): Use `forward-sexp'
997         instead of `forward-symbol'.
999 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1002         (edebug--recursive-edit): Use it.
1003         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1004         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1006 2013-03-28  Leo Liu  <sdl.web@gmail.com>
1008         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
1010 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
1012         * facemenu.el (list-colors-callback): New defvar.
1013         (list-colors-redisplay): New function.
1014         (list-colors-display): Install list-colors-redisplay as the
1015         revert-buffer-function.  (Bug#14063)
1017 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1019         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1020         and suffixes don't overlap (bug#14061).
1022         * case-table.el: Use lexical-binding.
1023         (case-table-get-table): New function.
1024         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
1026 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1028         * progmodes/subword.el: Add `superword-mode' to do word motion
1029         over symbol_words (parallels and leverages `subword-mode' which
1030         does word motion inside MixedCaseWords).
1032 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1034         * eshell/em-unix.el: Move su and sudo to...
1035         * eshell/em-tramp.el: ...Eshell tramp module.
1037 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1039         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
1040         Change return value to be a sexp.  Delay `get-buffer' to after
1041         restoring the desktop (bug#13951).
1043 2013-03-26  Leo Liu  <sdl.web@gmail.com>
1045         * register.el: Move semantic tag handling back to
1046         cedet/semantic/senator.el.  (Bug#14052)
1048 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1050         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1051         into the prompt either (bug#13963).
1053 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1055         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1056         part of "(error-foo)".
1058 2013-03-24  Juri Linkov  <juri@jurta.org>
1060         * replace.el (list-matching-lines-prefix-face): New defcustom.
1061         (occur-1): Pass `list-matching-lines-prefix-face' to the function
1062         `occur-engine' if `face-differs-from-default-p' returns t.
1063         (occur-engine): Add `,' inside backquote construct to evaluate
1064         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
1065         Pass `prefix-face' to the functions `occur-context-lines' and
1066         `occur-engine-add-prefix'.
1067         (occur-engine-add-prefix, occur-context-lines): Add optional arg
1068         `prefix-face' and propertize the prefix with `prefix-face'.
1069         (Bug#14017)
1071 2013-03-24  Leo Liu  <sdl.web@gmail.com>
1073         * nxml/rng-valid.el (rng-validate-while-idle)
1074         (rng-validate-quick-while-idle): Guard against deleted buffer.
1075         (Bug#13999)
1077         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1078         is the last entry in kill-buffer-hook.
1080         * files.el (kill-buffer-hook): Doc fix.
1082 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
1084         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1085         Make it safe-local.
1087         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1089 2013-03-23  Leo Liu  <sdl.web@gmail.com>
1091         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1092         Remove.
1094         * nxml/rng-valid.el (rng-validate-mode)
1095         (rng-after-change-function, rng-do-some-validation):
1096         * nxml/rng-maint.el (rng-validate-buffer):
1097         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1098         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1099         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1100         (nxml-extend-after-change-region): Use with-silent-modifications.
1102         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1103         timer-idle-list.
1105         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1106         (rng-next-error-1, rng-previous-error-1): Do not let-bind
1107         timer-idle-list.  (Bug#13999)
1109 2013-03-23  Juri Linkov  <juri@jurta.org>
1111         * info.el (info-index-match): New face.
1112         (Info-index, Info-apropos-matches): Add a nested subgroup to the
1113         main pattern and add text properties with the new face to matches
1114         in index entries relative to the beginning of the index entry.
1115         (Bug#14015)
1117 2013-03-21  Eric Ludlam  <zappo@gnu.org>
1119         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1120         Inhibit read only while inserting objects.
1122 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1124         * progmodes/cfengine.el: Update docs to mention
1125         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
1126         symbol motion.  Remove "_" from the word syntax.
1128 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
1130         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1131         syntax for both `cfengine2-mode' and `cfengine3-mode'.
1133 2013-03-20  Juri Linkov  <juri@jurta.org>
1135         * info.el (Info-next-reference-or-link)
1136         (Info-prev-reference-or-link): New functions.
1137         (Info-next-reference, Info-prev-reference): Use them.
1138         (Info-try-follow-nearest-node): Handle footnote navigation.
1139         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
1141 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1143         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1144         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1146 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
1148         Suppress unnecessary non-ASCII chatter during build process.
1149         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1150         (batch-skkdic-convert): Suppress most of the chatter.
1151         It's not needed so much now that machines are faster,
1152         and its non-ASCII component was confusing; see Dmitry Gutov in
1153         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1155 2013-03-20  Leo Liu  <sdl.web@gmail.com>
1157         * ido.el (ido-chop): Fix bug#10994.
1159 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1161         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1162         Remove vars.
1163         (whitespace-color-on, whitespace-color-off):
1164         Use `font-lock-fontify-buffer' (Bug#13817).
1166 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1168         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1169         remapping in mode-line.
1170         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1172 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
1174         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1175         value for `whitespace-line' face (Bug#13875).
1176         (whitespace-font-lock-keywords): Change description.
1177         (whitespace-color-on): Don't save `font-lock-keywords' value, save
1178         the constructed keywords instead.
1179         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1181 2013-03-19  Leo Liu  <sdl.web@gmail.com>
1183         * progmodes/compile.el (compilation-display-error): New command.
1184         (compilation-mode-map, compilation-minor-mode-map): Bind it to
1185         C-o.  (Bug#13992)
1187 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1189         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1191 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
1193         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1195 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
1197         * net/tramp-compat.el (tramp-compat-user-error): New defun.
1199         * net/tramp-adb.el (tramp-adb-handle-shell-command):
1200         * net/tramp-gvfs.el (top):
1201         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1202         (tramp-handle-shell-command): Use it.
1203         (tramp-dissect-file-name): Raise an error when hostname is a
1204         method name, and neither method nor user is specified.
1206         * net/trampver.el: Update release number.
1208 2013-03-18  Leo Liu  <sdl.web@gmail.com>
1210         Make sure eldoc can be turned off properly.
1211         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1212         eldoc-mode.
1213         (eldoc-display-message-p): Revert last change.
1214         (eldoc-display-message-no-interference-p)
1215         (eldoc-print-current-symbol-info): Tweak.
1217 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
1219         * doc-view.el (doc-view-new-window-function): Check the new window
1220         overlay's display property instead the char property of the
1221         buffer's first char.  Use `with-selected-window' instead of
1222         `save-window-excursion' with `select-window'.
1223         (doc-view-document->bitmap): Check the current doc-view overlay's
1224         display property instead the char property of the buffer's first char.
1226 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
1228         Automate the build of ja-dic.el (Bug#13984).
1229         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1230         from the input, rather than assume that it's been done for us by the
1231         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
1232         the current date into a ja-dic.el comment, as that complicates
1233         regression testing.
1235 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1237         * whitespace.el: Fix double evaluation.
1238         (whitespace-space, whitespace-hspace, whitespace-tab)
1239         (whitespace-newline, whitespace-trailing, whitespace-line)
1240         (whitespace-space-before-tab, whitespace-indentation)
1241         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1242         obsolete defvars.
1243         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1244         (whitespace-color-on): Use a single font-lock-add-keywords call.
1245         Fix double-evaluation of face variables.
1247 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
1249         * net/tramp-adb.el (tramp-adb-parse-device-names):
1250         Use `start-process' instead of `call-process'.  Otherwise, the
1251         function might be blocked under MS Windows.  (Bug#13299)
1253 2013-03-17  Leo Liu  <sdl.web@gmail.com>
1255         Extend eldoc to display info in the mode-line.  (Bug#13978)
1256         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1257         (eldoc-mode-line-string): New variable.
1258         (eldoc-minibuffer-message): New function.
1259         (eldoc-message-function): New variable.
1260         (eldoc-message): Use it.
1261         (eldoc-display-message-p)
1262         (eldoc-display-message-no-interference-p):
1263         Support eldoc-post-insert-mode.
1265         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1266         (eval-expression): Run it.
1268 2013-03-17  Roland Winkler  <winkler@gnu.org>
1270         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1271         strings in the list of return values.
1273 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1275         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1276         radix before checking for HMS forms.
1278 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1280         * progmodes/scheme.el: Add indentation and font-locking for Î».
1281         (Bug#13975)
1283 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1285         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1286         token before point (bug#13942).
1288 2013-03-16  Leo Liu  <sdl.web@gmail.com>
1290         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
1292 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
1294         * startup.el (command-line-normalize-file-name): Fix handling of
1295         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
1296         <xfq.free@gmail.com> in
1297         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1299 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
1301         Sync with Tramp 2.2.7.
1303         * net/trampver.el: Update release number.
1305 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
1307         * doc-view.el Fix bug#13887.
1308         (doc-view-insert-image): Don't modify overlay associated to
1309         non-live windows, and implement horizontal centering of image in
1310         case it's smaller than the window.
1311         (doc-view-new-window-function): Force redisplay of new windows on
1312         doc-view buffers.
1314 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
1316         * saveplace.el (save-place-alist-to-file): Don't sort
1317         `save-place-alist', just pretty-print it (bug#13882).
1319 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
1321         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1322         whether `default-file-name-coding-system' is bound.  It isn't in
1323         XEmacs.
1325 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1327         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1328         backquotes for `obsolete' (bug#13929).
1330         * international/mule.el (find-auto-coding): Include file name in
1331         obsolescence warning (bug#13922).
1333 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1335         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1336         for CFEngine 3-specific indentation.
1337         (cfengine3-indent-line): Use it.  Fix up category regex.
1338         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1340 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1342         * type-break.el (type-break-file-name):
1343         * textmodes/remember.el (remember-data-file):
1344         * strokes.el (strokes-file):
1345         * shadowfile.el (shadow-initialize):
1346         * saveplace.el (save-place-file):
1347         * ps-bdf.el (bdf-cache-file):
1348         * progmodes/idlwave.el (idlwave-config-directory):
1349         * net/quickurl.el (quickurl-url-file):
1350         * international/kkc.el (kkc-init-file-name):
1351         * ido.el (ido-save-directory-list-file):
1352         * emulation/viper.el (viper-custom-file-name):
1353         * emulation/vip.el (vip-startup-file):
1354         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1355         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1357 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
1359         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1360         * language/thai-word.el: Switch to UTF-8.
1362 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1364         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1366 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1368         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1369         Use with-current-buffer and don't move point.
1370         (net-utils-run-simple): Remove useless code.
1371         (net-utils-remove-ctl-m): Remove unused custom.
1373 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
1375         * international/characters.el (glyphless-set-char-table-range): New fun.
1376         (update-glyphless-char-display): Use it (bug#13744).
1378 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1380         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1381         namespaces in the syntax, indent closer for hanging brace
1382         correctly, allow single-quote delimited 'strings', and make
1383         `cfengine3-mode' the default.
1385 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
1387         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1388         Use lexical-binding.  Fix up docstring according to conventions.
1389         (gdbmi-debug-mode): New var.
1390         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1391         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1392         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1393         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1394         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1395         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1396         (gdbmi-bnf-incomplete-record-result): New functions.
1397         (gdb-car<): Remove function.
1398         (gdbmi-record-list): Remove variable.
1399         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1400         (gdbmi-bnf-result-state-configs): New const.
1401         (gud-gdbmi-marker-filter): Rewrite.
1402         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1403         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1404         Add `token' argument.
1405         (gdb-done, gdb-error): New functions.
1406         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
1408 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1410         * term/xterm.el (xterm--report-background-handler): Don't burp
1411         upon timeout.
1412         (xterm--version-handler): Extract from terminal-init-xterm.
1413         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
1414         Allow multiple handlers.
1415         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1417         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
1418         (xterm--report-background-handler, xterm--query): New functions.
1419         (terminal-init-xterm): Use them.
1421 2013-03-11  Michael R. Mauger  <michael@mauger.com>
1423         * progmodes/sql.el Version 3.2
1424         Please note that my address changed to <michael@mauger.com>;
1425         the <mmaug@yahoo.com> address remains active.
1426         (sql-connection-alist): Updates documentation to fix bug#13715.
1427         (sql-connect): Handle missing `sql-connection-alist' correctly.
1428         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1429         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1430         property.
1431         (sql-default-value): New function.
1432         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1433         values were not used.
1434         (sql-rename-buffer): Make sure alternate buffer name has no text
1435         properties.
1436         (sql-input-sender, sql-execute-feature): Fetch variable with
1437         `buffer-local-value' rather than `with-current-buffer'.
1438         (sql-*): Use #' function syntax consistently.
1439         (sql-*): Use message/error/user-error consistently.
1441 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1443         * xt-mouse.el (xterm-mouse-event-read): Remove.
1444         (xterm-mouse--read-event-sequence-1000)
1445         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1447 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1449         * term/xterm.el (xterm-function-map): Support format used with
1450         formatOtherKeys=1 (bug#13839).
1452         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1453         (with-no-warnings): Use `declare'.
1455         * whitespace.el (whitespace-enable-predicate): New variable.
1456         (whitespace-enable-predicate): Use it.
1458         * comint.el (comint-send-input, comint-snapshot-last-prompt)
1459         (comint-output-filter, comint-update-fence):
1460         Use with-silent-modifications.
1462 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
1464         * replace.el (occur-read-regexp-defaults-function): New var.
1465         (occur-read-regexp-defaults): New defun.
1466         (occur-read-primary-args): Propagate above change (bug#13892).
1468 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1470         * mouse.el (mouse-drag-track): Remove left-over debugging code.
1472 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
1474         Major rewrite due to changed D-Bus interface of GVFS 1.14.
1476         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1477         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1478         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1479         New defconst.
1480         (tramp-gvfs-file-name-handler-alist) [directory-files]
1481         [directory-files-and-attributes, file-exists-p, file-modes]:
1482         Use Tramp default handler.
1483         [file-acl, file-selinux-context, process-file, set-file-acl]:
1484         [set-file-modes, set-file-selinux-context, shell-command]:
1485         [start-file-process]: Remove handler.
1486         [verify-visited-file-modtime]: New handler.
1487         (tramp-gvfs-dbus-string-to-byte-array)
1488         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
1489         calls of `dbus-string-to-byte-array' and
1490         `tramp-gvfs-dbus-byte-array-to-string'.
1491         (tramp-gvfs-handle-copy-file)
1492         (tramp-gvfs-handle-delete-directory)
1493         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1494         (tramp-gvfs-handle-file-directory-p)
1495         (tramp-gvfs-handle-file-executable-p)
1496         (tramp-gvfs-handle-file-name-all-completions)
1497         (tramp-gvfs-handle-file-readable-p)
1498         (tramp-gvfs-handle-file-writable-p)
1499         (tramp-gvfs-handle-insert-directory)
1500         (tramp-gvfs-handle-insert-file-contents)
1501         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1502         (tramp-gvfs-handle-set-visited-file-modtime)
1503         (tramp-gvfs-handle-write-region): Rewrite.
1504         (tramp-gvfs-handle-file-acl)
1505         (tramp-gvfs-handle-file-selinux-context)
1506         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1507         (tramp-gvfs-handle-set-file-modes)
1508         (tramp-gvfs-handle-set-file-selinux-context)
1509         (tramp-gvfs-handle-shell-command)
1510         (tramp-gvfs-handle-start-file-process)
1511         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1512         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1513         over the symlinks.  Fix user handling.
1514         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1515         of the D-Bus signals.
1516         (tramp-gvfs-connection-mounted-p): Handle different names of the
1517         D-Bus methods.
1518         (tramp-gvfs-mount-spec-entry): New defun.
1519         (tramp-gvfs-mount-spec): Use it.
1520         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1521         there is a share name.  Handle different names of the D-Bus
1522         signals and methods.  Set connection properties needed for
1523         `tramp-check-cached-permissions'.
1524         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1525         Return t or nil.
1527         * net/tramp.el (tramp-backtrace): Move up.
1528         (tramp-error): Dump a backtrace into the debug buffer when
1529         `tramp-verbose > 9.
1530         (tramp-file-mode-type-map, tramp-file-mode-from-int)
1531         (tramp-file-mode-permissions, tramp-get-local-uid)
1532         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1533         tramp-sh.el.
1535         * net/tramp-sh.el (tramp-file-mode-type-map)
1536         (tramp-check-cached-permissions, tramp-file-mode-from-int)
1537         (tramp-file-mode-permissions, tramp-get-local-uid)
1538         (tramp-get-local-gid): Move to tramp.el.
1540 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         Separate mouse-1-click-follows-link from mouse-drag-region.
1543         * mouse.el (mouse--down-1-maybe-follows-link): New function.
1544         (key-translation-map): Use it to implement mouse-1-click-follows-link.
1545         (mouse-drag-line, mouse-drag-track):
1546         Remove mouse-1-click-follows-link code.
1547         (mouse--remap-link-click-p): Remove.
1549 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
1551         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1552         (hi-lock-read-regexp-defaults):  New defun.
1553         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1554         (hi-lock-face-phrase-buffer): Propagate above change.
1555         Update docstring (bug#13892).
1557         * subr.el (find-tag-default-as-regexp): New defun.
1558         * replace.el (read-regexp): Propagate above change.
1560 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
1562         * calc/calc-units.el (calc-convert-units): Fix the way that default
1563         new units are stored.
1565 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1567         * bookmark.el: Define a face to highlight bookmark names in
1568         bookmark menu buffers, where the default is a bold face similarly
1569         to buffer names in buffer menu buffers.
1570         (bookmark-menu-bookmark): New face to highlight bookmark names.
1571         (bookmark-insert-location): Remove duplicated text property to
1572         conform to buffer list (see `list-buffers').
1573         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1574         `bookmark-menu-bookmark' to bookmark names.
1576 2013-03-07  Matthias Meulien  <orontee@gmail.com>
1577             Karl Fogel  <kfogel@red-bean.com>
1579         * bookmark.el: Display the bookmark list header similarly to the
1580         buffer list header (see `list-buffers'), where the default is now
1581         an immovable/immutable header line.
1582         (bookmark-bmenu-use-header-line): New variable.
1583         (bookmark-bmenu-inline-header-height): New name for
1584         `bookmark-bmenu-header-height', to avoid confusion with the code
1585         for the new immovable header.  All references changed.
1586         (bookmark-bmenu-set-header): New function.
1587         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1588         Conditionalize header construction accordingly.
1589         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1590         the inline header height.
1591         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1592         Conditionalize the skipping of the inline header height.
1594 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
1596         * progmodes/js.el (js--multi-line-declaration-indentation):
1597         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1599 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
1601         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1602         Only propertize regexp when not inside a string (Bug#13885).
1604 2013-03-06  Alan Mackenzie  <acm@muc.de>
1606         Correct the position of point in some line-up functions.
1607         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1608         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1609         point at column 0 rather than at a random place in the line.
1611 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
1613         * net/tramp-compat.el (tramp-compat-delete-directory):
1614         Implement TRASH argument.
1616 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
1618         Keep pre-existing highlighting in completion candidates (Bug#13250).
1619         * minibuffer.el (completions-first-difference): State that the
1620         face is "added" in the docstring.
1621         (completions-common-part): Same.  And don't inherit from default.
1622         (completion-hilit-commonality): Prepend 'completions-common-part
1623         and 'completion-first-difference faces to the 'face property,
1624         instead of replacing the value(s).
1625         (completion--insert-strings): Same with 'completions-annotations face.
1626         (completion-hilit-commonality): Use 'face instead of
1627         'font-lock-face, because it gets priority if the completion
1628         strings already have 'face set.
1630 2013-03-04  Alan Mackenzie  <acm@muc.de>
1632         Replace `last-command-event' by `last-command-char' in XEmacs.
1633         * progmodes/cc-defs.el (c-last-command-char): New macro.
1634         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1635         (c-semi&comma-no-newlines-before-nonblanks)
1636         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1637         in place of `last-command-event'.
1638         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1639         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1640         (c-electric-paren, c-electric-continued-statement): Use the new
1641         macro in place of `last-command-event'.
1643 2013-03-04  Glenn Morris  <rgm@gnu.org>
1645         * files.el (inhibit-local-variables-regexps):
1646         Add .diff and .patch.  (Bug#13862)
1648 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
1650         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1651         whether the "su" command is available on the device.
1653 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1655         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1656         (tramp-adb-handle-process-file): Remove superfluous setting.
1657         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1658         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1659         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1661 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1663         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1664         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
1665         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1666         Use dict-key rather than dict-name for the error message.
1668 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1670         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1671         when reverting (bug#13831).
1673 2013-03-01  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1675         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1676         Always expand affix-file before storing to protect against changed
1677         `default-directory'.
1678         (ispell-print-if-debug): Make sure message is printed at the end
1679         of the debug buffer.
1681 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1683         * net/tramp.el (tramp-obsolete-methods): New defconst.
1684         (tramp-warned-obsolete-methods): New defvar.
1685         (tramp-find-method): Check for obsolete methods.  Map them to a
1686         replacement method if appropriate.
1688         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1689         Remove methods.
1690         (top): Remove completion functions for "scp1", "scp2", "ssh1",
1691         "ssh2" and "plink1".
1693 2013-02-28  Dale Sedivec  <dale@codefu.org>
1695         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1696         Return valid syntax-table property value when converting
1697         quotes within text from string syntax to punctuation syntax (bug#13844).
1699 2013-02-28  Juri Linkov  <juri@jurta.org>
1701         * dired-aux.el (dired-diff): If file at point is a backup file,
1702         use its original as the default value, and reverse the order
1703         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
1705 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1707         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
1708         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
1710 2013-02-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
1712         Initial support for hunspell dictionaries auto-detection (Bug#13639)
1714         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1715         Ask hunspell about available and default dictionaries.
1716         (ispell-parse-hunspell-affix-file): Extract relevant info from
1717         hunspell affix file.
1718         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1719         `ispell-dictionary-alist' entry for given dictionary after info
1720         provided by `ispell-parse-hunspell-affix-file'.
1721         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1722         of parsed hunspell dicts and associated affix files.
1723         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1724         of parsed hunspell dicts and associated parameters.
1725         (ispell-set-spellchecker-params):
1726         Call `ispell-find-hunspell-dictionaries' if hunspell and not
1727         previously done.
1728         (ispell-start-process):
1729         Call `ispell-hunspell-fill-dictionary-entry' for current
1730         dictionary if it is not initialized.
1732 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1734         * imenu.el: Comment nitpicks.
1736 2013-02-28  Sam Steingold  <sds@gnu.org>
1738         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1739         See <http://stackoverflow.com/questions/14720205>.
1741 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1743         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1744         (net-utils-mode): Use it.
1745         (net-utils--revert-cmd): New var.
1746         (net-utils-run-simple): Set it, and remove bogus interactive spec.
1747         (traceroute): Use net-utils-run-simple.
1749 2013-02-28  Glenn Morris  <rgm@gnu.org>
1751         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1753 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1755         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1756         (doc-view-fallback-mode): Remove overlays here.
1757         (doc-view-toggle-display): Instead of here.  Don't throw away
1758         image-mode-winprops-alist.
1759         (doc-view-goto-page): Don't mess with hscroll.
1761 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1763         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1764         &optional (bug#13819).
1766 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
1768         * net/tramp-adb.el (tramp-adb-parse-device-names)
1769         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
1771 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
1773         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1774         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1775         defined.  POSIX environments fall back to the "C" locale then and
1776         emit a warning, which shall be suppressed.
1778 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1780         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1781         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1783 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1785         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1787 2013-02-25  Juri Linkov  <juri@jurta.org>
1789         * replace.el (read-regexp): Let-bind `default' to the first
1790         element of `defaults' if it's a list, otherwise it should be
1791         a string or nil.  Let-bind `suggestions' to `defaults' if it's
1792         a list, otherwise make a list with the string value.  Doc fix.
1793         (Bug#13805)
1795 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
1797         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1798         that match "\`\.#", to avoid compiling lock files, even if they
1799         are readable (as they are on MS-Windows).
1801 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1803         * files.el (basic-save-buffer): Remove redundant directory-creation.
1805 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
1807         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1808         Add option to force `pi' to remain symbolic.
1809         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1810         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1811         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1812         derivatives, when necessary.
1814 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
1816         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1817         (ps-mode-octal-region): Use string-make-unibyte.
1819 2013-02-23  Glenn Morris  <rgm@gnu.org>
1821         * emulation/viper-cmd.el (viper-submit-report):
1822         * progmodes/ps-mode.el (ps-mode-maintainer-address):
1823         * progmodes/vera-mode.el (vera-mode-help-address):
1824         * textmodes/artist.el (artist-maintainer-address):
1825         * textmodes/reftex.el (reftex-report-bug):
1826         * vc/ediff-util.el (ediff-submit-report):
1827         Add bug-gnu-emacs to bug report address.
1829         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1830         Remove bug report entries.
1831         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1833         * emacs-lisp/bytecomp.el (byte-compile-level): New.
1834         (byte-compile-file, byte-compile-from-buffer):
1835         Use separate input/output buffers for each level of recursive
1836         byte-compile-file calls.  (Bug#13787)
1838 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
1840         * net/tramp.el (tramp-methods): Fix docstring.
1841         (tramp-ssh-controlmaster-options): Rename it from
1842         `tramp-ssh-controlmaster-template'.  Return a string.
1843         (tramp-default-method): Adapt check for
1844         `tramp-ssh-controlmaster-options'.
1846         * net/tramp-sh.el (tramp-methods):
1847         Replace `tramp-ssh-controlmaster-template' by "%c".
1848         (tramp-do-copy-or-rename-file-out-of-band)
1849         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
1850         that it is applied for the first hop only.
1852 2013-02-22  Juri Linkov  <juri@jurta.org>
1854         * isearch.el (isearch-lazy-highlight-new-loop):
1855         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1856         to `isearch-other-end' if it is not nil.  (Bug#13402)
1858         * replace.el (replace-highlight): Let-bind `isearch-other-end'
1859         to `match-beg'.
1861         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1862         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1863         and `isearch-error' to nil.
1865 2013-03-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1867         * progmodes/python.el (python-info-current-defun):
1868         Enhance match-data cluttering prevention.
1870 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
1872         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1874         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1875         Handle multibyte file names.
1877 2013-02-22  Glenn Morris  <rgm@gnu.org>
1879         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1880         (sgml-transformation-function): Give it a :set function.
1881         (sgml-tag): Doc fix.
1883         * cmuscheme.el (scheme-buffer):
1884         * progmodes/inf-lisp.el (inferior-lisp-buffer):
1885         * progmodes/tcl.el (inferior-tcl-buffer):
1886         * textmodes/tex-mode.el (tex-command): Doc fixes.
1888         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1890         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
1892 2013-02-21  Bastien Guerry  <bzg@gnu.org>
1894         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
1896 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1898         * progmodes/python.el (python-info-current-defun):
1899         Enhance match-data cluttering prevention.
1901 2013-02-21  Glenn Morris  <rgm@gnu.org>
1903         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1904         loaded while outline-regexp is let bound.  (Bug#9584)
1906 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1908         * progmodes/python.el (python-info-current-defun): Fix failed
1909         defun name retrieval because of unwanted match-data cluttering.
1911 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
1913         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1914         defconst.  Apply independent check for ControlPersist.
1916         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1917         temporarily, via "env".
1919 2013-02-21  Glenn Morris  <rgm@gnu.org>
1921         * info.el (Info-enable-edit): Remove.
1922         (Info-edit): Disable it rather than using Info-enable.
1923         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1924         (Info-cease-edit): Make editing of Info files obsolete.
1926         * informat.el (Info-tagify):
1927         Handle buffers not visiting files.  (Bug#13763)
1929 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
1931         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1933 2013-02-21  Glenn Morris  <rgm@gnu.org>
1935         * files.el (basic-save-buffer): Move check for existing parent
1936         directory after hooks.  (Bug#13773)
1938 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1940         * simple.el (command-execute): Move from C.  Add obsolete check.
1941         (extended-command-history): Move from C.
1943 2013-02-20  Ulrich MĂ¼ller  <ulm@gentoo.org>
1945         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1946         (jka-compr-mode-alist-additions): Handle .txz suffix for
1947         XZ-compressed tar archives (bug#13770).
1949 2013-02-20  Bastien Guerry  <bzg@gnu.org>
1951         * outline.el (outline-regexp, outline-heading-end-regexp):
1952         Make variables, not options (bug#13731).
1954 2013-02-20  Glenn Morris  <rgm@gnu.org>
1956         * image.el (image-current-frame): Change from variable to function.
1957         (image-show-frame): Rename from image-nth-frame.  Update callers.
1958         * image-mode.el (image-multi-frame): New variable.
1959         (image-mode-map, image-mode, image-goto-frame):
1960         Use image-multi-frame rather than image-current-frame.
1961         (image-mode, image-goto-frame): Use image-current-frame as
1962         function rather than as variable.
1964         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1965         * emacs-lisp/cl-macs.el (cl--make-type-test)
1966         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1968 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1970         * net/tramp-cache.el (tramp-get-hash-table): New defun.
1971         (tramp-get-file-property, tramp-set-file-property)
1972         (tramp-get-connection-property, tramp-set-connection-property): Use it.
1973         (tramp-flush-file-property, tramp-flush-directory-property):
1974         Rename argument to KEY.
1975         (tramp-flush-connection-property): Simplify a little bit.
1976         (tramp-connection-property-p): New defun.
1977         (top): Reapply saved values only if there isn't a corresponding
1978         entry in `tramp-connection-properties'.
1980 2013-02-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
1982         * progmodes/python.el (python-indent-context):
1983         Fix python-info-line-ends-backslash-p call.
1984         (python-info-line-ends-backslash-p)
1985         (python-info-beginning-of-backslash): Respect line-number argument.
1986         (python-info-current-line-comment-p):
1987         Fix behavior when not at beginning-of-line.
1988         (python-util-position): Remove function.
1989         (python-util-goto-line): New function.
1991 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1993         * eshell/em-unix.el (eshell/su): Require tramp.
1994         (eshell/sudo): Require tramp.  Remove now unnecessary check.
1996         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1997         `tramp-current-connection' in order to avoid an error when several
1998         commands are invoked in a short time in eshell and friends.
2000 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2002         Cleanup some of EIEIO's namespace.
2003         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2004         Use it to define all the class-* and object-* field accessors (renamed
2005         to eieio--class-* and eieio--object-*).  Update all uses.
2006         (eieio--class-num-slots, eieio--object-num-slots): Rename from
2007         class-num-slots and object-num-slots.
2008         (eieio--check-type): New macro.
2009         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2010         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2011         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2012         (object-assoc-list-safe): Use it.
2013         (eieio-defclass): Tighten regexp.
2014         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
2015         Remove unreachable code.
2016         (object-class-fast): Declare obsolete.
2017         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2018         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2019         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2020         Rename from class-name, object-name, object-set-name-string,
2021         object-class, object-class-name, class-parents, class-children,
2022         class-precedence-list, class-parent; with obsolete alias.
2023         (class-of, class-direct-superclasses, class-direct-subclasses):
2024         Declare obsolete.
2025         (eieio-defmethod): Use `memq'; remove unreachable code.
2026         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2027         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
2028         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
2030 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2032         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
2033         commentary.
2035 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
2037         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
2038         Use font-lock-keyword-face for macros and special forms (bug#8345).
2040 2013-02-17  Didier Verna  <didier@didierverna.net>
2042         * net/network-stream.el (network-stream-open-starttls):
2043         Check that response to the starttls-command is non-nil.  (Bug#13706)
2045 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2047         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2048         Don't assume all identifier chars have syntax word.
2049         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2050         Remove bar-not-symbol.  Adjust callers.
2051         (lisp-mode-variables): Don't set a font-lock-syntax-table.
2053 2013-02-17  Leo Liu  <sdl.web@gmail.com>
2055         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2057 2013-02-17  Glenn Morris  <rgm@gnu.org>
2059         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2061         * image-mode.el (image-mode-map): Add image-dired menu entry.
2063         * image-dired.el (tumme): Make this alias obsolete.
2065 2013-02-16  Glenn Morris  <rgm@gnu.org>
2067         * image.el (image-animated-types): Remove.
2068         (image-multi-frame-p): Rename from image-animated-p, and generalize.
2069         (image-animated-p): Make obsolete alias.
2070         (image-animate, image-nth-frame, image-animate-timeout):
2071         Use image-multi-frame-p.
2072         (image-animate-timeout): If no delay, use image-default-frame-delay.
2073         * image-mode.el (image-mode, image-toggle-animation):
2074         Use image-multi-frame-p.  (Bug#763, bug#10739)
2075         (image-mode): Adjust startup message for a multi-frame image.
2077         * image-mode.el (image-mode-map): Give it a menu.
2079 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
2081         * net/tramp-cache.el (tramp-connection-properties): New customer
2082         option.
2083         (tramp-get-connection-property): Use it.
2085         * net/tramp-compat.el (top): Require 'trampver.
2087         * net/tramp-sh.el (tramp-remote-process-environment):
2088         Set tramp-autoload cookie.
2090 2013-02-16  Kevin Ryde  <user42@zip.com.au>
2092         * info-look.el (info-lookup-select-mode): If major-mode has no
2093         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2095 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
2097         * replace.el (read-regexp): Tighten the regexp that matches tag.
2098         When tag is retrieved with `find-tag-default', use regexp that
2099         matches tag at point.  Also update docstring (Bug#13687).
2101 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
2103         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2104         add watch for the file, not its parent directory, since w32notify
2105         sets up the watch for the directory internally.  (Bug#13725)
2107 2013-02-16  Glenn Morris  <rgm@gnu.org>
2109         * image.el (image-default-frame-delay): New variable.
2110         (image-animated-p): Use image-default-frame-delay.
2111         (image-minimum-frame-delay): New constant.
2112         (image-animate-timeout): Use image-minimum-frame-delay.
2114         * image.el (image-nth-frame): New, split from image-animate-timeout.
2115         (image-animate-timeout): Use image-nth-frame.
2116         * image-mode.el (image-goto-frame, image-next-frame)
2117         (image-previous-frame): New commands.
2118         (image-mode-map): Add new frame commands.
2120 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
2122         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2123         If col-desc already has help-echo, use it.  (Bug#13563)
2125 2013-02-16  Glenn Morris  <rgm@gnu.org>
2127         * image.el (image-current-frame): New variable.
2128         (image-animate-timeout): Set image-current-frame.
2129         * image-mode.el (image-mode): For animated images,
2130         display a frame counter via mode-line-process.
2132         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2134 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2136         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2138 2013-02-15  Alan Mackenzie  <acm@muc.de>
2140         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2141         global minor mode has been enabled, call the minor mode function
2142         for a new buffer once only, after the major mode hook, whilst
2143         allowing that hook explicitly to disable the minor mode.
2144         (MODE-disable-in-buffer): New (generated) function.
2145         (disable-MODE): New (generated) buffer local variable.
2147 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
2149         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2150         `iswitchb-next-match' and `iswitchb-prev-match' resply.
2151         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2152         `ido-next-match' and `ido-prev-match' resply.
2153         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2154         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2155         `icomplete-backward-completions' (Bug#13708).
2157 2013-02-15  Glenn Morris  <rgm@gnu.org>
2159         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2161 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         * net/goto-addr.el (goto-address-fontify): Add start and end args.
2164         (goto-address-fontify-region): Use them instead of narrowing, so
2165         syntax-ppss has access to the whole buffer.
2167 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2169         * progmodes/python.el: Explain how to restore "cc-mode"-like
2170         forward-sexp movement in header documentation (Bug#13642).
2171         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2172         comments and strings (GH bug 114).
2174 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2176         * progmodes/python.el (python-info-current-defun): Fix current
2177         defun detection (Bug#13618).
2179 2013-02-15  Chong Yidong  <cyd@gnu.org>
2181         * xml.el (xml-parse-string): Fix typo in handling of bad character
2182         references.
2184 2013-02-15  Glenn Morris  <rgm@gnu.org>
2186         * play/fortune.el (fortune-compile): Simplify and fix previous change.
2188 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
2190         * net/tramp.el (tramp-debug-message):
2191         Add `tramp-condition-case-unless-debug'.
2192         (tramp-debug-on-error): New defvar.
2193         (tramp-condition-case-unless-debug): New defun.
2194         (tramp-file-name-handler): Use it.
2196 2013-02-14  Juri Linkov  <juri@jurta.org>
2198         * info.el (Info-isearch-filter): Treat non-nil values of
2199         `search-invisible' including its default value `open'
2200         like the value `t' to match hidden text.  (Bug#13402)
2202 2013-02-14  Glenn Morris  <rgm@gnu.org>
2204         * help-fns.el (find-lisp-object-file-name): Give special treatment
2205         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
2207 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
2209         * net/quickurl.el (quickurl-save-urls):
2210         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
2212 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
2214         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2215         depth for unfinished percent literal.  Not using it in the caller.
2216         (ruby-move-to-block): Jump over multiline literals of all types,
2217         ignoring code-looking contents inside them.
2218         (ruby-add-log-current-method): Improve performance at the expense
2219         of accuracy.  `ruby-block-contains-point' is relatively slow, so
2220         only use it for method and singleton class blocks.
2222 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2224         Use ControlMaster where applicable.  (Bug#13677)
2226         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2227         replacing `tramp-detect-ssh-controlmaster'.
2228         (tramp-default-method): Use it.
2230         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2231         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2232         arguments.
2233         [scpc, rsyncc]: Remove methods.
2234         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2235         and "ssh2_old".
2236         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2237         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2239 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2241         * emacs-lisp/package.el (package--initialized): Move before first use.
2243 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
2245         * icomplete.el (icomplete-hide-common-prefix): New user option.
2246         (icomplete-first-match): New face.
2247         (icomplete-completions): Correct handling of "complete but not
2248         unique" (Bug#12638).
2250 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
2252         * descr-text.el (describe-char): Display the script (bug#13698).
2254 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2256         * tmm.el: Use lexical-binding and current-active-maps.
2257         (tmm-menubar): Use map-keymap and pcase.
2258         (tmm--completion-table): New function.
2259         (tmm-prompt): Use it to fix the menu order.
2260         (tmm-get-keybind): Use current-active-maps.
2262 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
2264         Add dired-hide-details-mode.  (Bug#6799)
2266         * locate.el (locate-mode): Set parent mode property to dired-mode.
2268         * find-dired.el (find-dired): Call dired-insert-set-properties on
2269         initial information line.  Set process mark on end of buffer.
2270         (find-dired-sentinel):
2271         Call dired-insert-set-properties on summary.
2273         * dired.el (dired-hide-details-hide-symlink-targets)
2274         (dired-hide-details-hide-information-lines): New options.
2275         (dired-insert-directory):
2276         Set properties after final treatment of output.
2277         (dired-insert-set-properties):
2278         Set dired-hide-details-* properties.
2279         (dired-mode-map): Bind dired-hide-details-mode.
2280         (dired-mode): Set buffer-invisibility-spec to a list.
2281         (dired-next-line): Skip hidden lines.
2282         (dired-previous-line): Use dired-next-line.
2283         (dired-hide-details-mode): New minor mode.
2284         (dired-hide-details-update-invisibility-spec): New function.
2286 2013-02-13  Glenn Morris  <rgm@gnu.org>
2288         * play/yow.el: Move to obsolete/.  (Bug#9384)
2290 2013-02-13  Juri Linkov  <juri@jurta.org>
2292         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2293         to select `ediff-control-frame' and set input focus correctly on Xfce.
2294         (Bug#12218)
2296 2013-02-13  Juri Linkov  <juri@jurta.org>
2298         * image-mode.el (image-mode-map):
2299         * doc-view.el (doc-view-mode-map):
2300         * vc/ediff-util.el (ediff-setup-keymap):
2301         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2303 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
2305         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2306         performance.  Instead of recalculating indentation fully for each
2307         line, sum up indentation depth based only on visited lines.
2308         (ruby-parse-partial): Increase the depth after "do" even when END
2309         is right after it.
2310         (ruby-parse-partial): When END is in the middle of a percent
2311         literal, increase the depth if the delimiter chars belong to the
2312         paren syntax class.
2314 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
2316         * play/fortune.el (fortune-compile): Also make the compiled file
2317         if it does not exist at all, not just if it is old.  (Bug#5338)
2319 2013-02-13  Glenn Morris  <rgm@gnu.org>
2321         * emacs-lisp/package.el (package-menu-execute): Doc fix.
2323 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
2325         * lisp/emacs-lisp/package.el (package-menu-execute):
2326         Add optional noquery argument.  (Bug#13625)
2328 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
2330         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2331         if DIR exists and PARENTS is non-nil.
2333 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
2335         * progmodes/js.el (js--multi-line-declaration-indentation):
2336         Silence byte-compiler warning.
2338 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
2340         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2342         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2343         only if it doesn't exist.
2345         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2346         Set process marker.
2348 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
2350         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2351         UserInstallation when calling soffice to work around LibreOffice
2352         bug 37531.
2354 2013-02-12  Glenn Morris  <rgm@gnu.org>
2356         * files.el (basic-save-buffer):
2357         Offer to create a non-existing directory.  (Bug#3016)
2359         * calc/calc-graph.el (calc-graph-show-dumb):
2360         * calendar/calendar.el (calendar-mode-map):
2361         * cus-edit.el (custom-mode-map):
2362         * ehelp.el (electric-help-map):
2363         * emulation/vip.el (vip-mode-map):
2364         * epa.el (epa-key-list-mode-map):
2365         * info.el (Info-mode-map):
2366         * mail/rmail.el (rmail-mode-map):
2367         * mail/rmailsum.el (rmail-summary-mode-map):
2368         * man.el (Man-mode-map):
2369         * net/newst-plainview.el (newsticker-mode-map):
2370         * progmodes/cpp.el (cpp-edit-mode-map):
2371         * progmodes/grep.el (grep-mode-map):
2372         * progmodes/idlw-help.el (idlwave-help-mode-map):
2373         * simple.el (special-mode-map):
2374         * startup.el (splash-screen-keymap):
2375         * view.el (view-mode-map):
2376         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2378 2013-02-11  Elias Pipping  <pipping@lavabit.com>
2380         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2381         (bug#13679).
2383 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2385         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2387 2013-02-11  Glenn Morris  <rgm@gnu.org>
2389         * vc/diff.el (diff-use-labels): New variable.
2390         (diff-no-select): Use --label rather than -L, and first
2391         check that it is supported.  (Bug#11067)
2393         * files.el (enable-dir-local-variables): New variable.
2394         (hack-dir-local-variables): Respect enable-dir-local-variables.
2395         * tutorial.el (help-with-tutorial):
2396         Ignore directory-local variables.  (Bug#11127)
2398         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2399         (vc-svn-global-switches): ... to here.  (Bug#13513)
2401 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
2403         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2404         Handle "foo (bar, default: xxx): " prompts.
2406 2013-02-10  Chong Yidong  <cyd@gnu.org>
2408         * files.el (basic-save-buffer-1): Do not set
2409         buffer-file-coding-system-explicit (Bug#4533).
2411         * mail/emacsbug.el (report-emacs-bug): Change binding of
2412         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2414 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
2416         * calc/calc.el (calc-allow-units-as-numbers): New variable.
2417         * calc/calc-units.el (calc-convert-units): Use new variable.
2419 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
2421         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2423         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2424         buffer-file-type.
2426         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2427         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2428         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2429         coding-system-for-write instead.
2431         * jka-compr.el (jka-compr-write-region): Don't bind
2432         buffer-file-type.
2434         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2435         buffer-file-type.
2437         * files.el (file-name-buffer-file-type-alist): Remove defvar.
2438         (insert-file-contents-literally): Remove reference to
2439         file-name-buffer-file-type-alist.
2441         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2442         make-obsolete.
2443         (find-buffer-file-type-match, find-buffer-file-type): Remove.
2444         (find-buffer-file-type-coding-system): Remove references to
2445         find-buffer-file-type-match, find-buffer-file-type, and
2446         buffer-file-type.
2447         Don't put find-buffer-file-type-coding-system into
2448         file-coding-system-alist.
2449         (find-file-binary, find-file-text): Bind coding-system-for-read
2450         instead of file-name-buffer-file-type-alist.
2452 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
2454         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2455         converter (Bug#13622).
2456         (doc-view-unoconv-program): Make obsolete alias.
2457         (doc-view-odf->pdf-converter-program): New variable.
2458         (doc-view-odf->pdf-converter-function): New variable.
2459         (doc-view-mode-p): Use it.
2460         (doc-view-odf->pdf-converter-unoconv):
2461         Rename from `doc-view-odf->pdf-converter-unoconv'.
2462         (doc-view-odf->pdf-converter-soffice): New function.
2463         (doc-view-convert-current-doc):
2464         Use `doc-view-odf->pdf-converter-function'.
2466 2013-02-09  Chong Yidong  <cyd@gnu.org>
2468         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2469         view-echo-area-messages (Bug#13340).
2471         * help.el (view-echo-area-messages): Use display-buffer.
2473         * dired-x.el (dired-do-run-mail): Prompt for confirmation
2474         (Bug#13561).
2476 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2478         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2479         Eval body right away, now that we do eager macroexpansion (bug#13605).
2481         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2482         (fundamental-mode): Use run-mode-hooks.
2484         * eshell/esh-proc.el (eshell/kill): Fix last change.
2485         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2487 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2489         * eshell/esh-proc.el (eshell/kill): Rewrite.
2491         * eshell/em-ls.el (show-almost-all): Declare.
2492         (eshell-do-ls): Add support for -A argument.
2494 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
2496         * icomplete.el (icomplete-forward-completions)
2497         (icomplete-backward-completions): Handle corner case (bug#13602).
2499 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
2501         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2502         be nil.  Handle this.  (Bug#13636)
2504 2013-02-07  Richard Stallman  <rms@gnu.org>
2506         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2507         `save-buffer-coding-system'.
2509 2013-02-07  Alan Mackenzie  <acm@muc.de>
2511         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
2512         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2513         (c-parse-state-get-strategy): Don't return 'BOD any more.
2514         (c-append-lower-brace-pair-to-state-cache):
2515         Extra parameter HERE instead of narrowing.
2516         Widen to top of buffer before searching backwards for a brace pair.
2517         (c-state-push-any-brace-pair): Add HERE parameter to function call.
2518         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2519         Narrow to parameter HERE, in place of being called narrowed.
2520         (c-remove-stale-state-cache): Extra parameter HERE in place of
2521         narrowing.  Check there's an open brace in the cache before
2522         searching for its match.
2523         (c-invalidate-state-cache-1): Add HERE parameter to function call.
2524         (c-parse-state-1): Don't narrow here for 'forward strategy,
2525         instead passing extra parameter HERE to several functions.
2526         Remove 'BOD strategy.
2528 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
2530         * emacs-lisp/package.el (describe-package-1): Tell what archive is
2531         used to install the package.
2533 2013-02-06  Glenn Morris  <rgm@gnu.org>
2535         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2536         if we can't get user input.  (Bug#6567)
2538         * startup.el (command-line): If simple.el is missing,
2539         test and warn about for some possible causes.
2541 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
2543         * cus-start.el (all): Add ns-use-native-fullscreen.
2545 2013-02-05  Glenn Morris  <rgm@gnu.org>
2547         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2549         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2550         Fix directory creation in fallback case.
2552 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2554         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2555         (vc-update-change-log): Use dolist.
2557 2013-02-04  Chong Yidong  <cyd@gnu.org>
2559         * thingatpt.el: Rewrite the URL detection routines, absorbing some
2560         code from ffap.el.
2561         (thing-at-point-beginning-of-url-regexp): New var.
2562         (thing-at-point-uri-schemes): Update list of URI schemes.
2563         (thing-at-point-url-regexp): Variable deleted.
2564         (thing-at-point-markedup-url-regexp): Disallow newlines.
2565         (thing-at-point-newsgroup-regexp)
2566         (thing-at-point-newsgroup-heads)
2567         (thing-at-point-default-mail-uri-scheme): New variables.
2568         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
2569         method to find the possible bounds of the URI at point.
2570         New optional argument to find ill-formed URIs.
2571         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
2572         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
2573         the scheme-adding heuristics from ffap-url-at-point.
2574         (thing-at-point--bounds-of-well-formed-url): New function.
2575         Do parens matching to decide whether to include parens in the URI
2576         (Bug#9153).
2578         * ffap.el: Require thingatpt.
2579         (ffap-url-at-point): Delegate URI detection to thing-at-point.
2580         All URI-valid characters are now recognized (Bug#5673).
2581         (ffap-string-at-point): Use use-region-p.
2582         (ffap-url-regexp): Extra character is handled by thing-at-point.
2583         (ffap-string-at-point-mode-alist): Allow parentheses.
2584         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2585         Convert to aliases; code moved to thingatpt.el.
2586         (ffap-gnus-hook): Use setq-local.
2588 2013-02-04  Glenn Morris  <rgm@gnu.org>
2590         * emacs-lisp/ert.el (ert--explain-format-atom):
2591         Don't try to print non-characters as characters.  (Bug#13543)
2593 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
2595         * net/tramp.el (tramp-debug-message): Extend function exclude list.
2596         (tramp-backtrace): New defun.
2597         (tramp-handle-insert-file-contents): Use `visit' when inserting
2598         the local copy.
2600         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2601         Use `remote-file-name-inhibit-cache'.
2603 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2605         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2606         (bug#13614).
2608         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2609         current-load-list (bug#13366).
2611 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
2613         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2614         Identify g++ template instantiation trace.  (Bug#12287)
2615         (compilation-mode-hook, compilation-start-hook)
2616         (compilation-window-height): Simplify docstrings.  (Bug#13379)
2618 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2620         * mouse.el (mouse-drag-track): Always deactivate the mark before
2621         running the final event's command since that command is in charge of
2622         activating the mark if needed (bug#13523).
2624 2013-02-02  Juri Linkov  <juri@jurta.org>
2626         * replace.el (perform-replace): Move let-bindings of isearch-*
2627         variables deeper to the loop that searches for the next match.
2628         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2629         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2630         (Bug#13579)
2632         * isearch.el (isearch-search-fun-default): Check for null
2633         first element of isearch-cmds as a precaution when it's used
2634         with inactive isearch.
2636 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
2638         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2639         error when buffer in question is narrowed so position 1 is out of
2640         visible part.
2642 2013-02-02  Glenn Morris  <rgm@gnu.org>
2644         * textmodes/remember.el (remember-clipboard): Doc fix.
2646 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2648         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2649         properties (bug#13179).
2651 2013-02-02  Juri Linkov  <juri@jurta.org>
2653         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2654         instead of hard-coded default face `match'.  (Bug#9438)
2656 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
2658         * vc/vc-arch.el (vc-arch-registered):
2659         * vc/vc-bzr.el (vc-bzr-registered):
2660         * vc/vc-cvs.el (vc-cvs-registered):
2661         * vc/vc-git.el (vc-git-registered):
2662         * vc/vc-hg.el (vc-hg-registered):
2663         * vc/vc-mtn.el (vc-mtn-registered):
2664         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2665         (Bug#13139)
2667         * info.el (Info-next-reference, Info-prev-reference): Add numeric
2668         prefix argument.  (Bug#11656)
2670 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2672         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2674 2013-02-01  Glenn Morris  <rgm@gnu.org>
2676         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2677         if the backend is known not to support it.
2679         * imenu.el (imenu-default-create-index-function):
2680         Tweak infinite loop test to check for forward motion as well as none.
2682 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
2684         * net/soap-client.el (soap-invoke): Encode the string for
2685         `url-request-data' as UTF-8.
2686         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2688 2013-02-01  Glenn Morris  <rgm@gnu.org>
2690         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2692         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2694 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
2696         * net/tramp.el (tramp-tramp-file-p): Comment check for
2697         `string-as-unibyte'.  The function does not exist on XEmacs, and
2698         likely we need another approach.
2700         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2701         `tramp-gw-*' variables are bound.
2703 2013-01-31  Glenn Morris  <rgm@gnu.org>
2705         * files.el (basic-save-buffer-2): Choose coding system for
2706         writing the file before backing it up, to reduce delay between
2707         backing up and writing the new version.  (Bug#13522)
2709 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
2711         * simple.el (cycle-spacing): New command.
2712         (just-one-space): Use it.
2714 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2716         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
2717         (opascal-newline-always-indents): Remove custom.
2718         (opascal-tab, opascal-newline): Remove commands.
2719         (opascal-new-comment-line): Insert "\n" instead of calling newline.
2720         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2721         (opascal-save-match-data): Remove, use save-match-data instead.
2722         (opascal-save-state): Use with-silent-modifications.
2724         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2725         (bug#13585).
2727 2013-01-30  Juri Linkov  <juri@jurta.org>
2729         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2730         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
2731         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2733 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2735         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2736         column if we're just deleting the backslashes.
2737         (makefile-fill-paragraph): Use eolp.
2739 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2741         * autorevert.el (auto-revert-use-notify): Fix docstring.
2743 2013-01-30  Leo Liu  <sdl.web@gmail.com>
2745         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2747 2013-01-30  Glenn Morris  <rgm@gnu.org>
2749         * mouse.el (mouse-drag-line): Avoid pushing same event onto
2750         unread-command-events twice in some cases.  This tries to implement
2751         the 2012-07-26 changes in a different way.  (Bug#13560)
2753 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2755         * progmodes/python.el
2756         (python-pdbtrack-comint-output-filter-function): Enhancements on
2757         stacktrace detection.  (thanks @gnovak)
2759 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2761         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2762         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2763         Use defvar-local.
2764         (jit-lock-register): Use setq-local.
2766 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
2768         * calc-units.el (math-default-units-table): Remove initial value.
2769         (calc-convert-units): Treat expressions where all the units cancel as
2770         if they didn't have units.
2772 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
2774         * net/tramp.el (tramp-process-connection-type): Fix docstring.
2775         (tramp-completion-reread-directory-timeout): Fix type.
2776         (tramp-connection-min-time-diff): New defcustom.
2778         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2780 2013-01-30  Glenn Morris  <rgm@gnu.org>
2782         * imenu.el (imenu-default-create-index-function):
2783         Put back a version of the infinite loop test removed 2013-01-23.
2785 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2787         * progmodes/python.el (python-shell-parse-command):
2788         Find python-shell-interpreter with modified environment.
2790 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2792         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2794 2013-01-29  Alan Mackenzie  <acm@muc.de>
2796         Amend to fontify /regexp/s in actions correctly.
2797         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2798         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2799         are no longer included.
2800         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2801         What used to be these variables without "-line" in the name.
2802         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
2803         (c-awk-non-arith-op-bra-re): Now also matches {.
2804         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2805         "return", and "case".
2806         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2807         by /.
2808         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2809         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2811 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
2813         * autorevert.el (auto-revert-use-notify):
2814         Use `custom-initialize-default' for initialization.  (Bug#13583)
2816         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2818         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2819         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
2820         in `tramp-file-name-handler'.
2821         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2822         compatibility.
2823         (tramp-compute-multi-hops): Check, whether
2824         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2826 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2828         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2829         (bug#13297).
2831 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
2833         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2834         checks made superfluous by the \_< operator.
2835         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2836         temporarily) broken indentation.
2837         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2838         Highlight nested constants, too.  \_< broke that.
2840 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
2842         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2843         instead of "\\b".
2845 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
2847         * autorevert.el (auto-revert-handler): Notifications which result
2848         from a saved file shall not be taken into account.  (Bug#13557)
2850 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
2852         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2853         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2854         (lisp-mode): Pass t for it.  (Bug#13556)
2856 2013-01-25  Alan Mackenzie  <acm@muc.de>
2858         AWK Mode: Fix indentation bug at top level.  Bug #12274.
2860         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2861         just before CASE 5D.
2863 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
2865         * net/socks.el (socks-nslookup-host): Use string-to-number.
2867 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
2869         * autorevert.el (auto-revert-remote-files)
2870         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2871         (auto-revert-notify-enabled, auto-revert-use-notify)
2872         (auto-revert-notify-watch-descriptor-hash-list)
2873         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2874         (auto-revert-notify-event-descriptor)
2875         (auto-revert-notify-event-action)
2876         (auto-revert-notify-event-file-name): Doc fix.
2877         (global-auto-revert-mode): Reorder checks.
2878         (auto-revert-notify-rm-watch): Respect changed values of
2879         `auto-revert-notify-watch-descriptor-hash-list'.
2880         (auto-revert-notify-add-watch): Check for
2881         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
2882         `inotify-add-watch'.  Watch `default-directory' instead of
2883         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
2884         has a changed meaning now.  (Bug#13540)
2885         (auto-revert-notify-handler): Change implementation wrt events
2886         returning from a directory.
2887         (auto-revert-handler): Reorder implementation for checks of remote
2888         files.
2889         (auto-revert-buffers): Fix parentheses error.
2891 2013-01-25  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
2893         * progmodes/python.el: Enhancements to header documentation about
2894         skeletons.  (Bug#5716)
2896         * imenu.el (imenu-default-create-index-function): Remove useless
2897         infinite loop check.  (Bug#13438)
2899 2013-01-25  Alan Mackenzie  <acm@muc.de>
2901         Fix a bug in the state cache mechanism.  Refactor this a bit.
2903         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2904         `cache-pos' element from the return value.
2905         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2906         buffer to enable proper searching from beyond HERE.  Amend the
2907         test for detecting the sought brace pair.  Amend the value written
2908         to the "brace desert cache" when the brace isn't found.
2909         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2910         and several other variables analogously.
2911         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2912         parameter to a locally calculated variable.
2913         (c-parse-state-1): Change the calling conventions to the two
2914         defuns involving `cache-pos'.
2916 2013-01-25  Chong Yidong  <cyd@gnu.org>
2918         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2920 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
2922         * paren.el (show-paren-function): Make sure to set 'priority and
2923         'face only if the overlay does exist.
2925 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
2927         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2929         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2930         basic attributes.
2931         (tramp-sh-handle-set-file-acl): Improve error checking.
2933 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
2935         * doc-view.el (doc-view-display): Force mode line update until all
2936         document is converted.  Suggested by Stefan Monnier (Bug#13164).
2938 2013-01-23  Bastien Guerry  <bzg@gnu.org>
2940         * paren.el (show-paren-function): Make sure an overlay exists
2941         before trying to delete it.  Also use `pos' as a position only
2942         when it is an integer.
2944 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
2946         * play/gametree.el (gametree-break-line-here): Use point-marker.
2948 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
2950         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2951         Mark descriptive parts with `display' property.
2953 2013-01-21  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
2955         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2956         New variable to map standard dict names to hunspell ones.
2957         (ispell-set-spellchecker-params): Make sure specific dict names
2958         are used for standard dicts with hunspell.
2960 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
2962         * textmodes/reftex-cite.el (reftex-format-citation): Add format
2963         chars for note (%N) and url (%U).
2964         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2966 2013-01-21  Juri Linkov  <juri@jurta.org>
2968         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2969         in addition to existing separate binding `meta f10' in `global-map'.
2970         (Bug#13484)
2972 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
2974         Improve XEmacs compatibility.
2976         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2978         * net/tramp-adb.el (top): Require `time-date'.
2979         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2980         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2981         Use `tramp-file-name-handler'.
2982         (tramp-adb-maybe-open-connection):
2983         Use `tramp-compat-set-process-query-on-exit-flag'.
2985         * net/tramp-sh.el (tramp-sh-handle-file-acl):
2986         Use `tramp-compat-funcall'.
2988         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2989         `tramp-compat-funcall'.
2991 2013-01-21  JĂ¼rgen Hötzel  <juergen@archlinux.org>
2993         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2994         reimplementation using "adb shell command ..." instead of running
2995         remote shell interactively.
2997 2013-01-20  Glenn Morris  <rgm@gnu.org>
2999         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3000         Add native profiler menu entries.
3002         * profiler.el (profiler-running-p): New function.
3003         (profiler-cpu-profile): Use profiler-running-p.
3004         (profiler-report-mode-map): Add some more menu entries.
3006 2013-01-19  Glenn Morris  <rgm@gnu.org>
3008         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3009         fixes 2012-12-07 change.  (Bug#13499)
3011 2013-01-19  Leo Liu  <sdl.web@gmail.com>
3013         * dired.el (dired-get-marked-files): Prune erroneous values due to
3014         last change.  (Bug#13152)
3016 2013-01-19  Glenn Morris  <rgm@gnu.org>
3018         * progmodes/etags.el (tags-table-check-computed-list):
3019         Preserve point in tags buffer.  (Bug#13412)
3021         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3023 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
3024             Chong Yidong  <cyd@gnu.org>
3026         * image-mode.el (image-next-file, image-previous-file):
3027         New commands (Bug#8453).
3028         (image-mode-map): Bind them to n and p.
3029         (image-mode--images-in-directory): New helper function.
3031 2013-01-19  Chong Yidong  <cyd@gnu.org>
3033         * image-mode.el (image-mode-fit-frame): Add a frame argument.
3034         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
3035         save and restore the old window configuration.
3037 2013-01-18  Leo Liu  <sdl.web@gmail.com>
3039         * progmodes/js.el: Tweak autoload cookie for alias.
3041 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3043         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
3044         buffer local, again.  This was lost with the fix on 2013-01-12.
3046 2013-01-17  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3048         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3049         order to support several eshell buffers in parallel.
3051 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
3053         * autorevert.el (auto-revert-use-notify): In the :set function, do
3054         not modify `kill-buffer-hook'.
3055         (auto-revert-notify-rm-watch):
3056         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3057         (auto-revert-notify-add-watch): Do not call
3058         `auto-revert-notify-rm-watch', but add it to a buffer local
3059         `kill-buffer-hook'.
3061 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3063         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3064         call to `eval' rather than a backquoted lambda.
3066 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3068         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3069         to return an explicit nil.
3070         (advice--remove-function): Change accordingly.
3072         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3073         the use of nadvice.el.
3075         * progmodes/which-func.el (which-function): Silence imenu errors
3076         (bug#13433).
3078 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3080         * progmodes/sql.el (sql-imenu-generic-expression):
3081         (sql-mode-font-lock-object-name): Match schema qualified names.
3082         (sql-connect): Use string keys.
3083         (sql-product-interactive): Wait for interpreter prompt.
3084         (sql-comint-oracle): Set process coding based on NLS_LANG.
3086 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
3088         * progmodes/sql.el (sql-output-to-send): Remove, unused.
3089         (sql-interactive-remove-continuation-prompt):
3090         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3092 2013-01-14  Leo Liu  <sdl.web@gmail.com>
3094         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3095         (Bug#13420)
3097 2013-01-14  Glenn Morris  <rgm@gnu.org>
3099         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3100         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
3102 2013-01-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3104         * progmodes/python.el (python-nav-end-of-statement):
3105         Fix cornercase when handling multiline strings.
3107 2013-01-13  Richard Stallman  <rms@gnu.org>
3109         * mail/sendmail.el (mail-position-on-field): Add doc string.
3111         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3112         Get current message boundaries and pass them to
3113         message-forward-make-body-mime.  Minor style changes.
3115 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
3117         * cus-start.el (all): Avoid warnings about
3118         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3120 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
3122         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3124 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3126         * jit-lock.el (jit-lock-debug-mode): New minor mode.
3127         (jit-lock--debug-fontifying): New var.
3128         (jit-lock--debug-fontify): New function.
3129         * subr.el (condition-case-unless-debug): Don't prevent catching the
3130         error, just let the debbugger run.
3131         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3132         timer code and don't drop errors silently.
3134 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
3136         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3137         `permanent-local' property.
3138         (auto-revert-notify-handler): Use `file-equal-p'.
3140 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
3142         * autorevert.el (auto-revert-notify-handler): Fix filtering of
3143         file notification by ACTION. For filtering by file name, compare
3144         only the non-directory part of the file name.
3146 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3148         * autorevert.el: Use cl-lib instead of cl.
3150         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3151         (vc-bzr-checkin): Use it.
3152         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3153         will preserve match-data.
3155 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
3157         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3158         (js--declaration-keyword-re): New var.
3159         (js--multi-line-declaration-indentation): New function.
3160         (js--proper-indentation): Use it.
3162 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
3164         * calc/calc.el (calc-highlight-selections-with-faces)
3165          (calc-dispatch):
3166         * comint.el (comint-history-isearch-message):
3167         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3168         * ffap.el (ffap-string-at-point-region, ffap-next)
3169         (ffap-string-at-point, ffap-string-around)
3170         (ffap-copy-string-as-kill, ffap-highlight-overlay)
3171         (ffap-literally):
3172         * font-lock.el (font-lock-keywords-alist)
3173         (font-lock-removed-keywords-alist):
3174         * help-mode.el (help-xref-symbol-regexp):
3175         * info.el (Info-find-emacs-command-nodes):
3176         * international/mule.el (add-to-coding-system-list):
3177         * isearch.el (isearch-message-function, isearch-fail-pos):
3178         * misearch.el (multi-isearch-next-buffer-function):
3179         * newcomment.el (comment-box):
3180         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3181         (pr-setting-database):
3182         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3183         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3184         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3185         (pike-font-lock-keywords-3):
3186         * progmodes/compile.el (compile):
3187         * progmodes/etags.el (tags-table-files)
3188         (tags-table-files-function, tags-included-tables-function):
3189         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3190         (gdb-restore-windows):
3191         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3192         (ps-n-up-filling-database):
3193         * server.el (server-buffer, server-log):
3194         * simple.el (newline, delete-backward-char, delete-forward-char)
3195         (minibuffer-history-isearch-message, kill-line, track-eol)
3196         (temporary-goal-column):
3197         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3198         (flyspell-default-deplacement-commands):
3199         * textmodes/ispell.el (ispell-accept-output):
3200         * textmodes/sgml-mode.el (html-tag-help):
3201         * vc/compare-w.el (compare-ignore-whitespace)
3202         (compare-ignore-case, compare-windows-dehighlight):
3203         * vc/diff.el (diff):
3204         * whitespace.el (whitespace-point)
3205         (whitespace-font-lock-refontify, whitespace-bob-marker)
3206         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3208 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
3210         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3211         (auto-revert-notify-rm-watch): Ignore errors.
3212         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
3213         inotify, and '(size last-write-time) for w32notify.
3214         Set buffer-local `auto-revert-use-notify' to nil when adding a file
3215         watch fails - this is a fallback to the file modification check.
3216         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3217         (auto-revert-notify-event-action)
3218         (auto-revert-notify-event-file-name): New defuns.
3219         (auto-revert-notify-handler): Use them.  Implement first
3220         plausibility checks.
3221         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3223 2013-01-11  Julien Danjou  <julien@danjou.info>
3225         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3226         max are almost equal. Also return the correct value for V which is
3227         already between 0 and 1.
3229 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
3231         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3233 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
3235         * autorevert.el (auto-revert-notify-rm-watch)
3236         (auto-revert-notify-add-watch): Fix typos in w32notify function
3237         names.
3239 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3241         * autorevert.el (auto-revert-notify-enabled): Move up.
3242         (auto-revert-use-notify): New defcustom.
3243         (auto-revert-mode, global-auto-revert-mode)
3244         (auto-revert-notify-add-watch, auto-revert-handler)
3245         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3246         `auto-revert-notify-enabled'.
3248 2013-01-10  Elias Pipping  <pipping@exherbo.org>
3250         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3251         * doc-view.el (doc-view-document->bitmap):
3252         Use doc-view-single-page-converter-function instead of
3253         single-page-converter arg; adjust callers.
3255 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
3257         * progmodes/which-func.el (which-function): Understand Semantic's use
3258         of overlays in imenu--index-alist.
3260 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
3262         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
3263         (Man-man-k-use-anchor): New var.
3264         (Man-parse-man-k): New function.
3265         (Man-completion-table): Use it.
3266         (man): Flush the completion cache between uses.
3268 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
3270         * autorevert.el: Add file watch support.
3271         (auto-revert-notify-enabled): New defconst.
3272         (auto-revert-notify-watch-descriptor-hash-list)
3273         (auto-revert-notify-watch-descriptor)
3274         (auto-revert-notify-modified-p): New defvars.
3275         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3276         (auto-revert-notify-handler): New defuns.
3277         (auto-revert-mode, global-auto-revert-mode): Remove file watches
3278         when mode is disabled.
3279         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3280         (auto-revert-buffers): Add file watches for active buffers.
3282 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
3284         * cus-start.el (toplevel): Only allow float values for
3285         scroll-up-aggressively and scroll-down-aggressively.
3286         Allow any number for line-spacing.
3288 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3290         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3291         (doc-view-pdf->png-converter-function): Use mupdf if available.
3292         (doc-view-djvu->png-converter-function)
3293         (doc-view-ps->png-converter-function): Remove.
3294         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3295         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3296         (doc-view-already-converted-p): Adjust accordingly.
3297         (doc-view-mode-p): Simplify.
3298         (doc-view-enlarge): Use setq-local.
3299         (doc-view-pdf->png-converter-ghostscript)
3300         (doc-view-djvu->png-converter-ddjvu)
3301         (doc-view-pdf->png-converter-mupdf): Rework to call
3302         doc-view-start-process directly.
3303         (doc-view-pdf/ps->png): Simplify accordingly.
3304         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3305         (doc-view-document->bitmap): Rename from doc-view-document->png.
3306         (doc-view-convert-current-doc): Merge pdf and djvu cases.
3307         (doc-view-set-slice-from-bounding-box): Fix completion table.
3308         (doc-view-mode): Use add-hook for after-revert-hook.
3310 2013-01-10  Glenn Morris  <rgm@gnu.org>
3312         * emacs-lisp/authors.el (authors-ignored-files)
3313         (authors-valid-file-names, authors-renamed-files-alist):
3314         Add some more entries.
3316 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3318         * image-mode.el (image-mode-winprops): Don't throw away the fallback
3319         `t' pseudo-window entry.
3321 2013-01-10  Alan Mackenzie  <acm@muc.de>
3323         Fix bugs in the c-parse-state mechanism.  Reuse some markers
3324         instead of continually generating new ones.
3326         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3327         (c-state-old-cpp-end-marker): New variables.
3328         (c-append-lower-brace-pair-to-state-cache): Start a backward
3329         search for "}" definitively outside CPP constructs.
3330         (c-remove-stale-state-cache): Inform the caller of a need to
3331         search back for a brace pair in certain circumstances.
3332         (c-state-maybe-marker): New macro.
3333         (c-parse-state): Reuse markers when appropriate.
3335 2013-01-10  Glenn Morris  <rgm@gnu.org>
3337         * simple.el (execute-extended-command): Doc fix.
3338         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
3340 2013-01-10  Chong Yidong  <cyd@gnu.org>
3342         * faces.el (read-face-name): Doc fix.
3344 2013-01-10  Roland Winkler  <winkler@gnu.org>
3346         * emacs-lisp/crm.el: Allow any regexp for separators.
3347         (crm-default-separator): All spaces around the default comma separator.
3348         (crm--completion-command): New macro.
3349         (crm-completion-help, crm-complete, crm-complete-word): Use it.
3350         (crm-complete-and-exit): Handle non-single-char separators.
3352 2013-01-09  Elias Pipping  <pipping@lavabit.com>
3354         * doc-view.el: Add support for DjVu (bug#13164).
3355         (doc-view-djvu->png-converter-function): New config var.
3356         (doc-view-single-page-converter-function, doc-view--image-type)
3357         (doc-view--image-file-extension): New vars.
3358         (doc-view-mode): Initialize them.
3359         (doc-view-goto-page): Use them.
3360         (doc-view-mode-p): Add support for ddjvu.
3361         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3362         (doc-view-set-up-single-converter): New funs.
3363         (doc-view-pdf/ps->png): Extend for djvu.
3364         (doc-view-document->png): Rename from doc-view-pdf->png.
3365         (doc-view-convert-current-doc): Handle djvu.
3366         (doc-view-insert-image, doc-view-display)
3367         (doc-view-already-converted-p): Don't hardcode png.
3368         (doc-view-set-doc-type): Recognize djvu docs.
3370 2013-01-09  Elias Pipping  <pipping@lavabit.com>
3372         * doc-view.el: Add support for mupdf converter (bug#13164).
3373         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3374         (doc-view-ps->png-converter-function): New config vars.
3375         (doc-view-pdf->png-converter-ghostscript)
3376         (doc-view-ps->png-converter-ghostscript)
3377         (doc-view-pdf->png-converter-mupdf): New functions.
3378         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3380 2013-01-09  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3382         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3383         first in session cache: When `tramp-own-remote-path' is in
3384         `tramp-remote-path', the remote path is only set in the session
3385         cache.
3387 2013-01-09  Glenn Morris  <rgm@gnu.org>
3389         * emacs-lisp/trace.el (trace-function-foreground)
3390         (trace-function-background): Doc fix.
3392 2013-01-09  Juri Linkov  <juri@jurta.org>
3394         * international/mule-cmds.el (read-char-by-name): Move let-binding
3395         of completion-ignore-case around completing-read to fix regression
3396         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3397         `string-match-p' using the nil value of `case-fold-search' and
3398         `completion-ignore-case' in `completion-pcm--all-completions'.
3399         (Bug#12615).
3401 2013-01-09  Glenn Morris  <rgm@gnu.org>
3403         * progmodes/compile.el (compilation-parse-errors):
3404         Fix typo.  (Bug#13369)
3406 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3408         * comint.el (comint-send-input): Check size of buffer before
3409         waiting for process output, in case already accepted.  (Bug#13290)
3411 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
3413         Spelling fixes.
3414         * net/tramp-adb.el (tramp-adb-get-toolbox):
3415         Fix misspelling of 'unknown'.
3417 2013-01-08  Juri Linkov  <juri@jurta.org>
3419         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3420         * progmodes/flymake.el (flymake-errline, flymake-warnline):
3421         Use underline style wave on terminals that support it.  (Bug#13000)
3423 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3425         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3426         the predicate returns nil.
3428         * simple.el: Use lexical-binding.
3429         (primitive-undo): Use pcase.
3430         (minibuffer-history-isearch-push-state): Use a closure.
3432 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3434         * simple.el (primitive-undo): Move from undo.c.
3436 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3438         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3439         (cvs-mode-remove-handled): Use it (bug#13380).
3441         * emacs-lisp/nadvice.el (advice--tweak): New function.
3442         (advice--remove-function, advice--subst-main): Use it.
3444         * emacs-lisp/advice.el: Update commentary.
3446 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
3448         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3449         Remove spurious entry.
3451 2013-01-08  Glenn Morris  <rgm@gnu.org>
3453         * net/tramp.el (tramp-default-host-alist): Add :version.
3455 2013-01-08  Juri Linkov  <juri@jurta.org>
3457         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3458         single completion.  (Bug#12456)
3459         (info--manual-names): Expand node completions into an explicit list
3460         before appending it to another list.  Filter out internal buffers
3461         with the leading space in the buffer name.  (Bug#10771)
3463 2013-01-08  Juri Linkov  <juri@jurta.org>
3465         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3466         that defaults to the Top node.
3467         (Info-goto-node, Info-read-node-name): Doc fix to mention that
3468         the short format (FILENAME) goes to the Top node.
3469         (Info-build-node-completions): Rename arg `file' to `filename'.
3470         (Bug#13365)
3472 2013-01-07  Bastien Guerry  <bzg@gnu.org>
3474         * menu-bar.el (menu-bar-search-documentation-menu):
3475         Use `apropos-user-option' and fix the help message.
3477 2013-01-07  Bastien Guerry  <bzg@gnu.org>
3479         * apropos.el (apropos-do-all): Update docstring.
3480         (apropos-user-option-button): New face.
3481         (apropos-user-option): Rename from `apropos-variable' and update
3482         docstring.
3483         (apropos-variable): Rewrite, now show all variables by default.
3484         (apropos-print): Mention "User option" instead of "Variable" when
3485         printing doc for user options.  (Bug#13276)
3487 2013-01-07  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3489         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3490         Handle filename correctly, when parsing "source -> target" symlink
3491         output.
3492         (tramp-adb-handle-set-file-times): New defun.
3494 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3496         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3497         advice list when the interactive-spec of ad-Advice-* changes.
3499 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3501         * wid-edit.el (widget-default-get): Work for inlined elements.
3502         (Bug#12670)
3504 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
3506         * net/tramp.el (tramp-default-host-alist): New defcustom.
3507         (tramp-find-host): Use it.
3508         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
3509         `eshell-directory-change-hook'.
3511         * net/tramp-adb.el (top): Add adb specific entry in
3512         `tramp-default-host-alist'.
3513         (tramp-adb-file-name-host): Remove function.
3514         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3515         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3517         * net/tramp-sh.el: Move eshell integration code to tramp.el.
3519 2013-01-06  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3521         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3523 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
3525         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3526         consist of more than one digit.
3527         (tramp-adb-file-name-handler-alist):
3528         Use `tramp-handle-file-exists-p' consistently.
3529         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3530         (tramp-adb-handle-file-exists-p): Remove function.
3531         (tramp-adb-file-name-host): New defun.
3532         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3533         Use it.
3534         (tramp-adb-maybe-open-connection): Set "remote-path" property.
3536 2013-01-06  Chong Yidong  <cyd@gnu.org>
3538         * vc/vc.el (vc-next-action): Detect buffer modifications
3539         conflicting with locking VCS operation (Bug#11490).
3541         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3543 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
3545         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3546         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3548 2013-01-05  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3550         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3551         parsing of ls output using regular expression (handle filenames
3552         with spaces).  Use virtual device number.
3553         (tramp-do-parse-file-attributes-with-ls): New defun (Code
3554         cleanup).
3556 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3558         * epg.el: Silence byte-compiler warnings.
3559         (epg--start): Use delete-char instead of delete-backward-char.
3560         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3562 2013-01-04  Daiki Ueno  <ueno@gnu.org>
3564         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3565         Suggested by Eli Zaretskii  <eliz@gnu.org>.
3567 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
3569         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3570         non-negative integers.  Otherwise, the default values are used.
3571         (tramp-convert-file-attributes): Convert uid and gid to integers.
3573 2013-01-04  Glenn Morris  <rgm@gnu.org>
3575         * term.el (term-handle-colors-array): Ensure face attributes
3576         are fully specified, not nil.  (Bug#13337)
3578         * term.el (term-default-fg-color, term-default-bg-color):
3579         Fix custom type.
3581         * progmodes/etags.el (tags-compression-info-list): Doc fix.
3582         (tag-find-file-of-tag-noselect): Check auto-compression-mode
3583         rather than 'jka-compr being loaded.  (Bug#13338)
3585 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
3587         * icomplete.el (icomplete-completions):
3588         Honor icomplete-prospects-height once more following
3589         2012-11-29 changes.  (Bug#13224)
3591 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3593         * subr.el (internal--called-interactively-p--get-frame): Find aliases
3594         of called-interactively-p as well (bug#13237).
3596         * view.el (view--enable, view--disable): Rename from view-mode-enable
3597         and view-mode-disable and assume it's called from view-mode.
3598         (view-mode-enable, view-mode-disable): Redefine as obsolete
3599         compatibility layer above view-mode.
3600         (view-mode-enter): Call `view-mode'.
3602         * files.el (after-find-file): Call `view-mode'.
3604         * doc-view.el (doc-view-scale-internally): New var.
3605         (doc-view-enlarge, doc-view-insert-image): Obey it.
3607 2013-01-03  Daiki Ueno  <ueno@gnu.org>
3609         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3610         exist.  (Bug#13344)
3612 2013-01-03  Glenn Morris  <rgm@gnu.org>
3614         * mail/rmail.el (rmail-set-header-1): Ignore case.
3615         Handle multi-line headers.  (Bug#13330)
3617         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3618         Handle paragraph starting at beginning of buffer.
3620         * subr.el (eval-after-load): Don't purecopy the form, so that it
3621         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
3623         * emacs-lisp/byte-run.el (defun): Place cl declarations
3624         after any interactive spec.  (Bug#13265)
3626 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3628         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3629         defun.  Don't check for DECL if DOCSTRING isn't a string.
3630         (defun): Likewise.
3632 2013-01-02  Glenn Morris  <rgm@gnu.org>
3634         * eshell/em-cmpl.el (eshell-pcomplete):
3635         More thoroughly imitate pcomplete.  (Bug#13293)
3637         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
3638         Return nil for empty path elements.  (Bug#13296)
3640 2013-01-02  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3642         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3643         order to improve efficiency (Based on Daniel Colascione's
3644         <dancol@dancol.org> patch).  (Bug#13182)
3646 2013-01-02  Glenn Morris  <rgm@gnu.org>
3648         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3650 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
3652         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3653         neither DOCSTRING nor DECL was given.  (Bug#13316)
3655 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
3657         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3658         `error' call.
3659         (tramp-do-copy-or-rename-file): Ignore errors when calling
3660         `set-file-extended-attributes'.
3662         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3663         Add handler for `file-acl'.
3664         (tramp-smb-handle-file-acl): New defun.
3666 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
3668         * calc/README: Mention ISO 8601 week-numbering dates.
3670 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
3672         * view.el (view-mode-enable): New argument run-view-mode-hook.
3673         Run view-mode-hook only when it's non-nil (Bug#13315).
3674         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3675         argument t.
3677 2012-12-31  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3679         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3680         (No device connected, invalid device name). (Bug #13299)
3682 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
3684         * window.el (window-resizable--p): Rename to window-resizable-p.
3685         (window-resize-no-error): New function.
3687         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3688         broken in fix from 2012-12-28.
3690 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3692         * subr.el (special-form-p): Don't signal errors on undef aliases.
3694 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
3696         * calc/calc-forms.el (math-parse-date): Try using
3697         `math-parse-iso-date' when it looks like it might be needed.
3698         Allow times of 24:00.
3699         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3700         of 24:00.
3702 2012-12-30  Glenn Morris  <rgm@gnu.org>
3704         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3705         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
3706         (rmail-summary-displayed, rmail-summary): Declare.
3707         (mairix-rmail-display): Just require rmail.
3709 2012-12-30  Chong Yidong  <cyd@gnu.org>
3711         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3712         check for the tarball contents.
3714 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
3716         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3717         tarfile content listings (Bug#13136).
3719 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
3721         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3722         Insert the undecoded text of the message being forwarded.  (Bug#9521)
3724 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
3726         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3727         integers, if they are real numbers.  (Bug#13282)
3729         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3730         Return `t' on success.
3732         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3733         Add handler for `set-file-selinux-context'.
3735 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
3737         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3738         (tramp-sh-handle-set-file-acl): Return `t' on success.
3740 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
3742         * files.el (backup-buffer-copy, basic-save-buffer-2):
3743         If set-file-extended-attributes fails, fall back on set-file-modes
3744         instead of signaling an error.  (Bug#13298)
3745         (basic-save-buffer): Likewise.
3747 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3749         * progmodes/python.el: Support other commands triggering
3750         python-indent-line so indentation cycling continues to work.
3751         (python-indent-trigger-commands): New defcustom.
3752         (python-indent-line): Use it.
3754 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3756         * progmodes/python.el (python-shell-send-region): Add blank lines
3757         for non sent code so backtraces remain correct.
3759 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3761         * progmodes/python.el: Remove cl dependency.
3762         (python-syntax-count-quotes): Replace incf call.
3763         (python-fill-string): Replace setf call.
3765 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
3767         * info.el (info-other-window): New arg, for consistency with info.
3769 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
3771         * mail/rmail.el (rmail-maybe-display-summary):
3772         Rewrite (Bug#13066).
3774 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
3776         * epg.el (epg--start): Modify process-environment locally.
3778 2012-12-28  Daiki Ueno  <ueno@gnu.org>
3780         * epg.el: Support pinentry-curses.
3781         Suggested by Werner Koch in
3782         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3783         (epg-agent-file, epg-agent-mtime): New variable.
3784         (epg--start): Record the modified time of gpg-agent socket file,
3785         to restore Emacs frame after pinentry-curses termination.
3786         (epg-wait-for-completion): Restore Emacs frame here.
3788 2012-12-27  Juri Linkov  <juri@jurta.org>
3790         * info.el (Info-file-completions): New variable.
3791         (Info-read-node-name-1): Complete node names in the Info file
3792         when a file name is given.  Call `Info-build-node-completions'
3793         with a file name.
3794         (Info-build-node-completions): Add new arg `file'.  When it is
3795         non-nil, visit it in a temporary buffer and cache its completions in
3796         `Info-current-file-completions'.  Move most of the function body to
3797         `Info-build-node-completions-1'.
3798         (Info-build-node-completions-1): New function with the body from
3799         `Info-build-node-completions'.  (Bug#12456)
3801 2012-12-27  Juri Linkov  <juri@jurta.org>
3803         * frame.el (frame-maximization-style): Remove user option.
3804         (cycle-frame-maximized): Remove function.
3805         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3806         (toggle-frame-fullscreen): New command bound to <f11> instead of
3807         `toggle-frame-maximized'.
3808         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3810 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
3812         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3814         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3815         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3816         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3817         for `file-accessible-directory-p'.  (Bug#13275)
3819 2012-12-27  Sam Steingold  <sds@gnu.org>
3821         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3822         continuations, see <http://stackoverflow.com/questions/3582436>.
3824 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
3826         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3827         "module" and "def" to have indentation before them.
3828         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3830         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3832 2012-12-27  Alan Mackenzie  <acm@muc.de>
3834         Speed up fontification where there's large brace blocks.
3835         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3836         to a call of c-beginning-of-decl-1.
3838 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
3840         * comint.el (comint-adjust-window-point): New function.
3841         (comint-postoutput-scroll-to-bottom):
3842         Call comint-adjust-window-point (Bug#13248).
3844 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
3846         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3847         Rakefile regexp.
3848         (auto-mode-alist): Associate .gemspec files with ruby-mode
3849         (https://bugs.ruby-lang.org/issues/5453).
3851 2012-12-26  JĂ¼rgen Hötzel  <juergen@archlinux.org>
3853         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3854         Suppress coloring, if possible (required for BusyBox based systems like
3855         CyanogenMod).
3856         (tramp-adb-handle-file-attributes)
3857         (tramp-adb-handle-insert-directory)
3858         (tramp-adb-handle-file-name-all-completions): Use it.
3859         (tramp-adb-get-toolbox): New defun.  Check for remote shell
3860         implementation (BusyBox or Toolbox).
3862 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
3864         * startup.el (initial-buffer-choice): Allow function as value
3865         (Bug#13251).
3866         (command-line-1): Handle case where initial-buffer-choice
3867         specifies a function.
3868         * server.el (server-execute): Handle case where
3869         initial-buffer-choice specifies a function.
3871 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3873         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3874         its own function.
3875         (smtpmail-try-auth-methods): Forget the user name/password if the
3876         login is unsuccessful (bug#12424).
3878 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
3880         * notifications.el (notifications-notify): Protect body with
3881         `with-demoted-errors'.
3883         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3884         Check properties of remote device.  Restart connection, if there is a
3885         change.
3887 2012-12-21  Chong Yidong  <cyd@gnu.org>
3889         * sort.el (sort-subr): Doc fix (Bug#13056).
3891 2012-12-21  Bastien Guerry  <bzg@gnu.org>
3893         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
3895 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
3897         * simple.el (process-file): Overwrite stderr file, if exists.
3899 2012-12-21  Daiki Ueno  <ueno@gnu.org>
3901         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3902         (epg-error): Set `error-message' property.
3904 2012-12-21  Chong Yidong  <cyd@gnu.org>
3906         * international/mule-cmds.el (read-char-by-name): Signal an error
3907         if the user does not supply a valid character (Bug#13177).
3909         * simple.el (transpose-subr-1): Preserve marker positions by
3910         changing the insertion sequence (Bug#13122).
3912 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3914         * simple.el (kill-region): Deactivate mark even for empty regions
3915         (Bug#13169).
3917 2012-12-21  Chong Yidong  <cyd@gnu.org>
3919         * help-fns.el (describe-variable): Make sure we get the right
3920         buffer name (Bug#13105).  Suggested by Kelly Dean.
3922 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
3924         * comint.el (comint-redirect-previous-input-string): New variable.
3925         (comint-redirect-setup, comint-redirect-cleanup)
3926         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
3927         (comint-redirect-preoutput-filter): Fix verbose message.
3929 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
3931         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
3932         is too long for Tramp.  See discussion in
3933         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3935         * progmodes/compile.el (compilation-start): Remove line escape
3936         template.
3938 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
3940         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3941         Adjust comment.
3943 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
3945         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3946         following non-comment text (bug#13207).
3947         (lm-header-multiline): Continuation lines need to be indented more than
3948         the first line.
3949         (lm-homepage): New function.
3950         (lm-with-file): Don't be confused if narrowing is in effect.
3952 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3954         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3955         very beginning of a hunk (e.g. killing the first line).
3957 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
3959         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3960         and text properties from returned ACL string.
3961         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3962         for "setfacl" command.
3964 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
3966         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3967         `tramp-cleanup-this-connection', when the process has died.
3968         (Bug#13151)
3970 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3972         * icomplete.el (icomplete-completions): Also use â€¦ to truncate prefix.
3974 2012-12-17  Kevin Ryde  <user42@zip.com.au>
3976         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3978 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
3980         Add support for preserving ACL entries of files.
3982         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3983         `set-file-acl' handlers.
3985         * net/tramp-adb.el (tramp-adb-handle-copy-file):
3986         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3988         * net/tramp-compat.el (tramp-compat-copy-file):
3989         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3991         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3992         Add `file-acl' and `set-file-acl' handlers.
3993         (tramp-gvfs-handle-copy-file):
3994         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3995         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3996         New defuns.
3998         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3999         Add `file-acl' and `set-file-acl' handlers.
4000         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4001         (tramp-sh-handle-set-file-acl): New defuns.
4002         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4003         Handle PRESERVE-EXTENDED-ATTRIBUTES.
4005         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4006         Add `file-acl' and `set-file-acl' handlers.
4007         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4009 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4011         * help-macro.el (make-help-screen): Instead of switch-to-buffer
4012         use pop-to-buffer with NORECORD argument t.  As buffer name, use
4013         *Metahelp* with a leading space (Bug#13190).
4015 2012-12-16  Romain Francoise  <romain@orebokech.com>
4017         * files.el (file-extended-attributes)
4018         (set-file-extended-attributes): New functions.
4019         (backup-buffer): Use them to handle both SELinux context and ACL
4020         entries.
4021         (backup-buffer-copy): Work with an alist of extended attributes,
4022         rather than an SELinux context.
4023         (basic-save-buffer-2): Ditto.
4025 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
4027         * battery.el (battery-bsd-apm): New function.
4029 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
4031         * calc/calc.el (calc-standard-date-formats): Adjust one of the
4032         standard date formats.
4034 2012-12-15  Juri Linkov  <juri@jurta.org>
4036         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
4037         `isearch-insert-char-by-name'.
4038         (with-isearch-suspended): New defmacro with body mostly from
4039         `isearch-edit-string' except the part that sets
4040         `isearch-new-string' and `isearch-new-message'.
4041         (isearch-edit-string): Use new macro `with-isearch-suspended' with
4042         body that sets `isearch-new-string' and `isearch-new-message'.
4043         (isearch-insert-char-by-name): New command.
4044         * international/mule-cmds.el (read-char-by-name): Let-bind
4045         `enable-recursive-minibuffers' to t.
4046         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
4048 2012-12-15  Juri Linkov  <juri@jurta.org>
4050         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4051         (Bug#13175)
4053 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
4055         * dired-x.el (dired-guess-shell-command): Put colon at the end of
4056         the prompt.  (Bug#13045)
4058 2012-12-14  Glenn Morris  <rgm@gnu.org>
4060         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4061         Try to include filename in non-bytecomp warning.  (Bug#13132)
4063 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4065         Fix permissions bugs with setgid directories etc. (Bug#13125)
4066         * files.el (backup-buffer): Don't rely on 9th output of
4067         file-attributes, as it's now a placeholder.  Instead, use the new
4068         optional arg of file-ownership-preserved-p.
4069         (file-ownership-preserved-p): New optional arg GROUP.
4070         Fix mishandling of setuid directories that would cause this
4071         function to return t when it should have returned nil.
4072         Document what happens if the file does not exist, and when
4073         it's not known whether the ownership will be preserved.
4074         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4075         Likewise.
4076         (tramp-get-local-gid): Use group-gid for integer, as that's
4077         faster and more reliable.
4079 2012-12-14  Julien Danjou  <julien@danjou.info>
4081         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4082         Update keywords list, data type and PL/pgSQL.
4084 2012-12-14  Dave Abrahams  <dave@boostpro.com>
4086         * vc/ediff-util.el (ediff-buffer-type): New function.
4087         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4088         rather than taking it as as argument.
4089         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4091 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
4093         * json.el: Add pretty-print option (bug#12634).
4094         (json-encoding-separator, json-encoding-default-indentation)
4095         (json--encoding-current-indentation, json-encoding-pretty-print)
4096         (json-encoding-lisp-style-closings): New vars.
4097         (json--with-indentation): New macro.
4098         (json-encode-hash-table, json-encode-alist, json-encode-plist)
4099         (json-encode-array): Use it to obey json-encoding-pretty-print.
4100         (json-pretty-print-buffer, json-pretty-print): New commands.
4102 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
4104         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4105         Extract `ruby-syntax-propertize-expansions'.
4106         (ruby-syntax-propertize-expansions): Only change syntax on
4107         certain string delimiters, to punctuation.  This way the common
4108         functions like forward-word and thing-at-point still work.
4109         (ruby-match-expression-expansion): Improve readability.
4110         (ruby-block-contains-point): New function.
4111         (ruby-add-log-current-method): Handle several edge cases.
4113 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4115         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4116         unload-feature finishes even when aborting an ongoing edebug session.
4117         Also, do not worry about edebug-mode, unload-feature takes care of it.
4119 2012-12-13  Andreas Schwab  <schwab@suse.de>
4121         * net/tls.el (tls-program): Update customize type.
4123 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
4125         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4126         (edebug-setup-hook, cl-read-load-hooks): Use it.
4127         (edebug-unload-function): New function.  (Bug#13163)
4129 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
4131         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4132         Otherwise, there could be errors in autoloading.  (Bug#13151)
4134 2012-12-13  JĂ¼rgen Hötzel  <juergen@archlinux.org>
4136         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4137         sequences.
4139 2012-12-13  Alan Mackenzie  <acm@muc.de>
4141         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
4142         * progmodes/cc-engine.el (c-backward-comments): Add code to work
4143         around `forward-comment' not recognizing ^M as whitespace.
4145 2012-12-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4147         * progmodes/python.el (python-skeleton-class)
4148         (python-skeleton-def): Do not add space after defun name.
4150 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4152         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4153         (cl--symbol-function): Remove (now that funbound is like nil).
4155 2012-12-12  Glenn Morris  <rgm@gnu.org>
4157         * button.el (button--area-button-p): Fix typo.
4159 2012-12-12  Sam Steingold  <sds@gnu.org>
4161         * frame.el (frame-maximization-style): New user option.
4162         (toggle-frame-maximized): Toggle frame maximization according to
4163         `frame-maximization-style', bound to <f11>.
4164         (cycle-frame-maximized): Cycle between all maximization styles and
4165         non-maximized frame, bound to shift-<f11>.
4167 2012-12-12  David CadĂ©  <codename68@gmail.com>
4169         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4171 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
4173         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4174         (eieio-override-prin1): Don't quote kewords and booleans.
4175         (object-write) <eieio-default-superclass>: Don't put closing parens
4176         on new line, avoid needless empty lines, align values that are objects
4177         with the slot keyword (instead of beginning on the same line).
4178         (eieio-list-prin1): Align value with slot keyword; increase
4179         eieio-print-depth before printing members of the list.
4181 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4183         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4184         a display text-property.
4185         (report-emacs-bug-hook): Don't bother deleting it any more.
4187         * hilit-chg.el (highlight-save-buffer-state): Delete.
4188         Use with-silent-modifications instead.
4189         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4191         * button.el: Handle buttons in display text-properties.
4192         (button--area-button-p, button--area-button-string):
4193         Use (STRING . STRING-POS) representation instead of just STRING.
4195 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
4197         * makefile.w32-in (compile4-SH): Fix a typo that caused term
4198         subdirectory be skipped.
4200 2012-12-11  Glenn Morris  <rgm@gnu.org>
4202         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4204         * progmodes/f90.el (f90-line-continued, f90-indent-region):
4205         Treat preprocessor lines embedded in continuations like comments.
4206         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
4208 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
4210         * calc/calc.el (calc-standard-date-formats): Add more date
4211         formats.
4212         * calc/calc-forms.el (math-parse-iso-date): New function.
4213         (math-parse-date): Use `math-parse-iso-date' when appropriate.
4214         (math-parse-iso-date-validate): Add extra error checking.
4215         (calc-date-notation): Add ability to access new date formats.
4217 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4219         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4220         font-lock as well as when there's no text-property.
4222 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
4224         * hi-lock.el: Refine the choice of default face.
4225         (hi-lock-keyword->face): New function.  Use it wherever we used
4226         cadadadr instead.
4227         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4228         (hi-lock--last-face): Remove var.
4229         (hi-lock--unused-faces): New var to replace it.
4230         (hi-lock-read-face-name): Use/maintain it.
4231         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
4232         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4233         if it has another face.
4235 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4237         * subr.el (w32notify-handle-event): New function.
4238         (inotify-handle-event): Doc fix.
4240 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
4242         * subr.el (inotify-event-p, inotify-handle-event): New functions.
4244 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
4246         * simple.el (just-one-space): Doc fix.
4248 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
4250         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4252 2012-12-10  Le Wang  <l26wang@gmail.com>
4254         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4255         narrowed buffer (bug#12361).
4257 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
4259         * vc/vc-hooks.el (vc-state): Doc fix.
4261 2012-12-10  Glenn Morris  <rgm@gnu.org>
4263         * mail/rmail.el (rmail-maybe-display-summary):
4264         Preserve buffer, in case select-window changes it.  (Bug#13066)
4266 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4268         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4269         cl-load-hook where they belong.
4271 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4273         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4275 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
4277         Parallelize byte compilation on MS-Windows.
4278         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4279         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4280         (WINS_BASIC): Define as concatenation of the above.
4281         (compile): Subdivide into 4 separate and independent jobs that can
4282         be run in parallel.
4283         (compile0-CMD, compile0-SH): New targets for compiling
4284         COMPILE_FIRST files, which are prerequisites for the rest of the
4285         byte-compilation.
4286         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4287         New targets for parallel compilation with cmd.exe.
4288         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4289         compiling under a Unixy shell.
4291 2012-12-09  Chong Yidong  <cyd@gnu.org>
4293         * simple.el (set-mark-default-inactive): Delete this
4294         accidentally-introduced option.
4295         (set-mark-command, exchange-point-and-mark): Remove calls.
4297 2012-12-09  Glenn Morris  <rgm@gnu.org>
4299         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4300         Respect a defcustom's :set function, if appropriate.  (Bug#109)
4301         (eval-defun): Doc fix.
4303 2012-12-08  Juri Linkov  <juri@jurta.org>
4305         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4306         (Info-fontify-node, Info-bookmark-make-record): Remove the
4307         file extension from Info-current-file (Bug#13016).
4309 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4311         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4312         point, still provide some default.
4313         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4314         names, since we don't use it right now.  Actually return the list.
4315         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4317 2012-12-07  Chong Yidong  <cyd@gnu.org>
4319         * novice.el (disabled-command-function): Remove a spurious help
4320         xref (Bug#13043).  Suggested by Kelly Dean.
4322         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4323         syntax is specified (Bug#13025).
4325         * info.el (Info-set-mode-line): Remove the file extension from
4326         Info-current-file if there is one (Bug#13016).
4328 2012-12-07  Glenn Morris  <rgm@gnu.org>
4330         * mail/rmail.el (rmail-mime-decoded): New permanent local.
4331         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4332         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4333         and rmail-mime-decoded.  (Bug#9841)
4335         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
4336         (batch-unrmail, unrmail): Doc fixes.
4337         (unrmail): Respect unrmail-mbox-format.
4338         * mail/rmail.el (rmail-mbox-format): New option.
4339         (rmail-show-message-1): Respect rmail-mbox-format.
4341 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4345 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4347         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
4348         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4349         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4350         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4351         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4352         (cl-progv): Don't rely on dynamic scoping to find the body.
4353         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4354         (cl--proclaims-deferred): Rename from the "cl-" prefix.
4355         (cl-declaim): Use backquotes.
4356         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4357         Use "cl--" prefix for the object's tag.
4359         * ses.el: Use advice-add/remove.
4360         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4361         (copy-region-as-kill, yank): Use advice-add.
4362         (ses-unload-function): Use advice-remove.
4364 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
4366         * button.el: Make them work in header-lines (bug#12817).
4367         (button-map): Add bindings for header-line and mode-line use.
4368         (button-get, button-put, button-label): `button' may now be a string.
4369         (button-activate): Don't make it a defsubst.
4370         (button--area-button-p, button--area-button-string): New functions.
4371         (make-text-button): Fix the return value when `beg' was a string.
4372         (push-button): Handle the mode-line case.
4374 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4376         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4377         (sql-signum): Remove.  Use `cl-signum' instead.
4378         (sql-read-passwd): Remove; use read-passwd instread.
4379         (sql-get-login-ext): Use read-string.
4380         (sql-get-login): Use dolist and pcase.
4381         (sql--completion-table): Rename from sql-try-completion.
4382         Use complete-with-action.
4383         (sql-mode): Don't change abbrev-all-caps globally.
4384         (sql-connect): Don't rely on dynamic scoping for `new-name'.
4385         (sql-postgres-completion-object): Initialize vars in their `let'.
4386         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4387         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4388         (sql-comint-interbase): Use a single append, without setq.
4389         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4391         * hi-lock.el: Rework the default face and the serialize regexp code.
4392         (hi-lock--auto-select-face-defaults): Remove.
4393         (hi-lock-string-serialize-serial): Remove.
4394         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4395         make weak.
4396         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4397         equal string.
4398         (hi-lock-set-pattern): Adjust accordingly.
4399         (hi-lock--regexps-at-point): Simplify accordingly.
4400         (hi-lock--auto-select-face-defaults): Remove.
4401         (hi-lock--last-face): New var to replace it.
4402         (hi-lock-read-face-name): Rewrite (bug#11095).
4403         (hi-lock-unface-buffer): Arrange for the face to be the next default.
4405 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
4407         * net/tramp.el (tramp-replace-environment-variables):
4408         Hide compiler warning.
4409         (tramp-file-name-for-operation): Remove `executable-find',
4410         `start-process', `call-process' and `call-process-region'.
4412         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4414         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4415         compatibility.
4417         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4419 2012-12-06  Chong Yidong  <cyd@gnu.org>
4421         * ffap.el (ffap-replace-file-component): Fix typo.
4423 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4425         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4426         fix open-paren-like token test (bug#12785).
4428 2012-12-06  Glenn Morris  <rgm@gnu.org>
4430         * mail/rmailsum.el (rmail-new-summary): Tweak for
4431         rmail-maybe-display-summary changing buffer.  (Bug#13066)
4433 2012-12-06  Juri Linkov  <juri@jurta.org>
4435         * info.el (Info-fontify-node): Don't hide the last newline.
4436         (Bug#12272)
4438 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4440         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4441         so as to enable message-read-from-minibuffer to expand mail aliases.
4443 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4445         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4446         the `intangible' property.
4447         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4449 2012-12-05  Deniz Dogan  <deniz@dogan.se>
4451         * net/rcirc.el (rcirc-urls): Update documentation.
4452         (rcirc-condition-filter): New function.
4453         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4454         and exclude consecutive duplicate URLs (Bug#6082).
4456 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
4458         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4459         Check return code of copy command.
4461         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4462         Use group `tramp'.  Add version.
4464 2012-12-05  Chong Yidong  <cyd@gnu.org>
4466         * ffap.el (ffap-url-regexp): Don't require matching at front of
4467         string (Bug#4952).
4468         (ffap-url-p): If only a substring matches, return that.
4469         (ffap-url-at-point): Use the return value of ffap-url-p.
4470         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4471         (find-file-at-point, dired-at-point, dired-at-point-prompter)
4472         (ffap-guess-file-name-at-point): Likewise.
4473         (ffap-replace-file-component): Fix typo.
4475         * info.el (info-display-manual): Add existing Info buffers, whose
4476         files may not be in Info-directory-list, to the completion.
4477         (info--manual-names): New helper function.
4479 2012-12-05  Glenn Morris  <rgm@gnu.org>
4481         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4482         New functions, for detecting and resolving conflicts.  (Bug#10709)
4484 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
4486         * hi-lock.el (hi-lock-auto-select-face): New user variable.
4487         (hi-lock-auto-select-face-defaults): New buffer local variable.
4488         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4489         (hi-lock-unface-buffer): Prompt user with useful defaults.
4490         With prefix arg, unhighlight all hi-lock patterns in buffer.
4492 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4494         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4496 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
4498         * Makefile.in (TRAMP_SRC):
4499         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4501 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
4503         * net/tramp-adb.el: New package.
4505 2012-12-04  Chong Yidong  <cyd@gnu.org>
4507         * terminal.el: Move to obsolete/.
4509         * longlines.el: Move to obsolete/.
4511         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4512         Remove code referring to longlines mode.
4514 2012-12-03  Juri Linkov  <juri@jurta.org>
4516         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
4518 2012-12-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
4520         * textmodes/ispell.el (ispell-init-process)
4521         (ispell-start-process, ispell-internal-change-dictionary):
4522         Make sure personal dictionary name is expanded after initial
4523         `default-directory' value. Use expanded strings for
4524         keep/restart checks and for value (Bug#13019).
4526 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4528         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4530 2012-12-03  Leo Liu  <sdl.web@gmail.com>
4532         * files.el (dir-locals-read-from-file): Check file non-empty
4533         before reading.  (Bug#13038)
4535 2012-12-03  Glenn Morris  <rgm@gnu.org>
4537         * jka-cmpr-hook.el (jka-compr-get-compression-info):
4538         Remove any version extension before checking filename.  (Bug#13006)
4539         (jka-compr-compression-info-list): Belated :version bump.
4541 2012-12-03  Chong Yidong  <cyd@gnu.org>
4543         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4545         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4546         (buffer-menu): Doc fix (Bug#12294).
4548 2012-12-03  Roland Winkler  <winkler@gnu.org>
4550         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4551         of diary-show-all-entries in the diary buffer (Bug#12994).
4553 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
4555         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4556         "<STDIN>".  This is binary safe.
4558 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
4560         * calc/calc-forms.el (math-absolute-from-iso-dt)
4561         (math-date-to-iso-dt, math-parse-iso-date-validate)
4562         (math-iso-dt-to-date): New functions.
4563         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4564         (math-fd-isoweekday): New variables.
4565         (calc-date-notation, math-parse-standard-date, math-format-date)
4566         (math-format-date-part): Add support for more formatting codes.
4568 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4570         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4571         current buffer's file name when called interactively (Bug#12488).
4573 2012-12-02  Juri Linkov  <juri@jurta.org>
4575         * info.el (info-display-manual): Don't clobber an existing Info
4576         buffer (Bug#10770).  Add completion (Bug#10771).
4578 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
4580         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4581         before using it for comparison (Bug#5297).
4583 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
4585         * textmodes/css-mode.el (css-current-defun-name): New function.
4586         (css-mode): Use it.
4588         * textmodes/sgml-mode.el (html-current-defun-name): New function.
4589         (html-mode): Use it.
4591 2012-12-01  Chong Yidong  <cyd@gnu.org>
4593         Modularize add-log-current-defun (Bug#2224).
4594         Suggested by Jari Aalto.
4596         * vc/add-log.el (add-log-current-defun-function): Doc fix.
4597         (add-log-current-defun): Move mode-specific code to other files.
4598         (add-log-lisp-like-modes, add-log-c-like-modes)
4599         (add-log-tex-like-modes): Variables deleted.
4601         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4602         (lisp-mode-variables): Use it.
4604         * progmodes/cc-mode.el (c-common-init):
4605         * progmodes/cperl-mode.el (cperl-mode): Set a value for
4606         add-log-current-defun-function.
4608         * progmodes/m4-mode.el (m4-current-defun-name): New function.
4609         (m4-mode): Use it.
4611         * progmodes/perl-mode.el (perl-current-defun-name): New.
4612         (perl-mode): Use it.
4614         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4615         Use lisp-current-defun-name.
4617         * textmodes/tex-mode.el (tex-current-defun-name): New.
4618         (tex-common-initialization): Use it.
4620         * textmodes/texinfo.el (texinfo-current-defun-name): New.
4621         (texinfo-mode): Use it.
4623 2012-12-01  Chong Yidong  <cyd@gnu.org>
4625         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4626         * progmodes/autoconf.el (autoconf-mode):
4627         * progmodes/js.el (js-mode):
4628         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4629         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4630         * progmodes/perl-mode.el (perl-mode):
4631         * progmodes/sh-script.el (sh-mode, sh-set-shell):
4632         * textmodes/css-mode.el (css-mode):
4633         * textmodes/sgml-mode.el (html-mode, sgml-mode)
4634         (sgml-tags-invisible, sgml-guess-indent):
4635         * textmodes/tex-mode.el (tex-common-initialization)
4636         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4637         (doctex-mode, plain-tex-mode, latex-mode):
4638         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4640 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
4642         * vc/vc-hg.el (vc-hg-next-revision):
4643         Ensure use of default "tip" output format.  (Bug#6968)
4645 2012-12-01  Kim F. Storm  <storm@cua.dk>
4647         * startup.el (fancy-startup-tail): Add a clickable link
4648         (Bug#2176).
4650 2012-12-01  Chong Yidong  <cyd@gnu.org>
4652         * startup.el (fancy-startup-tail): Improve the message about
4653         auto-save files (Bug#2176).
4655         * files.el (recover-session): Improve the descriptive message, and
4656         use substitute-command-keys.
4658 2012-12-01  Glenn Morris  <rgm@gnu.org>
4660         * ido.el (ido-file-internal):
4661         Handle other-window, other-frame for dired.  (Bug#13036)
4663 2012-11-30  Glenn Morris  <rgm@gnu.org>
4665         * icomplete.el (icomplete-separator): Fix :version.
4667 2012-11-30  Chong Yidong  <cyd@gnu.org>
4669         * shell.el (shell): For C-u M-x shell, use an inactive shell
4670         buffer as the default (Bug#1975).
4671         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4672         (shell-mode): Use them to reapply ansi colorization if Shell mode
4673         is re-enabled.
4675 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
4677         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4679 2012-11-30  Samuel Bronson  <naesten@gmail.com>
4681         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4682         flag to xargs, for compatibility with BSD xargs (Bug#11703).
4684 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4686         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4687         by move-to-column (Bug#3234).
4689 2012-11-30  Chong Yidong  <cyd@gnu.org>
4691         * longlines.el (longlines-wrap-line, longlines-encode-region):
4692         Preserve text properties (Bug#1425).
4694 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4696         * vc/vc.el (vc-register): Allow registering a file which is
4697         already registered with a different backend (Bug#10589).
4699 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
4700             Stefan Monnier  <monnier@iro.umontreal.ca>
4702         * icomplete.el: Change separator; add ido-style commands.
4703         (icomplete-show-key-bindings): Remove custom var.
4704         (icomplete-get-keys): Remove function.
4705         (icomplete-forward-completions, icomplete-backward-completions):
4706         New commands.
4707         (icomplete-minibuffer-map): New var.
4708         (icomplete-minibuffer-setup): Use it.
4709         (icomplete-exhibit): Don't delay if the list of completions is known.
4710         (icomplete-separator): New custom.
4711         (icomplete-completions): Use it.
4712         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4713         (minibuffer-force-complete-and-exit): New command.
4714         (minibuffer--complete-and-exit): New function extracted from
4715         minibuffer-complete-and-exit.
4716         (minibuffer-complete-and-exit): Use it.
4718         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4719         error message when the file doesn't exist (bug#12974).
4721 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
4723         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4725 2012-11-29  Glenn Morris  <rgm@gnu.org>
4727         * files.el (hack-dir-local-variables): Warn if try to set
4728         coding via dir-locals, since it doesn't work.  (Bug#7169)
4730         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
4731         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4732         Set buffer-local value of desktop-save-buffer.
4733         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4734         New functions.
4735         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4736         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4738         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
4739         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4740         Doc fix.
4741         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4742         Doc fixes.
4744 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
4746         * calc/calc-forms.el (calc-date-notation): Fix regexp
4747         used to find time codes.  Fix symbol for seconds.
4749 2012-11-27  Glenn Morris  <rgm@gnu.org>
4751         * emacs-lisp/derived.el (derived-mode-make-docstring):
4752         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
4754 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4756         * textmodes/table.el (table-insert): Don't use `symbol-name' on
4757         lexically scoped variables (bug#13005).
4759 2012-11-27  Glenn Morris  <rgm@gnu.org>
4761         * vc/vc-hooks.el (vc-mistrust-permissions):
4762         Default to t, to avoid data-loss.  (Bug#11490)
4764 2012-11-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4766         * progmodes/python.el (python-indent-guess-indent-offset):
4767         If indentation is guessed make python-indent-offset buffer-local.
4769         Fix Imenu regression.
4770         * progmodes/python.el (python-nav-beginning-of-defun):
4771         Fix forward movement when statement(s) separates point from defun.
4772         (python-imenu-prev-index-position): New function.
4774 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4776         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
4778         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4779         Don't set buffer-file-type.  Return nil.  (Bug#12989)
4781 2012-11-27  Glenn Morris  <rgm@gnu.org>
4783         * hippie-exp.el (hippie-expand-try-functions-list):
4784         Re-autoload it.  (Bug#12982)
4786 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
4788         * descr-text.el (describe-char-padded-string):
4789         Call internal-char-font only on GUI frames.  (Bug#11964)
4791 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
4793         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4794         and obsoletion message.
4796 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4798         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4799         the constructs to keep outside of the `cl-block' (bug#12977).
4801 2012-11-27  Chong Yidong  <cyd@gnu.org>
4803         * mouse.el (mouse-drag-line): Even if the line is not draggable,
4804         keep reading until we get the up-event anyway, in order to process
4805         the up-event for mouse-1-click-follows-link (Bug#12971).
4807 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4809         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4810         base function is not yet defined (bug#12965).
4811         (ad-activate-advised-definition): Use ad-compile-function.
4812         (ad-activate): Use cond.
4814 2012-11-25  Leo Liu  <sdl.web@gmail.com>
4816         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4817         (Bug#12979)
4819 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
4821         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4822         reftex-section-info-function in order to be compatible with
4823         Texinfo integration.
4825         * textmodes/reftex.el (reftex-section-pre-regexp)
4826         (reftex-section-post-regexp, reftex-section-info-function):
4827         New variable.
4828         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4829         reftex-section-post-regexp, and reftex-section-info-function in order
4830         to be compatible with Texinfo integration.
4832         * textmodes/reftex-toc.el (reftex-toc-promote-action):
4833         use reftex-section-pre-regexp variable in order to be compatible with
4834         Texinfo integration.
4836 2012-11-25  Chong Yidong  <cyd@gnu.org>
4838         * faces.el: Make face-spec-set more analogous to setq.
4839         (face-spec-set): Change the third arg to specify whether this
4840         function is being called via defface, customize, or a third party.
4841         Set the appropriate symbol properties.  Clear the override spec if
4842         setting via Custom.  Initialize face if necessary.  (Bug#4988)
4843         (face-spec-recalc): Allow theme faces to completely replace the
4844         defface spec, in the same way as custom faces (Bug#8454).
4846         * cus-face.el (custom-declare-face): Move face initialization to
4847         face-spec-set.
4848         (custom-theme-set-faces): Don't initialize the face name here, as
4849         that is now done in face-spec-set.
4851         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4852         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4853         Simplify by using the new arg to face-spec-set.
4855         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4856         reset face-override-spec too, and use custom-declare-face.
4858 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
4860         * term/ns-win.el (ns-initialize-window-system): Move creation of
4861         fontsets here (Bug#11964).
4863 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
4865         * ses.el (ses-rename-cell): Correct bug on mode-line update after
4866         cell renaming.
4868 2012-11-24  Chong Yidong  <cyd@gnu.org>
4870         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4871         obsolete.
4873         * custom.el (custom-theme-set-variables): Use a topological sort
4874         for ordering by custom dependencies (Bug#12952).
4875         (custom--sort-vars, custom--sort-vars-1): New functions.
4877 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4879         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4880         lexical-binding (bug#12938).
4882 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
4884         * image-mode.el (image-transform-check-size): Use assertions only
4885         for images of type imagemagick.
4887         Otherwise no error, image-transform-fit-to-{width,height} is
4888         silently ignored, as before.  Doc fix.
4890 2012-11-24  Chong Yidong  <cyd@gnu.org>
4892         * faces.el (color-defined-p): Doc fix (Bug#12853).
4894 2012-11-24  Juri Linkov  <juri@jurta.org>
4896         * dired.el (dired-mark): Add optional arg `interactive'.
4897         Check for `use-region-p' if `interactive' is non-nil.
4898         (dired-unmark, dired-flag-file-deletion): Add optional arg
4899         `interactive'.  Call `dired-mark' with the arg `interactive'.
4900         (Bug#10624)
4902         * wdired.el: Revert 2012-10-17 change partly and replace it with
4903         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4904         (wdired-finish-edit): Add marks for new file names to
4905         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
4906         after `revert-buffer'.
4907         (wdired-do-renames): Remove calls to `dired-remove-file',
4908         `dired-add-file', `dired-add-entry'.  (Bug#11795)
4910 2012-11-24  Alan Mackenzie  <acm@muc.de>
4912         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4914         Fix bugs in the state cache.  Enhance a debugging mechanism.
4915         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4916         "brace at column zero" strategy for C++.
4917         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4918         (c-parse-state-point): New variable.
4919         (c-record-parse-state-state): Record old parse state with
4920         `copy-tree'.  Record previous value of point.
4921         (c-debug-parse-state-double-cons): New debugging function.
4922         (c-debug-parse-state): Call the above new function.
4923         (c-toggle-parse-state-debug): Output a confirmatory message.
4925         * progmodes/cc-mode.el (c-before-change, c-after-change):
4926         Call c-invalidate-state-cache from `c-before-change' instead of
4927         `c-after-change'.
4929 2012-11-23  Chong Yidong  <cyd@gnu.org>
4931         * find-cmd.el (find-constituents): Add executable, ipath,
4932         readable, samefile, writable, daystart, regextype (Bug#12856).
4934 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4936         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4938 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4940         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4941         definition.  This fixes a bootstrap failure.
4942         (calc-gregorian-switch): In menu, put dates before regions.
4943         This is easier to follow, lines up better in the menu, and lets us
4944         coalesce regions that switch at the same time.  Give country
4945         names, not "Vatican", as that's better for non-expert users.
4946         Use names that are stable between the date of switch and now, e.g.,
4947         Bohemia and Moravia (which existed then and now) and not
4948         Czechoslovakia (which didn't exist then and doesn't exist now).
4949         What is now the U.S. mostly did not switch at the same time as
4950         Britain, so omit the U.S.  Correct spelling of "Britain".
4951         Catholic Switzerland was too much of a mess, so omit it.
4953 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
4955         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4956         after the variable is changed.
4958 2012-11-21  Daniel Colascione  <dancol@dancol.org>
4960         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4961         in SQL declarations for font-lock.
4962         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4964 2012-11-21  Glenn Morris  <rgm@gnu.org>
4966         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4967         (face-italic-p): Add optional argument "inherit".
4969         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4970         Remove -p suffix from names, for consistency with other set-face-*.
4971         (set-face-inverse-video): Fix interactive spec.
4972         * play/gamegrid.el (gamegrid-make-mono-tty-face):
4973         * textmodes/table.el (table--update-cell-face):
4974         Use set-face-inverse-video rather than now obsolete alias.
4976 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
4978         * simple.el (line-move): Don't call line-move-partial if
4979         scroll-conservatively is in effect.  (Bug#12927)
4981 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4983         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4984         Fallback on completion-at-point rather than
4985         pcomplete-expand-and-complete, and only if pcomplete actually failed.
4986         (eshell-cmpl-initialize): Setup completion-at-point.
4988         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4990         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4992 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
4994         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4995         are remote, check out-of-band property for both.
4997 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4999         * window.el (switch-to-buffer): Re-add the warning that was lost in the
5000         code rewrite.
5002 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
5004         More minor time fixes.
5005         * calendar/time-date.el: Commentary fix.
5006         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5007         too much other code depends on (0 0) time stamps.
5008         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5009         Add a couple of FIXME comments.
5011         Minor cleanup for times as lists of four integers.
5012         * files.el (dir-locals-directory-cache):
5013         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5014         Doc fixes.
5015         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5016         * ps-bdf.el (bdf-file-newer-than-time):
5017         Process four-integers time stamps, not two.  Doc fixes.
5019 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5021         * uniquify.el (uniquify-managed): Use defvar-local.
5022         (rename-buffer, create-file-buffer): Advise with advice-add.
5023         (uniquify-unload-function): Unadvise accordingly.
5025         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
5026         (trace-buffer): Don't purecopy.
5027         (trace-entry-message, trace-exit-message): Add `context' arg.
5028         (trace--timer): New var.
5029         (trace-make-advice): Adjust for use in nadvice.
5030         Add `context' argument.  Delay `display-buffer' via a timer.
5031         (trace-function-internal): Use advice-add.
5032         (trace--read-args): New function.
5033         (trace-function-foreground, trace-function-background): Use it.
5034         (trace-function): Rename to trace-function-foreground and redefine as
5035         an alias to that new name.
5036         (untrace-function, untrace-all): Adjust to the use of nadvice.
5038         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
5040         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
5042         * subr.el (called-interactively-p-functions): New var.
5043         (internal--called-interactively-p--get-frame): New macro.
5044         (called-interactively-p, interactive-p): Rewrite in Lisp.
5045         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
5046         (called-interactively-p-functions): Use it.
5047         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5048         (called-interactively-p-functions): Use it.
5049         * allout.el (allout-called-interactively-p): Don't assume
5050         called-interactively-p is a subr.
5052 2012-11-20  Glenn Morris  <rgm@gnu.org>
5054         * profiler.el (profiler-report-mode-map): Add a menu.
5055         No need to bind `q' because we derive from special-mode.
5056         (profiler-report-find-entry): Handle calls from the menu-bar.
5058 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5060         * emacs-lisp/byte-run.el (defun-declarations-alist):
5061         Allow a compiler-macro to be a lambda expression.
5063         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
5064         eval-when-compile.
5065         (python-syntax-context): Add compiler-macro.
5066         (python-font-lock-keywords): Simplify with De Morgan.
5068         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5070         * files.el (load-file): Require match in minibuffer selection, as was
5071         the case in Emacs-20 before we changed the spec to allow .elc files
5072         (bug#12935).
5074         * json.el: Don't require cl since we don't use it.
5075         * color.el: Don't require cl.
5076         (color-complement): `caddr' -> `nth 2'.
5078         * calendar/time-date.el (time-to-seconds): De-obsolete.
5080 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
5082         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5083         year numbers.
5084         (math-date-to-julian-dt): Adjust the initial approximation for the
5085         year to deal with the new definition of the DATE.
5087 2012-11-19  Daniel Colascione  <dancol@dancol.org>
5089         * term/w32-win.el (cygwin-convert-path-from-windows):
5090         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5092 2012-11-18  Chong Yidong  <cyd@gnu.org>
5094         * filecache.el (file-cache--read-list): New function.
5095         (file-cache-add-directory-list, file-cache-add-file-list)
5096         (file-cache-delete-file-list, file-cache-delete-directory-list):
5097         Use it to read a list of files or directories (Bug#12846).
5098         (file-cache-add-file, file-cache-add-directory)
5099         (file-cache-delete-file-list, file-cache-delete-file-regexp)
5100         (file-cache-delete-directory): Print an message.
5102 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
5104         * calc/calc-forms.el (math-date-to-dt): Use integer date when
5105         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5107 2012-11-18  Glenn Morris  <rgm@gnu.org>
5109         * image.el (insert-image, insert-sliced-image): Doc fix.
5111 2012-11-18  Chong Yidong  <cyd@gnu.org>
5113         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5114         (Bug#12810).
5116 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
5118         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5119         response when the target file is in a subdirectory (Bug#12757).
5121 2012-11-18  Chong Yidong  <cyd@gnu.org>
5123         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5125 2012-11-18  Glenn Morris  <rgm@gnu.org>
5127         * emacs-lisp/cl-lib.el (face-underline-p):
5128         Use set-face-underline rather than the alias set-face-underline-p.
5130         * window.el (with-temp-buffer-window): Doc fix.
5131         * subr.el (with-output-to-temp-buffer):
5132         Add doc xref to with-temp-buffer-window.
5134 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
5136         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5137         * calc/calc.el (math-format-date-cache): Declare.
5139 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5141         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5142         It also uses January 1, 1 AD as its day number 1.
5143         * calc/calc-forms.el (math-julian-date-beginning)
5144         (math-julian-date-beginning-int): Implement this.
5146 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
5148         * descr-text.el (quail-find-key):
5149         * dired.el (desktop-file-name):
5150         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5151         * generic-x.el (comint-mode, comint-exec):
5152         * image-dired.el (widget-forward):
5153         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5154         (speedbar-change-expand-button-char)
5155         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5156         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5157         * printing.el (easy-menu-add-item, easy-menu-remove-item)
5158         (widget-field-action, widget-value-set):
5159         * speedbar.el (imenu--make-index-alist):
5160         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5161         (ring-length, ring-insert):
5162         * vcursor.el (compare-windows-skip-whitespace):
5163         * woman.el (dired-get-filename):
5164         Declare functions.
5166         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5168 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
5170         * calc/calc.el (calc-gregorian-switch): New variable.
5172         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5173         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5174         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5175         (math-leap-year-p): Add option to distinguish between Julian
5176         and Gregorian calendars.
5177         (math-day-number): Use `math-day-in-year' to do the computations.
5178         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5179         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5180         to do the computations.
5181         (math-date-to-dt): Use `math-date-to-julian-dt' and
5182         `math-date-to-gregorian-dt' to do the computations.
5183         (calcFunc-weekday, math-format-date-part): Use the new version of
5184         the DATE to determine the weekday.
5185         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5186         when necessary.
5188 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
5190         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5191         Cygwin; otherwise use 'file:'.  (Bug#12914)
5192         (cygwin-convert-path-from-windows): Declare, to avoid
5193         byte-compiler warnings.
5195 2012-11-17  Andreas Politz  <politza@fh-trier.de>
5197         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5198         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5199         prefix and negative numeric prefix args (Bug#12795).
5201 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
5203         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5204         Don't signal an error with a score that is too low to add to the
5205         list of top scores. (Bug#12779)
5207 2012-11-17  Chong Yidong  <cyd@gnu.org>
5209         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5211         * filecache.el (file-cache-add-file): Handle relative file name in
5212         the argument (Bug#12694).
5214 2012-11-16  JĂ¼rgen Hötzel  <juergen@archlinux.org>  (tiny change)
5216         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5218 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5220         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5222         * emacs-lisp/cl-lib.el: Set more meaningful version number.
5224 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5226         * window.el (enlarge-window, shrink-window): Don't mention return
5227         value in doc-string (Bug#12896).
5228         (window--display-buffer): Don't resize frames - it won't work
5229         with all window managers and defeat pop-up-frame-alist.
5230         (display-buffer-alist): In doc-string explain that CONDITION can
5231         be a function and which arguments are passed to it (Bug#12854).
5232         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
5233         expressions (Bug#12854).
5234         (display-buffer): Pass ACTION argument to
5235         display-buffer-assq-regexp.
5237 2012-11-16  Glenn Morris  <rgm@gnu.org>
5239         * window.el (fit-frame-to-buffer-bottom-margin)
5240         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5242         * faces.el (face-underline-p): Use face-attribute-specified-or.
5244 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
5246         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5248 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5252 2012-11-16  Glenn Morris  <rgm@gnu.org>
5254         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
5255         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5257         * faces.el (face-underline-p): Doc fix.  Handle :underline being
5258         things other than `t' (a string, a list).
5259         (face-inverse-video-p): Doc fix.
5260         (set-face-underline): Rename it back from set-face-underline-p.
5261         Doc fix.  Allow interactive input of values other than t.
5262         (read-face-attribute): Apply formatting to :underline,
5263         since like :box and :stipple it can take list values.
5265         * term.el (ansi-term): Don't let C-x escape-char binding
5266         clobber the more standard C-c binding.  (Bug#12842)
5268         * subr.el (set-temporary-overlay-map): Doc fix.
5270 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
5272         * window.el (record-window-buffer)
5273         (display-buffer-record-window): When copying the markers to
5274         window-point preserve window-point-insertion-type. (Bug#12588)
5276 2012-11-16  Glenn Morris  <rgm@gnu.org>
5278         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5279         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5280         Use new names for hooks rather than obsolete aliases.
5282 2012-11-15  Daniel Colascione  <dancol@dancol.org>
5284         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5285         prefix instead of "file:" so that when FILE-NAME begins with "//",
5286         as it does when the target file is on a network share, url-handler
5287         isn't confused.
5289 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5291         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5292         a preactivated advice from an old advice.el; they're not compatible!
5294 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5296         * emacs-lisp/nadvice.el (advice--make-interactive-form):
5297         Fix string-spec case.
5299         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5301 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5303         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5304         (advice--buffer-local-function-sample): New var.
5305         (advice--set-buffer-local, advice--buffer-local): New functions.
5306         (add-function, remove-function): Use them.
5308 2012-11-15  Drew Adams  <drew.adams@oracle.com>
5310         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5312 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5314         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5315         potential binding of print-gensym to t, and prettify (back)quotes in
5316         case they appear in args's default values (bug#12884).
5318 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5320         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5321         (advice-eval-interactive-spec): New function.
5322         (advice--make-interactive-form): Support around advice (bug#12844).
5324 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
5326         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5327         more strict.  Add docstring.
5328         (ruby-expression-expansion-re): Extract from
5329         `ruby-match-expression-expansion'.
5330         (ruby-syntax-propertize-function): After everything else, search
5331         for expansions in string literals, mark their insides as
5332         whitespace syntax and save match data for font-lock.
5333         (ruby-font-lock-keywords): Use the 2nd group from expression
5334         expansion matches.
5335         (ruby-match-expression-expansion): Use the match data saved to the
5336         text property in ruby-syntax-propertize-function.
5338 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5340         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5341         (bug#12879).
5343 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5345         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5346         start/end keyword a bit harder.  Works with different values of N.
5347         Add more comments.
5348         (ruby-end-of-block): Update accordingly.
5350 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5352         * woman.el (woman-file-name): Don't mess with unread-command-events
5353         (bug#12861).
5355         * emacs-lisp/advice.el: Layer on top of nadvice.el.
5356         Remove out of date self-require hack.
5357         (ad-do-advised-functions): Use simple `dolist'.
5358         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5359         (ad-advice-definition): Redefine as functions.
5360         (ad-advice-classes): Move before first use.
5361         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5362         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5363         (ad--defalias-fset): Remove functions.
5364         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5365         (ad-get-orig-definition): Rewrite.
5366         (ad-make-advised-definition-docstring): Change base docstring.
5367         (ad-real-orig-definition): Rewrite.
5368         (ad-map-arglists): Change name of called function.
5369         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5370         (ad-make-advised-definition): Simplify.
5371         (ad-assemble-advised-definition): Tweak for new calling context.
5372         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5373         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
5374         function and call ad-activate if needed.
5375         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5376         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5377         (ad-compile-function): Compile ad-Advice-*.
5378         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5379         (ad-start-advice, ad-stop-advice): Remove.
5381 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5383         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5384         period before class method names, not after.  Remove handling of
5385         one impossible case.  Add comments.
5387 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5389         * emacs-lisp/advice.el: Remove support for freezing.
5390         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5391         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5392         Remove support for `freeze'.
5394         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5395         override the default.
5396         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5397         cl--dotimes/dolist.
5398         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5399         `cl' is loaded.
5401         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5402         from add-advice.
5403         (advice--strip-macro): New function.
5404         (advice--defalias-fset): Use them to handle macros.
5405         (advice-add): Use them.
5406         (advice-member-p): Correctly handle macros.
5408 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5410         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5411         Never font-lock the beginning of singleton class as heredoc.
5413 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5415         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5417 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
5419         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5420         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
5421         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5423 2012-11-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5425         Fix end-of-defun misbehavior.
5426         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5427         python-beginning-of-defun-function.  Handle nested defuns
5428         correctly.
5429         (python-nav-end-of-defun): Rename from
5430         python-end-of-defun-function.  Ensure forward movement.
5431         (python-info-current-defun): Reimplement to work as intended
5432         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
5433         parent defuns as soon as possible.
5435 2012-11-13  Glenn Morris  <rgm@gnu.org>
5437         * progmodes/flymake.el (flymake-error-bitmap)
5438         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5439         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5441 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
5443         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5444         backward, always stop at indentation.  Reverts the change from
5445         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5447 2012-11-13  Glenn Morris  <rgm@gnu.org>
5449         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5450         Add ibuffer-filter-by-derived-mode.
5452         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5453         the same name shadowing each other.
5455         * window.el (with-temp-buffer-window): Doc tweak.
5457         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5459         * help.el (temp-buffer-max-height):
5460         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5461         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5463 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5465         * emacs-lisp/nadvice.el: New package.
5466         * subr.el (special-form-p): New function.
5467         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5468         (elp-all-instrumented-list): Remove var.
5469         (elp-not-profilable): Remove elp-wrapper.
5470         (elp-profilable-p): Use autoloadp and special-form-p.
5471         (elp--advice-name): New const.
5472         (elp-instrument-function): Use advice-add.
5473         (elp--instrumented-p): New predicate.
5474         (elp-restore-function): Use advice-remove.
5475         (elp-restore-all, elp-reset-all): Use mapatoms.
5476         (elp-set-master): Use elp--instrumented-p.
5477         (elp--make-wrapper): Rename from elp-wrapper, return a function
5478         suitable for advice-add.  Use cl-inf.
5479         (elp-results): Use mapatoms+elp--instrumented-p.
5480         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5481         (debug-function-list): Remove var.
5482         (debug): Rename arg, and then let-bind it explicitly inside.
5483         (debugger-setup-buffer): Rename arg.
5484         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5485         (debugger-frame-number): Adjust to new debug-on-entry setup.
5486         (debug--implement-debug-on-entry): Rename from
5487         implement-debug-on-entry, add argument.
5488         (debugger-special-form-p): Remove, use special-form-p instead.
5489         (debug-on-entry): Use advice-add.
5490         (debug--function-list): New function.
5491         (cancel-debug-on-entry): Use it, along with advice-remove.
5492         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5493         (debugger-list-functions): Use debug--function-list instead of
5494         debug-function-list.
5495         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5496         (ad-special-form-p): Remove, use special-form-p instead.
5497         (ad-set-advice-info): Use add-function and remove-function.
5498         (ad--defalias-fset): Adjust accordingly.
5500 2012-11-10  Glenn Morris  <rgm@gnu.org>
5502         * mail/emacsbug.el (report-emacs-bug-tracker-url)
5503         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5504         (report-emacs-bug-create-existing-bugs-buffer)
5505         (report-emacs-bug-parse-query-results)
5506         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
5508         * term.el (term-default-fg-color, term-default-bg-color):
5509         Make obsolete, rather than just saying "deprecated" in the doc.
5511         * term.el (term): Rename from `term-face'.
5512         (term-current-face, ansi-term-color-vector)
5513         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5514         Update all users.
5516 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5518         * server.el (server-create-window-system-frame): Handle Nextstep
5519         specially (Bug#12780).
5521 2012-11-10  Glenn Morris  <rgm@gnu.org>
5523         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5524         Unautoload, and make obsolete.  (Bug#7449)
5526 2012-11-10  Chong Yidong  <cyd@gnu.org>
5528         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5529         rename from diff-remove-trailing-whitespace (Bug#12831).
5531 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5533         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5534         miscompilation of trace.el.
5536 2012-11-10  Glenn Morris  <rgm@gnu.org>
5538         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5540 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5542         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5543         (bug#12812).
5545 2012-11-10  Chong Yidong  <cyd@gnu.org>
5547         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5548         a defcustom with an appropriate :set function.
5549         (minibuffer-default--in-prompt-regexps): New function.
5551 2012-11-10  Glenn Morris  <rgm@gnu.org>
5553         * emacs-lisp/cl.el (define-setf-expander, defsetf)
5554         (define-modify-macro): Doc fixes.
5556         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5557         (gv-define-simple-setter): Update doc of `fix-return'.
5559 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5561         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5562         twice when `fix-return' is set (bug#12813).
5564         * emacs-lisp/cl.el (defsetf): Pass the third arg to
5565         gv-define-simple-setter (bug#12812).
5567         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5568         (bug#12756).
5570 2012-11-10  Glenn Morris  <rgm@gnu.org>
5572         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5574         * emacs-lisp/cl-extra.el (cl-prettyexpand):
5575         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5576         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5577         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5579         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5581 2012-11-10  Leo Liu  <sdl.web@gmail.com>
5583         * ido.el (ido-set-matches-1): Improve flex matching performance by
5584         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
5586 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5588         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5589         (ad--defalias-fset): New function.
5590         (ad-safe-fset): Remove.
5591         (ad-make-freeze-definition): Use cl-letf*.
5593 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5595         * subr.el (dolist): Don't bind VAR in RESULT.
5597         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
5598         (fset, documentation): Don't save real def since we don't advise.
5599         (ad-do-advised-functions): Remove problematic `result-form'.
5600         (ad-safe-fset): `ad-real-fset' => `fset'.
5601         (ad-read-advised-function): Don't assume that ad-do-advised-functions
5602         uses CL's dolist internally.
5603         (ad-arglist): Remove unused arg `name'.
5604         (ad-docstring, ad-make-advised-docstring):
5605         `ad-real-documentation' => `documentation'.
5606         (warning-suppress-types): Declare.
5607         (ad-set-arguments): Simple CSE.
5608         (ad-recover-normality): Sanity check.
5610         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5611         (funcall '(lambda ..) ..) into ((lambda ..) ..).
5613 2012-11-09  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
5615         * ses.el: symbol to coordinate mapping is made by symbol property
5616         `ses-cell'.  This means that the same mapping is done for all SES
5617         sheets.  That is good enough for cells with standard A1 names, but
5618         not for named cell.  So a hash map is added for the latter.
5619         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5620         (ses-sym-rowcol): Use hashmap for named cell.
5621         (ses-is-cell-sym-p): New defun.
5622         (ses-decode-cell-symbol): New defun.
5623         (ses-create-cell-variable): Add cell to hashmap when name is not
5624         A1-like.
5625         (ses-rename-cell): Check that cell new name is not already in
5626         spreadsheet with the use of ses-is-cell-sym-p
5627         (ses-rename-cell): Use hash map for named cells, but accept also
5628         renaming back to A1-like.
5630 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5632         * emacs-lisp/advice.el: Use new dynamic docstrings.
5633         (ad-make-advised-definition-docstring, ad-advised-definition-p):
5634         Use dynamic-docstring-function instead of ad-advice-info.
5635         (ad--make-advised-docstring): New function extracted from
5636         ad-make-advised-docstring.
5637         (ad-make-advised-docstring): Use it.
5638         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5639         from sql-help.
5640         (sql-help): Use it with dynamic-docstring-function.
5642         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5644 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5646         * files.el (hack-one-local-variable--obsolete): New function.
5647         (hack-one-local-variable): Use it for obsolete settings.
5649         * subr.el (locate-user-emacs-file): If both old and new name exist, use
5650         the new name.
5652         * progmodes/js.el (js--filling-paragraph): New var.
5653         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5654         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5655         less sneaky.
5657 2012-11-08  Julien Danjou  <julien@danjou.info>
5659         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5660         `auto-mode-alist' (Bug#12835).
5662 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5664         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5665         (perl--prettify-symbols-alist): New const.
5666         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5667         New functions.
5668         (perl-font-lock-keywords-2): Use them.
5669         (perl-electric-noindent-p): New function.
5670         (perl-mode): Use it to set up electric-indent-mode.
5671         (perl-electric-terminator, perl-indent-command): Mark obsolete.
5672         (perl-mode-map): Remove bindings for them.
5673         (perl-imenu-generic-expression, perl-outline-level):
5674         Match functions&packages in column>0.
5676         * env.el (env--substitute-vars-regexp): New const.
5677         (substitute-env-vars): Use it.  Add `only-defined' arg.
5678         * net/tramp.el (tramp-replace-environment-variables): Use it.
5680         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5681         Byte-compile *before* eval in eval-and-compile.
5682         (byte-compile-log-warning): Remove redundant inhibit-read-only.
5683         (byte-compile-file-form-autoload): Don't hide actual definition.
5684         (byte-compile-maybe-guarded): Accept `functionp' as well.
5686         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5688 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
5690         * notifications.el (notifications-get-server-information-method):
5691         New defconst.
5692         (notifications-get-capabilities): Fix docstring.
5693         (notifications-get-server-information): New defun.
5695 2012-11-06  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
5697         * textmodes/ispell.el (ispell-region): Standard re-indent for better
5698         readability.
5700         * textmodes/ispell.el: Experimental support for support debugging.
5701         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5702         buffer for ispell.
5703         (ispell-print-if-debug): New function to print stuff to
5704         `ispell-debug-buffer' if debugging is enabled.
5705         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5706         show some debugging info.
5707         (ispell-buffer-with-debug): New function that creates a debugging
5708         buffer and calls `ispell-buffer' with debugging enabled.
5710         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5711         comment in autoconf mode. (Bug#12768)
5713 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
5715         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5716         frame-first-window, frame-root-window, frame-selected-window,
5717         minibuffer-selected-window, minibuffer-window,
5718         window-absolute-pixel-edges, window-at, window-body-height,
5719         window-body-width, window-display-table, window-combination-limit,
5720         window-frame, window-fringes, window-inside-absolute-pixel-edges,
5721         window-inside-edges, window-inside-pixel-edges, window-left-child,
5722         window-left-column, window-margins, window-next-buffers,
5723         window-next-sibling, window-new-normal, window-new-total,
5724         window-normal-size, window-parameter, window-parameters, window-parent,
5725         window-pixel-edges, window-point, window-prev-buffers,
5726         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5727         window-start, window-text-height, window-top-child, window-top-line,
5728         window-total-height, window-total-width and window-use-time to the list
5729         of functions without side-effects.
5730         (toplevel): Add window-valid-p to the list of error-free functions
5731         without side-effects.
5733 2012-11-05  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
5735         * textmodes/ispell.el (ispell-program-name):
5736         Update spellchecker parameters when customized.
5738 2012-11-04  Glenn Morris  <rgm@gnu.org>
5740         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
5742 2012-11-04  Chong Yidong  <cyd@gnu.org>
5744         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5745         same-window-* variables.
5747 2012-11-04  Juri Linkov  <juri@jurta.org>
5749         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5750         (isearch-describe-key, isearch-describe-mode): Use a display
5751         action instead of binding same-window-* variables (Bug#10040).
5753 2012-11-03  Glenn Morris  <rgm@gnu.org>
5755         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5756         Rename handler properties back from cl-- to cl-.  (Bug#12788)
5758         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5760 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
5762         * term/pc-win.el: Don't load term/internal from here.
5764         * loadup.el: Load term/internal from here.
5766 2012-11-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5768         * progmodes/python.el (inferior-python-mode): Fix hang in
5769         jit-lock (Bug#12645).
5771 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
5773         * window.el (switch-to-visible-buffer)
5774         (switch-to-buffer-preserve-window-point): Fix doc-strings.
5776 2012-11-03  Glenn Morris  <rgm@gnu.org>
5778         * emacs-lisp/cl-lib.el (cl--random-time):
5779         Rename from cl-random-time.  (Bug#12773)
5780         (cl--gensym-counter, cl--random-state): Update callers.
5781         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5783 2012-11-03  Chong Yidong  <cyd@gnu.org>
5785         * cus-start.el: Make cursor-type customizable (Bug#11633).
5787 2012-11-02  Glenn Morris  <rgm@gnu.org>
5789         * filecache.el: No need to load find-lisp when compiling.
5790         (find-lisp-find-files): Autoload it.
5791         (file-cache-add-directory-recursively): Don't require find-lisp.
5793         * image.el (image-type-from-file-name): Trivial simplification.
5795         * emacs-lisp/bytecomp.el (byte-compile-eval):
5796         Decouple "noruntime" and "cl-functions" warnings.
5798 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
5800         * play/gomoku.el (gomoku-display-statistics): Update mode line
5801         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5803 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
5805         * window.el (quit-restore-window): If the window has been
5806         created on an existing frame and ended up as the sole window on
5807         that frame, do not delete it (Bug#12764).
5809 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5811         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5812         Rename from sh--inside-arithmetic-expression, handle more cases
5813         (bug#11263).
5815         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5816         (sh-font-lock-open-heredoc): Use it (bug#12770).
5818 2012-10-30  Glenn Morris  <rgm@gnu.org>
5820         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
5822         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
5824 2012-10-29  Chong Yidong  <cyd@gnu.org>
5826         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5827         function key is stored in a keyboard macro (Bug#4894).
5829         * thingatpt.el (number-at-point): Apply a thing-at-point property.
5831 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5833         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5834         header comments".
5835         (diff-unified->context, diff-context->unified)
5836         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5838         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5840         * files.el (find-alternate-file): Only ask one question (bug#12487).
5842 2012-10-29  Chong Yidong  <cyd@gnu.org>
5844         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5845         Suggested by Dan Nicolaescu (Bug#6326).
5847         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5849         * startup.el (fancy-about-screen): Don't message (Bug#12680).
5851         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5853         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5855         * face-remap.el (face-remap-add-relative): Handle the case where a
5856         face-remapping-alist entry is a cons cell (Bug#12762).
5858 2012-10-29  Kevin Ryde  <user42@zip.com.au>
5860         * woman.el (woman-parse-numeric-value): Handle picas correctly
5861         (Bug#12639).
5863 2012-10-29  Glenn Morris  <rgm@gnu.org>
5865         * emacs-lisp/cl.el (defsetf): Doc fix.
5867 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5869         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5870         syntax to the matching opener, if any (bug#12547).
5871         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5872         matching open as a "case-(".
5873         (sh-smie-rc-grammar): Add a corresponding rule for it.
5875 2012-10-28  Daniel Hackney  <dan@haxney.org>
5877         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5878         "PKGNAME-autoloads.el" in case we created it.
5880 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5882         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5883         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5884         (completion--twq-all): Disable too-strict assertions.
5886         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5888 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
5890         * profiler.el (profiler-report-make-entry-part): Fix help-echo
5891         text to match the real keybindings.
5893 2012-10-27  Juri Linkov  <juri@jurta.org>
5895         * wdired.el (wdired-keep-marker-rename): New defcustom.
5896         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5897         (Bug#11795)
5899         * dired.el (dired-keep-marker-rename): Add reference to
5900         `wdired-keep-marker-rename' in the docstring.
5901         Add default character value ?R to display initially in
5902         Customization UI instead of ?@.
5904 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
5906         * window.el (display-buffer): In doc-string describe
5907         window-height and window-width alist entries.
5909         * time.el (display-time-world): Restore fit-window-to-buffer
5910         behavior.
5912 2012-10-27  Chong Yidong  <cyd@gnu.org>
5914         * subr.el (insert-buffer-substring-as-yank): Doc fix.
5916 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
5918         * minibuffer.el (completion-category-overrides): New completion
5919         category `bookmark' (bug#11131).
5921 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5923         * emacs-lisp/advice.el (ad-assemble-advised-definition):
5924         Silence bogus compiler warnings for ad-do-it.
5926         * bookmark.el (bookmark-completing-read): Set the completion category
5927         to `bookmark' (bug#11131).
5929 2012-10-26  Bastien  <bzg@altern.org>
5930             Stefan Monnier  <monnier@iro.umontreal.ca>
5932         * face-remap.el: Use lexical-binding.
5933         (text-scale-adjust): Improve docstring.  Use itself for the temporary
5934         overlay-map bindings, so as to repeat the "Use..." message each time.
5936 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5938         * emacs-lisp/macroexp.el (macroexp--expand-all):
5939         Obey byte-compile-warning-enabled-p (bug#12486).
5941         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5942         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5944 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
5946         * mouse.el (mouse-drag-line): Move last form into preceding when
5947         clause (Bug#12731).
5949         * help.el (resize-temp-buffer-window): Fix doc-string.
5951 2012-10-25  David Engster  <deng@randomsample.de>
5953         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5954         Remove.  This feature is already integrated in imenu.
5956         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5957         always loaded.  Require `speedbar' unconditionally.
5959 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5961         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5963         * minibuffer.el (minibuffer-force-complete): Fix thinko.
5965         * net/ldap.el (ldap-search-internal): The official ldif format starts
5966         with a "version: 1" header (bug#12724).
5968         * emacs-lisp/package.el (package-installed-p): Warn if not ready
5969         (bug#12721).
5971 2012-10-25  Glenn Morris  <rgm@gnu.org>
5973         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5975 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5977         * minibuffer.el (minibuffer-force-complete): Use one more marker
5978         for the temporary-overlay-map command (bug#12619).
5980 2012-10-24  Chong Yidong  <cyd@gnu.org>
5982         * time.el (display-time-world-mode): Derive from special-mode.
5983         (display-time-world): Use display-buffer (Bug#12708).
5984         (display-time-world-mode-map): Variable deleted.
5985         (display-time-world-display): Wrap the final delete-char inside
5986         inhibit-read-only.
5988 2012-10-24  Chong Yidong  <cyd@gnu.org>
5990         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5991         Doc fix.
5993         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5995 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5997         * minibuffer.el (completion--all-sorted-completions-location): New var.
5998         (completion--cache-all-sorted-completions)
5999         (completion--flush-all-sorted-completions): Use it.
6000         (completion-in-region, completion-in-region--postch)
6001         (completion-at-point, completion-help-at-point): Use markers in
6002         completion-in-region--data (bug#12619).
6004 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6006         * progmodes/compile.el (compilation-start): Try to handle common
6007         quoting of `cd' argument (bug#12640).
6009         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6010         (bug#12671).
6012 2012-10-23  Glenn Morris  <rgm@gnu.org>
6014         * progmodes/gud.el (gud-menu-map):
6015         Check gdb-active-process is bound.  (Bug#12358)
6017 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6019         * repeat.el (repeat): Set real-this-command (bug#12232).
6021         * htmlfontify.el (hfy-post-html-hook):
6022         * filesets.el (filesets-cache-fill-content-hook):
6023         * arc-mode.el (archive-extract-hook):
6024         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
6025         * net/rcirc.el (rcirc-sentinel-functions)
6026         (rcirc-receive-message-functions, rcirc-activity-functions)
6027         (rcirc-print-functions):
6028         * net/dbus.el (dbus-event-error-functions):
6029         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
6030         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
6031         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
6032         * term/sun.el (sun-raw-prefix-hooks):
6033         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
6035 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
6037         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6038         Set `tramp-chunksize' to 1.  This improves the performance.
6039         (tramp-smb-wait-for-output): Add timeout to
6040         `tramp-accept-process-output' calls.
6042 2012-10-23  Chong Yidong  <cyd@gnu.org>
6044         * faces.el (font-list-limit): Define as an obsolete variable.
6046         * startup.el (command-line):
6047         * cus-start.el: Don't refer to font-list-limit.
6049         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6051 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6053         * subr.el (internal-temp-output-buffer-show): Rename from
6054         temp-output-buffer-show, since previously compiled files expect this name.
6056 2012-10-23  Glenn Morris  <rgm@gnu.org>
6058         * image.el (image-type-from-file-name): If multiple types match,
6059         return the first one that is supported.  (Bug#9045)
6061 2012-10-22  Glenn Morris  <rgm@gnu.org>
6063         * image.el (imagemagick-enabled-types): Doc fix.
6065 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
6067         * progmodes/which-func.el (which-func-current): The hash-table may have
6068         an explicit nil (bug#12338).
6070 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6072         * electric.el (electric-pair-delete-selection-self-insert-function):
6073         Rename to electric-pair-will-use-region, return a boolean.
6074         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
6076         * delsel.el (delete-selection-helper): Use a function instead of a hook.
6077         (delete-selection-pre-hook): Use use-region-p.
6078         (delete-selection-self-insert-function): Remove.
6079         (self-insert-command): Obey self-insert-uses-region-functions.
6080         (self-insert-iso): Revert to previous setting, since we don't actually
6081         know what that command does.
6082         (delete-selection-self-insert-hooks): Remove.
6084 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
6086         * delsel.el (delete-selection-helper): New function, extracted from
6087         delete-selection-pre-hook.
6088         (delete-selection-pre-hook): Use it.
6089         (delete-selection-self-insert-function): New function.
6090         (delete-selection-self-insert-hooks): New hook.
6091         (self-insert-command, self-insert-iso): Use it.
6092         * electric.el (electric-pair-syntax): New function, extracted from
6093         electric-pair-post-self-insert-function.
6094         (electric-pair-post-self-insert-function): Use it.
6095         (electric-pair-delete-selection-self-insert-function): New function.
6096         (electric-pair-mode): Require delsel and setup
6097         delete-selection-self-insert-hooks (bug#11520).
6099 2012-10-20  Chong Yidong  <cyd@gnu.org>
6101         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6102         no changes to show (Bug#12586).
6104         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6105         list explicitly (Bug#12571).
6107 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
6109         * progmodes/flymake.el (flymake-create-temp-inplace):
6110         Use file-truename.
6112 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
6114         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
6116 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
6118         * calc/calc-units.el (math-extract-units): Properly extract powers
6119         of units.
6121 2012-10-20  Daniel Colascione  <dancol@dancol.org>
6123         * frame.el (make-frame): Set x-display-name as we used to in order
6124         to unbreak creating an X11 frame from an Emacs daemon started
6125         without a display.
6127 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6129         * minibuffer.el (minibuffer-force-complete): Make the next completion use
6130         the same completion-field (bug#12221).
6132 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
6134         * emacs-lisp/debug.el (debug): Record height of debugger window
6135         also when debugger will be back (Bug#8789).
6137 2012-10-18  Chong Yidong  <cyd@gnu.org>
6139         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6140         Convert to defcustom.
6141         (gdb-get-source-file): Don't bind pop-up-windows.
6143         * progmodes/gud.el (gud-display-line): Don't specially re-use
6144         other frames for the gdb-mi case (Bug#12648).
6146 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6148         * emacs-lisp/advice.el: Clean up commentary a bit.
6149         (ad-do-advised-functions, ad-with-originals): Use `declare'.
6150         (byte-code-function-p): Never redefine.
6152         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6154 2012-10-18  Glenn Morris  <rgm@gnu.org>
6156         * dired.el (dired-sort-toggle): Some ls implementations only allow
6157         a single option string.  (Bug#12666)
6159         * minibuffer.el (completion-cycle-threshold): Doc fix.
6161 2012-10-17  Kenichi Handa  <handa@gnu.org>
6163         * international/mule.el (set-keyboard-coding-system):
6164         Recover input meta mode when the new coding system doesn not use 8-bit.
6165         Supply TERMINAL arg to set-input-meta-mode.
6167 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
6169         * wdired.el (wdired-old-marks): New variable.
6170         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6171         (wdired-do-renames): Move point with renamed file and don't lose
6172         mark status (Bug#11795).
6174 2012-10-16  Juri Linkov  <juri@jurta.org>
6176         * replace.el (query-replace-help): Mention multi-buffer replacement
6177         keys in the Help message.  (Bug#12655)
6179 2012-10-15  Chong Yidong  <cyd@gnu.org>
6181         * emacs-lisp/byte-run.el (defsubst): Doc fix.
6183 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
6185         * window.el (display-buffer): Doc fix.
6187         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6188         Adjust the msft regexp to the output of Studio 2010, and move msft
6189         before edg-1.  See the discussion on emacs-devel,
6190         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6191         for the details.
6193 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6195         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6196         (oset): Move uses of object-class-fast macro after its definition.
6198         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6200 2012-10-13  Chong Yidong  <cyd@gnu.org>
6202         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6203         enabled, re-enable it (Bug#11963).
6205 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
6207         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6208         non-nil, restore window configuration (Bug#12623).
6210 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6212         * help-fns.el (describe-variable, describe-function-1):
6213         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6215         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6217 2012-10-12  Glenn Morris  <rgm@gnu.org>
6219         * mail/rmailsum.el (rmail-header-summary):
6220         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
6222 2012-10-12  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6224         * progmodes/python.el (python-mode-map):
6225         Replace subtitute-key-definition with proper command remapping.
6226         (python-nav--up-list): Fix behavior for blocks on the same level.
6228 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6230         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6232         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6233         changes to the format of load-history.
6235         * international/mule-cmds.el (read-char-by-name): Move let-binding of
6236         completion-ignore-case in case that var is buffer-local (bug#12615).
6238 2012-10-11  Kenichi Handa  <handa@gnu.org>
6240         * international/eucjp-ms.el: Re-generated.
6242 2012-10-10  Kenichi Handa  <handa@gnu.org>
6244         * select.el (xselect--encode-string): If a coding is specified for
6245         selection, and that is compatible with COMPOUND_TEXT, use it.
6247 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
6249         * window.el (switch-to-buffer-preserve-window-point): New option.
6250         (switch-to-buffer):
6251         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6253 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6255         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6256         Don't document nil as a useful value (bug#12583).
6258 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
6260         * net/tramp.el (tramp-debug-message):
6261         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6262         (with-tramp-progress-reporter): Rename from
6263         `tramp-with-progress-reporter'.
6264         (with-tramp-file-property, with-tramp-connection-property):
6265         Move from tramp-cache.el, rename from `with-file-property' and
6266         `with-connection-property', respectively.
6268         * net/tramp-cache.el: Remove `with-file-property' and
6269         `with-connection-property'.
6271         * net/tramp.el:
6272         * net/tramp-gvfs.el:
6273         * net/tramp-sh.el:
6274         * net/tramp-smb.el: Adapt callees.
6276         * net/trampver.el: Update release number.
6278 2012-10-09  Glenn Morris  <rgm@gnu.org>
6280         * w32-fns.el (set-message-beep):
6281         * term/w32-win.el (set-message-beep): Update declarations.
6283 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6285         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6286         (mode-line-widen, mode-line-input-method-map)
6287         (mode-line-coding-system-map, mode-line-remote)
6288         (mode-line-unbury-buffer, mode-line-bury-buffer)
6289         (mode-line-next-buffer, mode-line-previous-buffer):
6290         Replace save-selected-window+select-window => with-selected-window.
6292         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6293         * progmodes/cc-vars.el (bq-process): Remove, unused.
6295         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6297 2012-10-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6299         Implemented `backward-up-list'-like navigation.
6300         * progmodes/python.el (python-nav-up-list)
6301         (python-nav-backward-up-list): New functions.
6302         (python-mode-map): Define substitute key for backward-up-list to
6303         python-nav-backward-up-list.
6305 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6307         * progmodes/python.el (python-fill-paragraph): Rename from
6308         python-fill-paragraph-function.  Fixed fill-paragraph for
6309         decorators (Bug#12605).
6311 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6313         * progmodes/python.el (python-shell-output-filter): Handle extra
6314         carriage return in OSX (Bug#12409).
6316 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6318         Fix shell handling of unbalanced quotes and parens in output.
6319         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6320         (python-syntax-propertize-function): Use it.
6321         (python-shell-output-syntax-table): New var.
6322         (inferior-python-mode): Prevent unbalanced parens/quotes from
6323         previous output mess with current input context.
6325 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
6327         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6328         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6330 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
6332         * ffap.el (ffap-replace-file-component): Support Tramp file name
6333         syntax, not only ange-ftp's one.
6335 2012-10-08  Glenn Morris  <rgm@gnu.org>
6337         * cus-start.el (message-log-max): Set :version.
6339         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6341 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
6343         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6344         the minibuffer window (Bug#10851).
6346 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6348         Enhancements on forward-sexp movement.
6349         * progmodes/python.el (python-nav-beginning-of-statement)
6350         (python-nav-end-of-statement): Return point-marker.
6351         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6352         (python-info-current-symbol)
6353         (python-info-statement-starts-block-p): Rename from
6354         python-info-beginning-of-block-p.
6355         (python-info-statement-ends-block-p): Rename from
6356         python-info-end-of-block-p.
6357         (python-info-beginning-of-statement-p)
6358         (python-info-end-of-statement-p)
6359         (python-info-beginning-of-block-p, python-info-end-of-block-p):
6360         New functions.
6362 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6364         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6365         frame-selected-windows.
6367 2012-10-08  Daniel Colascione  <dancol@dancol.org>
6369         * battery.el (battery-status-function): Check for
6370         w32-battery-status itself, not system-time windows-nt.
6372         * frame.el: Require cl-lib.
6373         (display-format-alist): New variable mapping frame types to
6374         functions that initialize them.
6375         (window-system-for-display): New function: interprets
6376         display-format-alist.
6377         (make-frame-on-display): Remove existing display-selection logic
6378         and just forward to make-frame, which will now DTRT.
6379         (make-frame): Restructure to use window-system-for-display to
6380         figure out how to create a frame on a given display.
6381         (display-mouse-p): Look for frame-type w32, not a particular
6382         system-type.
6384         * loadup.el: Load w32 lisp code when we have the w32 feature.
6386         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6387         system-type windows-nt.
6389         * server.el (server-create-window-system-frame): Look for window
6390         type.
6391         (server-proces-filter): Only force a window system when windows-nt
6392         _and_ w32.  Explain why.
6394         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6395         of window systems we configure for the mode.
6397         * startup.el (command-line): Mark window system is initialized
6398         after we've done it.
6400         * common-win.el (x-select-text): Look for w32, not windows-nt.
6402         * ns-win.el: Require cl-lib.  Add ourselves to
6403         display-format-alist.
6404         (ns-initialize-window-system): Assert we're not initialized twice.
6406         * w32-win.el: Enable lexical binding; require cl-lib; add
6407         ourselves to display-format-alist.
6408         (w32-handle-dropped-file): Convert incoming dropped files from
6409         Windows paths to Cygwin ones before passing them on to the rest of
6410         Emacs.
6411         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
6412         (w32-initialize-window-system): Assert we're not initialized twice.
6414         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6415         (x-initialize-window-system): Assert we're not initialized twice.
6417         * w32-common-fns.el: New File.
6418         (w32-version, w32-using-nt, w32-get-clipboard-data)
6419         (w32-set-clipboard-data, x-set-selection, x-get-selection)
6420         (w32-charset-info-alist, x-last-selected, text)
6421         (x-get-selection-value, x-selection-value): Move here.
6423         * w32-fns.el: Require w32-common-fns.
6424         (w32-version, w32-using-nt, w32-get-clipboard-data)
6425         (w32-set-clipboard-data, x-set-selection, x-get-selection)
6426         (w32-charset-info-alist, x-last-selected, text)
6427         (x-get-selection-value, x-selection-value): Move to
6428         w32-common-fns.
6430         * w32-vars.el:
6431         (w32-allow-system-shell, w32-system-shells): Define only in
6432         non-cygwin case.
6434 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6436         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6437         (read-passwd): Remove a few more potential sources of leaks.
6439 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6441         * progmodes/python.el (inferior-python-mode)
6442         (python-shell-make-comint): Fix initialization of local
6443         variables copied from parent buffer.
6445 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
6447         * term/ns-win.el (ns-read-file-name): Update declaration to match
6448         nsfns.m.
6449         (ns-respond-to-change-font): Change fontsize separately so we are sure
6450         it is set when font is acted upon.
6452 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6454         Enhancements to indentation.
6455         * progmodes/python.el (python-indent-context): Give priority to
6456         inside-string context.  Make comments indentation markers.
6457         (python-indent-region): Do not mess with strings, unless it's the
6458         enclosing set of quotes.
6460 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6462         * window.el (internal--before-save-selected-window)
6463         (internal--after-save-selected-window): New functions extracted from
6464         save-selected-window.  Make sure we return the `alist' we construct.
6465         (save-selected-window): Use them.
6467         * textmodes/tex-mode.el (tex-recenter-output-buffer):
6468         Use with-selected-window.
6470         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6471         forms that define macros (bug#12593).
6473 2012-10-07  Kenichi Handa  <handa@gnu.org>
6475         * international/mule-conf.el (compound-text-with-extensions):
6476         Add :mime-charset property as x-ctext.
6478 2012-10-07  Stefan Merten  <smerten@oekonux.de>
6480         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6481         (rst-indent-literal-normal, rst-indent-literal-minimized)
6482         (rst-indent-comment): Correct :version tag.
6483         (rst-official-cvs-rev): Correct version string.
6485 2012-10-07  Glenn Morris  <rgm@gnu.org>
6487         * mail/rmailmm.el (rmail-mime-process-multipart):
6488         Do not confuse a multipart message with an epilogue
6489         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
6491 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6493         Fix shell output retrieval and comint-prompt-regexp init.
6494         * progmodes/python.el (inferior-python-mode):
6495         (python-shell-make-comint): Fix initialization of
6496         comint-prompt-regexp from copied file local variables.
6497         (python-shell-fetched-lines): Remove var.
6498         (python-shell-output-filter-in-progress): Rename from
6499         python-shell-fetch-lines-in-progress.
6500         (python-shell-output-filter-buffer): Rename from
6501         python-shell-fetch-lines-string.
6502         (python-shell-fetch-lines-filter): Delete function.
6503         (python-shell-output-filter): New function.
6504         (python-shell-send-string-no-output): Use them.
6506 2012-10-07  Glenn Morris  <rgm@gnu.org>
6508         * hi-lock.el (hi-lock-process-phrase):
6509         Try to make it less fragile.  (Bug#7161)
6511         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6513 2012-10-06  Glenn Morris  <rgm@gnu.org>
6515         * ehelp.el (electric-help-mode): Use help-mode rather than
6516         non-existent mode `help'.
6517         (electric-help-map): Use button-buffer-map.  (Bug#10917)
6519         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6520         (reftex-create-bibtex-footer): Fix custom types.
6522         * progmodes/sh-script.el (sh-indent-after-continuation):
6523         Add explicit :group.
6525         * textmodes/rst.el (rst-preferred-decorations)
6526         (rst-shift-basic-offset): Clarify obsolescence versions.
6528         * profiler.el (profiler): Add missing group :version tag.
6529         * avoid.el (mouse-avoidance-banish-position):
6530         * proced.el (proced-renice-command):
6531         * calc/calc.el (calc-ensure-consistent-units):
6532         * calendar/icalendar.el (icalendar-import-format-uid):
6533         * net/tramp.el (tramp-save-ad-hoc-proxies):
6534         * progmodes/bug-reference.el (bug-reference-bug-regexp):
6535         * progmodes/flymake.el (flymake-error-bitmap)
6536         (flymake-warning-bitmap, flymake-fringe-indicator-position):
6537         * progmodes/sh-script.el (sh-indent-after-continuation):
6538         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6539         (verilog-before-save-font-hook, verilog-after-save-font-hook):
6540         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6541         (vhdl-array-index-record-field-in-sensitivity-list)
6542         (vhdl-indent-comment-like-next-code-line):
6543         * textmodes/reftex-vars.el (reftex-ref-style-alist)
6544         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6545         (reftex-cite-key-separator, reftex-create-bibtex-header)
6546         (reftex-create-bibtex-footer):
6547         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6548         (rst-indent-literal-normal, rst-indent-literal-minimized)
6549         (rst-indent-comment): Add missing custom :version tags.
6551         * calendar/timeclock.el (timeclock-modeline-display):
6552         Add missing obsolete alias for renamed user option.
6554         * strokes.el (strokes-modeline-string):
6555         * emulation/crisp.el (crisp-mode-modeline-string):
6556         * eshell/esh-mode.el (eshell-status-in-modeline):
6557         Aliases to defcustoms must come before the defcustom.
6559         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6560         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6561         (cal-tex-cursor-week-monday): Doc fixes.
6562         (cal-tex-cursor-week2-summary): Doc fix.
6563         Rename from cal-tex-cursor-week-at-a-glance.
6565         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6566         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
6568         * calendar/calendar.el (calendar-mode-map):
6569         Add cal-tex-cursor-week2-summary.
6571 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6573         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6575         * subr.el (read-passwd-map): New var.
6576         (read-passwd): Use `read-string' again.
6577         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6579 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
6581         * register.el (append-to-register, prepend-to-register):
6582         Deactivate mark, as does `copy-to-register' (bug#12389).
6584 2012-10-06  Chong Yidong  <cyd@gnu.org>
6586         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6588 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
6590         * international/characters.el: Fix simple mistake ((car chars) ->
6591         elt), delete duplicated code.
6593 2012-10-06  Glenn Morris  <rgm@gnu.org>
6595         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
6597 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
6599         * color.el (color-hsl-to-rgb): Fix incorrect results for
6600         small and large hue values.  (Bug#12559)
6602 2012-10-05  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6604         Enhancements to docstring formatting when filling paragraphs.
6605         * progmodes/python.el (python-fill-docstring-style): Rename from
6606         python-fill-string-style.  Added new style.
6607         (python-fill-string): Use new style.  Better checks for
6608         docstrings.
6610 2012-10-05  Glenn Morris  <rgm@gnu.org>
6612         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6614         * color.el (color-name-to-rgb, color-rgb-to-hex)
6615         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6616         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6617         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6618         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6620         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
6622 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
6624         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6625         to get the correct size across symlinks.
6627         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6629 2012-10-04  Juri Linkov  <juri@jurta.org>
6631         * replace.el (query-replace-interactive): Declare obsolete.
6632         (query-replace-read-from): Add the last incremental search string
6633         to the list of default values accessible via M-n.
6634         (map-query-replace-regexp): Use `read-regexp'.
6635         (query-replace, query-replace-regexp, query-replace-regexp-eval)
6636         (map-query-replace-regexp, replace-string, replace-regexp):
6637         Fix docstrings to replace mentions of `query-replace-interactive'
6638         with alternatives.  (Bug#12526)
6640 2012-10-04  Juri Linkov  <juri@jurta.org>
6642         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
6643         (dired-pop-to-buffer): Declare obsolete.
6644         (dired-mark-pop-up): Doc fix.
6646 2012-10-04  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6648         Allow user to set docstring style for fill-paragraph.
6649         * progmodes/python.el
6650         (python-fill-comment-function, python-fill-string-function)
6651         (python-fill-decorator-function, python-fill-paren-function):
6652         Remove :safe for defcustoms.
6653         (python-fill-string-style): New defcustom
6654         (python-fill-paragraph-function): Enhance context detection.
6655         (python-fill-string): Honor python-fill-string-style settings.
6657 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
6659         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6660         after setting its buffer (Bug#10805).
6662 2012-10-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6664         Fix cornercase for string syntax.
6665         * progmodes/python.el (python-syntax-propertize-function):
6666         Simplify and enhance the regexp for unescaped quotes.  Now it also
6667         matches quotes in weird situations like the single quote in
6668         "something\"'".
6669         (python-syntax-stringify): Simplify num-quotes detecting code.
6671 2012-10-03  Glenn Morris  <rgm@gnu.org>
6673         * help-macro.el (three-step-help):
6674         Revert 2012-09-29 change.  (Bug#12567)
6676 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
6678         * menu-bar.el (kill-this-buffer): Don't do anything when
6679         `menu-frame' is not alive or visible (Bug#8184).
6681         * emacs-lisp/debug.el (debug): When quitting the debugger window
6682         restore current buffer (Bug#12502).
6684 2012-10-02  Chong Yidong  <cyd@gnu.org>
6686         * progmodes/hideif.el (hif-lookup, hif-defined):
6687         Handle semantic-c-takeover-hideif.
6689 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
6691         Change sampling interval units from ms to ns.
6692         * profiler.el (profiler-sampling-interval): Change units
6693         from ms to ns, multiplying the default by 1000000 so that
6694         it remains 1 ms.
6695         (profiler-report-cpu-line-format): Give enough room for
6696         the maximum counters on 64-bit hosts.
6697         (profiler-report-render-calltree-1): Call them "CPU samples",
6698         not "Time (ms)", since they are not milliseconds now (and
6699         never really were).
6701 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
6703         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6704         Fix querying BBDB for entries without a last name (Bug#11580).
6706 2012-10-02  Chong Yidong  <cyd@gnu.org>
6708         * emacs-lisp/eieio.el: Restore Version header.
6710 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6712         * vc/diff-mode.el (diff--auto-refine-data): New var.
6713         (diff-hunk): Use it to delay refinement.
6714         (diff-mode): Remove overlays when we turn off font-lock.
6716         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6717         (table-initialize-table-fixed-width-mode)
6718         (table-set-table-fixed-width-mode): Remove functions.
6719         (table-command-list): Move initialization into declaration.
6720         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6721         (table-with-cache-buffer): Use `declare'.
6722         (table-span-cell): Simplify via CSE.
6723         (table-fixed-width-mode): Use define-minor-mode.
6724         (table-call-interactively, table-funcall, table-apply): Remove.
6725         (table-function): New function, to replace them.
6727         * bookmark.el (bookmark-search-pattern): Remove var.
6728         (bookmark-read-search-input): Remove function.
6729         (bookmark-bmenu-search): Reimplement using a minibuffer.
6731         * faces.el (modeline): Remove obsolete face name.
6733         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6734         and give a non-nil default value.
6735         (add-change-log-entry): Simplify accordingly.
6737 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6739         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6740         (vc-git-log-edit-toggle-amend): New function.
6741         (vc-git-log-edit-toggle-signoff): New function.
6742         (vc-git-log-edit-mode): New major mode.
6743         (vc-git-log-edit-mode-map): Keymap for it.
6744         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6746         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6747         header names.
6748         (log-edit-toggle-header): New function.
6749         (log-edit-extract-headers): Accept function values in HEADERS alist.
6751 2012-10-01  David Engster  <deng@randomsample.de>
6753         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6754         from symbol property and change message to be more consistent with
6755         Emacs proper.
6756         (eieio-describe-generic): Add filename for each implementation.
6757         Fix indices for generic and normal methods.
6758         (eieio-method-def, eieio-class-def): New buttons.
6759         (eieio-help-find-method-definition)
6760         (eieio-help-find-class-definition): New functions.
6761         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6762         class, constructor and method definitions.
6764         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6765         information in symbol property.
6766         (scoped-class): Remove.
6767         (eieio-slot-name-index, call-next-method): Check if it is bound.
6769 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
6771         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6772         (eieio-custom-mode): New major mode.
6773         (eieio-customize-object): Use it.
6775 2012-10-01  Eric Ludlam  <zappo@gnu.org>
6777         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6778         specifying the expected class, and whether subclassing is allowed.
6779         (eieio-persistent-convert-list-to-object):
6780         (eieio-persistent-validate/fix-slot-value)
6781         (eieio-persistent-slot-type-is-class-p): New functions.
6782         (eieio-named::slot-missing): Doc fix.
6784         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6785         Stop using unused publd variable.
6787         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6788         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6789         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6790         (eieio-speedbar-handle-click): Do not specify a class for the
6791         method.  Fixes method invocation order problems with EDE.
6793 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6795         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6796         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6798 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
6800         * bookmark.el (bookmark-version-control): Give tags in the
6801         :type choices (Bug#12309), and improve doc string.
6802         (bookmark-write-file): Bind `print-circle' to `t' to allow
6803         circular custom bookmark types.  (Bug#12503)
6805 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
6807         Revert the FOLLOW-SYMLINKS change for file-attributes.
6808         * files.el (remote-file-name-inhibit-cache, after-find-file):
6809         * time.el (display-time-file-nonempty-p): Undo last change.
6811         * profiler.el (profiler-sampling-interval): Change default back to 1.
6812         See Stefan Monnier in
6813         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6815 2012-10-01  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6817         Shell output catching a la gud-gdb.
6818         * progmodes/python.el (python-shell-fetch-lines-in-progress)
6819         (python-shell-fetch-lines-string, python-shell-fetched-lines):
6820         New Vars.
6821         (python-shell-fetch-lines-filter): New function.
6822         (python-shell-send-string-no-output): Use them.
6824 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
6826         * profiler.el (profiler-sampling-interval): Rename from
6827         profiler-sample-interval.
6828         (profiler-sampling-interval): Default to 10.
6829         (profiler-find-profile): New command (was profiler-find-log).
6830         (profiler-find-profile-other-window): New command.
6831         (profiler-find-profile-other-frame): New command.
6832         (profiler-profile): Introduce API-level data structure.
6834 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
6836         file-attributes has a new optional arg FOLLOW-SYMLINKS.
6837         * files.el (remote-file-name-inhibit-cache):
6838         * time.el (display-time-file-nonempty-p): Use it.
6839         * files.el (after-find-file): Don't chase links before calling
6840         file-exists-p, as file-exists-p already does the right thing.
6842 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
6844         Merge from standalone RefTeX repository.
6846         The following ChangeLog entries are shortened versions of the
6847         original ones with file paths adapted.  A not so strongly edited
6848         version of the original ChangeLog can be found in the commit log.
6850         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6851         (reftex-arg-cite): Use `reftex-cite-key-separator'.
6852         Correctly handle new value type returned by `reftex-citation'.
6854         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6855         that entries with whitespace at various places are found.
6856         Doc fix. Include entries that are cross-referenced from cited entries.
6857         Include @String definitions in the resulting bib file.  Add header
6858         and footer defined in `reftex-create-bibtex-header' and
6859         `reftex-create-bibtex-footer'.
6860         (reftex-do-citation): Make it possible again to insert
6861         non-existent entries.  Save match data when asking for optional
6862         arguments. Return all keys, not just the first one.
6863         (reftex-all-used-citation-keys): Fix regexp to correctly extract
6864         all citations in the same line.
6865         (reftex-parse-bibtex-entry): Accept additional optional argument
6866         `raw' and keep quotes or braces if it is non-nil.  Match fields
6867         containing hyphens besides word constituents.
6868         (reftex-get-string-refs): New function.
6869         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6870         and ask if it should be reread in case it did.
6871         (reftex-pop-to-bibtex-entry)
6872         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6873         entries with spaces or tabs in front of arguments.
6874         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6875         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6876         Match entries containing numbers and symbol constituents.
6877         (reftex-do-citation, reftex-figure-out-cite-format):
6878         Use `reftex-cite-key-separator'.
6880         * textmodes/reftex-dcr.el: Move provide statement to end of file.
6881         (reftex-mouse-view-crossref): Explain why point is set.
6883         * textmodes/reftex-global.el: Whitespace changes.
6885         * textmodes/reftex-index.el: Move provide statement to end of
6886         file.
6887         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6888         (reftex-index-visit-phrases-buffer): Set marker when visiting
6889         buffer.  This allows for returning from the phrases file to the
6890         file one was just editing instead of the file where the last
6891         phrases was added from.
6892         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
6893         punctuation syntax as it usually is not used as string quote in
6894         TeX-related modes and may occur unmatched.  The change also
6895         prevents fontification of quoted content.
6896         (reftex-index-phrases-mode): Use it.
6898         * textmodes/reftex-parse.el (reftex-parse-from-file):
6899         Move backward one char if a `\' was matched after a section macro.
6900         (reftex-parse-from-file): Use beginning of match instead of end as
6901         bound.
6903         * textmodes/reftex-ref.el: Adapt creation of
6904         `reftex-<package>-<macro>' functions to new structure of
6905         `reftex-ref-style-alist'.
6906         (reftex-reference): Use `reftex-ref-style-list' function.
6907         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
6908         reference macro if `reftex-ref-macro-prompt' is non-nil.
6909         (reftex-reference): Pass refstyle to `reftex-format-special'.
6910         Determine reference macro by looking at
6911         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6912         Use only one special format function.
6913         (reftex-varioref-vref, reftex-fancyref-fref)
6914         (reftex-fancyref-Fref): Remove definitions.  The functions are now
6915         generated from `reftex-ref-style-alist'.
6916         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6917         Remove.
6918         (reftex-format-special): New function.
6920         * textmodes/reftex-sel.el
6921         (reftex-select-cycle-ref-style-internal): Adapt to new structure
6922         of `reftex-ref-style-alist'. Remove code for testing macro type.
6923         (reftex-select-toggle-varioref)
6924         (reftex-select-toggle-fancyref): Remove.
6925         (reftex-select-cycle-ref-style-internal)
6926         (reftex-select-cycle-ref-style-forward)
6927         (reftex-select-cycle-ref-style-backward): New functions.
6928         (reftex-select-label-map): Use `v' and `V' for general cycling
6929         through reference styles.  Add `p' for switching between number
6930         and page reference types.
6932         * textmodes/reftex-toc.el (reftex-re-enlarge):
6933         Call `enlarge-window' only if there is something to do because in Emacs
6934         the horizontal version throws an error even if the parameter is 0.
6936         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6937         (reftex-plug-into-AUCTeX): Doc fix.
6938         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6939         string.  Adapt to new name.
6940         (reftex-ref-style-alist): Change structure so that it is not
6941         possible to use multiple different package names within a style.
6942         Remove the symbols for symbols for macro type distinction.
6943         Add characters for macro selection.
6944         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6945         (reftex-create-bibtex-footer): New variables.
6946         (reftex-format-ref-function): Mention third argument of special
6947         format function.
6948         (reftex-ref-style-alist, reftex-ref-style-default-list):
6949         New variables.
6950         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6951         to new implementation.  Mark as obsolete.  Add compatibility code
6952         for honoring the variable values in case they are set.
6953         (reftex-cite-format-builtin, reftex-bibliography-commands):
6954         Add support for ConTeXt.
6955         (reftex-format-ref-function, reftex-format-cite-function):
6956         Fix custom type.
6957         (reftex-cite-key-separator): New variable.
6959         * textmodes/reftex.el (reftex-syntax-table-for-bib)
6960         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6961         `reftex-syntax-table' because parens have to retain their paren
6962         syntax in order for parsing of BibTeX entries like @book(...) to
6963         work.
6964         (reftex-in-comment): Do not error out if `comment-start-skip' is
6965         not set.  Deal correctly with escaped comment characters.
6966         (reftex-tie-multifile-symbols): Add doc string.
6967         Initialize `reftex-ref-style-list'.
6968         (reftex-untie-multifile-symbols): Add doc string.
6969         (reftex-add-index-macros): Doc fix.
6970         (reftex-ref-style-activate, reftex-ref-style-toggle)
6971         (reftex-ref-style-list): New functions.
6972         (reftex-mode-menu): Use them.  Adapt to new structure of
6973         `reftex-ref-style-alist'.
6974         (reftex-select-with-char): Kill the RefTeX Select buffer when
6975         done.
6976         (reftex-remove-if): New function.
6977         (reftex-erase-all-selection-and-index-buffers)
6978         (reftex-mode-menu): Reference styles are now computed from
6979         `reftex-ref-style-alist'.  Fix typo.
6980         (reftex-report-bug): New function.
6981         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6982         algorithms with O(n log n).  Introduce optional argument SORT (not
6983         yet used).
6985 2012-09-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6987         Enhancements for triple-quote string syntax.
6988         * progmodes/python.el (python-syntax-propertize-function):
6989         Match both quote cases in one regexp.
6990         (python-syntax-stringify): Handle matches properly.
6992 2012-09-30  Juri Linkov  <juri@jurta.org>
6994         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6995         to nil around the call to `insert' to prevent
6996         directory time modification by lock_file.  (Bug#2295)
6997         * tar-mode.el (tar-summarize-buffer): Idem.
6999 2012-09-30  Juri Linkov  <juri@jurta.org>
7001         * facemenu.el (list-colors-sort): Add option "Luminance".
7002         (list-colors-sort-key): Implement it.
7004         * vc/diff-mode.el (diff-refine-removed):
7005         * vc/ediff-init.el (ediff-fine-diff-A):
7006         * vc/smerge-mode.el (smerge-refined-removed):
7007         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
7009 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
7011         * term/ns-win.el (x-file-dialog): New function.
7013 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
7015         * ido.el (ido-max-directory-size): Default to nil; the current
7016         default is small for POSIX systems, and impractical on Windows 7
7017         now that lstat returns directory sizes for NTFS.
7019 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
7021         In buffer display functions handle window-height/window-width
7022         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
7023         * window.el (window--display-buffer): New argument ALIST.
7024         Obey window-height and window-width alist entries.
7025         (window--try-to-split-window): New argument ALIST.
7026         Bind window-combination-limit to t when the window's size shall be
7027         changed and window-combination-limit equals `window-size'.
7028         (display-buffer-in-atom-window)
7029         (display-buffer-in-major-side-window)
7030         (display-buffer-in-side-window, display-buffer-same-window)
7031         (display-buffer-reuse-window, display-buffer-pop-up-frame)
7032         (display-buffer-pop-up-window, display-buffer-below-selected)
7033         (display-buffer-at-bottom, display-buffer-in-previous-window)
7034         (display-buffer-use-some-window): Adjust all callers of
7035         window--display-buffer and window--try-to-split-window.
7036         (fit-frame-to-buffer): New option.
7037         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
7038         is non-nil.
7039         (display-buffer-in-major-side-window): Evaluate window-height /
7040         window-width alist entries.
7042         * help.el (temp-buffer-resize-frames)
7043         (temp-buffer-resize-regexps): Remove options.
7044         (temp-buffer-resize-mode): Adjust doc-string.
7045         (resize-temp-buffer-window): Don't consult
7046         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
7047         temp-buffer-resize-frames.
7049         * dired.el (dired-mark-pop-up):
7050         Call display-buffer-below-selected with a fit-window-to-buffer alist
7051         entry.
7053 2012-09-30  Chong Yidong  <cyd@gnu.org>
7055         * server.el (server-host): Document the security implications.
7056         (server-auth-key): Doc fix.
7058         * startup.el (initial-buffer-choice): Doc fix.
7060         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7062         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7063         restriction change.
7065         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7067         * help-fns.el (help-fns--obsolete): Fix last change.
7069 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7071         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7072         (minor-mode-map-alist): Remove redundant code.
7074         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7075         visited in a buffer.
7076         (cvs-insert-visited-file): New function.
7077         (find-file-hook): Use it.
7079         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7081         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7082         chose face.
7083         (log-edit-empty-buffer-p): Don't require a space after a header.
7085         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7087         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7089         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7090         a proper minor-mode.
7092         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7094 2012-09-29  Glenn Morris  <rgm@gnu.org>
7096         * winner.el (winner-mode): Remove variable (let define-minor-mode
7097         handle it).
7098         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7099         Doc fixes.
7100         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7101         (winner-mode): Use define-minor-mode.
7103         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7104         the full definition in loaddefs, rather than duplicating it.
7106         * help-macro.el (three-step-help): No need to autoload defcustom.
7108         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7109         (inferior-lisp-program, inferior-lisp-load-command)
7110         (inferior-lisp-prompt, inferior-lisp-mode-hook):
7111         No need to autoload defcustoms.
7113         * hippie-exp.el (hippie-expand-try-functions-list)
7114         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7115         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7116         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7117         (hippie-expand-only-buffers): No need to autoload defcustoms.
7118         * progmodes/vhdl-mode.el (vhdl-line-expand):
7119         Explicitly load hippie-exp, so it does not get autoloaded
7120         while hippie-expand-try-functions-list is let-bound.
7122 2012-09-28  Glenn Morris  <rgm@gnu.org>
7124         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7126         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7127         Only "cl.el" counts as cl these days.
7129 2012-09-28  Juri Linkov  <juri@jurta.org>
7131         Display archive errors in the echo area instead of inserting
7132         to the file buffer.
7134         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7135         to STDERR-TEST that can be a regexp matching a successful output.
7136         Create a temporary file and redirect stderr to it.  Search for
7137         STDERR-TEST in the stderr output and display it in the echo area
7138         if no match is found.
7139         (archive-extract-by-file): New function like
7140         `archive-extract-by-stdout' but extracting archives to files
7141         and looking for successful matches in stdout.  Function body is
7142         mostly copied from `archive-rar-extract'.
7143         (archive-rar-extract): Use `archive-extract-by-file'.
7144         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
7146 2012-09-28  Leo Liu  <sdl.web@gmail.com>
7148         * pcomplete.el (pcomplete-show-completions):
7149         Use minibuffer-message to make pcomplete usable in minibuffer.
7151         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7153 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7155         * type-break.el: Use lexical-binding.
7156         (type-break-mode): Use define-minor-mode.
7158         * emacs-lisp/pcase.el (pcase--mark-used): New.
7159         (pcase--u1): Use it (bug#12512).
7161         * custom.el (load-theme): Set buffer-file-name so the load is recorded
7162         in load-history with the right file name.
7164 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
7166         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7167         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7168         (doc-view-get-bounding-box): Make bounding box slicing work for
7169         ODF and DVI documents.
7171 2012-09-28  Glenn Morris  <rgm@gnu.org>
7173         * type-break.el (type-break-mode, type-break-interval)
7174         (type-break-good-rest-interval, type-break-keystroke-threshold):
7175         No need to autoload.
7176         (type-break-good-rest-interval, type-break-keystroke-threshold):
7177         Add :set-after.
7179 2012-09-28  Chong Yidong  <cyd@gnu.org>
7181         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7182         Add :version tag.
7184 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7186         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7188 2012-09-27  Glenn Morris  <rgm@gnu.org>
7190         * faces.el (x-display-name): Declare (for without-x builds).
7192         * linum.el (linum-format): Don't autoload it.  Improve :type.
7194         * progmodes/tcl.el: Don't require outline when compiling.
7195         (outline-regexp, outline-level): Declare.
7196         * textmodes/sgml-mode.el: Don't require outline when compiling.
7197         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7199         * term.el (term-ansi-reset):
7200         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
7202         * vc/vc.el (vc-next-action): Only gripe about committing read-only
7203         files for RCS and SCCS.  (Bug#9781)
7205 2012-09-27  Chong Yidong  <cyd@gnu.org>
7207         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7208         change; value should be t.
7210 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7212         * image-mode.el: Use lexical-binding.
7213         (image-mode-winprops): Use t to stand for the window of
7214         a buffer that's not displayed.
7215         * doc-view.el (doc-view-new-window-function): Handle the new
7216         t in winprops.
7217         (doc-view-enlarge): Make it a real nop if the size is not changed.
7218         (doc-view-display): Handle the case where the buffer is not (yet?)
7219         displayed in any window.
7220         (doc-view-saved-settings): New var.
7221         (doc-view-mode): Use it.
7222         (doc-view-fallback-mode): Set it.
7224         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7225         Set lexical-binding.
7226         (minibuffer-eldef-shorten-default): New var.
7227         (minibuffer-default-in-prompt-regexps): Use it for new default.
7228         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7230 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7232         * international/uni-bidi.el:
7233         * international/uni-category.el:
7234         * international/uni-name.el:
7235         * international/uni-numeric.el: Regenerate.
7237 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
7238             Stefan Monnier  <monnier@iro.umontreal.ca>
7240         * profiler.el: New file.
7242 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7244         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7245         (testcover-reinstrument): Simplify with CSE.
7247 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
7249         * window.el (temp-buffer-window-setup): Fix typo in docstring.
7251 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
7253         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7254         (verilog-auto-input, verilog-auto-insert-lisp)
7255         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7256         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7257         (verilog-auto-unused, verilog-auto-wire)
7258         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7259         newline.  Reported by Andrew Jones.
7260         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7261         Reported by Brad Dobbie.
7262         (verilog-batch-delete-trailing-whitespace):
7263         Create verilog-batch-delete-trailing-whitespace.
7264         Reported by Brad Dobbie.
7265         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7266         parameters from another module.  Reported by Dan Katz.
7267         (verilog-auto, verilog-auto-assign-modport)
7268         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7269         AUTOINOUTMODPORT for UVM interface module shell generation.
7270         Reported by Brad Dobbie.
7271         (verilog-auto-inst-interfaced-ports): Make default nil, as more
7272         standard behavior.
7273         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7274         Reported by Matt Martin.
7276 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
7278         * window.el (window--resize-child-windows): When resizing child
7279         windows proportionally, process them in reverse order to
7280         preserve the "when splitting a window the new one gets the odd
7281         line" behavior.
7282         (window--resize-root-window-vertically): When resizing the
7283         minibuffer window try to affect only windows at the bottom of the
7284         frame.  (Bug#12419)
7286 2012-09-25  Chong Yidong  <cyd@gnu.org>
7288         * subr.el (declare): Doc fix.
7290         * help-fns.el (help-fns--obsolete): Handle macros properly.
7292 2012-09-25  Chong Yidong  <cyd@gnu.org>
7294         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7295         this function obsolete.
7297         * calendar/cal-x.el (calendar-two-frame-setup)
7298         (calendar-only-one-frame-setup, calendar-one-frame-setup):
7299         * calendar/calendar.el (american-calendar, european-calendar)
7300         (calendar-for-loop):
7301         * comint.el (comint-dynamic-simple-complete)
7302         (comint-dynamic-complete-as-filename, comint-unquote-filename):
7303         * desktop.el (desktop-load-default):
7304         * dired-x.el (dired-omit-here-always)
7305         (dired-hack-local-variables, dired-default-directory):
7306         * emacs-lisp/derived.el (derived-mode-class):
7307         * emacs-lisp/timer.el (timer-set-time-with-usecs):
7308         * emacs-lock.el (toggle-emacs-lock):
7309         * epa.el (epa-display-verify-result):
7310         * epg.el (epg-sign-keys, epg-start-sign-keys)
7311         (epg-passphrase-callback-function):
7312         * eshell/esh-util.el (eshell-for):
7313         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7314         (eshell-add-to-window-buffer-names):
7315         * files.el (locate-file-completion):
7316         * imenu.el (imenu-example--create-c-index)
7317         (imenu-example--create-lisp-index)
7318         (imenu-example--lisp-extract-index-name)
7319         (imenu-example--name-and-position):
7320         * international/mule-cmds.el (princ-list):
7321         * international/mule-diag.el (decode-codepage-char):
7322         * international/mule-util.el (detect-coding-with-priority):
7323         * iswitchb.el (iswitchb-read-buffer):
7324         * mail/mailalias.el (mail-complete):
7325         * mail/sendmail.el (mail-sent-via):
7326         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7327         (mouse-major-mode-menu):
7328         * password-cache.el (password-read-and-add):
7329         * pcomplete.el (pcomplete-parse-comint-arguments):
7330         * progmodes/sh-script.el (sh-maybe-here-document):
7331         * replace.el (query-replace-regexp-eval):
7332         * savehist.el (savehist-load):
7333         * simple.el (choose-completion-delete-max-match):
7334         * term.el (term-dynamic-simple-complete):
7335         * vc/ediff-init.el (ediff-check-version):
7336         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7337         * vc/vc.el (vc-diff-switches-list):
7338         * view.el (view-return-to-alist-update): Likewise.
7340         * subr.el (eval-next-after-load, makehash, insert-string)
7341         (assoc-ignore-representation, assoc-ignore-case): Use declare to
7342         mark obsolete.
7343         (mode-line-inverse-video): Variable deleted.
7345         * international/mule-util.el (string-to-sequence): Remove.
7347         * calendar/calendar.el (calendar-version):
7348         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7349         (icalendar-convert-diary-to-ical):
7350         * cus-edit.el (custom-mode):
7351         * ansi-color.el (ansi-color-unfontify-region):
7352         * international/latin1-disp.el (latin1-char-displayable-p):
7353         * progmodes/cwarn.el (turn-on-cwarn-mode):
7354         * progmodes/which-func.el (which-func-update-1):
7355         Use define-obsolete-function-alias.
7357         * net/newst-backend.el (newsticker-cache-filename):
7358         * net/newst-treeview.el (newsticker-groups-filename):
7359         Fix incorrect obsolescence declaration.
7361         * allout.el (allout-passphrase-hint-string): Likewise.
7362         (allout-init): Use a declare form to mark obsolete.
7364         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7365         this applies to functions.
7367         * iswitchb.el (iswitchb-read-buffer): Move code of
7368         iswitchb-define-mode-map here, and delete that obsolete function.
7370         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7371         font-lock-reference-face.
7373 2012-09-25  Glenn Morris  <rgm@gnu.org>
7375         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7376         Doc fixes.
7378         * eshell/em-term.el (eshell-term-name):
7379         Default to term-term-name.  (Bug#12485)
7381 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7383         * progmodes/python.el (python-shell-send-buffer): Better handling
7384         of "if __name__ == '__main__':" conditionals when sending the buffer.
7386 2012-09-24  Glenn Morris  <rgm@gnu.org>
7388         * eshell/esh-cmd.el (eshell-find-alias-function):
7389         Tighten up file-name regexp.  (Bug#12499)
7391 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7393         Enhancements for triple-quote string syntax.
7394         * progmodes/python.el (python-quote-syntax): Remove.
7395         (python-syntax-propertize-function): New value.
7396         (python-syntax-count-quotes, python-syntax-stringify):
7397         New functions.
7399 2012-09-24  Chong Yidong  <cyd@gnu.org>
7401         * mail/supercite.el (sc-version): Remove obsolete function.
7402         (sc-describe): Don't mark as obsolete, since it is bound.
7403         (sc-submit-bug-report): Remove.
7405         * vc/log-edit.el (cvs-changelog-full-paragraphs)
7406         (cvs-commit-buffer-require-final-newline): Remove.
7407         (log-edit-require-final-newline)
7408         (log-edit-changelog-full-paragraphs): Default to t.
7410         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7411         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7412         * vc/vc.el (vc-checkout-carefully): Likewise.
7414         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7415         (emerge-version): Remove.
7417         * progmodes/compile.el (compile-internal): Remove.
7418         (compilation-parse-errors-function): Fix typo.
7420         * international/mule.el (set-char-table-default): Remove.
7421         (set-coding-priority, make-coding-system, generic-char-p)
7422         (charset-list, charset-bytes, charset-id): Use declare to mark
7423         functions as obsolete.
7425         * vc/pcvs-defs.el (cvs-buffer-name-alist)
7426         (cvs-invert-ignore-marks): Remove references to obsolete vars.
7427         * vc/vc-hooks.el (vc-default-registered): Don't use
7428         vc-master-templates.
7430         * font-lock.el (font-lock-reference-face):
7431         Use define-obsolete-variable-alias.
7433         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7434         * calendar/calendar.el (calendar-font-lock-keywords):
7435         * calendar/diary-lib.el (diary-font-lock-keywords)
7436         (diary-fancy-font-lock-keywords):
7437         * textmodes/reftex-sel.el (reftex-insert-docstruct):
7438         * textmodes/reftex-index.el (reftex-insert-index):
7439         * textmodes/reftex-cite.el (reftex-format-bib-entry):
7440         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7441         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7442         * progmodes/prolog.el (prolog-font-lock-keywords):
7443         * progmodes/idlwave.el (idlwave-idl-keywords):
7444         * progmodes/ada-mode.el (ada-font-lock-keywords):
7445         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7447 2012-09-24  Glenn Morris  <rgm@gnu.org>
7449         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7451 2012-09-23  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7453         * progmodes/python.el (python-indent-line): More consistent cursor
7454         movement behavior.
7456 2012-09-23  Stefan Merten  <smerten@oekonux.de>
7458         * textmodes/rst.el: Fix compiler warning.
7460 2012-09-23  Roland Winkler  <winkler@gnu.org>
7462         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7463         Transcribe also LaTeX hyphenation.
7464         (bibtex-reformat): Bug fix. Do not quote twice the elements of
7465         bibtex-reformat-previous-options.
7467 2012-09-23  Roland Winkler  <winkler@gnu.org>
7469         * proced.el (proced-renice-command): New variable.
7470         (proced-marked-processes): New function.
7471         (proced-with-processes-buffer): New macro.
7472         (proced-send-signal): Use them.
7473         (proced-renice): New command bound to r.
7475 2012-09-23  Roland Winkler  <winkler@gnu.org>
7477         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7478         ibuffer-saved-filter-groups has one element, shortcut the call of
7479         completing-read.  (Bug#12331)
7481 2012-09-23  Chong Yidong  <cyd@gnu.org>
7483         * bindings.el (mode-line-toggle-read-only):
7484         * bs.el (bs-toggle-readonly):
7485         * buff-menu.el (Buffer-menu-toggle-read-only):
7486         * dired.el (dired-toggle-read-only):
7487         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7489 2012-09-23  Chong Yidong  <cyd@gnu.org>
7491         * image.el (image-type-available-p): Adapt to init-image-library
7492         argument changes.
7494 2012-09-22  Juri Linkov  <juri@jurta.org>
7496         * dired.el (dired-mode-map): Add [remap read-only-mode] for
7497         `dired-toggle-read-only'.  (Bug#12462)
7499 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7501         * subr.el (temp-output-buffer-show): New function.
7502         (with-output-to-temp-buffer): Call temp-output-buffer-show
7503         instead of internal-temp-output-buffer-show.
7505 2012-09-22  Chong Yidong  <cyd@gnu.org>
7507         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7508         (Bug#12462).
7510         * repeat.el (repeat): Doc fix (Bug#12348).
7512         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7513         (Bug#10909).
7515         * simple.el (shell-command-on-region): Doc fix.
7516         (read-only-mode): Doc fix.
7518 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
7520         * emacs-lisp/timer.el (run-with-idle-timer)
7521         (timer-activate-when-idle): Warn against reinvoking an idle timer
7522         from within its own timer action.  (Bug#12447)
7524 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
7526         * cus-start.el (window-combination-limit): Add new optional
7527         values.
7528         * window.el (temp-buffer-window-show)
7529         (window--try-to-split-window): Handle new values of
7530         window-combination-limit (Bug#1806).
7531         (split-window): Test window-combination-limit for t instead of
7532         non-nil.
7533         (display-buffer-at-bottom): New buffer display action function.
7534         * help.el (temp-buffer-resize-regexps): New option.
7535         (temp-buffer-resize-mode): Rewrite doc-string.
7536         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7537         Don't resize reused window.  Suggested by Glenn Morris.
7539 2012-09-22  Stefan Merten  <smerten@oekonux.de>
7541         * textmodes/rst.el: Revamp section title faces.
7542         (rst-official-version)
7543         (rst-package-emacs-version-alist): Sync with official version
7544         V1.4.0.
7545         (rst-faces-defaults, rst-set-level-default)
7546         (rst-level-face-max, rst-level-face-base-color)
7547         (rst-level-face-base-light, rst-level-face-format-light)
7548         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7549         (rst-adornment-faces-alist): Match new setup.
7550         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7551         (rst-level-5, rst-level-6): New faces.
7553 2012-09-22  Chong Yidong  <cyd@gnu.org>
7555         * simple.el (undo): Handle indirect buffers (Bug#8207).
7557 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7559         IDO: Disable match re-ordering for buffer switching.
7560         * ido.el (ido-buffer-disable-smart-matches): New variable.
7561         (ido-set-matches-1): Use it.  (Bug#2042)
7563 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
7565         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7566         Fix 2011-05-17 change.  (Bug#12418)
7568 2012-09-21  Leo Liu  <sdl.web@gmail.com>
7570         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7572 2012-09-21  Glenn Morris  <rgm@gnu.org>
7574         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7575         Be more robust about locating simple.el.
7577 2012-09-21  Glenn Morris  <rgm@gnu.org>
7579         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7581 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
7583         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
7585 2012-09-20  Juri Linkov  <juri@jurta.org>
7587         * replace.el (query-replace-read-from): Use `read-regexp' instead
7588         of `read-from-minibuffer' when `regexp-flag' is non-nil.
7589         (occur-read-primary-args): Use `read-regexp' instead of
7590         `read-string'.
7591         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7592         `read-from-minibuffer'.
7593         * isearch.el (isearch-occur): Use `read-regexp' instead of
7594         `read-string'.
7595         * dired.el (dired-read-regexp): Use `read-regexp' instead of
7596         `read-from-minibuffer'.
7597         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7598         of `read-string'.  (Bug#7567)
7600         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7601         and allow accepting a list of strings prepended to a list of
7602         standard default values.  Doc fix.  (Bug#12321)
7604         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
7606         * replace.el (read-regexp): Don't add ": " when PROMPT already
7607         ends with a colon and space.  (Bug#12321)
7609 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
7611         * doc-view.el (doc-view-display): Better fix for the cl-assertion
7612         error.
7614 2012-09-20  Stefan Merten  <smerten@oekonux.de>
7616         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7617         Fixes feature request bug#11711.
7618         (rst-mode): Create `imenu-create-index-function'.
7619         (rst-get-stripped-line): Delete after refactoring.
7620         (rst-section-tree, rst-section-tree-rec)
7621         (rst-section-tree-point): Refactor and document properly.
7622         (rst-imenu-find-adornments-for-position)
7623         (rst-imenu-convert-cell, rst-imenu-create-index):
7624         New function.
7626 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7628         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7629         (macroexp--expand-all): Use it.
7630         (macroexp--funcall-and-return): Remove by folding it into its sole
7631         caller (macroexp--warn-and-return).
7632         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7633         Use macroexp--obsolete-warning.
7635         * calc/calc.el: Fix last change by removing the whole chunk, since it
7636         was only needed back when Calc was not bundled.
7638 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
7640         * emacs-lisp/debug.el (debug): Restore assignment to
7641         debugger-old-buffer removed on 2012-09-08.
7643 2012-09-20  Juri Linkov  <juri@jurta.org>
7645         * dired-aux.el (dired-diff): Remove (require 'diff) since
7646         `diff-latest-backup-file' is now autoloaded.
7648 2012-09-20  Chong Yidong  <cyd@gnu.org>
7650         * vc/diff.el (diff-latest-backup-file): Autoload.
7652 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7654         * calc/calc.el: Remove redundant autoload shape check.
7655         (sel-mode): Don't defvar.
7656         (calc-get-stack-element): Add `sel-mode' arg instead.
7657         (calc-top, calc-top-list): Pass it this additional argument.
7658         * calc/calc-store.el (calc-store-map):
7659         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7660         (calc-map-equation, calc-outer-product, calc-inner-product):
7661         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7663         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7665 2012-09-19  Juri Linkov  <juri@jurta.org>
7667         * dired-aux.el (dired-diff): Add (require 'diff) because
7668         `diff-latest-backup-file' is not autoloaded.
7669         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7670         of `dired-get-filename' to t to not report error when there is
7671         no default file on the current line.
7673 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7675         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7676         macroexp--eval-if-compile.
7677         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7678         (macroexp--expand-all): Use them (bug#12371).
7680         * doc-view.el (doc-view-guess-paper-size)
7681         (doc-view-scale-bounding-box): Fix unbound `caddr'.
7683 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
7685         New feature: set optimal slice from BoundingBox information.
7686         * doc-view.el (doc-view-mode-map): Add keybinding.
7687         (doc-view-menu): Add menu entry.
7688         (doc-view-set-slice): Adapt docstring.
7689         (doc-view-get-bounding-box, doc-view-guess-paper-size)
7690         (doc-view-scale-bounding-box)
7691         (doc-view-set-slice-from-bounding-box): New functions.
7692         (doc-view-paper-sizes): New defvar.
7694 2012-09-19  Glenn Morris  <rgm@gnu.org>
7696         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7697         (byte-compile-log-warning): Autoload.  (Bug#12371)
7699         * calendar/calendar.el (calendar-american-month-header)
7700         (calendar-european-month-header, calendar-iso-month-header)
7701         (calendar-month-header): New options.
7702         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
7703         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
7705 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
7707         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7709 2012-09-18  Juri Linkov  <juri@jurta.org>
7711         * dired-aux.el (dired-diff): Restore original functionality of
7712         getting the default value, but keep new feature of using the
7713         latest existing backup file (`diff-latest-backup-file').
7715 2012-09-18  Juri Linkov  <juri@jurta.org>
7717         * dired.el (dired-mark): If the region is active in Transient Mark
7718         mode, mark all files in the active region.  Doc fix.
7719         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7720         Doc fix.  (Bug#10624)
7722 2012-09-18  Juri Linkov  <juri@jurta.org>
7724         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7725         attributes for M-n are pulled from the file at point.
7726         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7727         Suggested by Drew Adams.  (Bug#10624)
7729 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
7731         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7732         whitespace after "end".
7733         (ruby-do-end-to-brace): Collapse block to one line if it fits
7734         within fill-column.
7736 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
7738         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7739         value.
7740         (debug): Don't remove debugger window when debugger is expected
7741         to be back.
7743 2012-09-18  Chong Yidong  <cyd@gnu.org>
7745         * custom.el (defface): Doc fix.
7747         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7749 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
7751         * progmodes/compile.el (compilation-start): Use compilation-always-kill
7752         to initialize query-on-exit; then test that instead (bug#12288).
7754 2012-09-17  Stefan Merten  <smerten@oekonux.de>
7756         * textmodes/rst.el: Add support for `testcover'.
7757         (rst-defcustom-testcover, rst-testcover-add-compose)
7758         (rst-testcover-add-1value): New functions.
7759         (rst-portable-mark-active-p): Replace by `use-region-p'.
7760         (rst-update-section, rst-classify-adornment)
7761         (rst-find-title-line): Mark `1value' forms.
7762         (rst-classify-adornment): Remove superfluous form.
7763         (rst-update-section, rst-get-adornments-around)
7764         (rst-adornment-complete-p, rst-get-next-adornment)
7765         (rst-adjust, rst-promote-region)
7766         (rst-display-adornments-hierarchy, rst-straighten-adornments)
7767         (rst-find-pfx-in-region, rst-section-tree-rec)
7768         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7769         (rst-toc-node, rst-toc, rst-forward-section)
7770         (rst-iterate-leftmost-paragraphs)
7771         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7772         (rst-bullet-list-region)
7773         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7774         (rst-compile-find-conf, rst-compile)
7775         (rst-repeat-last-character): Fix style.
7777 2012-09-17  Chong Yidong  <cyd@gnu.org>
7779         * comint.el (comint--complete-file-name-data): Don't add a space
7780         if the status is `sole'; that adds a gratuitous space in the
7781         completion-cycling case (Bug#12092).
7783         * pcomplete.el (pcomplete-completions-at-point): Likewise.
7785 2012-09-17  Richard Stallman  <rms@gnu.org>
7787         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7788         only in the mime-shown mode, not in raw mode.
7789         (rmail-mime): Toggle off mime by displaying the message without
7790         mime processing.  (Bug#12305)
7792         * mail/rmail.el (rmail-retry-failure):
7793         Turn off mime processing first.  (Bug#12037)
7795         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7797 2012-09-17  Chong Yidong  <cyd@gnu.org>
7799         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7800         (shell-dynamic-complete-functions): Convert to defcustom.
7801         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7803         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7804         * comint.el (comint-prompt-read-only):
7805         * custom.el (defcustom):
7806         * hi-lock.el (hi-lock-mode):
7807         * ibuffer.el (ibuffer-formats):
7808         * ielm.el (ielm-prompt-read-only):
7809         * novice.el (disable-command):
7810         * saveplace.el (toggle-save-place):
7811         * speedbar.el (speedbar-supported-extension-expressions):
7812         * startup.el (auto-save-list-file-prefix, init-file-user)
7813         (after-init-hook, inhibit-startup-echo-area-message):
7814         * strokes.el (strokes-help):
7815         * time-stamp.el (time-stamp):
7816         * calendar/calendar.el (calendar, diary-file):
7817         * calendar/diary-lib.el (diary-mail-entries, diary)
7818         (diary-list-entries-hook):
7819         * calendar/holidays.el (holidays, calendar-holidays):
7820         * calendar/lunar.el (lunar-phases):
7821         * calendar/solar.el (sunrise-sunset):
7822         * emulation/edt.el (edt-load-keys):
7823         * emulation/viper.el (viper-mode):
7824         * eshell/em-alias.el (eshell-command-aliases-list):
7825         * eshell/esh-util.el (eshell-convert-numeric-arguments):
7826         * international/ogonek.el (ogonek-information):
7827         * net/tramp-cmds.el (tramp-bug):
7828         * net/quickurl.el (quickurl-reread-hook-postfix):
7829         * play/decipher.el (decipher-font-lock-keywords):
7830         * progmodes/cc-styles.el (c-set-style):
7831         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7832         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7833         * progmodes/octave-mod.el (octave-mode):
7834         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7835         * progmodes/verilog-mode.el (verilog-read-defines):
7836         * textmodes/two-column.el (2C-mode): Likewise.
7838 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7840         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7841         that holds many addresses.
7843 2012-09-16  Chong Yidong  <cyd@gnu.org>
7845         * align.el (align-areas): Call the indication function with
7846         positions instead of markers for arguments (Bug#12343).
7848         * files.el (parse-colon-path): Use split-string (Bug#12351).
7850         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7851         (display-buffer-function): Mark as obsolete.
7853         * progmodes/compile.el (compilation-parse-errors): Accept list
7854         values similar to font-lock-keywords (Bug#12136).
7855         Suggested by Oleksandr Manzyuk.
7856         (compilation-error-regexp-alist): Doc fix.
7858 2012-09-15  Glenn Morris  <rgm@gnu.org>
7860         * version.el (emacs-bzr-version-bzr): New function.
7861         (emacs-bzr-get-version): Add optional EXTERNAL argument.
7863         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7864         checkouts, check the parent dirstate matches the branch.
7865         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
7866         empty string.
7868         * version.el (emacs-bzr-version): Doc fix.
7869         (emacs-bzr-version-dirstate): New function.
7870         (emacs-bzr-get-version): For lightweight checkouts, if the parent
7871         is local try and check that it matches the branch.  If not, just
7872         use dirstate information.  (Bug#12441)
7874 2012-09-14  Juri Linkov  <juri@jurta.org>
7876         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7877         (Bug#12399)
7879 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7881         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7883         * emacs-lisp/edebug.el: Miscellaneous cleanup.
7884         Remove obsolete byte-compiler hack that tried to silence some warnings.
7885         (edebug-submit-bug-report): Remove.
7886         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7887         Remove aliases, use the un-prefixed name instead.
7888         (edebug-pop-to-buffer): Consider other frames.
7889         (edebug-original-read):: Make it more obvious that it's always defined.
7890         (edebug--make-form-data-entry, edebug--form-data-name)
7891         (edebug--form-data-begin, edebug--form-data-end): Rename from the
7892         single-dashed name, and implement with cl-defstruct.
7893         (edebug-set-form-data-entry): Use the standard accessors.
7894         (edebug-make-top-form-data-entry): Use push.
7895         (edebug-no-match): Drop useless `funcall'.
7896         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7897         to functions.
7898         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7899         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7900         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7901         (easy-menu-define, with-custom-print): Remove redundant specs.
7902         (edebug-outside-overriding-local-map)
7903         (edebug-outside-overriding-terminal-local-map): Remove, unused.
7904         (edebug--display): Bind unread-command-events directly to nil rather
7905         than binding it to unread-command-events and later setting it to nil.
7906         (edebug--display): Kill edebug-eval-buffer here...
7907         (edebug--recursive-edit): ...rather than here.
7908         Bind standard-output and standard-input.
7909         (edebug-eval): Check cl-macroexpand-all is fboundp.
7910         (edebug-temp-display-freq-count): Fix last change.
7912         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7913         * subr.el (noreturn, 1value): Add `debug' spec.
7914         * emacs-lisp/advice.el: Require cl-lib.
7915         (ad-copy-tree): Remove, use copy-tree instead.
7916         (ad-dolist): Remove use dolist or cl-dolist instead.
7917         (ad-do-return): Remove, use cl-return instead.
7918         (defadvice): Add `debug' spec.
7920 2012-09-13  Juri Linkov  <juri@jurta.org>
7922         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7923         (Bug#12399)
7925 2012-09-13  Glenn Morris  <rgm@gnu.org>
7927         * calc/calc.el (math-compose-expr):
7928         * calc/calc-ext.el (math-compose-expr):
7929         * progmodes/cc-defs.el (cl-macroexpand-all):
7930         * progmodes/cc-langs.el (delete-duplicates, mapcan)
7931         (cl-macroexpand-all): Update declarations.
7933         * vc/vc.el: No need to require ediff.
7934         (ediff-load-version-control): Declare.
7935         (ediff-vc-internal): Fix declaration.
7936         (vc-version-ediff): Require ediff.
7938 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7940         Use a more backwards-compatible timer format (Bug#12430).
7941         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7942         being right after USECS, as that better supports old code that
7943         inadvisedly looked directly at the timer vector.
7945 2012-09-13  Kenichi Handa  <handa@gnu.org>
7947         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7948         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7949         `coding-priority' property of these language environment.
7951 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7953         Fix glitches caused by addition of psec to timers (Bug#12430).
7954         * image.el (image-animate-timer):
7955         * time.el (display-time-world-timer):
7956         Use timer--function and timer--args rather than raw access to
7957         timer vector.
7959 2012-09-13  Glenn Morris  <rgm@gnu.org>
7961         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7962         If not compiling a file, try using load-file-name.
7964 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7966         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7967         Fix last change.
7968         (edebug-update-eval-list): Use `push'.
7970         * emacs-lisp/edebug.el: Use lexical-binding.
7971         Remove the "edebug-" prefix from non-dynamically-scoped variables.
7972         Mark unused args with underscore.
7973         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7974         (edebug-form-data): Use defvar-local.
7975         (edebug-make-before-and-after-form, edebug-make-after-form):
7976         Use backquote.
7977         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7978         Not dynamically scoped any more.
7979         (edebug--enter-trace): Add arguments `function' and `args'.
7980         Rename from edebug-enter-trace.
7981         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
7982         (edebug--update-coverage): Add `after-index' and `value' args.
7983         Rename from edebug-update-coverage.
7984         (edebug-slow-after): Call it accordingly.
7985         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
7986         edebug-recursive-edit.
7987         (edebug--display): Call it accordingly.  Add args `value',
7988         `offset-index', and `arg-mode'.  Rename from edebug-display.
7989         (edebug-debugger, edebug): Call it accordingly.
7990         (edebug-eval-display-list): Use dolist.
7992 2012-09-12  Juri Linkov  <juri@jurta.org>
7994         * info.el (Info-search): Don't check for isearch-mode and
7995         isearch-regexp before let-binding search-spaces-regexp to
7996         Info-search-whitespace-regexp.
7997         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7998         search-whitespace-regexp if isearch-lax-whitespace or
7999         isearch-regexp-lax-whitespace is non-nil.
8000         (Info-mode): Don't set local variable search-whitespace-regexp.
8001         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8003 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8005         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8006         (debugger-env-macro): Remove support for unread-command-char.
8008         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8009         the temporary map re-appearing on emulation-mode-map-alists.
8011         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8012         since 22.1.
8014         * ehelp.el (with-electric-help): Accept functions in
8015         electric-help-form-to-execute.
8016         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8017         And replace unread-command-char -> unread-command-events.
8019 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
8021         Sync with Tramp 2.2.6.
8023         * net/tramp.el (tramp-accept-process-output): Don't use
8024         JUST-THIS-ONE in the XEmacs case.
8026         * net/trampver.el: Update release number.
8028 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
8030         * emacs-lisp/debug.el (debugger-previous-window-height):
8031         New variable.
8032         (debug): When debugger-jumping-flag is non-nil try to restore
8033         height of debugger window.  (Bug#8789)
8035 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8037         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
8038         overriding-local-map and pre/post-command-hook here.
8039         (edebug-recursive-edit): Do it here instead (bug#12345).
8040         (edebug-outside-unread-command-char): Remove all uses of
8041         unread-command-char.
8043         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
8044         inhibit-debugger is bound instead.
8046 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8048         * subr.el (set-temporary-overlay-map): Add a docstring.
8049         (Bug#12346)
8051 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8053         * minibuffer.el (completion-table-subvert): Fix docstring.
8054         (Bug#12347)
8056 2012-09-11  Bastien Guerry  <bzg@gnu.org>
8058         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
8060 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
8062         * progmodes/sql.el: Version 3.1
8063         (sql-db2-escape-newlines): New variable.
8064         (sql-escape-newlines-filter): Use it.
8066 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
8068         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8070 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
8072         * vc/diff-mode.el (diff-mode-menu):
8073         Bind diff-remove-trailing-whitespace.
8075 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8077         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8078         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8079         (emacs-lisp-byte-code-mode): New functions.
8080         (eval-sexp-add-defvars): Don't skip defvars in column >0.
8081         (eval-defun-2): Remove bogus interactive spec.
8082         (lisp-indent-line): Remove redundant whole-exp code, now done in
8083         indent-according-to-mode.
8084         (save-match-data): Remove redundant indent data.
8086         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8087         Use `declare'.
8089 2012-09-09  Juri Linkov  <juri@jurta.org>
8091         * replace.el (replace-regexp-lax-whitespace): New defcustom.
8092         (replace-lax-whitespace, query-replace-regexp)
8093         (query-replace-regexp-eval, replace-regexp): Doc fix.
8094         (perform-replace, replace-highlight): Let-bind
8095         isearch-lax-whitespace to replace-lax-whitespace and
8096         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8098         * isearch.el (isearch-query-replace): Let-bind
8099         replace-lax-whitespace to isearch-lax-whitespace and
8100         replace-regexp-lax-whitespace to
8101         isearch-regexp-lax-whitespace.  (Bug#10885)
8103 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8105         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8107 2012-09-09  Alan Mackenzie  <acm@muc.de>
8109         * progmodes/cc-engine.el (c-state-cache-init):
8110         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8111         (c-record-parse-state-state):
8112         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8114 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
8116         * register.el (register-separator): Rename from
8117         separator-register.  All uses changed.  Doc fix.
8118         (register): Fix version.
8120 2012-09-09  Chong Yidong  <cyd@gnu.org>
8122         * replace.el (query-replace-map): Bind four new symbols for
8123         requesting window scrolling.
8125         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8126         query-replace-map (Bug#8948).
8128         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8130         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8131         since they are now in query-replace-map.
8133         * window.el (scroll-other-window-down): Make the arg optional.
8135 2012-09-09  Chong Yidong  <cyd@gnu.org>
8137         * files.el (hack-local-variables-confirm): Use quit-window to kill
8138         the *Local Variables* buffer.
8140 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8142         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8143         not just expect to be at its beginning.  Adjust callees.
8144         Succeed when do-end block has no space before the pipe character.
8145         (ruby-brace-to-do-end): When the original block is one-liner,
8146         convert to multiline.  Reindent the result.
8148 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
8150         * register.el (register): New group.
8151         (separator-register): New user option.
8152         (increment-register): Route it to `append-to-register', if
8153         register contains text.  Implication is that `C-x r +' can now be
8154         used for appending to a text register (bug#12217).
8155         (append-to-register, prepend-to-register): Add separator based on
8156         `separator-register'.
8158 2012-09-08  Alan Mackenzie  <acm@muc.de>
8160         AWK Mode: make auto-newline work when there's "==" in the pattern.
8161         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8162         correctly.
8163         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8164         Test more rigorously for "=" token.
8166 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
8168         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8169         Only fail when reached LIMIT.
8171 2012-09-08  Chong Yidong  <cyd@gnu.org>
8173         * dired.el (dired-mode-map): Don't bind M-=.
8175         * dired-aux.el (dired-diff): Use backup file as default.
8177 2012-09-08  Drew Adams  <drew.adams@oracle.com>
8179         * subr.el (add-to-history): Fix delete usage (Bug#12314).
8181 2012-09-08  Chong Yidong  <cyd@gnu.org>
8183         * subr.el (syntax-after, syntax-class): Doc fix.
8185 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
8187         * window.el (display-buffer-in-previous-window): New buffer
8188         display action function.
8190         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8191         (debugger-previous-window): New variable.
8192         (debug): Rewrite using display-buffer-in-previous-window,
8193         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
8195 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8197         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
8199 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
8201         * progmodes/python.el (python-shell-send-string):
8202         When default-directory is remote, create temp file on remote
8203         filesystem.
8204         (python-shell-send-file): When file is remote, pass local view of
8205         file paths to remote Python interpreter.  (Bug#12340)
8207 2012-09-07  Chong Yidong  <cyd@gnu.org>
8209         * window.el (switch-to-buffer): Doc fix (Bug#12181).
8211         * files.el (after-find-file): Don't fail on a read-only buffer if
8212         require-final-newline is `visit' or `visit-save' (Bug#11156).
8214         * subr.el (read-char-choice): Allow quitting via ESC ESC.
8216         * userlock.el (ask-user-about-supersession-threat):
8217         Use read-char-choice (Bug#12093).
8219 2012-09-07  Chong Yidong  <cyd@gnu.org>
8221         * subr.el (buffer-narrowed-p): New function.
8223         * ses.el (ses-widen):
8224         * simple.el (count-words--buffer-message):
8225         * net/browse-url.el (browse-url-of-buffer): Use it.
8227         * simple.el (count-words-region): Don't signal an error if there
8228         is a non-nil prefix arg and the mark is not set.
8230         * help.el (describe-key-briefly): Allow the message to be seen
8231         when invoked from the minibuffer (Bug#7014).
8233 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8235         * progmodes/ruby-mode.el (ruby-end-of-defun)
8236         (ruby-beginning-of-defun): Simplify, allow indentation before
8237         block beginning and end keywords.
8238         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8239         (ruby-end-of-defun): Expect that the point is at the beginning of
8240         the defun.
8242 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8244         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8245         (bug#12367).
8246         (cl--make-usage-args): Strip _ from argument names.
8248 2012-09-06  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
8250         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8251         obsolete alias speedbar-key-map.
8252         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8253         (vhdl-index-menu-init): Don't use obsolete variable
8254         font-lock-maximum-size.
8256 2012-09-06  Chong Yidong  <cyd@gnu.org>
8258         * frame.el (window-system-version): Mark as obsolete.
8260         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8261         of obsolete variable speedbar-key-map.
8263 2012-09-06  Juri Linkov  <juri@jurta.org>
8265         * replace.el (replace-lax-whitespace): New defcustom.
8266         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8267         (replace-string, replace-regexp): Mention it in docstrings.
8268         (perform-replace, replace-highlight): Let-bind
8269         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8270         to the values of replace-lax-whitespace and regexp-flag.
8271         Don't let-bind search-whitespace-regexp.  (Bug#10885)
8273         * isearch.el (isearch-query-replace): Let-bind
8274         replace-lax-whitespace instead of let-binding
8275         replace-search-function and replace-re-search-function.
8276         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8277         and isearch-regexp-lax-whitespace to lazy-highlight variables.
8278         (isearch-toggle-symbol): Set isearch-regexp to nil
8279         in isearch-word mode (like in isearch-toggle-word).
8281 2012-09-06  Juri Linkov  <juri@jurta.org>
8283         * replace.el (replace-search-function)
8284         (replace-re-search-function): Set default values to nil.
8285         (perform-replace): Let-bind isearch-related variables based on
8286         replace-related values, call `isearch-search-fun' and let-bind
8287         the result to `search-function'.  Remove code that sets
8288         `search-function' and `search-string' separately for
8289         `delimited-flag'.
8290         (replace-highlight): Add new argument `delimited-flag' and
8291         rename other arguments to the names used in `perform-replace'.
8292         Let-bind `isearch-word' to the argument `delimited-flag'.
8293         (Bug#10885, bug#10887)
8295 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
8297         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8298         ruby-beginning-of-indent, simplify, allow all keywords to have
8299         indentation before them.
8300         (ruby-beginning-of-indent): Adjust for above.  Search until the
8301         found point is not inside a string or comment.
8302         (ruby-font-lock-keywords): Allow symbols to start with "@"
8303         character, give them higher priority than variables.
8304         (ruby-syntax-propertize-function)
8305         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8306         matchers.  Expression expansions are not comments when inside a
8307         string, and there comment syntax status is irrelevant.
8308         (ruby-match-expression-expansion): New function.  Check that
8309         expression expansion is inside a string, and it's not escaped.
8310         (ruby-font-lock-keywords): Use it.
8312 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
8314         * help.el (temp-buffer-max-height): New default value.
8315         (temp-buffer-resize-frames): New option.
8316         (resize-temp-buffer-window): Optionally resize frame.
8318         * window.el (fit-frame-to-buffer-bottom-margin): New option.
8319         (fit-frame-to-buffer): New function.
8321 2012-09-05  Glenn Morris  <rgm@gnu.org>
8323         * emulation/cua-rect.el (cua--init-rectangles):
8324         * textmodes/picture.el (picture-mode-map):
8325         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8326         like forward-char and backward-char.  (Bug#12317)
8328 2012-09-05  Leo Liu  <sdl.web@gmail.com>
8330         * progmodes/flymake.el (flymake-warning-re): New variable.
8331         (flymake-parse-line): Use it.
8333 2012-09-05  Glenn Morris  <rgm@gnu.org>
8335         * calendar/holidays.el (holiday-christian-holidays):
8336         Rename an entry.  (Bug#12289)
8338 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8340         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8341         (bug#12222).
8343 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8345         * loadup.el: Load macroexp.  Remove hack.
8346         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8347         (macroexp--expand-all): Use it to get better warnings.
8348         (macroexp--backtrace, macroexp--trim-backtrace-frame)
8349         (internal-macroexpand-for-load): New functions.
8350         (macroexp--pending-eager-loads): New var.
8351         (emacs-startup-hook): New hack to replace one in loadup.el.
8352         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8353         (cl--compiler-macro-cXXr): Move to top, before they can be used.
8354         (cl-psetf): Simplify.
8355         (cl-defstruct): Add indent rule.
8357 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
8359         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8360         over `user-mail-address' for the SMTP MAIL FROM envelope.
8361         (smtpmail-via-smtp): Ditto.
8363 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
8365         * progmodes/ruby-mode.el: Clean up keybindings.
8366         (ruby-mode-map): Don't bind ruby-electric-brace,
8367         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8368         backward-kill-word, reindent-then-newline-and-indent.
8369         (ruby-mark-defun): Remove.
8370         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
8371         (ruby-mode): Set local beginning-of-defun-function and
8372         end-of-defun-function values.
8374 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
8376         * window.el (temp-buffer-window-setup-hook)
8377         (temp-buffer-window-show-hook): New hooks.
8378         (temp-buffer-window-setup, temp-buffer-window-show)
8379         (with-temp-buffer-window): New functions.
8380         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8381         (special-display-popup-frame): Make sure the window used shows BUFFER.
8383         * help.el (temp-buffer-resize-mode): Fix doc-string.
8384         (resize-temp-buffer-window): New optional argument WINDOW.
8386         * files.el (recover-file, save-buffers-kill-emacs):
8387         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8389 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
8391         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8392         remote definition of `default-directory', ensure we can connect.
8394 2012-09-02  Juri Linkov  <juri@jurta.org>
8396         Toggle whitespace matching mode with M-s SPC.
8397         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8399         * isearch.el (search-whitespace-regexp): Doc fix.
8400         Remove cons cell customization.
8401         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8402         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8403         New variables.
8404         (isearch-forward, isearch-forward-regexp): Doc fix.
8405         (isearch-toggle-lax-whitespace): New command.
8406         (search-forward-lax-whitespace, search-backward-lax-whitespace)
8407         (re-search-forward-lax-whitespace)
8408         (re-search-backward-lax-whitespace): New functions.
8409         (isearch-whitespace-regexp): Remove function.
8410         (isearch-query-replace): Let-bind replace-search-function and
8411         replace-re-search-function.
8412         (isearch-occur): Let-bind search-spaces-regexp according to the
8413         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8414         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8415         condition for C-q SPC.
8416         (isearch-search-fun-default): Use new functions mentioned above.
8417         (isearch-search-forward, isearch-search-backward): Remove functions.
8418         (isearch-search): Don't let-bind search-spaces-regexp.
8419         (isearch-lazy-highlight-space-regexp): Remove variable.
8420         (isearch-lazy-highlight-lax-whitespace)
8421         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8422         (isearch-lazy-highlight-new-loop): Use them.
8423         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8425 2012-09-02  Chong Yidong  <cyd@gnu.org>
8427         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8429 2012-09-02  Glenn Morris  <rgm@gnu.org>
8431         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
8433 2012-09-01  Glenn Morris  <rgm@gnu.org>
8435         * term.el: Tidy up menu definitions.
8436         (term-mode-map): Use easymenu for In/Out, Complete menus.
8437         (term-pager-break-map): Initialize in the defvar.
8438         (term-terminal-menu, term-signals-menu): Define with easymenu.
8439         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
8440         (term-pager-menu): New, extracted from term-process-pager.
8441         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8442         (term-update-mode-line): Propertize line/char and page items.
8443         (term-process-pager): Move keymap initialization elsewhere.
8445 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
8447         * window.el (switch-to-prev-buffer): Handle additional values of
8448         BURY-OR-KILL argument.  Don't switch in minibuffer window.
8449         (switch-to-next-buffer): Don't switch in minibuffer window.
8450         (quit-restore-window): New function based on quit-window.
8451         Handle additional values of former KILL argument.
8452         (quit-window): Call quit-restore-window with appropriate
8453         interpretation of KILL argument.
8454         (display-buffer-below-selected): New buffer display action
8455         function.
8457 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8459         * minibuffer.el (completion-at-point-functions): Complete docstring
8460         (bug#12254).
8462 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8464         Better seed support for (random).
8465         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8466         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8467         * play/mpuz.el, play/tetris.el, play/zone.el:
8468         * calc/calc-comb.el (math-init-random-base):
8469         * play/blackbox.el (bb-init-board):
8470         * play/life.el (life):
8471         * server.el (server-use-tcp):
8472         * type-break.el (type-break):
8473         Remove unnecessary call to (random t).
8474         * net/sasl.el (sasl-unique-id-function):
8475         Change (random t) to (random), now that the latter is more random.
8476         * play/life.el (life-initialized): Remove no-longer-needed var.
8478 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
8480         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8481         Consider frame's buffer predicate when choosing the buffer.
8482         (Bug#12081)
8484 2012-08-30  Richard Stallman  <rms@gnu.org>
8486         * simple.el (special-mode-map): Delete binding for `z'.
8488 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
8490         * progmodes/compile.el (compilation-always-kill): Doc fix.
8492 2012-08-30  Chong Yidong  <cyd@gnu.org>
8494         * window.el (display-buffer-reuse-frames): Make the obsolescence
8495         message more informative.
8497 2012-08-30  Glenn Morris  <rgm@gnu.org>
8499         * paren.el (show-paren-delay):
8500         Add a :set function.  Doc fix.  (Bug#12297)
8502 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
8504         * progmodes/compile.el (compilation-always-kill): New var.
8505         (compilation-start): Use it.
8507 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8509         * simple.el (read-only-mode): Move from files.el for bootstrapping.
8510         * files.el (read-only-mode): Move to simple.el.
8512         * files.el (read-only-mode): New minor mode.
8513         (toggle-read-only): Use it and mark obsolete.
8514         (find-file--read-only):
8515         * vc/vc.el (vc-next-action, vc-checkout):
8516         * vc/vc-cvs.el (vc-cvs-checkout):
8517         * obsolete/vc-mcvs.el (vc-mcvs-update):
8518         * ffap.el (ffap--toggle-read-only): Update callers.
8520 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
8522         * eshell/esh-ext.el (eshell-external-command): Do not examine
8523         remote shell scripts.
8524         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8526         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8527         "/usr/local/sbin".
8529 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8531         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8533 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8535         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8536         completion-at-point.  (Bug#12220)
8538         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8540         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8542 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8544         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8545         be buffer-local; add delete-trailing-whitespace (bug#12259).
8547 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
8549         * progmodes/hideif.el (hif-compress-define-list):
8550         Fix typo.  (Bug#11951)
8552 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
8554         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8555         buffer local setting.
8557         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8558         rcirc-encode-coding-system.
8560 2012-08-28  Leo Liu  <sdl.web@gmail.com>
8562         * net/rcirc.el (rcirc-split-message): New function.
8563         (rcirc-send-message): Use it.  (Bug#12051)
8565 2012-08-28  Juri Linkov  <juri@jurta.org>
8567         * info.el (Info-fontify-node): Hide empty lines at the end of
8568         the node.  (Bug#12272)
8570 2012-08-27  Drew Adams  <drew.adams@oracle.com>
8572         * dired.el (dired-pop-to-buffer): Make window start at beginning
8573         of buffer (Bug#12281).
8575 2012-08-26  Chong Yidong  <cyd@gnu.org>
8577         * window.el (special-display-regexps, special-display-frame-alist)
8578         (special-display-buffer-names, special-display-function)
8579         (display-buffer-reuse-frames): Mark as obsolete.
8581         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8583         * help.el (help-print-return-message): Don't treat
8584         display-buffer-reuse-frames specially.
8586 2012-08-26  Chong Yidong  <cyd@gnu.org>
8588         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8589         New variable, replacing gdb-frame-parameters.
8590         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8591         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8592         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8593         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8594         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
8595         the functions directly with gdb-display-buffer-other-frame-action.
8596         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8597         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8598         (gdb-display-stack-buffer, gdb-display-locals-buffer)
8599         (gdb-display-registers-buffer): Define directly.
8600         (def-gdb-display-buffer): Macro deleted.
8601         (gdb-display-buffer): Remove second and third args, callers don't
8602         use them.  Defer to the default display-buffer behavior, apart
8603         from making windows dedicated.
8604         (gdb-setup-windows): Don't call display-buffer unnecessarily.
8606         * progmodes/gud.el (gud-display-line): Just use display-buffer.
8608         * window.el (display-buffer-pop-up-frame): Handle a
8609         pop-up-frame-parameters alist entry.
8610         (display-buffer): Document it.
8612 2012-08-26  Chong Yidong  <cyd@gnu.org>
8614         * isearch.el (search-whitespace-regexp): Make string and nil
8615         values apply to both ordinary and regexp search.  Allow a cons
8616         cell value to distinguish between the two.
8617         (isearch-whitespace-regexp, isearch-search-forward)
8618         (isearch-search-backward): New functions.
8619         (isearch-occur, isearch-search-fun-default, isearch-search)
8620         (isearch-lazy-highlight-new-loop): Use them.
8621         (isearch-forward, isearch-forward-regexp): Doc fix.
8623 2012-08-26  Chong Yidong  <cyd@gnu.org>
8625         * faces.el (help-argument-name): Always inherit from italic
8626         (Bug#12213).
8628 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
8630         * window.el (window--even-window-heights): Even heights when
8631         WINDOW and the selected window form a vertical combination.
8632         (display-buffer-use-some-window): Provide that window used gets
8633         sized back by quit-window.  (Bug#11880) and (Bug#12091)
8635 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8637         Fix file time stamp problem with bzr and CVS (Bug#12001).
8638         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8639         in the file's time stamp, since the version control system loses
8640         that information.
8642 2012-08-22  Juri Linkov  <juri@jurta.org>
8644         * info.el (Info-fontify-node): Hide the suffix of the
8645         Info file name in the header line.  (Bug#12187)
8647 2012-08-22  Glenn Morris  <rgm@gnu.org>
8649         * calendar/cal-tex.el (cal-tex-weekly-common):
8650         Restore leading blank page.
8652 2012-08-22  Le Wang  <l26wang@gmail.com>
8654         * misc.el (forward-to-word, backward-to-word): Activate or extend
8655         the region under `shift-select-mode'.  (Bug#12231)
8657 2012-08-22  Bastien Guerry  <bzg@gnu.org>
8659         * progmodes/executable.el (executable-prefix): Set to "#!" instead
8660         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
8661         gives details on why the space is never needed.
8663 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8665         * window.el (walk-window-tree, window-with-parameter):
8666         New optional argument MINIBUF to control whether these functions
8667         should run on the minibuffer window.
8668         (window-at-side-list): Don't operate on minibuffer window.
8669         (window-in-direction): Simplify and rewrite doc-string.
8670         (window--size-ignore): Rename to window--size-ignore-p.
8671         Update callers.
8672         (display-buffer-in-atom-window, window--major-non-side-window)
8673         (window--major-side-window, display-buffer-in-major-side-window)
8674         (delete-side-window, display-buffer-in-side-window):
8675         New functions.
8676         (window--side-check, window-deletable-p, delete-window)
8677         (delete-other-windows, split-window): Handle side windows and
8678         atomic windows appropriately.
8679         (window--display-buffer): Call display-buffer-record-window also
8680         when the window buffer did not change.
8682 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
8684         * help-fns.el (help-fns--key-bindings):
8685         Abbreviate non-symbol remap targets.  (Bug#12174)
8687 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
8689         * dired.el (dired-mark-remembered): Don't clobber point.
8690         (Bug#11795)
8692 2012-08-22  Glenn Morris  <rgm@gnu.org>
8694         * progmodes/bug-reference.el (bug-reference): New custom group.
8695         (bug-reference-bug-regexp): Make it a defcustom.
8697 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
8699         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8700         (js-paren-indent-offset, js-square-indent-offset)
8701         (js-curly-indent-offset): Add :safe (Bug#12257).
8703 2012-08-22  Edward O'Connor  <hober0@gmail.com>
8705         * json.el (json-key-format): Add error properties.
8706         (json-encode-key): New function.
8707         (json-encode-hash-table, json-encode-alist, json-encode-plist):
8708         Use json-encode-key.
8710 2012-08-22  Glenn Morris  <rgm@gnu.org>
8712         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8713         (cal-tex-leftday, cal-tex-rightday): Remove functions.
8714         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8715         Update for above change.
8717 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
8719         * cus-face.el (custom-face-attributes): Fix customize type for the
8720         :underline attribute.  (Bug#11805)
8722 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
8724         * window.el (window-point-1, set-window-point-1): Remove.
8725         (window-in-direction, record-window-buffer)
8726         (set-window-buffer-start-and-point, split-window-below)
8727         (window--state-get-1, display-buffer-record-window):
8728         Replace calls to window-point-1 and set-window-point-1 by calls to
8729         window-point and set-window-point respectively.
8731 2012-08-21  Glenn Morris  <rgm@gnu.org>
8733         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8734         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8735         Use it.
8737         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8738         (cal-tex-shortday): New function.
8739         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8740         (cal-tex-cursor-filofax-daily): Use the above.
8742         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8743         New functions.
8744         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8745         (cal-tex-cursor-filofax-week): Use them.
8747         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8748         New constants.
8749         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8750         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8752         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8753         (cal-tex-end-document): Don't rely on buffer name.
8755         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8756         Use cal-tex-vspace.
8757         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8758         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8759         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8760         Use cal-tex-arg.
8762         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8763         (cal-tex-cursor-week, cal-tex-cursor-week2)
8764         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8765         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8766         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8767         (cal-tex-insert-preamble, cal-tex-b-document)
8768         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8769         Improve cal-tex-cmd usage.
8771         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8772         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8773         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8774         (cal-tex-weekly-paper): New function.
8775         (cal-tex-cursor-week, cal-tex-cursor-week2)
8776         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8777         (cal-tex-cursor-day): Use it.
8779         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8780         (cal-tex-cursor-filofax-week): Remove leading blank page.
8782         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8783         Add autoload cookie.  For now at least, don't use color, since
8784         no other cal-tex function does.
8786         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8787         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8788         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8790 2012-08-21  Juri Linkov  <juri@jurta.org>
8792         * info.el (Info-file-attributes): New variable.
8793         (info-insert-file-contents): Add file attributes to
8794         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
8795         `Info-toc-nodes' when previous modtime of the Info file is less
8796         than new modtime.
8797         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8798         of info.el.  (Bug#12230)
8800 2012-08-20  Glenn Morris  <rgm@gnu.org>
8802         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8803         * calendar/holidays.el (calendar-holiday-list):
8804         Report errors with display-warning rather than beep'n'sleep.
8806 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
8808         * net/tramp.el (tramp-accept-process-output): Accept only output
8809         from PROC.  Otherwise, process filters and sentinels might be
8810         confused.  (Bug#12145)
8812 2012-08-20  Chong Yidong  <cyd@gnu.org>
8814         * descr-text.el (describe-text-properties-1): Use overlays-in to
8815         report on empty overlays (Bug#3322).
8817 2012-08-20  Glenn Morris  <rgm@gnu.org>
8819         * mail/rmailout.el (rmail-output-read-file-name):
8820         Trap and report errors in rmail-output-file-alist elements.
8822         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8823         since most non-font-lock faces are not also variables).
8825 2012-08-20  Edward Reingold  <reingold@iit.edu>
8827         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8828         New function.  (Bug12160)
8830 2012-08-19  Glenn Morris  <rgm@gnu.org>
8832         * mail/rmailout.el (rmail-output-read-file-name):
8833         Fix previous change (when the alist is nil or does not match).
8835 2012-08-19  Chong Yidong  <cyd@gnu.org>
8837         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8838         (Bug#12228).
8840 2012-08-18  Chong Yidong  <cyd@gnu.org>
8842         * simple.el (yank-handled-properties): New defcustom.
8843         (yank-excluded-properties): Add font-lock-face and category.
8844         (yank): Doc fix.
8846         * subr.el (remove-yank-excluded-properties):
8847         Obey yank-handled-properties.  The special handling of font-lock-face
8848         and category is now done this way, instead of being hard-coded.
8849         (insert-for-yank-1): Remove font-lock-face handling.
8850         (yank-handle-font-lock-face-property)
8851         (yank-handle-category-property): New function.
8853 2012-08-17  Glenn Morris  <rgm@gnu.org>
8855         * mail/rmailout.el (rmail-output-read-file-name):
8856         Check rmail-output-file-alist against the full message body
8857         in the correct rmail buffer.  (Bug#12214)
8859 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
8861         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8862         Eliminate superfluous prompt.  (Bug#12203)
8864 2012-08-17  Chong Yidong  <cyd@gnu.org>
8866         * mouse.el (mouse-appearance-menu): If x-select-font returns a
8867         font spec, set the font directly (Bug#3228).
8869 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
8871         * window.el (delete-window): Fix last fix.
8873 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
8875         * window.el (window-valid-p): Move to window.c.
8876         (window-child, window-child-count, window-last-child)
8877         (window-normalize-window, window-combined-p)
8878         (window-combinations, window-atom-root, window-min-size)
8879         (window-sizable, window-sizable-p, window-size-fixed-p)
8880         (window-min-delta, window-max-delta, window--resizable)
8881         (window--resizable-p, window-resizable, window-total-size)
8882         (window-full-height-p, window-full-width-p, window-body-size)
8883         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8884         (minimize-window, window-deletable-p, delete-window)
8885         (delete-other-windows, set-window-buffer-start-and-point)
8886         (next-buffer, previous-buffer, split-window, balance-windows-2)
8887         (set-window-text-height, window-buffer-height)
8888         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8889         (truncated-partial-width-window-p): Minor code adjustments.
8890         In doc-strings state whether the argument window has to denote a
8891         live, valid or any window.
8893 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
8895         * progmodes/subword.el (subword-forward-function)
8896         (subword-backward-function, subword-forward-regexp)
8897         (subword-backward-regexp): New variables.
8898         (subword-forward, subword-forward-internal, subword-backward-internal):
8899         Use new variables, eg so that different "word" definitions
8900         can be easily used.  (Bug#11411)
8902 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8904         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8905         for composite selectors.
8906         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8907         operation just because we can't find a previous revision.
8909 2012-08-15  Chong Yidong  <cyd@gnu.org>
8911         * frame.el (set-frame-font): Accept font objects.
8913 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8915         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8917 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
8919         * man.el (Man-overstrike-face, Man-underline-face)
8920         (Man-reverse-face): Remove variables.
8921         (Man-overstrike, Man-underline, Man-reverse): New faces.
8922         (Man-fontify-manpage): Use them instead of the variables.
8923         (Man-cleanup-manpage): Comment change.
8924         (Man-ansi-color-map): New variable.
8925         (Man-fontify-manpage): Use it.
8926         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8928         Implement ANSI SGR parameters 22-27 (bug#12146).
8929         * ansi-color.el (ansi-colors): Doc fix.
8930         (ansi-color-context, ansi-color-context-region): Doc fix.
8931         (ansi-color--find-face): New function.
8932         (ansi-color-apply, ansi-color-apply-on-region): Use it.
8933         Rename the local variable `face' to `codes' since it is now a list of
8934         ansi codes.  Doc fix.
8935         (ansi-color-get-face): Remove.
8936         (ansi-color-parse-sequence): New function, derived from
8937         ansi-color-get-face.
8938         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
8939         codes 22-27.
8941 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8943         * subr.el (read-passwd): Allow use from a minibuffer.
8945 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
8947         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8948         inside comments and strings as identifiers.
8950         * progmodes/gud.el (gud-tooltip-print-command): Quote the
8951         expression to evaluate.  This allows to evaluate expressions with
8952         embedded whitespace.
8953         (gud-tooltip-tips): Add a blank before the newline in the
8954         message-box text, for the benefit of message-box emulation on
8955         MS-Windows.
8957         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8958         messages from GDB, pop them up in a tooltip to give feedback to
8959         user.
8960         (gdb-tooltip-print-1): Quote the expression to evaluate.
8961         This allows to evaluate expressions with embedded whitespace.
8962         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8963         if the TTY name is nil or empty (which happens when communicating
8964         with the inferior via pipes, e.g. on MS-Windows).
8965         (gdb-internals): If GDB sends a "&\n" empty debugging message,
8966         don't send that to the GUD buffer.
8968 2012-08-14  Glenn Morris  <rgm@gnu.org>
8970         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8971         Optimize away setq-default with no args, as for setq.  (Bug#12195)
8973 2012-08-14  Chong Yidong  <cyd@gnu.org>
8975         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8977         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8978         (Bug#12085).
8980 2012-08-14  Glenn Morris  <rgm@gnu.org>
8982         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8984 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
8986         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8987         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8988         Use cached shell name.
8990 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8992         * progmodes/python.el (python-shell-send-string):
8993         (python-shell-send-setup-code): Do not use `format' with `message'.
8995 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
8997         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8998         (ruby-percent-literal-beg-re): New constant.
8999         (ruby-syntax-general-delimiters-goto-beg): Rename to
9000         `ruby-syntax-enclosing-percent-literal', improve literal type check.
9001         (ruby-syntax-propertize-general-delimiters): Rename to
9002         `ruby-syntax-propertize-percent-literal', it's a shorter and more
9003         popular term.  Adjust comments everywhere.
9004         (ruby-syntax-propertize-percent-literal): Only propertize when not
9005         inside a simple string or comment.  When the literal is unclosed,
9006         leave the text after it unpropertized.
9007         (ruby-syntax-methods-before-regexp): New constant.
9008         (ruby-syntax-propertize-function): Use it to recognize regexps.
9009         Don't look at the text after regexp, just use the whitelist.
9011 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
9013         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9014         non-nil always load the compiled file if it exists.  (Bug#12197)
9016 2012-08-14  Chong Yidong  <cyd@gnu.org>
9018         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9019         (hi-lock-set-pattern): When deciding whether to use font lock or
9020         overlays, look at font-lock-mode instead of font-lock-fontified
9021         (Bug#12168).
9022         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9023         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9025 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
9027         * subr.el (internal--after-with-selected-window): Fix typo
9028         (Bug#12193).
9030 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9032         Use `completion-table-dynamic' for completion functions.
9033         * progmodes/python.el
9034         (python-shell-completion--do-completion-at-point)
9035         (python-shell-completion--get-completions):
9036         Remove functions.
9037         (python-shell-completion-complete-at-point): New function.
9038         (python-completion-complete-at-point): Use it.
9040 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
9042         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
9043         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
9045 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9047         * subr.el (function-get): Refine `autoload' arg so it can also
9048         autoload functions for gv.el (bug#12191).
9049         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9050         autoloads macros.
9052         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9053         Prefer pcase-let over destructuring-bind.
9054         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9055         Also, remove whitespace as we go, rather than after accumulating the
9056         various places.
9058         * subr.el (internal--before-with-selected-window)
9059         (internal--after-with-selected-window): Fix typo seleted->selected.
9060         (with-selected-window): Adjust callers.
9061         Reported by Dmitry Gutov <dgutov@yandex.ru>.
9063 2012-08-13  Bastien Guerry  <bzg@gnu.org>
9065         * window.el (special-display-popup-frame): Minor docstring
9066         enhancement.  (Bug#12172)
9068 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
9070         * tar-mode.el (tar-header-data-end): Only ignore size for files of
9071         type 1-6.
9072         (tar-header-block-summarize, tar-get-descriptor): Handle pax
9073         extended headers.
9075         * files.el (hack-local-variables-filter): Remove useless eval.
9077 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
9079         * subr.el (with-selected-window): Fix last change.
9081 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9083         * subr.el (internal--before-with-seleted-window)
9084         (internal--after-with-seleted-window): New functions.
9085         (with-selected-window): Use them, to replace dependency on
9086         tty-top-frame.
9088 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
9090         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9091         binding for `newline'.
9092         (ruby-move-to-block): When moving backward, stop at block opening,
9093         not indentation.
9094         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9095         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9096         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9097         `ruby-toggle-block'.
9099 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9101         * ibuffer.el (ibuffer-do-toggle-read-only):
9102         * dired.el (dired-toggle-read-only):
9103         * buff-menu.el (Buffer-menu-toggle-read-only):
9104         * bindings.el (mode-line-toggle-read-only):
9105         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9107 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
9109         * descr-text.el (describe-char): Put the overlays over the
9110         "displayed as" character.
9112 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
9114         * calc/calc-units.el (math-default-units-table): Give an
9115         initial value.
9116         (math-put-default-units): Add options to put composite units and
9117         unit systems in the default units table.
9118         (calc-convert-units): Send composite units to
9119         `math-put-default-units' when appropriate.
9121 2012-08-11  Glenn Morris  <rgm@gnu.org>
9123         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9125         * tutorial.el (help-with-tutorial):
9126         * emacs-lisp/copyright.el (copyright-update-directory):
9127         * emacs-lisp/autoload.el (autoload-find-generated-file)
9128         (autoload-find-file): Disable local eval: (for insurance).
9130         * files.el (hack-local-variables-filter): If an eval: form is not
9131         known to be safe, and enable-local-variables is :safe, then ignore
9132         the form totally, as is done for non-eval forms.  (Bug#12155)
9133         This is CVE-2012-3479.
9135 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9137         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9138         (rx-form): Simplify.
9140 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
9142         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9143         ?, _, and : are symbol constituents, ! is not (but kinda should be).
9144         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9145         (ruby-syntax-propertize-function): Adjust for changes in
9146         `ruby-syntax-propertize-heredoc'.
9148 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
9150         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9151         binding (use `M-;' instead).
9152         (ruby-singleton-class-p): New function.
9153         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9155 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9157         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9159 2012-08-10  Chong Yidong  <cyd@gnu.org>
9161         * progmodes/python.el (python-shell-get-process-name): Don't mess
9162         with same-window-buffer-names.
9164         * eshell/eshell.el (eshell-add-to-window-buffer-names)
9165         (eshell-remove-from-window-buffer-names): Make obsolete.
9166         (eshell-buffer-name, eshell-unload-hook): Don't use them.
9167         (eshell): Just use pop-to-buffer-same-window instead.
9169 2012-08-10  Chong Yidong  <cyd@gnu.org>
9171         * bindings.el: Bind M-= back to count-words-region.
9173         * simple.el (count-words-region): Accept a prefix arg for acting
9174         on the entire buffer.
9175         (count-words--buffer-message): New helper function.
9177 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9179         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9180         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9181         (event-start, event-end): Use posn-at-point to return a more
9182         informative posn.
9183         (posnp): New function.
9184         * mouse.el (popup-menu-normalize-position): Use it.
9186 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
9188         * mouse.el (popup-menu-normalize-position): New function.
9189         (popup-menu): Use `popup-menu-normalize-position' to normalize
9190         the form for POSITION argument.
9192         * term/x-win.el (x-menu-bar-open):
9193         Use the value returend from (posn-at-point) as position
9194         passed to `popup-menu'.
9196 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9198         * calc/calccomp.el (math-compose-expr): Add extra argument
9199         indicating that parentheses should be put around products in
9200         denominators.  Give multiplication precedence over division during
9201         composition.
9203 2012-08-09  Chong Yidong  <cyd@gnu.org>
9205         * man.el (Man-switches, Man-sed-command, Man-awk-command)
9206         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9207         (Man-untabify-command, manual-program): Convert to defcustom
9208         (Bug#10429).
9210         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9212         * descr-text.el (describe-char): Don't insert extra newlines
9213         (Bug#10127).
9215         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9216         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9218         * align.el (align-region): Delete temporary markers (Bug#10047).
9219         Plus some code cleanups.
9221 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9223         * progmodes/python.el (python-pdbtrack-tracked-buffer)
9224         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9225         (python-shell-internal-last-output): Use make-local-variable
9226         instead of make-variable-buffer-local.
9228 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9230         * progmodes/python.el: Enhancements to forward-sexp.
9231         (python-nav-forward-sexp): Rename from
9232         python-nav-forward-sexp-function.
9233         (python-nav--forward-sexp, python-nav--backward-sexp):
9234         New functions.
9236 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
9238         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9239         modes and simplification modes.
9241 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9243         * delsel.el (delete-selection-pre-hook): Don't propagate the
9244         file-supersession signals (bug#12161).
9246 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9248         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9249         (cl-map-extents): Add compatibility aliases (bug#12135).
9251 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
9253         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9254         tests by `ignore-error'.
9255         (tramp-find-shell): Open also a new shell, when cache is already
9256         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
9258 2012-08-08  Juri Linkov  <juri@jurta.org>
9260         * bookmark.el: Add `defaults' property to the bookmark record.
9261         (bookmark-current-buffer): Doc fix.
9262         (bookmark-make-record): Add `defaults' property with default values
9263         to the bookmark record.
9264         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9265         with `bookmark-insert-current-bookmark'.
9266         (bookmark-set): Get `defaults' property from the bookmark record
9267         and use it in `read-from-minibuffer'.
9268         (bookmark-insert-current-bookmark): Remove function.
9270         * info.el (Info-bookmark-make-record): Add `defaults' property
9271         with values of canonical Info node name, the current Info file
9272         name and the current Info node name.  (Bug#12107)
9274 2012-08-08  Juri Linkov  <juri@jurta.org>
9276         * files.el (basic-save-buffer): Use `buffer-name' as the default
9277         of `read-file-name' when buffer is not visiting a file (bug#12128).
9279 2012-08-08  Juri Linkov  <juri@jurta.org>
9281         * info.el (Info-isearch-search): Doc fix.
9282         (Info-search): Change search-failed message from "initial node" to
9283         "end of node" (bug#12078).
9284         (Info-isearch-search): Change `isearch-string-state' to
9285         `isearch--state-string'.
9287 2012-08-08  Glenn Morris  <rgm@gnu.org>
9289         * language/persian.el: Remove file.
9290         * language/misc-lang.el: Move unique part of persian.el here.
9291         * loadup.el: Remove language/persian.
9293 2012-08-08  Ă“scar Fuentes  <ofv@wanadoo.es>
9295         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9297 2012-08-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9299         * progmodes/python.el: Fix defsubst warning.
9300         (python-syntax-context) Rename from python-info-ppss-context.
9301         (python-syntax-context-type): Rename from
9302         python-info-ppss-context-type.
9303         (python-syntax-comment-or-string-p): Rename from
9304         python-info-ppss-comment-or-string-p.
9306 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
9308         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9310 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
9312         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9313         a defcustom that is quoted with backquote.
9315         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9316         Fix handling of interactive spec when the body uses return.
9317         (math-do-arg-check, math-define-function-body): Use backquote forms.
9318         * calc/calc-ext.el (math-defcache): Likewise.
9319         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9320         * allout.el (allout-new-exposure): Likewise.
9321         * calc/calcalg2.el (math-tracing-integral): Likewise.
9322         * info.el (Info-last-menu-item): Likewise.
9323         * emulation/vip.el (vip-loop): Likewise.
9324         * textmodes/artist.el (artist-funcall): Likewise.
9325         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9326         Construct menu-item directly.
9328         * progmodes/autoconf.el (font-lock-syntactic-keywords):
9329         Don't declare.
9331 2012-08-07  Chong Yidong  <cyd@gnu.org>
9333         * simple.el (deactivate-mark): Preserve text properties when
9334         saving the primary selection (Bug#8384).
9336 2012-08-07  Kevin Ryde  <user42@zip.com.au>
9338         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9339         (woman-parse-numeric-value): On a bad .IP line, issue a warning
9340         and continue processing (Bug#12110).
9342 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9344         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9345         syntax-propertize-function (bug#10095).
9347 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9349         * help-fns.el (help-fns--key-bindings, help-fns--signature)
9350         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9351         describe-function-1.
9352         (describe-function-1): Use them.  Move compiler macro after sig.
9353         (help-fns--compiler-macro): Use function-get.  Assume we're already in
9354         standard-output.  Adjust layout to new call order.
9356         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9357         re-binding a symbol that has a symbol-macro (bug#12119).
9359 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
9361         * language/persian.el: New file.  (Bug#11812)
9362         * loadup.el: Add language/persian.el.
9364 2012-08-06  Chong Yidong  <cyd@gnu.org>
9366         * window.el (window--maybe-raise-frame): New function.
9367         (window--display-buffer): Split off from here.
9368         (display-buffer-reuse-window, display-buffer-pop-up-frame)
9369         (display-buffer-pop-up-window, display-buffer-use-some-window):
9370         Obey an inhibit-switch-frame action alist entry.
9371         (display-buffer): Update doc.
9373         * replace.el (occur-after-change-function): Avoid losing focus by
9374         using the inhibit-switch-frame display parameter (Bug#12139).
9376 2012-08-06  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9378         Make internal shell process buffer names start with space.
9379         * progmodes/python.el (python-shell-make-comint): Add optional
9380         argument INTERNAL.
9381         (run-python-internal): Use it.
9382         (python-shell-internal-get-or-create-process): Check for new
9383         internal buffer names.
9385 2012-08-06  Glenn Morris  <rgm@gnu.org>
9387         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9388         Do less getting and setting of environment variables.
9390 2012-08-05  Chong Yidong  <cyd@gnu.org>
9392         * proced.el (proced): Add substitution string to docstring to
9393         trigger autoloading of the proced library on C-h f (Bug#1768).
9395         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9396         Don't show defvars which have no second argument (Bug#8638).
9398         * imenu.el (imenu-generic-expression): Move documentation here
9399         from imenu--generic-function.
9400         (imenu--generic-function): Refer to imenu-generic-expression.
9402 2012-08-05  Vegard Ă˜ye  <vegard_oye@hotmail.com>  (tiny change)
9404         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9405         indentation declaration.
9406         (viper-loop): Add indentation declaration (Bug#7025).
9408 2012-08-05  Chong Yidong  <cyd@gnu.org>
9410         * help-fns.el (describe-variable): Add hyperlink for
9411         directory-local variables files.  Improve buffer-local and
9412         permanent-local reporting; suggested by MON KEY (Bug#6644).
9414         * help-mode.el (help-dir-local-var-def): New button type.
9416         * files.el (kill-buffer-hook): Provide a defvar.
9418 2012-08-05  Glenn Morris  <rgm@gnu.org>
9420         * eshell/esh-ext.el (eshell/addpath):
9421         Also update eshell-path-env.  (Bug#12013)
9423 2012-08-05  Chong Yidong  <cyd@gnu.org>
9425         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9427         * fringe.el (fringe-styles): Add docstring.
9428         (fringe--check-mode): New function.
9429         (set-fringe-mode, set-fringe-style): Use it.
9430         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9432         * files.el (set-auto-mode): Fix invalid setq call.
9434 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9436         * isearch.el: Misc simplification; use defstruct.
9437         (isearch-mode-map): Dense maps now work like sparse ones.
9438         (isearch--state): New defstruct.
9439         (isearch-string-state, isearch-message-state, isearch-point-state)
9440         (isearch-success-state, isearch-forward-state)
9441         (isearch-other-end-state, isearch-word-state, isearch-error-state)
9442         (isearch-wrapped-state, isearch-barrier-state)
9443         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9444         replaced by defstruct's accessors.
9445         (isearch--set-state): Rename from isearch-top-state and change
9446         calling convention.
9447         (isearch-push-state): Use new isearch--get-state.
9448         (isearch-toggle-word): Disable regexp when enabling word.
9449         (isearch-message-prefix): Remove unused arg _c-q-hack.
9450         (isearch-message-suffix): Remove unused arg _ellipsis.
9452 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
9454         * simple.el (list-processes--refresh): For a server use :host or
9455         :local as the address.
9456         (list-processes): Doc fix.
9458 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
9460         * lisp/mpc.el: Support password in host argument.
9461         (mpc--proc-connect): Parse and use new password element.
9462         Set mpc-proc variable instead of returning process.
9463         (mpc-proc): Adjust accordingly.
9465 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
9467         * whitespace.el (whitespace-display-mappings): Use Unicode
9468         codepoints, instead of emacs-mule codepoints.  See
9469         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9470         for the details.
9472         * files.el (file-truename): Don't skip symlink-chasing part on
9473         windows-nt.  Incorporate the resolution of 8+3 short aliases on
9474         Windows into the loop that recursively chases symlinks.
9475         Compare directory and its parent case-insensitively on MS-Windows and
9476         MS-DOS.
9478 2012-08-03  Chong Yidong  <cyd@gnu.org>
9480         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9482         * sort.el (sort-regexp-fields): Doc fix.
9484 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
9486         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9487         labels regex position point at the expected place.
9489 2012-08-03  MON KEY  <monkey@sandpframing.com>
9491         * net/imap.el (imap-interactive-login, imap-authenticate)
9492         (imap-mailbox-lsub, imap-mailbox-list)
9493         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9494         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9495         (imap-parse-response): Doc fix.
9497 2012-08-03  JoĂ£o TĂ¡vora  <joaotavora@gmail.com>
9499         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9500         if sexp scanning does not move point (Bug#5734).
9502 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
9504         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9505         Add listings, minted, and ctable packages.
9506         (reftex-label-alist-builtin): Move listings, minted, and ctable
9507         entries before LaTeX.
9508         (reftex-label-alist): Docfix.
9510 2012-08-02  Bastien Guerry  <bzg@gnu.org>
9512         * replace.el (occur): Fix docstring (bug#12122).
9514 2012-08-02  Glenn Morris  <rgm@gnu.org>
9516         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9518 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
9520         Obsolete alias inactivate-current-input-method-function (Bug#10150).
9521         * international/mule-cmds.el: Create
9522         inactivate-current-input-method-function as an obsolete alias for
9523         deactivate-current-input-method-function.  See Katsumi Yamaoka in
9524         <http://bugs.gnu.org/10150#46>.
9526 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
9528         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9529         of nested `if's.
9531 2012-08-01  Glenn Morris  <rgm@gnu.org>
9533         * progmodes/autoconf.el (autoconf-definition-regexp):
9534         Add AH_TEMPLATE, adjust submatch numbering.
9535         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9536         (autoconf-current-defun-function): Update for above change.
9537         (autoconf-current-defun-function): First skip to end of current word.
9539 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
9541         * calendar/cal-html.el (cal-html-insert-agenda-days):
9542         Fix typo.  (Bug#12018)
9544 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9546         Shell processes: enhancements to startup and CEDET compatibility.
9547         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9548         (python-shell-make-comint): accept-process-output at startup.
9549         (run-python-internal): Set inferior-python-mode-hook to nil.
9550         (python-shell-internal-get-or-create-process): call sit-for.
9551         (python-preoutput-result): Add obsolete alias.
9552         (python-shell-internal-send-string): Use it.
9553         (python-shell-send-setup-code): Remove call to
9554         accept-process-output.
9556 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
9558         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9559         (Bug#12108)
9561 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
9563         * calc-mode.el (calc-basic-simplification-mode): Rename from
9564         `calc-limited-simplification-mode'.
9565         (calc-alg-simplification-mode): New function.
9566         (calc-set-simplify-mode): Adjust message.
9568         * calc.el (calc-set-mode-line): Adjust mode line display for
9569         basic simplification mode.
9571         * calc-help.el (calc-m-prefix-help): Update help message.
9573         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9574         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9576 2012-07-31  Bastien Guerry  <bzg@gnu.org>
9578         * man.el (man): Fix comment.  (bug#12101)
9580 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
9582         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9583         Don't return a non-nil value when no suitable buffer was found.
9585 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9587         * progmodes/python.el (run-python-internal): Disable font lock for
9588         internal shells.
9590 2012-07-30  Stefan Merten  <smerten@oekonux.de>
9592         * textmodes/rst.el: Silence `checkdoc-ispell'.
9593         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9594         (rst-official-version, rst-official-cvs-rev)
9595         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9596         (rst-mode-map): New key binding.
9598 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
9600         Update .PHONY listings in makefiles.
9601         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9602         autoloads, update-subdirs, updates, bzr-update, update-authors,
9603         compile-onefile, compile-calc, backup-compiled-files,
9604         compile-after-backup, compile-one-process, mh-autoloads,
9605         bootstrap-clean, distclean, maintainer-clean.
9607 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
9609         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9610         (calc-set-mode-line): Don't display "AlgSimp ".
9612         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9613         (calc-lim-simplify-mode): New function.
9614         (calc-set-simplify-mode): Default to 'alg.
9615         (calc-default-simplify-mode): Make algebraic simplifications
9616         the default.
9618         * calc/calc-ext.el (calc-init-extensions): Remove binding for
9619         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
9621         * calc/calc-help.el (calc-m-prefix-help): Change messages to
9622         indicate new simplification modes.
9624         * calc/README: Mention new default simplification mode.
9626         * calc/calc.el (math-normalize-error): New variable.
9627         (math-normalize): Set `math-normalize-error' to t
9628         when there's an error.
9630         * calc/calc-alg.el (math-simplify): Don't simplify when
9631         `math-normalize' returns an error.
9633 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
9635         * international/mule-cmds.el (set-locale-environment): Revert last
9636         change, since display-graphic-p returns nil when this function is
9637         called during startup.  Instead...
9639         * term/w32console.el (terminal-init-w32console): ...setup the
9640         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
9642 2012-07-29  Juri Linkov  <juri@jurta.org>
9644         * simple.el (goto-line): Don't display default line number in the
9645         prompt because it should be displayed by `read-number' (bug#9952).
9646         Add the current line number to the defaults of `goto-line' to
9647         allow its easier modification by users with `M-n' (bug#9201).
9649         * subr.el (read-number): Support multiple default values like in
9650         other minibuffer reading functions.  Replace `read' with
9651         `string-to-number' for consistency with `number-to-string'.
9653 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
9655         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9656         * emulation/viper-init.el (viper-deactivate-input-method-action):
9657         Rename from viper-inactivate-input-method-action.
9658         (viper-deactivate-input-method):
9659         Rename from viper-inactivate-input-method.
9660         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9661         * international/mule-cmds.el (deactivate-input-method):
9662         Rename from inactivate-input-method.
9663         Also run input-method-deactivate-hook.
9664         (deactivate-current-input-method-function):
9665         Rename from inactivate-current-input-method-function.
9666         (input-method-deactivate-hook): New hook.
9667         (input-method-inactivate-hook): Mark obsolete.
9668         (inactivate-input-method): Mark obsolete.
9670         * international/quail.el (quail-activate):
9671         Also run quail-deactivate-hook.
9672         (quail-deactivate): Rename from quail-inactivate.
9673         * international/robin.el (robin-activate):
9674         Also run robin-deactivate-hook.
9675         (robin-deactivate): Rename from robin-inactivate.
9677 2012-07-29  Chong Yidong  <cyd@gnu.org>
9679         * simple.el (indicate-copied-region): New function.
9680         (kill-ring-save): Split off from here.
9682         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9683         (kill-rectangle): Set deactivate-mark to t on read-only error.
9685         * register.el (copy-to-register, copy-rectangle-to-register):
9686         Deactivate the mark, and use indicate-copied-region (Bug#10056).
9687         (append-to-register, prepend-to-register): Call indicate-copied-region.
9689 2012-07-29  Juri Linkov  <juri@jurta.org>
9691         * simple.el (async-shell-command-buffer): New defcustom.
9692         (shell-command): Use it.  (Bug#4719)
9694 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9696         * international/mule-cmds.el (set-locale-environment): In a
9697         console session on MS-Windows, set up keyboard and terminal
9698         encoding from the OEM codepage, not the ANSI codepage.
9699         (Bug#12055)
9701 2012-07-28  Chong Yidong  <cyd@gnu.org>
9703         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9704         gdb-get-location.
9706 2012-07-28  Leo Liu  <sdl.web@gmail.com>
9708         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9709         the alist (bug#12029).
9711 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
9713         * makefile.w32-in (custom-deps, finder-data, updates, compile)
9714         (compile-always, compile-first)
9715         ($(lisp)/calendar/cal-loaddefs.el)
9716         ($(lisp)/calendar/diary-loaddefs.el)
9717         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9718         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9719         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9720         instead of on update-subdirs.
9721         (bootstrap-clean): Delete $(lisp)/subdirs.el.
9723 2012-07-28  Chong Yidong  <cyd@gnu.org>
9725         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9726         directory if vc-deduce-backend returns nil (Bug#7350).
9728         * simple.el (delete-trailing-lines): New option.
9729         (delete-trailing-whitespace): Obey it (Bug#11879).
9731 2012-07-28  David Engster  <deng@randomsample.de>
9733         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9734         Explanation of new 'symbol-qnames feature in doc-strings.
9735         (xml-maybe-do-ns): Return expanded names as plain symbols if
9736         'symbol-qnames was provided in XML-NS argument (Bug#11916).
9737         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9739 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9741         Consistent completion in inferior python with emacs -nw.
9742         * progmodes/python.el (inferior-python-mode): replace "<tab>"
9743         binding in inferior-python-mode-map with "\t".
9744         (python-shell-completion-complete-at-point)
9745         (python-completion-complete-at-point): Remove interactive spec.
9747 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9749         * calc/calccomp.el (math-compose-expr): Undo previous change.
9751 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9753         * progmodes/python.el (python-mode-map): Add keybinding for
9754         run-python.
9755         (python-shell-make-comint): Fix pop-to-buffer call.
9756         (run-python): Autoload.  New arg SHOW.
9757         (python-shell-get-or-create-process): Do not pop python process
9758         buffer.
9760 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
9762         * notifications.el (notifications-on-action-signal)
9763         (notifications-on-closed-signal): Use also the bus address for the map.
9764         (notifications-notify, notifications-close-notification)
9765         (notifications-get-capabilities): Add optional argument BUS.
9767 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
9769         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9770         Add support for the lstlisting and minted environments, and for the
9771         ctable macro.
9772         * textmodes/reftex.el (reftex-compile-variables): Also recognize
9773         labels written in keyvals syntax.
9775 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
9777         * calc/calccomp.el (math-compose-expr): Use parentheses when
9778         there is a product in the denominator of a fraction.
9780 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
9782         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9783         ($(lisp)/calendar/diary-loaddefs.el)
9784         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9785         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9786         Fixes failures in parallel bootstrap because subdirs.el is being
9787         rewritten while the autoload files are built at the same time,
9788         which needs to load subdirs.el.
9790 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
9792         * mouse.el (popup-menu): Fix doc-string and re-indent code.
9793         (mouse-drag-line): Don't exit tracking when a switch-frame or
9794         switch-window event occurs (Bug#12006).
9796 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9798         * mouse.el (popup-menu): Fix last change.
9800 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9802         Autoload from Lisp with more care.  Follow aliases when looking for
9803         function properties.
9804         * subr.el (autoloadp): New function.
9805         (symbol-file): Use it.
9806         (function-get): New function.
9807         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9808         autoload-do-load.
9809         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9810         (lisp-indent-function):
9811         * emacs-lisp/gv.el (gv-get):
9812         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9813         * emacs-lisp/byte-opt.el (byte-optimize-form):
9814         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9815         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9816         Use function-get.
9817         * emacs-lisp/cl.el: Don't propagate function properties any more.
9819         * speedbar.el (speedbar-add-localized-speedbar-support):
9820         * emacs-lisp/disass.el (disassemble-internal):
9821         * desktop.el (desktop-load-file):
9822         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9823         (describe-function-1):
9824         * emacs-lisp/find-func.el (find-function-noselect):
9825         * emacs-lisp/elp.el (elp-instrument-function):
9826         * emacs-lisp/advice.el (ad-has-proper-definition):
9827         * apropos.el (apropos-safe-documentation, apropos-macrop):
9828         * emacs-lisp/debug.el (debug-on-entry):
9829         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9830         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9831         * calc/calc.el (name): Use autoloadp & autoload-do-load.
9833 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
9835         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9836         function, not an obsolete variable (Bug#12046).
9838 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
9840         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
9842 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
9844         * emacs-lisp/pp.el (pp-display-expression): Select old selected
9845         window only if it is still live (Bug#12034).
9847 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
9849         * subr.el (redirect-frame-focus): Add advertised calling
9850         convention (Bug#12030).
9852 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
9854         Prefer typical American spelling for "acknowledgment".
9855         * vc/add-log.el (change-log-acknowledgment): Rename from
9856         change-log-acknowledgement, with an alias for the old name.
9858 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
9860         * calc-alg.el (math-simplify-divide): Don't cross multiply
9861         in an equation when the lhs is a variable.
9863 2012-07-24  Julien Danjou  <julien@danjou.info>
9865         * net/netrc.el (netrc-find-service-number, netrc-store-data):
9866         Remove, unused.
9868 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
9870         * startup.el (command-line): Don't display an empty user name in
9871         the error message about non-existent home directory, when
9872         init-file-user was set to an empty string.  See
9873         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9874         for the details and context.
9876 2012-07-22  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
9878         * ses.el (ses-cell-formula-aset): New macro.
9879         (ses-cell-references-aset): New macro.
9880         (ses-cell-p): New function.
9881         (ses-rename-cell): Do no longer rely on complex operations like
9882         ses-cell-set-formula or ses-set-cell to change the cell and handle
9883         the undo at the same time, but rather use lower level new macros
9884         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9885         the undo directly.  Refresh the mode line.
9887 2012-07-21  Leo Liu  <sdl.web@gmail.com>
9889         * progmodes/cc-cmds.el (c-defun-name):
9890         Use match-string-no-properties instead for consistency.
9892 2012-07-20  Leo Liu  <sdl.web@gmail.com>
9894         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9895         (Bug#7879)
9897         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9899 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9901         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9902         * progmodes/bug-reference.el, misearch.el: Provide themselves
9903         (bug#11915).
9905         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9906         of narrowed buffer (bug#11966).
9908 2012-07-20  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
9910         * ses.el (ses-rename-cell): Set new name also in reference list of
9911         cells of which the renamed cell depends.
9913 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
9915         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9916         to check whether menu-bar is shown or not.  If not shown,
9917         show the menu-bar as a popup menu instead of using tmm.
9918         * mouse.el (popup-menu): Accept `point' as `position' argument.
9920 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
9922         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9923         up inside string symbol literal (bug#11923).
9925 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
9927         * startup.el (fancy-startup-text): Read the whole tutorial, not
9928         just its first 256 bytes.  Prevents gibberish in display of the
9929         tutorial title.
9931 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
9933         Drop idle buffer compaction due to an absence of the
9934         proved efficiency.
9935         * compact.el: Remove.
9937 2012-07-19  Sam Steingold  <sds@gnu.org>
9939         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9940         vc-bzr-pull & vc-bzr-merge-branch.
9941         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9942         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9943         for consistency with compilation-error-regexp-alist.
9944         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9945         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9946         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9947         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9949 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9951         * emacs-lisp/chart.el: Use lexical-binding.
9952         (chart-emacs-storage): Don't hardcode the list of entries.
9954 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9956         Next round of tweaks caused by Fgarbage_collect changes.
9957         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9959 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9961         Compact buffers when idle.
9962         * compact.el: New file.
9964 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9966         * subr.el (eventp): Presume that if it looks vaguely like an event,
9967         it's an event (bug#10190).
9969 2012-07-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9971         Enhancements to ppss related code (thanks Stefan).
9972         * progmodes/python.el (python-indent-context)
9973         (python-indent-calculate-indentation, python-indent-dedent-line)
9974         (python-indent-electric-colon, python-nav-forward-block)
9975         (python-mode-abbrev-table)
9976         (python-info-assignment-continuation-line-p): Simplify checks
9977         for ppss context.
9978         (python-info-continuation-line-p): Cleanup.
9979         (python-info-ppss-context): Do not catch 'quote.
9980         (python-info-ppss-context-type)
9981         (python-info-ppss-comment-or-string-p): Simplify.
9983 2012-07-18  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9985         * progmodes/python.el: Enhancements to eldoc support.
9986         (python-info-current-symbol): New function.
9987         (python-eldoc-at-point): Use python-info-current-symbol.
9988         (python-info-current-defun): Fix cornercase on first defun scan.
9989         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9990         and signal error when no inferior python process is available.
9992 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
9994         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9995         assume it's always t.
9996         (vc-git-registered): Remove caching, the function is only called
9997         once.
9998         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10000 2012-07-18  Chong Yidong  <cyd@gnu.org>
10002         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10004         * simple.el (count-words): Report on narrowing (Bug#9959).
10006         * bindings.el: Bind M-= to count-words.
10008         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10010 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
10012         * progmodes/sh-script.el (sh-imenu-generic-expression):
10013         Capture a function with `function' keyword and without parentheses
10014         like "function FOO" (bug#11856).
10016 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
10018         * window.el (split-window-sensibly): Make WINDOW argument
10019         optional.
10021 2012-07-18  Chong Yidong  <cyd@gnu.org>
10023         * subr.el (keyboard-translate): Doc fix (Bug#7261).
10025         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
10026         and make C-x 8 RET exit isearch (Bug#11439).
10028         * international/iso-transl.el: Move isearch-mode-map key
10029         definitions to isearch.el.
10031 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10033         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
10034         (eieio-defclass): Use gv-define-setter when possible.
10036 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
10038         Reflect recent changes in Fgarbage_collect.
10039         * emacs-lisp/chart.el (chart-emacs-storage): Change to
10040         reflect new format of data returned by Fgarbage_collect.
10042 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10044         New utility functions + python-info-ppss-context fix (Bug#11910).
10045         * progmodes/python.el (python-info-beginning-of-block-statement-p)
10046         (python-info-ppss-comment-or-string-p): New functions.
10047         (python-info-ppss-context): Small fix for string check.
10049 2012-07-17  Juri Linkov  <juri@jurta.org>
10051         * dired-aux.el (dired-do-async-shell-command): Doc fix.
10052         (dired-do-async-shell-command): Don't add `*' at the end of the
10053         command (Bug#11815).
10054         (dired-do-shell-command): Doc fix.
10055         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10056         Join the individual commands using either "&" or ";" as the
10057         separator depending on the values of these trailing characters.
10058         At the end re-add the trailing "&".  (Bug#10598)
10060         * simple.el (async-shell-command): Sync the interactive spec with
10061         `shell-command'.  Doc fix.
10062         (shell-command): Doc fix.
10064 2012-07-17  Juri Linkov  <juri@jurta.org>
10066         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
10068 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10070         Final renames and doc fixes for movement commands (bug#11899).
10071         * progmodes/python.el (python-nav-beginning-of-statement):
10072         Rename from python-nav-statement-start.
10073         (python-nav-end-of-statement): Rename from
10074         python-nav-statement-end.
10075         (python-nav-beginning-of-block): Rename from
10076         python-nav-block-start.
10077         (python-nav-end-of-block): Rename from python-nav-block-end.
10079 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10081         * progmodes/python.el (python-shell-send-string-no-output):
10082         Allow accept-process-output to quit, keeping shell process ready for
10083         future interactions (Bug#11868).
10085 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10087         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10089         * emacs-lisp/elint.el (elint-find-args-in-code):
10090         Use help-function-arglist, so as to handle lexical byte-code.
10092         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10093         change (bug#11826).
10095 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10097         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10098         Avoid spuriously marking the buffer as modified because of c-is-sws.
10100         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10101         as not-a-comment (bug#11946).
10103         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10104         for uninterned vars.
10106         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10107         Use read-event since we don't really want to read chars but bytes.
10109         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10110         $$..$$ but also $..$ using regexps (bug#11953).
10111         Use tex-verbatim for \url and \path.
10112         (tex-font-lock-keywords): Define as defconst like the others.
10113         (tex-common-initialization): Don't use font-lock-syntax-table any more.
10115 2012-07-16  RenĂ© Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
10117         * international/mule-cmds.el (ucs-insert): Make it an obsolete
10118         alias for insert-char.
10120 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10122         * progmodes/python.el: Simplified imenu implementation.
10123         (python-nav-jump-to-defun): Remove command.
10124         (python-mode-map): Use `imenu' instead.
10125         (python-nav-list-defun-positions-cache)
10126         (python-imenu-include-defun-type, python-imenu-make-tree)
10127         (python-imenu-subtree-root-label, python-imenu-index-alist):
10128         Remove vars.
10129         (python-nav-list-defun-positions, python-nav-read-defun)
10130         (python-imenu-tree-assoc, python-imenu-make-element-tree)
10131         (python-imenu-make-tree, python-imenu-create-index):
10132         Remove functions.
10133         (python-mode): Update to interact with imenu by setting
10134         `imenu-extract-index-name-function' only.
10136 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
10138         * progmodes/python.el: Enhancements to navigation commands.
10139         (python-nav-backward-sentence)
10140         (python-nav-forward-sentence): Remove.
10141         (python-nav-backward-statement, python-nav-forward-statement)
10142         (python-nav-statement-start, python-nav-statement-end)
10143         (python-nav-backward-block, python-nav-forward-block)
10144         (python-nav-block-start, python-nav-block-end)
10145         (python-nav-forward-sexp-function)
10146         (python-info-current-line-comment-p)
10147         (python-info-current-line-empty-p): New functions.
10148         (python-indent-context): Use `python-nav-statement-start'.
10150 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
10152         * eshell/em-ls.el (eshell/ls): Use `apply'.
10154         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10155         multi-hops, instead of Tramp internals.
10157         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10159         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10160         when F1 and F2 are located on different hosts.
10162 2012-07-14  Chong Yidong  <cyd@gnu.org>
10164         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10165         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10166         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10167         (xterm-mouse--read-event-sequence-1000)
10168         (xterm-mouse--read-event-sequence-1006): New functions.  For old
10169         mouse protocol, handle M-mouse-X events correctly.
10170         (xterm-mouse-event): New arg specifying mouse protocol.
10171         (turn-on-xterm-mouse-tracking-on-terminal)
10172         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10173         sequence to toggle extended coordinates on newer XTerms.
10174         This appears to be harmless on terminals which do not support this.
10176 2012-07-14  Leo Liu  <sdl.web@gmail.com>
10178         Add fringe bitmap indicators for flymake.  (Bug#11253)
10179         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10180         (flymake-make-overlay): New arg BITMAP.
10181         (flymake-error-bitmap, flymake-warning-bitmap)
10182         (flymake-fringe-indicator-position): New user variables.
10184         * fringe.el: New bitmap exclamation-mark.
10186 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
10188         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10189         also (Bug#7879).
10191 2012-07-14  Chong Yidong  <cyd@gnu.org>
10193         * electric.el (electric-pair-post-self-insert-function): Fix pair
10194         insertion in empty-region case (Bug#11520).
10196 2012-07-14  Chong Yidong  <cyd@gnu.org>
10198         * bindings.el: Consolidate ctl-x-r-map bindings.
10199         Bind copy-rectangle-as-kill to C-x r w.
10201         * rect.el, register.el: Move bindings to bindings.el.
10203 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
10205         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10207 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
10209         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
10211 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
10213         * bindings.el (top): Use `mapc' instead of `mapcar'.
10215         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10217 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
10219         * progmodes/sql.el (sql-comint): Suppress the check for program on
10220         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
10221         (Bug#11908)
10223 2012-07-13  Chong Yidong  <cyd@gnu.org>
10225         * bindings.el: Assign a non-nil permanent-local property to
10226         per-buffer variables which lack a default value (Bug#11930).
10228         * help-fns.el (describe-variable): In the "automatically becomes
10229         local" notice, take note of permanent-local variables.
10231 2012-07-13  Chong Yidong  <cyd@gnu.org>
10233         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
10234         to allow printing the message when called from Lisp.
10236         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10237         Remove toggle-read-only.
10239         * bs.el (bs-toggle-readonly):
10240         * buff-menu.el (Buffer-menu-toggle-read-only):
10241         Remove with-no-warnings around toggle-read-only.
10243         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10244         Remove with-no-warnings around toggle-read-only.
10245         (ffap-read-only, ffap-read-only-other-window)
10246         (ffap-read-only-other-frame): Callers changed.
10248         * help-mode.el: Don't require view package.
10249         (help-mode-finish): Set buffer-read-only instead of calling
10250         toggle-read-only.
10252         * bindings.el (mode-line-toggle-read-only):
10253         * dired.el (dired-toggle-read-only):
10254         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10255         with non-nil second arg.
10257         * emacs-lisp/eieio-custom.el (eieio-customize-object):
10258         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10259         directly.
10261 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
10263         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10264         not incf.
10266 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10268         More CL cleanups and reduction of use of cl.el.
10269         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10270         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10271         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10272         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10273         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10274         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10275         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10276         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10277         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10278         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10279         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10280         * eshell/em-cmpl.el, eshell/em-banner.el:
10281         * calendar/parse-time.el: Use cl-lib.
10282         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10283         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10284         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10285         * term/ns-win.el, term.el, shell.el, ps-samp.el:
10286         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10287         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10288         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10289         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10290         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10291         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10292         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10293         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10294         `lambda' rather than with `quote'.
10295         (eshell-do-opt): Adjust accordingly.
10296         (eshell-process-option): Simplify.
10297         * eshell/esh-var.el:
10298         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10299         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10300         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10301         to `pcase--dontcare'.
10302         * emacs-lisp/cl.el (labels): Mark obsolete.
10303         (cl--letf, letf): Move to cl-lib.
10304         (cl--letf*, letf*): Remove.
10305         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10306         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10307         (cl-progv): Rewrite.
10308         (cl--letf, cl-letf): Move from cl.el.
10309         (cl-letf*): New macro.
10310         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10312 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
10314         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10316 2012-07-11  Chong Yidong  <cyd@gnu.org>
10318         * vc/log-edit.el (log-edit-vc-backend): New variable.
10319         (log-edit): Doc fix.
10321         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
10322         argument of log-edit to set up all local variables.
10323         (vc-start-logentry): New optional arg specifying VC backend.
10325         * vc/vc.el (vc-checkin): Use it.
10326         (vc-deduce-fileset): Handle Log Edit buffers.
10327         (vc-diff): Make first argument optional too.
10329         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10331 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
10333         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10334         command, just in case.  The function is not needed anymore.
10335         (eshell-external-command): Do not call `eshell-remote-command'.
10337 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10339         Reduce use of (require 'cl).
10340         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10341         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10342         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10343         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10344         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10345         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10346         * battery.el, avoid.el, abbrev.el: Use cl-lib.
10347         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10348         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10349         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10350         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10351         * calculator.el, autorevert.el, apropos.el: Don't require CL.
10352         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10353         (byte-compile-unfold-bcf, byte-compile-check-variable):
10354         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10355         (byte-compile-nilconstp):
10356         * emacs-lisp/autoload.el (make-autoload): Use pcase.
10357         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10359         * emacs-lisp/gv.el (cond): Make it a valid place.
10360         (if): Simplify slightly.
10362         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10363         (pcase--self-quoting-p): New function.
10364         (pcase--u1): Use it.
10366 2012-07-10  Glenn Morris  <rgm@gnu.org>
10368         * emacs-lisp/authors.el (authors-fixed-entries):
10369         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10371 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10373         Rename configure.in to configure.ac (Bug#11603).
10374         * emacs-lisp/authors.el (authors-canonical-file-name):
10375         * progmodes/autoconf.el (autoconf-mode):
10376         Prefer configure.ac to configure.in.
10378 2012-07-08  Chong Yidong  <cyd@gnu.org>
10380         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10381         Implement the mouse-1-click-follows-link handling properly.
10383         * info.el (Info-link-keymap): Use follow-link mechanism for
10384         header-line links (Bug#374).
10386         * simple.el (deactivate-mark): Do not set the primary selection
10387         if another program has acquired it (Bug#11772).
10389 2012-07-07  Kevin Ryde  <user42@zip.com.au>
10391         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10392         (woman-decode-region): Replace escaped-escapes without destroying
10393         bold or underline (Bug#11552).
10394         (woman2-process-escapes): Handle nofill regions (Bug#11591).
10396 2012-07-07  Chong Yidong  <cyd@gnu.org>
10398         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10399         (interprogram-cut-function, interprogram-paste-function):
10400         Mention that we typically mean the clipboard.
10402 2012-07-06  Glenn Morris  <rgm@gnu.org>
10404         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
10406         * files.el (toggle-read-only): Restrict message to interactive use.
10408 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
10410         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10412         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10414 2012-07-06  Glenn Morris  <rgm@gnu.org>
10416         * Makefile.in (compile-one-process): Rename from "recompile".
10418         * Makefile.in (bzr-update): "compile" is the same as "recompile
10419         autoloads", but parallelizable, so use that instead.
10421 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
10423         * window.el (quit-window): Always restore window height when
10424         it's saved in quit-restore parameter (Bug#11810).
10426 2012-07-06  Glenn Morris  <rgm@gnu.org>
10428         * simple.el (kill-whole-line): Doc tweak.
10430 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
10432         * files.el (file-relative-name): Compare file names
10433         case-insensitively if on MS-Windows or MS-DOS, or if
10434         read-file-name-completion-ignore-case is non-nil.  Don't use
10435         case-fold-search for this purpose.  (Bug#11827)
10437 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
10439         * calendar/cal-dst.el (calendar-current-time-zone):
10440         Return calendar-current-time-zone-cache if non-nil.
10442 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
10443 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
10445         * calendar/cal-dst.el (calendar-current-time-zone):
10446         Return calendar-current-time-zone-cache if non-nil.
10448 2012-07-06  Glenn Morris  <rgm@gnu.org>
10450         * Makefile.in (cvs-update): Remove old alias.
10452 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
10454         Sync with Tramp 2.2.6-pre.
10456         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10457         compatible declaration.
10459         * net/tramp-cmds.el (tramp-append-tramp-buffers):
10460         Protect `list-load-path-shadows' call.
10462         * net/tramp-compat.el (top): Require packages, which aren't
10463         autoloaded anymore for XEmacs.  Protect call of
10464         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10465         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
10466         it hurts at least for SXEmacs.
10467         (tramp-compat-temporary-file-directory): In XEmacs, there is no
10468         standard-value for `temporary-file-directory'.
10470         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10471         Redirect stderr to /dev/null.
10472         (tramp-sh-handle-write-region): uid and gid can be floats.
10473         Reported by Russell Sim <russell.sim@gmail.com>.
10474         (tramp-sh-handle-vc-registered): Hide errors.
10475         (tramp-vc-file-name-handler): Use dummy results for `process-file'
10476         and `start-file-process'.
10477         (tramp-maybe-open-connection): Check also whether `non-essential'
10478         is bound.
10480 2012-07-04  Chong Yidong  <cyd@gnu.org>
10482         * xml.el (xml--parse-buffer): Use xml-syntax-table.
10483         (xml-parse-tag): Likewise, and avoid changing entity tables.
10484         (xml-syntax-table): Define from scratch, making sure not to give
10485         x2000 and other Unicode spaces whitespace syntax, since those are
10486         not spaces in XML.
10487         (xml-parse-fragment): Delete unused function.
10488         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10489         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10490         (xml-entity-ref, xml-pe-reference-re)
10491         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10492         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10493         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10494         (xml-entity-value-re): Use syntax references in regexps where
10495         possible; no need to define inside a let-binding.
10496         (xml-parse-dtd): Use xml-pe-reference-re.
10497         (xml-entity-or-char-ref-re): New defconst.
10498         (xml-parse-string, xml-substitute-special): Use it.
10500 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10502         * files.el (locate-dominating-file): Allow `name' to be a predicate.
10503         (find-file--read-only): New function.
10504         (find-file-read-only, find-file-read-only-other-window)
10505         (find-file-read-only-other-frame): Use it.
10506         (insert-file-contents-literally): Don't `fset'.
10507         (get-free-disk-space): Use locate-dominating-file.
10509         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10510         function is already compiled.
10512         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
10514 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
10516         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10517         files on the same host.
10519 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
10521         * help-fns.el (describe-function-1): Only call
10522         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
10524 2012-07-03  Chong Yidong  <cyd@gnu.org>
10526         * xml.el: Protect parser against XML bombs.
10527         (xml-entity-expansion-limit): New variable.
10528         (xml-parse-string, xml-substitute-special): Use it.
10529         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10531 2012-07-03  Glenn Morris  <rgm@gnu.org>
10533         * progmodes/bug-reference.el (bug-reference-bug-regexp):
10534         Allow linking to specific messages in debbugs reports (eg 123#5).
10536 2012-07-02  Chong Yidong  <cyd@gnu.org>
10538         * xml.el: Fix entity and character reference expansion, allowing
10539         them to expand into markup as per XML spec.
10540         (xml-default-ns): New variable.
10541         (xml-entity-alist): Use XML spec definitions for lt and amp.
10542         (xml-parse-region): Make first two arguments optional.
10543         Discard text properties.
10544         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10545         All callers changed.
10546         (xml-parse-tag): Call xml-parse-tag-1.  For backward
10547         compatibility, this function should not modify buffer contents.
10548         (xml-parse-tag-1): Fix opening-tag regexp.
10549         (xml-parse-string): Rewrite, handling entity and character
10550         references properly.
10551         (xml--entity-replacement-text): Signal an error if a parameter
10552         entity is undefined.
10554 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10556         * comint.el (comint-output-filter): Filter out repeated prompts.
10558         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10559         and file-name-absolute-p.
10560         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10561         internal calls.
10563 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10565         Spelling fixes.
10566         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10567         Rename from byte-compile--refiy-function.  All uses changed.
10569 2012-07-01  Chong Yidong  <cyd@gnu.org>
10571         * xml.el (xml--parse-buffer): New function.  Move most of
10572         xml-parse-region here.
10573         (xml-parse-region): Copy region into a temporary buffer, since
10574         parameter entity substitution requires changing buffer contents.
10575         Use xml--parse-buffer.
10576         (xml-parse-file): Use xml--parse-buffer.
10577         (xml-parse-dtd): Make parameter entity substitution work right.
10578         Use proper regexps for ELEMENT declarations (Bug#7172).
10580 2012-06-30  Glenn Morris  <rgm@gnu.org>
10582         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10584         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10585         Remove outdated and unnecessary dbus declarations.
10587 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
10589         * emacs-lisp/timer.el (timer-until): Subtract results of
10590         float-time, instead of taking float-time of the result of
10591         time-subtract, since float-time signals an error for negative time
10592         arguments.
10594 2012-06-30  Chong Yidong  <cyd@gnu.org>
10596         * xml.el (xml-*-re): Convert defvars into defconsts, and
10597         eval-and-compile them so eval-and-compile works on derivatives.
10598         (xml--entity-replacement-text): Use eval-and-comple.
10600 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
10602         * vc/vc-git.el (vc-git-registered): Use cache property
10603         `git-registered'.
10604         (vc-git-mode-line-string): Call `vc-working-revision' instead of
10605         `vc-git-working-revision' in order to benefit from the cache.
10606         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
10608 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10610         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10611         removed (likely outside Emacs).  (Bug#11757)
10613 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10615         * emacs-lisp/cl-lib.el: Require macroexp.
10617 2012-06-30  Chong Yidong  <cyd@gnu.org>
10619         * xml.el: Implement XML parameter entities.
10620         (xml-parameter-entity-alist): New variable.
10621         (xml-parse-region, xml-parse-fragment): Preserve previous values
10622         of xml-entity-alist and xml-parameter-entity-alist, so that
10623         repeated calls on different documents do not change them.
10624         (xml-parse-tag): Fix doctype regexp.
10625         (xml--entity-replacement-text): New function.
10626         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
10627         properly requires url retrieval which is unimplemented.
10628         (xml-escape-string): Doc fix.
10630 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10632         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10634 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
10636         * fringe.el (fringe-mode): Doc fix.
10638 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
10640         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10641         is non-nil.
10642         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10643         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
10645 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
10647         * calendar/cal-dst.el (calendar-current-time-zone):
10648         Return calendar-current-time-zone-cache if non-nil.
10650 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
10652         * progmodes/which-func.el (which-func-format):
10653         Add mouse-face.  (Bug#11698)
10655 2012-06-29  Leo Liu  <sdl.web@gmail.com>
10657         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10659 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10661         * minibuffer.el (minibuffer-confirm-exit-commands):
10662         Add completion-at-point (bug#11725).
10664 2012-06-29  Glenn Morris  <rgm@gnu.org>
10666         * progmodes/f90.el (f90-font-lock-keywords-2):
10667         Add some preprocessor elements.  (Bug#10499)
10669 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10671         * progmodes/cperl-mode.el (cperl-update-syntaxification):
10672         Use syntax-propertize (bug#11739).
10674 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
10676         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10678 2012-06-28  Julien Danjou  <julien@danjou.info>
10680         * term.el (term-handle-colors-array): Use a set of new faces to
10681         color the terminal.  Also uses :inverse-video property.
10682         (term-default-fg-color): Set to nil by default, deprecate in favor
10683         of `term-face'.
10684         (term-default-bg-color): Set to nil by default, deprecate in favor
10685         of `term-face'.
10686         (term-current-face): Use `term-face' by default.
10687         (term-bold-attribute): Variable deleted.
10689 2012-06-28  Glenn Morris  <rgm@gnu.org>
10691         * simple.el (completion-list-mode-finish):
10692         Don't use toggle-read-only.  (Since completion-list-mode has
10693         a special mode-class, it wasn't doing anything extra anyway.)
10695 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10697         Make inlining of other-mode interpreted functions work (bug#11799).
10698         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10699         (byte-compile): Use it to fix compilation of lexical-binding closures.
10700         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10701         function, if needed.
10703 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10705         * help-mode.el (help-make-xrefs): Don't just withstand
10706         cyclic-variable-indirection but any error in documentation-property.
10708         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10709         memory use.
10710         * bindings.el (bindings--define-key): New function.
10711         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10712         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10713         * bindings.el: Use it to purecopy define-key bindings.
10715         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10717         * emacs-lisp/cl.el (flet): Mark obsolete.
10718         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10719         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10720         * progmodes/js.el (js-c-fill-paragraph):
10721         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10722         (ebrowse-switch-member-buffer-to-derived-class):
10723         * play/5x5.el (5x5-solver): Use cl-flet.
10725         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
10726         (cl--symbol-function): New macro.
10727         (cl--letf, cl--letf*): Use it.
10729         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10730         Strip "toggle-" if any.
10732 2012-06-27  Glenn Morris  <rgm@gnu.org>
10734         * info.el (Info-default-directory-list): Move here from paths.el.
10735         * paths.el: Remove file, which is now empty.
10736         * loadup.el: No longer load "paths".
10738         * custom.el (custom-initialize-delay): Doc fix.
10740         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10741         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10742         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10743         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10744         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10745         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10746         * eshell/eshell.el (eshell-defgroup): Remove alias.
10748 2012-06-27  Chong Yidong  <cyd@gnu.org>
10750         * help.el (help-enable-auto-load): New variable.
10752         * help-fns.el (help-fns--autoloaded-p): New function.
10753         (describe-function-1): Refer to a function as "autoloaded" if it
10754         was autoloaded at any time in the past.  Perform autoloading if
10755         help-enable-auto-load is non-nil.
10757 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
10759         * makefile.w32-in (compile, compile-always): Depend on
10760         update-subdirs, not on subdirs.el.  Otherwise, several different
10761         sub-targets of 'bootstrap' running in parallel could
10762         simultaneously write to subdirs.el, producing a garbled file.
10764 2012-06-26  Sam Steingold  <sds@gnu.org>
10766         * files.el (file-name-base): New convenience function.
10767         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10768         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10769         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10770         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10771         * textmodes/ispell.el, textmodes/reftex-ref.el:
10772         * textmodes/tex-mode.el: Use it.
10773         Did not touch cedet and org because they are maintained elsewhere.
10775 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
10777         * calendar/calendar.el (calendar-exit): Don't try to delete or
10778         iconify last frame.  See:
10779         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10781 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
10783         * server.el (server-process-filter): Remember dir in the
10784         process's `server-client-directory' properties.
10786 2012-06-24  Chong Yidong  <cyd@gnu.org>
10788         * xml.el (xml-parse-tag): Correctly handle comment embedded in
10789         non-tag text.
10791 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
10793         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10795 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10797         * help-fns.el (describe-variable): Don't croak when doc is not found.
10798         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10799         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10800         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10801         * emacs-lisp/smie.el (smie-next-sexp): CSE.
10802         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10803         ((lambda ..) ..).
10804         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10806 2012-06-23  Chong Yidong  <cyd@gnu.org>
10808         * info.el (Info-mouse-follow-link): Accept symbol values of
10809         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
10810         (Info-fontify-node): Use Info-link-keymap for all navigation
10811         buttons, with link-args property to perform the desired action.
10812         (Info-link-keymap): Doc fix.
10813         (Info-next-link-keymap, Info-prev-link-keymap)
10814         (Info-up-link-keymap): Delete now-unused keymaps.
10816 2012-06-23  Chong Yidong  <cyd@gnu.org>
10818         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10820         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10821         system abbrevs.
10823         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10825 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10827         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10828         (bug#11719).
10830         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10831         the requote function doesn't work properly (bug#11714).
10833 2012-06-23  Glenn Morris  <rgm@gnu.org>
10835         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10837 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10839         Further GV/CL cleanups.
10840         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10841         gv-expander.
10842         (gv--defun-declaration): New function.
10843         (defun-declarations-alist): Use it.
10844         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10845         (gv-place): Autoload.
10846         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10847         original definition of dotimes and dolist.
10848         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10849         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10850         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10851         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10852         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10853         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10854         to the function's definition.
10855         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10856         * window.el:
10857         * files.el:
10858         * faces.el:
10859         * env.el: Don't use CL.
10861 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10863         Support higher-resolution time stamps (Bug#9000).
10865         * calendar/time-date.el (with-decoded-time-value): New arg
10866         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
10867         (encode-time-value): New optional arg PICO.  New type 3.
10868         (time-to-seconds) [!float-time]: Support the new picoseconds
10869         component if it's used.
10870         (seconds-to-time, time-subtract, time-add):
10871         Support ps-resolution time stamps as well.
10873         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
10874         (timerp): Timer vectors now have length 9, not 8.
10875         (timer--time): Support new-style (4-part) time stamps.
10876         (timer-next-integral-multiple-of-time): Time stamps now have
10877         picosecond resolution, so take a bit more care about rounding.
10878         (timer-relative-time, timer-inc-time): New optional arg psecs.
10879         (timer-set-time-with-usecs): Set psecs to 0.
10880         (timer--activate): Check psecs component, too.
10882         * proced.el (proced-time-lessp): Support ps-resolution stamps.
10884 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10886         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10887         Move the non-essential binding to the post/pre-command-hook where it is
10888         more obviously correct.
10890         * subr.el (read-passwd): Don't use a history at all.
10891         * savehist.el (savehist-save): Remove password saved accidentally
10892         because of the above bug.
10894 2012-06-22  Bastien Guerry  <bzg@gnu.org>
10896         * files.el (toggle-read-only): Display a message telling whether
10897         the buffer is read-only or not (bug#11726).
10899 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10901         * emacs-lisp/gv.el: New file.
10902         * subr.el (push, pop): Extend to generalized variables.
10903         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10904         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10905         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
10906         gv-define-simple-setter, and gv-define-expander.
10907         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
10908         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10909         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10910         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10911         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10912         gv-letplace.
10913         (cl-defstruct): Don't define setf-method any more.
10914         * emacs-lisp/cl.el (flet): Don't autoload.
10915         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10916         (define-setf-expander, defsetf, define-modify-macro)
10917         (cl-struct-setf-expander): Move from cl-lib.el.
10918         * emacs-lisp/syntax.el:
10919         * emacs-lisp/ewoc.el:
10920         * emacs-lisp/smie.el:
10921         * emacs-lisp/cconv.el:
10922         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10923         (timer--time): Use gv-define-simple-setter.
10924         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10925         to avoid coding-system problems in subr.el.  Adjust all users.
10926         (macroexp--maxsize, macroexp-small-p): New functions.
10927         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10928         * scroll-bar.el (scroll-bar-mode):
10929         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10930         (normal-erase-is-backspace-mode): Don't use the `eq' place.
10931         * winner.el (winner-configuration, winner-make-point-alist)
10932         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10933         * files.el (locate-file-completion-table): Avoid list*.
10935 2012-06-22  Chong Yidong  <cyd@gnu.org>
10937         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10938         (dired-create-files): Doc fix (Bug#11329).
10939         (dired-do-copy): Doc fix (Bug#11334).
10940         (dired-mark-read-string): Doc fix (Bug#11553).
10942         * dired.el (dired-recursive-copies, dired-recursive-deletes):
10943         Doc fix (Bug#11326).
10944         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
10945         (dired-dwim-target): Doc fix.
10947         * wdired.el (wdired-mode): Doc fix.
10949 2012-06-22  Glenn Morris  <rgm@gnu.org>
10951         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10952         (pcmpl-rpm-cache-stamp-file): New constant.
10953         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10954         (pcmpl-rpm-packages): Optionally cache list of packages.
10956         * pcmpl-rpm.el (pcmpl-rpm): New group.
10957         (pcmpl-rpm-query-options): New option.
10958         (pcmpl-rpm-packages): No need to inline it.
10959         Use pcmpl-rpm-query-options.
10961         * calendar/calendar.el (calendar-in-read-only-buffer):
10962         Avoid some needless mode changes.
10964 2012-06-21  Chong Yidong  <cyd@gnu.org>
10966         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10967         (desktop-path): Remove . from the default value (Bug#10977).
10968         (desktop-read): Use user-emacs-directory if desktop-path is nil.
10970 2012-06-20  Chong Yidong  <cyd@gnu.org>
10972         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10974 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
10976         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10977         (bug#11201).
10979 2012-06-20  Chong Yidong  <cyd@gnu.org>
10981         * term.el (term-window-width): Handle the case of a missing right
10982         fringe (Bug#8837).
10983         (term-check-size): Use window-text-height (Bug#5445).
10984         (term-mode): Use define-derived-mode.  Minor cleanups.
10985         Set font-lock-defaults (Bug#7692).
10986         (term-move-columns, term-insert-char, term-emulate-terminal)
10987         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10989 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
10991         * net/ange-ftp.el (ange-ftp-get-passwd):
10992         Bind `enable-recursive-minibuffers'.
10993         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10995 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
10997         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10999 2012-06-19  Glenn Morris  <rgm@gnu.org>
11001         * progmodes/python.el (python-mode): Derive from prog-mode.
11003 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
11005         * emulation/edt.el (edt-default-menu-bar-update-buffers)
11006         (edt-user-menu-bar-update-buffers): New functions.
11007         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11009 2012-06-19  Chong Yidong  <cyd@gnu.org>
11011         * subr.el (with-selected-window): Preserve the selected window's
11012         terminal's top-frame (Bug#4702).
11014         * window.el (save-selected-window): Likewise.
11016 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11018         * progmodes/python.el (python-rx-constituents): Move backquote.
11019         (python-skeleton-define, python-define-auxiliary-skeleton):
11020         Use `declare'.
11022 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
11024         * minibuffer.el (read-file-name-default): Revert the patch from
11025         2012-06-17.
11027 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11029         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
11030         (pcase--u1, pcase--q1): Don't use apply-partially.
11032 2012-06-18  Glenn Morris  <rgm@gnu.org>
11034         * progmodes/python.el (python-proc, python-buffer)
11035         (python-send-receive, python-send-string): Fix obsolete versions.
11037 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
11039         * window.el (special-display-p): Completely remove stringp
11040         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
11042 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
11044         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
11046         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
11048         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11049         * net/tramp-sh.el (tramp-maybe-open-connection):
11050         Throw if `non-essential' is non-nil.
11052 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
11054         * window.el (special-display-p): Signal an error if BUFFER-NAME
11055         is not a string (Bug#11713).
11057 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
11059         * progmodes/python.el (python-info-beginning-of-backslash):
11060         Rename from python-info-beginning-of-backlash, as a spelling fix.
11062 2012-06-17  Chong Yidong  <cyd@gnu.org>
11064         * term.el (term-emulate-terminal): If term-check-size is called,
11065         move point to the process mark without resetting point (Bug#4635).
11067 2012-06-17  Glenn Morris  <rgm@gnu.org>
11069         * international/mule-cmds.el (mule-menu-keymap)
11070         (set-language-environment, set-locale-environment): Doc tweaks.
11072 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
11074         * cus-face.el (custom-face-attributes): Add wave-style underline
11075         attribute.
11076         * faces.el (set-face-attribute): Update docstring to describe
11077         wave-style underline attribute.
11079 2012-06-16  Chong Yidong  <cyd@gnu.org>
11081         * term/xterm.el (terminal-init-xterm): Discard input before
11082         querying background mode (Bug#10959).
11084 2012-06-16  Stefan Merten  <smerten@oekonux.de>
11086         * textmodes/rst.el: Added and corrected some comments.
11087         (rst-re-alist-def): Improve symbol syntax.
11088         (rst-mode-syntax-table): Correct syntax entries.
11089         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11090         (rst-official-version, rst-official-cvs-rev): Update version
11091         information.
11093 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
11095         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11096         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11098 2012-06-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11100         * progmodes/python.el: New python.el merge.
11101         (python-guess-indent): Obsolete var.
11102         (python-indent-guess-indent-offset): New defcustom.
11103         (python-indent): Obsolete var.
11104         (python-indent-offset): New defcustom.
11105         (python-python-command, python-jython-command): Delete var.
11106         (python-shell-interpreter): New defcustom.
11107         (python-pdbtrack-do-tracking-p): Delete var.
11108         (python-pdbtrack-activate): New defcustom.
11109         (python-use-skeletons): Obsolete var.
11110         (python-skeleton-autoinsert): New defcustom.
11111         (inferior-python-filter-regexp, python-continuation-offset)
11112         (python-honour-comment-indentation, python-indent-string-contents)
11113         (python-jython-packages, python-mode-hook)
11114         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11115         (python-shell-prompt-alist)
11116         (python-source-modes): Delete defcustoms.
11117         (python-check-buffer-name, python-eldoc-setup-code)
11118         (python-eldoc-string-code, python-ffap-setup-code)
11119         (python-ffap-string-code, python-fill-comment-function)
11120         (python-fill-decorator-function, python-fill-paren-function)
11121         (python-fill-string-function, python-imenu-include-defun-type)
11122         (python-imenu-make-tree, python-imenu-subtree-root-label)
11123         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11124         (python-shell-compilation-regexp-alist)
11125         (python-shell-completion-module-string-code)
11126         (python-shell-completion-pdb-string-code)
11127         (python-shell-completion-setup-code)
11128         (python-shell-completion-string-code)
11129         (python-shell-enable-font-lock, python-shell-exec-path)
11130         (python-shell-extra-pythonpaths)
11131         (python-shell-internal-buffer-name, python-shell-interpreter-args)
11132         (python-shell-process-environment)
11133         (python-shell-prompt-block-regexp)
11134         (python-shell-prompt-output-regexp)
11135         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11136         (python-shell-send-setup-max-wait, python-shell-setup-codes)
11137         (python-shell-virtualenv-path): New defcustoms.
11138         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11139         (inferior-python-mode-syntax-table, python--prompt-regexp)
11140         (python-buffer, python-command python-python-command)
11141         (python-default-template, python-imports, python-indent-index)
11142         (python-indent-list, python-indent-list-length)
11143         (python-mode-running, python-pdbtrack-is-tracking-p)
11144         (python-preoutput-continuation, python-preoutput-leftover)
11145         (python-preoutput-result, python-preoutput-skip-next-prompt)
11146         (python-prev-dir/file, python-recursing)
11147         (python-saved-check-command, python-version-checked)
11148         (python-which-func-length-limit)
11149         (view-return-to-alist): Delete vars.
11150         (python-check-custom-command, python-dotty-syntax-table)
11151         (python-imenu-index-alist, python-indent-current-level)
11152         (python-indent-dedenters, python-indent-levels)
11153         (python-nav-beginning-of-defun-regexp)
11154         (python-nav-list-defun-positions-cache)
11155         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11156         (python-shell-internal-buffer)
11157         (python-skeleton-available): New vars.
11158         (def-python-skeleton): Delete macro.
11159         (python-skeleton-define): New macro.
11160         (python-define-auxiliary-skeleton, python-rx): New macros.
11161         (python-insert-class): Delete command.
11162         (python-skeleton-class): New command.
11163         (python-insert-def): Delete command.
11164         (python-skeleton-def): New command.
11165         (python-insert-for): Delete command.
11166         (python-skeleton-for): New command.
11167         (python-insert-if): Delete command.
11168         (python-skeleton-if): New command.
11169         (python-insert-try/except, python-insert-try/finally): Delete commands.
11170         (python-skeleton-try): New command.
11171         (python-insert-while): Delete command.
11172         (python-skeleton-while): New command.
11173         (python-backspace): Delete command.
11174         (python-indent-dedent-line-backspace): New command.
11175         (python-electric-colon): Delete command.
11176         (python-indent-electric-colon): New command.
11177         (python-guess-indent): Delete command.
11178         (python-indent-guess-indent-offset): New command.
11179         (python-shift-left): Delete command.
11180         (python-indent-shift-left): New command.
11181         (python-shift-right): Delete command.
11182         (python-indent-shift-right): New command.
11183         (python-find-function): Delete command.
11184         (python-nav-jump-to-defun): New command.
11185         (python-next-statement): Delete command.
11186         (python-nav-forward-sentence): New command.
11187         (python-previous-statement): Delete command.
11188         (python-nav-backward-sentence): New command.
11189         (python-fill-paragraph): Delete command.
11190         (python-fill-paragraph-function): New command.
11191         (python-send-buffer): Delete command.
11192         (python-shell-send-buffer): New command.
11193         (python-send-defun): Delete command.
11194         (python-shell-send-defun): New command.
11195         (python-send-region, python-send-region-and-go): Delete commands.
11196         (python-shell-send-region)
11197         (python-shell-switch-to-shell): New commands.
11198         (python-send-string): Delete command.
11199         (python-shell-send-string): New command.
11200         (python-switch-to-python): Delete command.
11201         (python-shell-switch-to-shell): New command.
11202         (python-describe-symbol): Delete command.
11203         (python-eldoc-at-point): New command.
11204         (python--set-prompt-regexp, python-args-to-list)
11205         (python-after-info-look, python-check-version)
11206         (python-check-comint-prompt, python-find-imports)
11207         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11208         (python-unload-function, python-expand-template)
11209         (python-maybe-jython, python-preoutput-filter)
11210         (python-pdbtrack-get-source-buffer)
11211         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11212         (python-pdbtrack-toggle-stack-tracking)
11213         (python-pdbtrack-track-stack-file, python-initial-text)
11214         (python-first-word, python-comment-line-p, python-send-command)
11215         (python-setup-brm, python-sentinel, python-set-proc)
11216         (python-skip-out, python-input-filter, python-outdent-p)
11217         (python-outline-level, python-backslash-continuation-line-p)
11218         (python-end-of-block, python-end-of-statement, python-mark-block)
11219         (python-beginning-of-block, python-beginning-of-statement)
11220         (python-blank-line-p, python-beginning-of-string)
11221         (python-open-block-statement-p): Delete functions.
11222         (python-indent-line, python-indent-line-1): Delete functions.
11223         (python-indent-line): New function.
11224         (python-indentation-levels): Delete function.
11225         (python-indent-calculate-levels): New function.
11226         (python-proc): Delete function.
11227         (python-shell-get-process): New function.
11228         (python-send-receive): Delete function.
11229         (python-shell-send-string-no-output): New function.
11230         (python-module-path): Delete function.
11231         (python-ffap-module-path): New function.
11232         (python-completion-at-point)
11233         (python-symbol-completions): Delete functions.
11234         (python-completion-complete-at-point): New function.
11235         (python-load-file): Delete function.
11236         (python-shell-send-file): New function.
11237         (python-calculate-indentation): Delete function.
11238         (python-indent-calculate-indentation): New function.
11239         (python-skip-comments/blanks): Delete function.
11240         (python-util-forward-comment): New function.
11241         (python-continuation-line-p): Delete function.
11242         (python-info-continuation-line-p): New function.
11243         (python-which-func, python-current-defun): Delete function.
11244         (python-info-current-defun): New function.
11245         (python-beginning-of-defun): Delete function.
11246         (python-nav-beginning-of-defun): New function.
11247         (python-close-block-statement-p)
11248         (python-block-end-p): Delete function.
11249         (python-info-closing-block): New function.
11250         (python-comint-output-filter-function)
11251         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11252         (python-fill-comment, python-fill-decorator, python-fill-paren)
11253         (python-fill-string, python-imenu-make-element-tree)
11254         (python-imenu-make-tree, python-imenu-tree-assoc)
11255         (python-indent-context, python-indent-dedent-line)
11256         (python-indent-line-function)
11257         (python-indent-post-self-insert-function)
11258         (python-indent-toggle-levels)
11259         (python-info-assignment-continuation-line-p)
11260         (python-info-beginning-of-backlash)
11261         (python-info-block-continuation-line-p)
11262         (python-info-closing-block-message)
11263         (python-info-line-ends-backslash-p)
11264         (python-info-looking-at-beginning-of-defun)
11265         (python-info-ppss-context, python-info-ppss-context-type)
11266         (python-nav-list-defun-positions, python-nav-read-defun)
11267         (python-nav-sentence-end, python-nav-sentence-start)
11268         (python-pdbtrack-comint-output-filter-function)
11269         (python-pdbtrack-set-tracked-buffer)
11270         (python-shell-calculate-exec-path)
11271         (python-shell-calculate-process-environment)
11272         (python-shell-completion--do-completion-at-point)
11273         (python-shell-completion--get-completions)
11274         (python-shell-completion-complete-at-point)
11275         (python-shell-completion-complete-or-indent)
11276         (python-shell-get-or-create-process)
11277         (python-shell-get-process-name)
11278         (python-shell-internal-get-or-create-process)
11279         (python-shell-internal-get-process-name)
11280         (python-shell-internal-send-string, python-shell-make-comint)
11281         (python-shell-parse-command, python-shell-send-setup-code)
11282         (python-skeleton-add-menu-items)
11283         (python-util-clone-local-variables, python-util-position)
11284         (run-python-internal, python-indentation-levels)
11285         (python-nav-beginning-of-defun)
11286         (python-completion-complete-at-point): New functions.
11287         (run-python): Change arguments.  New API requirements.
11289 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11291         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11292         (bug#11649).
11294         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11295         (macroexp--expand-all): Use it.
11297         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11298         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11299         Use `cl-function' instead.
11301 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
11303         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11304         Suggested by Stefan Monnier while discussing bug#11657.
11306 2012-06-14  Sam Steingold  <sds@gnu.org>
11308         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11310 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11312         * play/doctor.el (doctor-doc): Remove parameter and use
11313         doctor-sent instead of sent.
11314         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
11316 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11318         * files.el: Require cl-lib.
11319         (file-name-non-special): Replace case -> cl-case.
11321         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11323         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11324         mapping from #' to function*.
11326 2012-06-13  Chong Yidong  <cyd@gnu.org>
11328         * mouse.el (mouse-drag-track): Do not set the mark if the user
11329         releases the mouse without selecting anything (Bug#11588).
11331 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11333         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11334         as well (bug#11646).
11336         * loadup.el: Count byte-code functions as well.
11338         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11339         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11341         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11342         (bug#11649).  Add cl-defun and cl-defmacro.
11344 2012-06-13  Drew Adams  <drew.adams@oracle.com>
11346         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11347         Fix last change.
11349 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
11351         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11352         Otherwise, it blocks in batch mode.
11354 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
11356         * help-mode.el (bookmark-make-record-default): Declare.
11358 2012-06-13  Chong Yidong  <cyd@gnu.org>
11360         * emacs-lisp/package.el (list-packages): Compute a list of
11361         packages that are newly-available since the last list-packages
11362         invocation.
11363         (package-menu--new-package-list): New var.
11364         (package-menu--generate, package-menu--print-info)
11365         (package-menu--status-predicate, package-menu-mark-install):
11366         Handle new status label "new".
11368 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11370         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11371         conversion to backquotes.
11373 2012-06-12  Chong Yidong  <cyd@gnu.org>
11375         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11376         Rename from gud-inhibit-global-bindings.
11378         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11380         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11381         hook from nxml-glyph-set-hook.
11383         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11384         declaration.
11386         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11388         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11389         Convert to defcustom.
11391 2012-06-12  Drew Adams  <drew.adams@oracle.com>
11393         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11394         New functions.
11395         (help-mode): Use them.
11397 2012-06-11  Glenn Morris  <rgm@gnu.org>
11399         * progmodes/fortran.el (fortran-font-lock-keywords-3):
11400         Use preprocessor face for directives.
11401         (fortran-directive-re): Doc fix.
11403 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11405         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11406         conversion to backquotes (bug#11652).
11408         Fix compiler-expansion of CL's cXXr functions (bug#11673).
11409         * emacs-lisp/cl-lib.el (cl--defalias): New function.
11410         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11411         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11412         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11413         (cl-ninth, cl-tenth): Mark them as inlinable.
11414         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11415         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11416         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11417         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11418         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11419         (cl-list*, cl-adjoin): Don't put an autoload manually.
11420         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11421         (cl--compiler-macro-list*): Add autoload cookie.
11422         (cl--compiler-macro-cXXr): New function.
11424         * help-fns.el (help-fns--compiler-macro): New function extracted from
11425         describe-function-1; follow aliases and use `compiler-macro' property.
11426         (describe-function-1): Use it.
11428 2012-06-11  Chong Yidong  <cyd@gnu.org>
11430         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11431         is uninstalled, if imagemagick is installed.
11433 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11435         * emacs-lisp/cl-lib.el: Use lexical-binding.
11436         (cl-map-extents, cl-maclisp-member): Remove.
11437         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11438         (cl--set-substring, cl--block-wrapper, cl--block-throw)
11439         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11440         * emacs-lisp/cl-extra.el: Use lexical-binding.
11441         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11442         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11443         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11444         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11445         * emacs-lisp/cl-seq.el: Use lexical-binding.
11446         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11447         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11448         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11449         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11450         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11451         CL's internals.
11453 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
11455         Sync with Tramp 2.2.6-pre.
11457         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11458         `print-length' and `print-level' to nil, in order to avoid
11459         truncation.  Reported by Christopher Schmidt
11460         <christopher@ristopher.com>.
11462         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11464         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11465         New defmacro.
11466         (tramp-compat-copy-directory): Add optional argument
11467         COPY-CONTENTS.  It is not handled yet.
11469         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11470         (tramp-ftp-file-name-p): Simplify.
11472         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11473         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11474         connection vector.
11476         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11477         (tramp-methods): Do not use `tramp-password-end-of-line'.
11478         (tramp-completion-function-alist-putty): Handle UNIX case.
11479         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11480         (tramp-do-file-attributes-with-stat)
11481         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11482         gid as real numbers.  They could run out of integer range on cygwin.
11483         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11484         (tramp-sh-handle-expand-file-name): Handle hops.
11485         (tramp-open-connection-setup-interactive-shell):
11486         Use `tramp-cleanup'.  Move check for busyboxes ...
11487         (tramp-find-shell): ... here.  Simplify implementation.
11488         Set "remote-shell" property also for alternative shells.
11489         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11490         If failing, a regular file would be written otherwise.
11491         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11492         (tramp-find-inline-encoding): Cache the coding commands in the
11493         process cache.  Apply test command on the remote side, if defined.
11494         (tramp-find-inline-compress): Cache the compress commands in the
11495         process cache.
11496         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11497         when requested.  Handle hops.
11498         (tramp-current-connection): New defvar.
11499         (tramp-maybe-open-connection): Use `tramp-cleanup'.
11500         Throw `suppress', if there was a failed connection shortly before.
11501         Handle user interrupt.  (Bug#10187)
11502         (tramp-get-inline-compress, tramp-get-inline-coding):
11503         Read connection properties from the process cache.
11505         * net/tramp-smb.el (tramp-smb-server-version)
11506         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11507         New defconsts.
11508         (tramp-smb-prompt): Extend for powershell prompt.
11509         (tramp-smb-file-name-handler-alist): Add handlers for
11510         `process-file', `shell-command' and `start-file-process'.
11511         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11512         (tramp-smb-winexe-shell-command-switch): New defcustoms.
11513         (tramp-smb-file-name-p): Simplify.
11514         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11515         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11516         (tramp-smb-shell-quote-argument): New defuns.
11517         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11518         Implement using "tar".  By this, time-stamps are preserved.
11519         (tramp-smb-handle-copy-file): Handle also the case of directories.
11520         (tramp-smb-do-file-attributes-with-stat)
11521         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11522         Use `tramp-get-connection-buffer').
11523         (tramp-smb-handle-rename-file): Use "rename", when source and
11524         target are on the same share.
11525         (tramp-smb-maybe-open-connection): Handle wrong passwords.
11526         Use `tramp-smb-server-version'.
11527         (tramp-smb-wait-for-output): Remove prompt.
11529         * net/tramp.el (top): Require 'cl.
11530         (tramp-methods, tramp-rsh-end-of-line):
11531         Remove `tramp-password-end-of-line' from docstring.
11532         (tramp-save-ad-hoc-proxies): New defcustom.
11533         (tramp-completion-function-alist): Adapt docstring.
11534         (tramp-default-password-end-of-line): Remove defcustom.
11535         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
11536         (tramp-user-regexp, tramp-file-name-regexp-unified)
11537         (tramp-file-name-regexp-url): Extend regexp by hop separator.
11538         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11539         (tramp-remote-file-name-spec-regexp): New defconst.
11540         (tramp-file-name-structure): Extend structure for hops.
11541         (tramp-get-method-parameter): Move up.
11542         (tramp-file-name-p, tramp-dissect-file-name)
11543         (with-parsed-tramp-file-name): Handle hops.
11544         (tramp-file-name-hop): New defun.
11545         (tramp-make-tramp-file-name): New optional arg HOP.
11546         (tramp-message-show-progress-reporter-message): New defvar.
11547         (tramp-with-progress-reporter): Use it.  We cannot use
11548         `tramp-message-show-message' here, because this suppresses also
11549         error buffers.
11550         (tramp-error-with-buffer): Suppress buffer view, if
11551         `tramp-message-show-message' is nil.
11552         Use `tramp-get-connection-buffer'.
11553         (tramp-cleanup): New defun.
11554         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11555         (tramp-file-name-handler): If `debug-on-error' is set, propagate
11556         an error unchanged.
11557         (tramp-completion-handle-file-name-all-completions): Handle hops.
11558         Fix an error when called from ido.
11559         (tramp-completion-dissect-file-name): Use better local variable
11560         name.  Add hop to the vector.
11561         (tramp-handle-insert-file-contents): Use progress-reporter for the
11562         whole scenario.
11563         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11564         to `t'.
11565         (tramp-check-for-regexp): Simplify search.
11566         (tramp-enter-password): Remove it.  Move implementation ...
11567         (tramp-action-password): ... here.
11568         (tramp-mode-string-to-int, tramp-local-host-p)
11569         (tramp-make-tramp-temp-file, tramp-read-passwd)
11570         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11571         Set tramp-autoload cookie.
11573         * net/trampver.el: Update release number.
11575 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11576             Michael Albinus  <michael.albinus@gmx.de>
11578         * net/tramp.el (tramp-set-completion-function): Fix docstring.
11579         (tramp-parse-group, tramp-parse-file)
11580         (tramp-parse-shostkeys-sknownhosts): New defuns.
11581         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11582         (tramp-parse-shosts-group, tramp-parse-sconfig)
11583         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11584         (tramp-parse-sknownhosts, tramp-parse-hosts)
11585         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11586         Use them.
11587         (tramp-parse-passwd-group, tramp-parse-netrc-group)
11588         (tramp-parse-putty-group): Don't narrow.
11589         (tramp-parse-putty): Make a loop.
11590         (tramp-file-name-handler): Catch the `suppress' signal.
11592 2012-06-11  Chong Yidong  <cyd@gnu.org>
11594         * image.el (imagemagick-register-types): Put the ImageMagick entry
11595         at the end of image-type-file-name-regexps.
11597 2012-06-11  Johan BockgĂ¥rd  <bojohan@gnu.org>
11599         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11600         (pcase, pcase-let*, pcase-dolist): Use them.
11602 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11604         * emacs-lisp/pcase.el (pcase--let*): New function.
11605         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
11606         (pcase--expand): Use macroexp-let².
11608 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11610         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11611         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11612         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11613         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11614         * emacs-lisp/derived.el: Use pcase instead of `cl'.
11615         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11617 2012-06-10  Glenn Morris  <rgm@gnu.org>
11619         * mail/rmail.el (rmail-yank-current-message): Leave point at
11620         correct position.  (Bug#11660)
11622 2012-06-10  Chong Yidong  <cyd@gnu.org>
11624         * allout-widgets.el: Fix code header.
11626 2012-06-10  Chong Yidong  <cyd@gnu.org>
11628         * cus-edit.el (customize-changed-options-previous-release):
11629         Bump to 24.1.
11631 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
11633         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11635 2012-06-09  Chong Yidong  <cyd@gnu.org>
11637         * ebuff-menu.el (electric-buffer-list): Preserve header line.
11639 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
11641         * window.el (special-display-popup-frame): Don't use
11642         window--display-buffer (Bug#11651).
11644 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
11646         Fix parallel builds: make sure loaddefs.el is not being written
11647         while Lisp files are compiled.
11648         (compile): Don't depend on 'mh-autoloads'.
11649         (compile-CMD, compile-SH): Depend on 'autoloads'.
11650         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11652         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
11654 2012-06-09  Chong Yidong  <cyd@gnu.org>
11656         * face-remap.el (face-remap-add-relative, face-remap-set-base)
11657         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11658         Doc fixes (Bug#11225).
11660 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11662         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11663         a function if there's a clear indication that it has a compiler-macro.
11664         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11665         (macro-declarations-alist): Add arglist to declaration functions.
11666         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11667         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11668         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11669         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11670         Also add autoload to find the compiler macro.
11671         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11672         (cl--compiler-macro-member, cl--compiler-macro-assoc)
11673         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11674         (cl--compiler-macro-get): New functions, replacing calls to
11675         cl-define-compiler-macro.
11676         (cl-typep) [compiler-macro]: Use macroexp-let².
11678 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
11680         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11681         string properly, fixes Bug#11473.
11683 2012-06-08  Chong Yidong  <cyd@gnu.org>
11685         * faces.el (set-face-attribute): Doc fix.
11686         (modify-face): Don't use :bold and :italic.
11687         (error, warning, success): Tweak definitions.
11689         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11690         (custom-modified, custom-set, custom-changed, custom-themed)
11691         (custom-saved, custom-button, custom-button-mouse)
11692         (custom-button-pressed, custom-state, custom-comment-tag)
11693         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11694         (custom-group-subtitle): Use new-style face specs.
11695         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11696         (custom-set-face, custom-changed-face, custom-saved-face)
11697         (custom-button-face, custom-button-pressed-face)
11698         (custom-documentation-face, custom-state-face)
11699         (custom-comment-face, custom-comment-tag-face)
11700         (custom-variable-tag-face, custom-variable-button-face)
11701         (custom-face-tag-face, custom-group-tag-face-1)
11702         (custom-group-tag-face): Remove obsolete face alias.
11704         * epa.el (epa-validity-high, epa-validity-medium)
11705         (epa-validity-low, epa-mark, epa-field-name, epa-string)
11706         (epa-field-name, epa-field-body):
11707         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11708         (font-lock-keyword-face, font-lock-builtin-face)
11709         (font-lock-function-name-face, font-lock-variable-name-face)
11710         (font-lock-type-face, font-lock-constant-face):
11711         * ido.el (ido-first-match, ido-only-match, ido-subdir)
11712         (ido-virtual, ido-indicator, ido-incomplete-regexp):
11713         * speedbar.el (speedbar-button-face, speedbar-file-face)
11714         (speedbar-directory-face, speedbar-tag-face)
11715         (speedbar-selected-face, speedbar-highlight-face)
11716         (speedbar-separator-face):
11717         * whitespace.el (whitespace-newline, whitespace-space)
11718         (whitespace-hspace, whitespace-tab, whitespace-trailing)
11719         (whitespace-line, whitespace-space-before-tab)
11720         (whitespace-space-after-tab, whitespace-indentation)
11721         (whitespace-empty):
11722         * emulation/cua-base.el (cua-global-mark):
11723         * eshell/em-prompt.el (eshell-prompt):
11724         * net/newst-plainview.el (newsticker-new-item-face)
11725         (newsticker-old-item-face, newsticker-immortal-item-face)
11726         (newsticker-obsolete-item-face, newsticker-date-face)
11727         (newsticker-statistics-face, newsticker-default-face):
11728         * net/newst-reader.el (newsticker-feed-face)
11729         (newsticker-extra-face, newsticker-enclosure-face):
11730         * net/newst-treeview.el (newsticker-treeview-face)
11731         (newsticker-treeview-new-face, newsticker-treeview-old-face)
11732         (newsticker-treeview-immortal-face)
11733         (newsticker-treeview-obsolete-face)
11734         (newsticker-treeview-selection-face):
11735         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11736         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11737         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11738         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11739         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11740         (nxml-outline-active-indicator, nxml-outline-ellipsis):
11741         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11742         (mpuz-text):
11743         * progmodes/vera-mode.el (vera-font-lock-number)
11744         (vera-font-lock-function, vera-font-lock-interface):
11745         * textmodes/table.el (table-cell): Use new-style face specs, and
11746         don't use the old :bold and :italic attributes.
11748         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11749         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11750         (ebrowse-member-class, ebrowse-progress): Likewise.
11751         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11752         (ebrowse-file-name-face, ebrowse-default-face)
11753         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11754         (ebrowse-progress-face): Remove obsolete faces.
11756         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11757         Inherit from error and warning faces respectively.
11759         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11760         Likewise.
11761         (flyspell-incorrect-face, flyspell-duplicate-face):
11762         Remove obsolete aliases.
11764 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
11766         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11767         Avoid infloop.
11769 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11771         * startup.el (argv, argi): Make lexically scoped.
11772         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11773         * emacs-lisp/cl-macs.el: Use lexical-binding.
11774         Rename cl-bind-* to cl--bind-*.
11775         * files.el: Don't require `cl' since it doesn't use it.
11776         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11778 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
11780         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11781         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11782         instead of calling external sort utility.
11783         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11785 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
11787         * descr-text.el (describe-char): Mention how to insert the
11788         character, if the current input method doesn't support it.
11789         See the discussion in this thread for the details:
11790         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11792 2012-06-08  Sam Steingold  <sds@gnu.org>
11794         * bindings.el (global-map): Bind XF86Forward to next-buffer and
11795         XF86Back to previous-buffer.
11796         (minibuffer-local-map): Bind them to next-history-element and
11797         previous-history-element respectively.
11798         * help-mode.el (help-mode-map): Bind them to help-go-forward and
11799         help-go-back respectively.
11800         * info.el (Info-mode-map): Bind them to Info-history-forward and
11801         Info-history-back respectively.
11802         These are the keys next to Up on the ThinkPad keyboard.
11804 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11806         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11807         * emacs-lisp/cl-macs.el: Provide itself.
11808         (cl--labels-convert-cache): New var.
11809         (cl--labels-convert): New function.
11810         (cl-flet, cl-labels): New implementation with new semantics, relying on
11811         lexical-binding.
11812         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11813         (cl-closure-vars, cl--function-convert-cache)
11814         (cl--function-convert): Move from cl-macs.el.
11815         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11816         rename by removing the "cl-" prefix.
11817         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11819 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11821         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11822         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11823         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11824         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11825         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11826         (cl-hash-table-count): Add old compatibility aliases.
11828         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11829         Use macroexpand-all-environment instead.
11830         (cl--old-macroexpand): New var.
11831         (cl--sm-macroexpand): New function.
11832         (cl-symbol-macrolet): Use it during macro expansion.
11833         (cl--function-convert-cache): New var.
11834         (cl--function-convert): New function, extracted from
11835         cl-macroexpand-all.
11836         (cl-lexical-let): Use it.
11838         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11839         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11840         (cl-member): Remove old alias.
11842         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11843         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11844         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11845         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11846         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11847         (cl-macroexpand-cmacs): Remove var.
11848         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11849         Use macroexpand-all instead.
11851 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11853         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11854         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11855         (macroexp-copyable-p): New functions and macros.
11856         * emacs-lisp/edebug.el (edebug-unwrap):
11857         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11858         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11859         (pcase--let*): Remove.
11860         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11861         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
11862         macroexp-const-p instead.
11863         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11865         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11866         instead of "cl-" for internal definitions.  Use macroexp-const-p.
11867         (cl-old-bc-file-form): Remove var.
11868         (cl-const-exprs-p): Remove fun.
11869         (cl-labels, cl-macrolet): Use backquote.
11870         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
11871         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11872         (cl-define-setf-expander): Rename from cl-define-setf-method.
11873         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11875         * international/mule-cmds.el: Don't require CL.
11876         (view-hello-file): Don't use `letf'.
11878 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11880         * tmm.el (tmm-prompt): Use string-prefix-p.
11881         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11882         (tmm-add-prompt): Use minibuffer-completion-help.
11883         (tmm-delete-map): Remove.
11885         * subr.el (kbd): Make it its own function.
11887 2012-06-07  Stefan Merten  <smerten@oekonux.de>
11889         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11890         Silence compiler warnings.  Fix versions.
11891         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11892         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11893         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11894         (rst-package-emacs-version-alist): Correct Emacs version to
11895         represent major merge with upstream.
11896         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11898 2012-06-06  Glenn Morris  <rgm@gnu.org>
11900         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11901         Only print environment variables if set.
11903 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11905         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11906         (macroexp--cons): Rename from maybe-cons.
11907         (macroexp--accumulate): Rename from macroexp-accumulate.
11908         (macroexp--all-forms): Rename from macroexpand-all-forms.
11909         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11910         (macroexp--expand-all): Rename from macroexpand-all-1.
11912 2012-06-06  Sam Steingold  <sds@gnu.org>
11914         * calendar/calendar.el (calendar-in-read-only-buffer):
11915         Call `special-mode' to enable the standard read-only keybindings.
11917 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11919         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11920         with "loading" messages (bug#11635).
11922 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
11924         * files.el (enable-remote-dir-locals): New option.
11925         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
11927         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11928         Ensure, that the temp directory is local.
11930         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11931         `temporary-file-directory'.
11933         * progmodes/python.el (python-send-region): Ensure, that the
11934         temporary file is created also in the remote case.
11936 2012-06-06  Glenn Morris  <rgm@gnu.org>
11938         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11939         (vc-rcs-update-changelog): Use it.
11941         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11943         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11944         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11945         (vc-sccs-diff): Replace use of the external vcdiff script.
11947 2012-06-05  Glenn Morris  <rgm@gnu.org>
11949         * ledit.el: Move to obsolete/.
11951 2012-06-05  Sam Steingold  <sds@gnu.org>
11953         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11954         patch (Bug#11140).
11956 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11958         * emacs-lisp/cust-print.el: Move to obsolete.
11960         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11961         compiler-macro expansion.
11963         Add native compiler-macro support.
11964         * emacs-lisp/macroexp.el (macroexpand-all-1):
11965         Support compiler-macros directly.  Properly follow aliases and apply
11966         the compiler macros more thoroughly.
11967         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11968         macroexpand now properly follows aliases.
11969         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11970         (cl-compiler-macroexpand): Use new prop.
11971         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11973         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11975 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
11977         * window.el (get-lru-window, get-mru-window, get-largest-window):
11978         New argument NOT-SELECTED to avoid picking the selected window.
11979         (window--display-buffer-1, window--display-buffer-2): Replace by
11980         new function window--display-buffer
11981         (display-buffer-same-window, display-buffer-reuse-window)
11982         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11983         Use window--display-buffer.
11984         (display-buffer-use-some-window): Remove temporary dedication
11985         hack by calling get-lru-window and get-largest-window with
11986         NOT-SELECTED argument non-nil.  Call window--display-buffer.
11988 2012-06-05  Glenn Morris  <rgm@gnu.org>
11990         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11991         Replace external vcdiff script.
11993 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11995         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11997 2012-06-04  Chong Yidong  <cyd@gnu.org>
11999         * image.el (imagemagick-types-inhibit): Revert last change.
12000         Add INFO and M.
12001         (imagemagick-enabled-types): Remove CIN and EPS*.
12003 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12005         * emacs-lisp/cl-lib.el: Rename from cl.el.
12006         * emacs-lisp/cl.el: New compatibility file.
12007         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12008         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12009         to obey the "cl-" prefix.
12010         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12012 2012-06-03  Glenn Morris  <rgm@gnu.org>
12014         * emacs-lisp/authors.el (authors-aliases): Addition.
12016         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12017         Fix :version.
12019 2012-06-03  Stefan Merten  <smerten@oekonux.de>
12021         * textmodes/rst.el: Add comments.
12022         (rst-transition, rst-adornment): New faces.
12023         (rst-adornment-faces-alist): Make default safe to reevaluate.
12024         Fixes
12025         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
12026         Improve customization tags.
12027         (rst-define-level-faces): Clarify meaning.
12029 2012-06-03  Chong Yidong  <cyd@gnu.org>
12031         * progmodes/compile.el (compilation-mode-line-fail)
12032         (compilation-mode-line-run, compilation-mode-line-exit):
12033         New faces.
12034         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
12036 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
12038         * progmodes/which-func.el (which-func-update-ediff-windows):
12039         New function.  Use it in ediff-select-hook (Bug#11478).
12041 2012-06-03  Chong Yidong  <cyd@gnu.org>
12043         * bindings.el: Remove explicit help text from format-mode-line.
12044         It is now supplied by mode-line-default-help-echo.
12045         (mode-line-front-space, mode-line-end-spaces)
12046         (mode-line-misc-info): New variables.
12047         (mode-line-modes, mode-line-position): Move the default value to
12048         the variable definition.
12049         (mode-line-default-help-echo): New defcustom.
12050         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12051         (mode-line-modified-help-echo): New functions.
12052         (mode-line-mule-info, mode-line-modified): Use them.
12053         (mode-line-eol-desc, propertized-buffer-identification):
12054         Consistency fixes for help text.
12055         (mode-line-coding-system-map): Allow using mouse-3 to invoke
12056         set-buffer-file-coding-system (Bug#289).
12057         (mode-line-mule-info-help-echo): Update help text.
12059 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12061         * simple.el (execute-extended-command): Set real-this-command
12062         (bug#11506).
12064 2012-06-02  Chong Yidong  <cyd@gnu.org>
12066         Remove incorrect uses of "modeline" in comments, docstrings, and
12067         function/variable names (Bug#10329).
12069         * cus-edit.el (mode-line):
12070         * dframe.el (dframe-mouse-hscroll):
12071         * emacs-lisp/re-builder.el:
12072         * emacs-lisp/easy-mmode.el (define-minor-mode):
12073         * frame.el (set-frame-name):
12074         * help.el (lookup-minor-mode-from-indicator):
12075         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12076         * progmodes/cc-cmds.el (c-toggle-auto-newline)
12077         (c-toggle-hungry-state):
12078         * progmodes/antlr-mode.el (antlr-language-alist):
12079         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12080         * progmodes/vhdl-mode.el (vhdl-mode):
12081         * progmodes/which-func.el (which-func, which-func-cleanup-function):
12082         * term/ns-win.el (ns-face-at-pos):
12083         * term/sup-mouse.el (sup-mouse-report):
12084         * textmodes/flyspell.el (flyspell-mode-line-string):
12085         * textmodes/ispell.el (ispell-highlight-face):
12086         * textmodes/reftex-global.el:
12087         * vc/vc-arch.el (vc-arch-mode-line-string):
12088         * vc/vc-cvs.el (vc-cvs-mode-line-string):
12089         * vc/vc-git.el (vc-git-mode-line-string):
12090         * vc/vc-hooks.el (vc-display-status)
12091         (vc-default-mode-line-string):
12092         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12094         * ansi-color.el (ansi-color-faces-vector): Change default faces.
12096         * dired.el (dired-sort-set-mode-line): Rename from
12097         dired-sort-set-modeline.  All callers changed.
12099         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12100         eshell-status-in-modeline.
12102         * foldout.el (foldout-mode-line-string): Rename from
12103         foldout-modeline-string.  All callers changed.
12104         (foldout-update-mode-line): Rename from foldout-update-modeline.
12106         * subr.el (redraw-modeline): Make into obsolete alias.
12108         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12109         timeclock-modeline-display.  Make old name an alias.
12110         (timeclock-update-mode-line): Likewise.  All callers changed.
12111         (timeclock-mode-line-display): No need to check before using
12112         add-hook.
12113         (timeclock-relative, timeclock-day-over-hook)
12114         (timeclock-use-elapsed, timeclock-mode-string)
12115         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12117         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12118         crisp-mode-modeline-string.
12120         * play/solitaire.el (solitaire-build-mode-line): Rename from
12121         solitaire-build-modeline.  All callers changed.
12123         * play/zone.el (zone-hiding-mode-line): Rename from
12124         zone-hiding-modeline.  All callers changed.
12125         (zone): Remove unusued `modeline-hidden-level' property.
12127         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12128         xscheme-modeline-initialize.  All callers changed.
12130         * strokes.el (strokes-lighter): Rename from
12131         strokes-modeline-string.
12133         * textmodes/sgml-mode.el (html-face-tag-alist)
12134         (html-tag-face-alist): Use mode-line face instead of obsolete
12135         alias modeline.
12137 2012-06-02  Stefan Merten  <smerten@oekonux.de>
12139         * textmodes/rst.el: Always require `cl'.
12140         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12142 2012-06-02  Chong Yidong  <cyd@gnu.org>
12144         * image.el (imagemagick-enabled-types): Rename from
12145         imagemagick-types-enable.  Add many more types.
12146         (imagemagick-types-inhibit): Change default to nil.
12147         (imagemagick-filter-types): Caller changed.
12149 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12151         * emacs-lisp/cl-macs.el: Use backquotes.
12152         (cl-transform-function-property): Use eval-and-compile rather than
12153         abusing `require'.
12154         (defstruct): Use declare-function instead of with-no-warnings.
12156         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12157         (byte-compile-output-docform): Re-add the print-circle bindings.
12158         (byte-compile-fix-header): Use #$ just because it's shorter.
12159         (byte-compile-output-file-form): Remove defun/defmacro.
12161 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
12163         * simple.el (choose-completion): Remove now obsolete binding for
12164         owindow.
12166 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
12168         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12169         in order to avoid "Stack overflow in regexp matcher".
12171 2012-05-31  Glenn Morris  <rgm@gnu.org>
12173         * image.el: For clarity, call imagemagick-register-types at
12174         top-level, rather than relying on a custom :initialize.
12175         (imagemagick-types-enable): New option.  (Bug#11557)
12176         (imagemagick-filter-types): New function.  (Bug#7406)
12177         (imagemagick-register-types): Use imagemagick-filter-types.
12178         If disabling support, remove elements altogether rather
12179         than using an impossible regexp.
12180         (imagemagick-types-inhibit): Give it the default init function.
12182 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12184         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12185         Handle arbitrary file name lengths (Bug#11585).
12187 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
12189         * desktop.el (desktop-read): Clear previous and next buffers for
12190         all windows and bury *Messages* buffer (bug#11556).
12192 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12194         Add `declare' for `defun'.  Align `defmacro's with it.
12195         * emacs-lisp/easy-mmode.el (define-minor-mode)
12196         (define-globalized-minor-mode): Don't autoload the var definitions.
12197         * emacs-lisp/byte-run.el: Use lexical-binding.
12198         (defun-declarations-alist, macro-declarations-alist): New vars.
12199         (defmacro, defun): Use them.
12200         (make-obsolete, define-obsolete-function-alias)
12201         (make-obsolete-variable, define-obsolete-variable-alias):
12202         Use `declare'.
12203         (macro-declaration-function): Mark obsolete.
12204         * emacs-lisp/autoload.el: Use lexical-binding.
12205         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
12207 2012-05-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12209         * textmodes/ispell.el (ispell-with-no-warnings):
12210         Define as a macro.
12211         (ispell-kill-ispell, ispell-change-dictionary):
12212         Use `called-interactively-p' for Emacs instead of obsolete
12213         `interactive-p'.
12215 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12217         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12218         (macro-declaration-function): Move var from C code.
12219         (macro-declaration-function): Define function with defalias.
12220         * emacs-lisp/macroexp.el (macroexpand-all-1):
12221         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12222         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12223         defun/defmacro any more.
12224         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12225         Provide fallback for unknown arglist.
12226         (byte-compile-arglist-warn): Change calling convention.
12227         (byte-compile-output-file-form): Move print-vars binding.
12228         (byte-compile-output-docform): Simplify accordingly.
12229         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12230         (byte-compile-defmacro-declaration): Remove.
12231         (byte-compile-file-form-defmumble): Generalize to defalias.
12232         (byte-compile-output-as-comment): Return byte-positions.
12233         Simplify callers accordingly.
12234         (byte-compile-lambda): Use `assert'.
12235         (byte-compile-defun, byte-compile-defmacro): Remove.
12236         (byte-compile-file-form-defalias):
12237         Use byte-compile-file-form-defmumble.
12238         (byte-compile-defalias-warn): Remove.
12240 2012-05-29  Stefan Merten  <smerten@oekonux.de>
12242         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12243         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
12245         (rst-mode-abbrev-table): Merge definition.
12246         (rst-mode): Make sure `font-lock-defaults' is buffer local.
12247         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12249 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
12251         * calendar/icalendar.el
12252         (icalendar-export-region): Export UID properly.
12254 2012-05-29  Leo Liu  <sdl.web@gmail.com>
12255         * calendar/icalendar.el (icalendar-import-format):
12256         Add `icalendar-import-format-uid' (Bug#11525).
12257         (icalendar-import-format-uid): New.
12258         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12259         Export UID.
12261 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12263         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12264         different alternative patterns.
12265         (pcase-codegen): Be more careful to preserve identity.
12266         (pcase--u1): Don't forget to mark vars as used.
12268         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12269         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12270         (byte-compile-from-buffer): ...rather than here.
12272         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12273         functions from byte-compile-function-environment.
12275 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
12277         * window.el (window-deletable-p): Avoid deleting the root window
12278         of a frame with an active minibuffer.
12280 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
12282         * simple.el (choose-completion): Use quit-window (Bug#11567).
12284 2012-05-29  Chong Yidong  <cyd@gnu.org>
12286         * whitespace.el (whitespace-cleanup): Fix usage of
12287         whitespace-empty-at-bob-regexp (Bug#11492).
12289 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12291         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12292         revert (Bug#11488).
12294 2012-05-29  Juri Linkov  <juri@jurta.org>
12296         * isearch.el (isearch-mode-map): Bind `M-s _' to
12297         `isearch-toggle-symbol'.  Bind `M-s c' to
12298         `isearch-toggle-case-fold'.
12299         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12300         (isearch-forward): Add `M-s _' to the docstring.
12301         (isearch-forward-symbol, isearch-toggle-case-fold)
12302         (isearch-symbol-regexp): New functions.  (Bug#11381)
12304 2012-05-29  Juri Linkov  <juri@jurta.org>
12306         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
12307         (isearch-occur, isearch-search-and-update): If `isearch-word' is
12308         a function, call it to get the regexp.
12309         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12310         property `isearch-message-prefix' instead of the string "word ".
12311         (isearch-search-fun-default): For the case of `isearch-word',
12312         return a lambda that calls re-search-forward/re-search-backward
12313         with a regexp returned by `word-search-regexp' or by the function
12314         in `isearch-word'.
12316 2012-05-29  Juri Linkov  <juri@jurta.org>
12318         * isearch.el (isearch-search-fun-default): New function.
12319         (isearch-search-fun): Move default part to the new function
12320         `isearch-search-fun-default'.
12321         (isearch-search-fun-function): Set the default value to
12322         `isearch-search-fun-default'.  (Bug#11381)
12324         * comint.el (comint-history-isearch-end):
12325         Use `isearch-search-fun-default'.
12326         (comint-history-isearch-search): Use `isearch-search-fun-default'
12327         and remove spacial case for `isearch-word'.
12328         (comint-history-isearch-wrap): Remove spacial case for
12329         `isearch-word'.
12331         * hexl.el (hexl-isearch-search-function):
12332         Use `isearch-search-fun-default'.
12334         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12335         Use `word-search-regexp' for `isearch-word'.
12337         * misearch.el (multi-isearch-search-fun):
12338         Use `isearch-search-fun-default'.
12340         * simple.el (minibuffer-history-isearch-search):
12341         Use `isearch-search-fun-default' and remove spacial case for
12342         `isearch-word'.
12343         (minibuffer-history-isearch-wrap): Remove spacial case for
12344         `isearch-word'.
12346         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12347         Remove spacial case for `isearch-word'.
12348         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12350 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12352         Decrease XEmacs incompatibilities.
12353         * textmodes/flyspell.el (flyspell-check-pre-word-p):
12354         Use `string-match'.
12355         (flyspell-delete-region-overlays): Use alternative definition for
12356         XEmacs.
12357         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12358         (flyspell-word): Use `process-kill-without-query' if XEmacs.
12359         (flyspell-mode-on): Use `interactive-p' if XEmacs.
12360         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12361         `define-obsolete-face-alias' under XEmacs, but old method.
12363         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12364         `with-no-warnings' definition or Emacs alias.
12365         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12366         (ispell-word): Do not use `region-p' if XEmacs.
12368 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12370         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12371         Check for `ispell-dictionary-base-alist' instead of full
12372         `ispell-dictionary-alist'.
12373         (ispell-init-process): Show spellchecker when starting new Ispell
12374         process.
12376 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12378         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12379         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12381 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
12383         * version.el (motif-version-string, gtk-version-string)
12384         (ns-version-string): Declare.
12386 2012-05-27  Juri Linkov  <juri@jurta.org>
12388         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12389         after the `eval-defun-1' specialcaseing
12390         like in `edebug-eval-defun' (bug#10181).
12392         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12393         like in `eval-defun-1'.
12395 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
12397         * mail/sendmail.el (mail-yank-region):
12398         Recognize rmail-yank-current-message in addition to insert-buffer.
12399         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12400         a *mail* buffer created through rmail-start-mail with sendmail as
12401         mail-user-agent.
12403 2012-05-27  Chong Yidong  <cyd@gnu.org>
12405         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12406         Default to 256 (Bug#11267).
12408         * help.el (describe-mode): Doc fix.
12410 2012-05-26  Glenn Morris  <rgm@gnu.org>
12412         * w32-fns.el (w32-init-info): Remove.
12413         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12415         * info.el (info-initialize): For self-contained NS builds, put the
12416         included info/ directory at the front.  (Bug#2791)
12418         * paths.el (Info-default-directory-list): Make it a defcustom,
12419         mainly so that we can use custom-initialize-delay.
12421 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12423         * subr.el (buffer-has-markers-at): Mark obsolete.
12425         * subr.el (lambda): Use declare.
12427         * emacs-lisp/lisp-mode.el (lambda):
12428         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12430 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12432         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
12434 2012-05-26  Glenn Morris  <rgm@gnu.org>
12436         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12438 2012-05-25  Glenn Morris  <rgm@gnu.org>
12440         * paths.el: Remove no-byte-compile.
12441         * loadup.el: No need to load paths.el uncompiled.
12443         * image.el (imagemagick-types-inhibit): Doc fix.
12445         * version.el: Remove no-byte-compile and associated formatting.
12446         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
12447         is ancient code from when there was an "inc-vers.el".
12449 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12451         * progmodes/gdb-mi.el: Minor style changes.
12452         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12453         Turn into minor modes.
12454         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12455         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12456         (gdb-shell): Remove unneeded let-binding.
12457         (gdb-get-many-fields): Eliminate O(n²) behavior.
12459 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
12461         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12462         platforms that don't link in fontset.c.
12464 2012-05-25  Juri Linkov  <juri@jurta.org>
12466         Use the same diff color scheme as in modern VCSes (bug#10181).
12468         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12469         to avoid confusion with `diff-added' that now uses green colors.
12470         (diff-removed): Use shades of red.
12471         (diff-added): Use shades of green.
12472         (diff-changed): Leave just the yellow color.
12473         (diff-use-changed-face): New variable.
12474         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12475         how to highlight context diff changes.
12476         (diff-refine-change): Use shades of yellow.
12477         (diff-refine-removed): New face that uses shades of red.
12478         (diff-refine-added): New face that uses shades of green.
12479         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12480         `diff-refine-removed' in the call to `smerge-refine-subst'
12481         depending on the value of `diff-use-changed-face'.
12483         * vc/smerge-mode.el (smerge-mine): Use shades of red.
12484         (smerge-other): Use shades of green.
12485         (smerge-base): Use shades of yellow.
12486         (smerge-refined-change): Empty face.
12487         (smerge-refined-removed): New face that uses shades of red.
12488         (smerge-refined-added): New face that uses shades of green.
12489         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
12490         args `props-r' and `props-a', and use them.  Doc fix.
12491         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12492         on its value use different faces `smerge-refined-change',
12493         `smerge-refined-removed', `smerge-refined-added' in the call to
12494         `smerge-refine-subst'.
12496         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12497         Add face condition `min-colors 88' with shades of red.
12498         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12499         `min-colors 88' with shades of green.
12500         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12501         `min-colors 88' with shades of yellow.
12503 2012-05-24  Glenn Morris  <rgm@gnu.org>
12505         * paths.el (prune-directory-list, remote-shell-program): Move to...
12506         * files.el (prune-directory-list, remote-shell-program): ...here.
12507         For the latter, delay initialization, prefer ssh, just search PATH.
12509         * paths.el (term-file-prefix): Move to faces.el (the only user).
12510         * faces.el (term-file-prefix): Move here, make it a defcustom.
12512         * paths.el (news-directory, news-path, news-inews-program):
12513         Move to gnus/nnspool.el.
12515         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12517         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12518         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12519         Make the latter a defcustom, with a delayed initialization.
12521         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12522         These were deleted from Gnus itself late 2010.
12524 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
12526         * progmodes/which-func.el (which-func-ff-hook):
12527         Check against user-error, not error.
12529         * emacs-lisp/edebug.el (top): Do not load or set up loading of
12530         cl-specs.el, which no longer exists.
12532 2012-05-22  Glenn Morris  <rgm@gnu.org>
12534         * info.el (info-emacs-bug): New command.
12535         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12536         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12538 2012-05-21  Glenn Morris  <rgm@gnu.org>
12540         * makefile.w32-in (update-subdirs-SH):
12541         * Makefile.in (update-subdirs): Update for moved update-subdirs.
12543 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12545         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12547         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12548         Simplify Maven regexp, and make sure the file can't start with a space
12549         (bug#11517).
12551 2012-05-21  Glenn Morris  <rgm@gnu.org>
12553         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12554         Scrap superfluous subshells.
12556 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12558         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12559         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12561 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
12563         * calc/calc.el (calc-ensure-consistent-units): New variable.
12565         * calc/calc-units.el (math-consistent-units-p)
12566         (math-check-unit-consistency): New functions.
12567         (calc-quick-units, calc-convert-units):
12568         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12569         is non-nil.
12570         (calc-extract-units): Fix typo.
12572 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12574         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12576         * textmodes/flyspell.el: Commenting style, plus code simplifications.
12577         (flyspell-default-deplacement-commands): Don't spell check after
12578         repeated window/frame switches (e.g. triggered by mouse-movement).
12579         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12580         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12581         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12582         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12583         Remove unused vars.
12584         (flyspell-get-casechars, flyspell-get-not-casechars):
12585         Simplify; Don't bother removing a ] just to add it back.
12586         * textmodes/ispell.el (ispell-program-name): Use executable-find.
12588 2012-05-18  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
12590         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12591         New functions.
12592         (math-function-table): Add support for more C functions.
12594 2012-05-18  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12596         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12597         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12598         Protect delay handling for otherchars against empty otherchars.
12600 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12602         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12603         their respective macro declarations.
12604         * skeleton.el (define-skeleton):
12605         * progmodes/compile.el (define-compilation-mode):
12606         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12607         (define-ibuffer-filter):
12608         * emacs-lisp/generic.el (define-generic-mode):
12609         * emacs-lisp/easy-mmode.el (define-minor-mode)
12610         (define-globalized-minor-mode):
12611         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12612         * emacs-lisp/byte-run.el (defsubst):
12613         * custom.el (deftheme): Add doc-string metadata.
12615 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12617         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12619 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12621         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12623         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12624         * emacs-lisp/cl-macs.el: Idem.
12625         * emacs-lisp/cl-specs.el: Remove.
12627 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12629         Minor renaming of internal CL functions and variables.
12630         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12631         (cl--position): Rename from cl-position.
12632         (cl--delete-duplicates): Rename from cl-delete-duplicates.
12633         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12634         (cl--random-state): Rename from *random-state*.
12636 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12638         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12639         parens around the arg list (bug#11499).
12641 2012-05-17  Juri Linkov  <juri@jurta.org>
12643         * isearch.el (word-search-regexp, word-search-backward)
12644         (word-search-forward, word-search-backward-lax)
12645         (word-search-forward-lax): Move functions from search.c
12646         (bug#10145, bug#11381).
12648 2012-05-16  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
12650         * textmodes/flyspell.el (flyspell-check-pre-word-p)
12651         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12652         Delay for otherchars as for normal word components.
12654 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12656         * minibuffer.el (completion--sifn-requote): Fix last change.
12657         (minibuffer-local-must-match-filename-map):
12658         Move define-obsolete-variable-alias before its var.
12660 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12662         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12664         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12665         behavior.
12666         (completion--string-equal-p): New function.
12667         (completion--twq-all): Use it to get better assertion failure data.
12669         Only handle ".." and '..' quoting in shell-mode (bug#11466).
12670         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12671         (shell--requote-argument): New functions.
12672         (shell-completion-vars): Use them.
12673         (shell--parse-pcomplete-arguments): Rename from
12674         shell-parse-pcomplete-arguments.
12675         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
12676         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12677         Obey comint-file-name-quote-list.
12679         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12680         (smie-indent-keyword): Use it.
12682 2012-05-14  Stefan Merten  <smerten@oekonux.de>
12684         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12686 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12688         * net/rlogin.el (rlogin-mode-map): Fix last change.
12690 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
12692         * mail/smtpmail.el (smtpmail-send-command): Send the command and
12693         the following \r\n using a single `process-send-string', since the
12694         Lotus SMTP server refuses to accept any commands if they are sent
12695         with two `process-send-string's (Bug#11444).
12697 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12699         * shell.el (shell-parse-pcomplete-arguments):
12700         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12702 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12704         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12705         (image-transform-scale, image-transform-right-angle-fudge): New vars.
12706         (image-transform-width, image-transform-fit-width): New functions.
12707         (image-transform-properties): Use them.
12708         (image-transform-check-size): New function.
12709         (image-toggle-display-image): Use it (for testing).
12710         (image-transform-set-rotation): Reduce angle mod 360.
12711         Delete obsolete comment.
12713 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
12715         * image-mode.el: Fix scaling (bug#11399).
12716         (image-transform-resize): Doc fix.
12717         (image-transform-properties): Default scale is 1 and height should
12718         be an integer.
12720 2012-05-13  Johan BockgĂ¥rd  <bojohan@gnu.org>
12722         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12723         than hard-coding `car', to fix misbehavior when moving forward.
12725 2012-05-13  Chong Yidong  <cyd@gnu.org>
12727         * emacs-lisp/tabulated-list.el (tabulated-list-format)
12728         (tabulated-list-entries, tabulated-list-padding)
12729         (tabulated-list-sort-key): Make permanent-local.
12731         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12732         (electric-buffer-list): Put electric buffer menu
12733         command descriptions in this docstring, instead of the docstring
12734         of electric-buffer-menu-mode.  Code cleanups.
12735         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
12736         Electric-buffer-menu-mode.
12737         (electric-buffer-update-highlight): Minor code cleanup.
12739 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
12741         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12742         (Bug#11447)
12744 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12746         Move define-obsolete-variable-alias before the var's definition.
12747         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12748         * tooltip.el (tooltip-hook):
12749         * textmodes/reftex-toc.el (reftex-toc-map):
12750         * textmodes/reftex-sel.el (reftex-select-label-map)
12751         (reftex-select-bib-map):
12752         * textmodes/reftex-index.el (reftex-index-map)
12753         (reftex-index-phrases-map):
12754         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12755         * progmodes/meta-mode.el (meta-mode-map):
12756         * novice.el (disabled-command-hook):
12757         * loadhist.el (unload-hook-features-list):
12758         * frame.el (blink-cursor):
12759         * files.el (find-file-not-found-hooks, write-file-hooks)
12760         (write-contents-hooks):
12761         * emulation/tpu-edt.el (GOLD-map):
12762         * emacs-lock.el (emacs-lock-from-exiting):
12763         * emacs-lisp/generic.el (generic-font-lock-defaults):
12764         * emacs-lisp/chart.el (chart-map):
12765         * dos-fns.el (register-name-alist):
12766         * dired-x.el (dired-omit-files-p):
12767         * desktop.el (desktop-enable):
12768         * cus-edit.el (custom-mode-hook):
12769         * buff-menu.el (buffer-menu-mode-hook):
12770         * bookmark.el (bookmark-read-annotation-text-func)
12771         (bookmark-exit-hooks):
12772         * allout.el (allout-mode-deactivate-hook)
12773         (allout-exposure-change-hook, allout-structure-added-hook)
12774         (allout-structure-deleted-hook, allout-structure-shifted-hook):
12775         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12776         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12777         comes before the corresponding variable's definition.
12779 2012-05-12  Chong Yidong  <cyd@gnu.org>
12781         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12782         (Buffer-menu-mouse-select): Restore function (Bug#11459).
12783         (Buffer-menu-mode-map): Bind it.
12784         (Buffer-menu--pretty-name): Add a mouse-face property.
12786 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12788         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
12789         (prolog-upper-case-string, prolog-lower-case-string)
12790         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12791         (prolog-use-smie, prolog-smie-grammar): New vars.
12792         (prolog-smie-forward-token, prolog-smie-backward-token)
12793         (prolog-smie-rules): New funs.
12794         (prolog-comment-indent): Remove.
12795         (prolog-mode-variables): Use default comment indentation instead.
12796         Setup SMIE.
12797         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12798         (prolog-mode): Don't call them any more.
12799         (prolog-electric-colon, prolog-electric-dash)
12800         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12802         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12804         * minibuffer.el (completion--twq-all): Again, allow case differences.
12806         * term.el: Move keymap initialization code to be more idiomatic.
12807         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12808         (term-terminal-menu): Move initialization into declaration.
12809         (term-escape-char): Let the user set it in her .emacs.
12811         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12812         Provide SMIE-based indentation (not enabled by default yet).
12813         (sh-mode-map): Don't bind electric keys.
12814         Use electric-pair-mode instead of skeleton-pair.
12815         (sh-assignment-regexp): Fit within 80 columns.
12816         (sh-indent-supported): Specify actual shell name instead of boolean.
12817         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12818         (sh-maybe-here-document): Use it.  Make obsolete.
12819         (sh-electric-here-document-mode) New minor mode.
12820         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
12821         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12822         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12823         (sh-smie-rc-grammar, sh-use-smie): New vars.
12824         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12825         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12826         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12827         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12828         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12829         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12830         (sh-set-shell): Use smie-setup if requested.
12832         * term.el (term-set-escape-char): Properly set term-escape-char.
12833         See http://stackoverflow.com/questions/10524656.
12835 2012-05-10  Chong Yidong  <cyd@gnu.org>
12837         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12838         Use url-generic-parse-url, and handle host names and Windows
12839         filenames properly.
12840         (ffap-url-unwrap-remote): Use url-generic-parse-url.
12841         (ffap-url-unwrap-remote): Accept list values, specifying a list of
12842         URL schemes to work on.
12843         (ffap--toggle-read-only): New function.
12844         (ffap-read-only, ffap-read-only-other-window)
12845         (ffap-read-only-other-frame): Use it.
12846         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12847         necessary for ffap-url-unwrap-remote.
12849 2012-05-10  Dave Abrahams  <dave@boostpro.com>
12851         * cus-start.el (create-lockfiles): Add it.
12853 2012-05-09  Chong Yidong  <cyd@gnu.org>
12855         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12856         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12858 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12860         * shell.el (shell-completion-vars): Fix last change (bug#11348).
12862 2012-05-09  Chong Yidong  <cyd@gnu.org>
12864         * ansi-color.el (ansi-color-process-output): Check for validity of
12865         comint-last-output-start before using it.  This avoids a bad
12866         interaction with gdb-mi's input/output buffer.
12868 2012-05-09  Glenn Morris  <rgm@gnu.org>
12870         * files.el (dir-locals-read-from-file):
12871         Mention dir-locals in any error message.
12873 2012-05-09  Chong Yidong  <cyd@gnu.org>
12875         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12876         package (Bug#11410).
12878         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12879         variables into description.
12881 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12883         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12884         shell-delimiter-argument-list (bug#11348).
12885         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12887 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
12889         * textmodes/rst.el: Silence byte-compiler warnings.
12890         (rst-re-alist, rst-reset-section-caches): Move around.
12891         (rst-re): Use `characterp', not `char-valid-p'.
12892         (font-lock-beg, font-lock-end): Declare.
12894         * progmodes/idlw-shell.el (specs): Remove reference to deleted
12895         variable `idlwave-shell-activate-alt-keybindings' and simplify.
12897         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12899 2012-05-08  Glenn Morris  <rgm@gnu.org>
12901         * files.el (auto-mode-alist): Treat ".make" like ".mk".
12903 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12905         * vc/log-edit.el: Add GNU coding standards highlighting.
12906         (log-edit-font-lock-gnu-style)
12907         (log-edit-font-lock-gnu-keywords): New vars.
12908         (log-edit-font-lock-keywords): New fun.
12909         (log-edit-mode): Don't fold case in font-lock.
12910         (log-edit-font-lock-keywords): Do not assume case-folding.
12912         * imenu.el: Misc cleanup.  Make docstrings out of comments.
12913         Use lexical-binding.
12914         (imenu--index-alist, imenu--last-menubar-index-alist)
12915         (imenu-menubar-modified-tick): Use defvar-local.
12916         (imenu--split-menu): Remove unused var.
12917         (imenu--cleanup-seen): Declare as global.
12918         (imenu--cleanup): Use dolist.
12920         * subr.el (defvar-local): Add debug spec and doc-string position.
12922 2012-05-08  Glenn Morris  <rgm@gnu.org>
12924         * language/burmese.el, language/cham.el, language/czech.el:
12925         * language/english.el, language/georgian.el, language/greek.el:
12926         * language/japanese.el, language/khmer.el, language/korean.el:
12927         * language/lao.el, language/misc-lang.el, language/romanian.el:
12928         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12929         * language/thai.el, language/utf-8-lang.el:
12930         Remove no-byte-compile setting.
12932         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
12934 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12936         * progmodes/make-mode.el (makefile-browse):
12937         Remove unnecessary interactive.  (Bug#11324)
12939 2012-05-07  Glenn Morris  <rgm@gnu.org>
12941         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12943         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12945 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12947         * loadup.el: Preload newcomment.el.
12948         * newcomment.el: Move autoload-only code to toplevel.
12950         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12951         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12952         Handle new :right-align column property.
12953         (tabulated-list-print-col): Idem, plus use `display' text-property to
12954         try and preserve alignment for variable pitch fonts.
12956 2012-05-07  Chong Yidong  <cyd@gnu.org>
12958         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12959         (tabulated-list-use-header-line): New var.
12960         (tabulated-list-init-header): Use it.
12961         (tabulated-list-print-fake-header): New function.
12962         (tabulated-list-print): Use it.
12963         (tabulated-list-sort-button-map): Add non-header-line commands.
12964         (tabulated-list-init-header): Add column name property to basic
12965         labels as well.
12966         (tabulated-list-col-sort): Handle non-header-line button case.
12967         (tabulated-list--sort-by-column-name): Fix a corner case.
12969         * buff-menu.el (list-buffers--refresh):
12970         Handle Buffer-menu-use-header-line.
12972 2012-05-06  Chong Yidong  <cyd@gnu.org>
12974         * buff-menu.el: Convert to Tabulated List mode.
12975         (Buffer-menu-buffer+size-width): Make obsolete.
12976         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12977         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12978         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
12979         documentation into docstring of buffer-menu.
12980         (Buffer-menu-toggle-files-only): Add an informative message.
12981         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12982         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12983         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12984         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12985         (Buffer-menu-execute, Buffer-menu-select)
12986         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12987         (Buffer-menu-bury): Use Tabulated List machinery.
12988         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12989         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12990         Delete.
12991         (list-buffers--refresh): New function.
12992         (list-buffers-noselect): Use it.
12993         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12994         (Buffer-menu--pretty-file-name): New helper functions.
12996         * loadup.el: Preload tabulated-list.
12998         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12999         tabulated-list-sort-column.
13000         (tabulated-list-init-header): Add the initial aligning space even
13001         if tabulated-list-padding is zero.
13003 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
13005         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13006         whose cdr is not a cons cell correctly (bug#11038).
13008 2012-05-06  Chong Yidong  <cyd@gnu.org>
13010         * emacs-lisp/tabulated-list.el (tabulated-list-format):
13011         Accept additional plist in column descriptors.
13012         (tabulated-list-init-header): Obey it.
13013         (tabulated-list-get-entry): New function.
13014         (tabulated-list-put-tag): Use it.  Use string-width instead of
13015         length.
13016         (tabulated-list--column-number): New function.
13017         (tabulated-list-print): Use it.
13018         (tabulated-list-print-col): New function.
13019         Set `tabulated-list-column-name' property on each column's text.
13020         (tabulated-list-print-entry): Use it.
13021         (tabulated-list-delete-entry, tabulated-list-set-col):
13022         New functions.
13023         (tabulated-list-sort-column): New command (Bug#11337).
13025         * buff-menu.el (list-buffers): Move C-x C-b binding from
13026         buff-menu.el to bindings.el.
13028         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
13029         :advertised-binding feature.
13031 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
13033         * progmodes/compile.el (compilation-internal-error-properties):
13034         Calculate start position correctly when end-col is set but
13035         end-line is not (Bug#11382).
13037 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
13039         * man.el (Man-unindent): Use text-property-default-nonsticky to
13040         prevent untabify from inheriting face properties (Bug#11408).
13042 2012-05-05  Stefan Merten  <smerten@oekonux.de>
13044         * textmodes/rst.el: Major merge with upstream development up to
13045         Docutils SVN r7399 / rst.el V1.2.1.
13047         Clarify maintainership and authors.
13049         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13050         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13051         (rst-official-version, rst-official-cvs-rev, rst-version)
13052         (rst-package-emacs-version-alist): New functions and variables
13053         for version information.
13055         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13056         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13057         (rst-mode-syntax-table, rst-mode): New and corrected functions
13058         and variables representing reStructuredText features.
13060         (rst-re): New function for reStructuredText regexes.  Use in
13061         many places.
13063         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13064         (rst-mode-map): Rebind keys.
13066         (rst-mode-lazy, rst-font-lock-keywords)
13067         (rst-font-lock-extend-region)
13068         (rst-font-lock-extend-region-internal)
13069         (rst-font-lock-extend-region-extend)
13070         (rst-font-lock-find-unindented-line-limit)
13071         (rst-font-lock-find-unindented-line-match)
13072         (rst-adornment-level, rst-font-lock-adornment-level)
13073         (rst-font-lock-adornment-match)
13074         (rst-font-lock-handle-adornment-pre-match-form)
13075         (rst-font-lock-handle-adornment-matcher): Major revision of
13076         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
13078         (rst-preferred-adornments, rst-adjust-hook)
13079         (rst-new-adornment-down, rst-preferred-bullets)
13080         (rst-preferred-bullets, rst-indent, rst-indent-width)
13081         (rst-indent-field, rst-indent-literal-normal)
13082         (rst-indent-literal-minimized, rst-indent-comment): Change,
13083         extend and improve customization.
13085         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13086         (rst-normalize-cursor-position, rst-get-decoration)
13087         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13088         (rst-rstrip, rst-toc-insert-find-delete-contents)
13089         (rst-shift-fill-region, rst-compute-bullet-tabs)
13090         (rst-debug-print-tabs, rst-debug-mark-found)
13091         (rst-shift-region-guts, rst-shift-region-right)
13092         (rst-shift-region-left, rst-use-char-classes)
13093         (rst-font-lock-keywords-function)
13094         (rst-font-lock-indentation-point)
13095         (rst-font-lock-find-unindented-line-begin)
13096         (rst-font-lock-find-unindented-line-end)
13097         (rst-font-lock-find-unindented-line)
13098         (rst-font-lock-adornment-point, rst-font-lock-level)
13099         (rst-adornment-level-alist): Remove functions and variables.
13101         (rst-compare-adornments, rst-get-adornment-match)
13102         (rst-suggest-new-adornment, rst-get-adornments-around)
13103         (rst-adornment-complete-p, rst-get-next-adornment)
13104         (rst-adjust-adornment, rst-display-adornments-hierarchy)
13105         (rst-straighten-adornments): Standardize function names to
13106         use "adornment" instead of "decoration".  Correct callers.
13107         Similar standardizing in many places.
13109         (rst-update-section, rst-adjust, rst-promote-region)
13110         (rst-enumerate-region, rst-bullet-list-region)
13111         (rst-repeat-last-character): Correct use of `interactive'.
13113         (rst-classify-adornment, rst-find-all-adornments)
13114         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13115         (rst-find-leftmost-column, rst-repeat-last-character):
13116         Refactor functions.
13118         (rst-find-title-line, rst-reset-section-caches)
13119         (rst-get-adornments-around, rst-adjust-adornment-work)
13120         (rst-arabic-to-roman, rst-roman-to-arabic)
13121         (rst-insert-list-pos, rst-insert-list-new-item)
13122         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13123         New functions.
13125         (rst-all-sections, rst-section-hierarchy)
13126         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13127         New variables.
13129         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13130         configuration instead of only buffer.  Change where necessary.
13132         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13133         (rst-shift-region, rst-adaptive-fill): New functions for
13134         indentation and filling.
13136         (rst-comment-line-break, rst-comment-indent)
13137         (rst-comment-insert-comment, rst-comment-region)
13138         (rst-uncomment-region): New functions for handling comments.
13140         (rst-compile): Quote shell arguments.
13142         (rst-compile-pdf-preview, rst-compile-slides-preview):
13143         Delete temporary files after use.
13145 2012-05-05  Glenn Morris  <rgm@gnu.org>
13147         * calendar/cal-html.el: Optionally include holidays in the output.
13148         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13149         (cal-html-holidays): New option.
13150         (cal-html-css-default): Add holiday entry.
13151         (holiday-in-range): Autoload it.
13152         (cal-html-htmlify-entry): Add optional class argument.
13153         (cal-html-htmlify-list): Add optional holidays argument.
13154         (cal-html-insert-agenda-days): Include holidays in the output.
13155         (cal-html-one-month): Maybe include holidays.
13157         * calendar/holidays.el (holiday-in-range):
13158         Move here from cal-tex-list-holidays.
13159         * calendar/cal-tex.el (cal-tex-list-holidays):
13160         Make it an obsolete alias for holiday-in-range.  Update all callers.
13162 2012-05-05  Chong Yidong  <cyd@gnu.org>
13164         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13165         Nextstep.
13167 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
13169         * files.el (file-auto-mode-skip): New var.
13170         (set-auto-mode-1): Use it.
13172 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13174         * repeat.el: Use lexical-binding.
13175         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13176         (repeat-undo-count): Remove.
13177         (repeat):
13178         * progmodes/octave-mod.el (octave-abbrev-start):
13179         * progmodes/f90.el (f90-abbrev-start):
13180         * face-remap.el (text-scale-adjust):
13181         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13183         * emacs-lisp/pcase.el (pcase--let*): New function.
13184         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13185         a bit more.
13186         (pcase--split-pred): Be more clever about ruling out overlap between
13187         a predicate and some constant pattern.
13188         (pcase--q1): Use `null' instead of (eq foo nil).
13190         * subr.el (setq-local, defvar-local): New macros.
13191         (kbd): Redefine as an alias.
13192         (with-selected-window): Leave unrelated frames alone.
13193         (set-temporary-overlay-map): New function.
13195 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13197         * subr.el (user-error): New function.
13198         * window.el (switch-to-buffer):
13199         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13200         (smerge-match-conflict):
13201         * simple.el (previous-matching-history-element)
13202         (next-matching-history-element, goto-history-element, undo-more)
13203         (undo-start):
13204         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13205         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13206         (next-file, tags-loop-scan, list-tags, complete-tag):
13207         * progmodes/compile.el (compilation-loop):
13208         * mouse.el (mouse-minibuffer-check):
13209         * man.el (Man-bgproc-sentinel, Man-goto-page):
13210         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13211         (Info-history-forward, Info-follow-reference, Info-menu)
13212         (Info-extract-menu-item, Info-extract-menu-counting)
13213         (Info-forward-node, Info-backward-node, Info-next-menu-item)
13214         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13215         (Info-next-reference, Info-prev-reference, Info-index)
13216         (Info-index-next, Info-follow-nearest-node)
13217         (Info-copy-current-node-name):
13218         * imenu.el (imenu--make-index-alist)
13219         (imenu-default-create-index-function, imenu-add-to-menubar):
13220         * files.el (basic-save-buffer, recover-file):
13221         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13222         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13223         (checkdoc-message-text, checkdoc-defun):
13224         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13225         * cus-edit.el (customize-changed-options, customize-rogue)
13226         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13227         (custom-variable-mark-to-reset-standard)
13228         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13229         (custom-file):
13230         * completion.el (check-completion-length):
13231         * comint.el (comint-search-arg)
13232         (comint-previous-matching-input-string-position)
13233         (comint-previous-matching-input)
13234         (comint-replace-by-expanded-history-before-point, comint-send-input)
13235         (comint-copy-old-input, comint-backward-matching-input)
13236         (comint-goto-process-mark, comint-set-process-mark):
13237         * calendar/calendar.el (calendar-cursor-to-date): Use it.
13238         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13240 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13242         * dabbrev.el (dabbrev--ignore-case-p): New function.
13243         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13244         Use it.
13246         * files.el (automount-dir-prefix): Mark as obsolete.
13248 2012-05-04  Glenn Morris  <rgm@gnu.org>
13250         * patcomp.el, play/bruce.el: Move to obsolete/.
13252 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
13254         Fix minor Y10k bugs.
13255         * arc-mode.el (archive-unixdate):
13256         * autoinsert.el (auto-insert-alist):
13257         * calc/calc-forms.el (math-this-year):
13258         * emacs-lisp/copyright.el (copyright-current-year)
13259         (copyright-update-year, copyright):
13260         * tar-mode.el (tar-clip-time-string):
13261         * time.el (display-time-update):
13262         Don't assume years have 4 digits.
13264 2012-05-04  Chong Yidong  <cyd@gnu.org>
13266         * dos-w32.el (file-name-buffer-file-type-alist)
13267         (direct-print-region-use-command-dot-com):
13268         * ffap.el (ffap-menu-regexp):
13269         * find-file.el (ff-special-constructs):
13270         * follow.el (follow-debug):
13271         * forms.el (forms--debug):
13272         * iswitchb.el (iswitchb-all-frames):
13273         * ido.el (ido-all-frames):
13274         * emacs-lisp/timer.el (timer-max-repeats):
13275         * mail/feedmail.el (feedmail-mail-send-hook)
13276         (feedmail-mail-send-hook-queued):
13277         * mail/footnote.el (footnote-signature-separator):
13278         * mail/mailabbrev.el (mail-alias-separator-string)
13279         (mail-abbrev-mode-regexp):
13280         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13281         * progmodes/idlwave.el (idlwave-libinfo-file)
13282         (idlwave-default-completion-case-is-down)
13283         (idlwave-library-routines): Convert defvars to defcustoms.
13285         * mail/rmail.el (rmail-decode-mime-charset):
13286         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13287         (idlwave-shell-fix-inserted-breaks)
13288         (idlwave-shell-activate-alt-keybindings)
13289         (idlwave-shell-use-breakpoint-glyph):
13290         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13292 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13294         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13296 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
13298         * progmodes/verilog-mode.el (font-lock-keywords):
13299         Fix mis-highligting auto.  Reported by Craig Barner.
13300         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13301         defines from global name space.  Reported by Dan Dever.
13302         (verilog-auto-reset, verilog-auto-reset-widths)
13303         (verilog-auto-tieoff): Support using unbased numbers for
13304         AUTORESET and AUTOTIEOFF.
13305         (verilog-submit-bug-report): Update variable list.
13306         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13307         parenthesis from not matching.  Reported by Michael Rytting.
13308         (verilog-auto-template-lint): Fix hash error when linting modules
13309         with no used templates.
13310         (verilog-warn, verilog-warn-error)
13311         (verilog-warn-fatal): When non-interactive report multiple
13312         warnings before exiting.  Suggested by Brad Dobbie.
13313         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13314         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13315         to report unused template errors.  Reported by Brad Dobbie.
13316         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13317         nets, bug438.  Reported by Vns Blore.
13318         (verilog-auto-inout-module, verilog-auto-reg)
13319         (verilog-read-decls, verilog-read-sub-decls-sig)
13320         (verilog-signals-edit-wire-reg, verilog-signals-with):
13321         Fix passing of Verilog data types in ANSI input/output ports
13322         such as "output logic" into the AUTOs.  Special case "wire" and
13323         "reg" for backwards compatibility presuming Verilog 2001.
13324         (verilog-auto-ascii-enum): Add "auto enum" as alias.
13325         (verilog-preprocess): Fix replication of preprocess output.
13326         Reported by Brad Dobbie.
13327         (verilog-auto-inst-interfaced-ports):
13328         Create verilog-auto-inst-interfaced-ports, bug429.
13329         Reported by Julian Gorfajn.
13330         (verilog-after-save-font-hook)
13331         (verilog-before-save-font-hook): New variable.
13332         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13333         (verilog-save-font-mods): Wrap disabling fontification, reported
13334         by David Rogoff.
13335         (verilog-do-indent, verilog-pretty-declarations-auto)
13336         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13337         Reported by Pierre-David Pfister.
13338         (verilog-set-auto-endcomments): Fix endtask auto comments outside
13339         of class declarations, bug292.  Reported by Kevin Heilman.
13340         (verilog-read-decls): Fix 'parameter type' not appearing in
13341         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
13342         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13343         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
13344         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13345         Reported by David Kravitz.
13347 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
13349         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13350         assignment with tests in ifs and for loops.
13351         (verilog-extended-complete-re, verilog-complete-reg): Change so
13352         that DPI inport functions don't look like fuction declarations.
13353         (verilog-pretty-expr): Don't line up assignment
13354         operations to the test and increment in if and for loops
13355         (verilog-extended-complete-re, verilog-complete-reg): Change so
13356         that DPI inport functions don't look like fuction declarations.
13358 2012-05-03  Kenichi Handa  <handa@m17n.org>
13360         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13361         decoding, and show a warning message without signaling an error
13362         (Bug#11282).
13364 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13366         * emacs-lisp/bytecomp.el
13367         (byte-compile-file-form-custom-declare-variable): Compile all elements,
13368         since cconv.el might have introduced :fun-body, internal-make-closure,
13369         and friends for bytecomp to handle (bug#11391).
13370         * custom.el (defcustom): Avoid ((λ ..) ..).
13372 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13374         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13376 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
13378         * notifications.el (dbus-debug):
13379         * term/linux.el (gpm-mouse-enable):
13380         * term/screen.el (xterm-register-default-colors): Declare.
13382 2012-05-02  Chong Yidong  <cyd@gnu.org>
13384         * cus-start.el (gc-cons-percentage, exec-suffixes)
13385         (dos-display-scancodes, dos-hyper-key, dos-super-key)
13386         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13387         (make-cursor-line-fully-visible, void-text-area-pointer)
13388         (font-list-limit): Add customization data.
13390         * allout.el (allout-exposure-change-functions)
13391         (allout-structure-added-functions)
13392         (allout-structure-deleted-functions)
13393         (allout-structure-shifted-functions): Rename abnormal hooks from
13394         *-hook, and convert to defcustoms.
13395         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13396         Convert to defcustoms.
13397         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13399         * allout-widgets.el: Hook callers changed.
13401 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
13403         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13404         the yanked message in preference to the default value of
13405         buffer-file-coding-system.
13407 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
13409         * window.el (display-buffer--action-function-custom-type):
13410         Fix entry.
13412 2012-05-02  Alan Mackenzie  <acm@muc.de>
13414         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13416 2012-05-01  Glenn Morris  <rgm@gnu.org>
13418         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13420         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
13422         * cus-edit.el (custom-variable-documentation): Simplify with format.
13424 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13425             Stefan Monnier  <monnier@iro.umontreal.ca>
13427         * simple.el (suggest-key-bindings, execute-extended-command):
13428         Move from keyboard.c.
13430 2012-05-01  Chong Yidong  <cyd@gnu.org>
13432         * follow.el: Eliminate advice.
13433         (set-process-filter, process-filter, sit-for): Advice deleted.
13434         (follow-mode-off-hook): Obsolete hook removed.
13435         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13436         Vars deleted.
13437         (follow-auto): Use a :set function.
13438         (follow-mode): Rewritten.  Don't advise process filters.
13439         (follow-switch-to-current-buffer-all, follow-scroll-up)
13440         (follow-scroll-down): Assume follow-mode is bound.
13441         (follow-comint-scroll-to-bottom)
13442         (follow-align-compilation-windows): New functions.
13443         (follow--window-sorter): New function.
13444         (follow-all-followers): Use it to explicitly sort windows by their
13445         positions; don't make assumptions about next-window order.
13446         (follow-windows-start-end, follow-delete-other-windows-and-split)
13447         (follow-calc-win-start): Doc fix.
13448         (follow-windows-aligned-p, follow-select-if-visible): Don't call
13449         vertical-motion unnecessarily.
13450         (follow-adjust-window): New function.
13451         (follow-post-command-hook): Use it.
13452         (follow-call-set-process-filter, follow-call-process-filter)
13453         (follow-intercept-process-output, follow-tidy-process-filter-alist)
13454         (follow-stop-intercept-process-output, follow-generic-filter):
13455         Functions deleted.
13456         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13457         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13458         New functions, replacing advice on scroll-bar-* commands.
13459         (follow-mwheel-scroll): New function (Bug#4112).
13461         * comint.el (comint-adjust-point): New function.
13462         (comint-postoutput-scroll-to-bottom): Use it.
13463         Call follow-comint-scroll-to-bottom for Follow mode buffers.
13465 2012-05-01  Glenn Morris  <rgm@gnu.org>
13467         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13468         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13469         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13470         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13471         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13472         Remove no-byte-compile setting.
13474 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13476         * minibuffer.el (completion-table-with-quoting): Fix compatibility
13477         all-completions code to not return a number in the last cdr.
13479 2012-04-30  Leo Liu  <sdl.web@gmail.com>
13481         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13482         read-only error.
13484 2012-04-29  Chong Yidong  <cyd@gnu.org>
13486         * follow.el (follow-calc-win-end): Rewrite to handle partial
13487         screen lines correctly (Bug#8390).
13488         (follow-avoid-tail-recenter): Minor cleanup.
13490 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13492         Avoid the obsolete `assoc' package.
13493         * speedbar.el (speedbar-refresh): Avoid adelete.
13494         (speedbar-file-lists): Simplify and avoid aput.
13495         * man.el (Man--sections, Man--refpages): New vars, replacing
13496         Man-sections-alist and Man-refpages-alist.
13497         (Man-build-section-alist, Man-build-references-alist):
13498         Use them; avoid aput.
13499         (Man--last-section, Man--last-refpage): New vars.
13500         (Man-follow-manual-reference): Use them.
13501         Use the `default' arg of completing-read.
13502         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
13504 2012-04-27  Chong Yidong  <cyd@gnu.org>
13506         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13508         * startup.el (x-apply-session-resources): New function.
13510         * term/ns-win.el (ns-initialize-window-system):
13511         * term/w32-win.el (w32-initialize-window-system):
13512         * term/x-win.el (x-initialize-window-system): Use it to properly
13513         set menu-bar-mode and other vars from X resources, even if the
13514         initial frame is not a window-system frame (Bug#2299).
13516         * subr.el (read-key): Avoid running filter function when setting
13517         up temporary tool bar entries (Bug#9922).
13519 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13521         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13522         (Bug#11344)
13524 2012-04-27  Chong Yidong  <cyd@gnu.org>
13526         * select.el (xselect--encode-string): New function, split from
13527         xselect-convert-to-string.
13528         (xselect-convert-to-string): Use it.
13529         (xselect-convert-to-filename, xselect-convert-to-os)
13530         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13531         returned strings are properly encoded (Bug#11315).
13533 2012-04-27  Chong Yidong  <cyd@gnu.org>
13535         * simple.el (delete-active-region): Move to killing custom group.
13537 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
13539         * progmodes/which-func.el (which-func-current): Quote %
13540         characters for mode-line processing.
13542 2012-04-27  Chong Yidong  <cyd@gnu.org>
13544         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13545         reaching eob (Bug#11286).
13547 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
13549         * progmodes/gdb-mi.el (gdb-control-level): New variable.
13550         (gdb): Make it buffer-local and init to zero.
13551         (gdb-control-commands-regexp): New variable.
13552         (gdb-send): Don't wrap in "-interpreter-exec console" if
13553         gdb-control-level is positive.  Increment gdb-control-level
13554         whenever the command matches gdb-control-commands-regexp, and
13555         decrement it each time the command is "end".  (Bug#11279)
13557 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
13559         * window.el (adjust-window-trailing-edge, enlarge-window)
13560         (shrink-window, window-resize):
13561         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13562         windows (Bug#11276).
13564 2012-04-27  Chong Yidong  <cyd@gnu.org>
13566         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13567         fix "missing prefix" warning.  All callers changed.
13569 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13571         * emacs-lisp/assoc.el: Move to obsolete/.
13573 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13575         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13577         * term/ns-win.el (ns-define-service):
13578         * progmodes/pascal.el (pascal-goto-defun):
13579         * progmodes/js.el (js--read-tab):
13580         * progmodes/etags.el (tags-lazy-completion-table):
13581         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13582         * emacs-lisp/ewoc.el (ewoc--wrap):
13583         * emacs-lisp/assoc.el (aput, adelete, amake):
13584         * doc-view.el (doc-view-convert-current-doc):
13585         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13587 2012-04-26  Chong Yidong  <cyd@gnu.org>
13589         * image.el (image-type-from-buffer): Only return supported image
13590         type (Bug#9045).
13592         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13593         value, for symmetry with diff-end-of-hunk.
13594         (diff-split-hunk, diff-find-source-location)
13595         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13596         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13597         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13598         compute the relevant hunk or file properly (Bug#6005).
13599         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13601 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13603         * vc/vc-mtn.el:
13604         * vc/vc-hg.el:
13605         * vc/vc-git.el:
13606         * vc/vc-dir.el:
13607         * vc/vc-cvs.el:
13608         * vc/vc-bzr.el:
13609         * vc/vc-arch.el:
13610         * vc/vc.el: Replace lexical-let by lexical-binding.
13611         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13612         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13613         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13615 2012-04-26  Chong Yidong  <cyd@gnu.org>
13617         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13618         (diff-mode-shared-map): Bind it to / and [remap undo].
13620         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13621         (ediff-window-setup-function): Use it as the default, to set up
13622         windows based on whether the current frame is graphical (Bug#2138).
13623         (ediff-choose-window-setup-function-automatically): Make obsolete.
13625         * vc/ediff-init.el: Always define ediff-pixel-width/height.
13627 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13629         * ffap.el: Remove old code for obsolete package.
13630         (ffap-complete-as-file-p): Remove.
13632         Use completion-table-with-quoting for comint and pcomplete.
13633         * comint.el (comint--unquote&requote-argument)
13634         (comint--unquote-argument, comint--requote-argument): New functions.
13635         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13636         (comint-quote-filename): Use regexp-opt-charset.
13637         (comint--common-suffix, comint--common-quoted-suffix)
13638         (comint--table-subvert): Remove.
13639         (comint-unquote-function, comint-requote-function): New vars.
13640         (comint--complete-file-name-data): Use them with
13641         completion-table-with-quoting.
13642         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13643         * pcomplete.el (pcomplete-arg-quote-list)
13644         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13645         (pcomplete-unquote-argument-function): Default to non-nil.
13646         (pcomplete-unquote-argument): Simplify.
13647         (pcomplete--common-quoted-suffix): Remove.
13648         (pcomplete-requote-argument-function): New var.
13649         (pcomplete--common-suffix): New function.
13650         (pcomplete-completions-at-point): Use completion-table-with-quoting
13651         and completion-table-subvert.
13653         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13654         (minibuffer--double-dollars): Preserve properties.
13655         (completion--sifn-requote): New function.
13656         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13658         * minibuffer.el: Add support for completion of quoted/escaped data.
13659         (completion-table-with-quoting, completion-table-subvert): New funs.
13660         (completion--twq-try, completion--twq-all): New functions.
13661         (completion--nth-completion): New function.
13662         (completion-try-completion, completion-all-completions): Use it.
13664 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13666         * progmodes/python.el (python-pdbtrack-get-source-buffer):
13667         Use compilation-message if available to find real filename.
13669 2012-04-25  Chong Yidong  <cyd@gnu.org>
13671         * vc/diff-mode.el (diff-setup-whitespace): New function.
13672         (diff-mode): Use it.
13674         * vc/diff.el (diff-sentinel):
13675         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13676         Whitespace mode variables based on diff style (Bug#8612).
13678 2012-04-25  Leo Liu  <sdl.web@gmail.com>
13680         * progmodes/python.el (python-send-region): Add suffix .py to the
13681         temp file.
13683         * files.el (auto-mode-alist): Use javascript-mode instead.
13685 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
13687         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
13689         * net/soap-client.el (soap-resolve-references-for-sequence-type)
13690         (soap-resolve-references-for-array-type): Hack to prevent self
13691         references, see Bug#9.
13692         (soap-parse-envelope): Report the contents of the 'detail' node
13693         when receiving a fault reply.
13694         (soap-parse-envelope): Report the contents of the entire 'detail' node.
13696         * net/soap-inspect.el (soap-sample-value-for-simple-type)
13697         (soap-inspect-simple-type): New function.
13699         * net/soap-client.el (soap-simple-type): New struct.
13700         (soap-default-xsd-types, soap-default-soapenc-types)
13701         (soap-decode-basic-type, soap-encode-basic-type):
13702         support unsignedInt and double basic types.
13703         (soap-resolve-references-for-simple-type)
13704         (soap-parse-simple-type, soap-encode-simple-type): New function.
13705         (soap-parse-schema): Parse xsd:simpleType declarations.
13707         * net/soap-client.el (soap-default-xsd-types)
13708         (soap-default-soapenc-types): Add integer, byte and anyURI types.
13709         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13710         the local name of "soapenc:Array".
13711         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13712         decoding integer, byte and anyURI xsd types.
13714 2012-04-25  Chong Yidong  <cyd@gnu.org>
13716         * cus-edit.el (custom-buffer-create-internal): Update header text.
13718 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
13720         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13721         settings on 'system-type', not on 'window-system'.  On MS-Windows,
13722         set interactive-mode on in GDB.
13724 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13726         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13727         (ruby-syntax-propertize-regexp): Remove.
13728         (ruby-syntax-propertize-function): Split regexp into chunks.
13729         Match following code directly.
13731 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
13733         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13734         (ruby-syntax-propertize-regexp): New function.
13735         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13736         by a special keyword.
13738         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13739         (ruby-syntax-general-delimiters-goto-beg)
13740         (ruby-syntax-propertize-general-delimiters): New functions.
13741         (ruby-syntax-propertize-function): Use them to handle GDL.
13742         (ruby-font-lock-keywords): Move old handling of GDL...
13743         (ruby-font-lock-syntactic-keywords): .. to here.
13744         (ruby-calculate-indent): Adjust indentation for GDL.
13746 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
13748         * notifications.el (top): Remove unneeded declarations.
13749         (notifications-specification-version): Change to "1.2".
13750         (notifications-interface, notifications-notify-method)
13751         (notifications-close-notification-method): Fix docstring.
13752         (notifications-get-capabilities-method): New defconst.
13753         (notifications-notify): Add :action-items, :resident and
13754         :transient hints.  Change "image_data" to "image-data" and
13755         "image_path" to "image-path".
13756         (notifications-get-capabilities): New defun.
13758 2012-04-24  Leo Liu  <sdl.web@gmail.com>
13760         * progmodes/python.el: Move hideshow setup to the end.
13762 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
13764         * window.el (handle-select-window): Clear echo area since this is
13765         no more done by read_char (Bug#11304).
13767 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13769         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13770         and `/ M' to filter-derived-mode.
13771         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13772         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13773         (ibuffer-mark-by-mode): Use default rather than initial-input.
13774         (ibuffer-filter-by-derived-mode): Autoload and require-match.
13776 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
13778         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13779         (ibuffer-filter-by-derived-mode): New filter.
13780         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13782 2012-04-23  Andreas Politz  <politza@fh-trier.de>
13784         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13786 2012-04-23  Chong Yidong  <cyd@gnu.org>
13788         * cus-edit.el (customize-apropos, customize-apropos-options):
13789         Disable matching of non-option variables (Bug#11176).
13790         (customize-option, customize-option-other-window)
13791         (customize-changed-options): Doc fix.
13792         (customize-apropos-options, customize-apropos-faces)
13793         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13795         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13796         Fix word list splitting (Bug#11132).
13797         (apropos-symbol, apropos-keybinding, apropos-label)
13798         (apropos-property, apropos-function-button)
13799         (apropos-variable-button, apropos-misc-button): New faces.
13800         (apropos-symbol-face, apropos-keybinding-face)
13801         (apropos-label-face, apropos-property-face, apropos-match-face):
13802         Variables removed (Bug#8396).
13803         (apropos-library-button, apropos-format-plist, apropos-print)
13804         (apropos-print-doc, apropos-describe-plist): Callers changed.
13806 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
13808         * net/xesam.el (xesam-mode-map): Use let-bound map in
13809         initialization.  (Bug#11292)
13811 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13813         Preserve ispell session localwords when switching back to
13814         original buffer.
13816         * textmodes/ispell.el (ispell-buffer-session-localwords):
13817         New buffer-local variable to hold buffer session localwords.
13818         (ispell-kill-ispell): Add option 'clear to delete session
13819         localwords.
13820         (ispell-command-loop, ispell-change-dictionary)
13821         (ispell-buffer-local-words): Preserve session localwords when
13822         needed.
13824         * textmodes/flyspell.el (flyspell-process-localwords)
13825         (flyspell-do-correct): Preserve session localwords when needed.
13827 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
13829         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13830         using obsolete `translation-table-for-input'.
13831         (ispell-word, ispell-process-line, ispell-complete-word):
13832         Use plain `insert' instead of removed `ispell-insert-word'.
13834 2012-04-22  Chong Yidong  <cyd@gnu.org>
13836         * cus-edit.el (custom-variable-menu)
13837         (custom-variable-reset-saved, custom-face-menu)
13838         (custom-face-reset-saved): If there is no saved value, make the
13839         "reset-saved" operation bring back the default (Bug#9509).
13840         (custom-face-state): Properly detect themed faces.
13842         * faces.el (face-spec-set): Stop supporting deprecated form of
13843         third arg.
13845 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
13847         Move functions from C to Lisp.  Make non-blocking method calls
13848         the default.  Implement further D-Bus standard interfaces.
13850         * net/dbus.el (dbus-message-internal): Declare function.
13851         Remove unneeded function declarations.
13852         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13853         (dbus-message-type-method-return, dbus-message-type-error)
13854         (dbus-message-type-signal): Declare variables.  Remove local
13855         definitions.
13856         (dbus-interface-dbus, dbus-interface-peer)
13857         (dbus-interface-introspectable, dbus-interface-properties)
13858         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13859         Adapt docstring.
13860         (dbus-interface-objectmanager): New defconst.
13861         (dbus-call-method, dbus-call-method-asynchronously)
13862         (dbus-send-signal, dbus-method-return-internal)
13863         (dbus-method-error-internal, dbus-register-service)
13864         (dbus-register-signal, dbus-register-method): New defuns, moved
13865         from dbusbind.c
13866         (dbus-call-method-handler, dbus-setenv)
13867         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13868         New defuns.
13869         (dbus-call-method-non-blocking): Make it an obsolete function.
13870         (dbus-unregister-object, dbus-unregister-service)
13871         (dbus-handle-event, dbus-register-property)
13872         (dbus-property-handler): Obey the new structure of
13873         `bus-registered-objects'.
13874         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
13875         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13876         Use `dbus-call-method'.
13878 2012-04-22  Chong Yidong  <cyd@gnu.org>
13880         * cus-edit.el (custom-commands, custom-reset-menu)
13881         (Custom-reset-standard): Tweak labels.
13882         (custom-reset-button-menu): Change default to t.
13883         (custom-buffer-create-internal): For the custom-reset-button-menu
13884         case, put the revert button first.
13885         (custom-group-subtitle): New face.
13886         (custom-group-value-create): Align docstring to a specific column.
13888         * wid-edit.el (widget-documentation-link-add): Don't handle
13889         indentation in this function.
13890         (widget-documentation-string-indent-to): New function.
13891         (widget-documentation-string-value-create): Use it.
13893         * autorevert.el (auto-revert):
13894         * epg-config.el (epg):
13895         * ibuffer.el (ibuffer):
13896         * mpc.el (mpc):
13897         * ses.el (ses):
13898         * eshell/eshell.el (eshell):
13899         * net/ange-ftp.el (ange-ftp):
13900         * progmodes/ebnf2ps.el (postscript):
13901         * progmodes/flymake.el (flymake):
13902         * progmodes/prolog.el (prolog):
13903         * progmodes/verilog-mode.el (verilog-mode):
13904         * progmodes/which-func.el (which-func):
13905         * term/xterm.el (xterm):
13906         * textmodes/picture.el (picture):
13907         * textmodes/tildify.el (tildify):
13908         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13909         customization buffers.
13911 2012-04-22  Alan Mackenzie  <acm@muc.de>
13913         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13914         Adding a ) can hide the resulting (..) from searches.  Fix it.
13915         Bound the backward search to the position of the existing (.
13917 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
13919         * progmodes/verilog-mode.el (verilog-mode): Check whether
13920         which-func-modes is t before adding verilog-mode.
13921         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13923 2012-04-21  Leo Liu  <sdl.web@gmail.com>
13925         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13927 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
13929         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13930         filling of the last column of a table (Bug#5635).
13931         (woman-find-next-control-line): New arg, specifying an additional
13932         regexp component for the control line.
13933         (woman2-roff-buffer): Use it.
13934         (woman-break-table): New function.
13935         (woman2-TS): Use it.
13937 2012-04-21  Chong Yidong  <cyd@gnu.org>
13939         * woman.el (woman-set-buffer-display-table, woman-decode-region)
13940         (woman-horizontal-escapes, woman-negative-vertical-space)
13941         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13942         (WoMan-warn-ignored): Use ?\s instead of ?\ .
13944 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13946         * minibuffer.el (completion-file-name-table): Complete user names.
13948 2012-04-20  Leo Liu  <sdl.web@gmail.com>
13950         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13951         and pcase-let*.
13953 2012-04-20  Chong Yidong  <cyd@gnu.org>
13955         * server.el (server-execute): Respect initial-buffer-choice if it
13956         is a string and there are no files to open (Bug#2825).
13957         (server-create-window-system-frame, server-create-tty-frame):
13958         Don't switch buffers here.
13959         (server-process-filter): Only try to open a window system frame if
13960         compiled with graphical support (Bug#8314).
13962 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
13964         * battery.el (battery-echo-area-format): Display remaining time
13965         for sysfs backend too (Bug#11269).
13966         (battery-linux-sysfs): Fix conditional for the charge.
13968 2012-04-20  Chong Yidong  <cyd@gnu.org>
13970         * progmodes/gdb-mi.el (gdb): Revert previous change.
13971         (gdb-inferior-io--init-proc): New function.
13972         (gdb-init-1): Use it.
13973         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13974         responsible for allocating a new pty and hooking it to gdb when
13975         the old pty gets an EIO due to process exit.
13976         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
13977         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13978         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13980 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
13982         * window.el (window-min-size, window-sizable, window-min-delta)
13983         (window-max-delta, window--resizable, window-resizable)
13984         (window-total-size, window-full-height-p, window-full-width-p)
13985         (window-in-direction, window--resize-mini-window, window-resize)
13986         (window--resize-child-windows-normal)
13987         (window--resize-child-windows, window--resize-siblings)
13988         (window--resize-this-window, adjust-window-trailing-edge)
13989         (enlarge-window, shrink-window): Doc fixes.
13991 2012-04-20  Chong Yidong  <cyd@gnu.org>
13993         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13994         New function to call delete-process on the gdb-inferior buffer's pty.
13995         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13996         pty process (Bug#11273).
13997         (gdb-update): New arg to suppress talking to the gdb process.
13998         (gdb-done-or-error): Use it.
13999         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14000         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14001         sentinel not being called.
14003         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14005         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14007 2012-04-20  Glenn Morris  <rgm@gnu.org>
14009         * net/network-stream.el (open-network-stream): Doc fix.
14011 2012-04-20  Chong Yidong  <cyd@gnu.org>
14013         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14015 2012-04-20  Alan Mackenzie  <acm@muc.de>
14017         Ensure searching for keywords is case sensitive.
14019         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14020         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14021         (c-defun-name, c-mark-function, c-cpp-define-name)
14022         (c-comment-indent, c-scan-conditionals, c-indent-defun)
14023         (c-context-line-break): Bind case-fold-search to nil.
14025         * progmodes/cc-mode.el (c-font-lock-fontify-region):
14026         Bind case-fold-search to nil.
14028 2012-04-20  Chong Yidong  <cyd@gnu.org>
14030         * mail/sendmail.el (mail-bury): Call return action with the right
14031         Rmail buffer (Bug#11242).
14033         * server.el (server-process-filter): Handle corner case where both
14034         tty and nowait options are present (Bug#11102).
14036 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
14038         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
14039         (top level): Put into the executable the ident-style '$Id:' tag on
14040         windows-nt as well.
14042 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14044         * electric.el (electric-indent-post-self-insert-function): Check that
14045         electric-indent-mode is enabled in current buffer.
14047 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14049         * imenu.el (imenu-progress-message): Restore; it is "used" in
14050         erc/erc-imenu.el and net/snmp-mode.el.
14052 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
14054         * avoid.el (mouse-avoidance-mode): Mark unused arg.
14055         (mouse-avoidance-nudge-mouse): Remove unused binding.
14057         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14059         * descr-text.el (describe-char):
14060         * progmodes/python.el (python-describe-symbol):
14061         Don't call `toggle-read-only', set `buffer-read-only'.
14063         * imenu.el (imenu-default-goto-function): Mark unused args.
14064         (imenu-progress-message): Remove obsolete macro; all callers changed.
14066         * subr.el (keymap-canonicalize): Remove unused binding.
14067         (read-passwd): Mark unused arg.
14069         * tutorial.el (tutorial--display-changes): Remove unused binding.
14070         (tutorial--save-tutorial-to): Remove unused variable.
14072         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14073         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14074         (package-generate-autoloads, package-menu--generate)
14075         (package-menu--find-upgrades): Remove unused bindings.
14077         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14078         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
14079         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14080         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14081         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14082         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14083         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14084         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14085         (cua-delete-char-rectangle): Mark unused args.
14086         (cua-align-rectangle): Remove unused binding.
14088         * mail/rmail.el (compilation--message->loc)
14089         (epa--find-coding-system-for-mime-charset): Declare.
14091         * net/dbus.el (dbus-register-service): Declare.
14092         (dbus-name-owner-changed-handler): Remove unused binding.
14094         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14095         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14096         (nxml-scan-backward-within): Mark unused arg.
14097         (nxml-dynamic-markup-word): Remove unused binding.
14099         * mouse.el (mouse-menu-major-mode-map):
14100         * emacs-lisp/authors.el (authors-scan-change-log)
14101         (authors-add-to-author-list):
14102         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14103         * emacs-lisp/smie.el (smie-auto-fill):
14104         * mail/sendmail.el (mail-bury):
14105         * mail/unrmail.el (unrmail):
14106         * net/tls.el (open-tls-stream):
14107         * textmodes/picture.el (picture-mouse-set-point):
14108         Remove unused bindings.
14110 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
14112         * net/tramp.el (tramp-action-password): Let-bind
14113         `enable-recursive-minibuffers' to t.
14115 2012-04-18  Sam Steingold  <sds@gnu.org>
14117         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14118         instead of 'string to accommodate values like [f11].
14119         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14120         * progmodes/gdb-mi.el: Likewise.
14122 2012-04-18  Leo Liu  <sdl.web@gmail.com>
14124         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14125         current buffer.
14126         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14127         LOCAL is nil.
14129 2012-04-18  Chong Yidong  <cyd@gnu.org>
14131         * simple.el (line-move): Use forward-line if in batch mode
14132         (Bug#11053).
14134 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
14136         * files.el (after-find-file): Do not try to add a final newline if
14137         the buffer is read-only (Bug#11156).
14139 2012-04-17  Richard Stallman  <rms@gnu.org>
14141         * mail/rmail.el (rmail-start-mail):
14142         Pass (rmail-mail-return...) for the return-action.
14143         Pass (rmail-yank-current-message...) for the yank-action.
14144         (rmail-yank-current-message): New function.
14145         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14146         (rmail-reply): Likewise.
14147         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14149         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14150         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
14151         buffer, not newbuf.
14153 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
14155         * server.el (server-ensure-safe-dir): Simplify.
14157 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14159         * emacs-lisp/smie.el: Provide smarter auto-filling.
14160         (smie-auto-fill): New function.
14161         (smie-setup): Use it.
14163         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14165 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
14167         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14168         (comment-indent): Use it.
14170 2012-04-17  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
14172         * ses.el: The overall change is to add cell renaming, that is
14173         setting fancy names for cell symbols other than name matching
14174         "\\`[A-Z]+[0-9]+\\'" regexp .
14175         (ses-localvars): Add ses--renamed-cell-symb-list.
14176         (ses-create-cell-variable): New defun.
14177         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14178         (ses-relocate-formula): Relocate formulas only for cells the
14179         symbols of which are not renamed, i.e. symbols whose names do not
14180         match regexp "\\`[A-Z]+[0-9]+\\'".
14181         (ses-relocate-all): Relocate values only for cells the symbols of
14182         which are not renamed.
14183         (ses-load): Create cells variables as the (ses-cell ...) are read,
14184         in order to check row col consistency with cell symbol name only
14185         for cells that are not renamed.
14186         (ses-replace-name-in-formula): New defun.
14187         (ses-rename-cell): New defun.
14189 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
14191         * progmodes/perl-mode.el (perl-indent-parens-as-block):
14192         New option (bug#11118).
14193         (perl-calculate-indent): Respect it.
14195 2012-04-17  Glenn Morris  <rgm@gnu.org>
14197         * dired-aux.el (dired-mark-read-string): Doc fix.
14199 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
14201         * dired-aux.el (dired-mark-read-string): Offer optional completion.
14202         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
14204 2012-04-17  Glenn Morris  <rgm@gnu.org>
14206         * mouse.el (mouse-drag-track):
14207         * speedbar.el (speedbar-frame-mode):
14208         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14210 2012-04-16  Leo Liu  <sdl.web@gmail.com>
14212         * progmodes/python.el: Trivial cleanup.
14214 2012-04-16  Glenn Morris  <rgm@gnu.org>
14216         * vc/vc.el (vc-string-prefix-p):
14217         * vc/pcvs-util.el (cvs-string-prefix-p):
14218         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14219         * mpc.el (mpc-string-prefix-p):
14220         Make all of these into obsolete aliases for string-prefix-p.
14221         Update callers.
14222         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14224         * textmodes/two-column.el: Move custom options to the start.
14225         (frame-width): Remove compat definition.
14226         (2C-associate-buffer, 2C-dissociate):
14227         Use with-current-buffer rather than save-excursion.
14228         (2C-dissociate): Force a mode-line update.
14229         (2C-autoscroll): Use ignore-errors.
14231         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14232         Autoload trivia.
14234         * emacs-lisp/cl-extra.el (*random-state*):
14235         Remove unnecessary declaration.
14237         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14239         * play/cookie1.el (cookie-snarf):
14240         Give an explicit error if input file cannot be read.
14242         * play/yow.el (yow-file): Use expand-file-name rather than concat.
14244         * progmodes/perl-mode.el (c-macro-expand):
14245         Remove unnecessary autoload (it is in loaddefs.el).
14247         * textmodes/picture.el (picture-desired-column)
14248         (picture-update-desired-column): Convert comments to doc-strings.
14249         (picture-substitute): Remove function.
14250         (picture-mode-map): Initialize in the defvar.
14252         * woman.el: Remove eval-after-load for tar-mode.
14253         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14254         (woman-tar-extract-file): Autoload it.
14256         * frame.el (automatic-hscrolling): Make this alias obsolete.
14258 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14260         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14261         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14262         (ispell-dictionary-base-alist): Revert to original XEmacs
14263         friendly version for default.  [:alpha:] will be added in
14264         `ispell-set-spellchecker-params' if needed.
14266 2012-04-16  Chong Yidong  <cyd@gnu.org>
14268         * image.el (imagemagick--file-regexp): New variable.
14269         (imagemagick-register-types): Use it.
14270         (imagemagick-types-inhibit): Add :set function.  Allow new value
14271         of t to inhibit all types.
14273         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14274         so we can preload it.
14276         * loadup.el (fboundp): Preload regexp-opt, needed by
14277         imagemagick-register-types.
14279 2012-04-15  Chong Yidong  <cyd@gnu.org>
14281         * frame.el (scrolling): Remove nearly unused customization group.
14283         * scroll-all.el (scroll-all-mode): Move to windows group.
14285 2012-04-15  Chong Yidong  <cyd@gnu.org>
14287         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14289 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14291         Avoid the use of ((lambda ...) ...) in lexical-binding code.
14292         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14294 2012-04-15  Glenn Morris  <rgm@gnu.org>
14296         * simple.el (process-file-side-effects): Doc fix.
14298 2012-04-15  Glenn Morris  <rgm@gnu.org>
14300         * international/mule-cmds.el (set-language-environment): Doc fix.
14302 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14304         * server.el (server-auth-key, server-generate-key): Doc fixes.
14305         (server-get-auth-key): Doc fix.  Use `string-match-p'.
14306         (server-start): Reflow docstring.
14308 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
14310         * server.el (server-generate-key): `called-interactively-p'
14311         requires a parameter.
14313 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
14315         * server.el (server-auth-key): New variable.
14316         (server-generate-key, server-get-auth-key): New function.
14317         (server-start): Use the new variable and functions to allow
14318         setting a permanent server key (bug#9423).
14320 2012-04-14  Leo Liu  <sdl.web@gmail.com>
14322         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14324 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
14326         Spelling fixes.
14327         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14328         Emacs uses American spelling.
14330 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
14332         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14333         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
14334         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14335         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
14337 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14339         * progmodes/which-func.el (which-func-modes): Change default.
14341 2012-04-14  Kim F. Storm  <storm@cua.dk>
14343         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14344         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14346 2012-04-14  Chong Yidong  <cyd@gnu.org>
14348         * custom.el (custom-theme-set-variables): Doc fix.
14350 2012-04-14  Glenn Morris  <rgm@gnu.org>
14352         * international/mule.el (set-auto-coding-for-load): Doc fix.
14354 2012-04-14  Alan Mackenzie  <acm@muc.de>
14356         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14357         imenu work again for Objective C Mode.  Correct the *-index values,
14358         these having been disturbed by a previous change in 2011-08.
14360         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14361         Correct two search limits.
14363 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14365         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14367 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
14369         * international/characters.el: Fix sorting.
14371 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14373         * international/characters.el: Add more missing Latin case pairs.
14375 2012-04-14  Glenn Morris  <rgm@gnu.org>
14377         * files.el (dir-locals-set-class-variables): Doc fix.
14379 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14381         * international/characters.el: Add set-case-syntax-pair call for
14382         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14383         counterpart.  (Bug#11209)
14385         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
14387 2012-04-14  Glenn Morris  <rgm@gnu.org>
14389         * calendar/holidays.el (calendar-check-holidays): Doc fix.
14391 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14393         * textmodes/ispell.el (ispell-dictionary-base-alist):
14394         Add data for Hebrew.
14396 2012-04-14  Chong Yidong  <cyd@gnu.org>
14398         * net/rcirc.el (rcirc-cmd-quit):
14399         Revert 2012-03-18 change (Bug#11192).
14401 2012-04-14  Glenn Morris  <rgm@gnu.org>
14403         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14405 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
14407         * minibuffer.el (completion-in-region-mode-map):
14408         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
14410 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
14412         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14414 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
14416         * minibuffer.el (minibuffer-local-filename-syntax): New variable
14417         to allow `C-M-f' and `C-M-b' to move to the nearest path
14418         separator (bug#9511).
14420 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
14422         * avoid.el: Require cl when compiling.  And also move the
14423         `provide' to the end.
14425 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14427         * avoid.el (mouse-avoidance-banish-position): New variable.
14428         (mouse-avoidance-banish-destination): Use it (bug#10165).
14430 2012-04-13  Leo Liu  <sdl.web@gmail.com>
14432         * progmodes/which-func.el (which-func-modes): Add objc-mode.
14434 2012-04-13  Ken Brown  <kbrown@cornell.edu>
14436         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14437         this is no longer needed now that cygstart understands file:// URLs.
14438         (browse-url-filename-alist): For the same reason, don't modify
14439         file:// URLs on Cygwin.
14441 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14443         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14444         the region on shift if the binding is already shifted (bug#11221).
14446 2012-04-12  Glenn Morris  <rgm@gnu.org>
14448         * mail/mailpost.el: Move to obsolete/.
14450 2012-04-12  Drew Adams  <drew.adams@oracle.com>
14452         * imenu.el (imenu--generic-function): Ignore invisible definitions
14453         (bug#10123).
14455 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
14457         * hexl.el (hexl-bits): New variable.
14458         (hexl-options): Mention the variable in the doc string.
14459         (hexl-rulerise, hexl-line-displen): New functions.
14460         (hexl-mode): Mention the new variable.
14461         (hexl-mode, hexl-current-address, hexl-current-address):
14462         Use the displen.
14463         (hexl-ascii-start-column): New function.
14464         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14465         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14467 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14469         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14470         '("-i" ENCODING), in 2 separate command-line arguments, to specify
14471         the encoding, as expected by hunspell.
14473 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14475         * battery.el (battery--linux-sysfs-regexp): New const.
14476         (battery-status-function): Use it.  Remove yeeloong special case.
14477         (battery-yeeloong-sysfs): Remove.
14478         (battery-echo-area-format): Remove yeeloong special case.
14480 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14482         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14483         Reported by Noah Friedman.
14485         * subr.el (read-passwd): Use read-string.
14487 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14489         * vcursor.el (vcursor-move): Increase the priority of the overlay
14490         (bug#9663).
14492 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
14494         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14495         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14497 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
14499         * textmodes/artist.el (artist-mode): Convert artist-mode to use
14500         define-minor-mode (bug#10760).
14502 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14504         * progmodes/grep.el (rgrep): Tweak the find command line so
14505         that directories matching `grep-find-ignored-files' won't be
14506         pruned (bug#10351).
14508 2012-04-11  Chong Yidong  <cyd@gnu.org>
14510         * startup.el (command-line): Remove support for long-obsolete
14511         variable font-lock-face-attributes.
14513 2012-04-11  Glenn Morris  <rgm@gnu.org>
14515         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14517 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14519         * window.el (window--state-get-1): Obey window-point-insertion-type.
14521 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
14523         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14524         to previous function when point is on the first character of a
14525         function.  Take care of that in `narrow-to-defun' (bug#6157).
14527 2012-04-11  Glenn Morris  <rgm@gnu.org>
14529         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14530         not just file-errors.
14532         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14533         (vc-bzr-sha1): Use internal sha1.
14535 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14537         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14539 2012-04-10  SĂ©bastien Gross  <seb@chezwam.org>  (tiny change)
14541         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14542         that start in the middle of the line (bug#10496).
14544 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
14546         * battery.el (battery-linux-proc-acpi): Only one battery is
14547         discharged at a time, but that seems to confuse battery.el when
14548         computing `rate-type' for the battery not being discharged
14549         (bug#10332).
14551 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14553         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14555         * international/quail.el: Use dolist and simplify.
14556         (quail-define-package, quail-update-keyboard-layout)
14557         (quail-define-rules): Use dolist.
14558         (quail-insert-kbd-layout, quail-get-translation): CSE.
14560         * tmm.el: Use dolist, remove left over hook.
14561         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14562         Use dolist.
14563         (calendar-load-hook): Don't mess with it.
14565         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14566         Use derived-mode-p.  Run the diff asynchronously.
14568 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14570         * obsolete/mouse-sel.el: Add an Obsolete-since header.
14572 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
14574         * misc.el: Display absolute path of loaded DLLs (bug#10424).
14575         (list-dynamic-libraries--loaded): New function.
14576         (list-dynamic-libraries--refresh): Use it.
14578 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
14580         * progmodes/python.el (python-fill-paragraph):
14581         Make python-fill-region in a multiline string work when font-lock is
14582         disabled (bug#7018).
14584 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
14586         * language/european.el (cp775): Add oem/legacy (en)coding on
14587         DOS/MS Windows for the Baltic languages.  There are still plenty
14588         of texts written in this encoding/codepage (bug#6519).
14590 2012-04-10  Glenn Morris  <rgm@gnu.org>
14592         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14593         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14595 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
14597         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14598         next-line "n" and previous-line "p" in order to make recentf more
14599         consistent with ibuffer, dired or org-mode (bug#9387).
14601 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14603         * image.el (put-image): Return the overlay created instead of the
14604         optional input string (bug#7834).  Note that this may break code
14605         that is (for some reason or other) depending on `put-image'
14606         returning the string.
14608         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14610         * simple.el (zap-to-char): Allow zapping using input methods
14611         (bug#1580).
14613         * textmodes/fill.el (fill-region): Leave point and mark where they
14614         were before filling (bug#5399).
14616 2012-04-09  Glenn Morris  <rgm@gnu.org>
14618         * version.el (emacs-bzr-get-version):
14619         Handle lightweight checkouts of local branches.
14621 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
14623         * international/characters.el: Recover lost case pairs.  (Bug#11209)
14625 2012-04-09  Chong Yidong  <cyd@gnu.org>
14627         * custom.el (custom-variable-p): Return nil for non-symbol
14628         arguments instead of signaling an error.
14629         (user-variable-p): Obsolete alias for custom-variable-p.
14631         * apropos.el (apropos-variable):
14632         * files-x.el (read-file-local-variable):
14633         * simple.el (set-variable):
14634         * woman.el (woman-mini-help):
14635         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14637 2012-04-09  Glenn Morris  <rgm@gnu.org>
14639         * startup.el (normal-top-level): Don't look for leim-list.el
14640         in places where it will not be found.  (Bug#910)
14642         * international/mule-cmds.el (set-default-coding-systems):
14643         * files.el (normal-mode):
14644         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
14645         This function was removed with ucs-tables.el in 2008.
14647 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
14649         * textmodes/ispell.el (ispell-check-version): For hunspell, set
14650         ispell-encoding8-command to "-i", without a trailing space.
14651         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14652         separate command-line arguments, to specify the encoding, since
14653         that's how hunspell expects it.
14655 2012-04-08  Glenn Morris  <rgm@gnu.org>
14657         * loadup.el: Load bindings before cus-start.
14658         This reduces somewhat the number of "rogue" settings in emacs -Q.
14660 2012-04-07  Glenn Morris  <rgm@gnu.org>
14662         * version.el (emacs-bzr-get-version): New function.
14663         (emacs-bzr-version): New variable.
14664         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
14665         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14667 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14669         * international/uni-bidi.el, international/uni-category.el:
14670         * international/uni-combining.el, international/uni-decimal.el:
14671         * international/uni-decomposition.el, international/uni-digit.el:
14672         * international/uni-lowercase.el, international/uni-mirrored.el:
14673         * international/uni-name.el, international/uni-numeric.el:
14674         * international/uni-titlecase.el, international/uni-uppercase.el:
14675         Update for Unicode 6.1.
14677 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
14679         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14681 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14683         * window.el (shrink-window): Mention the `window-min-height'
14684         variable in the doc string.
14686 2012-04-05  Bastien Guerry  <bzg@altern.org>
14688         * color.el (color-lighten-name): Fix typo.
14690 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14692         * server.el (server--on-display-p): New function.
14693         (server--on-display-p): Use it.
14695 2012-04-04  GĂ¡bor Vida  <vidagabor@gmail.com>  (tiny change)
14697         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14698         (bug#11145).
14700 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14702         * comint.el (comint--common-quoted-suffix): Check string boundary
14703         before comparing (bug#11158).
14704         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14706 2012-04-04  Chong Yidong  <cyd@gnu.org>
14708         * minibuffer.el (completion-extra-properties): Doc fix.
14710         * subr.el (delayed-warnings-hook): Doc fix.
14712 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
14714         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14715         selection (Bug#11159).
14716         (epa-insert-keys): Inform that the default public key will be
14717         exported if no key is selected.
14719 2012-04-04  Richard Stallman  <rms@gnu.org>
14721         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14723 2012-04-03  Chong Yidong  <cyd@gnu.org>
14725         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14726         mail-insert-file, not its obsolete alias mail-attach-file.
14728 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
14730         * notifications.el (notifications-notify): Fix docstring.
14732 2012-04-02  Glenn Morris  <rgm@gnu.org>
14734         * emacs-lisp/authors.el (authors-aliases): Another addition.
14736 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
14738         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14739         `tramp-compat-call-process' instead of `tramp-local-call-process'.
14740         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14742 2012-04-01  Chong Yidong  <cyd@gnu.org>
14744         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14745         Handle root directory properly.
14746         (copy-directory): Caller changed.
14748         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14749         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14751 2012-03-31  Glenn Morris  <rgm@gnu.org>
14753         * term/xterm.el (xterm-extra-capabilities): Doc fix.
14755         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
14757         * calendar/calendar.el (calendar-window-list)
14758         (calendar-hide-window): Restore.  (Bug#11140)
14759         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14761         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14763 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14765         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14766         Check if file is a symlink (Bug#10489).
14768         * files.el (copy-directory): Likewise.
14770 2012-03-30  Chong Yidong  <cyd@gnu.org>
14772         * image.el (imagemagick-types-inhibit)
14773         (imagemagick-register-types): Doc fix.
14775 2012-03-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14777         * textmodes/ispell.el (ispell-get-extended-character-mode):
14778         Disable extended-char-mode for hunspell.  hunspell does not support it
14779         and treats ~word as ordinary words in pipe mode.
14781 2012-03-30  Glenn Morris  <rgm@gnu.org>
14783         * tutorial.el (help-with-tutorial): Ensure local variables don't
14784         happen to make the buffer read-only.  (Bug#11127)
14786 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14788         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14789         (perl-calculate-indent): Return `noindent' in strings.
14791 2012-03-28  Sam Steingold  <sds@gnu.org>
14793         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14794         instead of the broken adhockery which does not prevent calendar
14795         buffers from being displayed at random after exit.
14796         (calendar-window-list, calendar-hide-window): Remove the broken
14797         adhockery.
14799 2012-03-28  Glenn Morris  <rgm@gnu.org>
14801         * replace.el (query-replace-map): Doc fix.
14803 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14805         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14806         contents.  (Bug#11109)
14808 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14810         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14811         (bug#11077).
14812         (avl-tree--check, avl-tree--check-node): New funs.
14814 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
14816         * window.el (switch-to-visible-buffer): New option.
14817         (switch-to-prev-buffer, switch-to-next-buffer):
14818         Observe switch-to-visible-buffer.  Make sure that checking for a window
14819         showing a buffer already is done on the same frame.
14821 2012-03-27  Glenn Morris  <rgm@gnu.org>
14823         * startup.el (mail-host-address): Doc fix.
14825 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14827         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14828         than 197 variables.
14830 2012-03-26  Ami Fischman  <ami@fischman.org>
14832         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14834 2012-03-26  Glenn Morris  <rgm@gnu.org>
14836         * files.el (save-buffers-kill-emacs): Doc fix.
14838         * startup.el (normal-top-level, command-line, command-line-1):
14839         Give them doc strings.
14841 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
14843         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14844         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14846 2012-03-25  Chong Yidong  <cyd@gnu.org>
14848         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14849         theme if it was previously enabled before (Bug#11031).
14851         * cus-theme.el (custom-theme-write-faces): Retrieve current face
14852         spec with custom-face-get-current-spec if its :shown-value is not
14853         determined yet (Bug#9337).
14854         (customize-create-theme, custom-theme-revert): Doc fixes.
14856         * button.el (button-at): Minor addition to docstring.
14858 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
14860         * vc/vc.el (vc-merge): Fix a prompt.
14862 2012-03-24  Chong Yidong  <cyd@gnu.org>
14864         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14865         point (Bug#9623).
14867         * button.el (button-at): Minor addition to docstring.
14869 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14871         * newcomment.el (comment-choose-indent): No space after BOL.
14873 2012-03-22  Sam Steingold  <sds@gnu.org>
14875         * window.el (switch-to-prev-buffer): Revert last patch because the
14876         bug turned out to be an advertised feature (Elisp manual 28.14).
14878 2012-03-22  Glenn Morris  <rgm@gnu.org>
14880         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
14881         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14883 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14885         * net/network-stream.el (network-stream-open-starttls): Make error
14886         message under Windows be less misleading.
14888 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
14890         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14891         understands (bug#9942).
14893 2012-03-22  Chong Yidong  <cyd@gnu.org>
14895         * simple.el (end-of-visible-line): Handle return value of
14896         next-single-property-change properly (Bug#9371).
14898 2012-03-22  Kenichi Handa  <handa@m17n.org>
14900         * international/quail.el (quail-insert-kbd-layout): Fix previous
14901         change.  To avoid unwanted bidi reordering, use
14902         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14904 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
14906         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14907         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14908         (ruby-beginning-of-indent): Be more careful with the difference
14909         between word-boundary and symbol boundary.
14910         (ruby-mode-syntax-table): Make : a symbol constituent.
14912 2012-03-21  Andreas Politz  <politza@fh-trier.de>
14914         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14916 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14918         * progmodes/etags.el (tags-completion-at-point-function):
14919         Improve last fix.
14921         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14923 2012-03-21  Sam Steingold  <sds@gnu.org>
14925         * progmodes/etags.el (tags-completion-at-point-function):
14926         Avoid the error when point is inside the pattern.
14928 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
14930         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14931         line (Bug#10855).
14933 2012-03-21  Drew Adams  <drew.adams@oracle.com>
14935         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14937 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
14939         * ido.el (ido-set-current-directory, ido-read-internal)
14940         (ido-choose-completion-string, ido-completion-help): Handle nil
14941         value of ido-completion-buffer (Bug#11008).
14943 2012-03-21  Sam Steingold  <sds@gnu.org>
14945         * window.el (switch-to-prev-buffer): Do not switch to a visible
14946         window previous buffer, just like with the frame previous buffers.
14948 2012-03-21  Chong Yidong  <cyd@gnu.org>
14950         * faces.el (make-face, make-empty-face, copy-face):
14951         * face-remap.el (face-remap-add-relative, face-remap-set-base):
14952         Doc fixes.
14954 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14956         * wid-edit.el (widget-complete-field): Remove (bug#11051).
14957         (widget-complete): Remove broken use of it.
14959 2012-03-20  Chong Yidong  <cyd@gnu.org>
14961         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14962         Use string-width and truncate-string-width to handle arbitrary
14963         characters.
14965 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
14967         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14968         to draw rectangles, not squares.  (Regression introduced by revno
14969         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14971 2012-03-18  Chong Yidong  <cyd@gnu.org>
14973         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14974         it is not yet defined (for temacs).
14976 2012-03-18  Leo Liu  <sdl.web@gmail.com>
14978         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14979         prefix.
14981 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
14983         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14984         (ispell-choices-win-default-height, ispell-silently-savep)
14985         (ispell-dictionary-alist, ispell-encoding8-command)
14986         (ispell-check-version, ispell-aspell-find-dictionary)
14987         (ispell-valid-dictionary-list, ispell-words-keyword)
14988         (ispell-get-word, ispell-internal-change-dictionary)
14989         (ispell-region, ispell-skip-region-list)
14990         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14991         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14992         (ispell-message-text-end, ispell-message)
14993         (ispell-buffer-local-parsing): Doc fix.
14995 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
14997         * htmlfontify.el: Add support for code block fontification for ODT
14998         export (Bug #9914).
14999         (hfy-optimisations): Define new option
15000         `body-text-only'
15001         (hfy-fontify-buffer): Honor above setting.
15002         (hfy-begin-span, hfy-end-span): New routines factored out form
15003         `hfy-fontify-buffer'.
15004         (hfy-begin-span-handler, hfy-end-span-handler): New variables
15005         that permit insertion of custom tags.
15006         (hfy-fontify-buffer): Use above handlers.
15007         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15008         (hfy-face-to-css): Re-defined to be a variable.
15009         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
15010         over multiple runs.  This is made possible by having the caller let
15011         bind a special variable `hfy-user-sheet-assoc'.
15012         (htmlfontify-string): New defun.
15013         (hfy-compile-face-map): Make sure that the last char in the
15014         buffer is correctly fontified.
15015         (hfy-face-resolve-face): Whitespace only change.
15017 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15019         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15020         message more clear.
15022 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15024         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
15026 2012-03-16  Alan Mackenzie  <acm@muc.de>
15028         Further optimize the handling of large macros.
15030         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
15031         limit to a call of `c-literal-limits'.
15032         (c-determine-+ve-limit): New function.
15033         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
15034         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
15035         In CASE 5B, restrict a search limit to 500.
15036         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
15038         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
15039         Restrict macro bounds to +-500 from after-change's BEG END.
15041 2012-03-16  Leo Liu  <sdl.web@gmail.com>
15043         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
15045 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
15047         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15048         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
15050 2012-03-16  Glenn Morris  <rgm@gnu.org>
15052         * view.el (view-buffer, view-buffer-other-window)
15053         (view-buffer-other-frame): Doc fixes re special mode-class.
15055         * subr.el (eval-after-load): If named feature is provided not from
15056         a file, run after-load forms.  (Bug#10946)
15058         * calendar/calendar.el (calendar-insert-at-column):
15059         Handle non-unit-width characters a bit better.  (Bug#10978)
15061 2012-03-15  Chong Yidong  <cyd@gnu.org>
15063         * emacs-lisp/ring.el (ring-extend): New function.
15064         (ring-insert+extend): Extend the ring correctly (Bug#11019).
15066         * comint.el (comint-read-input-ring)
15067         (comint-add-to-input-history): Grow comint-input-ring lazily.
15069 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15071         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15072         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15074         * imenu.el: Fix multiple inheritance breakage (bug#9199).
15075         (imenu-add-to-menubar): Don't add a redundant index.
15076         (imenu-update-menubar): Handle a dynamically composed keymap.
15078 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15080         * mail/sendmail.el (mail-encode-header):
15081         Bind rfc2047-encode-encoded-words to nil.
15083 2012-03-13  Glenn Morris  <rgm@gnu.org>
15085         * calendar/calendar.el (calendar-string-spread):
15086         Handle non-unit-width characters a bit better.  (Bug#10978)
15088 2012-03-13  Leo Liu  <sdl.web@gmail.com>
15090         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15091         directory and file as argument (Bug#10822).
15093 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15095         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15096         For dynamically generated code, follow $PC.
15097         (gdb-disassembly-handler-custom): Handle no function name case.
15099 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
15101         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15102         * emulation/ws-mode.el (ws-query-replace):
15103         * sort.el (sort-regexp-fields):
15104         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
15106 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15108         * dabbrev.el: Fix cycle completion order (bug#10963).
15109         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15110         (dabbrev-completion): Don't use an obarray; provide
15111         a cycle-sort-function.
15113 2012-03-12  Leo Liu  <sdl.web@gmail.com>
15115         * simple.el (kill-new): Use equal-including-properties for comparison.
15116         (kill-do-not-save-duplicates): Doc fix.
15118 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15120         * dabbrev.el: Fix cycle completion (bug#10963).
15121         Use lexical binding and wrap to 80 columns.
15122         (dabbrev-completion): Delay computing the list of completions.
15124 2012-03-12  Kenichi Handa  <handa@m17n.org>
15126         * international/quail.el (quail-insert-kbd-layout): Surround each
15127         row by LRO and PDF instead of inserting many LRMs.  Pad the left
15128         and right of each non-spacing marks.  Insert invisible space
15129         between lower and upper characters to prevent composition.
15131 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15133         * minibuffer.el (minibuffer-complete): Don't get confused when the
15134         function is run twice via different commands (bug#10958).
15135         (complete-with-action): Fix docstring.
15137 2012-03-12  Chong Yidong  <cyd@gnu.org>
15139         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15140         (nxml-completion-at-point-function): New function.
15141         (nxml-mode): Use it.
15142         (nxml-bind-meta-tab-to-complete-flag): Default to t.
15144         * emacs-lisp/package.el (package-unpack, package-unpack-single):
15145         Load generated autoloads file before byte compiling (Bug#10970).
15146         (package--make-autoloads-and-compile): New helper fun.
15148 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
15150         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15152 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
15154         * autorevert.el (auto-revert-handler): Ensure, that
15155         file-readable-p is applied only for local files or in
15156         auto-revert-tail-mode.
15158 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
15160         * server.el (server-eval-at): Handle non-tcp connections.
15161         Decode result string.
15163         * server.el (server-msg-size): New constant.
15164         (server-reply-print): New function.
15165         (server-eval-and-print): Use it.
15166         (server-eval-at): Use server-quote-arg and server-unquote-arg.
15167         Handle -print-nonl.
15169 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
15171         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15172         (Bug#10987).
15174 2012-03-11  Chong Yidong  <cyd@gnu.org>
15176         * simple.el (goto-line): Doc fix (Bug#9938).
15178         * subr.el (save-window-excursion): Doc fix (Bug#9979).
15180         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15181         when finished (Bug#10963).
15183 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
15185         * window.el (split-window-below): Fix bug in case where
15186         split-window-keep-point is nil (Bug#10971).
15188 2012-03-11  Juri Linkov  <juri@jurta.org>
15190         * replace.el (replace-highlight): Set isearch-word to nil
15191         unconditionally.  (Bug#10887)
15193 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
15195         * net/mairix.el (mairix-replace-invalid-chars): Rename from
15196         mairix-replace-illegal-chars; all callers changed.  Don't remove
15197         ^, ~, and = characters: they are meaningful in mairix search specs.
15198         (mairix-widget-create-query): Add usage information about mairix
15199         search forms: negating words, searching for substrings, etc.
15201 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
15203         * international/fontset.el (font-encoding-alist): Add an entry for
15204         ksx1001 (Bug#5667).
15206 2012-03-10  Richard Stallman  <rms@gnu.org>
15208         * mail/sendmail.el (mail-encode-header):
15209         Set rfc2047-encode-encoded-words.
15211         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15213         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15214         view buffer means not swapped.
15215         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15216         (rmail-write-region-annotate): Error if real text has disappeared.
15218         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15220 2012-03-10  Chong Yidong  <cyd@gnu.org>
15222         * emulation/cua-rect.el (cua--init-rectangles):
15223         * emulation/cua-base.el (cua--init-keymaps):
15224         Add delete-forward-char to remappings (Bug#9666).
15226 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
15228         * speedbar.el (speedbar-unhighlight-one-tag-line):
15229         Avoid unhighlighting due to frame switching (Bug#10275).
15231 2012-03-10  Chong Yidong  <cyd@gnu.org>
15233         * minibuffer.el (completion-in-region, completion-help-at-point):
15234         Give the completion field overlay a high priority (Bug#6830).
15236         * dired.el (dired-goto-file): Recognize absolute file name
15237         listings (Bug#7126).
15238         (dired-goto-file-1): New helper function.
15239         (dired-toggle-read-only): Inhibit warnings.
15241 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
15243         * net/dbus.el (dbus-property-handler): Return empty array if
15244         there are no properties.
15246 2012-03-09  Leo Liu  <sdl.web@gmail.com>
15248         * savehist.el (savehist-printable): Stricter check for string
15249         value (Bug#10937).
15251 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
15253         * mail/smtpmail.el (smtpmail-send-it):
15254         Bind coding-system-for-write to *-unix, so that FCC files are kept in
15255         valid mbox format.
15257 2012-03-09  Glenn Morris  <rgm@gnu.org>
15259         * files.el (dir-locals-find-file):
15260         Don't check result is regular, readable.
15261         (dir-locals-read-from-file): Demote errors.
15263 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
15265         * international/quail.el (quail-insert-kbd-layout):
15266         Insert invisible LRM characters before each character in a keyboard
15267         layout cell, to prevent their reordering by bidi display engine.
15268         For details, see the discussion in
15269         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15271 2012-03-08  Alan Mackenzie  <acm@muc.de>
15273         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15274         the starting position; make it extend the marked region when
15275         invoked repeatedly - all under appropriate circumstances.
15276         Fixes bugs #5525, #10906.
15278 2012-03-08  Glenn Morris  <rgm@gnu.org>
15280         * files.el (locate-dominating-file, dir-locals-find-file):
15281         Undo 2012-03-06 change.
15283 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
15285         * international/quail.el (quail-help):
15286         Force bidi-paragraph-direction be left-to-right.  See discussion in
15287         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15288         for the reason.
15290 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
15292         Avoid superfluous registering of signals.  (Bug#10807)
15294         * notifications.el (notifications-on-action-object)
15295         (notifications-on-close-object): New defvars.
15296         (notifications-on-action-signal, notifications-on-closed-signal):
15297         Unregister the signal if not needed any longer.
15298         (notifications-notify): Register `notifications-action-signal' or
15299         `notifications-closed-signal', if :on-action or :on-close has been
15300         passed as argument.
15302 2012-03-07  Chong Yidong  <cyd@gnu.org>
15304         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15305         non-X platforms.
15307 2012-03-06  Glenn Morris  <rgm@gnu.org>
15309         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15310         (x-disown-selection-internal, x-get-selection-internal):
15311         Doc fix (add arglist signatures).  (Bug#10783)
15313 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
15315         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15316         Handle breakpoints with no "type".
15318 2012-03-06  Glenn Morris  <rgm@gnu.org>
15320         * files.el (locate-dominating-file): Add optional predicate argument.
15321         (dir-locals-find-file): Make use of above change.
15323 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
15325         * info.el (Info-insert-dir): Also try "dir.gz".
15327 2012-03-06  Glenn Morris  <rgm@gnu.org>
15329         * files.el (dir-locals-find-file):
15330         Ignore non-readable or non-regular files.  (Bug#10928)
15332         * files.el (locate-dominating-file): Doc fix.
15334 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
15336         * calendar/calendar.el (calendar-set-mode-line):
15337         `getenv' returns a string.  (Bug#10951)
15339 2012-03-05  Leo Liu  <sdl.web@gmail.com>
15341         * simple.el (backward-delete-char-untabify): Constrain point to
15342         field (Bug#10939).
15344         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15346 2012-03-05  Chong Yidong  <cyd@gnu.org>
15348         * simple.el (count-words): If called from Lisp, return the word
15349         count, for symmetry with `count-lines'.  Arglist changed.
15350         (count-words--message): Args changed.  Consolidate counting code
15351         from count-words and count-words-region.
15352         (count-words-region): Caller changed.
15353         (count-lines-region): Make it an obsolete alias.
15355 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
15357         * saveplace.el (save-place-to-alist)
15358         (save-place-ignore-files-regexp): Allow value nil to disable this
15359         feature.
15361 2012-03-04  Chong Yidong  <cyd@gnu.org>
15363         * faces.el (face-spec-reset-face): For the default face, reset the
15364         attributes to default values (Bug#10748).
15366 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15368         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15369         previous patch: Check `message-send-mail-function', and not the
15370         default function (bug#10897).
15372 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
15374         * notifications.el (notifications-on-action-signal)
15375         (notifications-on-closed-signal): Check for unique service name of
15376         incoming event.  Fix error in removing entry.
15377         (top): Register for signals with wildcard service name.
15378         (notifications-notify): Use daemon unique service name for map entries.
15380 2012-03-04  Chong Yidong  <cyd@gnu.org>
15382         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15384 2012-03-04  Glenn Morris  <rgm@gnu.org>
15386         * abbrev.el (copy-abbrev-table, abbrev-table-p)
15387         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15388         (expand-abbrev, define-abbrev-table): Doc fixes.
15390 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15392         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15393         `message-default-send-mail-function' and not `send-mail-function'
15394         when doing the prompting for `sendmail-query-once' before sending
15395         in Message buffers (bug#10897).
15397         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15398         This is inconsistent with all the other stream functions, which leave
15399         the setting up to the higher levels (if so wanted) (bug#10931).
15401 2012-03-02  Alan Mackenzie  <acm@muc.de>
15403         Depessimize the handling of very large macros.
15405         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15406         (c-macro-cache-syntactic): New variables to implement a one
15407         element macro cache.
15408         (c-invalidate-macro-cache): New function.
15409         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15410         Adapt to use the new cache.
15411         (c-state-safe-place): Use better the cache of safe positions.
15412         (c-state-semi-nonlit-pos-cache)
15413         (c-state-semi-nonlit-pos-cache-limit):
15414         New variables for...
15415         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
15416         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15417         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15418         Use c-state-semi-safe-place.
15420         * progmodes/cc-langs.el (c-get-state-before-change-functions):
15421         Add c-invalidate-macro-cache to the C, C++, Obj entries.
15423 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
15425         * jka-compr.el (jka-compr-call-process):
15426         Apply `file-accessible-directory-p' only when the default directory is
15427         not remote.
15429 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
15431         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
15432         access of FILE2, if FILE1 does not exist.
15434         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15435         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15437         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15438         Add "PAGER=" to `process-environment'.
15440 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
15442         * progmodes/sql.el: Bug fix
15443         (sql-get-login-ext): Save login values in globals.
15444         (sql-get-login): Use new version of `sql-get-login-ext'.
15445         (sql-interactive-mode): Set global `sql-connection' to nil.
15446         (sql-connect): Set global values for connection.
15447         (sql-product-interactive): Save global values as buffer local.
15449 2012-02-29  Leo Liu  <sdl.web@gmail.com>
15451         * abbrev.el (define-abbrevs): Reset sys to nil.
15453 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15455         * files.el (file-equal-p): Rename from `files-equal-p'.
15456         Return nil when one or both files don't exist.
15457         (file-subdir-of-p): Now only top directory must exists,
15458         return nil if it doesn't.
15459         (copy-directory): No need to test with `file-subdir-of-p' after
15460         creating dir.
15461         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15462         to `file-equal-p'.
15464 2012-02-28  Glenn Morris  <rgm@gnu.org>
15466         * shell.el (shell-mode):
15467         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15468         * play/landmark.el (landmark-font-lock-face-O):
15469         * play/handwrite.el (handwrite):
15470         * play/gomoku.el (gomoku-O):
15471         * net/browse-url.el (browse-url-browser-display):
15472         * international/mule.el (define-charset):
15473         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15474         * filesets.el (filesets-find-file-delay):
15475         * eshell/em-xtra.el (eshell-xtra):
15476         * eshell/em-unix.el (eshell-grep):
15477         * emulation/viper.el (viper-mode):
15478         * emacs-lisp/regexp-opt.el (regexp-opt-group):
15479         * emacs-lisp/easymenu.el (easy-menu-define):
15480         * calendar/timeclock.el (timeclock-use-display-time):
15481         * bs.el (bs-mode):
15482         * bookmark.el (bookmark-save-flag):
15483         Doc fix (standardize possessive apostrophe usage).
15485 2012-02-27  Chong Yidong  <cyd@gnu.org>
15487         * emulation/viper-cmd.el (viper-intercept-ESC-key):
15488         Fix key-binding lookup for ESC key (Bug#9146).
15490         * font-lock.el (font-lock-specified-p): Rename from
15491         font-lock-spec-present.  Callers changed.
15493 2012-02-27  Daniel Hackney  <dan@haxney.org>
15495         * emacs-lisp/package.el (package-compute-transaction):
15496         Handle holding a package version to t in package-load-list.
15498 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
15500         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15501         (tramp-get-inode, tramp-get-device): Use cached values.
15503 2012-02-26  Alan Mackenzie  <acm@muc.de>
15505         Check there is a font-lock specification before doing initial
15506         fontification.
15508         * font-core.el (font-lock-mode): Move the conditional from
15509         :after-hook to font-lock-initial-fontify.
15510         (font-lock-default-function): Move the check for a specification
15511         to font-lock-spec-present.
15513         * font-lock.el (font-lock-initial-fontify): Call ...
15514         (font-lock-spec-present): New function.
15516 2012-02-26  Jim Blandy  <jimb@red-bean.com>
15518         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15519         (gdb-send): Apply it to the operand of the '-interpreter-exec
15520         console' command, so that we can pass arguments with (say) quotes
15521         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
15523 2012-02-26  Chong Yidong  <cyd@gnu.org>
15525         * help-fns.el (describe-function-1): Clarify description of
15526         remapping (Bug#10844).
15528         * files.el (files-equal-p): Doc fix.
15529         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
15530         and quit the loop once a mismatch is found.
15532 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
15534         * bs.el (bs--show-with-configuration): Don't throw an error
15535         if the window cannot be split; otherwise, subsequent calls to
15536         bs-show fail, restoring a stale window config.  (Bug#10882)
15538 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15540         * term/ns-win.el (global-map): Bind ns-drag-file to
15541         ns-find-file (Bug#5855, Bug#10050).
15543 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
15545         * calendar/parse-time.el (parse-time-string): Allow extractor to
15546         return nil.
15548 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
15550         * net/tramp.el (tramp-file-name-for-operation):
15551         Add `files-equal-p' and `file-subdir-of-p'.
15553         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15554         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15555         Add COPY-CONTENTS argument.
15557 2012-02-25  Chong Yidong  <cyd@gnu.org>
15559         Add custom groups for VC backends, for consistency with vc-bzr.
15561         * vc/vc-arch.el (vc-arch):
15562         * vc/vc-cvs.el (vc-cvs):
15563         * vc/vc-git.el (vc-git):
15564         * vc/vc-hg.el (vc-hg):
15565         * vc/vc-mtn.el (vc-mtn):
15566         * vc/vc-rcs.el (vc-rcs):
15567         * vc/vc-sccs.el (vc-sccs):
15568         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15569         All relevant defcustoms reassigned.
15571 2012-02-25  Chong Yidong  <cyd@gnu.org>
15573         * newcomment.el (comment-styles): Add autoload (Bug#10868).
15575         * term/x-win.el (x-initialize-window-system): Reduce default for
15576         x-selection-timeout to 5 seconds (Bug#8869).
15578 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15580         * files.el (files-equal-p, file-subdir-of-p): New functions.
15581         (copy-directory): Error when trying to copy a directory on itself.
15582         Add missing copy-contents arg to tramp handler.
15583         * dired-aux.el (dired-copy-file-recursive): Same.
15584         (dired-create-files): Modify destination when source is equal to
15585         dest when copying files.
15586         Return also when dest is a subdir of source.  (Bug#10489)
15588 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
15590         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15591         (Bug#10874)
15593 2012-02-23  Alan Mackenzie  <acm@muc.de>
15595         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15596         parameter "after-hook:" to allow the expansion to run code after
15597         the execution of the mode hooks.
15599         * font-lock.el (font-lock-initial-fontify): New function extracted
15600         from font-lock-mode-internal.
15602         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15603         :after-hook.
15605 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15607         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15608         (completion--cache-all-sorted-completions): New function.
15609         (completion-all-sorted-completions): Use it.
15610         (completion--do-completion, minibuffer-force-complete):
15611         Use it to re-instate the flush hook.
15613         * icomplete.el (icomplete-completions): Replace last fix with a better
15614         one (bug#10850).
15616 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
15618         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15619         when it might call us back infinitely (bug#10797).
15621 2012-02-23  Glenn Morris  <rgm@gnu.org>
15623         * minibuffer.el (completion-category-overrides): Doc fix.
15625 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15627         * minibuffer.el (completion-table-with-context): Fix inf-loop.
15628         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15630 2012-02-23  Glenn Morris  <rgm@gnu.org>
15632         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15633         (authors-obsolete-files-regexps, authors-ignored-files)
15634         (authors-ambiguous-files, authors-renamed-files-alist):
15635         Add more entries.
15637 2012-02-23  Juri Linkov  <juri@jurta.org>
15639         * isearch.el (isearch-occur): Sync interactive spec with occur's
15640         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
15642         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15644 2012-02-22  Juri Linkov  <juri@jurta.org>
15646         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15647         (ucs-insert): Doc fix.  Check for hex digits in the string.
15648         Don't display `nil' in the error message.  (Bug#10857)
15650 2012-02-22  Alan Mackenzie  <acm@muc.de>
15652         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15654 2012-02-22  Glenn Morris  <rgm@gnu.org>
15656         * ffap.el (ffap-c-path):
15657         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
15659 2012-02-22  Chong Yidong  <cyd@gnu.org>
15661         * custom.el (load-theme): Doc fix.
15663 2012-02-22  Glenn Morris  <rgm@gnu.org>
15665         * dired-x.el (dired-guess-shell-alist-default):
15666         Remove escape sequences from nroff output.  (Bug#172)
15668 2012-02-21  Glenn Morris  <rgm@gnu.org>
15670         * vc/emerge.el (emerge-defvar-local):
15671         Set `permanent-local' property rather than unused `preserved'.
15673         * textmodes/picture.el (picture-delete-char): New alias.
15674         (picture-mode-map): Use it.  (Bug#10860)
15675         (picture-mode): Doc fix.
15677 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
15679         * newcomment.el (uncomment-region-default): Remove unused binding.
15681 2012-02-21  Glenn Morris  <rgm@gnu.org>
15683         * textmodes/picture.el (picture-motion, picture-motion-reverse)
15684         (picture-self-insert, picture-tab-chars): Doc fix.
15685         (picture-mode-map): Fix C-a, C-e.
15687 2012-02-20  Glenn Morris  <rgm@gnu.org>
15689         * emacs-lisp/authors.el (authors-aliases): Add another entry.
15691 2012-02-20  Leo Liu  <sdl.web@gmail.com>
15693         * icomplete.el (icomplete-completions): Check FROM arg before
15694         passing to substring (Bug#10850).
15696 2012-02-19  Chong Yidong  <cyd@gnu.org>
15698         * comint.el: Require ansi-color.
15699         (comint-output-filter-functions): Add ansi-color-process-output.
15701         * ansi-color.el: Don't set comint-output-filter-functions; it is
15702         now in the initial value defined in comint.el.
15703         (ansi-color-apply-face-function): New variable.
15704         (ansi-color-apply-on-region): Use it.
15705         (ansi-color-apply-overlay-face): New function.
15707         * shell.el (shell): No need to require ansi-color.
15708         (shell-mode): Use ansi-color-apply-face-function to highlight
15709         color escapes using font-lock-face property (Bug#10835).
15711 2012-02-19  Chong Yidong  <cyd@gnu.org>
15713         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15714         mode-line formats (Bug#10839).
15716 2012-02-18  Glenn Morris  <rgm@gnu.org>
15718         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15720         * mail/undigest.el (unforward-rmail-message): Doc fix.
15722         * saveplace.el (save-place-ignore-files-regexp): Add :version.
15724 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
15726         * international/characters.el (script-list): Sync with the latest
15727         Unicode Character Database.
15729 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
15731         * international/titdic-cnv.el: Remove duplicate coding tag.
15732         * language/cham.el: Likewise.
15733         * language/tai-viet.el: Likewise.
15735 2012-02-18  Glenn Morris  <rgm@gnu.org>
15737         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15738         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15739         (calendar-bahai-all-holidays-flag, calendar-other-dates):
15740         * calendar/diary-lib.el (diary-abbreviated-year-flag):
15741         * calendar/holidays.el (holiday-bahai-holidays)
15742         (calendar-holidays, list-holidays):
15743         Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
15745 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
15747         * saveplace.el (save-place-ignore-files-regexp): New variable
15748         allowing for excluding files from saving their location of point.
15749         The default value matches the temporary commit message editing
15750         files from Git, SVN, Bazaar, and Mercurial.
15751         (save-place-to-alist): Use it.
15753 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
15754             Stefan Monnier  <monnier@iro.umontreal.ca>
15756         * newcomment.el (uncomment-region-default): Don't leave extra space
15757         when an arg is provided (bug#8150).
15759 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
15761         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15763 2012-02-17  Glenn Morris  <rgm@gnu.org>
15765         * net/socks.el: Require network-stream.  (Bug#10599)
15767 2012-02-17  Kenichi Handa  <handa@m17n.org>
15769         * international/charprop.el:
15770         * international/uni-name.el:
15771         * international/uni-old-name.el:
15772         * international/uni-comment.el: Regenerate.
15774 2012-02-16  Glenn Morris  <rgm@gnu.org>
15776         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15777         Interactively in calendar buffer, give an error if not on a date.
15779 2012-02-15  Glenn Morris  <rgm@gnu.org>
15781         * shell.el (shell-delimiter-argument-list):
15782         Revert 2011-02-17 change.  (Bug#8027)
15784 2012-02-15  Chong Yidong  <cyd@gnu.org>
15786         * minibuffer.el (completion-at-point-functions): Doc fix.
15788         * custom.el (defcustom): Doc fix; note use of defvar.
15790 2012-02-15  Glenn Morris  <rgm@gnu.org>
15792         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15793         Doc fixes.
15795 2012-02-14  Glenn Morris  <rgm@gnu.org>
15797         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15799 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
15801         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15802         way the ports list is computed.
15803         (smtpmail-query-smtp-server): Prompt the user for a port number if
15804         we can't connect to any of the standard ports (bug#10810).
15806 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15808         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15810 2012-02-13  Glenn Morris  <rgm@gnu.org>
15812         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
15814 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
15816         * net/gnutls.el (gnutls-trustfiles): New variable.
15817         (gnutls-negotiate): Use it.
15819 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
15821         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15822         does its stuff if Gnus is running.
15824 2012-02-13  Alan Mackenzie  <acm@muc.de>
15826         Fix a loop in c-set-fl-decl-start.
15828         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15829         c-backward-syntactic-ws actually moves backwards.
15831 2012-02-13  Leo Liu  <sdl.web@gmail.com>
15833         * net/rcirc.el (rcirc-markup-attributes): Move point to the
15834         beginning so that all \C-o chars are removed.
15836 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
15838         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15840 2012-02-12  Alan Mackenzie  <acm@muc.de>
15842         Fix infinite loop with long macros.
15843         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15845 2012-02-12  Chong Yidong  <cyd@gnu.org>
15847         * window.el (display-buffer): Doc fix (Bug#10785).
15849 2012-02-12  Glenn Morris  <rgm@gnu.org>
15851         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15852         (x-disown-selection-internal, x-get-selection-internal):
15853         Sync docs with the xselect.c versions.
15855         * allout-widgets.el: Add missing license notice.
15857 2012-02-11  Glenn Morris  <rgm@gnu.org>
15859         * select.el (x-get-selection-internal, x-own-selection-internal)
15860         (x-disown-selection-internal):
15861         * x-dnd.el (x-get-selection-internal): Update declarations.
15863         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15865         * window.el (window-sides-slots):
15866         * tool-bar.el (tool-bar-position):
15867         * term/xterm.el (xterm-extra-capabilities):
15868         * ses.el (ses-self-reference-early-detection):
15869         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15870         (verilog-auto-wire-type)
15871         (verilog-auto-delete-trailing-whitespace)
15872         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15873         (verilog-auto-tieoff-declaration):
15874         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15875         (sql-oracle-statement-starters, sql-oracle-scan-on):
15876         * progmodes/prolog.el (prolog-align-comments-flag)
15877         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15878         (prolog-left-indent-regexp, prolog-paren-indent-p)
15879         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15880         (prolog-types, prolog-mode-specificators)
15881         (prolog-determinism-specificators, prolog-directives)
15882         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15883         (prolog-electric-dot-flag)
15884         (prolog-electric-dot-full-predicate-template)
15885         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15886         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15887         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15888         (prolog-program-switches, prolog-prompt-regexp)
15889         (prolog-debug-on-string, prolog-debug-off-string)
15890         (prolog-trace-on-string, prolog-trace-off-string)
15891         (prolog-zip-on-string, prolog-zip-off-string)
15892         (prolog-use-standard-consult-compile-method-flag)
15893         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15894         (prolog-imenu-max-lines, prolog-info-predicate-index)
15895         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15896         (prolog-char-quote-workaround):
15897         * progmodes/cc-vars.el (c-defun-tactic):
15898         * net/tramp.el (tramp-encoding-command-interactive)
15899         (tramp-local-end-of-line):
15900         * net/soap-client.el (soap-client):
15901         * net/netrc.el (netrc-file):
15902         * net/gnutls.el (gnutls):
15903         * minibuffer.el (completion-category-overrides)
15904         (completion-cycle-threshold)
15905         (completion-pcm-complete-word-inserts-delimiters):
15906         * man.el (Man-name-local-regexp):
15907         * mail/feedmail.el (feedmail-display-full-frame):
15908         * international/characters.el (glyphless-char-display-control):
15909         * eshell/em-ls.el (eshell-ls-date-format):
15910         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15911         (lisp-lambda-list-keyword-parameter-indentation)
15912         (lisp-lambda-list-keyword-parameter-alignment):
15913         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15914         * dired-x.el (dired-omit-verbose):
15915         * cus-theme.el (custom-theme-allow-multiple-selections):
15916         * calc/calc.el (calc-highlight-selections-with-faces)
15917         (calc-lu-field-reference, calc-lu-power-reference)
15918         (calc-note-threshold):
15919         * battery.el (battery-mode-line-limit):
15920         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15921         (archive-7z-update):
15922         * allout.el (allout-prefixed-keybindings)
15923         (allout-unprefixed-keybindings)
15924         (allout-inhibit-auto-fill-on-headline)
15925         (allout-flattened-numbering-abbreviation):
15926         * allout-widgets.el (allout-widgets-auto-activation)
15927         (allout-widgets-icons-dark-subdir)
15928         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15929         (allout-widgets-theme-dark-background)
15930         (allout-widgets-theme-light-background)
15931         (allout-widgets-item-image-properties-emacs)
15932         (allout-widgets-item-image-properties-xemacs)
15933         (allout-widgets-run-unit-tests-on-load)
15934         (allout-widgets-time-decoration-activity)
15935         (allout-widgets-hook-error-post-time)
15936         (allout-widgets-track-decoration):
15937         Add missing :version tags to new defcustoms and defgroups.
15939         * progmodes/sql.el (sql-ansi-statement-starters)
15940         (sql-oracle-statement-starters): Add custom type.
15942         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15943         (prolog-system-version): Give it a type.
15945 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
15947         * term/pc-win.el (x-select-text, x-selection-owner-p)
15948         (x-own-selection-internal, x-disown-selection-internal)
15949         (x-get-selection-internal): Sync doc strings and argument lists
15950         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
15952 2012-02-11  Leo Liu  <sdl.web@gmail.com>
15954         * progmodes/python.el (python-end-of-statement): Fix infinite
15955         loop.  (Bug#10788)
15957 2012-02-10  Glenn Morris  <rgm@gnu.org>
15959         * international/mule-cmds.el (unify-8859-on-encoding-mode)
15960         (unify-8859-on-decoding-mode): Properly mark as obsolete.
15962 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
15964         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15965         about SMTP before checking the From header.
15967         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15968         into own function for reuse by emacsbug.el.
15970 2012-02-10  Leo Liu  <sdl.web@gmail.com>
15972         * subr.el (condition-case-unless-debug): Rename from
15973         condition-case-no-debug.  All callers changed.
15974         (with-demoted-errors): Fix caller.
15976         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15977         * nxml/rng-valid.el (rng-do-some-validation):
15978         * emacs-lisp/package.el (package-refresh-contents)
15979         (package-menu-execute):
15980         * desktop.el (desktop-create-buffer):
15981         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15983 2012-02-10  Glenn Morris  <rgm@gnu.org>
15985         * textmodes/bibtex.el:
15986         Add missing :version tags for new/changed defcustoms.
15988         * files.el (remote-file-name-inhibit-cache): Doc fixes.
15990 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
15992         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15993         (smtpmail-via-smtp): Use it, or fall back on the From address.
15994         (smtpmail-send-it): Ditto.
15996 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15998         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15999         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
16000         (byte-compile-tmp-var): New const.
16001         (byte-compile-defvar): Use it to minimize .elc size.
16002         Just use `defvar' rather than simulate it (bug#10761).
16004 2012-02-09  Glenn Morris  <rgm@gnu.org>
16006         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
16008         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16009         Add :version tags.
16011         * progmodes/compile.el (compilation-error-screen-columns)
16012         (compilation-first-column, compilation-filter-start): Doc fixes.
16014         * vc/log-view.el (log-view-toggle-entry-display):
16015         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16017         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16018         (report-emacs-bug-can-use-xdg-email):
16019         (report-emacs-bug-insert-to-mailer): Doc fixes.
16020         (report-emacs-bug): Message fix.
16022         * net/browse-url.el (browse-url-can-use-xdg-open)
16023         (browse-url-xdg-open): Doc fixes.
16025         * electric.el (electric-indent-mode, electric-pair-mode)
16026         (electric-layout-rules, electric-layout-mode): Doc fixes.
16027         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
16029 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
16031         * server.el (server-unselect-display): Don't inadvertently kill
16032         the current buffer.  (Bug#10729)
16034 2012-02-08  Glenn Morris  <rgm@gnu.org>
16036         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
16037         (sql-list-table): Doc fixes.
16039         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
16040         Comment out (does nothing).
16042         * completion.el (dynamic-completion-mode):
16043         * dirtrack.el (dirtrack-debug-mode):
16044         * electric.el (electric-layout-mode):
16045         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
16046         * face-remap.el (text-scale-mode, buffer-face-mode):
16047         * iimage.el (iimage-mode):
16048         * image-mode.el (image-transform-mode):
16049         * minibuffer.el (completion-in-region-mode):
16050         * scroll-lock.el (scroll-lock-mode):
16051         * simple.el (next-error-follow-minor-mode):
16052         * tar-mode.el (tar-subfile-mode):
16053         * tooltip.el (tooltip-mode):
16054         * vcursor.el (vcursor-use-vcursor-map):
16055         * wid-browse.el (widget-minor-mode):
16056         * emulation/tpu-edt.el (tpu-edt-mode):
16057         * emulation/tpu-extras.el (tpu-cursor-free-mode):
16058         * international/iso-ascii.el (iso-ascii-mode):
16059         * language/thai-util.el (thai-word-mode):
16060         * mail/supercite.el (sc-minor-mode):
16061         * net/goto-addr.el (goto-address-mode):
16062         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16063         * progmodes/cwarn.el (cwarn-mode):
16064         * progmodes/flymake.el (flymake-mode):
16065         * progmodes/glasses.el (glasses-mode):
16066         * progmodes/hideshow.el (hs-minor-mode):
16067         * progmodes/pascal.el (pascal-outline-mode):
16068         * textmodes/enriched.el (enriched-mode):
16069         * vc/smerge-mode.el (smerge-mode):
16070         Doc fixes (minor mode argument).
16072 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
16074         * ls-lisp.el (ls-lisp-sanitize): New function.
16075         (ls-lisp-insert-directory): Use it to fix or remove any elements
16076         in file-alist with missing attributes.  (Bug#4673)
16078 2012-02-07  Alan Mackenzie  <acm@muc.de>
16080         Fix spurious recognition of c-in-knr-argdecl.
16082         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16083         putative K&R region.
16085 2012-02-07  Alan Mackenzie  <acm@muc.de>
16087         * progmodes/cc-engine.el (c-forward-objc-directive):
16088         Prevent looping in "#pragma mark @implementation".
16090 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
16092         * notifications.el (notifications-on-closed-signal): Make `reason'
16093         optional.  (Bug#10744)
16095 2012-02-07  Glenn Morris  <rgm@gnu.org>
16097         * emacs-lisp/easy-mmode.el (define-minor-mode):
16098         Doc fixes for the macro and the mode it defines.
16100         * image.el (imagemagick-types-inhibit): Doc fix.
16102         * cus-start.el (imagemagick-render-type): Add it.
16104 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
16106         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16107         Set the default at load time, too, so that `font-lock-fontify-buffer'
16108         can be called without setting up the entire mode first.  This fixes
16109         a bug in `mm-inline-text' with C MIME parts.
16111 2012-02-06  Chong Yidong  <cyd@gnu.org>
16113         * simple.el (list-processes--refresh): Delete exited processes
16114         (Bug#8094).
16116         * comint.el (comint-next-prompt): next-single-char-property-change
16117         and prev-single-char-property-change never return nil (Bug#8657).
16119         * custom.el (defcustom): Doc fix (Bug#9711).
16121 2012-02-05  Chong Yidong  <cyd@gnu.org>
16123         * cus-edit.el (custom-variable-reset-backup): Quote the value
16124         before storing it in the customized-value property (Bug#6712).
16125         (custom-display): Add a customization type tag.
16126         (custom-buffer-create-internal): Improve tooltip message.
16128         * wid-edit.el (widget-field-value-get): New optional arg to
16129         suppress trailing whitespace truncation.
16130         (character): Use it (Bug#2689).
16132 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
16134         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16135         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16137 2012-02-05  Chong Yidong  <cyd@gnu.org>
16139         * cus-edit.el (custom-variable-value-create): For mismatched
16140         types, show the current value (Bug#7600).
16142         * custom.el (defcustom): Doc fix.
16144 2012-02-05  Glenn Morris  <rgm@gnu.org>
16146         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16148 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
16150         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16151         (pp-buffer): Use `ignore-errors', `looking-at-p'.
16152         (pp-last-sexp): Use `looking-at-p'.
16154 2012-02-04  Glenn Morris  <rgm@gnu.org>
16156         * files.el (revert-buffer):
16157         Doc fix (mention revert-buffer-in-progress-p).
16159         * emacs-lisp/ert-x.el (ert-simulate-command):
16160         Check deferred-action-list (which is obsolete) is bound.
16162         * subr.el (with-wrapper-hook): Doc fixes.
16164         * simple.el (filter-buffer-substring-functions)
16165         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16167 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
16169         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16170         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
16172 2012-02-04  Leo Liu  <sdl.web@gmail.com>
16174         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16176 2012-02-04  Glenn Morris  <rgm@gnu.org>
16178         * image.el (image-extension-data): Add obsolete alias.
16180         * isearch.el (isearch-update): Doc fix.
16182         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16184         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16186 2012-02-03  Glenn Morris  <rgm@gnu.org>
16188         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
16189         (image-animate-timeout): Doc fix.
16191         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16193 2012-02-02  Glenn Morris  <rgm@gnu.org>
16195         * server.el (server-auth-dir): Doc fix.
16196         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
16198         * subr.el (run-mode-hooks): Doc fix.
16200 2012-02-02  Juri Linkov  <juri@jurta.org>
16202         * image-mode.el (image-toggle-display-image): Remove tautological
16203         `major-mode' from the `derived-mode-p' test.
16205 2012-02-02  Kenichi Handa  <handa@m17n.org>
16207         * composite.el (compose-region): Cancel previous change.
16209 2012-02-02  Kenichi Handa  <handa@m17n.org>
16211         * composite.el (compose-region, compose-string): Signal error for
16212         a null string component (Bug#6988).
16214 2012-02-01  Chong Yidong  <cyd@gnu.org>
16216         * view.el (view-buffer-other-window, view-buffer-other-frame):
16217         Handle special modes like view-buffer (Bug#10650).
16218         (view-buffer): Simplify.
16220         * frame.el (set-frame-font): Tweak meaning of third argument.
16222         * dynamic-setting.el (font-setting-change-default-font):
16223         Use set-frame-font (Bug#9982).
16225 2012-02-01  Glenn Morris  <rgm@gnu.org>
16227         * progmodes/compile.el (compilation-internal-error-properties):
16228         Respect compilation-first-column in the "*compilation*" buffer.
16230         * emacs-lisp/easy-mmode.el (define-minor-mode):
16231         Relax :variable's test for a named function.
16233 2012-01-31  Alan Mackenzie  <acm@muc.de>
16235         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16236         off by one error.
16238 2012-01-31  Chong Yidong  <cyd@gnu.org>
16240         * frame.el (set-frame-font): New arg ALL-FRAMES.
16242         * menu-bar.el (menu-set-font): Use set-frame-font.
16244         * faces.el (face-spec-reset-face): Don't apply unspecified
16245         attribute values to the default face.
16247 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
16249         * progmodes/cwarn.el (cwarn): Remove dead link.
16250         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16251         Remove * from defcustom docstrings.
16252         (turn-on-cwarn-mode): Make obsolete.
16253         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16254         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16256 2012-01-31  Glenn Morris  <rgm@gnu.org>
16258         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16259         Fix :variable handling of mode a symbol not equal to modefun.
16260         Allow named functions to be used as the cdr of :variable.
16262 2012-01-30  Glenn Morris  <rgm@gnu.org>
16264         * emacs-lisp/authors.el (authors-fixed-entries):
16265         Remove reference to deleted file rnewspost.el.
16267 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
16269         * window.el (window-with-parameter): Remove unused variable `windows'.
16270         (window--side-check): Remove unused variable `code'.
16271         (window--resize-siblings): Remove unused variable `first'.
16272         (adjust-window-trailing-edge): Remove unused variable `failed'.
16273         (window-deletable-p, window--delete): Remove unused variable `buffer'.
16274         Use `let', not `let*'.
16275         (balance-windows-2): Remove unused variable `found'.
16276         (window--state-put-2): Remove unused variable `splits'.
16277         (window-state-put): Remove unused variable `selected'.
16278         (same-window-p): Use `string-match-p'.
16279         (display-buffer-assq-regexp): Remove unused variable `value'.
16280         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16281         Mark argument ALIST as ignored.
16282         (pop-to-buffer): Remove unused variable `old-window'.
16284 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
16286         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16287         and .lzma compressed files.
16289 2012-01-29  Chong Yidong  <cyd@gnu.org>
16291         * frame.el (window-system-default-frame-alist): Doc fix.
16293         * dynamic-setting.el (font-setting-change-default-font): Don't
16294         change the default face if SET-FONT argument is non-nil (Bug#9982).
16296 2012-01-29  Samuel Bronson  <naesten@gmail.com>
16298         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16300 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
16302         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16303         breakpoints in files outside current directory (Bug#6098).
16305 2012-01-29  Chong Yidong  <cyd@gnu.org>
16307         * progmodes/python.el: Require ansi-color at top-level.
16309         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16310         Define and use in Emacs Lisp mode (Bug#9360).
16311         (lisp-mode-abbrev-table): Add doc.
16312         (lisp-mode-variables): Don't set local-abbrev-table.
16313         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16315 2012-01-28  Roland Winkler  <winkler@gnu.org>
16317         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16319 2012-01-28  Roland Winkler  <winkler@gnu.org>
16321         * textmodes/bibtex.el (bibtex-entry-alist): New function.
16322         (bibtex-set-dialect): Use it.  Either set global values of
16323         dialect-dependent variables or bind these variables buffer-locally
16324         (Bug#10254).
16325         (bibtex-mode): Call bibtex-set-dialect via
16326         hack-local-variables-hook.
16327         (bibtex-dialect): Update docstring.
16328         Add safe-local-variable predicate.
16329         (bibtex-entry-alist, bibtex-field-alist): Initialize via
16330         bibtex-set-dialect.
16331         (bibtex-mode-map): Define menu for each dialect.
16332         (bibtex-entry): Fix docstring.
16334 2012-01-28  Chong Yidong  <cyd@gnu.org>
16336         * eshell/esh-arg.el (eshell-quote-argument): New function.
16338         * eshell/esh-ext.el (eshell-invoke-batch-file):
16339         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16340         first arg to eshell-parse-command (Bug#10523).
16342 2012-01-28  Drew Adams  <drew.adams@oracle.com>
16344         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16345         `default-directory' is non-nil.
16347 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
16349         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16350         line that displays system-configuration-options.  (Bug#9924)
16352 2012-01-28  Drew Adams  <drew.adams@oracle.com>
16354         * descr-text.el (describe-char): Show information about POS, in
16355         addition to information about the character at POS.  Improve and
16356         update the doc string.  Change "code point" to "code point in
16357         charset", to avoid confusion with the character's Unicode code
16358         point shown above that.  (Bug#10129)
16360 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
16362         * descr-text.el (describe-char): Show the raw character, not only
16363         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
16364         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16365         for the reasons.
16367 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
16369         * emacs-lisp/package.el (package-install):
16370         Run package-refresh-contents if there is no archive yet (Bug#9798).
16372 2012-01-28  Chong Yidong  <cyd@gnu.org>
16374         * emacs-lisp/package.el (package-maybe-load-descriptor):
16375         New function, split from package-maybe-load-descriptor.
16376         (package-maybe-load-descriptor): Use it.
16377         (package-download-transaction): Fully load required packages
16378         inside the loop, so that `require' calls work (Bug#10593).
16379         (package-install): No need to call package-initialize now.
16381 2012-01-28  Chong Yidong  <cyd@gnu.org>
16383         * simple.el (deactivate-mark): Doc fix (Bug#8614).
16385         * tooltip.el (tooltip-mode): Doc fix.
16386         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16388         * frame.el (set-cursor-color): Doc fix (Bug#352).
16390         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16391         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16393         * cus-edit.el (custom-buffer-create-internal): Fix search button
16394         action (Bug#10542).
16395         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16397 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
16399         * dired.el (dired-mark-files-regexp):
16400         Include any subdirectory components.  (Bug#10445)
16402 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
16404         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16405         Handle [host]:port syntax.  (Bug#10533)
16407 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
16409         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16411 2012-01-26  Glenn Morris  <rgm@gnu.org>
16413         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16414         * term.el (term-raw-escape-map): Use Control-X-prefix.
16415         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
16417 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
16419         * window.el (window-state-get, window--state-get-1): Don't deal
16420         with fixed-sizeness of windows.  Simplify code.
16422 2012-01-25  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
16424         * window.el (window--state-get-1, window--state-put-2):
16425         Don't save and restore the mark.
16427 2012-01-25  Chong Yidong  <cyd@gnu.org>
16429         * custom.el (custom-variable-p): Doc fix.
16431 2012-01-25  Glenn Morris  <rgm@gnu.org>
16433         * dired.el (dired-goto-file): Handle some of the more common
16434         characters that `ls -b' escapes.  (Bug#10596)
16436         * progmodes/compile.el (compilation-next-error-function):
16437         Respect compilation-first-column in the "*compilation*" buffer.
16438         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
16440         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
16442 2012-01-24  Glenn Morris  <rgm@gnu.org>
16444         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
16446 2012-01-24  Julien Danjou  <julien@danjou.info>
16448         * color.el (color-rgb-to-hsl): Fix value computing.
16449         (color-hue-to-rgb): New function.
16450         (color-hsl-to-rgb): New function.
16451         (color-clamp, color-saturate-hsl, color-saturate-name)
16452         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16453         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16455 2012-01-24  Glenn Morris  <rgm@gnu.org>
16457         * vc/vc-rcs.el (vc-rcs-create-tag):
16458         * vc/vc-sccs.el (vc-sccs-create-tag):
16459         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
16461 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
16463         * eshell/esh-util.el (eshell-read-hosts-file):
16464         Skip comment lines.  (Bug#10549)
16466         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
16468 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
16470         * subr.el (display-delayed-warnings): Doc fix.
16471         (collapse-delayed-warnings): New function to collapse identical
16472         adjacent warnings.
16473         (delayed-warnings-hook): Add it.
16475 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
16477         * net/tramp.el (tramp-action-login): Set connection property "login-as".
16479         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16480         (tramp-default-user-alist): Don't add "pscp".
16481         (tramp-do-copy-or-rename-file-out-of-band): Use connection
16482         property "login-as", if set.  (Bug#10530)
16484 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
16486         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16487         "plink1" and "psftp".  (Bug#10530)
16489 2012-01-21  Kenichi Handa  <handa@m17n.org>
16491         * international/mule-cmds.el (prefer-coding-system): Show a
16492         warning message if the default value of file-name-coding-system
16493         was not changed.
16495 2012-01-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
16497         * windmove.el (windmove-reference-loc):
16498         Fix windmove-reference-loc miscalculation.
16500 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
16502         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16503         default unit.
16505 2012-01-21  Glenn Morris  <rgm@gnu.org>
16507         * international/mule.el (auto-coding-alist): Add .tbz.
16509         * files.el (local-enable-local-variables): Doc fix.
16510         (inhibit-local-variables-regexps): Rename from
16511         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
16512         Doc fix.  Add some extensions from auto-coding-alist.
16513         (inhibit-local-variables-suffixes):
16514         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
16515         (inhibit-local-variables-p):
16516         New function, extracted from set-auto-mode-1.
16517         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
16518         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
16519         (hack-local-variables): Doc fix.  Make the mode-only case
16520         respect enable-local-variables and friends.
16521         Respect inhibit-local-variables-regexps for file-locals, but
16522         not for directory-locals.
16523         (set-visited-file-name):
16524         Take account of inhibit-local-variables-regexps.
16525         Whether it applies may change as the file name is changed.
16526         * jka-cmpr-hook.el (jka-compr-install):
16527         * jka-compr.el (jka-compr-uninstall):
16528         Update for inhibit-first-line-modes-suffixes name change.
16530 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
16532         * help-macro.el (make-help-screen): Temporarily restore original
16533         binding for minor-mode-map-alist (Bug#10454).
16535 2012-01-19  Julien Danjou  <julien@danjou.info>
16537         * color.el (color-name-to-rgb): Use the white color to find the max
16538         color component value and return correctly computed values.
16539         (color-name-to-rgb): Add missing float conversion for max value.
16541 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
16543         * window.el (window--state-get-1, window-state-get): Do not use
16544         special state value for window-persistent-parameters.
16545         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
16546         (window--state-put-2): Reset all window parameters to nil before
16547         assigning values of persistent parameters.
16549 2012-01-18  Alan Mackenzie  <acm@muc.de>
16551         Eliminate sluggishness and hangs in fontification of "semicolon
16552         deserts".
16554         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16555         Change value 10000 -> 3000.
16556         (c-state-safe-place): Reformulate so it doesn't stack up an
16557         infinite number of wrong entries in c-state-nonlit-pos-cache.
16558         (c-determine-limit-get-base, c-determine-limit): New functions to
16559         determine backward search limits disregarding literals.
16560         (c-find-decl-spots): Amend commenting.
16561         (c-cheap-inside-bracelist-p): New function which detects "={".
16563         * progmodes/cc-fonts.el
16564         (c-make-font-lock-BO-decl-search-function): Give a limit to a
16565         backward search.
16566         (c-font-lock-declarations): Fix an occurrence of point being
16567         undefined.  Check additionally for point being in a bracelist or
16568         near a macro invocation without a semicolon so as to avoid a
16569         fruitless time consuming search for a declarator.  Give a more
16570         precise search limit for declarators using the new
16571         c-determine-limit.
16573 2012-01-18  Glenn Morris  <rgm@gnu.org>
16575         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16576         (set-auto-mode): Doc fixes.
16578 2012-01-17  Glenn Morris  <rgm@gnu.org>
16580         * isearch.el (search-nonincremental-instead): Fix doc typo.
16582         * dired.el (dired-insert-directory): Handle newlines in directory name.
16583         (dired-build-subdir-alist): Unescape newlines in directory name.
16585 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
16587         * net/tramp.el (tramp-local-end-of-line): New defcustom.
16588         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16589         (tramp-action-terminal): Use it.  (Bug#10530)
16591 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16593         * minibuffer.el (completion--replace): Strip properties (bug#10062).
16595 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
16597         * window.el (window-state-ignored-parameters): Remove variable.
16598         (window--state-get-1): Rename argument MARKERS to IGNORE.
16599         Handle persistent window parameters.  Make copy of clone-of
16600         parameter only if requested.  (Bug#10348)
16601         (window--state-put-2): Install a window parameter only if it has
16602         a non-nil value or an existing parameter shall be overwritten.
16604 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
16606         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16608 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
16610         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16611         don't pass the (nil) value of `upnode' to string-match.
16613 2012-01-14  Chong Yidong  <cyd@gnu.org>
16615         * startup.el (command-line): Fix X resource class for cursorColor.
16616         Fix values recognized by the cursorBlink resource.
16618 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
16620         * epg.el (epg--make-temp-file): Avoid permission race condition
16621         when running on old Emacs versions (bug#10403).
16623 2012-01-14  Glenn Morris  <rgm@gnu.org>
16625         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16627 2012-01-13  Alan Mackenzie  <acm@muc.de>
16629         Fix filling for when filladapt mode is enabled.
16631         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16632         c-mask-paragraph, pass in `fill-paragraph' rather than
16633         `fill-region-as-paragraph'.  (This is a reversion of a previous
16634         change.)
16635         * progmodes/cc-mode.el (c-basic-common-init):
16636         Make fill-paragraph-handle-comment buffer local and set it to nil.
16638 2012-01-13  Glenn Morris  <rgm@gnu.org>
16640         * dired.el (dired-switches-escape-p): New function.
16641         (dired-insert-directory): Use dired-switches-escape-p.
16642         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
16644         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
16646 2012-01-12  Glenn Morris  <rgm@gnu.org>
16648         * mail/sendmail.el (mail-mode): Update paragraph-separate for
16649         changes in adaptive-fill-regexp.  (Bug#10276)
16651 2012-01-11  Alan Mackenzie  <acm@muc.de>
16653         Fix Emacs bug #10463 - put `widen's around the critical spots.
16655         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16656         widen around each invocation of c-state-pp-to-literal.  Remove an
16657         unused let variable.
16659 2012-01-11  Glenn Morris  <rgm@gnu.org>
16661         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
16662         Doc fix.
16664 2012-01-10  Chong Yidong  <cyd@gnu.org>
16666         * net/network-stream.el (network-stream-open-starttls):
16667         Avoid emitting a confusing error message when the server gives a bad
16668         response to the capability command.
16670 2012-01-10  Glenn Morris  <rgm@gnu.org>
16672         * mail/unrmail.el (unrmail): Tweak previous change.
16674 2012-01-09  Chong Yidong  <cyd@gnu.org>
16676         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16678 2012-01-08  Alan Mackenzie  <acm@muc.de>
16680         Optimize font locking in long enum definitions.
16682         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16683         arm to a cond form to handle enums.
16684         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16685         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16687 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
16689         * files.el (move-file-to-trash): Preserve default file modes on error.
16690         (Bug#10401)
16692 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16694         * faces.el (set-face-attribute): Clarify the meaning of the nil
16695         frame (bug#10294).
16697         * subr.el (with-selected-frame): Mention that the selected frame
16698         is restored (bug#9980).
16700         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16701         (bug#9759).
16703         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16704         (password-read): Don't autoload unused function.
16706 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
16708         * progmodes/which-func.el (which-func-mode): Turn into a
16709         non-interactive function and mark as obsolete (bug#10428).
16711 2012-01-06  Chong Yidong  <cyd@gnu.org>
16713         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16714         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16715         functions, along with 1 and -1.
16717 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
16719         * time.el (display-time-load-average)
16720         (display-time-default-load-average): Doc fixes.  See the thread
16721         starting at
16722         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16723         for the details.
16725 2012-01-06  Glenn Morris  <rgm@gnu.org>
16727         * mail/unrmail.el (unrmail): Give an explicit error if the input file
16728         has no messages.  (Bug#10377)
16730         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16731         than Info-edit.  (Bug#10385)
16733         * time.el (display-time-load-average, display-time-next-load-average):
16734         Doc fixes.
16736         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16737         local setting of buffer-read-only to the input buffer.  (Bug#10419)
16739         * calendar/calendar.el (calendar-mode):
16740         Locally set scroll-margin to 0.  (Bug#10379)
16742 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
16744         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
16746 2012-01-05  Glenn Morris  <rgm@gnu.org>
16748         * eshell/em-unix.el (diff-no-select): Autoload it.
16749         (eshell/diff): Use diff-no-select.  (Bug#10420)
16751 2012-01-05  Chong Yidong  <cyd@gnu.org>
16753         * shell.el (shell-dynamic-complete-functions): Revert last change.
16754         (shell-command-completion-function): New function.
16755         (shell-completion-vars): Use it to implement
16756         shell-completion-execonly (Bug#10417).
16758         * custom.el (enable-theme): Don't set custom-safe-themes.
16760         * cus-theme.el (custom-theme-merge-theme):
16761         Ignore custom-enabled-themes and custom-safe-themes.
16763 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
16765         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16766         first prompt in `sql-interacive-mode'.
16767         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16768         keywords.
16769         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16770         (sql-product-interactive): Bug fix: Set `sql-buffer' in
16771         context of original buffer.  Invoke `sql-login-hook'.
16773 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
16775         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16776         letters in cite-prefix.
16778 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16780         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16782 2012-01-03  Chong Yidong  <cyd@gnu.org>
16784         * shell.el (shell-dynamic-complete-functions):
16785         Put pcomplete-completions-at-point, so as to try
16786         comint-filename-completion first (Bug#10417).
16788 2012-01-02  Richard Stallman  <rms@gnu.org>
16790         * battery.el (battery-status-function):
16791         Detect when to use battery-yeeloong-sysfs.
16792         (battery-echo-area-format): Add string for Yeeloong.
16793         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16794         (battery-yeeloong-sysfs): New function.
16796 2012-01-02  Chong Yidong  <cyd@gnu.org>
16798         * dirtrack.el (dirtrack-list): Eliminate unused third element.
16799         (dirtrack): Merge code for handling relative filenames in prompt
16800         from shell-dir-cookie-watcher.
16801         (dirtrack-debug-message): New arg to avoid excess format calls.
16803         * shell.el (shell-dir-cookie-re): Variable deleted.
16804         (shell-dir-cookie-watcher): Function deleted.
16805         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16806         with dirtrack-mode.
16808 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
16810         * term/w32-win.el (dynamic-library-alist) <gnutls>:
16811         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16812         libgnutls-26.dll.
16814 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
16816         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16818 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
16820         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16821         headers of non-MIME messages, when rmail-enable-mime is non-nil.
16823 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
16825         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16826         also for alternative shells.
16827         (tramp-open-connection-setup-interactive-shell): Check, whether
16828         the shell is a busybox.
16829         (tramp-send-command): Don't suppress multiple prompts for
16830         busyboxes, it hurts.
16832 2011-12-28  Chong Yidong  <cyd@gnu.org>
16834         * progmodes/gdb-mi.el (gdb-get-source-file-list)
16835         (gdb-get-source-file): Move mode line update to
16836         gdb-get-source-file (Bug#10087).
16838 2011-12-25  Chong Yidong  <cyd@gnu.org>
16840         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16841         gud-gdb-marker-filter without taking it as an argument.
16842         (gud-gdb-run-command-fetch-lines): Caller changed.
16843         (gud-gdb-completion-function): New variable.
16844         (gud-gdb-completion-at-point): Use it.
16845         (gud-gdb-completions-1): Split from gud-gdb-completions.
16847         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16848         function as separate arguments.
16849         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16850         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16851         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16852         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16853         (gdb-stopped, def-gdb-auto-update-trigger)
16854         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16855         (gdb-get-changed-registers, gdb-get-main-selected-frame):
16856         Callers changed.
16857         (gud-gdbmi-completions): New function.
16858         (gdb): Use it for generating the completion table.
16860 2011-12-24  Alan Mackenzie  <acm@muc.de>
16862         Introduce a mechanism to widen the region used in context font
16863         locking.  Use this to protect declarations from losing their contexts.
16865         * progmodes/cc-langs.el (c-before-font-lock-functions):
16866         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16867         (c-before-context-fontification-functions): New defvar, a list of
16868         functions to be run just before context (etc.) font locking.
16870         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16871         New, functionality extracted from
16872         c-neutralize-syntax-in-and-mark-CPP.
16873         (c-in-after-change-fontification): New variable.
16874         (c-after-change): Set c-in-after-change-fontification.
16875         (c-set-fl-decl-start): Rejig its interface, so it can be called
16876         from both after-change and context fontifying.
16877         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16878         New functions.
16879         (c-standard-font-lock-fontify-region-function): New variable.
16880         (c-font-lock-fontify-region): New function.
16882 2011-12-24  Juri Linkov  <juri@jurta.org>
16884         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16885         (Bug#10348)
16887 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
16889         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16890         existence of source file.  (Bug#10325)
16892 2011-12-23  Alan Mackenzie  <acm@muc.de>
16894         Fix unstable fontification inside templates.
16896         * progmodes/cc-langs.el (c-before-font-lock-functions):
16897         Newly created from the singular version.  The (c c++ objc) entry now
16898         additionally has c-set-fl-decl-start.  The other languages (apart
16899         from AWK) have that as a single entry.
16901         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16902         The functionality for "local" declarations has been extracted to
16903         c-set-fl-decl-start.
16905         * progmodes/cc-mode.el (c-common-init, c-after-change):
16906         Changes due to pluralisation of c-before-font-lock-functions.
16907         (c-set-fl-decl-start): New function, extracted from
16908         c-font-lock-enclosing-decls and enhanced.
16910 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
16912         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16914 2011-12-22  Juri Linkov  <juri@jurta.org>
16916         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
16918 2011-12-22  Chong Yidong  <cyd@gnu.org>
16920         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16922 2011-12-21  Drew Adams  <drew.adams@oracle.com>
16924         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
16926 2011-12-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
16928         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16930 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16932         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
16933         highlighting and support.  Fix up comments for capitalization.
16934         (cfengine-mode-debug): New var.
16935         (cfengine3-mode): Change the modeline indicator to "CFE3".
16936         (cfengine3-font-lock-keywords): Improve defun highlighting.
16937         (cfengine2-actions): Rename from `cfengine-actions'.
16938         (cfengine2-font-lock-keywords): Rename from
16939         `cfengine-font-lock-keywords'.
16940         (cfengine2-imenu-expression): Rename from
16941         `cfengine-imenu-expression'.
16942         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16943         (cfengine2-beginning-of-defun): Rename from
16944         `cfengine-beginning-of-defun'.
16945         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16946         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16947         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
16948         modeline indicator to "CFE2".
16949         (cfengine-mode): Defalias to `cfengine-auto-mode'.
16950         (cfengine-mode-abbrevs): Mark obsolete.
16952 2011-12-21  Chong Yidong  <cyd@gnu.org>
16954         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16955         filename argument.
16957 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
16959         * window.el (window-normalize-buffer-to-display): Remove.
16960         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16962 2011-12-19  Chong Yidong  <cyd@gnu.org>
16964         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16965         Don't signal an error in a predicate function; return non-nil.
16966         (vc-dir-mark-file): Move the error here.
16967         (vc-dir-mark-unmark): If acting on the region, keep going if one
16968         of the entries cannot be marked/unmarked.
16969         (vc-dir-mark-all-files): If current entry is a directory, mark
16970         only child files, as documented.
16972 2011-12-19  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
16974         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16975         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16976         addition.
16978 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
16980         * term/ns-win.el (ns-get-selection-internal)
16981         (ns-store-selection-internal): Declare.
16982         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16983         Declare as obsolete.
16984         (ns-get-pasteboard, ns-paste-secondary):
16985         Use ns-get-selection-internal.
16986         (ns-set-pasteboard, ns-copy-including-secondary):
16987         Use ns-store-selection-internal.
16989 2011-12-17  Chong Yidong  <cyd@gnu.org>
16991         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16992         (vc-deduce-fileset): Doc fix.
16994 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
16996         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16998 2011-12-13  Sam Steingold  <sds@gnu.org>
17000         * man.el (Man-getpage-in-background): When running under a
17001         window-system, ignore $MANWIDTH and $COLUMNS.
17003 2011-12-15  Kenichi Handa  <handa@m17n.org>
17005         * language/ethio-util.el: Change coding tag to utf-8-emacs.
17006         (setup-ethiopic-environment-internal): Comment out key-binding for
17007         ethio-toggle-punctuation.
17009 2011-12-13  Alan Mackenzie  <acm@muc.de>
17011         Add the switch statement to AWK Mode.
17013         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17014         "default" to the keywords regexp.
17016         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17017         expression as the rest.
17018         (c-nonlabel-token-key): Allow string literals for AWK.
17019         Refactor for the other modes.
17021         Large brace-block initialisation makes CC Mode slow: Fix.
17022         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17023         routines.  Limit backward searching in c-font-lock-enclosing.decl.
17025         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
17026         pp-state and literal type in addition to the limits.
17027         (c-state-safe-place): New defun, extracted from c-state-literal-at.
17028         (c-state-literal-at): Use the above new defun.
17029         (c-slow-in-literal, c-fast-in-literal): Remove.
17030         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
17032         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
17033         being in a literal.  Add a limit for backward searching.
17035         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
17036         c-slow-in-literal.
17038 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17040         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
17042 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
17044         * window.el (delete-other-windows): Use correct frame in call to
17045         window-with-parameter.
17047 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
17049         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17050         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17051         (makefile-gmake-statements, makefile-makepp-statements):
17052         Use it and add new makepp keywords.
17053         (makefile-makepp-font-lock-keywords): Add new patterns.
17054         (makefile-match-function-end): Match new [...] and [[...]].
17056 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
17058         * ses.el (ses-call-printer-return, ses-cell-property-get)
17059         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17060         (ses-create-cell-variable, ses-reset-header-string)
17061         (ses-cell-set-formula, ses-repair-cell-reference-all)
17062         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17063         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17064         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17065         (ses-aset-with-undo, ses-load, ses-truncate-cell)
17066         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17067         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17068         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17069         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17070         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17071         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17072         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17073         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17075 2011-12-11  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
17077         * ses.el: The overall change is to add cell renaming, that is
17078         setting fancy names for cell symbols other than name matching
17079         "\\`[A-Z]+[0-9]+\\'" regexp .
17080         (ses-create-cell-variable): New defun.
17081         (ses-relocate-formula): Relocate formulas only for cells the
17082         symbols of which are not renamed, i.e. symbols whose names do not
17083         match regexp "\\`[A-Z]+[0-9]+\\'".
17084         (ses-relocate-all): Relocate values only for cells the symbols of
17085         which are not renamed.
17086         (ses-load): Create cells variables as the (ses-cell ...) are read,
17087         in order to check row col consistency with cell symbol name only
17088         for cells that are not renamed.
17089         (ses-replace-name-in-formula): New defun.
17090         (ses-rename-cell): New defun.
17092 2011-12-11  Chong Yidong  <cyd@gnu.org>
17094         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17095         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17097 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
17099         * window.el (other-window): Fix docstring.
17101 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17103         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17104         `from' or `to' address before taking its substring.
17105         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17106         encoded name is chopped in the middle of the encoded string, and
17107         thus displayed encoded.
17109 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
17111         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17113 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
17115         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
17116         to use texinfo-update-node and commands that call it if the
17117         Texinfo file uses @node lines without next/prev/up pointers.
17118         Correct outdated description about texinfo-master-menu.
17119         (texinfo-all-menus-update, texinfo-master-menu)
17120         (texinfo-update-node, texinfo-every-node-update)
17121         (texinfo-multiple-files-update): Doc fix.  Warn against updating
17122         all the @node lines.
17123         (texinfo-master-menu): Only call texinfo-update-node if the prefix
17124         argument is numeric.  Explain better in the doc string what the
17125         function really does.
17126         (texinfo-insert-master-menu-list): Improve the error message
17127         displayed if there's no menu in the Top node.
17128         (Bug#2975)  See also this thread:
17129         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17131 2011-12-09  Manuel GĂ³mez  <mgrojo@gmail.com>  (tiny change)
17133         * speedbar.el (speedbar-supported-extension-expressions):
17134         Add .adb and .ads, commonly used for Ada source code (bug#10256).
17136 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
17138         * printing.el (pr-mode-alist):
17139         * simple.el (filter-buffer-substring-functions)
17140         (completion-list-insert-choice-function):
17141         * window.el (window-with-parameter, window-atom-root)
17142         (window-sides-slots, window-size-fixed, window-min-delta)
17143         (window-max-delta, window--resize-mini-window)
17144         (window--resize-child-windows-normal, window-tree)
17145         (delete-other-windows, quit-window, split-window)
17146         (display-buffer-record-window, special-display-buffer-names)
17147         (special-display-regexps, special-display-popup-frame)
17148         (same-window-p, split-window-sensibly)
17149         (display-buffer-overriding-action, display-buffer-alist)
17150         (display-buffer-base-action, display-buffer, switch-to-buffer)
17151         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17152         (fit-window-to-buffer, recenter-positions)
17153         (mouse-autoselect-window-state, mouse-autoselect-window-select):
17154         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17155         and remove unneeded backslashes in docstrings.
17157 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17159         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17161         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17162         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17163         end in ".mk".
17164         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17165         when reading the makefile (bug#10116).
17167 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17169         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17170         (bug#10116).
17172 2011-12-06  Glenn Morris  <rgm@gnu.org>
17174         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17176 2011-12-06  Chong Yidong  <cyd@gnu.org>
17178         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17180 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
17182         * textmodes/table.el (table-shorten-cell): Fix typo.
17184 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
17186         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17188 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
17190         * descr-text.el (describe-char): Fix display of strong
17191         right-to-left characters and directional embeddings and overrides.
17193         * simple.el (what-cursor-position): Fix display of codepoints of
17194         strong right-to-left characters.
17196 2011-12-05  Chong Yidong  <cyd@gnu.org>
17198         * faces.el (read-color): Doc fix.
17200 2011-12-05  Glenn Morris  <rgm@gnu.org>
17202         * align.el (align--set-marker): Add doc-string.
17203         Don't try to move something that is not a marker.  (Bug#10216)
17205 2011-12-04  Glenn Morris  <rgm@gnu.org>
17207         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17208         overly zealous deletion of trailing whitespace.
17210 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
17212         * server.el (server-delete-client): On Windows, do not try to delete
17213         the only terminal.
17214         (server-process-filter): On Windows, treat requests for a tty frame as
17215         if they were for a GUI frame if the running server is in GUI mode.
17217 2011-12-03  Glenn Morris  <rgm@gnu.org>
17219         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
17221 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17223         * electric.el: Streamline electric-indent's hook.
17224         (electric-indent-chars): Revert to simple list.
17225         (electric-indent-functions): New var.
17226         (electric-indent-post-self-insert-function): Use it.
17228         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17229         there's no inferior buffer (bug#10196).
17230         (prolog-consult-compile): Don't use toggle-read-only.
17232 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
17234         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17235         interrupt.  (Bug#10187)
17237 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17239         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17240         (bug#9160).
17242         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17243         (bug#10191).
17245 2011-12-02  Juri Linkov  <juri@jurta.org>
17247         * info.el (Info-search): Display "end of manual" when Isearch
17248         reaches the end of single-file Info manual.  (Bug#9918)
17250 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
17252         * isearch.el (isearch-message-prefix): Run the input method part
17253         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
17255 2011-12-02  Juri Linkov  <juri@jurta.org>
17257         * isearch.el (isearch-occur): Use `word-search-regexp' for
17258         `isearch-word'.
17259         (isearch-search-and-update): Add condition for `isearch-word' and
17260         call `word-search-regexp'.  (Bug#10145)
17262 2011-12-01  Glenn Morris  <rgm@gnu.org>
17264         * eshell/em-hist.el (eshell-hist-initialize):
17265         Handle eshell-history-size nil and HISTSIZE set or unset.
17266         (eshell-history-file-name, eshell-history-size): Fix custom type.
17268 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17270         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17272 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
17274         * progmodes/verilog-mode.el (verilog-pretty-expr):
17275         Rework verilog-pretty-expr to handle new assignment operators in system
17276         verilog, such as += *= and the like.
17277         (verilog-assignment-operator-re): Regular expression to find the
17278         assigment operator in a verilog assignment.
17279         (verilog-assignment-operation-re): Regular expression to find an
17280         assignment statement for pretty-expr.
17281         (verilog-in-attribute-p): Query returns true if point is in an
17282         attribute context; used to skip these for expression line up from
17283         pretty-expr.
17284         (verilog-in-parameter-p): Query returns true if point is in an
17285         parameter definition context; used to skip these for expression
17286         line up from pretty-expr.
17287         (verilog-in-parenthesis-p): Query returns true if point is in a
17288         parenthetical expression, specifically ( ) but not [ ] or { };
17289         used by pretty-expr.
17290         (verilog-just-one-space): If there is no space, don't add one.
17291         (verilog-get-lineup-indent-2): Specifically skip just attribute
17292         contexts for expression lineup, rather than skipping all
17293         parenthetical expressions.
17294         (verilog-calculate-indent): Fix comment, and fix indent.
17295         (verilog-do-indent): Indent declarations in lists (suggested by
17296         Joachim Lechner).
17297         (verilog-mode-abbrev-table): Populate abbrev mode with the various
17298         skeleton items.
17299         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17300         by Alain Mellan).
17302 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
17304         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17305         parameters with embedded comments.  Reported by Ray Stevens.
17306         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17307         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17308         Reported by Tim Holt.
17309         (verilog-auto): Fix AUTOing a upper module then AUTOing module
17310         instantiated by upper module causing wrong expansion until AUTOed a
17311         second time.  Reported by K C Buckenmaier.
17312         (verilog-diff-auto): Fix showing .* as a difference when
17313         `verilog-auto-star-save' off.  Reported by Dan Dever.
17314         (verilog-auto-reset, verilog-read-always-signals)
17315         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17316         temporary signals in reset list if
17317         verilog-auto-reset-blocking-in-non is nil, and match assignment
17318         style to each signal's assignment type, bug381.
17319         Reported by Thomas Esposito.
17320         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17321         (verilog-uvm-statement-re): Support UVM indentation and
17322         highlighting, with old OVM keywords only.
17323         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17324         Support AUTOTIEOFF creating non-wire data types.
17325         Suggested by Jonathan Greenlaw.
17326         (verilog-auto-insert-lisp, verilog-delete-to-paren)
17327         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17328         (verilog-inject-sense, verilog-read-inst-pins)
17329         (verilog-read-sub-decls, verilog-read-sub-decls-line):
17330         Fix mismatching parenthesis inside commented out code when deleting
17331         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
17332         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17333         non-numeric vector width.  Reported by Alex Reed.
17334         (verilog-auto-ascii-enum): Add "onehot" option to work around not
17335         detecting signals with parameter widths.  Reported by Alex Reed.
17336         (verilog-auto-delete-trailing-whitespace):
17337         With `verilog-auto-delete-trailing-whitespace' remove trailing
17338         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
17339         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17340         Fix verilog-scan-cache corruption when running user AUTO expansion
17341         hooks that call indentation routines.
17342         (verilog-simplify-range-expression): Fix typo ignoring lower case
17343         identifiers.
17344         (verilog-delete-auto): Fix delete-autos to also remove user created
17345         automatics, as long as they start with AUTO.
17346         (verilog-batch-diff-auto, verilog-diff-auto)
17347         (verilog-diff-function): Add `verilog-diff-auto' and bind to
17348         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
17349         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17350         (verilog-in-paren-quick, verilog-re-search-backward-quick)
17351         (verilog-re-search-forward-quick, verilog-syntax-ppss):
17352         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17353         is disabled and its cache will get corrupt, causing AUTOS not to
17354         expand.  Instead use only -quick functions.
17355         (verilog-scan-region): Fix scanning over escaped quotes.
17356         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17357         (verilog-re-search-backward-quick)
17358         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17359         related functions now ignore strings, to fix misparsing of strings
17360         with magic comments embedded in them.
17361         (verilog-read-auto-template):
17362         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17363         Reported by Brad Dobbie.
17364         (verilog-read-auto-template):
17365         Fix 'verilog-auto-inst-template-numbers' with comments.
17366         Reported by Brad Dobbie.
17367         (verilog-auto-inst, verilog-auto-inst-param)
17368         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17369         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
17370         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17371         debugging templates without merge conflicts, bug357.
17372         Reported by Brad Dobbie.
17373         (verilog-read-auto-template):
17374         Fix verilog-auto-inst-template-numbers with multiple templates.
17375         Reported by Brad Dobbie.
17376         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17377         abbrevs so user won't be asked to save.
17378         (verilog-read-auto-lisp-present): Fix to start at beginning of
17379         buffer in case called outside of verilog-auto.
17380         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17381         to "X-2".  Reported by Matthew Myers.
17382         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17383         all inputs from module templates.  Reported by Leith Johnson.
17384         (verilog-module-inside-filename-p): Fix locating programs as with
17385         modules.
17386         (verilog-auto-inst-port): Fix vl-width expressions when using
17387         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
17388         (verilog-decls-get-regs, verilog-decls-get-signals,
17389         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17390         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17391         verilog-read-decls): Combine reg and wire structures into one var
17392         structure to represent SystemVerilog concepts.
17393         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17394         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17395         (verilog-auto-wire-type, verilog-insert-definition):
17396         Add verilog-auto-wire-type and AUTOLOGIC to support using
17397         SystemVerilog "logic" keyword instead of "wire"/"reg".
17398         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17399         to declares outputs that also have assignments (presumably in an
17400         ifdef or generate if so there's not a driver conflict).
17401         Reported by Matthew Myers.
17402         (verilog-auto-declare-nettype, verilog-insert-definition):
17403         Add verilog-auto-declare-nettype to fix declarations using
17404         `default_nettype none.  Reported by Julian Gorfajn.
17405         (verilog-read-always-signals-recurse, verilog-read-decls)
17406         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17407         malformed end statement, bug325.  Reported by Joshua Wise and
17408         Andrew Drake.
17409         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17410         (verilog-inst-comment-re): Fix not deleting Interfaced comment
17411         when expanding .* in interfaces, bug320.
17412         Reported by Pierre-David Pfister.
17413         (verilog-read-module-name): Fix import statements between module
17414         name and open parenthesis, bug317.
17415         Reported by Pierre-David Pfister.
17416         (verilog-simplify-range-expression): Fix simplification of
17417         multiplications inside AUTOWIRE connections, bug303.
17418         (verilog-auto-inst-port): Support parameter expansion in
17419         multidimensional arrays.
17420         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17421         after "assert property".  Reported by Julian Gorfajn.
17422         (verilog-simplify-range-expression): Fix "couldn't merge" errors
17423         with multiplication, bug303.
17424         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17425         Reported by Jan Frode Lonnum.
17427 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
17429         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17430         (hfy-shell-file-name, hfy-shell):
17431         * international/fontset.el (x-decompose-font-name): Fix typos.
17433 2011-11-29  Ken Brown  <kbrown@cornell.edu>
17435         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17436         (gdb-version): Remove defvar.
17437         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17438         (gdb-gud-context-command, gdb-non-stop-handler)
17439         (gdb-current-context-command, gdb-stopped): Use it.
17440         (gdb-init-1): Enable pretty printing here.
17441         (gdb-non-stop-handler): Don't enable pretty-printing here.
17442         Check to see if the target supports non-stop mode; if not, turn off
17443         non-stop mode.  Use the following.
17444         (gdb-check-target-async): New defun.
17445         (gud-watch, gdb-stopped): Fix whitespace.
17446         (gdb-get-source-file): Don't try to display the source file if
17447         `gdb-main-file' is nil.
17449 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17451         * align.el: Try to generate fewer markers (bug#10047).
17452         (align--set-marker): New macro.
17453         (align-region): Use it.
17455 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17457         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17459 2011-11-29  Chong Yidong  <cyd@gnu.org>
17461         * indent.el (indent-for-tab-command, indent-according-to-mode):
17462         Doc fix.
17463         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
17465 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
17467         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17468         aware of remote file names.  (Bug#10124)
17470 2011-11-29  Chong Yidong  <cyd@gnu.org>
17472         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17474 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17476         * files.el (find-file): Don't use force-same-window (bug#10144).
17477         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17478         use pop-to-buffer if the selected window can't be used.
17479         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17481 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
17483         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17484         special-mode-map.
17486 2011-11-28  Chong Yidong  <cyd@gnu.org>
17488         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17490 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
17492         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17493           gdb-get-source-file-list on gdb-create-source-file-list.
17495 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
17497         * whitespace.el (whitespace-newline): Use a different foreground
17498         color for 16-color light-background displays.
17500 2011-11-24  Chong Yidong  <cyd@gnu.org>
17502         * window.el (display-buffer--special-action): Doc fix.
17504 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
17506         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17507         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17508         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17509         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17510         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17511         (avl-tree-stack-first):
17512         * emacs-lisp/cconv.el (cconv--analyse-use):
17513         * net/gnutls.el (gnutls-negotiate): Fix typos.
17515 2011-11-24  Glenn Morris  <rgm@gnu.org>
17517         * lpr.el (lpr-windows-system, lpr-lp-system):
17518         * mail/binhex.el (binhex-begin-line):
17519         * progmodes/grep.el (grep-history, grep-find-history):
17520         * textmodes/flyspell.el:
17521         * vc/pcvs-defs.el (cvs-global-menu):
17522         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17523         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17524         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17526         * net/tls.el: Fix case of "GnuTLS".
17528         * paths.el (rmail-file-name): Format doc-string for make-docfile.
17530         * version.el (emacs-build-system): Give it a doc-string.
17532 2011-11-24  Juri Linkov  <juri@jurta.org>
17534         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17536 2011-11-24  Glenn Morris  <rgm@gnu.org>
17538         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17539         if called on a non-mime message just toggle the headers.  (Bug#8006)
17541 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
17543         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17544         (allout-lead-with-comment-string, allout-structure-deleted-hook)
17545         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17546         (allout-rebullet-heading, allout-open-sibtopic)
17547         (allout-toggle-current-subtree-encryption)
17548         (allout-toggle-subtree-encryption, allout-encrypt-string)
17549         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17550         (allout-distinctive-bullets-string, allout-auto-activation):
17551         * window.el (window-normalize-buffer-to-display):
17552         * progmodes/verilog-mode.el (verilog-batch-indent):
17553         * textmodes/bibtex.el (bibtex-field-braces-opt)
17554         (bibtex-field-strings-opt):
17555         * vc/cvs-status.el (cvs-tree-merge):
17556         Fix typos.
17558 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
17560         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17561         `non-essential' to t, in order to avoid remote connections.
17563 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
17565         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17566         On MS-DOS and MS-Windows, compare with loaddefs.el
17567         case-insensitively.
17569 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17571         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
17573 2011-11-23  Glenn Morris  <rgm@gnu.org>
17575         * paths.el (rmail-file-name): Reformat the doc-string so that it
17576         is picked up.
17578         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17579         (rmail-auto-file): Ignore case in the "special" field names,
17580         as mail-fetch-field does for all others.
17582         * mail/rmail.el (rmail-forward):
17583         * mail/rmailkwd.el (rmail-set-label):
17584         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17585         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
17587         * mail/rmail.el (rmail-current-message): Doc fix.
17589         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
17591 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17593         * server.el (server-eval-and-print): Allow C-g (bug#6585).
17595 2011-11-22  Glenn Morris  <rgm@gnu.org>
17597         * mail/rmailmm.el (test-rmail-mime-handler)
17598         (test-rmail-mime-bulk-handler)
17599         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17601 2011-11-21  Juri Linkov  <juri@jurta.org>
17603         * calc/calc.el (calc-read-key-sequence):
17604         Let-bind `input-method-function' to nil.  (Bug#10018)
17606 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17608         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17609         Tell the caller that the next line needs recomputation, even
17610         though it doesn't start a sexp (bug#10094).
17612 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17614         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17616 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17618         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17619         Use force-same-window.
17621 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17623         * descr-text.el (describe-char-unicode-data):
17624         * json.el (json-string-escape):
17625         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17626         (Footnote-unicode, Footnote-style-p):
17627         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17629 2011-11-20  Chong Yidong  <cyd@gnu.org>
17631         * window.el (replace-buffer-in-windows): Restore interactive spec.
17633 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17635         * electric.el (electric-indent-mode): Fix last change (too optimistic).
17637         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17638         (byte-compile-global-not-obsolete-vars): New var.
17639         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17640         Use it.
17641         (byte-compile-warn-obsolete): Align text with the one in *Help*.
17643 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
17645         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17646         * progmodes/pascal.el (electric-pascal-equal):
17647         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17648         * xml.el (xml-substitute-special): Fix typos.
17650 2011-11-20  Glenn Morris  <rgm@gnu.org>
17652         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17653         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17654         Doc fixes.
17655         (rmail-decode-mime-charset): Mark as obsolete.
17657         * mail/rmailsum.el (rmail-message-regexp-p-1):
17658         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17659         Before using mime functions, check they are set.  (Bug#10077)
17661 2011-11-19  Juri Linkov  <juri@jurta.org>
17663         * info.el (Info-finder-find-node): Use `package--builtins' instead
17664         of `package-alist'.  Use node names formed by the pattern "Keyword "
17665         and the keyword name.
17667 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17669         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17671 2011-11-19  Juri Linkov  <juri@jurta.org>
17673         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17674         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
17675         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17676         `old-history', `old-history-forward'.  Add let-binding
17677         `window-selected'.  Remove calls to `kill-buffer',
17678         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
17679         before calling `Info-find-node', so `Info-find-node-2' will reread
17680         the Info file.  Restore window positions only when `window-selected'
17681         is non-nil.
17683 2011-11-19  Juri Linkov  <juri@jurta.org>
17685         * isearch.el (isearch-lazy-highlight-new-loop):
17686         Remove condition `(not isearch-error)'.  (Bug#9918)
17688         * misearch.el (multi-isearch-search-fun): Add condition
17689         `(not bound)' to ignore lazy-highlighting search.
17690         Add the search-failed message "end of multi" when the end of
17691         multi-sequence is reached.  Uncapitalize the search-failed
17692         message "Repeat for next buffer".
17694         * info.el (Info-search): Add the search-failed message
17695         "end of the manual" when the end of the manual is reached
17696         in Isearch mode.
17698 2011-11-19  Juri Linkov  <juri@jurta.org>
17700         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17701         Use non-destructive `remove' instead of `delete' because
17702         `Info-history-list' stored to `Info-isearch-initial-history-list' in
17703         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17705 2011-11-19  Juri Linkov  <juri@jurta.org>
17707         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17708         to nil instead of binding `search-ring' and `regexp-search-ring'.
17709         (Bug#9185)
17711 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17713         * simple.el (line-move): Force movement by logical lines for any
17714         hscrolled window, not only when auto-hscroll-mode is on.
17715         (line-move-visual): Update doc string to that effect.  (Bug#10076)
17717 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
17719         * language/european.el (macintosh): Define as alias for mac-roman.
17721 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
17723         * mail/rmailmm.el (rmail-mime-display-header)
17724         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17725         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17726         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17727         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17728         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17729         of a raw aref.
17730         (rmail-mime-entity-segment): To get past the tagline, move forward
17731         2 more lines, to account for the 2 empty lines that precede and
17732         follow the line with the buttons.
17733         (rmail-mime-update-tagline): Move one more line, to get past the
17734         empty line that follows the buttons in the tagline.  (Bug#9520)
17736 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
17738         * window.el (window-max-delta-1, window-min-delta-1)
17739         (window-min-size-1, window-state-get-1, window-state-put-1)
17740         (window-state-put-2): Use "window--" prefix.
17742 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17744         * emacs-lisp/smie.el: Improve warnings and conflict detection.
17745         (smie-warning-count): New var.
17746         (smie-set-prec2tab): Use it.
17747         (smie-bnf->prec2): Improve warnings.  Add docstring.
17748         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17749         (smie-bnf--set-class): New function.
17750         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
17751         corner case.
17753         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17754         (compilation-error-properties, compilation-move-to-column):
17755         Handle compilation-first-column while in the target buffer.
17757         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17758         Don't hardcode point-min==1.
17760         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17761         (eshell-rewrite-for-command): Remove workaround.
17762         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17763         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17764         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17766         * files-x.el (modify-file-local-variable): Obey commenting conventions.
17768 2011-11-17  Glenn Morris  <rgm@gnu.org>
17770         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17771         Ignore buffer-local generated-autoload-file if it is the same
17772         as the global value.  (Bug#10049)
17774 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
17776         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17777         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17778         (reftex-toc-previous-heading, reftex-toc-max-level)
17779         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17780         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17781         (reftex-toc-do-promote, reftex-toc-promote-prepare)
17782         (reftex-toc-promote-action, reftex-toc-extract-section-number)
17783         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17784         (reftex-toc-rename-label, reftex-toc-visit-location)
17785         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17786         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17787         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17788         leaving "*toc*" only for references to the buffer.
17790 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
17792         * window.el (window-resize, delete-window, split-window):
17793         Replace window-splits by window-combination-resize.
17794         * cus-start.el (window-splits): Replace by window-combination-resize.
17796 2011-11-17  Glenn Morris  <rgm@gnu.org>
17798         * progmodes/sh-script.el (sh-font-lock-keywords-var):
17799         Make bash entry derive from sh entry, not shell entry.
17801 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
17803         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17804         local file name.
17806 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17808         * menu-bar.el (menu-bar-file-menu):
17809         * printing.el (pr-ps-utility):
17810         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17811         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17812         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17813         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17814         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17815         (icalendar--convert-cyclic-to-ical)
17816         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17817         (icalendar--convert-ical-to-diary)
17818         (icalendar--convert-recurring-to-diary)
17819         (icalendar--convert-non-recurring-all-day-to-diary)
17820         (icalendar-import-format-sample):
17821         * progmodes/idlw-shell.el (idlwave-shell-mode):
17822         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17823         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17824         (vhdl-ps-print-init): Fix typos.
17826 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
17828         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17829         FSF and collapse date sequence, obscure author/maintainer email address
17830         better, remove extra version line, track relocation of author's webpage.
17832         * progmodes/python.el (python-pdbtrack-input-prompt)
17833         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17834         regular python pdb prompts.  Adjustments shamelessly taken exactly as
17835         suggested in EmacsWiki page (tiny change):
17836         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17838 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
17840         * expand.el (expand-pos, expand-index, expand-point):
17841         Remove redundant info from docstring.
17842         (expand-add-abbrevs): Doc fix.
17843         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17844         (expand-sample-perl-mode-expand-list): Fix typos.
17846         * net/dbus.el (dbus-event-member-name):
17847         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17848         * term/pc-win.el (msdos-create-frame-with-faces):
17849         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17851 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
17853         * window.el (split-window, window-state-get-1)
17854         (window-state-put-1, window-state-put-2): Rename occurrences of
17855         window-nest to window-combination-limit.
17856         * cus-start.el (window-nest): Rename to window-combination-limit.
17858 2011-11-16  Chong Yidong  <cyd@gnu.org>
17860         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17861         regexp (Bug#10033).
17863 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17865         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17866         `completing-read' will remove *Completions* and will preserve
17867         current-buffer for us.
17868         (tmm-add-prompt): Users of *Completions* will always (re)set its
17869         major mode.
17870         (tmm-old-comp-map): Remove.
17872 2011-11-16  Glenn Morris  <rgm@gnu.org>
17874         * mail/rmailedit.el: Require rmailmm when compiling.
17875         (rmail-old-mime-state): New declaration.
17876         (rmail-edit-current-message): If editing a mime message,
17877         edit the "raw" message from the mbox buffer.
17878         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
17880 2011-11-15  Glenn Morris  <rgm@gnu.org>
17882         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17883         which wasn't being used.  Add optional arg to force given state.
17884         (rmail-mime): Add optional arg to force given state.
17886 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17888         * allout.el (allout-encryption-plaintext-sanitization-regexps):
17889         * frame.el (display-mm-dimensions-alist):
17890         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17891         (outline-move-subtree-down):
17892         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17893         (newsticker--treeview-do-get-node):
17894         * net/quickurl.el (quickurl-list-buffer-name):
17895         * progmodes/dcl-mode.el (dcl-mode):
17896         * progmodes/gdb-mi.el (gdb-mapcar*):
17897         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17899 2011-11-15  Glenn Morris  <rgm@gnu.org>
17901         * mail/rmail.el (rmail-file-coding-system): It's only ever used
17902         in a boolean sense, so just make it a boolean, and fix the doc.
17903         (rmail-show-mime-function, rmail-mime-feature)
17904         (rmail-require-mime-maybe): Doc fixes.
17905         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17907         * mail/rmailmm.el (rmail-show-mime): Doc fix.
17909 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
17911         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17912         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17913         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17914         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17916 2011-11-15  Glenn Morris  <rgm@gnu.org>
17918         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17919         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17920         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17921         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17922         (rmail-mime, rmail-show-mime): Doc fixes.
17924         * term/ns-win.el (mode-line-frame-identification):
17925         Leave it alone.  (Bug#10051)
17927         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
17929         * mail/rmailout.el (rmail-output-to-rmail-buffer):
17930         Handle empty buffers.  (Bug#9978)
17932 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
17934         * international/mule.el (define-charset):
17935         * mail/rmailmm.el (rmail-mime-find-header-encoding):
17936         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17937         * progmodes/verilog-mode.el (verilog-backward-token):
17938         * textmodes/ispell.el (lookup-words):
17939         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17941 2011-11-14  Glenn Morris  <rgm@gnu.org>
17943         * progmodes/executable.el
17944         (executable-make-buffer-file-executable-if-script-p):
17945         Handle file-modes returning nil.
17947         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17948         message - not necessary, and causes problems.  (Bug#9831)
17950         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17952         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17954         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17955         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
17956         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17958 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
17960         * window.el (window-resize, delete-window): Use window-splits
17961         variable instead of function.
17962         (window-state-get-1, window-state-put-2, window-state-put):
17963         Don't deal with windows' splits status.
17965 2011-11-12  Glenn Morris  <rgm@gnu.org>
17967         * apropos.el (apropos-do-all, apropos-library, apropos-value)
17968         (apropos-documentation): Doc fixes.
17970 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
17972         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17973         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17975 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17977         * electric.el (electric-indent-post-self-insert-function): Make it
17978         possible for a char to only indent in some circumstances.
17979         (electric-indent-mode): Simplify.
17981 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
17983         * window.el (windows-with-parameter): Remove unused function.
17984         (windows-at-side): Rename to window-at-side-list.
17985         (window-check, window-atom-check, window-atom-check-1)
17986         (window-side-check, window-size-ignore, window-size-fixed-1)
17987         (window-in-direction-2): Prefix with "window--".
17988         (window-tree-1): Rename to window--subtree, fix doc-string.
17990 2011-11-11  Glenn Morris  <rgm@gnu.org>
17992         * subr.el (eval-after-load): If FILE is already loaded,
17993         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
17995 2011-11-10  Glenn Morris  <rgm@gnu.org>
17997         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17998         Call svn via vc-svn-command rather than vc-do-command.
17999         (vc-svn-command): Add --non-interactive.  (Bug#9993)
18000         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18002         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18003         Add toggle-read-only.  (Bug#7292)
18004         * files.el (toggle-read-only): Mention that it should only
18005         be used interactively.  (Bug#10006)
18007 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18009         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18010         Adjust regexp for OCaml warnings.
18012         * electric.el (electric-pair-post-self-insert-function): Let user
18013         turn it off buffer-locally (bug#9932).
18015         * progmodes/python.el (python-beginning-of-statement):
18016         Rewrite (bug#2703).
18018         * progmodes/compile.el: Better handle TABs (bug#9749).
18019         (compilation-internal-error-properties)
18020         (compilation-next-error-function): Obey the target buffer's
18021         compilation-error-screen-columns.
18023 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
18025         * progmodes/meta-mode.el: Remove obsolete comments.
18026         (meta-right-comment-regexp, meta-ignore-comment-regexp):
18027         Fix typos in docstrings.
18029 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
18031         * window.el (window-size-fixed-p): Rewrite doc-string.
18032         (window-resizable-p): Rename to window--resizable-p.  Update callers.
18033         (window--resizable): New function.  Make all callers of
18034         window-resizable call window--resizable instead.
18035         (window-resizable): Rewrite in terms of window--resizable.
18037 2011-11-08  Glenn Morris  <rgm@gnu.org>
18039         * progmodes/delphi.el (delphi-mode-syntax-table):
18040         Let define-derived-mode define a proper syntax table.  (Bug#9994)
18042 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18044         * window.el: Stay away from defsubst.
18045         (window-list-no-nils): Remove.
18046         (window-state-get-1, window-state-get): Use backquote instead.
18048 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18050         * emacs-lisp/find-func.el (find-function-read):
18051         Fix incorrect use of default argument in `completing-read'.
18053 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
18055         * window.el (display-buffer-function, special-display-function):
18056         Mention display-buffer-record-window but do not mention
18057         help-setup parameter in doc-strings.
18058         (window-min-delta): Fix doc-string typo.
18060 2011-11-08  Chong Yidong  <cyd@gnu.org>
18062         * window.el (window-total-height, window-total-width): Doc fix.
18063         (window-body-size): Move from C.
18064         (window-body-height, window-body-width): Move to C.
18066 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18068         * window.el: Make special-display like display-buffer-alist (bug#9532).
18069         (display-buffer--special-action): New function, morphed
18070         from display-buffer--special.
18071         (display-buffer): Use it to handle special-display-buffers at higher
18072         priority (just after display-buffer-alist).
18073         (display-buffer-fallback-action, display-buffer--other-frame-action)
18074         (pop-to-buffer-same-window): Remove display-buffer--special.
18076 2011-11-07  Glenn Morris  <rgm@gnu.org>
18078         * calendar/cal-menu.el (cal-menu-set-date-title):
18079         Do nothing if not in a calendar.  (Bug#9976)
18081 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18083         * files.el (find-file): Always use selected-window.
18085 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
18087         * window.el (window-combinations): Make WINDOW argument
18088         mandatory.  Rewrite doc-string.
18089         (walk-window-subtree, window-atom-check, window-min-delta)
18090         (window-max-delta, window--resize-this-window)
18091         (window--resize-root-window-vertically, window-tree)
18092         (balance-windows, window-state-put): Rewrite doc-strings as to
18093         not mention the term "subwindow".
18094         (window--resize-subwindows-skip-p): Rename to
18095         window--resize-child-windows-skip-p.
18096         (window--resize-subwindows-normal): Rename to
18097         window--resize-child-windows-normal.
18098         (window--resize-subwindows): Rename to
18099         window--resize-child-windows.
18100         (window-or-subwindow-p): Rename to window--in-subtree-p.
18102 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18104         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18105         Ensure that mbox format messages end in two newlines (Bug#9974).
18107 2011-11-06  Chong Yidong  <cyd@gnu.org>
18109         * window.el (window-combination-p): Function deleted; its
18110         side-effect is not used in any existing code.
18111         (window-combinations, window-combined-p): Call window-*-child
18112         directly.
18114 2011-11-05  Chong Yidong  <cyd@gnu.org>
18116         * window.el (window-valid-p): Rename from window-any-p.
18117         (window-size-ignore, window-state-get): Callers changed.
18118         (window-normalize-window): Rename from window-normalize-any-window.
18119         New arg LIVE-ONLY, replacing window-normalize-live-window.
18120         (window-normalize-live-window): Delete.
18121         (window-combination-p, window-combined-p, window-combinations)
18122         (walk-window-subtree, window-atom-root, window-min-size)
18123         (window-sizable, window-sizable-p, window-size-fixed-p)
18124         (window-min-delta, window-max-delta, window-resizable)
18125         (window-resizable-p, window-full-height-p, window-full-width-p)
18126         (window-current-scroll-bars, window-point-1, set-window-point-1)
18127         (window-at-side-p, window-in-direction, window-resize)
18128         (adjust-window-trailing-edge, maximize-window, minimize-window)
18129         (window-deletable-p, delete-window, delete-other-windows)
18130         (record-window-buffer, unrecord-window-buffer)
18131         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18132         (quit-window, split-window, window-state-put)
18133         (set-window-text-height, fit-window-to-buffer)
18134         (shrink-window-if-larger-than-buffer): Callers changed.
18136 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
18138         * mail/rmail.el (rmail-simplified-subject): Decode subject with
18139         rfc2047-decode-string.
18140         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18141         warnings.
18143         * window.el (window-body-height, window-body-width): Mention in
18144         the doc string that the return values are in frame's canonical
18145         units.  (Bug#9949)
18147 2011-11-03  Alan Mackenzie  <acm@muc.de>
18149         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18150         change in cc-engine.el.
18152 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18154         * window.el (switch-to-buffer): Use `force-same-window' interactively.
18156 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
18158         * window.el (quit-window): Call unrecord-window-buffer after
18159         showing another buffer in the window.  (Bug#9937)
18160         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18162 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
18164         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18165         Accept status with more than 9 shelves.  (Bug#9935)
18166         Reported by Colin D Bennett <colin@gibibit.com>.
18168 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
18170         * help.el (with-help-window): Don't reference
18171         temp-buffer-show-specifiers in doc-string.
18173 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
18175         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18176         menu-item.
18178 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18180         * whitespace.el: New version 13.2.2.
18181         (whitespace-newline-mode): Disable properly.  Reported by Sarah
18182         <EmacsWiki>.
18184 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
18186         * net/newst-treeview.el: Remove "Time-stamp".
18187         (newsticker--group-manage-orphan-feeds): Do not call
18188         newsticker--treeview-tree-update.
18189         (newsticker-treeview-update, newsticker-treeview):
18190         Call newsticker--treeview-tree-update if necessary.
18192 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
18194         * window.el (window-iso-combination-p, window-iso-combined-p)
18195         (window-iso-combinations): Remove "iso-" infix.
18196         Suggested by Chong Yidong.
18197         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18198         (window-max-delta-1, window-resize, window--resize-siblings)
18199         (window--resize-this-window, adjust-window-trailing-edge)
18200         (split-window, balance-windows-1)
18201         (shrink-window-if-larger-than-buffer):
18202         * calendar/calendar.el (calendar-generate-window):
18203         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18205 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18207         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18208         in place (bug#9907).
18209         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18210         (eshell-rewrite-if-command, eshell-rewrite-for-command)
18211         (eshell-structure-basic-command, eshell-rewrite-while-command)
18212         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18213         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18214         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18215         (eshell-do-pipelines-synchronously, eshell-eval-command):
18216         Use backquotes and prefer setq to set.
18217         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18218         (eshell-macrop): Use functionp.
18219         (eshell-do-eval): Handle multiple expressions in `while' body.
18221 2011-10-30  Chong Yidong  <cyd@gnu.org>
18223         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18224         instead of set-mark (Bug#9810).
18226 2011-10-30  Chong Yidong  <cyd@gnu.org>
18228         * window.el (split-window-below, split-window-right): Rename from
18229         split-window-above-each-other and split-window-side-by-side
18230         respectively.  All callers changed.
18231         (split-window-sensibly, split-window-sensibly): Use them.
18232         (split-window-keep-point): Doc fix.
18234         * isearch.el: Add isearch-scroll property to split-window-below
18235         and split-window-right.
18237         * follow.el (follow-mode):
18238         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18239         * progmodes/ada-xref.el (ada-gdb-application):
18240         * emulation/vip.el (vip-buffer-in-two-windows):
18241         * image-dired.el (image-dired-dired-with-window-configuration):
18242         * dired-x.el (dired-do-find-marked-files):
18243         * dired.el (dired-pop-to-buffer):
18244         * bs.el (bs--show-with-configuration):
18245         * vc/emerge.el (emerge-setup-windows):
18246         * textmodes/two-column.el (2C-two-columns):
18247         * textmodes/reftex-toc.el (reftex-toc):
18248         * progmodes/gdb-mi.el (gdb-setup-windows):
18249         * progmodes/fortran.el (fortran-window-create):
18250         * net/newst-treeview.el (newsticker--treeview-window-init):
18251         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18252         * emulation/tpu-edt.el (tpu-gold-map):
18253         * emulation/crisp.el (crisp-mode-map):
18254         * calendar/calendar.el (calendar-basic-setup): Callers changed.
18256 2011-10-29  Chong Yidong  <cyd@gnu.org>
18258         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18260         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18262         * textmodes/flyspell.el (flyspell-word): Fix char offset for
18263         forged Ispell output (Bug#7904).
18265         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18267 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18269         * doc-view.el: Avoid ugly errors about not finding nil.
18270         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18271         (doc-view-dvipdf-program, doc-view-unoconv-program)
18272         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18273         Avoid nil or absolute file name as default value.
18274         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18276 2011-10-28  Alan Mackenzie  <acm@muc.de>
18278         * progmodes/cc-defs.el (c-version): -> 5.32.2.
18280 2011-10-28  Alan Mackenzie  <acm@muc.de>
18282         Amend the handling of c-beginning/end-of-defun in nested declaration
18283         scopes.
18285         * progmodes/cc-vars.el (c-defun-tactic): Move here from
18286         cc-langs.el.  Change it to a defcustom.
18288         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18289         cc-vars.el.
18291         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18292         Prevent "class foo : bar" being spuriously recognized as a label.
18294         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18295         Add parameter `inclusive' (to include enclosing braces in the region).
18296         (c-widen-to-enclosing-decl-scope): New function.
18297         (c-while-widening-to-decl-block): New macro.
18298         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18299         outward for defun boundaries, and correspondingly change symbol
18300         `respect-enclosure' to `go-outward'.
18301         (c-declaration-limits): Change algorithm to report only the "innermost"
18302         defun's boundaries.
18304 2011-10-28  Deniz Dogan  <deniz@dogan.se>
18306         * net/rcirc.el (rcirc-mode): Use hard newlines.
18308 2011-10-28  Alan Mackenzie  <acm@muc.de>
18310         Amend to indent and fontify macros "which include their own semicolon"
18311         correctly, using the "virtual semicolon" mechanism.
18313         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18315         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18316         Recode to scan one line at a time rather than having \n and \r
18317         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18318         (c-forward-label): Amend for virtual semicolons.
18319         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18321         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18322         of the new C macros.
18324         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18325         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18326         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18327         (c-opt-cpp-macro-define): Make into a full language variable.
18328         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18329         AWK Mode (including \n, \r) removed, no longer needed.
18331         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18332         Invoke c-make-macro-with-semi-re.
18334         * progmodes/cc-vars.el (c-macro-with-semi-re):
18335         (c-macro-names-with-semicolon): New variables.
18336         (c-make-macro-with-semi-re): New function.
18338 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18340         * vc/log-edit.el: Fill empty field rather than adding new one.
18341         (log-edit-add-field): New function.
18342         (log-edit-insert-changelog): Use it.
18344 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
18346         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18348 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18350         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18351         (gdb--check-interpreter): New function.
18352         (gdb): Use it.
18354 2011-10-27  Glenn Morris  <rgm@gnu.org>
18356         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18357         (least-positive-float, least-negative-float)
18358         (least-positive-normalized-float, least-negative-normalized-float)
18359         (float-epsilon, float-negative-epsilon):
18360         Remove unnecessary declarations.
18362         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18363         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18364         (least-positive-float, least-negative-float)
18365         (least-positive-normalized-float, least-negative-normalized-float)
18366         (float-epsilon, float-negative-epsilon): Add doc-strings,
18367         based on those in cl.texi.
18369         * files.el (set-visited-file-name): If the major-mode changed,
18370         reload the local variables.  (Bug#9796)
18372 2011-10-27  Chong Yidong  <cyd@gnu.org>
18374         * subr.el (change-major-mode-after-body-hook): New hook.
18375         (run-mode-hooks): Run it.
18377         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18378         Use change-major-mode-before-body-hook.
18380         * simple.el (fundamental-mode):
18381         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18382         change introducing fundamental-mode-hook.
18384 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
18386         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18388 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
18390         * ido.el (ido-file-name-all-completions-1): Do not require
18391         tramp.el explicitly.  (Bug#7583)
18393 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18395         * progmodes/octave-mod.el:
18396         * progmodes/octave-inf.el: Update maintainer.
18398 2011-10-26  Chong Yidong  <cyd@gnu.org>
18400         * subr.el (with-wrapper-hook): Rewrite doc.
18402 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
18404         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18405         filenames "/method:foo:".  (Bug#9793)
18407 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18409         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18410         (bug#9865).
18412 2011-10-24  Glenn Morris  <rgm@gnu.org>
18414         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
18416 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
18418         * notifications.el: Add the requirement of a running D-Bus session
18419         bus to the Commentary.
18421 2011-10-24  Juri Linkov  <juri@jurta.org>
18423         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18424         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18425         (Bug#9364)
18427 2011-10-24  Juri Linkov  <juri@jurta.org>
18429         * info.el (Info-following-node-name-re): Add newline to the list
18430         of allowed characters for leading space.  (Bug#9824)
18432 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18434         * progmodes/octave-inf.el (inferior-octave-mode-map):
18435         Fix C-c C-h binding.
18436         * progmodes/octave-mod.el (octave-help): Remove.
18438 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
18440         Sync with Tramp 2.2.3.
18442         * net/tramp-cache.el (top): Pacify byte-compiler using
18443         `init-file-user' and `site-run-file'.
18445         * net/trampver.el: Update release number.
18447 2011-10-23  Chong Yidong  <cyd@gnu.org>
18449         * files.el (toggle-read-only): Remove obsolete comment about
18450         version control.
18452         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18453         for toggle-read-only.  Note that this hasn't called vc-next-action
18454         since 2008-05-02, though it wasn't documented at the time.
18456         * vc/ediff-init.el (ediff-toggle-read-only-function):
18457         Use toggle-read-only.
18459 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
18461         Fix bug #9560, sporadic wrong indentation; improve instrumentation
18462         of c-parse-state.
18464         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18465         correct faulty logical expression.
18466         (c-parse-state-state, c-record-parse-state-state):
18467         (c-replay-parse-state-state): New defvar/defuns.
18468         (c-debug-parse-state): Use new functions.
18470 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
18472         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18473         last fix.  Use window-in-direction correctly.
18475 2011-10-21  Chong Yidong  <cyd@gnu.org>
18477         * progmodes/idlwave.el (idlwave-mode):
18478         * progmodes/vera-mode.el (vera-mode): No need to set
18479         require-final-newline; that's done in prog-mode.
18480         Suggested by Stefan Monnier.
18482 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
18484         * mouse.el (mouse-drag-window-above)
18485         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18486         (mouse-drag-mode-line-1, mouse-drag-header-line)
18487         (mouse-drag-vertical-line-rightward-window): Remove.
18488         (mouse-drag-line): New function.
18489         (mouse-drag-mode-line, mouse-drag-header-line)
18490         (mouse-drag-vertical-line): Call mouse-drag-line.
18491         * window.el (window-at-side-p, windows-at-side): New functions.
18493 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
18495         * tar-mode.el (tar-grind-file-mode):
18496         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
18498 2011-10-21  Chong Yidong  <cyd@gnu.org>
18500         * progmodes/idlwave.el (idlwave-mode):
18501         * progmodes/vera-mode.el (vera-mode):
18502         Use mode-require-final-newline.
18504 2011-10-20  Glenn Morris  <rgm@gnu.org>
18506         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
18508 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
18510         * emulation/cua-base.el (cua-set-mark): Fix case of string.
18512 2011-10-20  Chong Yidong  <cyd@gnu.org>
18514         * emulation/cua-base.el (cua-mode):
18515         * mail/footnote.el (footnote-mode):
18516         * mail/mailabbrev.el (mail-abbrevs-mode):
18517         * net/xesam.el (xesam-minor-mode):
18518         * progmodes/bug-reference.el (bug-reference-mode):
18519         * progmodes/cap-words.el (capitalized-words-mode):
18520         * progmodes/compile.el (compilation-minor-mode)
18521         (compilation-shell-minor-mode):
18522         * progmodes/gud.el (gud-tooltip-mode):
18523         * progmodes/hideif.el (hide-ifdef-mode):
18524         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18525         * progmodes/subword.el (subword-mode):
18526         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18527         * progmodes/which-func.el (which-function-mode):
18528         * term/tvi970.el (tvi970-set-keypad-mode):
18529         * term/vt100.el (vt100-wide-mode):
18530         * textmodes/flyspell.el (flyspell-mode):
18531         * textmodes/ispell.el (ispell-minor-mode):
18532         * textmodes/nroff-mode.el (nroff-electric-mode):
18533         * textmodes/paragraphs.el (use-hard-newlines):
18534         * textmodes/refill.el (refill-mode):
18535         * textmodes/reftex.el (reftex-mode):
18536         * textmodes/rst.el (rst-minor-mode):
18537         * textmodes/sgml-mode.el (html-autoview-mode)
18538         (sgml-electric-tag-pair-mode):
18539         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18540         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18541         * emulation/crisp.el (crisp-mode):
18542         * emacs-lisp/eldoc.el (eldoc-mode):
18543         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18544         minor mode behavior.
18546 2011-10-19  Juri Linkov  <juri@jurta.org>
18548         * descr-text.el (describe-char): Add #x2010 and #x2011 to
18549         the list of hard-coded chars with escape-glyph face.
18551 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18553         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18555 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
18557         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18558         running process.
18560 2011-10-19  Glenn Morris  <rgm@gnu.org>
18562         * vc/vc-bzr.el (vc-bzr-after-dir-status):
18563         Ignore ignored files.  (Bug#9726)
18565 2011-10-19  Chong Yidong  <cyd@gnu.org>
18567         Doc fix for minor modes, stating that an omitted argument enables
18568         the mode unconditionally when called from Lisp.
18570         * abbrev.el (abbrev-mode):
18571         * allout.el (allout-mode):
18572         * autoinsert.el (auto-insert-mode):
18573         * autoarg.el (autoarg-mode, autoarg-kp-mode):
18574         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18575         (global-auto-revert-mode):
18576         * battery.el (display-battery-mode):
18577         * composite.el (global-auto-composition-mode)
18578         (auto-composition-mode):
18579         * delsel.el (delete-selection-mode):
18580         * desktop.el (desktop-save-mode):
18581         * dired-x.el (dired-omit-mode):
18582         * dirtrack.el (dirtrack-mode):
18583         * doc-view.el (doc-view-minor-mode):
18584         * double.el (double-mode):
18585         * electric.el (electric-indent-mode, electric-pair-mode):
18586         * emacs-lock.el (emacs-lock-mode):
18587         * epa-hook.el (auto-encryption-mode):
18588         * follow.el (follow-mode):
18589         * font-core.el (font-lock-mode):
18590         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18591         * help.el (temp-buffer-resize-mode):
18592         * hilit-chg.el (highlight-changes-mode)
18593         (highlight-changes-visible-mode):
18594         * hi-lock.el (hi-lock-mode):
18595         * hl-line.el (hl-line-mode, global-hl-line-mode):
18596         * icomplete.el (icomplete-mode):
18597         * ido.el (ido-everywhere):
18598         * image-file.el (auto-image-file-mode):
18599         * image-mode.el (image-minor-mode):
18600         * iswitchb.el (iswitchb-mode):
18601         * jka-cmpr-hook.el (auto-compression-mode):
18602         * linum.el (linum-mode):
18603         * longlines.el (longlines-mode):
18604         * master.el (master-mode):
18605         * mb-depth.el (minibuffer-depth-indicate-mode):
18606         * menu-bar.el (menu-bar-mode):
18607         * minibuf-eldef.el (minibuffer-electric-default-mode):
18608         * mouse-sel.el (mouse-sel-mode):
18609         * msb.el (msb-mode):
18610         * mwheel.el (mouse-wheel-mode):
18611         * outline.el (outline-minor-mode):
18612         * paren.el (show-paren-mode):
18613         * recentf.el (recentf-mode):
18614         * reveal.el (reveal-mode, global-reveal-mode):
18615         * rfn-eshadow.el (file-name-shadow-mode):
18616         * ruler-mode.el (ruler-mode):
18617         * savehist.el (savehist-mode):
18618         * scroll-all.el (scroll-all-mode):
18619         * scroll-bar.el (scroll-bar-mode):
18620         * server.el (server-mode):
18621         * shell.el (shell-dirtrack-mode):
18622         * simple.el (auto-fill-mode, transient-mark-mode)
18623         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18624         (line-number-mode, column-number-mode, size-indication-mode)
18625         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18626         * strokes.el (strokes-mode):
18627         * time.el (display-time-mode):
18628         * t-mouse.el (gpm-mouse-mode):
18629         * tool-bar.el (tool-bar-mode):
18630         * tooltip.el (tooltip-mode):
18631         * type-break.el (type-break-mode-line-message-mode)
18632         (type-break-query-mode):
18633         * view.el (view-mode):
18634         * whitespace.el (whitespace-mode, whitespace-newline-mode)
18635         (global-whitespace-mode, global-whitespace-newline-mode):
18636         * xt-mouse.el (xterm-mouse-mode): Doc fix.
18638         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18639         Fix autogenerated docstring.
18641 2011-10-19  Juri Linkov  <juri@jurta.org>
18643         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18644         by checking environment variables "DESKTOP_SESSION" and
18645         "XDG_CURRENT_DESKTOP".  (Bug#9779)
18647 2011-10-19  Juri Linkov  <juri@jurta.org>
18649         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18650         (browse-url-chromium-program, browse-url-chromium-arguments):
18651         New defcustoms.
18652         (browse-url-default-browser): Check for `browse-url-chromium' and
18653         call `browse-url-chromium-program'.
18654         (browse-url-chromium): New command.  (Bug#9779)
18656 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
18658         * facemenu.el (list-colors-duplicates): On Windows, detect more
18659         duplicates by assuming that only colors matching "^System" are
18660         special "system colors".  (Bug#9722)
18662 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18664         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18665         to distinguish the author from the committer.
18667 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
18669         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18671 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
18673         * international/mule.el (sgml-html-meta-auto-coding-function):
18674         Add support for detecting encoding in HTML5 specified only as
18675         <meta charset="UTF-8">.  Implementation just makes http-equiv and
18676         content-type parts from HTML4 encoding string optional.  (Bug#9716)
18678 2011-10-18  Glenn Morris  <rgm@gnu.org>
18680         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
18682 2011-10-18  Chong Yidong  <cyd@gnu.org>
18684         * faces.el (cursor): Doc fix.
18686 2011-10-17  Chong Yidong  <cyd@gnu.org>
18688         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18690 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
18692         * dirtrack.el (dirtrack): Support shell buffers with path
18693         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
18695 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
18697         * json.el: Bump version to 1.3 and note change in History.
18698         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18700 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18702         * comint.el (comint-insert-input, comint-send-input)
18703         (comint-get-old-input-default, comint-backward-matching-input)
18704         (comint-next-prompt): Use nil instead of `input' for field property of
18705         past user input (bug#114).
18707         * minibuffer.el (completion--replace): Inherit surrounding properties
18708         (bug#114).
18709         (minibuffer-complete-and-exit): Use it.
18711         * comint.el (comint--table-subvert): Quote the all-completions output
18712         (bug#9160).
18714 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
18716         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18718         * menu-bar.el (menu-bar-file-menu): Add entry for making new
18719         window on right of selected.  (Bug#9350) Reword other window
18720         entries and separate them from frame entries.
18722 2011-10-15  Glenn Morris  <rgm@gnu.org>
18724         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18725         Doc fixes.
18727 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
18729         * net/network-stream.el (network-stream-open-starttls):
18730         Improve detection of failure due to lack of TLS support.
18732         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18733         putting the input text in front and in bold.
18735 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18737         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18739         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18740         empty buffer.
18742         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18743         unread-command-events rather than pushing yet-another event.
18745 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
18747         * mail/sendmail.el (sendmail-query-once): Improve the wording of
18748         the explanation of the possible choices.  Make the options passed
18749         to completing-read shorter.
18751 2011-10-13  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
18753         * textmodes/flyspell.el (flyspell-large-region): Make sure
18754         extended character mode is used if defined (Bug#1339).
18756 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
18758         * simple.el (what-cursor-position): Fix the display of the
18759         character info for LRE, LRO, RLE, and RLO characters by appending
18760         an invisible PDF.
18762 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18764         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18765         even in case of error; add debug spec; simplify data flow.
18766         (with-timeout-handler): Remove.
18768 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
18770         Fix Bug#6019, Bug#9315.
18772         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18773         complete `buffer-file-name', the local file name part could look
18774         remotely (for example on VMS).
18776         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18777         `tramp-run-real-handler'.
18778         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18779         already quoted by '"'.
18781         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18782         Let `file-name-handler-alist' be nil, the local file name part
18783         could look remotely (for example on VMS).
18785 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18787         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18788         from here...
18789         (flyspell-post-command-hook): ...to here.
18791 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18793         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18794         if not needed.
18795         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
18796         using completion.  Protect against "slow" callers.
18797         Remove the "message hack".
18799 2011-10-11  Juri Linkov  <juri@jurta.org>
18801         * isearch.el (isearch-lazy-highlight-word): New variable.
18802         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18803         Use it.  (Bug#9727)
18805 2011-10-11  Glenn Morris  <rgm@gnu.org>
18807         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18808         like f90-previous-statement does.
18810 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18812         * eshell/eshell.el (eshell-command): History should be saved
18813         only in interactive use, to avoid error.
18815 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18817         * minibuffer.el (completion-file-name-table): Fix last change,
18818         i.e. ignore normal errors but not the other ones.
18820 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
18822         * window.el (special-display-buffer-names)
18823         (special-display-regexps): Remove some remnants of earlier
18824         changes from doc-strings.
18825         (quit-windows-on): New function.
18827         * vc/vc.el (vc-revert, vc-rollback):
18828         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18829         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
18830         (Bug#6183) (Bug#7074) (Bug#7447)
18832 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
18834         * window.el (frame-auto-hide-function): Add version tag.
18835         (Bug#9699)
18837 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
18839         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18840         condition.
18842 2011-10-09  Leo Liu  <sdl.web@gmail.com>
18844         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18845         (Bug#9701)
18847 2011-10-08  Glenn Morris  <rgm@gnu.org>
18849         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18850         before the first code statement zero indent.  (Bug#9690)
18852 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
18854         * simple.el (count-words-region): Always count in the region.
18855         Report the number of lines and characters too.
18856         (count-words): New command, which counts in the buffer if the
18857         region is inactive, as count-words-region used to.
18858         (count-words--message): New function.  Handle plurals.
18859         (count-lines-region): Make it an alias for count-words-region.
18861         * bindings.el (esc-map): Replace count-lines-region with
18862         count-words-region.
18864 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
18866         * window.el (window--delete): Delete dedicated frame
18867         unconditionally when argument KILL is non-nil.  (Bug#9699)
18868         (switch-to-buffer): Fix doc-string typo.
18870 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18872         * eshell/eshell.el (eshell-command): Avoid using hooks.
18874 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
18876         * bindings.el ([M-left],[M-right]): Bind to left-word and
18877         right-word respectively.
18879 2011-10-07  Glenn Morris  <rgm@gnu.org>
18881         * cus-start.el (debug-on-quit): Fix custom type.
18883 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18885         * subr.el (define-key-after): Clarify that the function is not
18886         useful for non-menu keymaps.
18888         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18890 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18892         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18893         in current minibuffer (Fix bug with recursive minibuffers).
18895 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
18897         * progmodes/gdb-mi.el (gdb): Doc fix.
18899 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
18901         * window.el (frame-auto-hide-function): New option replacing
18902         frame-auto-delete.  Suggested by Stefan Monnier.
18903         (window--delete): Call frame-auto-hide-function instead of
18904         investigating frame-auto-delete.
18905         (window-point-1, set-window-point-1): New functions.
18906         (window-in-direction, record-window-buffer, window-state-get-1)
18907         (display-buffer-record-window): Use window-point-1 instead of
18908         window-point.
18909         (set-window-buffer-start-and-point): Use set-window-point-1.
18911 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18913         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18915 2011-10-05  Glenn Morris  <rgm@gnu.org>
18917         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18918         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
18920 2011-10-05  Leo Liu  <sdl.web@gmail.com>
18922         * subr.el (read-char-choice): Fix argument to buffer-live-p which
18923         works with buffer object.
18925 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18927         * mpc.el (mpc-tool-bar-map): Add labels.
18929 2011-10-04  Glenn Morris  <rgm@gnu.org>
18931         * calendar/holidays.el (calendar-check-holidays): Doc fix.
18933 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
18935         * window.el (window--delete): New function.
18936         (frame-auto-delete): Resuscitate option.
18937         (bury-buffer, replace-buffer-in-windows)
18938         (quit-window): Rewrite using window--delete.
18939         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18940         Pass display-buffer-mark-dedicated to window--display-buffer-2
18941         (Bug#9639).
18943 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18945         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18946         returns a list (bug#9554).  Add remote file name completion.
18947         * comint.el (comint--table-subvert): Curry and get quote&unquote
18948         functions as arguments.
18949         (comint--complete-file-name-data): Adjust call accordingly.
18950         * pcomplete.el (pcomplete--table-subvert): Remove.
18951         (pcomplete-completions-at-point): Use comint--table-subvert instead.
18953         * minibuffer.el (completion-table-case-fold): Use currying.
18954         (completion--styles-type, completion--cycling-threshold-type):
18955         New constants.
18956         (completion-styles, completion-category-overrides)
18957         (completion-cycle-threshold): Use them.
18958         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18959         completion-table-case-fold.
18961 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
18963         * minibuffer.el (completion-category-overrides): Fix type of styles
18964         and add more user friendly tags (bug#9660).
18966 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18968         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18969         (mule-input-method-string): New widget.
18970         (default-input-method, language-info-custom-alist): Use it.
18972 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18974         * pcomplete.el: Require comint.
18975         (pcomplete--common-suffix): Remove.
18976         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18977         (pcomplete--table-subvert): Sync with comint--table-subvert.
18978         (pcomplete--entries): Use comint-completion-file-name-table.
18979         * comint.el (comint-unquote-filename): Simplify.
18980         (comint-completion-file-name-table): New function (bug#9616).
18981         (comint--complete-file-name-data): Use it.
18983         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18984         (pcmpl-gnu-tar-buffer): Remove.
18985         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18986         around.  Make sure pcomplete-suffix-list is only changed temporarily.
18987         Don't look inside the tar's file if it's too large.
18989 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
18991         * cus-edit.el (custom-mode-map):
18992         * epa.el (epa-key-list-mode-map):
18993         * man.el (Man-mode-map):
18994         * startup.el (splash-screen-keymap):
18995         * simple.el (special-mode-map): Use scroll-up-command and
18996         scroll-down-command.
18998         * progmodes/idlw-help.el (idlwave-help-mode-map):
18999         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19000         * net/newst-plainview.el (newsticker-mode-map):
19001         * emulation/ws-mode.el (wordstar-mode-map):
19002         * emulation/vi.el (vi-com-map):
19003         * calc/calc-graph.el (calc-graph-show-dumb):
19004         * term/sun.el (terminal-init-sun):
19005         * term/ns-win.el (global-map):
19006         * progmodes/grep.el (grep-mode-map):
19007         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19008         * mail/rmail.el (rmail-mode-map):
19009         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19011         * custom.el (custom-safe-themes, load-theme): Treat value of t for
19012         custom-safe-themes as special.
19014 2011-10-01  Julien Danjou  <julien@danjou.info>
19016         * notifications.el (notifications-notify): Fix docstring.
19018 2011-10-01  Per Starbäck  <per@starback.se>
19020         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
19022 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
19024         * startup.el (command-line-1): Fix last fix by inserting
19025         initial-scratch-message into *scratch* before displaying it.
19026         (Bug#9605) and (Bug#9636)
19028 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
19030         * simple.el (line-move): If auto-hscroll-mode is disabled and the
19031         window is hscrolled, move by logical lines.  (Bug#9607)
19032         (line-move-visual): Update the doc string to the above effect.
19034 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
19036         * window.el (display-buffer-record-window): When WINDOW is the
19037         selected window use `point' instead of `window-point'.  (Bug#9626)
19039         * startup.el (command-line-1): Use insert-before-markers when
19040         inserting initial-scratch-message.  (Bug#9605)
19042         * help.el (help-window): Remove variable.
19044 2011-09-29  Glenn Morris  <rgm@gnu.org>
19046         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
19048 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
19050         * descr-text.el (describe-char-categories): Accept category
19051         descriptions more than one line long.
19053 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19055         * simple.el (delete-trailing-whitespace): Fix last change.
19057         * progmodes/perl-mode.el (perl-syntax-propertize-function):
19058         Don't confuse "y => 3" as the beginning of a `y' operation.
19060         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19061         object has more than 4 slots (bug#9613).
19063 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
19065         * subr.el (with-output-to-temp-buffer):
19066         * net/quickurl.el (quickurl, quickurl-browse-url):
19067         Fix typos in docstrings.
19069 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
19071         * minibuffer.el (completion-styles)
19072         (completion-category-overrides): Cross reference each other in doc
19073         strings.
19075 2011-09-27  Glenn Morris  <rgm@gnu.org>
19077         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19078         to split-string.  (Bug#9606)
19080 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19082         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19083         (bug#9615).
19085 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
19087         * emacs-lisp/package.el (list-packages): Fix echo area message.
19089 2011-09-27  Leo Liu  <sdl.web@gmail.com>
19091         * ido.el (ido-read-internal): Accept cons cell HIST arg.
19093 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
19095         * net/dbus.el (dbus-unregister-object): Don't release services for
19096         registered signals.  (Bug#9581)
19098 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
19100         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19101         function that picks between cfengine 2 and 3 support
19102         automatically.  Update docs accordingly.
19104 2011-09-22  Kenichi Handa  <handa@m17n.org>
19106         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19107         ZERO.
19108         (indian-itrans-v5-table-for-tamil): New variable.
19109         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19111 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
19113         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19114         that's true if the current command involved collapsing of text.
19115         It's reset to false at the beginning of the next command.
19116         (allout-post-command-business): Move the cursor to the beginning
19117         of entry if the cursor is hidden and collapsing activity just
19118         happened.
19120 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
19122         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19123         tracking (Bug#9541).
19125 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
19127         * net/newst-reader.el (newsticker-html-renderer)
19128         (newsticker-show-news): Automatically load html rendering package
19129         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
19130         because w3m-fill-column is let-bound" and the error "Symbol's value
19131         as variable is void: w3m-fill-column".
19133 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
19135         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19136         Release services only if they are defined.  (Bug#9581)
19138 2011-09-23  Richard Stallman  <rms@gnu.org>
19140         * textmodes/paragraphs.el (forward-sentence): For backwards case,
19141         distinguish start of paragraph from start of its text.
19143         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19145         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19146         (rmail-generate-viewer-buffer): Put that hook on view buffer.
19147         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19149 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
19151         * international/mule-diag.el (mule-diag): Insert a newline after
19152         each fontset description.
19154 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19156         * simple.el (delete-trailing-whitespace):
19157         Document last change; simplify.
19159 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
19161         * simple.el (delete-trailing-whitespace): Also delete
19162         extra newlines at the end of the buffer.
19164         * textmodes/picture.el: Make motion commands obey shift-select-mode.
19165         (picture-newline): Use forward-line so as to ignore fields.
19167 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19169         * subr.el (with-wrapper-hook): Fix edebug spec.
19171 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19173         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19174         (bug#4538).
19176 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
19178         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19179         Fix nasty bug using wrong cached values.
19181 2011-09-23  Alan Mackenzie  <acm@muc.de>
19183         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19185 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
19187         * window.el (pop-to-buffer): Ensure right window is selected if we
19188         chose another frame.
19190 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
19192         * simple.el (what-cursor-position): Use get-char-property-change
19193         and next-single-char-property-change, to be able to show display
19194         properties that come from overlays as well as text properties.
19196 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
19198         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19200         * cmuscheme.el (run-scheme, switch-to-scheme):
19201         * cus-edit.el (customize-group, custom-buffer-create)
19202         (customize-browse):
19203         * info.el (info):
19204         * shell.el (shell):
19205         * mail/sendmail.el (mail):
19206         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19208 2011-09-22  Richard Stallman  <rms@gnu.org>
19210         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19211         move back only to line beg, don't move back over blank lines.
19213 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
19215         * files.el (copy-directory): Set directory attributes only in case
19216         they could be retrieved from the source directory.  (Bug#9565)
19218 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
19220         * progmodes/hideshow.el (hs-looking-at-block-start-p)
19221         (hs-find-block-beginning, hs-hide-level-recursive):
19222         Ignore strings as well as comments.  (Bug#9502)
19224 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
19226         * progmodes/sql.el (sql-comint-postgres):
19227         Convert port number to a string.  (Bug#9566)
19229 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
19231         * window.el (quit-window): Undedicate window when switching to
19232         previous buffer.  Reported by Thierry Volpiatto
19233         <thierry.volpiatto@gmail.com>.
19234         (special-display-popup-frame): When popping up a new frame reset
19235         its previous buffers to nil.  Simplify code.
19237 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
19239         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19240         and process filter, as done also in `shell-command'.
19242 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
19244         * window.el (set-window-buffer-start-and-point):
19245         Call set-window-start with NOFORCE argument t.
19246         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19247         (quit-window): Reword doc-string.  Handle new format of
19248         quit-restore parameter.  Don't delete window if it has a
19249         previous buffer we can show instead of the present one.
19250         (display-buffer-record-window): Rewrite using a new format for
19251         the quit-restore window parameter
19252         (special-display-popup-frame, display-buffer-same-window)
19253         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19254         (display-buffer-pop-up-window, display-buffer-use-some-window):
19255         Adapt symbol passed to display-buffer-record-window.
19256         * help.el (help-window-setup): Handle new format of quit-restore
19257         parameter.
19259 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19261         * faces.el (face-list): Fix docstring (bug#9564).
19263         * window.el (display-buffer--action-function-custom-type):
19264         Don't include internal functions in the Custom interface.
19266 2011-09-20  Juri Linkov  <juri@jurta.org>
19268         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19269         (Info-forward-node, Info-backward-node, Info-next-preorder)
19270         (Info-last-preorder): Use it.  (Bug#9528)
19272 2011-09-20  Juri Linkov  <juri@jurta.org>
19274         * info.el (Info-last-preorder): Visit last menu item only when
19275         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19277 2011-09-20  Julien Danjou  <julien@danjou.info>
19279         * password-cache.el (password-cache-remove): Remove entries even if the
19280         value is nil, so that password with a nil value (negative caching) is
19281         possible to invalidate.
19283 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
19285         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19286         all whitespace around breakpoint.  (Bug#9553)
19287         (f90-find-breakpoint): Only break at whitespace inside a comment.
19289 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19291         * minibuffer.el (completion-file-name-table): Keep track of errors.
19292         (completion-table-with-predicate): Handle the case where pred1 is nil.
19293         * pcomplete.el (pcomplete-completions-at-point): Simplify.
19295 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19297         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19298         (debugger-return-value): Signal an error if the debugging context does
19299         not await any return value.
19301         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19302         * image-mode.el (image-toggle-display-text)
19303         (image-toggle-display-image): Stay away from evil `intangible'.
19305 2011-09-19  Leo Liu  <sdl.web@gmail.com>
19307         * replace.el (occur-revert-arguments): Make it permanent-local.
19308         (occur-mode): Don't call font-lock-defontify.
19310 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
19312         * net/ldap.el (ldap-search-internal): Don't push empty search
19313         result (Bug#9508).
19315 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19317         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19319 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
19321         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19322         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19324 2011-09-18  Juri Linkov  <juri@jurta.org>
19326         * buff-menu.el (Buffer-menu-mode-map):
19327         * dired.el (dired-mode-map):
19328         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19329         (lisp-interaction-mode-map):
19330         * emacs-lisp/package.el (package-menu-mode-map):
19331         * epa.el (epa-key-list-mode-map):
19332         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19333         (menu-bar-options-menu):
19334         * outline.el (outline-mode-menu-bar-map):
19335         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19336         * vc/vc-dir.el (vc-dir-menu-map):
19337         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19338         Capitalize non-function content words in menu item strings.
19340         * dired.el (dired-mode-map): Add menu item for
19341         `image-dired-dired-toggle-marked-thumbs'.
19343 2011-09-18  Juri Linkov  <juri@jurta.org>
19345         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19346         to `isearch-case-fold-search' and restore its original value
19347         after the `isearch-mode' call.
19349 2011-09-18  Juri Linkov  <juri@jurta.org>
19351         * progmodes/grep.el (grep-process-setup): Don't check code for 1
19352         because `zgrep' returns 1 for successful matches (bug#9226).
19354 2011-09-18  Juri Linkov  <juri@jurta.org>
19356         * info.el (Info-extract-menu-node-name): Check the second match
19357         for empty string (second test-case of bug#9528).
19358         (Info-last-preorder): Let-bind `Info-history' to nil to not add
19359         intermediate nodes to the history (first test-case of bug#9528).
19361 2011-09-18  Juri Linkov  <juri@jurta.org>
19363         * info.el (Info-mode-syntax-table): New variable.
19364         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19366 2011-09-18  Juri Linkov  <juri@jurta.org>
19368         * info.el (Info-file-supports-index-cookies):
19369         Increment line-beginning-position's arg from 3 to 4 because makeinfo
19370         outputs one more line for long file names (bug#4142).
19372 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
19374         * newcomment.el (comment-normalize-vars): If prompting for
19375         comment-start, set comment-start-skip too (Bug#8424).
19377 2011-09-18  Johan BockgĂ¥rd  <bojohan@gnu.org>
19379         * icomplete.el: Fix previous fix of Bug#5849.
19380         (icomplete-mode): Don't set completion-show-inline-help.
19381         (icomplete-minibuffer-setup): Set completion-show-inline-help
19382         locally during icompletion.
19384 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
19386         * woman.el (woman2-process-escapes): Don't delete unrecognized
19387         escapes (Bug#7843).
19389         * files.el (inhibit-first-line-modes-regexps): Add image files.
19390         (hack-local-variables-prop-line): Return nil for malformed
19391         prop-lines (Bug#9044).
19393 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
19395         * net/tramp.el (top): Don't require 'shell.
19396         (tramp-methods): Fix docstring.
19397         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19398         Return complete remote file name.  Handle "smb" case.
19399         Use `tramp-tmpdir', if defined for the respective method.
19400         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19402         * net/tramp-compat.el (top): Require 'shell.
19404         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19405         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19406         `tramp-current-host'.
19407         (tramp-get-remote-tmpdir): Remove.
19409         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19410         `tramp-tmpdir' entries.
19411         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19412         (tramp-smb-handle-file-attributes): Ignore errors.
19413         (tramp-smb-wait-for-output): Check also for process end.
19415 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19417         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19418         when sending QUIT (bug#9312).
19420 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
19422         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19423         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19424         occur-mode-display-occurrence.
19425         (occur-edit-mode): Add usage message.
19426         (occur-cease-edit): New command.
19427         (occur-after-change-function): Use text properties to find the
19428         position of the prefix text.
19429         (occur-engine): Set stickiness of prefix text properties.
19431 2011-09-17  Glenn Morris  <rgm@gnu.org>
19433         * progmodes/etags.el (complete-tag):
19434         Fix call to completion-in-region.  (Bug#9526)
19436 2011-09-17  Juri Linkov  <juri@jurta.org>
19438         * textmodes/ispell.el (ispell-word): Add to the error message
19439         the word, ispell program name and current dictionary (bug#9121).
19440         (ispell-tex-arg-end): Capitalize "error" in the error message.
19442 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
19444         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19445         check.  (Bug#4251)
19447 2011-09-17  Juri Linkov  <juri@jurta.org>
19449         * window.el (window-safe-min-height, window-safe-min-width):
19450         Fix typos (followup to bug#9522).
19452 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
19454         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19456 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
19458         * simple.el (line-move): If goal-column is set, move by logical
19459         lines, not by display lines.  (Bug#971)
19460         (next-line, previous-line, goal-column, line-move-visual): Doc fix
19461         to reflect the above change.
19463 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19465         * image.el (imagemagick-register-types): Use regexp-opt.
19467 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
19469         * window.el (display-buffer-base-action): Rename from
19470         display-buffer-default-action.  Make default value empty.
19471         (display-buffer-overriding-action): Convert to defvar.
19472         (display-buffer-fallback-action): New var.
19474 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
19476         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19477         declaration.
19478         (package--add-to-archive-contents): If there is a duplicate entry
19479         with an older version, remove it.
19480         (package-menu-mark-delete, package-menu-mark-install)
19481         (package-menu-mark-unmark): Make unused args optional.
19482         (package-menu-mark-obsolete-for-deletion):
19483         Use package-menu-get-status instead of a regexp search.
19484         (package-menu-get-status): Use tabulated-list-entry.
19485         (package-menu-mark-upgrades): New command.
19486         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
19487         (package-menu-execute): Do installation before deletion.
19488         (package-menu-refresh, package-menu-execute): Use derived-mode-p
19489         instead of checking major-mode.
19490         (package-menu--find-upgrades): New function.
19492 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19494         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19495         passwords in the log buffer.
19496         (smtpmail-process-filter): Update the process marker so that the
19497         "broken by peer" status message is inserted in the right place.
19499 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19501         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19502         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19503         bibtex-completion-at-point-function.
19504         (bibtex-completion-at-point-function): Use them.
19506         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19508         * mpc.el (mpc-constraints-tag-lookup): New function.
19509         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19510         also to browser "album|playlist".
19512 2011-09-14  Juri Linkov  <juri@jurta.org>
19514         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
19515         (isearch-edit-string): Use length of `isearch-string' when
19516         `isearch-fail-pos' returns nil.
19517         (isearch-message): Remove duplicate code and call
19518         `isearch-fail-pos' with arg `t'.
19520 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
19522         * replace.el (occur-mode-goto-occurrence): Don't force using other
19523         window (Bug#9499).
19525         * dired-aux.el (dired-do-chmod): Don't provide initial input.
19527 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
19529         * window.el (display-buffer-window): Remove.
19530         (display-buffer-record-window): Use help-setup window parameter
19531         instead of variable display-buffer-window.
19532         (display-buffer-function, special-display-buffer-names)
19533         (special-display-function): Mention help-setup parameter instead
19534         of display-buffer-window in doc-string.
19535         * help.el (help-window-setup): New argument help-window.
19536         Use help-window-setup parameter instead of display-buffer-window.
19537         Reword some messages.
19538         (with-help-window): Pass window used for displaying the buffer
19539         to help-window-setup.  Don't set display-buffer-window.
19541 2011-09-13  Glenn Morris  <rgm@gnu.org>
19543         * emacs-lisp/debug.el (debugger-make-xrefs):
19544         Preserve point.  (Bug#9462)
19546 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19548         * window.el (window-deletable-p): Use next-frame.
19550 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
19552         * window.el (window-auto-delete): Remove.
19553         (window-deletable-p): Remove argument FORCE.  Don't deal with
19554         dedication and previous buffers.
19555         (switch-to-prev-buffer): Don't delete window.
19556         (delete-windows-on): Delete a window's frame if and only if the
19557         window is dedicated.
19558         (replace-buffer-in-windows): Delete buffer's window or frame if
19559         and only if window is dedicated.
19560         (quit-window): Handle quit-restore as before last change.
19561         (bury-buffer): Delete window only if window-deletable-p returns t.
19563 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
19565         * window.el (window-deletable-p): Never delete the last frame on a
19566         given terminal.
19568 2011-09-13  Glenn Morris  <rgm@gnu.org>
19570         * help.el (describe-key-briefly): Copy previous standard-output change.
19572 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
19574         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
19576 2011-09-13  Glenn Morris  <rgm@gnu.org>
19578         * emacs-lisp/lisp-mode.el (lisp-indent-function):
19579         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19581 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
19583         * dired-aux.el (dired-mark-read-string): Don't return default
19584         value on empty input (Bug#9361).
19585         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19586         Omit initial minibuffer contents.
19587         (dired-do-chmod): Signal an error on empty input.
19588         (dired-mark-read-string): Don't return default on empty input.
19590         * files.el (file-modes-symbolic-to-number): Doc fix.
19592 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19594         * international/mule-cmds.el (ucs-completions): Remove.
19595         (read-char-by-name): Use complete-with-action instead; add metadata.
19597 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19599         * window.el (display-buffer--action-function-custom-type)
19600         (display-buffer--action-custom-type): New vars.
19601         (display-buffer-alist, display-buffer-default-action)
19602         (display-buffer-overriding-action): Add defcustom types.
19604         * frame.el (delete-other-frames): Doc fix (Bug#276).
19606 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19608         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19610 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
19612         Change modes that used same-window-* vars to use switch-to-buffer.
19614         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19615         Use switch-to-buffer.
19617         * cus-edit.el (customize-group, custom-buffer-create)
19618         (customize-browse, custom-buffer-create-other-window):
19619         Use switch-to-buffer or switch-to-buffer-other-window.
19621         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19622         (Info-prev, Info-up, Info-speedbar-goto-node)
19623         (info-display-manual): Use switch-to-buffer.
19624         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19626         * mail/sendmail.el (mail): Use switch-to-buffer.
19627         (mail-recover): Use switch-to-buffer-other-window.
19629         * cmuscheme.el (run-scheme, switch-to-scheme):
19630         * ielm.el (ielm):
19631         * shell.el (shell):
19632         * net/rlogin.el (rlogin):
19633         * net/telnet.el (telnet, rsh):
19634         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19636 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
19638         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19640 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19642         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19643         so don't mention it (bug#9301).
19644         (dired-sort-toggle-or-edit): Clarify string further.
19646         * faces.el (face-spec-set-match-display): Make `(type graphic)'
19647         match `x', `w32' and `ns', like the manual says (bug#9029).
19649         * subr.el (eval-after-load): Doc string clarification (bug#9125).
19650         (process-kill-buffer-query-function): Mention the buffer name in
19651         the query.
19653         * image-mode.el (image-next-line): The line parameter is mandatory
19654         (bug#9258).
19656         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19657         which can be useful (bug#9301).
19659         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19661         * subr.el (match-string): Mention that the current buffer should
19662         be the same as the search was done in (bug#9282).
19664         * facemenu.el: Disable the remove-* commands if the mark isn't
19665         active (bug#9162).
19667 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19669         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19670         of display-buffer.
19671         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19673         * replace.el (occur-mode-goto-occurrence)
19674         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19675         and display-buffer.
19677         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19678         display-buffer.
19680         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19681         special-display and same-window variables.
19682         (mail-other-window): Use switch-to-buffer-other-window.
19683         (mail-other-frame): USe switch-to-buffer-other-frame.
19685         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19686         Use display-buffer-other-frame.
19687         (gdb-display-gdb-buffer): Use pop-to-buffer.
19689         * progmodes/gud.el (gud-goto-info): Use info-other-window.
19691         * progmodes/python.el: Don't set same-window-buffer-names.
19693         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19695         * window.el (display-buffer-alist): Add *Python*.
19697 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
19699         * window.el (display-buffer-alist): Add entry for buffers
19700         previously handled same-window-*.
19701         (display-buffer-alist, display-buffer-default-action)
19702         (display-buffer-overriding-action): Mark as risky.
19703         (display-buffer-alist): Document action function changes.
19704         (display-buffer--same-window-action)
19705         (display-buffer--other-frame-action): New variables.
19706         (switch-to-buffer, display-buffer-other-frame): Use them.
19707         (display-buffer): Rename reuse-frame entry to reusable-frames.
19708         (display-buffer-reuse-selected-window): Function deleted.
19709         (display-buffer-reuse-window): Handle reusable-frames alist entry.
19710         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19711         (display-buffer-special): New function.
19712         (display-buffer--maybe-pop-up-frame-or-window): Rename from
19713         display-buffer-reuse-or-pop-window.  Split off special-display
19714         part into display-buffer-special.
19715         (display-buffer-use-some-window): Don't perform any special
19716         pop-up-frames handling.
19717         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19718         (display-buffer--maybe-same-window): Rename from
19719         display-buffer-maybe-same-window.
19721         * info.el: Don't set same-window-regexps.
19722         (info-setup): New function.
19723         (info-other-window, info): Call it.
19725         * cus-edit.el: Don't set same-window-regexps.
19726         (customize-group): New argument.
19727         (customize-group-other-window): Use it.
19728         (customize-face, customize-face-other-window): Likewise.
19729         (custom-buffer-create-other-window): Use pop-to-buffer directly.
19731         * net/rlogin.el:
19732         * net/telnet.el:
19733         * progmodes/gud.el: Don't set same-window-regexps.
19735         * cmuscheme.el:
19736         * ielm.el:
19737         * shell.el:
19738         * mail/sendmail.el:
19739         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19741 2011-09-10  Juri Linkov  <juri@jurta.org>
19743         * isearch.el (isearch-edit-string): Remove obsolete mention of
19744         `C-w' (`isearch-yank-word-or-char') from docstring.
19745         (isearch-query-replace): Fix typo in docstring (bug#9466).
19747 2011-09-10  Juri Linkov  <juri@jurta.org>
19749         * paren.el (show-paren-function): Don't show escaped parens.
19750         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
19752 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
19754         * mail/sendmail.el (mml-to-mime, mml-attach-file)
19755         (mm-default-file-encoding): Remove autoload forms, they are
19756         replaced with autoload cookies in mml.el and mm-encode.el.
19757         (mail-add-attachment): New command.
19758         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19759         (mail-mode): Mention mail-insert-file and mail-add-attachment in
19760         the doc string.
19761         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19763 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
19765         * simple.el (count-words-region): Use buffer if there's no region
19766         (bug#9429).
19768 2011-09-09  Juri Linkov  <juri@jurta.org>
19770         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19771         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19772         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
19774 2011-09-09  Alan Mackenzie  <acm@muc.de>
19776         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19777         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
19779 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
19781         Fix for Savannah bug#9392.
19782         * simple.el (mail-encode-mml): New defvar.
19784         * mail/rmail.el (mail-encode-mml): Add a defvar.
19785         (rmail-enable-mime-composing): Default to t.
19786         (rmail-forward): Use MIME method of forwarding only if both
19787         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19788         Set mail-encode-mml non-nil if the MIME method was used.
19790         * mail/sendmail.el (mml-to-mime): Add autoload form.
19791         (mail-encode-mml): Add a defvar.
19792         (mail-mode): Make mail-encode-mml buffer-local and initialize it
19793         to nil.
19794         (mail-send): If mail-encode-mml is non-nil, run the outgoing
19795         message through mml-to-mime, and reset mail-encode-mml to nil.
19797 2011-09-09  Glenn Morris  <rgm@gnu.org>
19799         * woman.el (woman-if-body): When processing an .el block,
19800         do not delete the next .el block as well.  (Bug#9447)
19801         (woman-special-characters): Add oq, cq, and hy characters.
19803 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19805         * window.el (window-deletable-p): Make sure window is live before
19806         invoking window-prev-buffers.
19808 2011-09-08  Leo Liu  <sdl.web@gmail.com>
19810         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
19812 2011-09-08  Juri Linkov  <juri@jurta.org>
19814         * progmodes/compile.el (compilation-environment): Make it
19815         a defcustom (bug#8340).
19817 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
19819         * window.el (frame-auto-delete): Rename to window-auto-delete.
19820         Make it control auto-deletion of windows and/or frames.
19821         (window-deletable-p): New argument FORCE.  Rewrite conditions
19822         for deleting window/frame.  (Bug#9419)
19823         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19824         Rewrite handling of case when window/frame can be deleted.
19825         (delete-windows-on): Call window-deletable-p with new FORCE
19826         argument t.  (Bug#9456)
19828 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
19830         * help-mode.el (help-mode): Restore autoload.
19832 2011-09-07  Juri Linkov  <juri@jurta.org>
19834         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19835         `compilation-environment'.  Set buffer-local
19836         `compilation-environment' to `thisenv' later after (funcall mode).
19837         (Bug#8340)
19839         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
19840         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19841         instead of replacing its value.  (Bug#8340)
19843 2011-09-07  Juri Linkov  <juri@jurta.org>
19845         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19846         based on text properties put by `grep-filter' instead of matching
19847         escape sequences.
19848         (grep-mode): Set buffer-local `compilation-error-screen-columns'
19849         to the value of `grep-error-screen-columns' (bug#9438).
19851 2011-09-07  Juri Linkov  <juri@jurta.org>
19853         * simple.el (next-error-highlight, next-error-highlight-no-select):
19854         Doc fix (bug#9432).
19856 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
19858         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19859         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
19861 2011-09-07  Leo Liu  <sdl.web@gmail.com>
19863         * net/rcirc.el (rcirc-mode): Conditionally initialize
19864         rcirc-input-ring.
19866 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19868         * emacs-lisp/find-func.el (find-function-C-source): Only set
19869         find-function-C-source-directory after checking that we found a source
19870         file there (bug#9440).
19872 2011-09-06  Alan Mackenzie  <acm@muc.de>
19874         * isearch.el (isearch-other-meta-char): Wherever a key list is
19875         unread, "unread" the prefix arg, too.  This fixes bug #8901.
19877 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
19879         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19881 2011-09-05  Juri Linkov  <juri@jurta.org>
19883         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19885 2011-09-05  Juri Linkov  <juri@jurta.org>
19887         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19888         keeping point where processing of grep matches begins, and
19889         continue to delete remaining escape sequences from the same point.
19890         (grep-filter): Make leading zero optional in "0?1;31m" because
19891         git-grep emits "\033[1;31m" escape sequences unlike expected
19892         "\033[01;31m" as GNU Grep does (bug#9408).
19893         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19895 2011-09-05  Juri Linkov  <juri@jurta.org>
19897         * subr.el (y-or-n-p): Capitalize "yes".
19899 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
19901         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
19902         `tramp-cache-unload-hook' where appropriate.
19903         (tramp-methods): Rename `tramp-remote-sh' to
19904         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
19905         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19907         * net/tramp-sh.el (top): Don't require 'shell.
19908         (tramp-methods): Add `tramp-remote-shell' and
19909         `tramp-remote-shell-args' entries.
19910         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19911         (tramp-sh-handle-shell-command): Remove.
19912         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19913         Use `tramp-remote-shell'.
19915 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
19917         * mail/sendmail.el (sendmail-query-once-function): Delete.
19918         (sendmail-query-once): Save directly to send-mail-function.
19919         Update message-send-mail-function too.
19921         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19923 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19925         * progmodes/python.el (python-mode-map): Use correct function to
19926         start python interpreter from menu-bar (as reported by Geert
19927         Kloosterman).
19928         (inferior-python-mode-map): Fix typo.
19929         (python-shell-map): Remove.
19931 2011-09-03  Deniz Dogan  <deniz@dogan.se>
19933         * net/rcirc.el (rcirc-print): Simplify code for
19934         rcirc-scroll-show-maximum-output.  There is no need to walk
19935         through all windows to find the right one.
19937 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
19939         * help.el (help-return-method): Doc fix.
19941 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
19943         * window.el (window-deletable-p): Don't return a non-nil value
19944         when there's a buffer that was shown in the window before.
19945         (Bug#9419)
19946         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19947         Set window's previous buffers to nil.
19949 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
19951         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19952         newline before and after the tag line, so it doesn't interfere
19953         with determining the paragraph direction of bidirectional text.
19955 2011-09-03  Leo Liu  <sdl.web@gmail.com>
19957         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
19959 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19961         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19962         (pop-to-buffer): Change interactive spec.  Pass second argument
19963         directly to display-buffer.
19964         (display-buffer): Fix interactive spec.  Use functionp to
19965         distinguish between a function and a list of functions.
19967         * abbrev.el (edit-abbrevs):
19968         * arc-mode.el (archive-extract):
19969         * autoinsert.el (auto-insert):
19970         * bookmark.el (bookmark-bmenu-list):
19971         * files.el (find-file):
19972         * view.el (view-buffer):
19973         * progmodes/compile.el (compilation-goto-locus):
19974         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19976 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19978         * window.el (display-buffer-alist): Doc fix.
19979         (display-buffer): Add docstring.  Don't treat
19980         display-buffer-default specially.
19981         (display-buffer-reuse-selected-window)
19982         (display-buffer-same-window, display-buffer-maybe-same-window)
19983         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19984         (display-buffer-pop-up-window)
19985         (display-buffer-reuse-or-pop-window)
19986         (display-buffer-use-some-window): New functions.
19987         (display-buffer-default-action): Use them.
19988         (display-buffer-default): Delete.
19989         (pop-to-buffer-1): Fix choice of actions.
19991 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19993         * minibuffer.el (completion--insert-strings): Don't get confused by
19994         completion entries that end with an LF char.
19996 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
19998         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20000 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
20002         * window.el (display-buffer): Restore interactive spec.
20003         (display-buffer-same-window, display-buffer-other-window):
20004         New functions.
20005         (pop-to-buffer-1): New function.  Use the above.
20006         (pop-to-buffer, pop-to-buffer-same-window): Use it.
20007         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20009         * view.el (view-buffer-other-window, view-buffer-other-frame):
20010         Just use pop-to-buffer.
20012 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20014         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
20016 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
20018         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
20020 2011-08-31  Richard Stallman  <rms@gnu.org>
20022         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20023         of the separation of rmail-view-buffer from rmail-buffer.
20024         If you say no to "replace original", the decrypt is in the
20025         view buffer.  If you say yes, the decrypt goes into the
20026         rmail buffer also.
20028 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
20030         * window.el (display-buffer-window): Rewrite doc-string.
20031         (display-buffer-record-window): New function.
20032         (display-buffer-macro-specifiers)
20033         (display-buffer-even-window-sizes, display-buffer-set-height)
20034         (display-buffer-set-width, display-buffer-in-window)
20035         (display-buffer-reuse-window, display-buffer-split-specifiers)
20036         (display-buffer-side-specifiers, display-buffer-split-window-1)
20037         (display-buffer-split-window, display-buffer-split-atom-window)
20038         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20039         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
20040         (display-buffer-other-window-means-other-frame)
20041         (display-buffer-normalize-special)
20042         (display-buffer-normalize-default)
20043         (display-buffer-normalize-argument)
20044         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
20045         (display-buffer-normalize-specifiers, display-buffer-frame)
20046         (display-buffer-same-window, display-buffer-same-frame)
20047         (display-buffer-other-window)
20048         (display-buffer-same-frame-other-window)
20049         (display-buffer-other-frame, pop-to-buffer-same-window)
20050         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20051         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20052         (switch-to-buffer-same-frame)
20053         (switch-to-buffer-other-window-same-frame)
20054         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20055         (display-buffer-alist-set-1, display-buffer-alist-set-2)
20056         (display-buffer-alist-set): Remove.
20057         (display-buffer-function, special-display-buffer-names)
20058         (special-display-regexps, special-display-function):
20059         In doc-string refer to display-buffer-window and quit-restore
20060         parameter.
20061         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20062         (special-display-frame-alist, special-display-popup-frame)
20063         (same-window-buffer-names, same-window-regexps, same-window-p)
20064         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20065         (split-window-preferred-function, split-height-threshold)
20066         (split-width-threshold, window-splittable-p)
20067         (split-window-sensibly, window--try-to-split-window)
20068         (window--frame-usable-p, even-window-heights)
20069         (window--even-window-heights, window--display-buffer-1)
20070         (window--display-buffer-2, display-buffer-other-frame):
20071         Restore old Emacs 23 code, order and doc-strings where applicable.
20072         (display-buffer-default, display-buffer-assq-regexp): New functions.
20073         (display-buffer-alist): Rewrite doc-string.
20074         (display-buffer-default-action)
20075         (display-buffer-overriding-action): New variables.
20076         (display-buffer, switch-to-buffer): Rewrite.
20077         (pop-to-buffer): Restore Emacs 23 behavior but use
20078         window-normalize-buffer-to-display.
20079         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20080         Restore Emacs 23 behavior but use
20081         window-normalize-buffer-to-switch-to.
20082         (pop-to-buffer-same-window): Rewrite.
20083         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20084         Rewrite using Emacs 23 options.
20086 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
20088         * net/tramp.el (tramp-root-regexp): Remove.
20089         (tramp-completion-file-name-regexp-unified)
20090         (tramp-completion-file-name-regexp-separate)
20091         (tramp-completion-file-name-regexp-url): Don't use leading volume
20092         letter on w32 systems.  (Bug#5303, Bug#9311)
20093         (tramp-drop-volume-letter): Simplify definition.
20094         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20096 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20098         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20099         (bug#9356).
20101 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
20103         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20105 2011-08-29  Juri Linkov  <juri@jurta.org>
20107         * isearch.el (isearch-done): Don't display message "Mark saved"
20108         when arg `edit' is non-nil to prevent its flicker in the echo area.
20110 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20112         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20113         obsolete packages for deletion.
20115 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
20117         * help-mode.el (help-mode-map): Add special-mode-map to parent.
20118         (help-mode): Derive help-mode from special-mode.  Don't invoke
20119         view-mode from help-mode.
20120         (help-xref-override-view-map): Remove.
20121         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20122         view-mode is not used anymore.
20124 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
20126         * server.el (server-port): Doc fix.
20128         * cus-theme.el (custom-theme-choose-mode): Inherit from
20129         special-mode (Bug#9124).
20130         (custom-theme-choose-mode-map): Add special-mode to parent.
20132 2011-08-28  Alan Mackenzie  <acm@muc.de>
20134         * progmodes/cc-fonts.el
20135         (c-make-font-lock-BO-decl-search-function): New function.
20136         (c-basic-matchers-after - "Fontify the clauses after various
20137         keywords"): Extract the three keyword lists for the 3 erroneous
20138         constructs from the list of four, and use the new function above
20139         in place of an old one.
20141 2011-08-28  Deniz Dogan  <deniz@dogan.se>
20143         * net/rcirc.el (rcirc-insert-prev-input)
20144         (rcirc-insert-next-input): Remove unused argument.
20146 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20148         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20150 2011-08-27  Alan Mackenzie  <acm@muc.de>
20152         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20153         handle function pointer parameters properly.
20155 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
20157         * window.el (display-buffer-reuse-window): Fix case where
20158         selected window was reused with non-nil OTHER-WINDOW argument.
20159         (Bug#9381)
20161 2011-08-27  Deniz Dogan  <deniz@dogan.se>
20163         * net/rcirc.el (rcirc-check-auth-status): Adding support for
20164         oftc's NickServ messages.
20166 2011-08-27  Glenn Morris  <rgm@gnu.org>
20168         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
20170 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
20172         * emacs-lisp/package.el (package-install): Call package-initialize
20173         if called interactively.
20175 2011-08-26  Leo Liu  <sdl.web@gmail.com>
20177         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
20179 2011-08-25  Juri Linkov  <juri@jurta.org>
20181         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20182         `search-whitespace-regexp' (bug#9364).
20184 2011-08-25  Juri Linkov  <juri@jurta.org>
20186         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20187         `regexp-search-ring' to their global values to protect from
20188         updating by `read-from-minibuffer' (bug#9185).
20190 2011-08-25  Juri Linkov  <juri@jurta.org>
20192         * textmodes/ispell.el (ispell-command-loop): Add newline
20193         at the end of the "Use option `i'..." line.
20195 2011-08-25  Juri Linkov  <juri@jurta.org>
20197         * battery.el (display-battery-mode): If `battery-status-function'
20198         or `battery-mode-line-format' is nil, display the message and set
20199         `display-battery-mode' to nil (bug#9363).
20201 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
20203         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20204         bidi-string-mark-left-to-right; they are unnecessary now.
20206 2011-08-25  Deniz Dogan  <deniz@dogan.se>
20208         * net/quickurl.el: Documentation typo fixes.
20210 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
20212         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20214 2011-08-25  Glenn Morris  <rgm@gnu.org>
20216         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20218         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20219         (smtpmail-via-smtp): Handle nil response from smtp.
20221 2011-08-24  Juri Linkov  <juri@jurta.org>
20223         * proced.el (proced-marked): Inherit from `error' instead of
20224         `font-lock-warning-face'.
20226         * ibuffer.el (ibuffer-marked-face): Change default face from
20227         `font-lock-warning-face' to `warning'.
20228         (ibuffer-deletion-face): Change default face from
20229         `font-lock-type-face' to `error'.
20231         * battery.el (battery-update): Use the face `error' instead of
20232         `font-lock-warning-face' (bug#6117).
20234 2011-08-24  Juri Linkov  <juri@jurta.org>
20236         * faces.el (success): Change face color from "Green3" to
20237         "ForestGreen" on light background (bug#9353).
20239 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
20241         * window.el (quit-window): Rename from quit-restore-window.
20242         Use same arglist as old quit-window.
20243         (frame-auto-delete): Doc fix.
20245         * view.el (view-mode-exit): Use quit-window.
20247 2011-08-24  Juri Linkov  <juri@jurta.org>
20249         * isearch.el (isearch-ring-adjust1): Start visiting previous
20250         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20251         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20252         for empty search string (when the last search string is reused
20253         automatically) to adjust the isearch ring to the last element and
20254         prepare the correct index for further M-p commands (bug#9185).
20256 2011-08-24  Kenichi Handa  <handa@m17n.org>
20258         * international/ucs-normalize.el: If decomposition property of
20259         CHAR is the default one (i.e. a list of CHAR itself), treat it as
20260         nil.
20261         (nfd, nfkd): Likewise.
20263 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20265         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20266         from process filters aren't reliably transmitted to the surrounding
20267         accept-process-output.
20268         (mpc-proc-check): New function.
20269         (mpc-proc-sync): Use it (bug#8293)
20271 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20273         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20274         Add compatibility functions (bug#9313).
20276 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
20278         * cus-start.el (all): Add entry for bidi-paragraph-direction.
20280         * international/uni-bidi.el: Regenerate.
20282 2011-08-23  Kenichi Handa  <handa@m17n.org>
20284         * international/charprop.el:
20285         * international/uni-bidi.el:
20286         * international/uni-category.el:
20287         * international/uni-combining.el:
20288         * international/uni-comment.el:
20289         * international/uni-decimal.el:
20290         * international/uni-decomposition.el:
20291         * international/uni-digit.el:
20292         * international/uni-lowercase.el:
20293         * international/uni-mirrored.el:
20294         * international/uni-name.el:
20295         * international/uni-numeric.el:
20296         * international/uni-old-name.el:
20297         * international/uni-titlecase.el:
20298         * international/uni-uppercase.el: Regenerate.
20300 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
20302         * help.el (help-window-setup): Fix message displayed when other
20303         window is reused.  (Bug#9341)
20305 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20307         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20308         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20310         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20311         Mark obsolete.
20312         * shell.el (shell-parse-pcomplete-arguments): New function.
20313         (shell-completion-vars): Use it instead (bug#9160).
20315 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20317         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20318         strings and comments (bug#9333).
20320         * emacs-lisp/debug.el (debug-arglist): New function.
20321         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
20322         (debug-on-entry-1): Handle interpreted closures (bug#9120).
20324 2011-08-22  Juri Linkov  <juri@jurta.org>
20326         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20327         Revert regexp that highlights output switches to its old
20328         pre-2010-10-28 value and remove one `?' from it (bug#9319).
20330         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20331         to check for empty output (bug#9226).
20333 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
20335         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20336         symbol-constituent as the default, as that stops font-lock from
20337         working properly (Bug#8843).
20339 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20341         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20342         `coding-system-for-*' around the process open call to avoid
20343         auth-source side effects.
20344         (smtpmail-try-auth-methods): Expand the secret password.
20345         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20346         probe hangs.
20348 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
20350         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20352         * emacs-lisp/find-func.el (find-function-noselect): New arg
20353         lisp-only.
20355         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20356         signal an error for built-in functions (Bug#6664).
20358 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20360         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20361         (smtpmail-try-auth-methods): Use it.
20363 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
20365         * font-lock.el (font-lock-fontify-region)
20366         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20367         (font-lock-default-unfontify-buffer)
20368         (font-lock-default-fontify-region)
20369         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20371         * progmodes/compile.el (compilation-error-properties):
20372         Fix confusion between file struct and message struct (Bug#9319).
20373         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20374         `ant' regexp.
20376         * net/browse-url.el (browse-url-firefox): Don't call
20377         browse-url-firefox-sentinel unless using -remote (Bug#9328).
20379 2011-08-20  Glenn Morris  <rgm@gnu.org>
20381         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20383         * tutorial.el (tutorial--default-keys): Update some default bindings.
20385         * files.el (hack-local-variables): Fully ignore case for "mode:".
20387 2011-08-20  Alan Mackenzie  <acm@muc.de>
20389         Resolve invalid use of a regexp in regexp-opt.
20391         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20392         detection for a java annotation.
20394         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20395         detection for a java annotation.
20397         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20398         handling for java.
20399         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20401 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
20403         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20404         (Bug#9274).
20406 2011-08-20  Alan Mackenzie  <acm@muc.de>
20408         Fontify CPP expressions correctly when starting in the middle of
20409         such a construct.  Mainly for when jit-lock etc. starts a chunk
20410         here.
20412         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20413         variable.
20414         (c-make-font-lock-search-form): New function, extracted from
20415         c-make-font-lock-search-function.
20416         (c-make-font-lock-search-function): Use the above function.
20417         (c-make-font-lock-context-search-function): New function.
20418         (c-cpp-matchers): Enhance the preprocessor expression case with
20419         the above function
20420         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20421         which takes an expression.
20423         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20425 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
20427         * window.el (display-buffer-reuse-window)
20428         (display-buffer-pop-up-window): Don't reuse or split a side
20429         window.
20431 2011-08-19  Glenn Morris  <rgm@gnu.org>
20433         * files.el (hack-local-variables-prop-line, hack-local-variables):
20434         Downcase "Mode:".  (Bug#9331)
20436 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
20438         * international/characters.el: Add L and R categories.
20440         * subr.el (bidi-string-mark-left-to-right): Rename from
20441         string-mark-left-to-right.  Use category search.
20443         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20445 2011-08-18  Juri Linkov  <juri@jurta.org>
20447         * faces.el (error, warning, success): New faces with definitions
20448         copied from old default values of `font-lock-warning-face',
20449         `compilation-warning', `compilation-info' (bug#6117).
20451         * font-lock.el (font-lock-warning-face): Inherit from `error'.
20453         * progmodes/compile.el (compilation-error): Inherit from `error'.
20454         (compilation-warning): Inherit from `warning'.
20455         (compilation-info): Inherit from `success'.
20457         * dired.el (dired-marked): Inherit from `warning'.
20458         (dired-flagged): Inherit from `error'.
20460 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20462         * mail/smtpmail.el (auth-source): Require to avoid problems with
20463         binding variables (bug#9298).  Also clean up some unused
20464         autoloads.
20466         * net/network-stream.el (network-stream-open-starttls):
20467         Support using starttls.el without using gnutls-cli.
20469 2011-08-17  Juri Linkov  <juri@jurta.org>
20471         * progmodes/grep.el (rgrep): Handle the case when
20472         `grep-find-command' is a cons cell (bug#9278).
20474 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
20476         * window.el (display-buffer-pop-up-frame): Run frame creation
20477         function with BUFFER current (as special-display-popup-frame
20478         does).  Reported by Drew Adams.
20480 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
20482         * epa-mail.el: Simplify GnuPG group expansion using
20483         epg-expand-group.
20484         (epa-mail-group-alist, epa-mail-group-modtime)
20485         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20486         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20487         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20488         Remove.
20490 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
20492         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20494 2011-08-16  Alan Mackenzie  <acm@muc.de>
20496         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20497         Correct, to avoid the inside of macros.
20499 2011-08-16  Richard Stallman  <rms@gnu.org>
20501         * epa-mail.el: Handle GnuPG group definitions.
20502         (epa-mail-group-alist, epa-mail-group-modtime)
20503         (epa-mail-gnupg-conf-file): New variables.
20504         (epa-mail-parse-groups, epa-mail-sync-groups)
20505         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20506         (epa-mail-expand-recipients): New functions.
20507         (epa-mail-encrypt): Call epa-mail-expand-recipients.
20509         * mail/rmail.el (rmail-epa-decrypt): New command.
20511         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20512         Don't bind buffer-read-only, just inhibit-read-only.
20513         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20514         (epa-decrypt-armor-in-region): Make error message clearer.
20516 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20518         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20519         and "a2b" to "ab" for `prefix'.
20521 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
20523         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20524         filter groups.
20525         (ibuffer-included-in-filter-p-1): Use it.  Suggested by RafaĂ«l
20526         Fourquet (Bug#8804).
20528 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
20530         * startup.el (argi): Declare as global variable (bug#9275).
20532 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
20534         * subr.el (string-mark-left-to-right): Search the entire string
20535         for RTL script, not just the terminating character.  Doc fix.
20537 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20539         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20540         New function.
20541         (js--regexp-literal, js-syntax-propertize-function): Remove.
20542         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20543         (js-mode-map): Don't rebind electric keys.
20544         (js-insert-and-indent): Remove.
20545         (js-mode): Setup electric-layout and electric-indent instead.
20547         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20549 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
20551         * epa.el (epa-progress-callback-function): Fix the logic of
20552         displaying progress.
20553         * epa-file.el (epa-file-insert-file-contents): Make progress
20554         display more user-friendly.
20555         (epa-file-write-region): Ditto.
20557 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
20559         * subr.el (string-mark-left-to-right): New function.
20561         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20562         Use string-mark-left-to-right.
20563         (list-buffers-noselect): Caller changed.
20565         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20566         Use string-mark-left-to-right.
20567         (tabulated-list-print): Recenter after moving point.
20569 2011-08-10  Juri Linkov  <juri@jurta.org>
20571         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20572         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20573         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20575 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
20577         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20578         (Bug#7554).
20580 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
20582         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20583         character.  (Bug#6594)
20585 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
20587         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20588         (image-dired--with-db-file): New macro.
20589         (image-dired-write-tags, image-dired-remove-tag)
20590         (image-dired-create-gallery-lists, image-dired-write-comments)
20591         (image-dired-get-comment, image-dired-mark-tagged-files)
20592         (image-dired-list-tags, image-dired-gallery-generate): Use it.
20593         (image-dired-gallery-generate): Use insert-file-contents.
20595         * time.el (display-time-world-list, display-time-world-display):
20596         * time-stamp.el (time-stamp-string):
20597         * vc/add-log.el (add-change-log-entry): Use setenv instead of
20598         set-time-zone-rule (Bug#7337).
20600 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
20602         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20603         (epg-error-to-string, epg-errors-to-string): New function.
20604         (epg-wait-for-completion): Reverse errors list.
20605         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20606         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20607         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20608         (epg-sign-keys, epg-generate-key-from-file)
20609         (epg-generate-key-from-string): Format errors by using
20610         epg-errors-to-string (bug#9255).
20611         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20613 2011-08-07  Juri Linkov  <juri@jurta.org>
20615         * faces.el (list-faces-display): Remove extra angle bracket
20616         from `help-mode-map'.
20618         * info.el (Info-history-toc-nodes): Doc fix.
20620         * longlines.el (longlines-mode): Doc fix.
20622 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20624         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20625         of statements and in a few more cases (bug#9183).
20627         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20628         New functions.
20629         (cl-transform-lambda): Use them (bug#9239).
20631 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
20633         * window.el (display-buffer-same-window)
20634         (display-buffer-same-frame, display-buffer-other-window)
20635         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20636         (pop-to-buffer-other-window)
20637         (pop-to-buffer-same-frame-other-window)
20638         (pop-to-buffer-other-frame): Make them defuns.
20639         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20641 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20643         * subr.el (make-composed-keymap): Move from C.  Change calling
20644         convention, and improve docstring to bring attention to a subtle point.
20645         * minibuffer.el (completing-read-default): Adjust accordingly.
20647 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
20649         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20650         (tramp-open-shell): Use `tramp-shell-quote-argument'.
20652         * net/trampver.el: Update release number.
20654 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20656         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20657         "in" (bug#9190).
20659 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20661         * mail/sendmail.el (sendmail-query-once): Restore the current
20662         buffer after querying (bug#9074).
20664         * dired.el (dired-flagged): Use different faces for marked and
20665         flagged files (bug#6117).
20667         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20668         (bug#4433).
20670         * ido.el (ido-mode): Switch off the message if called
20671         non-interactively.
20673         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20674         before 587, since it appears that that's more likely to work for
20675         more people.
20677         * cus-edit.el (custom-file): When running under emacs -q, always
20678         refuse to save the customizations, even if the .emacs file doesn't
20679         exist.
20681         * info.el: Remove the `Info-beginning-of-buffer' function
20682         (bug#8325).
20684         * net/network-stream.el (network-stream-open-starttls):
20685         Use `starttls-available-p' to see whether starttls.el can be used.
20687 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
20689         * window.el (display-buffer-in-window): Don't set dedicated status
20690         of window here (Bug#9215).
20691         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20692         (display-buffer-pop-up-side-window)
20693         (display-buffer-in-side-window): Set dedicated status of window here.
20695 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20697         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20698         before binding generated-autoload-file.
20700 2011-08-01  Deniz Dogan  <deniz@dogan.se>
20702         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20704 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
20706         Sync with Tramp 2.2.2.
20708         * net/trampver.el: Update release number.
20710 2011-07-30  Juri Linkov  <juri@jurta.org>
20712         * dired-aux.el (dired-touch-initial): Remove function.
20713         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20714         current time, and `default' to the last modification time of the
20715         current marked file (bug#6887).
20717 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
20719         * simple.el (goto-line): Use string-to-number to provide a
20720         numeric argument to read-number (bug#9163).
20722 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
20724         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20725         connection process, it could be nil.
20727 2011-07-27  Leo Liu  <sdl.web@gmail.com>
20729         Simplify url handling in rcirc-mode.
20731         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20732         (rcirc-browse-url-at-mouse): Remove.
20733         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20735 2011-07-26  Alan Mackenzie  <acm@muc.de>
20737         Fontify bitfield declarations properly.
20739         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20740         (c-symbol-chars): Now exported as a lang variable.
20741         (c-not-primitive-type-keywords): New lang variable.
20743         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20744         QT keyword "more" to prevent "more slots: ...." being spuriously
20745         parsed as a bitfield declaration.
20747         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20748         Refactor and enhance to handle bitfield declarations.
20749         (c-punctuation-in): New function.
20750         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20751         declarations properly.
20753 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
20755         * calendar/icalendar.el (icalendar--all-events): Take care of
20756         multiple vcalendars in a single file.
20757         (icalendar--convert-float-to-ical): Checkdoc fixes.
20759 2011-07-25  Deniz Dogan  <deniz@dogan.se>
20761         * image.el (insert-image): Clarifying docstring.
20763 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
20765         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20766         `tramp-send-command-and-check' if there is no error.
20767         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20769 2011-07-22  Alan Mackenzie  <acm@muc.de>
20771         Prevent cc-langs.elc being loaded at run time.
20773         * progmodes/cc-mode.el: Remove two autoload forms which loaded
20774         cc-langs.
20776         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20777         "(require 'cc-langs)".  Quote a form so it will evaluate at
20778         (cc-mode's) compilation time.
20780 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
20782         * net/tramp.el (tramp-file-name-handler): Avoid recursive
20783         loading.  (Bug#9114)
20785 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
20787         * window.el (display-buffer-pop-up-window)
20788         (display-buffer-pop-up-side-window)
20789         (display-buffer-in-side-window): Call display-buffer-set-height
20790         and display-buffer-set-width after setting the new window's
20791         buffer so `fit-window-to-buffer' and friends work on the right buffer.
20793 2011-07-20  Sam Steingold  <sds@gnu.org>
20795         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20796         (etags-tags-included-tables): Call `convert-standard-filename' on
20797         the file names contained in TAGS so that windows Emacs can handle
20798         TAGS files created by cygwin ctags.
20800 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20802         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20803         which apparently didn't work.
20805 2011-07-19  Roland Winkler  <winkler@gnu.org>
20807         * proced.el (proced-send-signal): For *Marked Processes* buffer
20808         put point at beginning of buffer.
20810 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
20812         * proced.el (proced-format): Make header lines align with the text
20813         (bug#1779).
20815 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20817         * view.el (view-buffer): Allow running in `special' modes if we're
20818         visiting a file (bug#8615).
20820 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
20822         * window.el (display-buffer-alist-of-strings-p)
20823         (display-buffer-alist-set-1, display-buffer-alist-set-2):
20824         New functions.
20825         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20826         more accurately.
20828 2011-07-18  Alan Mackenzie  <acm@muc.de>
20830         Fontify declarators properly when, e.g., a jit-lock chunk begins
20831         inside a declaration.
20833         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20835         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20836         New function.
20837         (c-complex-decl-matchers): Insert reference to
20838         c-font-lock-enclosing-decls.
20840         * progmodes/cc-engine.el (c-backward-single-comment):
20841         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20842         to nil around calls to (forward-comment -1).
20844 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20846         * image.el (put-image): Doc typo fix.
20848         * progmodes/etags.el (tags-search): Doc typo fix.
20850         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20851         password if we get errors 550 to 554.
20853 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20855         * net/gnutls.el (gnutls-log-level): Remove.
20857         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20858         indentation character (bug#6380).
20860         * files.el (buffer-offer-save): Made permanently local (bug#6241).
20862         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20863         to clarify what the problem is (bug#4291).
20865         * simple.el (current-kill): Clarify what
20866         `interprogram-paste-function' does (bug#7500).
20867         (auto-fill-mode): Document `auto-fill-function' in relation to
20868         `auto-fill-mode' (bug#2470).
20870 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
20872         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20873         method if slot is read-only (bug#9035).
20875 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
20877         * frame.el (select-frame-set-input-focus): New argument NORECORD.
20878         * window.el (pop-to-buffer): Select window used even if it was
20879         selected before, see discussion of (Bug#8615), (Bug#6954).
20880         Pass argument NORECORD on to select-frame-set-input-focus.
20882 2011-07-15  Glenn Morris  <rgm@gnu.org>
20884         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
20885         Respect help-form.
20887 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
20889         * net/gnutls.el (gnutls-min-prime-bits): New variable.
20890         (gnutls-negotiate): Use it.
20892 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20894         * net/gnutls.el (gnutls-negotiate):
20895         Upcase `gnutls-algorithm-priority'.
20897 2011-07-15  Glenn Morris  <rgm@gnu.org>
20899         * jka-compr.el (jka-compr-verbose): Move from here...
20900         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
20901         Add missing :version tag.
20902         * info.el: No need to require jka-compr when compiling.
20904 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20906         * net/gnutls.el (gnutls-algorithm-priority): New variable.
20907         (gnutls-negotiate): Use it.
20909         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20911         * info.el (Info-beginning-of-buffer): New command.
20912         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20913         announcing `b' as the key (bug#8325).
20914         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20916         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20918         * international/mule-cmds.el
20919         (describe-specified-language-support): Make the error message
20920         clearer (bug#8905).
20922         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20924         * isearch.el (isearch-barrier): Add a doc string, since it's
20925         mentioned in a function doc string (bug#8678).
20927 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
20929         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20930         buffer argument (Bug#9083) and self-identifying label argument.
20932 2011-07-15  Glenn Morris  <rgm@gnu.org>
20934         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
20936 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20938         * man.el (Man-fontify-manpage): Fix message when formatting the
20939         man page (bug#7929).
20941 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20943         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20944         argument LRM; if non-nil, append an invisible LRM character to the
20945         buffer name.
20946         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20947         last argument non-nil, when formatting buffer names.
20948         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20949         paragraph direction.
20951 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20953         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20954         the man page name (bug#7929).
20956         * image.el (put-image): Mention the `put-image' overlay property
20957         (bug#7834).
20959         * scroll-bar.el (set-scroll-bar-mode): Mention that
20960         `scroll-bar-mode' lists the values (bug#7772).
20962         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20963         command (bug#7729).
20965         * rect.el (apply-on-rectangle): Return the point after the last
20966         operation.
20967         (string-rectangle): Go to the point after the last operation
20968         (bug#7522).
20970         * printing.el (pr-toggle-region): Clarify the documentation
20971         slightly (bug#7493).
20973         * time.el (display-time-update):
20974         Allow `display-time-mail-function' to return nil (bug#7158).
20975         Fix suggested by Detlev Zundel.
20977         * vc/diff.el (diff): Clarify the order the file names are read
20978         (bug#7111).
20980         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20981         the doc string (bug#7015).
20983         * font-lock.el (font-lock-maximum-decoration): Mention what
20984         numeric levels mean (bug#6935).
20986         * startup.el (initial-buffer-choice): Don't mention the `none'
20987         selection, which is against policy.
20989 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
20991         * window.el (display-buffer-normalize-special):
20992         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20994 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20996         * subr.el (version<, version<=, version=): Mention "-CVS" and
20997         "-12345" alpha version numbers.
20999 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21001         * bindings.el: Add advertised binding for set-mark-command
21002         (Bug#5772).
21004 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
21006         * bindings.el (mode-line-other-buffer):
21007         * bookmark.el (bookmark-bmenu-2-window):
21008         * bs.el (bs-cycle-next, bs-cycle-previous):
21009         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21010         switch-to-buffer.
21012         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21013         Delete.
21015 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
21017         * follow.el (follow-debug-message, follow-redisplay):
21018         * jka-cmpr-hook.el (with-auto-compression-mode):
21019         Fix typos in docstrings.
21021 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21023         * subr.el (with-silent-modifications): Clarify somewhat what the
21024         macro inhibits (bug#6525).
21026         * simple.el (eval-expression): Note what it does if called
21027         interactively (bug#6495).
21029 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21031         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
21032         Use pop-to-buffer buffer-or-name if it is nil.
21034         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21035         Remove switch-to-buffer.
21037 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21039         * files.el (make-directory): Clarify that an error will be raised
21040         if there's an error (bug#6397).
21042         * startup.el (initial-buffer-choice): Add `none' as a choice
21043         (bug#6234).
21045         * subr.el (add-hook): Clarify section about buffer-local hooks
21046         (bug#6218).
21048         * dired.el (dired-flagged): Clarify doc string (bug#6117).
21050 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21052         * tabify.el (untabify): Preserve the current column so that point
21053         doesn't move (bug#6032).
21055 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21057         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21058         Rewrite to avoid awkward possessive "s" (bug#5986).
21060 2011-07-13  Glenn Morris  <rgm@gnu.org>
21062         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
21063         (dired-insert-directory): Give a message the first time
21064         if ls is found not to support --dired.
21066 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21068         * simple.el (toggle-truncate-lines): Clarify what is toggled
21069         (bug#5580).  Text by Drew Adams.
21071 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
21073         * simple.el (blink-matching-open): Make the error message from the
21074         last change less verbose.
21076 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
21078         * font-lock.el (font-lock-comment-face): Use the high contrast
21079         "yellow" color for font-lock-comment-face on low color terminals
21080         using a dark background color (bug#4221).
21082 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21084         * dired.el (dired-insert-set-properties): Make the doc string
21085         reflect what it does now (bug#5325).
21087         * simple.el (blink-matching-open): Say that we were unable to find
21088         the match within the limit, if we're limited (bug#5122).
21090         * international/mule-cmds.el (prefer-coding-system): Add an
21091         example (bug#4869).
21093         * progmodes/etags.el (tags-search): Document `file-list-form'
21094         (bug#4731).
21096 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
21098         * net/browse-url.el (browse-url-default-browser)
21099         (browse-url-browser-function): Make the default browser choice a
21100         bit more logical (bug#4300).  Also clean up the doc string.
21102 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
21104         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21105         binary endings (bug#4440).
21107 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21109         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21110         which can be pretty annoying (bug#8971).
21112         * jka-compr.el (jka-compr-verbose): New variable, and use
21113         throughout (bug#8971).
21115         * info.el (Info-find-file): Fall back on the installation
21116         directory if we can't find the info node anywhere else.
21118 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
21120         * vc/vc.el (vc-revert-file):
21121         Don't set file time-stamp in the past.  (Bug#5181)
21123 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21125         * files.el (after-find-file): Give a better error message when
21126         trying to find a symlink that points to a file that doesn't exist
21127         (bug#4398).
21129         * progmodes/cc-vars.el: Remove (probably) misleading comment
21130         (bug#4396).
21132 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
21134         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21136 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
21138         * mouse-sel.el: Hack restoring functionality, while keeping
21139         compatibility with 2010-07-03 changes to mouse selection.
21140         (mouse-sel-primary-overlay): New var.
21141         (mouse-sel-selection-alist): Use it.
21142         (mouse-sel-mode): Doc fix; remove points that are default features
21143         of mouse.el.
21145 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
21147         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21148         Fix previous fix (bug#2490).
21150 2011-07-12  Roland Winkler  <winkler@gnu.org>
21152         * textmodes/bibtex.el (bibtex-initialize):
21153         Use pop-to-buffer-same-window.
21154         (bibtex-search-entries): Fix interactive call.
21156 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21158         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21159         Fontise bytecomp Error lines more correctly (bug#2490).
21160         Fix suggested by Johan BockgĂ¥rd.
21162         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21164         * dired-x.el (dired-guess-default): Use `delete-dups'.
21166 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
21168         * dired.el (dired-mark-prompt):
21169         * dired-aux.el (dired-read-shell-command): Doc fix.
21171 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21173         * mail/sendmail.el (sendmail-query-once):
21174         Use `customize-save-variable' unconditionally, now that it works under
21175         emacs -Q.
21177         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21179         * cus-edit.el (custom-file): Take an optional no-error variable.
21180         (customize-save-variable): Set the variable, and give a warning if
21181         running under "emacs -q".
21183 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
21185         * loadhist.el (unload-feature-special-hooks):
21186         Add `auto-coding-functions', `fill-nobreak-predicate' and
21187         `find-directory-functions' (bug#5327).
21189 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21191         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21193         * cus-edit.el (custom-guess-name-alist): -alist variables should
21194         use the `alist' type (bug#3120).  Suggested by Drew Adams.
21196         * printing.el: Add documentation to all the `pr-toggle-' commands.
21198 2011-07-11  Leo Liu  <sdl.web@gmail.com>
21200         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21201         backends where it makes sense (bug#2623).
21203 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21205         * dired-x.el (dired-guess-default): Remove duplicate shell command
21206         entries (bug#2028).
21207         (dired-guess-default): Fix grammar in doc string (bug#2028).
21208         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21210         * subr.el (remove-duplicates): New conveniency function.
21212 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21214         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21215         (bug#1526).
21217 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
21219         * window.el (display-buffer-normalize-default): Don't invert
21220         meaning of even-window-heights.  Reported by Eli Zaretskii
21221         <eliz@gnu.org>.
21223 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
21225         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21227 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
21229         * window.el (display-buffer): Fix arguments to
21230         display-buffer-reuse-window in last change.
21232         * faces.el (link): Use a less saturated blue on light backgrounds.
21234         * startup.el (fancy-startup-text, fancy-about-text)
21235         (fancy-startup-tail): Use font-lock faces, for background safety.
21237 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
21239         * emulation/viper-cmd.el (viper-change-state-to-vi):
21240         Limit triggering of abbrev expansion (Bug#9038).
21242 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
21244         * window.el (display-buffer-default-specifiers): Remove.
21245         (display-buffer-macro-specifiers): Remove default specifiers.
21246         (display-buffer-alist): Default to nil.
21247         (display-buffer-reuse-window): New optional argument other-window.
21248         (display-buffer-pop-up-window): Allow splitting internal
21249         windows.  Check whether a live window was created.
21250         (display-buffer-other-window-means-other-frame)
21251         (display-buffer-normalize-arguments): Rename to
21252         display-buffer-normalize-argument and rewrite.  Set the
21253         other-window specifier.
21254         (display-buffer-normalize-special): New function.
21255         (display-buffer-normalize-options): Rename to
21256         display-buffer-normalize-default and rewrite.
21257         (display-buffer-normalize-options-inhibit): Remove.
21258         (display-buffer-normalize-specifiers): Rewrite.
21259         (display-buffer): Process other-window specifier and call
21260         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
21261         more faithfully.
21262         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21263         (display-buffer-alist-set): Don't handle 'unset default values.
21264         (display-buffer-in-window, display-buffer-alist-set):
21265         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
21266         <tassilo@member.fsf.org>.
21268 2011-07-09  Leo Liu  <sdl.web@gmail.com>
21270         * register.el (insert-register): Restore accidental change on
21271         2011-06-26.  (Bug#9028)
21273 2011-07-09  Glenn Morris  <rgm@gnu.org>
21275         * subr.el (remq): Handle the empty list.  (Bug#9024)
21277 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
21279         * mail/sendmail.el (send-mail-function): No longer delay custom
21280         initialization.
21281         * custom.el (custom-initialize-delay): Doc fix.
21283 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21285         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21287 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
21289         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21290         human-friendly prompt.
21292 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21294         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21295         provided by a particular plugin.
21297 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21299         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21300         save customizations (with "emacs -Q"), just set the variable
21301         instead of erroring out.
21303         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21305 2011-07-08  Juri Linkov  <juri@jurta.org>
21307         * arc-mode.el (archive-zip-expunge, archive-zip-update)
21308         (archive-zip-update-case): Use 7z if found by `executable-find'.
21309         The order of searching the available programs is the same as in
21310         `archive-zip-extract' (bug#8968).
21312 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21314         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21315         (menu-bar-options-menu): Tweak descriptions.
21317 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21319         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21320         menu items into verb phrases (bug#1421).  Also refill to fit under
21321         80 columns.
21323 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21325         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21326         (Info-read-node-name): Doc fix (Bug#1084).
21328         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21329         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21330         (end-of-sexp, beginning-of-sexp)
21331         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21332         (forward-symbol, forward-same-syntax, word-at-point)
21333         (sentence-at-point): Doc fix (Bug#1144).
21335 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21337         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21338         should cover it (bug#1281).
21340         * cus-edit.el (custom-show): Mark as obsolete.
21342         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21343         negotiation fails, then possibly try again with a non-encrypted
21344         connection (bug#9017).
21346         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21347         be used.
21349 2011-07-07  Richard Stallman  <rms@gnu.org>
21351         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21352         property, and handle its changed format.
21353         Look for the correct line number.
21354         Use file's line contents (but not past first =) to find
21355         correct line in message.
21357 2011-07-07  Kenichi Handa  <handa@m17n.org>
21359         * international/characters.el (build-unicode-category-table):
21360         Delete it.
21361         (unicode-category-table): Set it by unicode-property-table-internal.
21363         * international/mule-cmds.el (char-code-property-alist): Move to
21364         to src/chartab.c.
21365         (get-char-code-property): Call unicode-property-table-internal to
21366         load a file.  Call get-unicode-property-internal where necessary.
21367         (put-char-code-property): Call unicode-property-table-internal to
21368         load a file.  Call put-unicode-property-internal where necessary.
21369         put-unicode-property-internal where necessary.
21370         (char-code-property-description):
21371         Call unicode-property-table-internal to load a file.
21373         * international/charprop.el:
21374         * international/uni-bidi.el:
21375         * international/uni-category.el:
21376         * international/uni-combining.el:
21377         * international/uni-comment.el:
21378         * international/uni-decimal.el:
21379         * international/uni-decomposition.el:
21380         * international/uni-digit.el:
21381         * international/uni-lowercase.el:
21382         * international/uni-mirrored.el:
21383         * international/uni-name.el:
21384         * international/uni-numeric.el:
21385         * international/uni-old-name.el:
21386         * international/uni-titlecase.el:
21387         * international/uni-uppercase.el: Regenerate.
21389         * loadup.el: Load international/charprop.el before
21390         international/characters.
21392 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
21394         * window.el (next-buffer, previous-buffer): Signal an error if
21395         called from a minibuffer window.
21397         * bindings.el: Revert 2011-07-04 change.
21399 2011-07-06  Richard Stallman  <rms@gnu.org>
21401         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21402         (rmail-mime-insert-bulk, rmail-mime-insert-text):
21403         Treat markers like ints.
21404         (rmail-mime-entity): Doc fix.
21406 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21408         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21409         defcustom again for backwards compatibility.
21411         * simple.el (shell-command-on-region): Fill.
21413         * dired-aux.el (dired-kill-line): Add a doc string.
21415         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21416         to "\\sw\\|\\s_" (bug#358).
21418         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21419         (dired-unmark-backward): Ditto.
21420         (dired-flag-backup-files): Ditto.
21422         * dired-x.el (dired-mark-sexp): Ditto.
21424 2011-07-06  Richard Stallman  <rms@gnu.org>
21426         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21427         (rmail-mime-entity): New arg TRUNCATED.
21428         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21429         New functions.
21430         (rmail-mime-save): Warn if entity is truncated.
21431         (rmail-mime-toggle-hidden): Likewise, for showing.
21432         (rmail-mime-process-multipart): Record when an entity is truncated.
21434         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21435         if ENTITY is a string.
21437 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21439         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21440         of faces when `M-C-x'-ing their definitions (bug#8378).
21441         Also clean up the code slightly.
21443         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21444         because that makes the colors go away.
21446         * mail/sendmail.el (send-mail-function): Change the default to
21447         `sendmail-query-once'.
21448         (sendmail-query-once): Add an autoload cookie.
21450         * net/network-stream.el (network-stream-open-starttls): Try using
21451         a plain connection even if the server offered STARTTLS, and we
21452         kinda wanted to use it, if Emacs doesn't have any STARTTLS
21453         capability.  This should make smtpmail.el work in slightly more
21454         configurations.
21456 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
21458         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21459         New defun.
21460         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21462 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
21464         * progmodes/sql.el: Version 3.0
21465         (sql-product-alist): Add product :completion-object,
21466         :completion-column, and :statement attributes.
21467         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21468         (sql-mode-syntax-table): Mark all punctuation.
21469         (sql-font-lock-keywords-builder): Temporarily remove fallback on
21470         ansi keywords.
21471         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21472         (sql-mode-oracle-font-lock-keywords): Improve.
21473         (sql-oracle-show-reserved-words): New function for development.
21474         (sql-product-font-lock): Simplify for source code buffers.
21475         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21476         New functions.
21477         (sql-highlight-product): Set product specific syntax table.
21478         (sql-mode-map): Add statement movement functions.
21479         (sql-ansi-statement-starters, sql-oracle-statement-starters):
21480         New variable.
21481         (sql-statement-regexp, sql-beginning-of-statement)
21482         (sql-end-of-statement, sql-signum): New functions.
21483         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21484         (sql-show-sqli-buffer): Bug fix.
21485         (sql-interactive-mode): Store connection data as buffer local.
21486         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
21487         with sql-interactive-mode.
21488         (sql-save-connection): Save buffer local settings.
21489         (sql-connection-menu-filter): Change menu entry name.
21490         (sql-product-interactive): Bug fix.
21491         (sql-preoutput-hold): New variable.
21492         (sql-interactive-remove-continuation-prompt): Bug fixes.
21493         (sql-debug-redirect): New variable.
21494         (sql-str-literal): New function.
21495         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21496         Redesign.
21497         (sql-oracle-save-settings, sql-oracle-restore-settings)
21498         (sql-oracle-list-all, sql-oracle-list-table): New functions.
21499         (sql-completion-object, sql-completion-column)
21500         (sql-completion-sqlbuf): New variables.
21501         (sql-build-completions-1, sql-build-completions)
21502         (sql-try-completion): New functions.
21503         (sql-read-table-name): Use them.
21504         (sql-contains-names): New buffer local variable.
21505         (sql-list-all, sql-list-table): Use it.
21506         (sql-oracle-completion-types): New variable.
21507         (sql-oracle-completion-object, sql-sqlite-completion-object)
21508         (sql-postgres-completion-object): New functions.
21510 2011-07-06  Glenn Morris  <rgm@gnu.org>
21512         * window.el (pop-to-buffer): Doc fix.
21514 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
21516         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21518 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
21520         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21522         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21524 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
21526         * button.el (button): Inherit from link face.  Suggested by Dan
21527         Nicolaescu.
21529 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21531         * progmodes/gdb-mi.el: Fit in 80 columns.
21532         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21533         switch-to-buffer.
21535         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21536         if imenu is simply not configured (bug#8941).
21538 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
21540         * allout.el (allout-post-undo-hook): New allout outline-change
21541         event hook to signal undo activity.
21542         (allout-post-command-business): Run allout-post-undo-hook if an
21543         undo just occurred.
21544         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21545         * allout-widgets.el (allout-widgets-after-undo-function):
21546         Ensure the integrity of the current item's decoration after it has been
21547         in the vicinity of an undo.
21548         (allout-widgets-mode): Include allout-widgets-after-undo-function
21549         on the new allout-post-undo-hook.
21551 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21553         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21554         Let define-derived-mode define it.
21555         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21556         cycles of abbrev-table inheritance (bug#8998).
21558 2011-07-05  Roland Winkler  <winkler@gnu.org>
21560         * textmodes/bibtex.el: Add support for biblatex.
21561         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21562         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21563         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21564         (bibtex-entry-alist, bibtex-field-alist): New variables.
21565         (bibtex-entry-field-alist): Obsolete alias for
21566         bibtex-BibTeX-entry-alist.
21567         (bibtex-entry-alist, bibtex-field-alist): New widgets.
21568         (bibtex-set-dialect): New command.
21569         (bibtex-entry-type, bibtex-entry-head)
21570         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21571         Bind via bibtex-set-dialect.
21572         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21573         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21574         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21575         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21576         Define via bibtex-set-dialect.
21577         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21578         Obey bibtex-no-opt-remove-re.
21579         (bibtex-vec-push, bibtex-vec-incr): New functions.
21580         (bibtex-format-entry, bibtex-field-list)
21581         (bibtex-print-help-message, bibtex-validate)
21582         (bibtex-search-entries): Use new format of bibtex-entry-alist.
21584 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21586         * progmodes/compile.el (compilation-goto-locus):
21587         * net/tramp-cmds.el (tramp-append-tramp-buffers):
21588         * bs.el (bs-cycle-next, bs-cycle-previous):
21589         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21590         * bindings.el (mode-line-other-buffer):
21591         * autoinsert.el (auto-insert):
21592         * arc-mode.el (archive-extract):
21593         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21595 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21597         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21598         Fix check of `emacs-lock-unlockable-modes'.
21599         Coerce true values of `emacs-lock--try-unlocking' to t.
21601 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21603         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21604         * emacs-lock.el: New file.
21606 2011-07-05  Julien Danjou  <julien@danjou.info>
21608         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21609         than `boundp' to check if face is set.
21611 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
21613         * register.el (registerv-make):
21614         * window.el (window-min-height): Fix typos in docstrings.
21616 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
21618         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21619         Update doc string.
21621 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21623         * server.el (server-execute): Catch quit and call
21624         `server-return-error' to pass the error back to emacsclient and
21625         close the connection (bug#8942).
21627 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
21629         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21630         insecure exception for current topic.  Also note that auto-saves
21631         are handled differently.
21633         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21634         State variables for tracking auto-save inhibition situation.
21636         (allout-write-contents-hook-handler): Rename from
21637         'allout-write-file-hook-handler', and describe how it depends on
21638         write-contents-functions sensitivity to non-nil value to prevent
21639         file write.
21641         (allout-auto-save-hook-handler): Remove.  auto-save does not check
21642         this in individual buffers, only in the starting buffer, so this
21643         is not the right way for us to inhibit auto-save in a buffer
21644         according to its condition.
21646         (allout-mode): Use new allout-write-contents-hook-handler, and
21647         only with write-contents-functions.  Remove auto-save provisions -
21648         they're implemented elsewhere.
21650         (allout-before-change-handler): If undo is in progress, note that
21651         for attention of allout-post-command-business.
21653         (allout-post-command-business): If the command we're following was
21654         an undo, check for change in the status of encrypted items and
21655         adjust auto-save inhibitions accordingly.
21657         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21658         according to whether there are or aren't any plain-text topics
21659         pending encryption.
21661         (allout-inhibit-auto-save-info-for-decryption):
21662         Adjust buffer-saved-size and some allout state to inhibit auto-saves
21663         if there are plain-text topics pending encryption.
21665         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21666         buffer-saved-size and some allout state to not inhibit auto-saves
21667         if there are no longer any plain-text topics pending encryption.
21669         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21670         No longer provide for exemption of the current topic.
21672 2011-07-04  Juri Linkov  <juri@jurta.org>
21674         Add 7z operations to delete and save changed members (bug#8968).
21675         * arc-mode.el (archive-7z-expunge, archive-7z-update):
21676         New defcustoms.
21677         (archive-7z-write-file-member): New function.
21678         (archive-7z-summarize): Fix the number of dashes in the
21679         listing output.
21681 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21683         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21684         (bug#8958).
21686 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
21688         * bindings.el: Ignore next-buffer and previous-buffer in
21689         minibuffer-local-map.
21691         * font-lock.el (font-lock-builtin-face): Change light background
21692         color to dark slate blue (Bug#6693).
21694 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
21696         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21698 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21700         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21701         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21702         Add switch-to-buffer.
21704 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21706         * isearch.el (isearch-search-fun-function): Clarify further the
21707         meaning of the function returned.
21709 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
21711         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21713         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21714         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21715         Use it.
21716         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
21717         `tramp-default-remote-path' does not exist.
21718         (tramp-send-command-and-read): New optional argument NOERROR.
21719         (tramp-open-connection-setup-interactive-shell)
21720         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21721         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21722         (tramp-process-sentinel): Flush also process' connection property.
21723         (tramp-sh-handle-start-file-process): Do not set process
21724         sentinel.  It is done now ...
21725         (tramp-maybe-open-connection): ... here.  (Bug#8929)
21727 2011-07-04  MON KEY  <monkey@sandpframing.com>
21729         * play/animate.el (animate-string): Doc fixes and allow changing
21730         the buffer name (bug#5417).
21732 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21734         * play/animate.el (animation-buffer-name): Rename from *animate*.
21736 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
21738         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21739         This is simpler and helps future-proof the code.
21740         (timer-until): Use time-subtract and float-time.
21741         (timer--time-less-p): Use time-less-p.
21743 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
21745         * type-break.el (timep): Use the value of `float-time' to avoid a
21746         byte-compiler warning.
21748         * server.el (server-eval-and-print): Return any result, even nil.
21750 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21752         * type-break.el: Accept time formats that the builtins accept.
21753         (timep, type-break-time-difference): Accept any format that
21754         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21755         This is simpler and helps future-proof the code.
21756         (type-break-time-difference): Round rather than ignoring
21757         subseconds components.
21759 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21761         * info.el (Info-apropos-matches): Make non-interactive, since it
21762         doesn't seem to do anything useful as a command (bug#8829).
21764 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
21766         * frame.el (frame-background-mode, frame-set-background-mode):
21767         Move from faces.el.
21768         (frame-default-terminal-background): New function.
21770         * custom.el (custom-push-theme): Don't record faces in `changed'
21771         theme; this doesn't work correctly for per-frame face settings.
21772         (disable-theme): Use face-set-after-frame-default to reset faces.
21773         (custom--frame-color-default): New function.
21775 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21777         * dired.el (dired-flagging-regexp): Remove unused variable
21778         (bug#8769).
21780 2011-03-29  Kevin Ryde  <user42@zip.com.au>
21782         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21783         `perl-Test2' extend to match possible "fail #N" rep count
21784         (bug#8377).
21786 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21788         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21789         `smtpmail-via-smtp' now returns the error instead of nil.
21791         * isearch.el (isearch-search-fun-function): Clarify the doc string
21792         (bug#8101).
21794 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
21796         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21797         unnecessary spaces (bug#8987).
21799 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21801         * net/network-stream.el (open-network-stream): Use the
21802         :end-of-capability command thoughout.
21804 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21806         * net/network-stream.el (open-network-stream): Add the
21807         :end-of-capability command parameter, used by pop3.el.
21809 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21811         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21813         * fringe.el (fringe-query-style): Remove redundant text " (type ?
21814         for list)" (bug#6475).
21816         * files.el (file-expand-wildcards): Ignore non-readable
21817         sub-directories while trying to find matches instead of signaling
21818         an error (bug#6297).
21820         * man.el (Man-reference-regexp): Allow matching possible
21821         word-wrapped references (bug#6289).
21823         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21824         for consistency with the other vc buffers (bug#6197).
21825         (vc-checkin): Ditto.
21827         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21829         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21831 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21833         * custom.el (defcustom): Clarify that :set is only used in the
21834         Customize user interface (bug#6089).
21836         * progmodes/flymake.el (flymake-mode): If the buffer isn't
21837         associated with a file, refuse to run instead of erroring out
21838         (bug#6084).
21840         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21841         the doc string, since it appears that using `fill-column' always
21842         controls the width (bug#7845).
21844         * simple.el (shell-command-on-region): Say where the error output
21845         went if `shell-command-default-error-buffer' is set (bug#6857).
21847 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
21849         * allout.el (allout-yank-processing): Adjust cursor position for
21850         backwards-deleted space.
21852         (allout-rebullet-heading): Register changes with
21853         allout-exposure-changed-hook, so the modified topic is properly
21854         decorated.
21856 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21858         * minibuffer.el (completion-in-region): Document PREDICATE
21859         (bug#7136).
21861         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21862         of keyword/argument pairs (bug#6904).
21864         * replace.el (multi-occur):
21865         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21867 2011-07-02  Drew Adams  <drew.adams@oracle.com>
21869         * dired.el (dired-mark-if): Make the message about whether it's
21870         marking or unmarking clearer (bug#8523).
21872 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21874         * disp-table.el (display-table-print-array): New function.
21875         (describe-display-table): Use it to print the vectors more pretty
21876         (Bug#8859).
21878 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
21880         * window.el (window-state-get-1): Don't assign clone numbers.
21881         Add clone-of item to list of window parameters.
21882         (window-state-put-2): Don't process clone numbers.
21883         (display-buffer-alist): Fix doc-string.
21885 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21887         * subr.el (remq): Don't allocate if it's not needed.
21888         (keymap--menu-item-binding, keymap--menu-item-with-binding)
21889         (keymap--merge-bindings): New functions.
21890         (keymap-canonicalize): Use them to refine the canonicalization.
21891         * minibuffer.el (minibuffer-local-completion-map)
21892         (minibuffer-local-must-match-map): Move initialization from C.
21893         (minibuffer-local-filename-completion-map): Move initialization from C;
21894         don't inherit from anything here.
21895         (minibuffer-local-filename-must-match-map): Make obsolete.
21896         (completing-read-default): Use make-composed-keymap to combine
21897         minibuffer-local-filename-completion-map with either
21898         minibuffer-local-must-match-map or
21899         minibuffer-local-filename-completion-map.
21901 2011-07-01  Glenn Morris  <rgm@gnu.org>
21903         * type-break.el (type-break-time-sum): Use dolist.
21905         * textmodes/flyspell.el (flyspell-word-search-backward):
21906         Replace CL function.
21908 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21910         * mouse.el (mouse--strip-first-event): New function.
21911         (function-key-map): Use it to map fringe clicks to normal clicks
21912         by default.
21914         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21915         (vc-bzr-revision-completion-table): Add support for annotate and date.
21917         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21918         inherit from parent.
21920 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21922         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21923         (dired-show-file-type): Doc fixup (bug#8818).
21925         * dired.el (dired-mode): Fix up the doc string as suggested by
21926         Drew Adams (bug#8817).
21928         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21929         cookie, since the manual says that it should be possible to add
21930         this function to `find-file-hook' (bug#8709).
21932 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21934         * progmodes/cfengine.el: Moved all cfengine3.el functionality
21935         here.  Noted Ted Zlatanov as the maintainer.
21936         (cfengine-common-settings, cfengine-common-syntax): New functions
21937         to set up common things between `cfengine-mode' and
21938         `cfengine3-mode'.
21939         (cfengine3-mode): New mode.
21940         (cfengine3-defuns cfengine3-defuns-regex
21941         (cfengine3-class-selector-regex cfengine3-category-regex)
21942         (cfengine3-vartypes cfengine3-font-lock-keywords)
21943         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21944         (cfengine3-indent-line): Add from cfengine3.el.
21946 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
21948         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21950         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21952 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
21954         * window.el (same-window-buffer-names, same-window-regexps)
21955         (same-window-p, special-display-frame-alist)
21956         (special-display-popup-frame, special-display-function)
21957         (special-display-buffer-names, special-display-regexps)
21958         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21959         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21960         (split-window-preferred-function, split-height-threshold)
21961         (split-width-threshold, even-window-heights)
21962         (display-buffer-mark-dedicated, window-splittable-p)
21963         (split-window-sensibly, window-safely-shrinkable-p):
21964         Un-obsolete.
21965         (display-buffer): Don't spread args with function specifier
21966         because special-display-popup-frame won't like it.
21968 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21970         Time-stamp simplifications and fixes.
21971         These improve accuracy slightly, and future-proof the code
21972         against some potential changes to current-time format.
21974         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21975         by using time-since and float-time.
21977         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21978         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
21979         + NNN microseconds".
21981         * type-break.el (type-break-time-sum): Rewrite using time-add.
21983         * play/hanoi.el (hanoi-current-time-float): Remove.
21984         All uses replaced by float-time.
21986         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21987         This yields a more-accurate answer.
21988         (rng-time-to-float): Remove; no longer needed.
21990         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21992         * calendar/timeclock.el (timeclock-seconds-to-time):
21993         Defalias to seconds-to-time, since they're the same thing.
21995         * emacs-lisp/elp.el (elp-elapsed-time):
21996         * emacs-lisp/benchmark.el (benchmark-elapse):
21997         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21999 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22001         * window.el (bury-buffer): Don't iconify the only frame.
22002         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22003         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
22005 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
22007         * eshell/em-smart.el (eshell-smart-display-navigate-list):
22008         Add mouse-yank-primary.
22010 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
22012         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22014 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22016         * emacs-lisp/find-func.el (find-library--load-name): New fun.
22017         (find-library-name): Use it to find relative load names when provided
22018         absolute file name (bug#8803).
22020 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22022         * textmodes/flyspell.el (flyspell-word): Consider words that
22023         differ only in case as potential doublons (bug#5687).
22025         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
22026         Remove two rather uninteresting debugging-like messages to make
22027         debbugs.el more silent.
22029         * comint.el (comint-password-prompt-regexp): Accept "Response" as
22030         a password-like phrase.
22032 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
22034         * progmodes/cc-guess.el: New file.
22036         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
22038         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
22039         derived from `c-basic-common-init'.
22041         * progmodes/cc-mode.el (top-level): Require cc-guess.
22042         (c-basic-common-init): Use `cc-choose-style-for-mode'.
22044 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
22046         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
22048 2011-06-30  Alan Mackenzie  <acm@muc.de>
22050         * progmodes/cc-engine.el (c-guess-continued-construct):
22051         Correct the handling of template-args-cont, particularly for when font
22052         lock is disabled.  Name this case as "CASE G".
22054 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
22056         * allout.el (allout-yank-processing): Fix injection of extra space
22057         between bullet and non-whitespace character in first topic when
22058         pasting, ensuring that the actual spacing in the pasted topic
22059         following the bullet char is preserved.  This extra space was
22060         causing pasted encrypted topics to get a decrypted status even
22061         when the content was actually still encrypted.  Now the decryption
22062         status from before the paste is preserved.
22064         (allout-flag-region): Set all allout overlays so they evaporate
22065         when reduced to zero length (evanescent), to prevent overlay
22066         leakage.
22068 2011-06-30  Glenn Morris  <rgm@gnu.org>
22070         * w32-fns.el (w32-charset-info-alist): Declare.
22072         * find-dired.el (find-grep-options): Simplify.
22074         * term/ns-win.el (ns-set-resource): Declare.
22076         * ses.el (row, col): Declare dynamic variables honestly.
22078         * textmodes/reftex-parse.el (index-tags): Declare.
22080 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
22082         * cus-edit.el (customize-push-and-save): New function.
22084         * files.el (hack-local-variables-confirm): Use it.
22086         * custom.el (load-theme): New arg NO-CONFIRM.
22087         Use customize-push-and-save (Bug#8720).
22088         (custom-enabled-themes): Doc fix.
22090         * cus-theme.el (customize-create-theme)
22091         (custom-theme-merge-theme): Callers to load-theme changed.
22093 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22095         * thingatpt.el (thing-at-point-short-url-regexp): Require that
22096         short URLs have at least one dot in them (bug #7614).
22098         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22099         nil, because using a pty is apparently too slow (bug #895).
22101 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22103         * mail/sendmail.el (sendmail-query-once): New function.
22104         (sendmail-query-once-function): New variable.
22106 2011-06-29  Glenn Morris  <rgm@gnu.org>
22108         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22110         * ses.el (top-level): Require cl when compiling.
22111         (ses-set-localvars): Fix error statement.
22112         Call it at compile time to silence a storm of warnings.
22114 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
22116         * window.el (normalize-live-buffer): Rename to
22117         window-normalize-buffer.
22118         (normalize-live-frame): Rename to window-normalize-frame.
22119         (normalize-any-window): Rename to window-normalize-any-window.
22120         (normalize-live-window): Rename to window-normalize-live-window.
22121         (make-window-atom): Rename to window-make-atom.
22122         (window-resize-reset): Rename to window--resize-reset.
22123         (window-resize-reset-1): Rename to window--resize-reset-1.
22124         (resize-mini-window): Rename to window--resize-mini-window.
22125         (resize-subwindows-skip-p): Rename to
22126         window--resize-subwindows-skip-p.
22127         (resize-subwindows-normal): Rename to
22128         window--resize-subwindows-normal.
22129         (resize-subwindows): Rename to window--resize-subwindows.
22130         (resize-other-windows): Rename to window--resize-siblings.
22131         (resize-this-window): Rename to window--resize-this-window.
22132         (resize-root-window): Rename to window--resize-root-window.
22133         (resize-root-window-vertically): Rename to
22134         window--resize-root-window-vertically.
22135         (normalize-buffer-to-display): Rename to
22136         window-normalize-buffer-to-display.
22137         (normalize-buffer-to-switch-to): Rename to
22138         window-normalize-buffer-to-switch-to.
22139         Correspondingly update all callers of the functions listed
22140         above.
22141         (display-buffer-alist, display-buffer-normalize-arguments)
22142         (display-buffer-normalize-options, display-buffer)
22143         (display-buffer-alist-set): Use "function" instead of
22144         "fun-with-args".
22146 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
22148         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22149         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
22150         debbugs.gnu.org.  Mention acknowledgment email.
22152 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22154         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22155         buffer multibyteness, since it shouldn't matter.
22157 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
22159         * window.el (display-buffer-in-side-window): Handle dedicated
22160         windows as in display-buffer-reuse-window.
22161         (display-buffer-normalize-alist): Use value of override
22162         specifier.
22163         (display-buffer-normalize-specifiers): Use value of
22164         other-window-means-other-frame specifier.
22165         (display-buffer-alist): Rewrite some texts in widgets.
22166         (display-buffer): Spread arguments when calling function
22167         specified by fun-with-args.
22169 2011-06-28  Deniz Dogan  <deniz@dogan.se>
22171         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22172         Unnest `let'.
22174         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22175         selectors (Bug#5732).
22176         (css-proprietary-nmstart-re): Use `regexp-opt'.
22178 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
22180         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22181         (eshell-ls-date-format): New defcustom.
22182         (eshell-ls-file): Use it.
22184 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22186         * help-fns.el (describe-variable): Fix message for terminal-local vars.
22188 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22190         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22191         (ange-ftp-make-tmp-name): New arg.
22192         (ange-ftp-file-local-copy): Use it.
22194 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
22196         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22197         no-conversion (Bug#8870).
22199 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
22201         * window.el (window-right, window-left, window-child)
22202         (window-child-count, window-last-child)
22203         (window-iso-combination-p, walk-window-tree-1)
22204         (window-atom-check-1, window-tree-1, delete-window)
22205         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22206         new naming conventions - window-vchild, window-hchild,
22207         window-next and window-prev are now called window-top-child,
22208         window-left-child, window-next-sibling and window-prev-sibling
22209         respectively.
22210         (resize-window-reset): Rename to window-resize-reset.
22211         (resize-window-reset-1): Rename to window-resize-reset-1.
22212         (resize-window): Rename to window-resize.
22213         (window-min-height, window-min-width)
22214         (resize-mini-window, resize-this-window, resize-root-window)
22215         (resize-root-window-vertically, adjust-window-trailing-edge)
22216         (enlarge-window, shrink-window, maximize-window)
22217         (minimize-window, delete-window, quit-restore-window)
22218         (split-window, balance-windows, balance-windows-area-adjust)
22219         (balance-windows-area, window-state-put-2)
22220         (display-buffer-even-window-sizes, display-buffer-set-height)
22221         (display-buffer-set-width, set-window-text-height)
22222         (fit-window-to-buffer): Rename all "resize-window" prefixed
22223         calls to use the "window-resize" prefix convention.
22224         (display-buffer-alist): Fix symbol for label specifier.
22225         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22226         corresponding specifier.
22227         Reported by Juanma Barranquero <lekktu@gmail.com>.
22229 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
22231         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22232         convention.
22233         (ses-call-printer): Does not pass an empty string to formatter when the
22234         cell is empty to keep from barking printer Calc math-format-value.
22236 2011-06-27  Richard Stallman  <rms@gnu.org>
22238         * battery.el (battery-mode-line-limit): New variable.
22239         (battery-update): Handle it.
22241         * mail/rmailmm.el (rmail-mime-process-multipart):
22242         Handle truncated messages.
22244 2011-06-27  Glenn Morris  <rgm@gnu.org>
22246         * progmodes/flymake.el (flymake-err-line-patterns):
22247         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
22249 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
22251         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22252         (ses--clean-!, ses--clean-_): New functions.
22253         (ses-range): Add configurability of readout order, and conversion
22254         to Calc vector.
22256         * ses.el (ses-repair-cell-reference-all): New function.
22257         (ses-cell-symbol): Set macro as safe, so that it can be used in
22258         formulas.
22260         * ses.el: Update cycle detection algorithm.
22261         (ses-localvars): Add ses--Dijkstra-attempt-nb and
22262         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22263         (ses-set-localvars): New function.
22264         (ses-make-cell): Add property-list as a cell element.
22265         (ses-cell-property-get-fun, ses-cell-property-get)
22266         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22267         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22268         New functions.
22269         (ses-cell-property-set, ses-cell-property-pop)
22270         (ses-cell-property-get-handle): New macro.
22271         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22272         New aliases, used for code readability.
22273         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22274         cycle detection.
22275         (ses-self-reference-early-detection): New defcustom.
22276         (ses-formula-references): Robustify against self-referring cells.
22277         (ses-mode): Use ses-set-localvars.
22278         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22279         before lauching the update processing.
22280         (ses-initialize-Dijkstra-attempt): New function.
22281         (ses-recalculate-cell): Update for cycle detection based on
22282         Dijkstra algorithm.
22284         * ses.el: Fix commenting and indenting convention.
22286 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22288         * bs.el (bs-cycle-next): Complete last change.
22290 2011-06-27  Drew Adams  <drew.adams@oracle.com>
22292         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22294 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22296         * net/network-stream.el (network-stream-open-starttls):
22297         Don't re-get capabilities unless we've reestablished connection.
22298         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22300         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22301         to binary to possibly avoid line encoding issues on Windows (among
22302         other things).
22304 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22306         * net/network-stream.el (open-network-stream): Return an :error
22307         saying what the problem was, if possible.
22309         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22310         server.
22312         * net/network-stream.el (network-stream-open-starttls): If we
22313         wanted to use STARTTLS, and the server offered it, but we weren't
22314         able to because we had no STARTTLS support, then close the connection.
22315         (open-network-stream): Return an :error element, if present.
22317 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22319         * hl-line.el (hl-line-sticky-flag): Doc fix.
22320         (global-hl-line-sticky-flag): New option (Bug#8323).
22321         (global-hl-line-highlight): Obey it.
22323         * vc/vc.el (vc-revert-show-diff): Default to t.
22325 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
22327         * allout-widgets.el (allout-widgets-post-command-business):
22328         Stop decorating intermediate isearch matches.  They're not being
22329         undecorated when an isearch is continued past, and isearch
22330         automatically collapses them.  This leads to "widget leaks", where
22331         decorated items accumulate in collapsed areas.  Lines with lots of
22332         hidden widgets can slow down cursor travel, substantially.
22333         Too much complicated machinery would be needed to ensure undecoration,
22334         so we're doing without this nicety.
22336         (allout-widgets-tally-string): Don't try to do a hash-table-count
22337         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
22338         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22339         *Messages* when allout-widgets-maintain-tally is t.
22341 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
22343         * window.el (display-buffer-normalize-argument): Rename to
22344         display-buffer-normalize-arguments.  Handle special meaning of
22345         LABEL argument.  Respect special-display-function when popping up
22346         a new frame.  Fix code searching for a window showing the buffer
22347         on another frame.
22348         (display-buffer-normalize-specifiers):
22349         Call display-buffer-normalize-arguments.
22350         (display-buffer-in-window): Don't undedicate the window if its
22351         buffer remains the same.
22352         Reported by Drew Adams <drew.adams@oracle.com>.
22353         (display-buffer-alist): Add choice for same-window macro
22354         specfier.
22355         (display-buffer): Mention special meaning of LABEL argument in
22356         doc-string.  Fix quoting.  Don't pop up a new frame even as
22357         fallback.
22359 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
22361         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22362         avoid deleting the current window in some cases (bug#8911).
22364 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
22366         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22367         (Bug#8934)
22369 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22371         * net/network-stream.el (network-stream-open-starttls):
22372         Use built-in TLS support if `gnutls-available-p' is true.
22373         (network-stream-open-tls): Ditto.
22375 2011-06-26  Leo Liu  <sdl.web@gmail.com>
22377         * register.el (registerv): New struct.
22378         (registerv-make): New function.
22379         (jump-to-register, describe-register-1, insert-register):
22380         Support the jump-func, print-func and insert-func slot of a registerv
22381         struct.  (Bug#8415)
22383 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
22385         * vc/vc.el (vc-revert-show-diff): New defcustom.
22386         (vc-diff-internal): New arg specifying diff buffer.
22387         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
22388         reuse an existing *vc-diff* buffer (Bug#8927).
22390         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22392 2011-06-26  Glenn Morris  <rgm@gnu.org>
22394         * progmodes/f90.el (f90-critical-indent): New option.
22395         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22396         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22397         (f90-mode): Doc fix.
22398         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22399         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22400         (f90-beginning-of-block, f90-next-block, f90-indent-region)
22401         (f90-match-end): Handle block, critical.
22403 2011-06-25  Glenn Morris  <rgm@gnu.org>
22405         * calendar/diary-lib.el (diary-included-files): Doc fix.
22406         (diary-include-files): New function, extracted from
22407         diary-include-other-diary-files and diary-mark-included-diary-files.
22408         (diary-include-other-diary-files, diary-mark-included-diary-files):
22409         Just call diary-include-files.
22410         (diary-mark-entries): Reset diary-included-files on first call.
22412         * calendar/diary-lib.el (diary-mark-entries)
22413         (diary-mark-included-diary-files):
22414         Visit included diary-files in temp buffers.
22416         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22417         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22418         (f90-start-block-re, f90-imenu-generic-expression)
22419         (f90-looking-at-program-block-start, f90-no-block-limit):
22420         Add support for submodules.
22422         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22423         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22425 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
22427         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22428         buffer-file-type before setting its value, to avoid disastrous
22429         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
22431 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
22433         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22435         * ses.el (ses-unload-function):
22436         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22438         * proced.el (proced-unload-function):
22439         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22441 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
22443         * server.el (server-create-window-system-frame): Add parameters arg.
22444         (server-process-filter): Doc fix.  Handle frame-parameters.
22446 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
22448         Fix bug#8730, bug#8781.
22450         * loadhist.el (unload--set-major-mode): New function.
22451         (unload-feature): Use it.
22453         * progmodes/python.el (python-after-info-look): Add autoload cookie.
22454         (python-unload-function): New function.
22456 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22458         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22460 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
22462         * net/browse-url.el (browse-url-firefox-program): Add icecat to
22463         the candidates list.
22465 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
22467         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22469 2011-06-23  Richard Stallman  <rms@gnu.org>
22471         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22472         (rmail-variables): Set next-error-move-function.
22473         (rmail-what-message): Take argument POS.
22474         (rmail-next-error-move): New function.
22476 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22478         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22479         messages for adjacent non-terminals.
22481 2011-06-23  Richard Stallman  <rms@gnu.org>
22483         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22484         (rmail-show-message-1): Preserve buffer modified flag.
22485         (rmail-start-mail): Don't specify use of rmail-mail-return;
22486         that's done by mail-bury now.
22487         (rmail-mail-return): Handle arg NEWBUF.
22489 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
22491         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22492         SIZE is a number.
22494 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
22496         * window.el (get-lru-window, get-mru-window)
22497         (get-largest-window): Never return a minibuffer window.
22498         (display-buffer-pop-up-window): Fix a bug that could lead to
22499         reusing the minibuffer window.
22500         (display-buffer): Pass original specifier argument to
22501         display-buffer-function instead of the normalized one.
22502         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22504 2011-06-22  Leo Liu  <sdl.web@gmail.com>
22506         * minibuffer.el (completing-read-function)
22507         (completing-read-default): Move from minibuf.c.
22509 2011-06-22  Richard Stallman  <rms@gnu.org>
22511         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22512         to Rmail even if not started by a special Rmail command.
22514         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22515         Copy the buffer currently showing just one message.
22517 2011-06-22  Roland Winkler  <winkler@gnu.org>
22519         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22520         (bibtex-clean-entry): First delete the old key so that a
22521         customized algorithm for generating the new key does not get
22522         confused by the old key.
22523         (bibtex-url): Obey regexp of first step.
22524         (bibtex-search-entries): Do not use add-to-list with local
22525         list-var.
22527 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22529         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22530         stored a user name, then query for the password first, instead of
22531         waiting for SMTP to give an error message and the trying again.
22533 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
22535         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22536         BUFFER in call-process.
22538 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22540         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22541         QUIT twice.
22542         (smtpmail-try-auth-methods): Require user name and password from
22543         auth-source.
22545 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
22547         * window.el (display-buffer-default-specifiers)
22548         (display-buffer-alist): Remove entries for pop-up-frame-alist.
22549         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22550         (split-window): Normalize SIDE argument (Bug#8916).
22552         * frame.el (pop-up-frame-alist, pop-up-frame-function)
22553         (special-display-frame-alist, special-display-popup-frame):
22554         Remove duplicate declarations.  These are now in window.el.
22556 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22558         * mail/smtpmail.el (smtpmail-via-smtp):
22559         Set :use-starttls-if-possible so that we always use STARTTLS if the
22560         server supports it.  SMTP servers that support STARTTLS commonly
22561         require it.
22563         * net/network-stream.el (network-stream-open-starttls): Support
22564         upgrading to STARTTLS always, even if we don't have built-in support.
22565         (open-network-stream): Add the :always-query-capabilities keyword.
22567         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22568         upgrades with `open-network-stream', and rely solely on
22569         auth-source for all credentials.  Big changes throughout the file,
22570         but in particular:
22571         (smtpmail-auth-credentials): Remove.
22572         (smtpmail-starttls-credentials): Remove.
22573         (smtpmail-via-smtp): Check for servers saying they want AUTH after
22574         MAIL FROM, too.
22576         * net/network-stream.el (network-stream-open-starttls):
22577         Provide support for client certificates both for external and built-in
22578         STARTTLS.
22579         (auth-source): Require.
22580         (open-network-stream): Document the :client-certificate keyword.
22581         (network-stream-certificate): Change cert-cert to cert and
22582         cert-key to key.
22584 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
22586         * net/tramp-cache.el (top): Don't load the persistency file when
22587         "emacs -Q" has been called.
22589 2011-06-21  Tim Harper  <timcharper@gmail.com>
22591         * term/ns-win.el (ns-initialize-window-system):
22592         Set application-specific `ApplePressAndHoldEnabled' system
22593         resource to NO as it is not yet supported by the NS port.
22595 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
22597         * misc.el (list-dynamic-libraries--refresh): Compute header here...
22598         (list-dynamic-libraries): ...not here.
22600 2011-06-21  Leo Liu  <sdl.web@gmail.com>
22602         * subr.el (sha1): Implement sha1 using secure-hash.
22604 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
22606         * window.el (display-buffer-alist): In default value do not
22607         enforce searching a window on any but the selected frame.
22608         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22609         (display-buffer-select-window): Remove function.
22610         (display-buffer-in-window): When a window on another frame gets
22611         reused, do not select it any more but just raise its frame if
22612         necessary (Bug#8851) and (Bug#8856).
22613         (display-buffer-normalize-options): Handle pop-up-frames related
22614         options more faithfully.
22615         (pop-to-buffer): Don't rely on `display-buffer' selecting the
22616         window if it is on another frame.
22617         (display-buffer-alist, display-buffer-default-specifiers):
22618         Don't make new frame unsplittable by default.
22619         (display-buffer-normalize-argument): Fix doc-string typo and use
22620         'same-frame-other-window instead of 'other-window when associating
22621         with display-buffer-macro-specifiers.
22623 2011-06-21  Vincent BelaĂ¯che  <vincent.b.1@hotmail.fr>
22625         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22626         New functions.
22627         (5x5-mode-map, 5x5-mode-menu): Bind them.
22628         (5x5-draw-grid): Tweak the solver's rendering.
22630 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22632         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22633         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22635 2011-06-21  Drew Adams  <drew.adams@oracle.com>
22637         * menu-bar.el: Use function variable instead of switch-to-buffer.
22638         (menu-bar-select-buffer-function): New variable.
22639         (menu-bar-update-buffers): Use it (bug#8876).
22641 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22643         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22644         variable's status.
22646 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
22648         * x-dnd.el (x-dnd-version-from-flags)
22649         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22650         and long as number (Bug#8899).
22651         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22653 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22655         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22656         (completion-try-completion, completion-all-completions): Compute the
22657         metadata argument if it's missing; make it optional (bug#8795).
22659         * wid-edit.el: Use lex-bind and move towards completion-at-point.
22660         (widget-complete): Use new :completion-function property.
22661         (widget-completions-at-point): New function.
22662         (default): Use :completion-function instead of :complete.
22663         (widget-default-completions): Rename from widget-default-complete;
22664         Rewrite.
22665         (widget-string-complete, widget-file-complete, widget-color-complete):
22666         Remove functions.
22667         (file, symbol, function, variable, coding-system, color):
22668         * international/mule-cmds.el (default-input-method, charset)
22669         (language-info-custom-alist):
22670         * cus-edit.el (face): Use new property :completions.
22672         * progmodes/pascal.el (pascal-completions-at-point): New function.
22673         (pascal-mode): Use it.
22674         (pascal-mode-map): Use completion-at-point.
22675         (pascal-toggle-completions): Make obsolete.
22676         (pascal-complete-word, pascal-show-completions):
22677         * progmodes/octave-mod.el (octave-complete-symbol):
22678         Redefine as obsolete alias.
22679         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22680         Signal absence of completion info for old Octave,
22681         (inferior-octave-complete): Redefine as obsolete alias.
22682         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22683         (meta-completions-at-point): Rename from meta-complete-symbol and
22684         adapt it for use on completion-at-point-functions.
22685         (meta-common-mode): Use it.
22686         (meta-looking-at-backward, meta-match-buffer): Remove.
22687         (meta-complete-symbol): Redefine as obsolete alias.
22688         (meta-common-mode-map): Use completion-at-point.
22689         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22690         (makefile-mode-map): Use completion-at-point.
22691         (makefile-completions-at-point): Rename from makefile-complete and
22692         adapt it for use on completion-at-point-functions.
22693         (makefile-mode): Use it.
22694         (makefile-complete): Redefine as obsolete alias.
22696 2011-06-20  Deniz Dogan  <deniz@dogan.se>
22698         * net/rcirc.el: Delete trailing whitespaces once and for all.
22700 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
22702         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22704 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
22706         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22708         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22710 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
22712         * window.el (display-buffer-other-window-means-other-frame):
22713         Call display-buffer-normalize-alist.
22714         (display-buffer-normalize-specifiers-1): Rename to
22715         display-buffer-normalize-argument.  New argument other-frame.
22716         Rewrite.
22717         (display-buffer-normalize-specifiers-2): Rename to
22718         display-buffer-normalize-options.
22719         (display-buffer-normalize-alist-1): New function.
22720         (display-buffer-normalize-specifiers-3): Rename to
22721         display-buffer-normalize-alist.
22722         Call display-buffer-normalize-alist-1.
22723         (display-buffer-normalize-options-inhibit): New variable.
22724         (display-buffer-normalize-specifiers): Rewrite calling
22725         display-buffer-normalize-alist,
22726         display-buffer-normalize-argument, and
22727         display-buffer-normalize-options.  Don't call the latter if
22728         display-buffer-normalize-options-inhibit is non-nil.
22729         (frame-auto-delete): New option.
22730         (window-deletable-p): Use frame-auto-delete.
22731         (window-list-no-nils, window-state-ignored-parameters)
22732         (window-state-get-1, window-state-get, window-state-put-list)
22733         (window-state-put-1, window-state-put-2, window-state-put):
22734         New functions.
22735         (display-buffer-normalize-options): Move special-display-p group
22736         after pop-up-frame group (Bug#8851) and (Bug#8856).
22738 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
22740         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22741         groups (Bug#8776).
22742         (rx-submatch-n): New function.
22743         (rx): Document it.
22745         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22746         (Bug#8768).
22748         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22750         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22752         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22753         anytime existing face settings are present (Bug#8889).
22755         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22756         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22757         Remove unused argument.
22759 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
22761         * window.el (display-buffer-default-specifiers):
22762         Remove pop-up-frame.  Add pop-up-window-min-height,
22763         pop-up-window-min-width, and another reuse-window specifier
22764         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
22765         (display-buffer-normalize-specifiers-2):
22766         Handle split-height-threshold and split-width-threshold also when
22767         pop-up-windows is unset.  Add a reuse-window specifier for the
22768         case popping up a new window fails.
22769         (special-display-popup-frame): Remove double quoting.
22770         (display-buffer-normalize-specifiers-1): Fix thinko.
22772 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22774         * shell.el (shell-completion-vars): Set pcomplete-termination-string
22775         according to comint-completion-addsuffix.
22777         * pcomplete.el: Convert to lexical binding and fix bug#8819.
22778         (pcomplete-suffix-list): Mark as obsolete.
22779         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22780         pcomplete-seen in the closure.
22781         (pcomplete-comint-setup): Setup completion-at-point as well.
22782         (pcomplete--entries): New function.
22783         (pcomplete--env-regexp): New var.
22784         (pcomplete-entries): Rewrite to work with partial-completion and
22785         without relying on pcomplete-suffix-list.
22786         (pcomplete-pare-list): Remove, unused.
22788 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22790         * window.el (display-buffer-alist): Set pop-up-window-min-height
22791         and pop-up-window-min-width in default value.  Reported by
22792         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
22793         other-window-means-other-frame.
22794         (display-buffer-macro-specifiers): Comment out entry for
22795         other-window specifier.
22796         (display-buffer-other-window-means-other-frame): New function.
22797         (display-buffer-normalize-specifiers-1): New arguments
22798         buffer-name and label.  Treat other-window case specially.
22799         (display-buffer-normalize-specifiers-2): Treat other-window case
22800         specially.
22801         (display-buffer-normalize-specifiers-3): New function.
22802         (display-buffer-normalize-specifiers):
22803         Call display-buffer-normalize-specifiers-3.
22805 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
22807         * window.el (same-window-p): Fix two typos introduced when
22808         adding with-no-warnings.
22809         (display-buffer-normalize-specifiers-1): Don't check
22810         pop-up-frames for 'unset initialization.
22811         (display-buffer-normalize-specifiers-2): Major rewrite using
22812         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22813         (pop-up-frames, display-buffer-reuse-frames)
22814         (display-buffer-mark-dedicated): Don't initialize to 'unset.
22815         Suggested by David Engster <deng@randomsample.de>.
22816         (even-window-heights): Initialize to 'unset.
22817         (display-buffer-alist-set): Handle new 'unset initializations.
22818         (display-buffer-macro-specifiers): Don't pop up a new frame in the
22819         other window case.
22821 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
22823         * window.el (display-buffer-normalize-specifiers-1):
22824         Respect current value of pop-up-frames for most reasonable values of
22825         second argument of display-buffer (Bug#8865).
22826         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22827         (switch-to-buffer-other-window-same-frame)
22828         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
22829         Adams (Bug#8875).
22830         (display-buffer): Don't check noninteractive when calling
22831         display-buffer-pop-up-frame.
22832         (display-buffer-pop-up-frame): Never pop up a frame in
22833         noninteractive mode (Bug#8857).
22834         (enlarge-window, shrink-window): Don't report an error when the
22835         window can't be resized as requested (Bug#8862).
22837 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22839         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22841         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22843         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22845 2011-06-15  Alan Mackenzie  <acm@muc.de>
22847         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22848         for declarators, disable knr checking to speed up for normal files.
22849         2: Refactor, replacing a sequence of nested if forms by a cond form.
22851 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22853         * net/network-stream.el (open-network-stream): Add the keyword
22854         :always-query-capabilities for the case where you want to force a
22855         `plain' network connection, but the protocol still requires the
22856         capabilitiy command (i.e., SMTP and EHLO).
22858         * subr.el (process-live-p): Rename from `process-alive-p' for
22859         consistency with other `-live-p' functions.
22861 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22863         * window.el (same-window-buffer-names, same-window-regexps)
22864         (special-display-frame-alist, special-display-popup-frame)
22865         (special-display-function, special-display-buffer-names)
22866         (special-display-regexps, pop-up-frame-alist)
22867         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22868         (pop-up-windows, split-window-preferred-function)
22869         (split-height-threshold, split-width-threshold, even-window-heights)
22870         (display-buffer-mark-dedicated): Don't encourage the use of
22871         display-buffer-alist from Elisp code.
22873 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
22875         * progmodes/python.el (python-mode): Derive from prog-mode.
22876         * progmodes/ps-mode.el (ps-mode):
22877         * progmodes/mixal-mode.el (mixal-mode):
22878         * progmodes/cfengine.el (cfengine-mode):
22879         * progmodes/ld-script.el (ld-script-mode): Likewise.
22881 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
22883         * window.el (display-buffer-alist): Trim default value to avoid
22884         popping up a new frame (Bug#8857) or reusing an arbitrary window
22885         on another frame.
22886         (display-buffer): Do not fall back on popping up a new frame in
22887         batch mode (Bug#8857).
22889 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
22891         * cus-theme.el (describe-theme-1): Use custom-theme-p.
22892         (custom-theme-summary): New function.
22893         (customize-themes): Use it.
22895 2011-06-13  Glenn Morris  <rgm@gnu.org>
22897         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22899 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
22901         * help.el (help-window): Remove variable.
22902         (help-window-point-marker, temp-buffer-max-height)
22903         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22904         (help-print-return-message): Don't set help-window.
22905         (resize-temp-buffer-window): Rewrite cod eand doc-string.
22906         (help-window-setup-finish): Remove.
22907         (help-window-display-message, help-window-setup)
22908         (with-help-window): Major rewrite based on new
22909         display-buffer-window variable.
22911         * help-mode.el (help-mode-finish): Remove help-window related
22912         code.
22914         * view.el (view-exits-all-viewing-windows): Remove reference to
22915         view-return-to-alist in doc-string.
22916         (view-return-to-alist): Make obsolete.
22917         (view-buffer): Call pop-to-buffer-same-window and remove
22918         undo-window code.
22919         (view-buffer-other-window): Call pop-to-buffer-other-window and
22920         simplify code.  Ignore second argument.
22921         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22922         simplify code.  Ignore second argument.
22923         (view-return-to-alist-update): Make obsolete.
22924         (view-mode-enter): Rename second argument to QUIT-RESTORE.
22925         Rewrite using quit-restore window parameters.
22926         (view-mode-exit): Rename second argument to EXIT-ONLY.
22927         Rewrite using quit-restore-window.
22928         (View-exit, View-exit-and-edit, View-leave, View-quit)
22929         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22930         appropriate arguments.
22931         (view-end-message): Use quit-restore window parameter.
22933         * window.el (display-buffer-function): Rewrite doc-string.
22934         (display-buffer-window, display-buffer-alist): New variables.
22935         (display-buffer-split-specifiers)
22936         (display-buffer-side-specifiers)
22937         (display-buffer-macro-specifiers): New constants.
22938         (display-buffer-even-window-sizes, display-buffer-set-height)
22939         (display-buffer-set-width, display-buffer-select-window)
22940         (display-buffer-in-window, display-buffer-reuse-window)
22941         (display-buffer-split-window-1, display-buffer-split-window)
22942         (display-buffer-split-atom-window, display-buffer-pop-up-window)
22943         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22944         (display-buffer-in-side-window, normalize-buffer-to-display)
22945         (display-buffer-normalize-specifiers-1)
22946         (display-buffer-normalize-specifiers-2)
22947         (display-buffer-normalize-specifiers, display-buffer-frame):
22948         New functions.
22949         (display-buffer): Major rewrite.
22950         (display-buffer-other-window, display-buffer-other-frame)
22951         (pop-to-buffer, switch-to-buffer-other-window)
22952         (switch-to-buffer-other-frame): Rewrite.
22953         (display-buffer-same-window, display-buffer-same-frame)
22954         (display-buffer-same-frame-other-window)
22955         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22956         (pop-to-buffer-other-window)
22957         (pop-to-buffer-same-frame-other-window)
22958         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22959         (switch-to-buffer-other-window-same-frame): New functions.
22960         (same-window-p, special-display-p): Rewrite disabling warnings.
22961         Make obsolete.
22962         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22963         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22964         Make obsolete
22965         (same-window-buffer-names, same-window-regexps)
22966         (special-display-frame-alist, special-display-popup-frame)
22967         (special-display-function, special-display-buffer-names)
22968         (special-display-regexps, pop-up-frame-alist)
22969         (pop-up-frame-function, split-window-preferred-function)
22970         (split-height-threshold, split-width-threshold)
22971         (even-window-heights): Make obsolete.
22973 2011-06-12  Glenn Morris  <rgm@gnu.org>
22975         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
22976         Misc simplifications.
22978 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
22980         * window.el (window-safely-shrinkable-p): Restore function which
22981         was inadvertently removed in change from 2011-06-11.  Declare as
22982         obsolete.
22984         * calendar/calendar.el (calendar-generate-window):
22985         Use window-iso-combined-p instead of combination of one-window-p and
22986         window-safely-shrinkable-p.
22988 2011-06-12  Glenn Morris  <rgm@gnu.org>
22990         * progmodes/fortran.el (fortran-mode-syntax-table):
22991         * progmodes/f90.el (f90-mode-syntax-table):
22992         Set % to punctuation.  (Bug#8820)
22993         (f90-find-tag-default): Remove, no longer needed.
22995 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
22997         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22999 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
23001         * image.el (image-animated-p): Return animation delay in seconds.
23002         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23003         (image-animate-timeout): Remove DELAY argument.  Don't assume
23004         every subimage has the same delay; get it from image-animated-p.
23005         (image-animate): Caller changed.
23007 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
23009         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23010         to ignored backtrace functions.
23012 2011-06-11  Glenn Morris  <rgm@gnu.org>
23014         * calendar/appt.el (appt-disp-window-function): Doc fix.
23015         (appt-check): Handle overlapping appointments.  (Bug#8337)
23017 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
23019         * window.el (window-tree-1, window-tree): New functions, moving
23020         the latter to window.el.
23021         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23022         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23023         (bw-refresh-edges): Remove.
23024         (balance-windows-1, balance-windows-2): New functions.
23025         (balance-windows): Rewrite in terms of window tree functions,
23026         balance-windows-1 and balance-windows-2.
23027         (bw-adjust-window): Remove.
23028         (balance-windows-area-adjust): New function with functionality of
23029         bw-adjust-window but using resize-window.
23030         (set-window-text-height): Rewrite doc-string.
23031         Use normalize-live-window and resize-window.
23032         (enlarge-window-horizontally, shrink-window-horizontally):
23033         Rename argument to DELTA.
23034         (window-buffer-height): New function.
23035         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
23036         Rewrite using new window resize routines.
23037         (kill-buffer-and-window, mouse-autoselect-window-select):
23038         Use ignore-errors instead of condition-case.
23039         (quit-window): Call delete-frame instead of delete-windows-on
23040         for the only buffer on frame.
23042 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23044         * loadup.el (top-level): Load window before files for the sake
23045         of replace-buffer-in-windows.
23047         * files.el (read-buffer-to-switch)
23048         (switch-to-buffer-other-window)
23049         (switch-to-buffer-other-frame, display-buffer-other-frame):
23050         Move to window.el.
23052         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23053         (previous-buffer): Move to window.el.
23055         * bindings.el (unbury-buffer): Move to window.el.
23057         * window.el (delete-other-windows-vertically): Move after
23058         definition of delete-other-windows.
23059         (other-window, delete-windows-on, replace-buffer-in-windows):
23060         Move here from window.c.
23061         (record-window-buffer, unrecord-window-buffer)
23062         (set-window-buffer-start-and-point, switch-to-prev-buffer)
23063         (switch-to-next-buffer): New functions.
23064         (get-next-valid-buffer, last-buffer, next-buffer): Move here
23065         from simple.el.  Call switch-to-next-buffer.
23066         (previous-buffer): Move here from simple.el.
23067         Call switch-to-prev-buffer.
23068         (bury-buffer): Move here from buffer.c.  Switch to previous
23069         buffer when window cannot be deleted.
23070         (unbury-buffer): Move here from bindings.el.
23071         (ctl-x-map): Move binding for other-window from window.c to
23072         here.
23073         (read-buffer-to-switch, switch-to-buffer-other-window)
23074         (switch-to-buffer-other-frame): Move here from files.el.
23075         (normalize-buffer-to-switch-to): New functions.
23076         (switch-to-buffer): Move here from buffer.c.
23077         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23079 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
23081         * window.el (window-min-height, window-min-width): Move here
23082         from window.c.  Add defcustoms and rewrite doc-strings.
23083         (resize-mini-window, resize-window): New functions.
23084         (adjust-window-trailing-edge, enlarge-window, shrink-window):
23085         Move here from window.c.
23086         (maximize-window, minimize-window): New functions.
23087         (delete-window, delete-other-windows, split-window): Move here
23088         from window.c.
23089         (window-split-min-size): New function.
23090         (split-window-keep-point): Mention split-window-above-each-other
23091         instead of split-window-vertically.
23092         (split-window-above-each-other, split-window-vertically):
23093         Rename split-window-vertically to split-window-above-each-other
23094         and provide defalias for old definition.
23095         (split-window-side-by-side, split-window-horizontally):
23096         Rename split-window-horizontally to split-window-side-by-side
23097         and provide defalias for the old definition.
23098         (ctl-x-map): Move bindings for delete-window,
23099         delete-other-windows and enlarge-window here from window.c.
23100         Replace bindings for split-window-vertically and
23101         split-window-horizontally by bindings for
23102         split-window-above-each-other and split-window-side-by-side.
23104         * cus-start.el (all): Remove entries for window-min-height and
23105         window-min-width.  Add entries for window-splits and
23106         window-nest.
23108 2011-06-09  Glenn Morris  <rgm@gnu.org>
23110         * calendar/appt.el (appt-mode-line): New function.
23111         (appt-check, appt-disp-window): Use it.
23113         * files.el (hack-one-local-variable-eval-safep):
23114         Allow minor-modes with explicit +/-1 arguments.
23116 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
23118         * term/xterm.el (xterm): Add defgroup.
23119         (xterm-extra-capabilities): Add defcustom to supply known xterm
23120         capabilities, skip querying them, or query them (default).
23121         (terminal-init-xterm): Use it.
23122         (terminal-init-xterm-modify-other-keys): New function to set up
23123         modifyOtherKeys support to simplify `terminal-init-xterm'.
23125 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
23127         * window.el (resize-window-reset, resize-window-reset-1)
23128         (resize-subwindows-skip-p, resize-subwindows-normal)
23129         (resize-subwindows, resize-other-windows, resize-this-window)
23130         (resize-root-window, resize-root-window-vertically)
23131         (window-deletable-p, window-or-subwindow-p)
23132         (frame-root-window-p): New functions.
23134 2011-06-09  Glenn Morris  <rgm@gnu.org>
23136         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23137         (ange-ftp-get-files): Use it.
23139 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
23141         * mail/sendmail.el (mail-recover-1, mail-recover):
23142         * files.el (recover-file, recover-session):
23143         Handle dired-listing-switches not being just a single short option.
23145 2011-06-09  Glenn Morris  <rgm@gnu.org>
23147         * calendar/appt.el (appt-display-message, appt-disp-window):
23148         Handle lists of appointments.
23150 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23152         * window.el (one-window-p): Move down in code.
23153         Rewrite doc-string.
23154         (window-current-scroll-bars): Rewrite doc-string.
23155         Normalize live window argument.
23156         (walk-windows, get-window-with-predicate, count-windows):
23157         Rewrite doc-string.  Use window-list-1.
23158         (window-in-direction-2, window-in-direction, get-mru-window):
23159         New functions.
23161 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
23163         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23164         Doc fix (Bug#8713).
23166 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
23168         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23170 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
23172         * loadhist.el (unload-feature-special-hooks):
23173         Add `comint-output-filter-functions'.
23175 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
23177         * calendar/appt.el (appt-check): Move some initializations into the let.
23179 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
23181         * window.el (window-height): Defalias to window-total-height.
23182         (window-width): Defalias to window-body-width.
23184 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
23186         * image-mode.el (image-toggle-animation): New command.
23187         (image-mode-map): Bind it to RET.
23188         (image-mode): Update message.
23189         (image-toggle-display-image): Avoid a spurious cache flush.
23190         (image-transform-rotation): Doc fix.
23191         (image-transform-properties): Return quickly in the normal case.
23192         (image-animate-loop): Rename from image-animate-max-time.
23194         * image.el (image-animate-max-time): Move to image-mode.el.
23195         (create-animated-image): Remove unnecessary function.
23196         (image-animate): Rename from image-animate-start.  New arg.
23197         (image-animate-stop): Remove; just use image-animate-timer.
23198         (image-animate-timer): Use car-safe.
23199         (image-animate-timeout): Rename argument.
23201 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
23203         * window.el (get-lru-window, get-largest-window): Move here from
23204         window.c.  Rename first argument to ALL-FRAMES.
23205         Rephrase doc-strings.
23206         (get-buffer-window-list): Rewrite using window-list-1.
23207         Rephrase doc-string.
23208         (window-safe-min-height, window-safe-min-width): New constants.
23209         (window-size-ignore, window-min-size, window-min-size-1)
23210         (window-sizable, window-sizable-p, window-size-fixed-1)
23211         (window-size-fixed-p, window-min-delta-1, window-min-delta)
23212         (window-max-delta-1, window-max-delta, window-resizable)
23213         (window-resizable-p, window-total-height, window-total-width)
23214         (window-body-width): New functions.
23215         (window-full-height-p, window-full-width-p): Rewrite using
23216         window-total-size.
23217         (window-body-height): Rewrite using window-body-size.
23219 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
23221         * window.el (window-right, window-left, window-child)
23222         (window-child-count, window-last-child, window-any-p)
23223         (normalize-live-buffer, normalize-live-frame)
23224         (normalize-any-window, normalize-live-window)
23225         (window-iso-combination-p, window-iso-combined-p)
23226         (window-iso-combinations)
23227         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23228         (windows-with-parameter, window-with-parameter)
23229         (window-atom-root, make-window-atom, window-atom-check-1)
23230         (window-atom-check, window-side-check, window-check):
23231         New functions.
23232         (ignore-window-parameters, window-sides, window-sides-vertical)
23233         (window-sides-slots): New variables.
23234         (window-size-fixed): Move down in code.  Minor doc-string fix.
23236 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
23238         * comint.el (comint-dynamic-complete-as-filename)
23239         (comint-dynamic-complete-filename): Correctly call
23240         completion-in-region.
23242 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23244         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23245         in last change.
23247 2011-06-05  Deniz Dogan  <deniz@dogan.se>
23249         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23250         (rcirc): Use it to prompt for encryption.
23252 2011-06-05  Roland Winkler  <winkler@gnu.org>
23254         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23255         (bibtex-search-entries): New command bound to C-c C-a.
23256         (bibtex-display-entries): New function.
23258 2011-06-05  Roland Winkler  <winkler@gnu.org>
23260         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23261         (bibtex-insert-kill): After yanking insert newline if necessary.
23262         (bibtex-initialize): Call bibtex-string-files-init only once.
23263         (bibtex-mode): Do not call easy-menu-add.
23264         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23265         (bibtex-yank): Set arg properly if nil.
23267 2011-06-05  Roland Winkler  <winkler@gnu.org>
23269         * textmodes/bibtex.el (bibtex-search-entry-globally):
23270         New variable.
23271         (bibtex-search-entry): Use it.
23273 2011-06-05  Roland Winkler  <winkler@gnu.org>
23275         * textmodes/bibtex.el (bibtex-entry-format): New option
23276         sort-fields.
23277         (bibtex-format-entry, bibtex-reformat): Honor this option.
23278         (bibtex-parse-entry): Return fields in proper order.
23280 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
23282         * doc-view.el (doc-view-remove-if): Move computation of result out
23283         of `dolist' to silence misleading lexical-binding warning.
23285 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
23287         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23288         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23290 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23292         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23293         "SunOS 5.10".
23295 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
23297         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23298         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23299         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23300         (tramp-parse-putty):
23301         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23302         (tramp-completion-function-alist-ssh)
23303         (tramp-completion-function-alist-telnet)
23304         (tramp-completion-function-alist-su)
23305         (tramp-completion-function-alist-putty): Set `tramp-autoload'
23306         cookie.
23308         * net/tramp-ftp.el:
23309         * net/tramp-sh.el:
23310         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23311         load "tramp.el" `tramp-set-completion-function'.
23313 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23315         * shell.el: Require and use pcomplete.
23316         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23317         (shell-completion-vars): Set pcomplete-default-completion-function.
23319 2011-06-04  Deniz Dogan  <deniz@dogan.se>
23321         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23322         `memq' (Bug#8799).
23324 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23326         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23328 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
23330         * bs.el (bs--mark-unmark, bs--nth-wrapper):
23331         * mpc.el (mpc-select-extend, mpc-songpointer-context):
23332         * vc/log-view.el (log-view-beginning-of-defun):
23333         * vc/smerge-mode.el (smerge-apply-resolution-patch)
23334         (smerge-refine-forward, smerge-refine-chopup-region):
23335         Silence warning for unused `dotimes' counter variables.
23337 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23339         * net/tramp.el (tramp-with-progress-reporter): Rename from
23340         with-progress-reporter.  Use `declare'.
23341         * net/tramp-smb.el:
23342         * net/tramp-sh.el:
23343         * net/tramp-gvfs.el: Update all uses.
23345 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
23347         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23348         buffer isn't killed before making it current.
23350 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23352         Silence various byte-compiler warnings.
23353         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23354         `access-type' and new obsolescence format.
23355         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23356         new format.
23357         (byte-compile-check-variable): New `access-type' argument.
23358         Only warn if the access-type is obsolete.
23359         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23360         (byte-compile-variable-set): Adjust callers.
23361         * help-fns.el (describe-variable): Adjust to new obsolescence format.
23362         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23363         setting it as obsolete.
23364         * simple.el (minibuffer-completing-symbol):
23365         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23366         access as obsolete.
23367         * minibuffer.el (minibuffer-completing-file-name): Don't make it
23368         obsolete yet.
23369         * international/quail.el (quail-mouse-choose-completion): Remove unused
23370         code referring to obsolete var.
23371         (quail-choose-completion-string): Remove.
23372         * server.el (server-clients-with, server-kill-buffer-query-function)
23373         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23374         * proced.el (proced-send-signal):
23375         * emacs-lisp/lisp.el (lisp-complete-symbol):
23376         Replace completion-annotate-function with completion-extra-properties.
23378 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23380         * simple.el (goto-line): Use read-number.
23381         (overriding-map-is-bound): Remove.
23382         (saved-overriding-map): Change default.
23383         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23384         Take the map as argument.
23385         (universal-argument, negative-argument, digit-argument): Use it.
23386         (restore-overriding-map): Adjust.
23387         (do-auto-fill): Use fill-forward-paragraph.
23388         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23390         * minibuffer.el (minibuffer-inactive-mode-map): New var.
23391         (minibuffer-inactive-mode): New major mode.
23392         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23393         the *Messages* buffer" hack.
23394         (mouse-popup-menubar): Don't burp if the event is a normal key.
23396         Miscellaneous tweaks.
23397         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23398         lexical scoping as in subr.el's dolist and dotimes.
23399         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23400         Silence compiler warning.
23401         * thingatpt.el (forward-whitespace): Trivial coding style fix.
23402         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23403         * international/ccl.el (ccl-compile): Trivial simplification.
23404         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23405         * emacs-lisp/testcover.el (testcover-end): Remove spurious
23406         `printflag' argument.
23407         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23408         Purecopy the whole obsolescence data.
23410 2011-06-01  Leo Liu  <sdl.web@gmail.com>
23412         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23413         improve doc-string as suggested by Marco Pessotto
23414         <melmothx@gmail.com>.
23415         (rcirc-print): Fix last change.
23417 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23419         * minibuffer.el (complete-with-action): Return nil for the metadata and
23420         boundaries of non-functional tables.
23421         (completion-table-dynamic): Return nil for the metadata.
23422         (completion-table-with-terminator): Add default case, using
23423         complete-with-action.
23424         (completion--metadata): New function.
23425         (completion-all-sorted-completions, minibuffer-completion-help): Use it
23426         to try and avoid pathological performance problems.
23427         (completion--embedded-envvar-table): Return `category' metadata.
23429 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23431         * subr.el (process-alive-p): New tiny convenience function.
23433 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23435         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23436         content but also its previous major mode.
23438 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
23440         * emacs-lisp/debug.el (debug): Restore the previous content of the
23441         *Backtrace* buffer when we exit with C-M-c.
23443 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23445         * minibuffer.el: Add metadata method to completion tables.
23446         (completion-category-overrides): New defcustom.
23447         (completion-metadata, completion--field-metadata)
23448         (completion-metadata-get, completion--styles)
23449         (completion--cycle-threshold): New functions.
23450         (completion-try-completion, completion-all-completions):
23451         Add `metadata' argument to choose completion-styles.
23452         (completion--do-completion): Use metadata to choose cycling.
23453         (completion-all-sorted-completions): Use metadata for sorting.
23454         Remove :completion-cycle-penalty which is not needed any more.
23455         (completion--try-word-completion): Add `metadata' argument.
23456         (minibuffer-completion-help): Check metadata for annotation function
23457         and sorting.
23458         (completion-file-name-table): Return `category' metadata.
23459         (minibuffer-completing-file-name): Make obsolete.
23460         * simple.el (minibuffer-completing-symbol): Make obsolete.
23461         * icomplete.el (icomplete-completions): Pass new `metadata' param to
23462         completion-try-completion.
23464 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23466         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23468 2011-05-30  Leo Liu  <sdl.web@gmail.com>
23470         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23471         (rcirc-print): Decode all incoming messages (bug#8744).
23472         (rcirc-decode-coding-system): Allow value nil for automatic coding
23473         system detection.
23475 2011-06-01  Glenn Morris  <rgm@gnu.org>
23477         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23479 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23481         * image.el (image-animate-max-time): Allow nil and t values.
23482         Default to nil.
23483         (create-animated-image): Doc fix.
23484         (image-animate-start): Remove second arg; just use
23485         image-animate-max-time.
23486         (image-animate-timeout): Doc fix.  Args changed.
23488         * image-mode.el (image-toggle-display-image): Ensure that the
23489         image spec passed to the animate timer is the same object as in
23490         the buffer's display property (Bug#6981).
23491         (image-transform-properties): Doc fix.
23493         * image.el (image-animate-max-time): Default to nil.
23495 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
23497         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23498         entire buffer list (Bug#8184).
23500 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23502         * image.el (imagemagick-types-inhibit)
23503         (imagemagick-register-types): Doc fix.
23505 2011-05-29  Deniz Dogan  <deniz@dogan.se>
23507         * net/rcirc.el (rcirc): Use the user's stored encryption method by
23508         default.
23510 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
23512         * select.el: Don't perform clipboard-manager saving in hooks;
23513         leave the hooks empty.
23515 2011-05-28  Leo Liu  <sdl.web@gmail.com>
23517         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23518         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
23519         (occur-edit-mode): New major mode (Bug#8463).
23520         (occur-after-change-function): New function.
23521         (occur-engine): Give Occur tags a read-only property.
23523 2011-05-28  Kevin Ryde  <user42@zip.com.au>
23525         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23527 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23529         * bindings.el (help-echo): Make the initial non-indicator dash
23530         empty on graphical terminals (Bug#7295).
23532         * files.el (auto-mode-alist): Move config rule after the
23533         in-stripping one (Bug#8547).
23535         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23537         * startup.el (normal-splash-screen): Remove gratuitous mode-line
23538         setting (Bug#8740).
23540 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
23542         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23543         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23544         (Bug#8539).
23546 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23548         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23550 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
23552         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23553         (hs-hide-block-at-point, hs-find-block-beginning)
23554         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23555         (Bug#8279).
23557 2011-05-28  Glenn Morris  <rgm@gnu.org>
23559         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
23561 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
23563         * help-fns.el (describe-function-1): If the function is a derived
23564         major mode, print the parent mode.
23566         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23567         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23569 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23571         * minibuffer.el (completion--capf-wrapper): Check applicability before
23572         returning non-nil for non-exclusive completion data.
23573         * progmodes/etags.el (tags-completion-at-point-function):
23574         * info-look.el (info-lookup-completions-at-point): Mark as
23575         non-exclusive.
23576         (info-complete): Adjust accordingly.
23578         * info-look.el: Convert to lexical-binding and completion-at-point.
23579         (info-lookup-completions-at-point): New function.
23580         (info-complete): Use it and completion-in-region.
23582 2011-05-28  Drew Adams  <drew.adams@oracle.com>
23584         * isearch.el: Let M-e start with point at the first mismatched char.
23585         (isearch-fail-pos): New function.
23586         (isearch-edit-string): Use it.
23588 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23590         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23592 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
23594         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
23595         traversal functions for avl-trees.
23596         (avl-tree--stack): New struct.
23597         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23598         (avl-tree-enter): Add optional `updatefun' arg.
23599         (avl-tree--do-enter): Add optional `updatefun' arg.
23600         Change return value.
23601         (avl-tree-delete): Add optional `test' and `nilflag' args.
23602         (avl-tree--do-delete): Add `test' and `nilflag' args.
23603         Change return value.
23604         (avl-tree-member): Add optional `nilflag'
23605         (avl-tree-member-p): New function.
23606         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23607         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23608         (avl-tree-stack-empty-p): New functions.
23610         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23611         avl-tree--del-balance1 and make it work both ways.
23612         (avl-tree--del-balance2): Remove.
23613         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23614         make it work both ways.
23615         (avl-tree--enter-balance2): Remove.
23616         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23617         New macros.
23618         (avl-tree--mapc, avl-tree-map): Add direction argument.
23620 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
23622         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23624 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
23626         * select.el: Support clipboard managers with built-in function
23627         x-clipboard-manager-save, via delete-frame-functions and
23628         kill-emacs-hook.
23629         (xselect-convert-to-targets): Add MULTIPLE target to list.
23630         (xselect-convert-to-save-targets): New function.
23632 2011-05-27  Kenichi Handa  <handa@m17n.org>
23634         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23635         let-binding rfc2047-encode-encoded-words to nil.
23637 2011-05-27  Glenn Morris  <rgm@gnu.org>
23639         * mail/emacsbug.el: Don't require url-util.
23641         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
23643         * files.el (set-auto-mode):
23644         Also respect mode: entries at the end of the file.  (Bug#8586)
23646 2011-05-26  Glenn Morris  <rgm@gnu.org>
23648         * files.el (hack-local-variables-prop-line, hack-local-variables):
23649         Downcase mode names, as seems to be traditional.
23650         (hack-local-variables, hack-local-variables-apply): Doc fixes.
23652         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23653         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
23655 2011-05-25  Julien Danjou  <julien@danjou.info>
23657         * textmodes/rst.el (rst-define-level-faces): Do not define face
23658         symbol if it is already defined.
23660 2011-05-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23662         * play/5x5.el (5x5-new-game, 5x5-randomize):
23663         Reset 5x5-solver-output to nil when a new grid is cast.
23664         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23665         these debugging traces, as defmacro breaks the compiled code.
23667 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
23669         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23671 2011-05-24  Leo Liu  <sdl.web@gmail.com>
23673         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23674         (vc-bzr-sha1): Adapt.
23676         * sha1.el: Remove.  Function `sha1' is now builtin.
23678         * bindings.el: Provide sha1 feature.
23680 2011-05-24  Kenichi Handa  <handa@m17n.org>
23682         * mail/sendmail.el: Require `rfc2047'.
23683         (mail-insert-from-field): Do not perform RFC2047 encoding.
23684         (mail-encode-header): New function.
23685         (sendmail-send-it): Set buffer-file-coding-system of the work
23686         buffer to the return value of select-message-coding-system.
23687         Call mail-encode-header.
23689         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23691 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
23693         * mail/supercite.el (sc-default-cite-frame):
23694         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23696 2011-05-24  Glenn Morris  <rgm@gnu.org>
23698         * progmodes/python.el (brm-menu): Declare.
23700         * emulation/viper.el (viper-set-hooks): Declare.
23702         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23703         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23704         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23705         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23706         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23707         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23709 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23711         Add an :exit-function for completion-at-point.
23713         * minibuffer.el (completion--done): New fun.
23714         (completion--do-completion): Use it.  New arg `expect-exact'.
23715         (minibuffer-complete, minibuffer-complete-word): Don't output message,
23716         since completion--do-completion does it for us now.
23717         (minibuffer-force-complete): Use completion--done and
23718         completion--replace.  Handle sole-completion case with more care.
23719         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23720         (completion-extra-properties): New var.
23721         (completion-annotate-function): Make obsolete.
23722         (minibuffer-completion-help): Adjust accordingly.
23723         Use completion-list-insert-choice-function.
23724         (completion-at-point, completion-help-at-point):
23725         Bind completion-extra-properties.
23726         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23727         * simple.el (completion-list-insert-choice-function): New var.
23728         (completion-setup-function): Preserve it.
23729         (choose-completion): Pay attention to it, shuffle the code a bit.
23730         (choose-completion-string): New arg `insert-function'.
23732         * textmodes/bibtex.el: Convert to lexical binding.
23733         (bibtex-mode-map): Use completion-at-point.
23734         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23735         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23736         (bibtex-complete): Define as obsolete alias.
23737         (bibtex-complete-internal): Remove.
23738         (bibtex-format-entry): Remove unused sub-group in regexp.
23739         * shell.el (shell--command-completion-data)
23740         (shell-environment-variable-completion):
23741         * pcomplete.el (pcomplete-completions-at-point):
23742         * comint.el (comint--complete-file-name-data): Use :exit-function
23743         instead of completion-table-with-terminator so it also works for
23744         choose-completion.
23746 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23748         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23750         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23751         (bug#8710).
23753         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23755 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
23757         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23758         customization variable and implement: If non-nil, auto-fill will
23759         be inhibited while on topic's header line.
23761 2011-05-23  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
23763         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23764         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
23765         always have a solution in grid size = 5 cases.
23766         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23767         (5x5-solver-output, 5x5-log-buffer): New vars.
23768         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23769         Make these variables buffer local to achieve 5x5 multi-session-ness.
23770         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23771         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23772         (5x5-solve-suggest): New funs.
23773         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23774         randomize a grid so that we ensure that there is always a solution.
23775         (5x5-make-random-grid): Allow other movement than flipping.
23777 2011-05-23  Kevin Ryde  <user42@zip.com.au>
23779         * emacs-lisp/advice.el (ad-read-advised-function):
23780         Use `function-called-at-point' as the default, if it has
23781         advice and passes PREDICATE.
23783 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23785         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23786         byte-compile-lambda if it's actually a lambda.
23788         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23789         Fix function quoting.  Use backquote better.
23791 2011-05-22  Yuanle Song  <sylecn@gmail.com>
23793         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23794         matching (Bug#8516).
23796 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
23798         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23799         different face (Bug#8178).
23801 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
23803         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23804         defface (Bug#8144).
23806 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23808         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23809         funcall as well (bug#8712).  Warn when performing those conversions.
23810         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23812         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23814 2011-05-22  Glenn Morris  <rgm@gnu.org>
23816         * files.el (hack-local-variables-prop-line): Small simplifications.
23817         (hack-local-variables, hack-local-variables-prop-line):
23818         If MODE-ONLY, return the mode, rather than just `t'.
23820 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23822         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23824 2011-05-21  Glenn Morris  <rgm@gnu.org>
23826         * files.el (hack-local-variables-prop-line, hack-local-variables):
23827         If only interested in the mode, don't bother doing the other stuff.
23829         * image-mode.el (image-after-revert-hook):
23830         Redraw all frames on which the image is visible.  (Bug#8567)
23832         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
23834         * wid-edit.el (widget-checklist-match-inline):
23835         Fix 2011-04-19 change.  (Bug#8649)
23837 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23839         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23840         Also allow singlespace after single-letter capitals followed by a dot.
23842         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23843         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23845 2011-05-20  Nix  <nix@esperi.org.uk>
23847         * files.el (basic-save-buffer-2):
23848         Fix handling of break-hardlink-on-save with non-existent files.
23850 2011-05-19  Deniz Dogan  <deniz@dogan.se>
23852         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23853         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23855 2011-05-19  Glenn Morris  <rgm@gnu.org>
23857         * progmodes/f90.el (f90-type-def-re):
23858         Handle "type, bind(c)".  (Bug#8691)
23860         * emacs-lisp/autoload.el (batch-update-autoloads):
23861         Set autoload-excludes by parsing loadup.el rather than Makefiles.
23863 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
23865         * net/tramp.el (tramp-process-actions): Set "first-password-request"
23866         property for the correct connection in case of multihops.
23868 2011-05-18  Glenn Morris  <rgm@gnu.org>
23870         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23871         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23873         Rationalize calendar handling of day and month abbrev-arrays.
23874         * calendar/calendar.el (calendar-customized-p): New function.
23875         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23876         (calendar-day-name-array, calendar-month-name-array): Doc fix.
23877         Add :set function.
23878         (calendar-abbrev-length, calendar-day-abbrev-array)
23879         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23880         (calendar-day-abbrev-array, calendar-month-abbrev-array):
23881         Elements may no longer be nil.
23882         (calendar-day-name, calendar-month-name):
23883         Update for changed nature of abbrev arrays.
23884         * calendar/diary-lib.el (diary-name-pattern):
23885         Update for changed nature of abbrev arrays.
23886         (diary-mark-entries-1): Update calendar-make-alist calls.
23887         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23888         * calendar/cal-html.el (cal-html-day-abbrev-array):
23889         Simply inherit from calendar-day-abbrev-array.
23891 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23893         * progmodes/grep.el (grep-mode): Disable default
23894         compilation-directory-matcher setting (bug#8684).
23896 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
23898         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23899         instead of "head" and "tail".  There were problems with SunOS 5.9,
23900         and it performs better.
23902 2011-05-17  Glenn Morris  <rgm@gnu.org>
23904         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23906         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23907         Replace obsolete function.
23909         * shell.el (pcomplete-parse-arguments-function): Declare.
23911         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23912         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23913         (appt-check): Doc fixes.
23914         (appt-disp-window-function, appt-delete-window-function):
23915         Remove needless special case in custom :type.
23916         (appt-display-count): Default to 0, not nil.
23917         (appt-check): Reset appt-display-count to 0, not nil.
23919 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
23921         * progmodes/python.el (python-font-lock-keywords):
23922         Add the Python 3.X keyword "nonlocal" (bug#8639).
23924 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23926         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23928 2011-05-16  Kevin Ryde  <user42@zip.com.au>
23930         * info-look.el (makefile-automake-mode): New setups, looking in
23931         automake manual, then makefile-mode.
23932         (makefile-mode): Remove automake manual, have it just in
23933         makefile-automake-mode since there's various things different or
23934         not relevant to plain make.
23935         (makefile-mode): Remove "other-modes" non-existent automake-mode,
23936         believe a hypothetical automake-mode would go to makefile-mode,
23937         not the other way around.
23939 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
23941         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23942         hunk-end tags (Bug#8672).
23944         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23945         vc-annotate-show-diff-revision-at-line (Bug#8671).
23947 2011-05-14  Glenn Morris  <rgm@gnu.org>
23949         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23950         in the middle of an existing one with multiple authors.  (Bug#8645)
23951         (change-log-font-lock-keywords): Also handle multiple author lines
23952         with leading tabs.  (Bug#8644)
23954         * calendar/appt.el (appt-check): Rename some local variables.
23955         Some simplification/reordering.
23957         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23958         (feedmail-sendmail-f-doesnt-sell-me-out)
23959         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23960         (feedmail-debug-sit-for, feedmail-queue-express-hook)
23961         (feedmail-queue-runner-message-sender): Set :version.
23962         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23963         (bbdb-dwim-net-address, vm-mail): Declare.
23964         (feedmail-binmail-gnulinuxish-template):
23965         Rename from feedmail-binmail-linuxish-template.
23966         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23967         Use insert-buffer-substring.
23969 2011-05-14  Bill Carpenter  <bill@carpenter.org>
23971         * mail/feedmail.el (feedmail-patch-level): Increase.
23972         (feedmail-debug): New custom group.
23973         (feedmail-confirm-outgoing-timeout)
23974         (feedmail-sendmail-f-doesnt-sell-me-out)
23975         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23976         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23977         (feedmail-sender-line, feedmail-from-line)
23978         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23979         (feedmail-spray-this-address)
23980         (feedmail-spray-address-fiddle-plex-list)
23981         (feedmail-queue-use-send-time-for-date)
23982         (feedmail-queue-use-send-time-for-message-id)
23983         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23984         (feedmail-buffer-eating-function):
23985         Doc fixes.
23986         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23987         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23988         (feedmail-message-action-scroll-down): New functions.
23989         (feedmail-queue-directory, feedmail-queue-draft-directory):
23990         Use expand-file-name.
23991         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23992         Remove C-v help entry.
23993         (feedmail-queue-buffer-file-name): New variable.
23994         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23995         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23996         (feedmail-message-action-send-strong, feedmail-message-action-edit)
23997         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23998         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23999         (feedmail-message-action-toggle-spray)
24000         (feedmail-run-the-queue-no-prompts)
24001         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24002         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24003         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24004         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24005         (feedmail-envelope-deducer, feedmail-fiddle-from)
24006         (feedmail-fiddle-sender, feedmail-default-date-generator)
24007         (feedmail-fiddle-date, feedmail-fiddle-message-id)
24008         (feedmail-fiddle-spray-address)
24009         (feedmail-fiddle-list-of-spray-fiddle-plexes)
24010         (feedmail-fiddle-list-of-fiddle-plexes)
24011         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24012         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24013         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24014         Change default.  Doc fix.
24015         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24016         (feedmail-binmail-linuxish-template): New constant.
24017         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
24018         Respect feedmail-sendmail-f-doesnt-sell-me-out.
24019         (feedmail-send-it): Add debug call.
24020         Use feedmail-queue-buffer-file-name, and
24021         feedmail-send-it-immediately-wrapper.
24022         (feedmail-message-action-send): Add debug call.
24023         Use feedmail-send-it-immediately-wrapper.
24024         (feedmail-queue-express-to-queue): Add debug call.
24025         Run feedmail-queue-express-hook.
24026         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
24027         (feedmail-message-action-help-blat):
24028         Rename from feedmail-queue-send-edit-prompt-help-first.
24029         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
24030         Check line-endings.  Handle errors better.
24031         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
24032         Doc fix.  Add debug call.
24033         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
24034         Use feedmail-queue-send-edit-prompt-inner.
24035         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
24036         (feedmail-queue-send-edit-prompt-inner): New function, extracted
24037         from feedmail-queue-send-edit-prompt.
24038         (feedmail-queue-send-edit-prompt-help)
24039         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
24040         (feedmail-tidy-up-slug): Add debug call.
24041         Respect feedmail-queue-slug-suspect-regexp.
24042         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
24043         (feedmail-dump-message-to-queue): Add debug call.
24044         Expand queue-directory.
24045         (feedmail-dump-message-to-queue): Change message slightly.
24046         Use feedmail-say-chatter.
24047         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
24048         (feedmail-send-it-immediately-wrapper): New function.
24049         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
24050         Insert empty string rather than newline.  Handle full-frame case.
24051         Use catch/throw.  Use feedmail-say-chatter.
24052         (feedmail-fiddle-from): Try mail-host-address.
24053         (feedmail-default-message-id-generator): Doc fix.
24054         Bind system-time-locale.  Handle missing end.
24055         (feedmail-fiddle-x-mailer): Add debug call.
24056         Handle feedmail-x-mailer-line being nil.
24057         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24058         Add debug call.  Use buffer-substring-no-properties.
24059         (feedmail-say-debug, feedmail-say-chatter): New functions.
24060         (feedmail-find-eoh): Give an explicit error.
24062 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
24064         * net/newst-treeview.el (newsticker-treeview-face): Change default
24065         family from helvetica to sans.
24066         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24067         etc/images/newsticker.
24069         * net/newst-reader.el (newsticker-feed-face): Change default
24070         family from helvetica to sans.
24072         * net/newst-plainview.el (newsticker-new-item-face)
24073         (newsticker-old-item-face, newsticker-immortal-item-face)
24074         (newsticker-obsolete-item-face, newsticker-date-face)
24075         (newsticker-statistics-face): Change default family from
24076         helvetica to sans.
24077         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24078         etc/images/newsticker.
24080         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24081         (newsticker--process-auto-mark-filter-match): Tell user about
24082         auto-marking.
24084 2011-05-13  Didier Verna  <didier@xemacs.org>
24086         Common Lisp indentation improvements on defmethod and lambda-lists.
24087         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24088         TODO entries.
24089         (lisp-lambda-list-keyword-parameter-indentation)
24090         (lisp-lambda-list-keyword-parameter-alignment)
24091         (lisp-lambda-list-keyword-alignment): New customizable user options.
24092         (lisp-indent-defun-method): Improve docstring.
24093         (extended-loop-p): Fix comment.
24094         (lisp-indent-lambda-list-keywords-regexp): New variable.
24095         (lisp-indent-lambda-list): New function.
24096         (lisp-indent-259): Use it.
24097         (lisp-indent-defmethod): Support for more than one
24098         method qualifier and properly indent methods lambda-lists.
24099         (defgeneric): Provide a missing common-lisp-indent-function property.
24101 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24103         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24104         bounds for the empty string (bug#8667).
24106 2011-05-13  Glenn Morris  <rgm@gnu.org>
24108         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24110         * mail/sendmail.el (sendmail-program): Try executable-find first.
24111         (sendmail-send-it): `sendmail-program' cannot be unbound.
24113         * calendar/appt.el (appt-make-list): Simplify.
24114         (appt-time-msg-list): Doc fix.
24115         (appt-check): Change mode-line message at the time of the appointment.
24117 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
24119         * progmodes/ld-script.el (ld-script-keywords)
24120         (ld-script-builtins): Update keywords list.
24122 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24124         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24126         * shell.el (shell-completion-vars): New function.
24127         (shell-mode):
24128         * simple.el (read-shell-command): Use it.
24129         (blink-matching-open): No need for " [...]" in minibuffer-message.
24131 2011-05-12  Glenn Morris  <rgm@gnu.org>
24133         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24134         (appt-check): Simplify.
24136 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
24138         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24139         literal "/dev/null".
24141 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24143         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24144         Fix typo.
24146 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
24148         * progmodes/which-func.el (which-function):
24149         Use add-log-current-defun instead of add-log-current-defun-function,
24150         which might not be defined (Bug#8260).
24152 2011-05-12  Glenn Morris  <rgm@gnu.org>
24154         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24155         Let byte-compile-initial-macro-environment always take precedence.
24157 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24159         * net/rcirc.el: Add support for SSL/TLS connections.
24160         (rcirc-server-alist): New field `encryption'.
24161         (rcirc): Check `encryption' settings.
24162         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
24163         Merge make-local-variable into `set'.
24164         (rcirc--connection-open-p): New function.
24165         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24166         the process is not a network process (e.g. running gnutls-cli).
24167         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24168         Make rcirc-(en|de)code-coding-system local here.
24169         (rcirc-mode): Merge make-local-variable into `set'.
24170         (rcirc-parent-buffer): Make permanent buffer-local.
24171         (rcirc-multiline-minor-mode): Don't do it here.
24172         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24173         there's no server buffer.
24175 2011-05-11  Glenn Morris  <rgm@gnu.org>
24177         * newcomment.el (comment-kill): Prefix "unused" local.
24179         * term/w32console.el (get-screen-color): Declare.
24181         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24182         Handle symbol elements of byte-compile-initial-macro-environment.
24184 2011-05-10  Leo Liu  <sdl.web@gmail.com>
24186         * bookmark.el (bookmark-bmenu-mode-map):
24187         Bind bookmark-bmenu-search to `/'.
24189         * mail/footnote.el: Convert to utf-8 encoding.
24190         (footnote-unicode-string, footnote-unicode-regexp): New variable.
24191         (Footnote-unicode): New function.
24192         (footnote-style-alist): Add unicode style to the list.
24193         (footnote-style): Doc fix.
24195 2011-05-10  Jim Meyering  <meyering@redhat.com>
24197         Fix doubled-word typos.
24198         * international/quail.el (quail-insert-kbd-layout): and and -> and
24199         * kermit.el: and and -> and
24200         * net/ldap.el (ldap-search-internal): to to -> to
24201         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24202         * progmodes/js.el (js-mode): and and -> and
24203         * textmodes/artist.el (artist-move-to-xy): at at -> at
24204         (artist-draw-region-trim-line-endings): if if -> if
24205         And Safetyc -> Safety.
24206         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24208 2011-05-10  Glenn Morris  <rgm@gnu.org>
24209             Stefan Monnier  <monnier@iro.umontreal.ca>
24211         * files.el (hack-one-local-variable-eval-safep):
24212         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
24214 2011-05-10  Glenn Morris  <rgm@gnu.org>
24216         * calendar/diary-lib.el (diary-list-entries-hook)
24217         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24218         (diary-nongregorian-marking-hook, diary-list-entries)
24219         (diary-include-other-diary-files, diary-mark-entries)
24220         (diary-mark-included-diary-files): Doc fixes.
24222 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24224         * misc.el: Require tabulated-list.el during compilation.
24226 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24228         * progmodes/compile.el (compilation-start):
24229         Run compilation-filter-hook for the async case too.
24230         (compilation-filter-hook): Doc fix.
24232 2011-05-09  Deniz Dogan  <deniz@dogan.se>
24234         * wdired.el: Remove outdated installation comment.  Fix usage
24235         comment.
24237 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
24239         * misc.el: Implement new command `list-dynamic-libraries'.
24240         (list-dynamic-libraries--loaded-only-p): New variable.
24241         (list-dynamic-libraries--refresh): New function.
24242         (list-dynamic-libraries): New command.
24244 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
24246         * progmodes/compile.el (compilation-error-regexp-alist-alist):
24247         Fix the ant regexp to handle end-line and end-column info from jikes.
24248         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
24249         higher priority to avoid clobbering by gnu.
24251 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24253         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24254         if the face has existing theme settings (Bug#8454).
24256 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
24258         * progmodes/perl-mode.el (perl-imenu-generic-expression):
24259         Only match variables declared via `my' or `our' (Bug#8261).
24261         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24262         special file names `.' and `..' (Bug#8259).
24264 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
24266         * progmodes/grep.el (grep-mode-font-lock-keywords):
24267         Remove buffer-changing entries.
24268         (grep-filter): New function.
24269         (grep-mode): Add it to compilation-filter-hook.
24271         * progmodes/compile.el (compilation-filter-hook)
24272         (compilation-filter-start): New defvars.
24273         (compilation-filter): Call compilation-filter-hook prior to
24274         updating the process mark.
24276 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24278         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24280 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
24282         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24283         mailclient-send-it even if window-system is nil.  (Bug#8595)
24285         * term/w32console.el (terminal-init-w32console):
24286         Call get-screen-color and use its output to set the frame
24287         background-mode.  (Bug#8597)
24289 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24291         Make bytecomp.el understand that defmethod defines funs (bug#8631).
24292         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24293         New functions.
24294         (defgeneric, eieio--defmethod): Use them.
24295         (eieio-defgeneric): Remove.
24296         (defmethod): Call defgeneric in a way visible to the byte-compiler.
24298 2011-05-07  Glenn Morris  <rgm@gnu.org>
24300         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24301         Use let rather than let*.
24302         (timeclock-find-discrep): Remove unused local.
24304         * calendar/diary-lib.el (diary-comment-start): Doc fix.
24306         * calendar/appt.el (appt-time-msg-list): Doc fix.
24308 2011-05-06  Noah Friedman  <friedman@splode.com>
24310         * apropos.el (apropos-print-doc): Only use
24311         emacs-lisp-docstring-fill-column when it is bound to an integer,
24312         per that variable's documentation.
24314 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24316         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24317         and warnings are not silently discarded (e.g. use -d instead of -P).
24319 2011-05-06  Glenn Morris  <rgm@gnu.org>
24321         * calendar/appt.el (appt-message-warning-time): Doc fix.
24322         (appt-warning-time-regexp): New option.
24323         (appt-make-list): Respect appt-message-warning-time.
24325         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24326         New options.
24327         (diary-add-to-list): Strip comments from the displayed string.
24328         (diary-mode): Set comment-start and comment-end.
24330         * vc/diff-mode.el (smerge-refine-subst): Declare.
24331         (diff-refine-hunk): Don't require smerge-mode when compiling.
24333 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
24335         * simple.el (list-processes): Return nil as the docstring says.
24337 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
24339         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24340         to "".
24341         (ange-ftp-write-region, ange-ftp-insert-file-contents)
24342         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24343         determining of binary transfer.  (Bug#7383)
24345 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
24347         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24348         Fix port computation bug.  (Bug#8618)
24350 2011-05-05  Glenn Morris  <rgm@gnu.org>
24352         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24354         * simple.el (shell-dynamic-complete-functions)
24355         (comint-dynamic-complete-functions): Declare.
24357         * net/network-stream.el (gnutls-negotiate):
24358         * simple.el (tabulated-list-print): Fix declarations.
24360         * progmodes/gud.el (syntax-symbol, syntax-point):
24361         Remove unnecessary and incorrect declarations.
24363         * emacs-lisp/check-declare.el (check-declare-scan):
24364         Handle byte-compile-initial-macro-environment in bytecomp.el.
24366 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24368         Fix earlier half-done eieio-defmethod change (bug#8338).
24369         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24370         Streamline and change calling convention.
24371         (defmethod): Adjust accordingly and simplify.
24372         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24373         new eieio--defmethod.
24374         (slot-boundp): Minor CSE simplification.
24376 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
24378         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24379         (glasses-make-readable): Use glasses-separate-capital-groups.
24381 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
24383         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24384         (warning-series): Doc fix.
24385         (display-warning): Don't try to create the buffer if we just found it.
24387 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
24389         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24390         (autoload-find-generated-file): New function.
24391         (generate-file-autoloads): Bind generated-autoload-file to
24392         buffer-file-name.
24393         (update-file-autoloads, update-directory-autoloads):
24394         Use autoload-find-generated-file.  If called interactively, prompt for
24395         output file (Bug#7989).
24396         (batch-update-autoloads): Doc fix.
24398 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
24400         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24402 2011-05-04  Glenn Morris  <rgm@gnu.org>
24404         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24405         function, so it follows changes in calendar-date-style.
24406         (diary-fancy-date-matcher): New function.
24407         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24408         (diary-fancy-font-lock-fontify-region-function):
24409         Use diary-fancy-date-pattern as a function.
24411         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24412         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
24414 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
24416         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24417         instead of positional arguments.  Allow :keylist and :crlfiles
24418         arguments.
24419         (open-gnutls-stream): Call it.
24421         * net/network-stream.el (network-stream-open-starttls): Adjust to
24422         call `gnutls-negotiate' with :process and :hostname arguments.
24424 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24426         * minibuffer.el (completion--message): New function.
24427         (completion--do-completion, minibuffer-complete)
24428         (minibuffer-force-complete, minibuffer-complete-word): Use it.
24429         (completion--do-completion): Don't ignore completion-auto-help when in
24430         icomplete-mode.
24432         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24433         internal encoding (e.g. tibetan zero is not whitespace).
24434         (global-whitespace-mode): Prefer save-current-buffer.
24435         (whitespace-trailing-regexp): Remove useless save-match-data.
24436         (whitespace-empty-at-bob-regexp): Minor simplification.
24438 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
24440         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24442 2011-05-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
24444         * textmodes/ispell.el (ispell-add-per-file-word-list):
24445         Use `concat' to create string for insertion.
24447 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24449         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24450         Avoid open-line which runs post-self-insert-hook.
24451         (bibtex-fill-entry): Remove unused `end' var.
24453 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
24455         * textmodes/ispell.el (ispell-add-per-file-word-list):
24456         Protect against `nil' value of `comment-start' (Bug#8579).
24458 2011-05-03  Leo Liu  <sdl.web@gmail.com>
24460         * isearch.el (isearch-yank-pop): New command.
24461         (isearch-mode-map): Bind it to `M-y'.
24462         (isearch-forward): Mention it.
24464 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24466         * simple.el (minibuffer-complete-shell-command): Remove.
24467         (minibuffer-local-shell-command-map): Use completion-at-point.
24468         (read-shell-command): Setup completion vars here instead.
24469         (read-expression-map): Bind TAB to symbol completion.
24471         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24472         error directly rather via storing it into `results'.
24474 2011-05-02  Leo Liu  <sdl.web@gmail.com>
24476         * vc/diff.el: Fix description.
24478 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24480         * server.el (server-eval-at): New function.
24482 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24484         * net/network-stream.el (open-network-stream): Take a :nowait
24485         parameter and pass it on to `make-network-process'.
24486         (network-stream-open-plain): Ditto.
24488 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
24490         * faces.el (face-spec-set-match-display): Don't match toolkit
24491         options on terminal frames.
24493 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24495         * progmodes/pascal.el: Use lexical binding.
24496         (pascal-mode-map): Remove author preferences.
24498         * pcomplete.el (pcomplete-std-complete): Don't abuse
24499         completion-at-point.
24501 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24503         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24504         removing code that has been dead since 1991 or so.
24506         * startup.el (command-line): When warning about "_emacs", use a
24507         delayed warning to allow the user to filter it out.
24509 2011-04-28  Deniz Dogan  <deniz@dogan.se>
24511         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24512         user has not joined.
24514 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24516         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24517         aren't any completions at point.
24519 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
24521         * subr.el (display-delayed-warnings): New function.
24522         (delayed-warnings-hook): New variable.
24524 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24526         * minibuffer.el (completion-at-point, completion-help-at-point):
24527         Don't presume that a given completion-at-point-function will always
24528         use the same calling convention.
24530         * pcomplete.el (pcomplete-completions-at-point):
24531         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
24532         pcomplete-seen is non-nil.
24533         (pcomplete-comint-setup): Also recognize the new comint/shell
24534         completion functions.
24535         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24536         pcomplete-seen is non-nil.
24538 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
24540         * calendar/icalendar.el (diary-lib): Add require statement.
24541         (icalendar--create-uid): Read out a uid from a text-property on
24542         the first character in the entry.  This allows for code to add its
24543         own uid to the entry.
24544         (icalendar--convert-float-to-ical): Add export of
24545         `diary-float'-entries save for those with the optional DAY
24546         argument.
24548 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
24550         * subr.el (shell-quote-argument): Use alternate escaping strategy
24551         when we spot a variable reference in a string.
24553 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24555         * cus-start.el (all): Define customization for debug-on-event.
24557 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
24559         * subr.el (shell-quote-argument): Escape correctly under Windows.
24561 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24563         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24565 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
24567         * net/tramp.el (tramp-process-actions): Add POS argument.
24568         Delete region between POS and (pos).
24570         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24571         Use `nil' position in `tramp-process-actions' call.
24572         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24574         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24575         position in `tramp-process-actions' call.
24577         * net/trampver.el: Update release number.
24579 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24581         * custom.el (defcustom): Obey lexical-binding.
24583         Fix octave-inf completion problems reported by Alexander Klimov.
24584         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24585         Inherit from octave-mode-syntax-table.
24586         (inferior-octave-mode): Set info-lookup-mode.
24587         (inferior-octave-completion-at-point): New function.
24588         (inferior-octave-complete): Use it and completion-in-region.
24589         (inferior-octave-dynamic-complete-functions): Use it as well, and use
24590         comint-filename-completion.
24591         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24592         symbol elements which shouldn't be word elements.
24593         (octave-font-lock-keywords, octave-beginning-of-defun)
24594         (octave-function-header-regexp): Adjust regexps accordingly.
24595         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24597 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
24599         * net/gnutls.el (gnutls-errorp): Declare before first use.
24601 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
24603         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24604         verify-error, and verify-hostname-error parameters.  Check whether
24605         default trustfile exists before going to use it.  Add missing
24606         argument to gnutls-message-maybe call.  Return value.
24607         Reported by Claudio Bley <claudio.bley@gmail.com>.
24608         (open-gnutls-stream): Add usage example.
24610         * net/network-stream.el (network-stream-open-starttls): Give host
24611         parameter to `gnutls-negotiate'.
24612         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24613         * subr.el (shell-quote-argument): Escape correctly under Windows.
24615 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
24617         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24618         Use correct match group (bug#8438).
24620 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24622         * emacs-lisp/package.el (package-built-in-p): Fix typo.
24623         (package-menu--generate): New arg specifying packages to show.
24624         (package-menu-refresh, package-menu-execute, list-packages):
24625         Callers changed.
24626         (package-show-package-list): New function, replacing deleted
24627         package--list-packages (renamed because it is non-internal).
24629         * finder.el (finder-list-matches): Use package-show-package-list
24630         instead of deleted package--list-packages.
24632         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24633         Based on a previous implementation by Juanma Barranquero (Bug#8366).
24634         (vc-annotate-mode-map): Bind it to RET.
24636 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
24638         * progmodes/etags.el (next-file): Don't use set-buffer to change
24639         buffers (Bug#8478).
24641 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
24643         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24645         * apropos.el (apropos-label-face): Avoid variable-pitch face.
24646         (apropos-accumulator): Doc fix.
24647         (apropos-function, apropos-macro, apropos-command)
24648         (apropos-variable, apropos-face, apropos-group, apropos-widget)
24649         (apropos-plist): Add face property.
24650         (apropos-symbols-internal): Fix indentation.
24651         (apropos-print): Simplify help, and recognize apropos-multi-type.
24652         (apropos-print-doc): Use button-type-get to extract the button's
24653         face property.  Fill docstring (Bug#8352).
24655 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
24657         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24659         * play/mpuz.el (mpuz-silent): Doc fix.
24660         (mpuz-mode-map): Use mapc.
24661         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24662         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24663         Fix typos in docstrings.
24665         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24666         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24668         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24670 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
24672         * minibuffer.el (completion--do-completion): Avoid the "Next char
24673         not unique" prompt if icomplete-mode is enabled (Bug#5849).
24675         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24676         mouse-2 into unread-command-events, it is interpreted correctly.
24678         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24679         (image-toggle-display): Doc fix.
24681 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
24683         * textmodes/page.el (what-page): Use line-number-at-pos to
24684         calculate line number (Bug#6825).
24686 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24688         * eshell/esh-mode.el (find-tag-interactive): Declare function.
24689         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24690         Pass argument NO-DEFAULT to `find-tag-interactive'.
24692 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
24694         Lexical-binding cleanup.
24696         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24697         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24698         * progmodes/ada-prj.el (ada-prj-initialize-values)
24699         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24700         (ada-prj-show-value):
24701         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24702         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24703         (antlr-invalidate-context-cache, antlr-options-menu-filter)
24704         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24705         * progmodes/bug-reference.el (bug-reference-push-button):
24706         * progmodes/fortran.el (fortran-line-length):
24707         * progmodes/glasses.el (glasses-change):
24708         * progmodes/octave-mod.el (octave-fill-paragraph):
24709         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24710         (python-pdbtrack-grub-for-buffer, python-sentinel):
24711         * progmodes/sql.el (sql-save-connection):
24712         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24713         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24714         Mark unused parameters.
24716         * progmodes/compile.el (compilation--flush-directory-cache)
24717         (compilation--flush-parse, compile-internal): Mark unused parameters.
24718         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24719         (compilation-next-error-function): Remove unused variable `timestamp'.
24721         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24722         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24724         * progmodes/dcl-mode.el (dcl-end-of-command):
24725         Remove unused variable `start'.
24726         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24727         (dcl-option-value-basic, dcl-option-value-offset)
24728         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24729         Mark unused parameters.
24730         (dcl-save-local-variable): Remove unused variable `val'.
24731         (mode): Declare.
24733         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24734         Mark unused parameters.
24735         (delphi-ignore-changes): Move before first use.
24736         (delphi-charset-token-at): Remove unused variable `start'.
24737         (delphi-else-start): Remove unused variable `if-count'.
24738         (delphi-comment-block-start, delphi-comment-block-end):
24739         Remove unused variable `kind'.
24740         (delphi-indent-line): Remove unused variable `new-point'.
24742         * progmodes/ebrowse.el (ebrowse-files-list)
24743         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24744         Mark unused parameters.  Don't quote `lambda'.
24745         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24746         Don't quote `lambda'.
24747         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24748         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24749         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24750         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24751         Use `ignore-errors'.
24752         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24753         (ebrowse-view/find-file-and-search-pattern)
24754         (ebrowse-view/find-member-declaration/definition):
24755         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24756         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24757         Rename parameter PREFIX-ARG to PREFIX.
24758         (ebrowse-tags-read-name): Remove unused variables `start' and
24759         `member-info'.
24760         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24761         to `tags-file'.
24763         * progmodes/etags.el (local-find-tag-hook): Declare.
24764         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24765         Mark unused parameters.
24767         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24768         (executable-interpret): Mark unused parameter.
24770         * progmodes/flymake.el (flymake-process-sentinel)
24771         (flymake-after-change-function)
24772         (flymake-create-temp-with-folder-structure)
24773         (flymake-get-include-dirs-dot): Mark unused parameters.
24774         (flymake-safe-delete-directory): Remove unused variable `err'.
24776         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24777         (speedbar-timer-fn, speedbar-line-text)
24778         (speedbar-change-expand-button-char, speedbar-delete-subblock)
24779         (speedbar-center-buffer-smartly): Declare functions.
24780         (gdb-find-watch-expression): Remove unused variable `array'.
24781         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24782         (gdb-starting): Mark unused parameters.
24783         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24784         (gdb-table-string): Remove unused variable `res'.
24785         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24786         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24787         (gdb-display-buffer): Remove unused variable `cur-size'.
24789         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24790         allow lexical-binding compilation.
24791         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24792         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24793         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24794         Mark unused parameters.
24795         (gud-gdb-marker-filter): Remove unused variable `match'.
24796         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24797         lambda expressions and funcall them, instead of using `fset'.
24799         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24800         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24802         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24803         variable `header-beg'; use `let'.
24805         * progmodes/icon.el (indent-icon-exp): Remove unused variables
24806         `restart', `last-sexp' and `at-do'.
24808         * progmodes/js.el (js--debug): Mark unused parameter.
24809         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24810         (js--splice-into-items): Remove unused variable `item'.
24811         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24813         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24814         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24815         (makefile-complete): Remove unused variable `try'.
24816         (makefile-fill-paragraph, makefile-match-function-end):
24817         Mark unused parameters.
24819         * progmodes/octave-inf.el (inferior-octave-complete):
24820         Remove unused variable `proc'.
24821         (inferior-octave-output-digest): Mark unused parameter.
24823         * progmodes/perl-mode.el (perl-calculate-indent):
24824         Remove unused variable `err'.
24826         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24827         (prolog-indent-line): Mark unused parameters.
24828         (prolog-indent-line): Remove unused variable `beg'.
24830         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24831         (reporter-dont-compact-list): Declare.
24833         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24834         Remove unused variable `char'.
24835         (sh-debug): Mark unused parameter.
24836         (sh-get-indent-info): Remove unused variable `start'.
24837         (sh-calculate-indent): Remove unused variable `var'.
24839         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24840         (simula-electric-keyword): Remove unused variable `null'.
24841         (simula-search-backward, simula-search-forward): Remove unused
24842         variables `begin' and `end'.
24844         * progmodes/vera-mode.el (vera-guess-basic-syntax):
24845         Remove unused variable `pos'.
24846         (vera-electric-tab, vera-comment-uncomment-region):
24847         Mark unused parameters.
24848         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24850 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
24852         * emacs-lisp/package.el (package--builtins, package-alist)
24853         (package-load-descriptor, package-built-in-p, package-activate)
24854         (define-package, package-installed-p)
24855         (package-compute-transaction, package-buffer-info)
24856         (package--push): Doc fix.  Distinguish more clearly between
24857         version strings and version lists.
24859 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
24861         Lexical-binding cleanup.
24863         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24864         (5x5-make-mutate-best):
24865         * play/fortune.el (fortune-in-buffer):
24866         * play/gomoku.el (gomoku-init-display):
24867         * play/solitaire.el (solitaire, solitaire-do-check):
24868         * play/tetris.el (tetris-default-update-speed-function):
24869         Mark unused parameters.
24871         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24872         (bubbles--shift): Remove unused variable `char-org'.
24873         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
24874         (bubbles--show-images): Remove unused variable `char'.
24876         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24877         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24878         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24879         (decipher-analyze-buffer): Use ?\s.
24880         (decipher-make-checkpoint): Remove unused variable `mapping'.
24882         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24884         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24885         Remove unused variable `result'; use `let'.
24887         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24888         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24889         (gametree-children-shown-p, gametree-compute-reduced-score):
24890         Use `ignore-errors'.
24892         * play/handwrite.el (ps-lpr-switches): Declare.
24893         (handwrite): Remove unused variables `pmin' and `lastp'.
24895         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24897         * play/landmark.el (landmark-init-display)
24898         (landmark-update-naught-weights): Mark unused parameters.
24899         (landmark-y): Remove unused variable `noise'.  Simplify.
24900         (landmark-human-plays): Remove unused variable `score'.
24902         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24903         (mpuz-try-proposal): Remove unused variable `game'.
24905         * play/zone.el (life-patterns): Declare.
24907 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
24909         * vc/vc.el (ediff-vc-internal): Declare function.
24911 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24913         * shell.el: Use lexical-binding and std completion UI.
24914         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24915         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24916         comint-preoutput-filter-functions rather than on
24917         comint-output-filter-functions.
24918         (shell-command-completion, shell--command-completion-data)
24919         (shell-filename-completion, shell-environment-variable-completion)
24920         (shell-c-a-p-replace-by-expanded-directory): New functions.
24921         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24922         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24923         (shell-dynamic-complete-environment-variable): Use them.
24924         (shell-dynamic-complete-as-environment-variable)
24925         (shell-dynamic-complete-as-command): Remove.
24926         (shell-match-partial-variable): Match past point.
24927         * comint.el: Clean up use of completion-at-point-functions.
24928         (comint-completion-at-point): New function.
24929         (comint-mode): Use it completion-at-point-functions.
24930         (comint-dynamic-complete): Make it obsolete.
24931         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24932         (comint-c-a-p-replace-by-expanded-history): New function.
24933         (comint-dynamic-complete-functions)
24934         (comint-replace-by-expanded-history): Use it.
24935         * minibuffer.el (completion-table-with-terminator): Allow dynamic
24936         termination strings.  Try harder to avoid second try-completion.
24937         (completion-in-region-mode-map): Disable bindings that don't work yet.
24939         * comint.el: Use lexical-binding.  Require CL.
24940         (comint-dynamic-complete-functions): Use comint-filename-completion.
24941         (comint-completion-addsuffix): Tweak custom type.
24942         (comint-filename-completion, comint--common-suffix)
24943         (comint--common-quoted-suffix, comint--table-subvert)
24944         (comint--complete-file-name-data): New functions.
24945         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24946         (comint-dynamic-list-filename-completions): Use them.
24947         (comint-dynamic-simple-complete): Make obsolete.
24949         * minibuffer.el (completion-in-region-mode):
24950         Keep completion-in-region-mode--predicate global.
24951         (completion-in-region--postch):
24952         Assume completion-in-region-mode--predicate is not null.
24954         * progmodes/flymake.el (flymake-start-syntax-check-process):
24955         Obey `dir'.  Simplify.
24957         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24958         we're in VC after all.
24960 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
24962         * vc/vc.el (vc-diff-build-argument-list-internal)
24963         (vc-version-ediff, vc-ediff): New commands.
24964         (vc-version-diff): Use vc-diff-build-argument-list-internal.
24966 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24968         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24969         add sanity check.
24971         * obsolete/erc-hecomplete.el: Make obsolete.
24972         * obsolete/: Standardize obsolescence info in the header.
24974 2011-04-20  Glenn Morris  <rgm@gnu.org>
24976         * calendar/solar.el (solar-horizontal-coordinates):
24977         Use the longitude argument rather than `calendar-longitude'.
24978         (solar-date-next-longitude): Remove unused locals.
24980 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24982         * whitespace.el: New version 13.2.1.
24984 2011-04-20  felix  <EmacsWiki>  (tiny change)
24986         * whitespace.el (global-whitespace-mode): Keep highlight when
24987         switching between major modes on a file.
24989 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24991         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24992         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24993         multi-line comments as well.
24995 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
24997         Lexical-binding cleanup.
24999         * arc-mode.el (archive-mode-revert):
25000         * cmuscheme.el (scheme-interactively-start-process):
25001         * custom.el (custom-initialize-delay):
25002         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25003         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25004         * emacs-lock.el (emacs-lock-clear-sentinel):
25005         * ezimage.el (defezimage):
25006         * follow.el (follow-avoid-tail-recenter):
25007         * fringe.el (set-fringe-mode-1):
25008         * generic-x.el (bat-generic-mode-compile):
25009         * help-mode.el (help-info-variable, help-do-xref)
25010         (help-mode-revert-buffer):
25011         * help.el (view-emacs-todo):
25012         * iswitchb.el (iswitchb-completion-help):
25013         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25014         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25015         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25016         * locate.el (locate-update):
25017         * longlines.el (longlines-encode-region)
25018         (longlines-after-change-function):
25019         * outline.el (outline-isearch-open-invisible):
25020         * ps-def.el (declare-function, charset-dimension, char-width)
25021         (encode-char):
25022         * ps-mule.el (ps-mule-plot-string):
25023         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
25024         (recentf-edit-list-select, recentf-edit-list-validate)
25025         (recentf-open-files-action):
25026         * rect.el (delete-whitespace-rectangle-line)
25027         (rectangle-number-line-callback):
25028         * register.el (window-configuration-to-register)
25029         (frame-configuration-to-register):
25030         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
25031         * select.el (xselect-convert-to-string, xselect-convert-to-length)
25032         (xselect-convert-to-targets, xselect-convert-to-delete)
25033         (xselect-convert-to-filename, xselect-convert-to-charpos)
25034         (xselect-convert-to-lineno, xselect-convert-to-colno)
25035         (xselect-convert-to-os, xselect-convert-to-host)
25036         (xselect-convert-to-user, xselect-convert-to-class)
25037         (xselect-convert-to-name, xselect-convert-to-integer)
25038         (xselect-convert-to-atom, xselect-convert-to-identity):
25039         * subr.el (declare, ignore, process-kill-without-query)
25040         (text-clone-maintain):
25041         * terminal.el (te-get-char, te-tic-sentinel):
25042         * tool-bar.el (tool-bar-make-keymap):
25043         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
25044         * type-break.el (type-break-mode, type-break-noninteractive-query):
25045         * view.el (View-back-to-mark):
25046         * wid-browse.el (widget-browse-action, widget-browse-widget)
25047         (widget-browse-widgets, widget-browse-sexp):
25048         * widget.el (define-widget-keywords):
25049         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25050         Mark unused parameters.
25052         * align.el (align-adjust-col-for-rule): Mark unused parameter.
25053         (align-areas): Remove unused variable `look'.
25054         (align-region): Remove unused variables `real-end' and `pos-list'.
25056         * apropos.el (apropos-score-doc): Remove unused variable `i'.
25058         * bindings.el (mode-line-modified, mode-line-remote):
25059         Mark unused parameters.
25060         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25062         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25063         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25065         * comint.el (comint-history-isearch-pop-state)
25066         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25067         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25068         (comint-substitute-in-file-name): Doc fix.
25070         * completion.el (cmpl-statistics-block): Mark unused parameter.
25071         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25072         (save-completions-to-file, load-completions-from-file):
25073         Remove unused local variable `e'.
25075         * composite.el (compose-chars): Remove unused variable `len'.
25076         (lgstring-insert-glyph): Remove unused variable `g'.
25077         (compose-glyph-string): Remove unused variables `ascent',
25078         `descent', `lbearing' and `rbearing'.
25079         (compose-glyph-string-relative): Remove unused variables
25080         `lbearing', `rbearing' and `wadjust'.
25081         (compose-gstring-for-graphic): Remove unused variables `header',
25082         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
25083         (compose-gstring-for-terminal): Remove unused variables `header'
25084         and `nchars'.  Use `let', not `let*'.
25086         * cus-edit.el (Custom-set, Custom-save, custom-reset)
25087         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25088         (Custom-buffer-done, custom-buffer-create-internal)
25089         (custom-browse-visibility-action, custom-browse-group-tag-action)
25090         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25091         (widget-magic-mouse-down-action, custom-toggle-parent)
25092         (custom-add-parent-links, custom-toggle-hide-variable)
25093         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25094         (custom-toggle-hide-face, face, hook, custom-group-link-action)
25095         (custom-face-menu-create, custom-variable-menu-create, get)
25096         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25097         (custom-reset-standard-save-and-update): Remove unused variable `value'.
25098         (customize-apropos): Remove unused variable `tests'.
25099         (custom-group-value-create): Remove unused variable `hidden-p'.
25100         (sort-fold-case): Declare.
25102         * cus-theme.el (custom-reset-standard-faces-list)
25103         (custom-reset-standard-variables-list): Declare.
25104         (customize-create-theme, custom-theme-revert, custom-theme-write)
25105         (custom-theme-choose-mode, customize-themes, custom-theme-save):
25106         Mark unused parameters.
25108         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25110         * delim-col.el (delimit-columns-max): Move defvar before first use.
25112         * descr-text.el (describe-char-categories): Don't quote `lambda'.
25113         (describe-char): Don't quote `lambda'.  Mark unused parameter.
25115         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25116         (auto-insert): Declare.
25117         (desktop-restore-file-buffer): Rename desktop-* parameters;
25118         mark unused ones.
25119         (desktop-create-buffer): Rename desktop-* parameters and bind them.
25120         (desktop-buffer): Rename desktop-* parameters.
25122         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25123         (dframe-reposition-frame-xemacs, dframe-help-echo)
25124         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25125         Mark unused parameters.
25127         * dired-aux.el (backup-extract-version-start, overwrite-query)
25128         (overwrite-backup-query, rename-regexp-query)
25129         (rename-non-directory-query): Declare.
25130         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25131         (dired-add-entry): Remove unused variable `orig-file-name'.
25132         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25133         Use parameter PRESERVE-TIME instead of accessing dynamic variable
25134         `dired-copy-preserve-time' directly.
25135         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25136         (dired-insert-subdir-newpos): Rename unused variable `pos'.
25138         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25139         (dired-virtual-revert, dired-make-relative-symlink):
25140         Mark unused parameters.
25141         (manual-program): Declare.
25142         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25143         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25144         wrapped in `with-no-warnings' to avoid replacing one warning by another.
25146         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25148         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25150         * echistory.el (electric-history-in-progress, Helper-return-blurb):
25151         Declare.
25153         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25155         * electric.el (Electric-command-loop): Rename parameter
25156         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25158         * expand.el (expand-in-literal): Remove unused variable `here'.
25160         * facemenu.el (facemenu-add-new-color):
25161         Remove unused variable `docstring'.
25163         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25164         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25165         (face-attr-construct): Mark unused parameter.  Doc fix.
25166         (read-color): Remove unused variable `hex-string'.
25168         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25169         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25170         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25171         (display-buffer-other-frame): Remove unused variable `old-window'.
25172         (kill-buffer-hook): Declare.
25173         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25174         Mark unused parameters.
25175         (after-find-file): Pass 1 to `auto-save-mode', not t.
25177         * files-x.el (auto-insert): Declare.
25178         (modify-file-local-variable-prop-line): Remove unused variable `val'.
25180         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25181         variable `buf'.  Mark unused parameter.
25182         (find-lisp-insert-directory): Mark unused parameter.
25184         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25185         (format-encode-region): Remove unused variables `cur-buf' and `result'.
25186         (format-common-tail): Remove, unused.
25187         (format-deannotate-region): Remove unused variable `loc'.
25188         (format-annotate-region): Remove unused variable `p'.
25189         (format-annotate-single-property-change): Remove unused variables
25190         `default' and `tail'.
25192         * forms.el (read-file-filter): Declare.
25193         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25195         * frame.el (frame-creation-function-alist): Mark unused parameter.
25196         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25198         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25199         Remove unused parameters.
25200         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25201         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25203         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25204         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25205         (hfy-prepare-tag-map): Mark unused parameters.
25206         (htmlfontify-buffer): Use `called-interactively-p'.
25208         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25209         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25210         (ibuffer-do-occur): Mark unused parameters.
25211         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25212         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25214         * ibuffer.el: Don't quote `lambda'.
25215         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25216         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25217         Mark unused parameters.
25219         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25220         (ido-completing-read): Mark unused parameters.
25221         (ido-copy-current-word): Mark unused parameters;
25222         remove unused variable `name'.
25223         (ido-sort-merged-list): Remove unused parameter `dirs'.
25225         * ielm.el (ielm-input-sender): Mark unused parameter.
25226         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25227         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25228         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25229         `ielm-string' as a dynamic variable accessible from the IELM prompt.
25230         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
25232         * image-dired.el (image-dired-display-thumbs): Remove unused
25233         variables `curr-file' and `count'.
25234         (image-dired-remove-tag): Remove unused variable `start'.
25235         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25236         variable `curr-file'
25237         (image-dired-rotate-original): Remove unused variable `temp-file'.
25238         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25239         Remove unused variable `file'.
25240         (image-dired-gallery-generate): Remove unused variable `curr'.
25241         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25243         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25245         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25247         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25249         * isearch.el (minibuffer-history-symbol): Declare.
25250         (isearch-edit-string): Remove unused variable `err'.
25251         (isearch-message-prefix, isearch-message-suffix):
25252         Mark unused parameters.
25254         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25256         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25258         * makesum.el (double-column): Remove unused variable `cnt'.
25260         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25261         (ido-ignore-item-temp-list): Declare.
25263         * mouse-drag.el (mouse-drag-throw): Remove unused variables
25264         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25265         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25266         (mouse-drag-drag): Remove unused variables `mouse-delta' and
25267         `mouse-col-delta'.
25269         * mouse-sel.el (mouse-extend-internal):
25270         Remove unused variable `orig-window-frame'.
25272         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25273         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25274         Move declarations before first use.
25275         (pcomplete-opt): Mark unused parameters; doc fix.
25277         * proced.el (proced-revert): Mark unused parameter.
25278         (proced-send-signal): Remove unused variable `err'.
25280         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25281         Rename parameter PREFIX-ARG to ARG.
25282         (ps-basic-plot-string, ps-basic-plot-whitespace):
25283         Mark unused parameters.
25285         * replace.el (replace-count): Define.
25286         (occur-revert-function): Mark unused parameters.
25287         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25288         (isearch-case-fold-search, isearch-string): Declare.
25289         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25290         bind `case-fold-search'.  Remove unused variables `beg' and `end',
25291         and simplify.
25292         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25293         COUNT and bind `replace-count'.
25294         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25295         to COUNT.
25297         * savehist.el (print-readably, print-string-length): Declare.
25299         * shadowfile.el (shadow-expand-cluster-in-file-name):
25300         Remove unused variable `cluster'.
25301         (shadow-copy-file): Remove unused variable `i'.
25302         (shadow-noquery, shadow-clusters, shadow-site-cluster)
25303         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25304         (shadow-define-literal-group, shadow-define-regexp-group)
25305         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25307         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25308         (shell): Use `called-interactively-p'.
25309         (shell-directory-tracker): Remove unused variable `chdir-failure'.
25311         * simple.el (compilation-context-lines, comint-file-name-quote-list)
25312         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25313         (delete-backward-char): Remove unused variable `ocol'.
25314         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25315         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25316         (event-apply-hyper-modifier, event-apply-shift-modifier)
25317         (event-apply-control-modifier, event-apply-meta-modifier):
25318         Mark unused parameters.
25319         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25320         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25322         * speedbar.el (speedbar-ignored-directory-expressions)
25323         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25324         (speedbar-find-file, speedbar-dir-follow)
25325         (speedbar-directory-buttons-follow, speedbar-tag-find)
25326         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25327         (speedbar-buffers-line-directory, speedbar-buffer-click):
25328         Mark unused parameters.
25329         (speedbar-tag-file): Remove unused variable `mode'.
25330         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25332         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25334         * talk.el (talk): Remove unused variable `display'.
25336         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25337         (tar-write-region-annotate): Mark unused parameter.
25339         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25340         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25341         Declare them, wrapped in `with-no-warnings' to avoid replacing one
25342         warning by another.
25344         * time-stamp.el (time-stamp-string-preprocess):
25345         Remove unused variable `require-padding'.
25347         * tree-widget.el (widget-glyph-enable): Declare.
25348         (tree-widget-action): Mark unused parameter.
25350         * w32-fns.el (x-get-selection): Mark unused parameter.
25351         (autoload-make-program, generated-autoload-file): Declare.
25353         * wdired.el (wdired-revert): Mark unused parameters.
25354         (wdired-xcase-word): Remove unused variable `err'.
25356         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25357         (whitespace-help-scroll): Remove unused variable `data-help'.
25359         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25360         (widget-image-insert, widget-after-change, default)
25361         (widget-default-format-handler, widget-default-notify)
25362         (widget-default-prompt-value, widget-info-link-action)
25363         (widget-url-link-action, widget-function-link-action)
25364         (widget-variable-link-action, widget-file-link-action)
25365         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25366         (widget-field-prompt-internal, widget-field-action, widget-field-match)
25367         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25368         (widget-insert-button-action, widget-delete-button-action, visibility)
25369         (widget-documentation-link-action, widget-documentation-string-action)
25370         (widget-const-prompt-value, widget-regexp-match, symbol)
25371         (widget-coding-system-prompt-value)
25372         (widget-key-sequence-value-to-external, sexp)
25373         (widget-sexp-value-to-internal, character, vector, cons)
25374         (widget-choice-prompt-value, widget-boolean-prompt-value)
25375         (widget-color--choose-action): Mark unused parameters.
25376         (widget-item-match-inline, widget-choice-match-inline)
25377         (widget-checklist-match, widget-checklist-match-inline)
25378         (widget-group-match): Rename parameter VALUES to VALS.
25379         (widget-field-value-set): Remove unused variable `size'.
25380         (widget-color-action): Remove unused variables `value' and `start'.
25382         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25383         variable `dir'.  Doc fix.
25384         (windmove-find-other-window): Don't pass it.
25386         * window.el (count-windows): Mark unused parameter.
25387         (bw-adjust-window): Remove unused variable `err'.
25389         * woman.el (woman-file-name): Remove unused variable `default'.
25390         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25391         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25392         (global-font-lock-mode): Declare.
25393         (woman-decode-region): Mark unused parameter.
25394         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25396         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25397         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25398         (x-dnd-handle-moz-url): Remove unused variable `title'.
25399         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25401         * xml.el (xml-parse-tag, xml-parse-attlist):
25402         Remove unused variable `pos'.
25404 2011-04-19  Glenn Morris  <rgm@gnu.org>
25406         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25407         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25408         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25409         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25410         * calendar/cal-html.el (cal-html-insert-minical):
25411         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25412         (calendar-mark-date-pattern):
25413         Prefix "unused" locals.
25415         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25416         optional argument `style'.
25418         * calendar/appt.el (appt-make-list):
25419         * calendar/cal-china.el (calendar-chinese-date-string):
25420         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25421         (diary-hebrew-yahrzeit):
25422         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25423         * calendar/calendar.el (calendar-generate-window):
25424         * calendar/time-date.el (time-to-days):
25425         Remove unused local variables.
25427 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
25429         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25430         glyphless-char-display table.
25431         (tabulated-list-glyphless-char-display): New var.
25433 2011-04-18  Sam Steingold  <sds@gnu.org>
25435         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25436         to acknowledgments.
25438 2011-04-17  Glenn Morris  <rgm@gnu.org>
25440         * calendar/diary-lib.el (diary-sexp-entry):
25441         * calendar/holidays.el (holiday-sexp):
25442         Set debug-on-error rather than the removed stack-trace-on-error.
25444 2011-04-16  Glenn Morris  <rgm@gnu.org>
25446         * progmodes/f90.el: Use lexical-binding.
25447         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25449 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25451         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25452         (mail-mode): Setup mailalias completion here instead.
25453         * mail/mailalias.el: Use lexical-binding.
25454         (pattern, mailalias-done): Declare dynamic.
25455         (mail-completion-at-point-function): New function, from mail-complete.
25456         (mail-complete): Use it.
25457         (mail-completion-expand): New function.
25458         (mail-get-names): Use it.
25459         (mail-directory, mail-directory-process, mail-directory-stream):
25460         Don't use `pattern' for lexically bound arg.
25462         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25464         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25465         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25466         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25468         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25469         (byte-save-window-excursion, byte-temp-output-buffer-setup)
25470         (byte-interactive-p): Define them again, for use when inlining
25471         old code.
25473 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
25475         * loadup.el: Use `string-to-number', not `string-to-int'.
25477 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25479         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25480         gud-gdb-complete-command.
25481         (gud-gdb-completions): New function, from gud-gdb-complete-command.
25482         (gud-gdb-completion-at-point): New function.
25483         (gud-gdb-completions): Remove.
25485 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
25487         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25488         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
25489         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25490         whether `executable-find' is bound.
25492         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25494 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25496         * minibuffer.el (completion-in-region-mode-predicate)
25497         (completion-in-region-mode--predicate): New vars.
25498         (completion-in-region, completion-in-region--postch)
25499         (completion-in-region-mode): Use them.
25500         (completion--capf-wrapper): Also return the hook function.
25501         (completion-at-point, completion-help-at-point):
25502         Adjust and provide a predicate.
25504         Preserve arg names for advice of subr and lexical functions (bug#8457).
25505         * help-fns.el (help-function-arglist): Consolidate the subr and
25506         new-byte-code cases.  Add argument `preserve-names' to extract names
25507         from the docstring when needed.
25508         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25509         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25510         (ad-arglist): Use help-function-arglist's new arg.
25511         (ad-definition-type): Use cond.
25513 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
25515         * autorevert.el (auto-revert-handler):
25516         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25517         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25518         Don't quote lambda.
25520         * image-mode.el (image-transform-set-scale):
25521         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25523 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25525         * net/network-stream.el (network-stream-open-starttls): Only do
25526         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25527         Upgrades via gnutls-cli are too slow to be done opportunistically.
25529 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
25531         * dframe.el (dframe-current-frame): Remove spurious quote.
25533 2011-04-12  Glenn Morris  <rgm@gnu.org>
25535         * calendar/cal-tex.el (cal-tex-end-document):
25536         Try to automatically use latin1 input if needed.
25538         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25539         Don't try to cons a mark onto an empty element.
25541 2011-04-11  Leo Liu  <sdl.web@gmail.com>
25543         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25544         buffers.
25545         (ido-kill-buffer-at-head): Support killing virtual buffers.
25547 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
25549         * minibuffer.el (completion-show-inline-help): New var.
25550         (completion--do-completion, minibuffer-complete)
25551         (minibuffer-force-complete, minibuffer-complete-word):
25552         Inhibit minibuffer messages if completion-show-inline-help is nil.
25554         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25555         to avoid interference from inline help (Bug#5849).
25557 2011-04-10  Leo Liu  <sdl.web@gmail.com>
25559         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25560         Fix typo.
25562 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
25564         * image-mode.el (image-toggle-display-image): Signal an error if
25565         not in Image mode.
25566         (image-transform-mode, image-transform-resize)
25567         (image-transform-set-rotation): Doc fix.
25568         (image-transform-set-resize): Delete.
25569         (image-transform-set-scale, image-transform-fit-to-height)
25570         (image-transform-fit-to-width): Handle image-toggle-display-image
25571         and image-transform-resize directly.
25573 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
25575         * doc-view.el (doc-view-fit-width-to-window)
25576         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25577         New functions for fitting the shown image to the Emacs window size.
25578         (doc-view-mode-map): Add bindings for the new functions.
25580 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
25582         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25583         Fix typo in docstring.
25585 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25587         * files.el (file-size-human-readable): Produce one digit after
25588         decimal, like "ls -lh" does.
25590         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25591         the file size representation.
25593         * simple.el (list-processes): If async subprocesses are not
25594         available, error out with a clear error message.
25596 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
25598         * help.el (help-form-show): New function, to be called from C.
25599         Put help-form output in a buffer named differently than *Help*.
25601 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
25603         * files.el (file-size-human-readable): New function.
25605         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25606         computing the representation inline.  Don't require `cl'.
25608 2011-04-08  Glenn Morris  <rgm@gnu.org>
25610         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25612         * net/browse-url.el (browse-url-firefox):
25613         Test system-type, not system-configuration.
25615         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25616         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25617         Use log-edit-empty-buffer-p.  (Bug#7598)
25619         * net/rlogin.el (rlogin-process-connection-type): Simplify.
25620         (rlogin-mode-map): Initialize in the defvar.
25621         (rlogin): Use ignore-errors.
25623         * replace.el (occur-mode-map): Some fixes for menu items.
25625 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
25627         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
25629 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25631         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25632         issuing unused warnings.
25634         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25635         macro directly.
25637         * simple.el: Lisp reimplement of list-processes.  Based on an
25638         earlier reimplementation by Leo Liu, but using tabulated-list.el.
25639         (process-menu-mode): New major mode.
25640         (list-processes--refresh, list-processes):
25641         (process-menu-visit-buffer): New functions.
25643         * files.el (save-buffers-kill-emacs): Don't assume any return
25644         value of list-processes, which is undocumented anyway.
25646 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
25648         * emacs-lisp/tabulated-list.el: New file.
25650         * emacs-lisp/package.el: Use Tabulated List mode.
25651         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25652         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
25653         table format using Tabulated List mode variables.
25654         (package--push): New macro, replacing package-list-maybe-add.
25655         (package-menu--generate): Use package--push.  Renamed from
25656         package--generate-package-list.
25657         (package-menu-refresh, list-packages): Use it.
25658         (package-menu--print-info): Rename from package-print-package.
25659         Return insertion data instead of inserting it directly.
25660         (package-menu-describe-package, package-menu-execute):
25661         Use tabulated-list-get-id.
25662         (package-menu-mark-delete, package-menu-mark-install)
25663         (package-menu-mark-unmark, package-menu-backup-unmark)
25664         (package-menu-mark-obsolete-for-deletion):
25665         Use tabulated-list-put-tag.
25666         (package--list-packages, package-menu-revert)
25667         (package-menu-get-package, package-menu-get-version)
25668         (package-menu-sort-by-column): Functions deleted.
25669         (package-menu-package-list, package-menu-sort-key): Vars deleted.
25670         (package-menu--status-predicate, package-menu--version-predicate)
25671         (package-menu--name-predicate)
25672         (package-menu--description-predicate): Handle arguments in the
25673         Tabulated List format.
25674         (package-list-packages-no-fetch): Call list-packages.
25676 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
25678         * files.el (after-find-file-from-revert-buffer): Remove variable.
25679         (after-find-file): Don't bind it.
25680         (revert-buffer-in-progress-p): New variable.
25681         (revert-buffer): Bind it.
25682         Pass nil for `after-find-file-from-revert-buffer'.
25684         * saveplace.el (save-place-find-file-hook): Use new variable
25685         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25687 2011-04-06  Glenn Morris  <rgm@gnu.org>
25689         * Makefile.in (AUTOGEN_VCS): New variable.
25690         (autoloads): Use $AUTOGEN_VCS.
25692         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25693         * calendar/calendar.el (calendar-mode-map):
25694         Check for toolkit scroll bars.  (Bug#8305)
25696 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25698         * minibuffer.el (completion-in-region--postch)
25699         (completion-in-region-mode): Remove unnecessary messages.
25701 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
25703         * font-lock.el (font-lock-refresh-defaults):
25704         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25705         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25707         * info.el (Info-directory-list, Info-read-node-name-2)
25708         (Info-split-parameter-string): Doc fixes.
25709         (Info-virtual-nodes): Reflow docstring.
25710         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25711         (Info-apropos-toc-nodes, info-finder, Info-get-token)
25712         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25713         Fix typos in docstrings.
25714         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25715         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25716         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25717         (Info-restore-desktop-buffer): Mark unused parameters.
25718         (Info-directory-find-file, Info-directory-find-node)
25719         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25720         (Info-virtual-index-find-node, Info-apropos-find-file)
25721         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25722         Mark unused parameters; fix typos in docstrings.
25723         (Info-virtual-index): Remove unused local variable `nodename'.
25725 2011-04-05  Deniz Dogan  <deniz@dogan.se>
25727         * net/rcirc.el: Update my e-mail address.
25728         (rcirc-mode-map): Remove M-o binding.
25730 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
25732         * startup.el (command-line): Save the cursor's theme-face
25733         directly, instead of using face-override-spec.
25735         * custom.el (load-theme): Minor optimization in assigning faces.
25737 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25739         * help-fns.el (describe-variable): Complete all variables having
25740         documentation, including keywords.
25741         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25743 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
25745         Convert to lexical-binding.
25747         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25748         (bs--get-marked-string, bs--get-modified-string)
25749         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25750         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25751         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25753         * ehelp.el (electric-help-execute-extended)
25754         (electric-help-ctrl-x-prefix):
25755         * hexl.el (hexl-revert-buffer-function):
25756         * linum.el (linum-after-change, linum-after-scroll):
25757         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25759         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25761 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
25763         * epa-dired.el:
25764         * epa-mail.el:
25765         * epa-hook.el:
25766         * epa-file.el:
25767         * epa.el:
25768         * epg.el: Use lexical binding.
25770 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
25772         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25774         * textmodes/flyspell.el (flyspell-word): Recognize default
25775         dictionary case for flyspell-mark-duplications-exceptions.
25776         Use regexp matching for languages.
25777         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25778         default dictionary (Bug#7926).
25780 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
25782         * emacs-lisp/package.el (package--with-work-buffer):
25783         Recognize https URLs.
25785         * net/network-stream.el: Move from gnus/proto-stream.el.
25786         Change prefix to network-stream throughout.
25787         (open-protocol-stream): Merge into open-network-stream, leaving
25788         open-protocol-stream as an alias.  Handle nil BUFFER args.
25790         * subr.el (open-network-stream): Move to net/network-stream.el.
25792 2011-04-02  Glenn Morris  <rgm@gnu.org>
25794         * find-dired.el (find-exec-terminator): New option.
25795         (find-ls-option): Test for -ls support.
25796         (find-ls-subdir-switches): Test for -b in find-ls-option.
25797         (find-dired, find-grep-dired): Doc fixes.
25798         (find-dired): Use find-exec-terminator.
25800         * find-dired.el (find-ls-option, find-ls-subdir-switches)
25801         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25802         (find-name-arg): Remove purecopy.
25804         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25805         (grep-compute-defaults): Check for `-exec COMMAND +' support.
25806         Set grep-find-use-xargs, grep-find-command, and grep-find-template
25807         accordingly.  Don't add the null-device if not needed.
25809         * files.el (save-some-buffers): Doc fix.
25811 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
25813         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25815 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
25817         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25818         Use `dolist' rather than `mapcar'.
25820 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25822         Add lexical binding.
25824         * subr.el (apply-partially): Use new closures rather than CL.
25825         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25826         (dolist, dotimes): Use slightly different expansion for lexical code.
25827         (functionp): Move to C.
25828         (letrec): New macro.
25829         (with-wrapper-hook): Use it and apply-partially instead of CL.
25830         (eval-after-load): Preserve lexical-binding.
25831         (save-window-excursion, with-output-to-temp-buffer): Turn them
25832         into macros.
25834         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25836         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25837         than the arglist.
25838         (help-add-fundoc-usage): Don't add `Not documented'.
25839         (help-function-arglist): Handle closures, subroutines, and new
25840         byte-code-functions.
25841         (help-make-usage): Remove leading underscores.
25842         (describe-function-1): Handle closures.
25843         (describe-variable): Use special-variable-p for completion.
25845         * files.el (lexical-binding): Declare safe.
25847         * emacs-lisp/pcase.el: Don't use destructuring-bind.
25848         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
25849         (pcase): Add `let' pattern.
25850         Change memoization so it actually works.
25851         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25852         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25853         <let>: New case.
25855         * emacs-lisp/macroexp.el: Use lexical binding.
25856         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
25857         Don't convert ' to #' without checking that it's indeed quoting
25858         a lambda.
25860         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25861         Use eval-sexp-add-defvars.
25862         (eval-sexp-add-defvars): New fun.
25864         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25866         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25867         Don't autoload.
25868         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25869         than the internal `byte-compile-lambda'.
25870         (defmethod): Don't hide code under quotes.
25871         (eieio-defmethod): New `code' argument.
25873         * emacs-lisp/eieio-comp.el: Remove.
25875         * emacs-lisp/edebug.el (edebug-eval-defun)
25876         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25877         (edebug-toggle): Avoid `eval'.
25879         * emacs-lisp/disass.el (disassemble-internal): Handle new
25880         `closure' objects.
25881         (disassemble-1): Handle new byte codes.
25883         * emacs-lisp/cl.el (pushnew): Silence warning.
25885         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25886         (cl-byte-compile-throw): Remove.
25887         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25889         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25890         closures.
25892         * emacs-lisp/cconv.el: New file.
25894         * emacs-lisp/bytecomp.el: Use lexical binding instead of
25895         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
25896         (byte-compile-initial-macro-environment):
25897         Handle declare-function here.
25898         (byte-compile--lexical-environment): New var.
25899         (byte-stack-ref, byte-stack-set, byte-discardN)
25900         (byte-discardN-preserve-tos): New lap codes.
25901         (byte-interactive-p): Don't use any more.
25902         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25903         New macros.
25904         (byte-compile-lapcode): Use them and handle new lap codes.
25905         (byte-compile-obsolete): Remove.
25906         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25907         (byte-compile-arglist-warn): Check late def of inlinable funs.
25908         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25909         since they should have been expanded by now.
25910         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25911         (byte-compile-from-buffer): Remove unused second arg.
25912         (byte-compile-preprocess): New function.
25913         (byte-compile-toplevel-file-form): New function to distinguish
25914         file-form calls from outside from file-form calls from hunk-handlers.
25915         (byte-compile-file-form): Simplify.
25916         (byte-compile-file-form-defsubst): Remove.
25917         (byte-compile-file-form-defmumble): Simplify now that
25918         byte-compile-lambda always returns a byte-code-function.
25919         (byte-compile): Preprocess.
25920         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25921         Remove, not used any more.
25922         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25923         (byte-compile-make-args-desc): New funs.
25924         (byte-compile-lambda): Handle lexical functions.  Always return
25925         a byte-code-function.
25926         (byte-compile-reserved-constants): New var, to make up room for
25927         closed-over variables.
25928         (byte-compile-constants-vector): Obey it.
25929         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25930         (byte-compile-macroexpand-declare-function): New function.
25931         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25932         byte-code-functions.
25933         (byte-compile-form): Check obsolescence here.
25934         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25935         (byte-compile-variable-ref): Remove.
25936         (byte-compile-dynamic-variable-op): New fun.
25937         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25938         (byte-compile-variable-set): New funs.
25939         (byte-compile-discard): Add 2 args.
25940         (byte-compile-stack-ref, byte-compile-stack-set)
25941         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25942         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25943         macroexpand-all instead.
25944         (byte-compile-quote-form): Remove.
25945         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25946         (byte-compile-bind, byte-compile-unbind): New funs.
25947         (byte-compile-let): Handle let* and lexical binding.
25948         (byte-compile-let*): Remove.
25949         (byte-compile-catch, byte-compile-unwind-protect)
25950         (byte-compile-track-mouse, byte-compile-condition-case):
25951         Handle a new :fun-body form, used for lexical scoping.
25952         (byte-compile-save-window-excursion)
25953         (byte-compile-with-output-to-temp-buffer): Remove.
25954         (byte-compile-defun): Simplify.
25955         (byte-compile-stack-adjustment): New fun.
25956         (byte-compile-out): Use it.
25957         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25959         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25960         handler any more.
25962         * emacs-lisp/byte-opt.el: Use lexical binding.
25963         (byte-inline-lapcode): Remove (to bytecomp).
25964         (byte-compile-inline-expand): Pay attention to inlining to/from
25965         lexically bound code.
25966         (byte-compile-unfold-lambda): Don't handle byte-code-functions
25967         any more.
25968         (byte-optimize-form-code-walker): Don't handle save-window-excursion
25969         any more and don't call compiler-macros.
25970         (byte-compile-splice-in-already-compiled-code): Remove.
25971         (byte-code): Don't inline any more.
25972         (disassemble-offset): Receive `bytes' as argument rather than via
25973         dynamic scoping.
25974         (byte-compile-tag-number): Declare before first use.
25975         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25976         `return' even if make-spliceable.
25977         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25978         obsolete interactive-p.
25979         (byte-optimize-lapcode): Optimize new lap-codes.
25980         Don't trip up on new form of `byte-constant' lap code.
25982         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25984         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25986         * custom.el (custom-initialize-default, custom-declare-variable):
25987         Use `defvar'.
25989         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25990         New variables.
25991         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25992         (COMPILE_FIRST): Add macroexp and cconv.
25993         * makefile.w32-in: Mirror changes in Makefile.in.
25995         * vc/cvs-status.el:
25996         * vc/diff-mode.el:
25997         * vc/log-edit.el:
25998         * vc/log-view.el:
25999         * vc/smerge-mode.el:
26000         * textmodes/bibtex-style.el:
26001         * textmodes/css-mode.el:
26002         * startup.el:
26003         * uniquify.el:
26004         * minibuffer.el:
26005         * newcomment.el:
26006         * reveal.el:
26007         * server.el:
26008         * mpc.el:
26009         * emacs-lisp/smie.el:
26010         * doc-view.el:
26011         * dired.el:
26012         * abbrev.el: Use lexical binding.
26014 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
26016         * info.el (info-display-manual): New function.
26018 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26020         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26022 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
26024         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
26025         an entry for that server in rcirc-authinfo.  (Bug#8385)
26027 2011-03-31  Glenn Morris  <rgm@gnu.org>
26029         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
26031         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
26033 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
26035         * progmodes/python.el (python-default-interpreter)
26036         (python-python-command-args, python-jython-command-args)
26037         (python-which-shell, python-which-args, python-which-bufname)
26038         (python-file-queue, python-comint-output-filter-function)
26039         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
26040         variables and functions.
26042 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26044         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
26045         (completion-in-region-mode): New minor mode.
26046         (completion-in-region): Use it.
26047         (completion-in-region--data, completion-in-region-mode-map): New vars.
26048         (completion-in-region--postch): New function.
26049         (completion--capf-misbehave-funs, completion--capf-safe-funs):
26050         New vars.
26051         (completion--capf-wrapper): New function.
26052         (completion-at-point): Use it to track well-behavedness of
26053         hook functions.
26054         (completion-help-at-point): New command.
26056 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
26058         * vc/add-log.el (add-change-log-entry): Don't use whitespace
26059         syntax class to search for whitespace on a single line
26060         (Message-ID: <4D938140.4030905@redhat.com>).
26062 2011-03-30  Leo Liu  <sdl.web@gmail.com>
26064         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26065         New commands.
26066         (edit-abbrevs-map): Bind them here.
26067         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
26069 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
26071         * allout.el (allout-hide-by-annotation, allout-flag-region):
26072         Reduce possibility of overlay leakage by making them volatile.
26074         * allout-widgets.el (allout-widgets-tally): Define as nil so the
26075         hash is not shared between buffers.  Mode initialization is
26076         responsible for giving it a useful starting value.
26077         (allout-item-span): Reduce possibility of overlay leakage by
26078         making them volatile.
26079         (allout-widgets-count-buttons-in-region): Add diagnostic function
26080         for tracking down button overlay leaks.
26082 2011-03-29  Leo Liu  <sdl.web@gmail.com>
26084         * ido.el (ido-read-internal): Use the default history var
26085         minibuffer-history if no HISTORY is specified.
26087 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
26089         * net/imap.el (imap-shell-open, imap-process-connection-type):
26090         Use imap-process-connection-type for 'shell' streams as well as
26091         Kerberos, SSL, other subprocesses.
26093 2011-03-28  Leo Liu  <sdl.web@gmail.com>
26095         * abbrev.el (abbrev-table-empty-p): New function.
26096         (prepare-abbrev-list-buffer): Place empty abbrev tables after
26097         nonempty ones.  (Bug#5937)
26099 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
26101         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26103 2011-03-27  Leo Liu  <sdl.web@gmail.com>
26105         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26106         for foreground and background colors.
26107         (ansi-color-make-color-map): Adapt.
26109 2011-03-25  Leo Liu  <sdl.web@gmail.com>
26111         * midnight.el (midnight-time-float): Remove.  Note it calculates
26112         the microsecond component incorrectly and seconds-to-time does the
26113         same job.
26114         Remove redundant (require 'timer).
26116         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26117         (ido-completions): Remove unused arguments.  (Bug#8329)
26119 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26121         * minibuffer.el (completion--flush-all-sorted-completions):
26122         Remove itself from hook.
26123         (completion-at-point): Let the functions perform the completion
26124         immediately and return nil or t.
26125         * comint.el (comint-dynamic-complete-functions): Now identical to
26126         completion-at-point-functions.
26127         (comint-dynamic-list-input-ring): Remove unused var `index'.
26128         (comint--match-partial-filename, comint--unquote&expand-filename):
26129         New funs, split from comint-match-partial-filename.
26130         (comint-dynamic-complete): Use completion-at-point.
26131         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26133 2011-03-24  Drew Adams  <drew.adams@oracle.com>
26135         * thingatpt.el: Support `defun'.
26137 2011-03-23  Leo Liu  <sdl.web@gmail.com>
26139         * abbrevlist.el: Move to obsolete/abbrevlist.el.
26141         * help-mode.el (help-mode-finish): Tweak regexp.
26143 2011-03-23  Glenn Morris  <rgm@gnu.org>
26145         * eshell/esh-opt.el (eshell-eval-using-options):
26146         Do not bind unused local variable `eshell-option-stub'.
26148         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26150 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
26152         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26153         keymap variable in `with-no-warnings' to avoid a warning when the
26154         keymap has been already `defconst'ed.
26156 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26158         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26159         encode all chars in abbrevs; otherwise use emacs-mule or
26160         utf-8-emacs.  (Bug#8308)
26162 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
26164         * simple.el (backward-delete-char-untabify):
26165         Avoid warning about using `delete-backward-char'.
26167         * image.el (image-type-file-name-regexps): Make it variable.
26168         `imagemagick-register-types' modifies it, and the user may want
26169         to add new extensions for known image types.
26170         (imagemagick-register-types): Throw error if not using ImageMagick.
26172 2011-03-22  Leo Liu  <sdl.web@gmail.com>
26174         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26175         located before rcirc-prompt-end-marker.
26176         (rcirc-complete): Error if point is not after rcirc prompt.
26177         Handle the case when table is nil.
26178         (rcirc-user-authenticated): Define to fix compiler warning.
26180 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
26182         * custom.el (custom--inhibit-theme-enable): Make it affect only
26183         custom-theme-set-variables and custom-theme-set-faces.
26184         (provide-theme): Ignore custom--inhibit-theme-enable.
26185         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26186         (custom-enabling-themes): Delete variable.
26187         (enable-theme): Accept only loaded themes as arguments.
26188         Ignore the special custom-enabled-themes variable.
26189         (custom-enabled-themes): Forbid themes from setting this.
26190         Eliminate use of custom-enabling-themes.
26191         (custom-push-theme): Quote "changed" custom var entry.
26193 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26195         * ido.el (ido-read-internal): Add ido-selected to history instead
26196         of user input.
26198 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
26200         * subr.el (deferred-action-list, deferred-action-function):
26201         Mark obsolete.
26203 2011-03-21  Leo Liu  <sdl.web@gmail.com>
26205         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26206         change on 2011-02-13 (bug#8309).
26208         * minibuffer.el (read-file-name-function): Change default value.
26209         (read-file-name--defaults): Rename from read-file-name-defaults.
26210         (read-file-name-default): Rename from read-file-name.
26211         (read-file-name): Call read-file-name-function.
26213 2011-03-21  Glenn Morris  <rgm@gnu.org>
26215         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26216         Doc fixes.
26218 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
26220         * cus-theme.el: Add missing provide statement.
26221         (customize-create-theme): Extract theme value correctly.
26222         (custom-theme-visit-theme): Autoload.
26223         (customize-create-theme): Prompt before inserting default faces.
26225 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
26227         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26228         units and musical notes.
26230 2011-03-20  Leo Liu  <sdl.web@gmail.com>
26232         * ido.el (ido-read-internal): Use completing-read-default.
26233         (ido-completing-read): Fix compatibility with completing-read.
26235 2011-03-20  Christian Ohler  <ohler@gnu.org>
26237         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26238         (ert-delete-all-tests): Use `called-interactively-p' rather than
26239         `interactive-p'.
26240         (ert--make-xrefs-region): Respect END.
26242 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26244         * dired-aux.el (dired-create-directory): Signal an error if the
26245         directory already exists (Bug#8246).
26247         * facemenu.el (list-colors-display): Call list-faces-display
26248         inside with-help-window.
26249         (list-colors-print): Use display property to align the final
26250         column, instead of checking window-width.
26252 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
26254         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26255         windows-nt systems.
26256         (emerge-protect-metachars): Quote correctly for ms-dos and
26257         windows-nt systems.
26259 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
26261         * info.el (info-initialize): Replace all uses of `:' with
26262         path-separator for compatibility with non-Unix systems.
26263         Cache quoting of path-separator.  (Bug#8258)
26265 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
26267         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26268         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26269         (mouse-avoidance-mode): Fix typos in docstrings.
26271 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
26273         * startup.el (package-subdirectory-regexp): Move from package.el.
26274         Omit \\` and \\', and let callers add them.
26276         * emacs-lisp/package.el (package-strip-version)
26277         (package-load-all-descriptors): Add \\` and \\' to
26278         package-subdirectory-regexp before using it.
26279         (package-untar-buffer): New arg DIR; ensure that file untars only
26280         into this expected directory.  Remove superfluous delete-region.
26281         (package-unpack): Caller changed.
26282         (package-tar-file-info): Use package-subdirectory-regexp.
26284 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
26286         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26287         diff-mode-shared-map (bug#8284).
26288         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26290 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26292         * calendar/time-date.el (format-seconds): Use assoc instead of
26293         assoc-string, since assoc-string doesn't exist in XEmacs.
26295 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
26297         * custom.el (custom-known-themes): Reflow docstring.
26298         (custom-theme-load-path): Fix typo in docstring.
26299         (load-theme): Fix typo in error message.
26300         (custom-available-themes, custom-variable-theme-value):
26301         Use `let', not `let*'.
26303 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
26305         * calc/README: Mention inclusion of musical notes.
26307         * calc/calc-units.el (calc-lu-quant): Rename from
26308         `calc-logunits-quantity'.
26309         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26310         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26311         (calc-db): Rename from `calc-dblevel'.
26312         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26313         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26314         (calc-np): Rename from `calc-nplevel'.
26315         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26316         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26317         (calc-lu-plus): Rename from `calc-logunits-add'.
26318         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26319         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26320         (calc-lu-minus): Rename from `calc-logunits-sub'.
26321         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26322         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26323         (calc-lu-times): Rename from `calc-logunits-mul'.
26324         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26325         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26326         (calc-lu-divide): Rename from `calc-logunits-div'.
26327         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26328         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26330         * calc/calc-ext.el (calc-init-extensions): Update the names of the
26331         functions being autoloaded.
26333         * calc/calc.el (calc-lu-power-reference): Rename from
26334         `calc-logunits-power-reference'.
26335         (calc-lu-field-reference): Rename from
26336         `calc-logunits-field-reference'.
26338         * calc/calc-help.el (calc-l-prefix-help):
26339         Mention musical note functions.
26341 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
26343         * minibuffer.el (completion-all-sorted-completions):
26344         Use :completion-cycle-penalty text property if present.
26346 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
26348         * allout.el (allout-yank-processing): Adjust for new rebulleting
26349         regime so bullet being yanked is used without prompting the user
26350         for a choice.
26352 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
26354         * startup.el (command-line): Warn the user that _emacs is deprecated.
26356 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
26358         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26359         (delphi-verbose, delphi-comment-face, delphi-string-face)
26360         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26361         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26362         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26363         (delphi-new-comment-line, delphi-font-lock-defaults)
26364         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26365         Fix typos in docstrings.
26367 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
26369         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26370         Invert the roles of character and string values for INSTEAD, so a
26371         string is used for the more common case of a defaulting prompt.
26373 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26375         * progmodes/ruby-mode.el (ruby-backward-sexp):
26376         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26377         * play/gamegrid.el (gamegrid-make-face):
26378         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26379         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26380         * notifications.el (notifications-notify):
26381         * net/xesam.el (xesam-search-engines):
26382         * net/quickurl.el (quickurl-list-insert):
26383         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26385 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
26387         * startup.el (command-line): Update package subdirectory regexp.
26389 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26391         * allout.el (allout-abbreviate-flattened-numbering)
26392         (allout-mode-deactivate-hook): Fix up obsolescence "date".
26394         * subr.el (read-char-choice): Only show the cursor after the prompt,
26395         not after the answer.
26397 2011-03-15  Kevin Ryde  <user42@zip.com.au>
26399         * help-fns.el (variable-at-point): Skip leading quotes, if any
26400         (bug#8253).
26402 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26404         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26405         warning message.
26407 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
26409         * shell.el (shell): When called interactively, offer to change the
26410         shell file name on remote hosts.
26412 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
26414         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26415         integration for LDAP parameters.  The host, base, user or binddn,
26416         and secret tokens can be specified in a netrc file, for instance.
26417         This is optional because an `auth-source' parameter must be
26418         specified in the search attributes.
26420 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
26422         * help.el (describe-mode): Link to the mode's definition (bug#8185).
26424 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26426         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26427         into declaration.  Remove redundant and harmful binding.
26429 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
26431         * files.el (file-ownership-preserved-p): Pass `integer' as an
26432         explicit 2nd argument to `file-attributes'.  If the file's owner
26433         is the Administrators group on Windows, and the current user is
26434         Administrator, consider that a match.
26436         * server.el (server-ensure-safe-dir): Consider server directory
26437         safe on MS-Windows if its owner is the Administrators group while
26438         the current Emacs user is Administrator.  Use `=' to compare
26439         numerical UIDs, since they could be integers or floats.
26441 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
26443         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26445 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
26447         Sync with Tramp 2.2.1.
26449         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26451         * net/trampver.el: Update release number.
26453 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26455         * progmodes/compile.el (compilation--previous-directory): Fix up
26456         various nil/dead-marker mismatches (bug#8014).
26457         (compilation-directory-properties, compilation-error-properties):
26458         Don't call it at a position past the one we're about to change.
26460         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26461         Disable obsolescence warnings in the file that declares it.
26463 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
26465         * allout-widgets.el (allout-widgets-tally):
26466         Initialize allout-widgets-tally as a hash table rather than nil to
26467         prevent mode-line redisplay warnings.  Also, clarify the module
26468         description and fix a comment typo.
26470 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
26472         * help-fns.el (describe-variable): Don't complete keywords.
26473         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26475 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
26477         * emacs-lisp/package.el (package-version-join): Impose a standard
26478         string representation for pre/alpha/beta version lists.
26479         (package-unpack-single): Standardize the directory name by passing
26480         it through package-version-join.
26481         (package-strip-rcs-id): Accept any version string that does not
26482         signal an error in version-to-list.
26484 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
26486         * simple.el (delete-trailing-whitespace): Return nil for the
26487         benefit of `write-file-functions'.
26489 2011-03-10  Glenn Morris  <rgm@gnu.org>
26491         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26493         * vc/vc-git.el (vc-git-program): New option.
26494         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26495         (vc-git--call): Use it.
26497         * eshell/esh-util.el (eshell-condition-case): Doc fix.
26499         * cus-edit.el (Custom-newline): If no button at point, look
26500         for a subgroup button at start-of-line.  (Bug#2298)
26502         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26504 2011-03-10  Julien Danjou  <julien@danjou.info>
26506         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26507         `cursor-type' is nil.
26509 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
26511         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26513 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
26515         * allout.el: Change so yank of distinctive-bullet items
26516         preserves the existing header prefix, rebulleting it if necessary,
26517         rather than replacing it.  This is necessary for proper operation
26518         of cooperative addons like allout-widgets.
26519         (allout-make-topic-prefix, allout-rebullet-heading):
26520         Change SOLICIT arg to INSTEAD, and interpret additionally a string
26521         value as alternate bullet to be used, instead of prompting the user
26522         for a bullet character.
26524 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
26526         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26527         Do not use `tramp-file-name-port', because this returns also
26528         `tramp-default-port'.
26530 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
26532         * net/rcirc.el (rcirc-handler-001): Remove useless
26533         with-rcirc-process-buffer.
26534         (rcirc-check-auth-status): Swap arguments to string-match.
26536 2011-03-09  Glenn Morris  <rgm@gnu.org>
26538         * shell.el (shell-mode):
26539         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
26541         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26542         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
26544 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26546         * emacs-lisp/package.el (package-refresh-contents)
26547         (package-menu-execute): Use condition-case-no-debug.
26549 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
26551         * simple.el (shell-command-to-string): Use `process-file'.
26553         * emacs-lisp/package.el (package-tar-file-info): Handle also
26554         remote files.
26556         * emacs-lisp/package-x.el (package-upload-buffer-internal):
26557         Use `equal' for upload base check.
26559 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
26561         * textmodes/texinfo.el (texinfo-environments):
26562         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
26564 2011-03-08  Glenn Morris  <rgm@gnu.org>
26566         * cus-start.el (cursor-in-non-selected-windows):
26567         Fix :set quoting oddness.  (Bug#8192)
26569         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26570         in some setf expressions.  (Bug#2159)
26572 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
26574         * custom.el (custom-available-themes): Return themes in
26575         alphabetical order.
26577 See ChangeLog.15 for earlier changes.
26579 ;; Local Variables:
26580 ;; coding: utf-8
26581 ;; End:
26583   Copyright (C) 2011-2013 Free Software Foundation, Inc.
26585   This file is part of GNU Emacs.
26587   GNU Emacs is free software: you can redistribute it and/or modify
26588   it under the terms of the GNU General Public License as published by
26589   the Free Software Foundation, either version 3 of the License, or
26590   (at your option) any later version.
26592   GNU Emacs is distributed in the hope that it will be useful,
26593   but WITHOUT ANY WARRANTY; without even the implied warranty of
26594   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26595   GNU General Public License for more details.
26597   You should have received a copy of the GNU General Public License
26598   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.